@charset "UTF-8";@import url('https://fonts.googleapis.com/css?family=Inter+Tight:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap');/* index.css - Base styles for the React app */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* Global reset and base styles */
html, body, #root {
  height: 100%;
}

#root {
  display: flex;
  flex-direction: column;
}

/* Global brown to black text conversion */
.mbr-section-title,
.mbr-section-title strong,
.mbr-text,
.mbr-section-maintext,
.mbr-section-subtitle,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span:not(.coming-soon-badge),
p:not(.coming-soon-badge) {
  color: #000000 !important;
}

/* Exclude coming soon badge from global text color overrides */
.coming-soon-badge,
.coming-soon-badge * {
  color: #000000 !important;
}

/* Ensure all headings are black */
h1, h2, h3, h4, h5, h6 {
  color: #000000 !important;
}

/* Green action buttons for Get Started and Signup */
.btn-action-green,
.btn-action-green:active,
.btn-action-green:link,
.btn-action-green:visited {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(44, 139, 7, 0.3) !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.btn-action-green:hover,
.btn-action-green:focus,
.btn-action-green.focus,
.btn-action-green.active:hover {
  background-color: #3bbc09 !important;
  border-color: #3bbc09 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(44, 139, 7, 0.4) !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

.btn-action-green.disabled,
.btn-action-green:disabled {
  background-color: #9aa0a6 !important;
  border-color: #9aa0a6 !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Extra specificity for green button text */
a.btn-action-green,
button.btn-action-green {
  color: #ffffff !important;
}

a.btn-action-green:hover,
button.btn-action-green:hover,
a.btn-action-green:focus,
button.btn-action-green:focus {
  color: #ffffff !important;
}

/* Ensure button text elements are white */
.btn-action-green span,
.btn-action-green p,
.btn-action-green div,
button.btn-action-green span,
button.btn-action-green p,
button.btn-action-green div,
a.btn-action-green span,
a.btn-action-green p,
a.btn-action-green div {
  color: #ffffff !important;
}

.btn-action-green:hover span,
.btn-action-green:hover p,
.btn-action-green:hover div,
button.btn-action-green:hover span,
button.btn-action-green:hover p,
button.btn-action-green:hover div,
a.btn-action-green:hover span,
a.btn-action-green:hover p,
a.btn-action-green:hover div {
  color: #ffffff !important;
}

/* Ensure all green buttons (including btn-danger) have white text */
.btn-danger,
.btn-danger:active,
.btn-danger:link,
.btn-danger:visited,
a.btn-danger,
button.btn-danger {
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
a.btn-danger:hover,
button.btn-danger:hover,
a.btn-danger:focus,
button.btn-danger:focus {
  color: #ffffff !important;
  text-decoration: none !important;
} /* Mobile Header Fixes */

/* Override mobirise mobile container height issues */
@media (max-width: 991px) {

  /* Force the entire header section to be compact */
  .cid-tJS6tZXiPa {
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: none !important;
    display: flex !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: white !important;
    overflow: visible !important;
  }

  /* Ensure no spacing after the header section */
  .cid-tJS6tZXiPa+* {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .cid-tJS6tZXiPa .container {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .cid-tJS6tZXiPa .navbar {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Override any Bootstrap navbar defaults */
  .cid-tJS6tZXiPa .navbar-expand-lg {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 !important;
  }

  /* Logo on the left */
  .cid-tJS6tZXiPa .navbar-logo {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    grid-column: 1;
    height: 50px !important;
    line-height: 1 !important;
  }

  .cid-tJS6tZXiPa .navbar-logo img {
    height: 2.2rem !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    position: relative !important;
    top: 2px !important;
  }

  /* Centered text */
  .cid-tJS6tZXiPa .navbar-caption-wrap {
    grid-column: 2;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 50px !important;
  }

  .cid-tJS6tZXiPa .navbar-caption {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Hide the navbar-brand container since we're restructuring */
  .cid-tJS6tZXiPa .navbar-brand {
    display: contents !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    min-height: auto !important;
  }

  /* Hamburger menu on the right */
  .cid-tJS6tZXiPa .navbar-toggler {
    width: 40px !important;
    height: 50px !important;
    padding: 0 !important;
    transform: none !important;
    grid-column: 3;
    justify-self: flex-end !important;
    align-self: center !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1001 !important;
    position: relative !important;
    cursor: pointer !important;
    border: none !important;
    background: transparent !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger {
    width: 30px !important;
    height: 24px !important;
    position: relative !important;
    top: -2px !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger span {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 24px !important;
    height: 2px !important;
    background-color: #333 !important;
    border-radius: 1px !important;
    transition: all 0.3s ease !important;
    pointer-events: none !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger span:nth-child(1) {
    top: 2px !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger span:nth-child(2) {
    top: 11px !important;
    width: 20px !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger span:nth-child(3) {
    top: 20px !important;
    width: 16px !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler .hamburger span:nth-child(4) {
    display: none !important;
    /* Hide 4th span for cleaner look */
  }

  /* Animated hamburger when open */
  .cid-tJS6tZXiPa .navbar-toggler[aria-expanded="true"] .hamburger {
    top: -2px !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg) !important;
    top: 11px !important;
    width: 24px !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0 !important;
  }

  .cid-tJS6tZXiPa .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg) !important;
    top: 11px !important;
    width: 24px !important;
  }

  /* Mobile menu dropdown */
  .cid-tJS6tZXiPa .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px 0 24px 0;
    margin-top: 0 !important;
    display: none !important;
    z-index: 1000;
    min-height: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .cid-tJS6tZXiPa .navbar-collapse.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Make sure the show class works */
  .cid-tJS6tZXiPa .collapse.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Bootstrap override */
  .navbar-collapse.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Ensure dropdown shows properly with white background */
  .cid-tJS6tZXiPa .navbar-collapse.show {
    background: white !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
  }

  .cid-tJS6tZXiPa .navbar-nav {
    padding: 0 !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  .cid-tJS6tZXiPa .navbar-nav .nav-item {
    margin: 0 !important;
  }

  .cid-tJS6tZXiPa .navbar-nav .nav-link {
    padding: 14px 24px !important;
    text-align: left !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    white-space: nowrap;
  }

  .cid-tJS6tZXiPa .navbar-buttons {
    padding: 16px 24px 20px 24px !important;
    text-align: left !important;
    border-top: 1px solid #eee;
    margin-top: 8px;
    flex-shrink: 0;
  }

  .cid-tJS6tZXiPa .auth-buttons-container,
  .cid-tJS6tZXiPa .user-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .cid-tJS6tZXiPa .auth-buttons-container .btn,
  .cid-tJS6tZXiPa .user-menu .btn {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    font-size: 1rem;
  }

  .cid-tJS6tZXiPa .login-link-container {
    margin-top: 8px !important;
    text-align: center !important;
  }

  /* Ensure buttons section is visible in mobile dropdown */
  .cid-tJS6tZXiPa .navbar-buttons {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Make sure auth buttons are visible */
  .cid-tJS6tZXiPa .auth-buttons-container {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Style the signup button for mobile */
  .cid-tJS6tZXiPa .btn-signup-green {
    background-color: #2c8b07 !important;
    border-color: #2c8b07 !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  .cid-tJS6tZXiPa .btn-signup-green:hover {
    background-color: #236b05 !important;
    border-color: #236b05 !important;
    color: white !important;
  }

  /* Style the login link for mobile */
  .cid-tJS6tZXiPa .login-link-container a {
    color: #2c8b07 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    padding: 8px !important;
  }

  .cid-tJS6tZXiPa .login-link-container a:hover {
    text-decoration: underline !important;
  }

  /* Ensure the entire dropdown content fits without scrolling */
  .cid-tJS6tZXiPa .navbar-collapse {
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
  }

  /* But for typical content, ensure it displays without scrolling */
  .cid-tJS6tZXiPa .navbar-collapse.show {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Ensure proper layout flow */
  .cid-tJS6tZXiPa .navbar-collapse .navbar-nav {
    flex-shrink: 0 !important;
  }

  .cid-tJS6tZXiPa .navbar-collapse .navbar-buttons {
    flex-shrink: 0 !important;
    margin-top: auto !important;
  }
}.affiliate-wizard {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
}

.wizard-header {
  background: linear-gradient(135deg, #2986cc 0%, #4d9edb 100%);
  color: white;
  padding: 2rem;
}

.wizard-header h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.step-indicator {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.step.active {
  opacity: 1;
}

.step.current {
  opacity: 1;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}

.step.active .step-number,
.step.current .step-number {
  background: white;
  color: #2986cc;
}

.step-info {
  display: flex;
  flex-direction: column;
}

.step-title {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.step-description {
  font-size: 0.75rem;
  opacity: 0.8;
}

.wizard-content {
  padding: 2rem;
}

.step-content h3 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.step-content p {
  color: #333333;
  opacity: 0.8;
  margin: 0 0 2rem 0;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #eaeaea;
  border-radius: 100px;
  font-size: 1rem;
  font-family: 'Inter Tight', sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #2986cc;
  box-shadow: 0 0 0 3px rgba(41, 134, 204, 0.1);
}

.form-group input.error {
  border-color: #d80000;
}

.form-group small {
  display: block;
  color: #333333;
  opacity: 0.7;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.error-message {
  color: #d80000;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}

.submit-error {
  background: rgba(216, 0, 0, 0.1);
  border: 1px solid #d80000;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  text-align: center;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-table {
  background: rgba(51, 51, 51, 0.05);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  margin-top: 1rem;
}

.form-table th,
.form-table td {
  padding: 3px 10px;
  text-align: center;
}

.url-preview {
  background: rgba(41, 134, 204, 0.05);
  border: 1px solid rgba(41, 134, 204, 0.1);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 0.875rem;
  color: #2986cc;
}

.settings-preview {
  background: rgba(51, 51, 51, 0.05);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.settings-preview h4 {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.preview-item {
  margin-bottom: 0.75rem;
  color: #333333;
  font-size: 0.875rem;
}

.preview-item strong {
  font-weight: 600;
}

.review-section {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.review-section h4 {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  border-bottom: 2px solid #2986cc;
  padding-bottom: 0.5rem;
}

.review-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.review-item .label {
  font-weight: 600;
  color: #333333;
}

.review-item .value {
  color: #2986cc;
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 0.875rem;
}

.success-step {
  text-align: center;
  padding: 2rem 0;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.success-step h3 {
  color: #2c8b07;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.success-step p {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.success-details {
  background: rgba(44, 139, 7, 0.05);
  border: 1px solid rgba(44, 139, 7, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: left;
}

.detail-item {
  margin-bottom: 1rem;
}

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

.detail-item label {
  display: block;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.copyable-field {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.copyable-field input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 0.75rem;
  background: white;
}

.copy-btn {
  background-color: #2986cc;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.copy-btn:hover {
  background-color: #4d9edb;
}

.next-steps {
  background: rgba(41, 134, 204, 0.05);
  border: 1px solid rgba(41, 134, 204, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
  text-align: left;
}

.next-steps h4 {
  color: #2986cc;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.next-steps ul {
  margin: 0;
  padding-left: 1.5rem;
  color: #333333;
}

.next-steps li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.wizard-actions {
  background: rgba(0, 0, 0, 0.02);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.wizard-actions .btn-primary,
.wizard-actions .btn-secondary {
  padding: 0.75rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.wizard-actions .btn-primary {
  background-color: #2986cc;
  color: white;
  box-shadow: 0 4px 15px rgba(41, 134, 204, 0.4);
}

.wizard-actions .btn-primary:hover {
  background-color: #4d9edb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(41, 134, 204, 0.6);
}

.wizard-actions .btn-primary:disabled {
  background-color: #ccbdb4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.wizard-actions .btn-secondary {
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
}

.wizard-actions .btn-secondary:hover {
  background-color: #444444;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(51, 51, 51, 0.3);
}

.form-textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s ease;
}

.form-textarea:focus {
  outline: none;
  border-color: #2986cc;
}

.form-help {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .wizard-header {
    padding: 1.5rem;
  }

  .step-indicator {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .step {
    gap: 0.5rem;
  }

  .wizard-content {
    padding: 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .wizard-actions {
    padding: 1rem 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }

  .wizard-actions .btn-primary,
  .wizard-actions .btn-secondary {
    width: 100%;
  }

  .copyable-field {
    flex-direction: column;
    align-items: stretch;
  }

  .copyable-field input {
    margin-bottom: 0.5rem;
  }
}.affiliate-list {
  padding: 20px;
  background: #f8f9fa;
  min-height: 100vh;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #333333;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccbdb4;
  border-top: 4px solid #2986cc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Header */
.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.list-header h3 {
  color: #333333;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.refresh-btn {
  padding: 10px 20px;
  background: #2c8b07;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.refresh-btn:hover {
  background: #247006;
  transform: translateY(-1px);
}

/* Summary/KPI Section */
.list-summary {
  margin-bottom: 24px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.summary-item {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%);
  border-radius: 12px;
  border: 2px solid #ccbdb4;
  transition: all 0.3s ease;
}

.summary-item:hover {
  border-color: #2986cc;
  transform: translateY(-2px);
}

.summary-label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.summary-value {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

/* Controls */
.list-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.search-box {
  flex: 1;
  max-width: 400px;
}

.search-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.search-input:focus {
  outline: none;
  border-color: #2986cc;
}

.filter-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-select,
.sort-select {
  padding: 10px 14px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  background: white;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.filter-select:focus,
.sort-select:focus {
  outline: none;
  border-color: #2986cc;
}

.sort-order-btn {
  padding: 10px 12px;
  background: #f1f3f4;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  transition: all 0.2s ease;
}

.sort-order-btn:hover {
  background: #e8eaed;
  border-color: #2986cc;
}

/* Table Layout */
.partners-table-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 32px;
}

.partners-table {
  width: 100%;
  border-collapse: collapse;
}

.partners-table th {
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  color: white;
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid #2986cc;
}

.partners-table th.sortable {
  cursor: pointer;
  transition: background 0.2s ease;
}

.partners-table th.sortable:hover {
  background: linear-gradient(135deg, #444444 0%, #2a2a2a 100%);
}

.partners-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #f1f3f4;
  vertical-align: top;
}

.partners-table tr:hover {
  background: #f8f9fa;
}

.partners-table tr.inactive {
  opacity: 0.6;
}

.partner-name-cell {
  min-width: 200px;
}

.partner-name-cell strong {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-bottom: 4px;
}

.partner-name-cell small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-bottom: 8px;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge.active {
  background: #e8f5e8;
  color: #2c8b07;
}

.status-badge.inactive {
  background: #ffeaa7;
  color: #d63031;
}

.action-buttons {
  display: flex;
  gap: 8px;
}

.btn-action {
  padding: 6px 10px;
  background: #f1f3f4;
  border: 1px solid #ccbdb4;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.btn-action:hover {
  background: #2986cc;
  color: white;
  border-color: #2986cc;
}

.btn-action.delete {
  background: #f8d7da;
  color: #dc3545;
  border: 1px solid #f5c6cb;
}

.btn-action.delete:hover {
  background: #dc3545;
  color: white;
  border-color: #dc3545;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #666;
}

.empty-state p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* Edit Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.edit-modal {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-header {
  padding: 24px 24px 0;
  border-bottom: 1px solid #f1f3f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
}

.modal-header h3 {
  margin: 0;
  color: #333333;
  font-size: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  color: #dc3545;
}

.modal-body {
  padding: 24px;
  flex: 1;
  overflow-y: auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2986cc;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: auto;
}

.logo-preview {
  margin-top: 12px;
  padding: 20px;
  border: 2px dashed #2986cc;
  border-radius: 12px;
  background: rgba(41, 134, 204, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  position: relative;
}

.logo-preview img {
  max-width: 300px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 8px;
}

.remove-logo-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: #dc3545;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.remove-logo-btn:hover {
  background: #c82333;
  transform: scale(1.1);
}

.modal-footer {
  padding: 24px;
  border-top: 1px solid #f1f3f4;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: #f8f9fa;
}

.btn-secondary,
.btn-primary {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary {
  background: #f1f3f4;
  color: #666;
}

.btn-secondary:hover {
  background: #e8eaed;
}

.btn-primary {
  background: #2986cc;
  color: white;
}

.btn-primary:hover {
  background: #1a73e8;
}

.btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.delete-btn {
  background: #dc3545 !important;
}

.delete-btn:hover {
  background: #c82333 !important;
}

.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .affiliate-list {
    padding: 16px;
  }
  
  .list-header {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .header-actions {
    justify-content: space-between;
  }
  
  .list-controls {
    flex-direction: column;
    gap: 16px;
  }
  
  .filter-controls {
    flex-wrap: wrap;
  }
  
  .partners-grid {
    grid-template-columns: 1fr;
  }
  
  .partner-card-header {
    flex-direction: column;
    gap: 12px;
  }
  
  .partner-settings {
    flex-direction: column;
    gap: 12px;
  }
  
  .metric-group {
    flex-direction: column;
    gap: 8px;
  }
  
  .summary-stats {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
  
  .partners-table-container {
    overflow-x: auto;
  }
  
  .partners-table {
    min-width: 600px;
  }

  /* Modal responsive */
  .modal-overlay {
    padding: 10px;
  }
  
  .edit-modal {
    max-height: 95vh;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .modal-footer {
    flex-direction: column;
  }
  
  .modal-footer .btn-primary,
  .modal-footer .btn-secondary {
    width: 100%;
  }
}

.account-manager {
  color: #2986cc;
  font-weight: 500;
}

.account-manager:empty::after {
  content: 'Unassigned';
  color: #999;
  font-style: italic;
}

.form-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  transition: border-color 0.2s ease;
}

.form-group select:focus {
  outline: none;
  border-color: #2986cc;
}

.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s ease;
}

.form-group textarea:focus {
  outline: none;
  border-color: #2986cc;
}

.form-help {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  font-style: italic;
} .account-manager-list {
  padding: 20px;
}

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.list-header h3 {
  margin: 0;
  color: #000000;
}

.add-manager-form {
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.add-manager-form h4 {
  margin: 0 0 20px 0;
  color: #000000;
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #2986cc;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.managers-table-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.managers-table {
  width: 100%;
  border-collapse: collapse;
}

.managers-table th {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  color: white;
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid #2986cc;
}

.managers-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #f1f3f4;
  vertical-align: middle;
}

.managers-table tr:hover {
  background: #f8f9fa;
}

.managers-table tr.inactive {
  opacity: 0.6;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge.active {
  background: #e8f5e8;
  color: #2c8b07;
}

.status-badge.inactive {
  background: #ffeaa7;
  color: #d63031;
}

.btn-action {
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.btn-action.activate {
  background: #e8f5e8;
  color: #2c8b07;
}

.btn-action.deactivate {
  background: #ffeaa7;
  color: #d63031;
}

.btn-action:hover {
  opacity: 0.8;
}

.actions-container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-action.delete {
  background: #dc3545;
  color: white;
}

.btn-action.delete:hover {
  background: #c82333;
  opacity: 1;
}

.btn-action.edit {
  background: #007bff;
  color: white;
}

.btn-action.edit:hover {
  background: #0056b3;
  opacity: 1;
}

/* Delete Modal Styles */
.delete-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.delete-modal {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.delete-modal-header {
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0;
}

.delete-modal-header h3 {
  margin: 0 0 16px 0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.delete-modal-content {
  padding: 24px;
}

.delete-modal-content p {
  margin: 0 0 16px 0;
  color: #333;
  line-height: 1.5;
}

.warning-text {
  color: #dc3545;
  font-weight: 500;
  background: #f8d7da;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #f5c6cb;
}

.delete-modal-footer {
  padding: 0 24px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.btn-danger {
  background: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-danger:hover:not(:disabled) {
  background: #c82333;
}

.btn-danger:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.btn-secondary {
  background: #6c757d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-secondary:hover:not(:disabled) {
  background: #5a6268;
}

.btn-secondary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.error-message {
  background: #f8d7da;
  color: #dc3545;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #000000;
}

.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2986cc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Edit Modal Styles */
.edit-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.edit-modal {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.edit-modal-header {
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0;
}

.edit-modal-header h3 {
  margin: 0 0 16px 0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.edit-modal-content {
  padding: 24px;
}

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

.edit-modal-content .form-group:last-child {
  margin-bottom: 0;
}

.edit-modal-content label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.edit-modal-content input,
.edit-modal-content select {
  width: 100%;
  padding: 12px;
  border: 2px solid #ccbdb4;
  border-radius: 8px;
  font-size: 14px;
  background-color: white;
  transition: border-color 0.2s ease;
}

.edit-modal-content input:focus,
.edit-modal-content select:focus {
  outline: none;
  border-color: #2986cc;
}

.form-select {
  cursor: pointer;
}

.edit-modal-footer {
  padding: 0 24px 24px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.btn-primary {
  background: #2986cc;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled) {
  background: #1f6ba8;
}

.btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
} .admin-dashboard {
  min-height: 100vh;
  background: linear-gradient(135deg, #2986cc 0%, #ccbdb4 100%);
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
}

.dashboard-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dashboard-header h1 {
  margin: 0;
  color: #000000;
  font-size: 1.875rem;
  font-weight: 700;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.user-info span {
  color: #000000;
  font-weight: 500;
}

.dashboard-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 0 2rem;
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tab {
  background: none;
  border: none;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-weight: 500;
  color: #000000;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 0;
}

.nav-tab:hover {
  color: #2986cc;
  background: rgba(41, 134, 204, 0.05);
}

.nav-tab.active {
  color: #2986cc;
  border-bottom-color: #2986cc;
  background: rgba(41, 134, 204, 0.1);
}

.dashboard-content {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Overview Tab Styles */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.stat-card h3 {
  margin: 0 0 0.5rem 0;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #2986cc;
  margin: 0;
}

.recent-activity {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.recent-activity h3 {
  margin: 0 0 1rem 0;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
}

.partner-list-preview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-preview-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: rgba(41, 134, 204, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(41, 134, 204, 0.1);
}

.partner-info h4 {
  margin: 0 0 0.25rem 0;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
}

.partner-info p {
  margin: 0 0 0.25rem 0;
  color: #000000;
  font-size: 0.875rem;
  opacity: 0.8;
}

.partner-url {
  font-size: 0.75rem;
  color: #2986cc;
  font-family: 'Monaco', 'Menlo', monospace;
}

.partner-stats {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
  color: #000000;
}

/* Loading and Error States */
.loading-container, .error-container, .auth-required, .unauthorized {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  color: white;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.auth-required h2, .unauthorized h2, .error-container h2 {
  color: white;
  margin-bottom: 1rem;
}

.auth-required p, .unauthorized p, .error-container p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

/* Button Styles - Matching website design */
.btn-primary, .btn-secondary {
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-primary {
  background-color: #2986cc;
  color: white;
  box-shadow: 0 4px 15px rgba(41, 134, 204, 0.4);
}

.btn-primary:hover {
  background-color: #4d9edb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(41, 134, 204, 0.6);
}

.btn-secondary {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}

.btn-secondary:hover {
  background-color: #863808;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(86, 36, 5, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .dashboard-nav {
    flex-direction: column;
    padding: 0;
  }

  .nav-tab {
    border-bottom: none;
    border-left: 3px solid transparent;
  }

  .nav-tab.active {
    border-left-color: #2986cc;
    border-bottom-color: transparent;
  }

  .dashboard-content {
    padding: 1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .partner-preview-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .partner-stats {
    flex-direction: column;
    gap: 0.25rem;
  }
} .affiliate-landing {
  min-height: 100vh;
  background: #f8f9fa;
}

/* Loading and Error States */
.loading-container,
.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 40px 20px;
  text-align: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccbdb4;
  border-top: 4px solid #2986cc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.error-container h1 {
  color: #333333;
  margin-bottom: 16px;
}

.error-container p {
  color: #666;
  margin-bottom: 24px;
}

/* Hero Section */
.affiliate-hero {
  background: linear-gradient(135deg, #2986cc 0%, #1a73b8 100%);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.affiliate-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/images/pattern-overlay.png') repeat;
  opacity: 0.1;
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.partner-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-label {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.partner-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: white;
}

.partner-company {
  font-size: 16px;
  opacity: 0.8;
  margin: 0;
  font-style: italic;
}

.hero-main {
  text-align: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: white;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.discount-highlight {
  margin: 32px 0;
}

.discount-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2c8b07 0%, #247006 100%);
  padding: 16px 32px;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(44, 139, 7, 0.3);
  transform: rotate(-2deg);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: rotate(-2deg) scale(1); }
  50% { transform: rotate(-2deg) scale(1.05); }
}

.discount-text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}

.discount-subtitle {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  color: white;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}

.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Button Styles */
.aff-btn-primary,
.aff-btn-secondary {
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 280px;
}

.aff-btn-primary {
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(51, 51, 51, 0.3);
}

.aff-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(51, 51, 51, 0.4);
}

.aff-btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.aff-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.aff-btn-primary.large,
.aff-btn-secondary.large {
  padding: 18px 36px;
  font-size: 20px;
}

.aff-btn-primary.extra-large {
  padding: 24px 48px;
  font-size: 24px;
  font-weight: 700;
}

/* Trust Section */
.trust-section {
  background: white;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.trust-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.trust-content h3 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 40px;
  font-weight: 600;
}

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

.stat-item {
  text-align: center;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 16px;
  border: 2px solid #ccbdb4;
  transition: all 0.3s ease;
}

.stat-item:hover {
  border-color: #2986cc;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #2986cc;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

/* Services Section */
.services-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-section h2 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 60px;
  font-weight: 700;
}

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

.service-card {
  background: white;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  border-color: #2986cc;
}

.service-icon {
  font-size: 48px;
  margin-bottom: 24px;
  display: block;
}

.service-card h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 600;
}

.service-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Final CTA Section */
.final-cta {
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  color: white;
}

.cta-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
}

.final-discount {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 24px;
  margin: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.discount-amount {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: #2c8b07;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.discount-desc {
  font-size: 18px;
  opacity: 0.9;
}

.guarantee-text {
  margin-top: 24px;
  font-size: 14px;
  opacity: 0.8;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .affiliate-hero {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .discount-text {
    font-size: 20px;
  }
  
  .btn-primary,
  .btn-secondary {
    min-width: 100%;
    padding: 14px 24px;
    font-size: 16px;
  }
  
  .trust-stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .service-card {
    padding: 32px 24px;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
  
  .discount-amount {
    font-size: 36px;
  }
  
  .btn-primary.extra-large {
    padding: 18px 32px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .partner-badge {
    padding: 16px;
  }
  
  .partner-name {
    font-size: 20px;
  }
  
  .hero-title {
    font-size: 24px;
  }
  
  .services-section h2 {
    font-size: 28px;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
}

/* New-style affiliate landing page */
.new-style {
  /* Match hero background so space behind fixed header blends seamlessly */
  background: #2986cc;
  color: inherit;
  min-height: 100vh;
  /* ensure everything sits below fixed header (≈80px) */
  padding-top: 120px;
  text-align: center;
}
.partner-hero {
  background: #2986cc;
  color: #ffffff;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
/* Ensure partner logos are never masked into circles by any global styles */
.partner-hero img {
  border-radius: 0 !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask-image: none !important;
}
.partner-hero .welcome-text {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  display: inline-block;
  background: none;
  color: #fff;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 90%;
}
.company-text {
  font-size: 18px;
  margin-bottom: 4px;
  opacity: 0.9;
  color: #fff;
}
.discount-text {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0;
  color: #fff;
}
.partner-pricing {
  margin: 40px auto 0 auto;
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 56px;
  padding-top: 40px;
  background: #2986cc;
  box-shadow: none;
  border-radius: 24px;
}
.pricing-title{font-size:32px;font-weight:700;margin-bottom:32px;color:#fff;}
.pricing-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
  /* Prevent cards from touching the edge */
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}
.pricing-card {
  background: #fff;
  color: #333;
  border-radius: 16px;
  padding: 40px 30px;
  width: 300px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  height: 600px;
  position: relative;
  border: 1px solid #e9ecef;
  /* Fixed height ensures all cards are identical */
}

/* Family card gets blue border to match main pricing page */
.pricing-card:last-child {
  border: 2px solid #4285f4;
}

.plan-name{font-size:28px;font-weight:700;margin-bottom:8px;}
.price-display{font-size:36px;font-weight:800;color:#2986cc;}
.price-period{font-size:14px;color:#666;margin-left:4px;}
.small-print{font-size:12px;color:#666;margin-top:8px;}
.cta-footer{margin:60px auto 80px;display:flex;flex-direction:column;gap:20px;align-items:center;}

/* Button hover effects */
.pricing-card button:hover {
  background-color: #3367d6 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

@media(max-width:1000px){
  .pricing-cards {
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .pricing-card{
    width: 280px;
    flex: 0 0 280px;
    height: 600px;
  }
}

@media(max-width:768px){
  .pricing-card{
    width:100%;
    max-width:320px;
    height: 600px;
    flex: 0 0 100%;
  }
  
  .pricing-cards {
    gap: 30px;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .partner-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .pricing-cards {
    max-width: 100%;
  }
}

.price-amount {
  font-weight: 800;
} /* Solutions Page Styles */
.solutions-page {
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.solutions-page * {
  box-sizing: border-box;
}

/* Ensure green buttons are always green and clickable */
.solutions-page .btn-primary,
.solutions-page .btn-primary-large,
.solutions-page a.btn-primary,
.solutions-page a.btn-primary-large {
  background: #2c8b07 !important;
  color: white !important;
  border: none !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

.solutions-page .btn-primary:hover,
.solutions-page .btn-primary-large:hover,
.solutions-page a.btn-primary:hover,
.solutions-page a.btn-primary-large:hover {
  background: #3bbc09 !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.3) !important;
}

/* Hero Section */
.solutions-hero {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: white;
  padding: 90px 0 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Add more spacing on desktop */
@media (min-width: 992px) {
  .solutions-hero {
    padding: 130px 0 120px 0;
  }
}

/* Keep mobile spacing compact */
@media (max-width: 767px) {
  .solutions-hero {
    padding: 90px 0 80px 0;
  }
}

.solutions-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}

.hero-title .highlight {
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 50px;
  opacity: 0.95;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  width: 100%;
}

.stat-item {
  text-align: center;
  min-width: 150px;
  flex: 0 0 auto;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

/* Buttons */
.btn {
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
}

.btn-primary-large {
  background: #2c8b07 !important;
  color: white !important;
  padding: 18px 40px;
  font-size: 1.2rem;
  border: none;
  border-radius: 50px !important;
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.3) !important;
}

.btn-primary-large:hover {
  background: #3bbc09 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44, 139, 7, 0.4);
}

.btn-secondary-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary-outline:hover {
  background: white;
  color: #4a90e2;
}

.btn-primary {
  background: #2c8b07 !important;
  color: white !important;
  border: none;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px rgba(44, 139, 7, 0.3) !important;
}

.btn-primary:hover {
  background: #3bbc09 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.3);
}

/* Crisis Section */
.crisis-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.crisis-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.crisis-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 30px;
}

.crisis-highlight {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5;
  font-weight: 600;
}

.crisis-highlight strong {
  color: #2c8b07;
  font-weight: 800;
  font-size: 1.8rem;
}

.crisis-stats {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600;
}

.crisis-stats strong {
  color: #d32f2f;
  font-weight: 800;
  font-size: 1.8rem;
}

.crisis-protection {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
}

.crisis-protection strong {
  color: #2c8b07;
  font-weight: 800;
  font-size: 1.7rem;
}

.crisis-different {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 600;
}

.crisis-different strong {
  color: #2c8b07;
  font-weight: 800;
  font-size: 1.9rem;
}

/* Better Section */
.better-section {
  padding: 100px 0;
  background: white;
}

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

.section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.better-promise {
  font-size: 1.3rem;
  color: #333;
  font-style: italic;
  line-height: 1.6;
}

.better-promise em {
  color: #2c8b07;
  font-weight: 600;
}

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

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.feature-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* Promise Section */
.promise-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c8b07 0%, #246b05 100%);
  color: white !important;
  text-align: center;
}

.promise-section *,
.promise-section p,
.promise-section h2,
.promise-section h3,
.promise-section h4,
.promise-content *,
.promise-text,
.promise-highlight *,
.promise-cta * {
  color: white !important;
}

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

.promise-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: white !important;
}

.promise-text {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
  color: white !important;
}

.promise-highlight {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}

.promise-highlight h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffd700;
}

.promise-highlight p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
  color: white !important;
}

.promise-cta h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: white !important;
  margin: 0;
}



/* Solutions Section */
.solutions-section {
  padding: 100px 0;
  background: white;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.solution-card {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.solution-header {
  display: flex;
  flex-direction: column;
}

.solution-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.solution-content {
  padding: 30px;
}

.solution-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.solution-title-with-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.browser-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.browser-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.apple-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.solution-description {
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}

.solution-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.solution-features li {
  padding: 8px 0;
  color: #333;
  font-weight: 500;
}



/* Final CTA Section */
.final-cta-section {
  padding: 100px 0;
  background: white;
  color: #333 !important;
  text-align: center;
}


.final-cta-section * {
  color: #333 !important;
}

.cta-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333 !important;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.95;
  color: #333 !important;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-footer {
  margin-top: 30px;
}

.cta-footer p {
  font-size: 1.1rem;
  opacity: 0.95;
  margin: 0;
  color: #333 !important;
}

.cta-footer strong {
  color: #2c8b07;
  font-weight: 700;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-stats {
    gap: 40px;
  }
  
  .hero-content {
    max-width: 900px;
    padding: 0 30px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
    white-space: normal;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    max-width: 100%;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .crisis-content h2 {
    font-size: 2rem;
  }
  
  .crisis-highlight {
    font-size: 1.1rem;
  }
  
  .crisis-stats {
    font-size: 1.2rem;
  }
  
  .crisis-protection {
    font-size: 1.1rem;
  }
  
  .crisis-different {
    font-size: 1.1rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    align-items: center;
  }
  
  .promise-content h2 {
    font-size: 2.2rem;
  }
  
  .promise-text {
    font-size: 1.1rem;
  }
  
  .promise-highlight h3 {
    font-size: 1.3rem;
  }
  
  .promise-cta h4 {
    font-size: 1.5rem;
  }
  
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .crisis-highlight strong {
    font-size: 1.3rem;
  }
  
  .crisis-stats strong {
    font-size: 1.4rem;
  }
  
  .crisis-protection strong {
    font-size: 1.3rem;
  }
  
  .crisis-different strong {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
    white-space: normal;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .cta-content h2 {
    font-size: 2.2rem;
  }
  
  .crisis-content h2 {
    font-size: 1.8rem;
  }
  
  .feature-item {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .solution-title-with-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .apple-logo {
    width: 44px;
    height: 44px;
  }
  
  .browser-icon {
    width: 44px;
    height: 44px;
  }
  
  .solution-content {
    padding: 20px;
  }
  
  .container {
    padding: 0 15px;
  }
  
  .crisis-highlight strong {
    font-size: 1.1rem;
  }
  
  .crisis-stats strong {
    font-size: 1.2rem;
  }
  
  .crisis-protection strong {
    font-size: 1.1rem;
  }
  
  .crisis-different strong {
    font-size: 1.2rem;
  }
} 
.partner-showcase {
  padding: 40px 0;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.partner-showcase-content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Loading State */
.partner-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.loading-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Partner Logos Container */
.partner-logos {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* All Partners Display - Show simultaneously */
.all-partners-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Partner Logo Styles */
.partner-logo {
  height: 120px;
  max-width: 300px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: all 0.3s ease;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.partner-logo:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}

/* Text Logo Fallback */
.partner-text-logo {
  font-size: 1.4rem;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #495057;
  padding: 15px 25px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}

/* Dots Indicator */
.partner-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dee2e6;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #667eea;
  transform: scale(1.2);
}

.dot:hover {
  background: #adb5bd;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .partner-showcase {
    padding: 30px 0;
  }

  .partner-section-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .partner-logo {
    max-height: 50px;
    max-width: 160px;
  }

  .partner-text-logo {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .partner-logos {
    min-height: 60px;
  }
}

@media (max-width: 480px) {
  .partner-showcase {
    padding: 25px 0;
  }

  .partner-logo {
    max-height: 40px;
    max-width: 140px;
  }

  .partner-text-logo {
    font-size: 1rem;
    padding: 10px 16px;
  }
}/* Mobile-specific styles for HomePage hero section */
/* This file ensures proper centering on mobile devices */

@media (max-width: 768px) {
  /* Nuclear option - force center everything */
  .header8.cid-unTb8VgIKT,
  .header8.cid-unTb8VgIKT *,
  .cid-unTb8VgIKT,
  .cid-unTb8VgIKT * {
    text-align: center !important;
  }
  
  /* Hero section container - flexbox centering */
  .header8.cid-unTb8VgIKT {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  
  /* Container override */
  .cid-unTb8VgIKT .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Row override */
  .cid-unTb8VgIKT .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
  }
  
  /* Content wrapper override */
  .cid-unTb8VgIKT .content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  /* Column override */
  .cid-unTb8VgIKT .col-lg-7 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
  
  /* Form override */
  .cid-unTb8VgIKT .mbr-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  /* Text wrapper - force center alignment */
  .cid-unTb8VgIKT .text-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 1rem !important;
    width: 100% !important;
  }
  
  /* Drag area override */
  .cid-unTb8VgIKT .dragArea {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  /* All content within the drag area */
  .cid-unTb8VgIKT .dragArea {
    text-align: center !important;
  }
  
  /* Column containers */
  .cid-unTb8VgIKT .col-lg-12,
  .cid-unTb8VgIKT .col-md-12,
  .cid-unTb8VgIKT .col-sm-12 {
    text-align: center !important;
  }
  
  /* Main content column */
  .cid-unTb8VgIKT .col-lg-7 {
    text-align: center !important;
    margin: 0 auto !important;
  }
  
  /* All text elements in hero section */
  .cid-unTb8VgIKT .mbr-fonts-style,
  .cid-unTb8VgIKT .mbr-section-title,
  .cid-unTb8VgIKT .mbr-text {
    text-align: center !important;
  }
  
  /* Hero buttons container */
  .cid-unTb8VgIKT .hero-buttons-container {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Button wrappers */
  .cid-unTb8VgIKT .hero-button-wrapper {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  /* Override any align-left classes */
  .cid-unTb8VgIKT .align-left {
    text-align: center !important;
  }
  
  /* Container and row overrides */
  .cid-unTb8VgIKT .container {
    text-align: center !important;
  }
  
  .cid-unTb8VgIKT .row {
    justify-content: center !important;
    text-align: center !important;
  }
  
  /* Content wrapper */
  .cid-unTb8VgIKT .content-wrapper {
    text-align: center !important;
    justify-content: center !important;
  }
  
  /* Form container */
  .cid-unTb8VgIKT .mbr-form {
    text-align: center !important;
  }
}

/* Additional mobile breakpoint for very small screens */
@media (max-width: 480px) {
  .cid-unTb8VgIKT .text-wrapper {
    padding: 0 0.5rem !important;
  }
  
  /* Ensure even smaller screens are centered */
  .cid-unTb8VgIKT * {
    text-align: center !important;
  }
}.testimonial-carousel {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px 16px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.testimonial-carousel__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow: hidden;
  outline: none;
}

.testimonial-slide {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 300ms ease, transform 300ms ease;
  padding: 8px 8px 12px;
}

.testimonial-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.testimonial-quote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  color: #222;
  text-align: center;
}

.testimonial-quote.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
}

.testimonial-readmore {
  appearance: none;
  background: none;
  border: none;
  color: #148a39;
  font-weight: 600;
  margin: 8px auto 0;
  cursor: pointer;
  display: block;
}

.testimonial-author {
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
  color: #3a3a3a;
}

.testimonial-verified {
  margin-top: 2px;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 0;
  margin-bottom: 8px;
}

.testimonial-star {
  width: 22px;
  height: 22px;
  fill: #d0d0d0;
}

.testimonial-star.is-filled {
  fill: #f4b400; /* golden */
}

@media (max-width: 480px) {
  .testimonial-star {
    width: 18px;
    height: 18px;
  }
}

.testimonial-carousel__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonial-arrow {
  pointer-events: all;
  border: none;
  background: rgba(0,0,0,0.05);
  color: #222;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.testimonial-arrow:hover {
  background: rgba(0,0,0,0.1);
  transform: scale(1.05);
}

.testimonial-carousel__dots {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #c8c8c8;
  cursor: pointer;
  transition: background 150ms ease, width 150ms ease;
}

.testimonial-dot.is-active {
  background: #2ecc71;
  width: 20px;
}

@media (min-width: 768px) {
  .testimonial-quote {
    font-size: 1.4rem;
  }
}

/* Marquee Variant */
.testimonial-marquee {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

.testimonial-marquee__mask {
  position: relative;
  overflow: hidden;
}

/* Subtle edge fade to hint scrolling on mobile */
.testimonial-marquee__mask::before,
.testimonial-marquee__mask::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  pointer-events: none;
  z-index: 1;
}

.testimonial-marquee__mask::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.testimonial-marquee__mask::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

.testimonial-track {
  display: flex;
  gap: 16px;
  padding: 8px 8px 12px;
  will-change: transform;
}

.testimonial-track--left {
  animation: marquee-left var(--duration, 35s) linear infinite;
}

.testimonial-marquee__mask.is-pausable:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  flex: 0 0 360px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 18px 18px 14px;
}

@media (max-width: 768px) {
  .testimonial-card {
    flex-basis: 300px;
    padding: 16px 14px 12px;
  }
  .testimonial-track {
    gap: 12px;
  }
  .testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    flex-basis: 260px;
    padding: 14px 12px 10px;
  }
  .testimonial-track {
    gap: 10px;
  }
  .testimonial-quote {
    font-size: 1rem;
    line-height: 1.5;
  }
  .testimonial-quote.is-clamped {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-75%); }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track,
  .testimonial-track--left {
    animation: none !important;
    transform: none !important;
  }
}

/* Allow forcing motion (overrides reduced motion for this component only) */
.testimonial-marquee--force .testimonial-track--left {
  animation: marquee-left var(--duration, 35s) linear infinite !important;
}


/* Marketing Landing Page Styles - Simplified with Pricing Focus */

.marketing-landing-page {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  background: #f3e7d1; /* updated page background */
  min-height: 100vh;
}

/* Android-specific adjustments */
.is-android {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}

/* Marketing Header Styles - Custom simplified header */
.marketing-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.marketing-header .navbar {
  padding: 1rem 0;
}

.marketing-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.marketing-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.marketing-header .navbar-caption {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
}

.marketing-header .navbar-caption:hover {
  color: #2c3e50;
  text-decoration: none;
}

.marketing-header .auth-buttons-container {
  display: flex;
  align-items: center;
}

.marketing-header .btn-signup-green {
  background-image: none !important;
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 139, 7, 0.3);
}

.marketing-header .btn-signup-green:hover {
  background-image: none !important;
  background-color: #1e5f04 !important;
  border-color: #1e5f04 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.4);
  color: white !important;
  text-decoration: none;
}

/* Adjust main content to account for fixed header */
.marketing-layout main {
  padding-top: 78px; /* add a bit back to prevent header overlap */
  background: #f3e7d1; /* match page background so no white band under header */
}

/* Title Section */
.title-section {
  padding: 4px 0 0;
  margin-top: 32px; /* add more space below the fixed header */
  margin-bottom: -36px; /* pull image closer to subtitle */
  background: transparent;
  position: relative;
  z-index: 5; /* Ensure subtitles sit above the pricing card */
}

.full-width-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.08;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 0.25rem; /* tighter spacing before subtitle */
  width: 100%;
  padding: 0 20px;
}

.title-section .subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #34495e !important;
  text-align: center;
  margin: 0 auto 0.04rem; /* tighter gap above red line */
  max-width: 800px;
  padding: 0 20px;
  display: block !important;
  position: relative;
  z-index: 6;
  visibility: visible !important;
  opacity: 1 !important;
}

.title-section .sub-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e74c3c !important;
  text-align: center;
  margin: 0 auto 0.02rem; /* minimal gap before image */
  max-width: 700px;
  padding: 0 20px;
  display: block !important;
  position: relative;
  z-index: 6;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Pricing Section */
.pricing-section {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  margin-top: -94px; /* bring image 30px closer under subtitle */
  /* normal flow; no internal scrolling */
}

.pricing-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  overflow: hidden; /* hide extra whitespace inside the PNG */
  /* Allow clicks to pass through when CTA overlaps */
  pointer-events: none;
}

/* No forced heights on wrappers; prevent nested scroll areas */

/* Remove any possible pseudo-element card decorations */
.pricing-image-container::before,
.pricing-image-container::after {
  content: none !important;
  display: none !important;
}

.pricing-image {
  width: 100%;
  height: auto;
  max-width: 2200px;
  max-height: calc(100vh - 210px); /* allow pricing to be larger while keeping CTA visible */
  transition: opacity 0.2s ease;
  display: block;
  object-fit: contain;
  /* Crop top/bottom padding baked into the PNG without editing the asset */
  clip-path: inset(24% 2% 24% 2%);
  margin-top: -24px;
  margin-bottom: -8px;
  transform: none;
  /* Ensure image never blocks CTA clicks */
  pointer-events: none;
}

/* Call to Action Section */
.cta-section {
  padding: 0 0 6px; /* remove top padding to tighten gap */
  margin-top: -106px; /* bring CTA 50px closer to the pricing image */
  background: transparent;
  /* Ensure CTA sits above the pricing image so links are clickable */
  position: relative;
  z-index: 5;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.btn-get-started {
  background-image: none !important;
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
  border: none;
  padding: 9px 18px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.3);
  min-width: 200px;
}

.btn-line-primary {
  display: block;
  line-height: 1.15;
  color: #ffffff !important;
}

/* Ensure nested elements inside CTA remain white despite global overrides */
.btn-get-started span,
.btn-get-started div,
.btn-get-started p {
  color: #ffffff !important;
}

.btn-sub {
  font-size: 0.8em;
  opacity: 0.9;
  margin-top: 1px;
  color: #ffffff !important;
}

.btn-get-started:hover {
  background-image: none !important;
  background-color: #1e5f04 !important;
  border-color: #1e5f04 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44, 139, 7, 0.4);
  color: white !important;
  text-decoration: none;
}

.btn-sub {
  font-size: 0.8em;
  opacity: 0.9;
  margin-top: 1px;
}

.btn-learn-more {
  background: transparent;
  color: #3498db;
  border: 2px solid #3498db;
  padding: 7px 16px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 140px;
  text-align: center;
}

.btn-learn-more:hover {
  background: #3498db;
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .full-width-title {
    font-size: 2.8rem;
  }
  
  .subtitle {
    font-size: 1.3rem;
  }
  
  .sub-subtitle {
    font-size: 1rem;
  }
  
  .pricing-image-container {
    max-width: 1000px;
  }
  
  .pricing-image {
    width: 320%;
    max-height: calc(100vh - 160px);
    transform: none;
  }
  
  .pricing-image:hover {
    transform: none;
  }
}

@media (max-width: 992px) {
  /* Add a bit more clearance under fixed header for tablet widths (~830px) */
  .marketing-layout main {
    padding-top: 96px;
  }
  .title-section {
    padding: 15px 0 3px;
    margin-top: 16px;
    margin-bottom: -14px;
  }
  
  .full-width-title {
    font-size: 2.5rem;
  }
  
  .subtitle {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
  
  .sub-subtitle {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
  }
  
  .pricing-section {
    padding: 8px 0;
  }
  
  .cta-section {
    padding: 0 0 15px;
    margin-top: -54px;
  }
  
  .pricing-image-container {
    max-width: 900px;
  }
  
  .pricing-image {
    width: 100%;
    max-height: none;
    transform: none;
    clip-path: none;
  }
  
  .pricing-image:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  /* Ensure main content clears the fixed header */
  .marketing-layout main {
    padding-top: 100px;
  }
  .title-section {
    padding: 12px 0 2px;
    margin-top: 12px;
    margin-bottom: -12px;
  }
  
  .full-width-title {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0 15px;
  }
  
  .subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    padding: 0 15px;
  }
  
  .sub-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
    padding: 0 15px;
  }
  
  .pricing-section {
    padding: 8px 0;
  }
  
  .cta-section {
    padding: 0 0 12px;
    margin-top: 8px;
  }
  
  .btn-get-started {
    min-width: 200px;
    width: min(380px, 85vw);
    font-size: 1rem;
    padding: 12px 24px;
  }
  
  .btn-learn-more {
    min-width: 120px;
    font-size: 0.9rem;
    padding: 8px 18px;
  }
  
  .pricing-image-container {
    max-width: 700px;
    padding: 0 15px;
  }
  
  .pricing-image {
    width: 100%;
    height: auto;
    max-height: none;
    transform: none;
    border-radius: 10px;
    clip-path: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .pricing-image:hover {
    transform: none;
  }
  
  .cta-buttons {
    gap: 0.6rem;
  }
}

@media (max-width: 576px) {
  /* Shrink header and bump content offset on phones */
  .marketing-header { padding: 0 !important; }
  .marketing-header .navbar { padding: 0 !important; height: 68px !important; min-height: 68px !important; display: flex !important; align-items: center !important; }
  .marketing-header .container { padding: 0 6px 0 16px !important; height: 68px !important; min-height: 68px !important; display: grid !important; grid-template-columns: auto 1fr auto !important; align-items: center !important; gap: 12px !important; }
  .marketing-header .container { column-gap: 16px !important; }
  .marketing-header .navbar-brand { display: contents !important; }
  .marketing-header .navbar-logo { grid-column: 1; display: flex !important; align-items: center !important; height: 68px !important; }
  .marketing-header .navbar-logo img { display: block !important; height: 2.2rem !important; width: auto !important; position: relative; top: -4px; }
  .marketing-header .navbar-caption-wrap { grid-column: 2; display: flex !important; align-items: center !important; justify-content: center !important; height: 68px !important; }
  .marketing-header .navbar-caption { display: inline-flex !important; align-items: center !important; line-height: 1 !important; position: relative; top: -5px; }
  .marketing-header .navbar-buttons { grid-column: 3; justify-self: end !important; display: flex !important; align-items: center !important; margin-right: -6px; }
  .marketing-header .auth-buttons-container { display: flex !important; align-items: center !important; }
  .marketing-header .navbar-logo,
  .marketing-header .navbar-caption-wrap,
  .marketing-header .navbar-buttons { align-self: center !important; }
  .marketing-header .navbar-caption { font-size: 1.25rem !important; }
  .marketing-header .btn-signup-green { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; height: 40px; min-width: 108px; font-size: 0.95rem; border-radius: 20px; }
  .marketing-layout main { padding-top: 144px; padding-top: calc(144px + env(safe-area-inset-top)); }
  .title-section {
    padding: 14px 0 6px;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  
  .full-width-title {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  
  .subtitle {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 0 10px;
  }
  
  .sub-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    padding: 0 10px;
  }
  
  .pricing-section {
    padding: 8px 0;
  }
  
  .cta-section {
    padding: 0 0 12px;
    margin-top: 10px;
  }
  
  .btn-get-started {
    min-width: 180px;
    width: min(360px, 90vw);
    font-size: 0.95rem;
    padding: 10px 20px;
  }
  
  .btn-learn-more {
    min-width: 110px;
    font-size: 0.85rem;
    padding: 7px 15px;
  }
  
  .pricing-image-container {
    max-width: 600px;
    padding: 0 0;
    overflow: visible;
    display: flex;
    justify-content: center;
  }
  
  .pricing-image {
    width: 220%;
    height: auto;
    max-height: none;
    position: static;
    transform: none;
    clip-path: none;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pricing-image:hover {
    transform: none;
  }
  
  .cta-buttons {
    gap: 0.5rem;
  }
}

/* Android-specific overrides */
.is-android { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; }
.is-android .pricing-image { max-height: calc((var(--app-vh, 1vh) * 100) - 210px); }
.is-android .pricing-image-container { overflow: visible; }
.is-android .btn-get-started, .is-android .btn-learn-more { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

@media (max-width: 576px) {
  .is-android .pricing-image { width: 200%; }
}
/* Standalone styles for ServicesLandingPage only */

/* Keep selectors scoped to .services-landing to avoid affecting ServicesPage */
.services-landing {
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.services-landing * { box-sizing: border-box; }

/* Buttons: consistent CTA styling */
.services-landing .btn,
.services-landing .btn-primary,
.services-landing .btn-primary-large,
.services-landing a.btn-primary,
.services-landing a.btn-primary-large {
  background: #2c8b07;
  color: #fff;
  border: none;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.services-landing .btn {
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.services-landing .btn-primary-large { padding: 18px 40px; font-size: 1.2rem; }
.services-landing .btn:hover,
.services-landing .btn-primary:hover,
.services-landing .btn-primary-large:hover,
.services-landing a.btn-primary:hover,
.services-landing a.btn-primary-large:hover {
  background: #3bbc09;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44, 139, 7, 0.4);
}

/* Legacy hero styles kept for structure reuse in evidence-section */
.services-landing .solutions-hero {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: #fff;
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.services-landing .hero-content { position: relative; z-index: 2; text-align: center; max-width: 1000px; margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; align-items: center; }
.services-landing .hero-title { font-size: 3rem; font-weight: 700; margin-bottom: 16px; line-height: 1.2; }
.services-landing .hero-title strong { font-weight: 800; }
.services-landing .hero-title .highlight { color: #ffd700; text-shadow: 2px 2px 4px rgba(0,0,0,.3); }
.services-landing .hero-subtitle { font-size: 1.2rem; line-height: 1.6; margin-bottom: 40px; max-width: 800px; }
.services-landing .hero-stats { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; width: 100%; }
.services-landing .stat-number { font-size: 2.2rem; font-weight: 700; color: #ffd700; margin-bottom: 8px; }
.services-landing .stat-item { text-align: center; min-width: 220px; flex: 1 1 0; }
.services-landing .hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Hide in-flow CTAs; use pinned bar instead */
.services-landing .hero-cta { display: none; }
.services-landing .final-cta-section { display: none; }

/* Combined Evidence Section (stats + crisis) */
.services-landing .evidence-section {
  padding: 64px 0;
  background: #f3f4f6; /* slightly darker neutral gray for better contrast */
  color: #333;
}
.services-landing .evidence-section .container { max-width: 100% !important; width: 100%; padding-left: 24px; padding-right: 24px; }
.services-landing .evidence-section .hero-content { text-align: center; max-width: none; margin: 0 auto 16px; padding: 0; }
.services-landing .evidence-section .hero-title { color: #111; margin-bottom: 12px; }
.services-landing .evidence-section .hero-title .highlight { color: #1f2937; text-shadow: none; }
.services-landing .evidence-section .stat-number { color: #2c8b07; }
.services-landing .evidence-section .stat-arrow { color: #dc2626; margin-right: 6px; font-size: .9em; vertical-align: middle; }
.services-landing .evidence-section .crisis-content { max-width: 900px; margin: 28px auto 0; text-align: center; }
.services-landing .evidence-section .crisis-highlight,
.services-landing .evidence-section .crisis-stats,
.services-landing .evidence-section .crisis-protection,
.services-landing .evidence-section .crisis-different {
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}

/* Why Choose */
.services-landing .better-section { padding: 60px 0; background: #fff; }
.services-landing .section-header { text-align: center; margin-bottom: 28px; }
.services-landing .section-header h2 { font-size: 3rem; font-weight: 700; color: #333; margin-bottom: 16px; line-height: 1.2; }
.services-landing .section-header .why-title { font-size: 3rem; font-weight: 700; color: #333; margin-bottom: 16px; line-height: 1.2; }
.services-landing .better-promise { display: none; }
.services-landing .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 1000px; margin: 40px auto 0; }
.services-landing .feature-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: #f8f9fa; border-radius: 12px; transition: transform .3s ease, box-shadow .3s ease; }
.services-landing .feature-item:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,.1); }
.services-landing .feature-icon { font-size: 1.6rem; }
.services-landing .help-callout { margin-top: 8px; font-weight: 700; color: #2c8b07; }

/* Promise */
.services-landing .promise-section { padding: 56px 0 68px; background: #f3f4f6 !important; color: #111 !important; text-align: center; }
.services-landing .promise-section *,
.services-landing .promise-content *,
.services-landing .promise-text,
.services-landing .promise-highlight * { color: inherit; }
.services-landing .promise-section * { color: #111 !important; }
.services-landing .promise-section h1,
.services-landing .promise-section h2,
.services-landing .promise-section h3,
.services-landing .promise-section h4,
.services-landing .promise-section p,
.services-landing .promise-section li { color: #111; }
.services-landing .promise-content { max-width: 800px; margin: 0 auto; }
.services-landing .promise-content h2 { font-size: 3rem; font-weight: 700; margin-bottom: 16px; }
.services-landing .promise-text { font-size: 1.2rem; line-height: 1.6; margin-bottom: 30px; }
.services-landing .promise-highlight { background: #ffffff; padding: 24px; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.services-landing .promise-highlight h3 { color: #2c8b07 !important; font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.services-landing .promise-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.services-landing .promise-cta .btn { margin-top: 14px; }
.services-landing .btn-learn-more {
  background: transparent;
  color: #3498db;
  border: 2px solid #3498db;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 140px;
  display: inline-block;
  margin-left: 12px;
}
.services-landing .promise-cta .btn-learn-more {
  display: inline-block;
  margin: 0;
  width: auto;
  max-width: 50%;
}
.services-landing .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 768px) {
  .services-landing .promise-cta .btn-learn-more {
    max-width: 70%;
  }
}

/* Solutions */
.services-landing .solutions-section { padding: 90px 0 40px; background: #fff; }
.services-landing .solutions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; max-width: 1200px; margin: 0 auto; }
.services-landing .solution-card { border: 1px solid #e0e0e0; border-radius: 16px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.services-landing .solution-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,.15); }
.services-landing .solution-header { display: flex; flex-direction: column; }

/* Fix image cutoff: use contain and flexible height */
/* No hero device image on landing cards */
.services-landing .solution-image { display: none; }
.services-landing .ios-image { display: none; }

.services-landing .solution-content { padding: 16px 18px 8px; }
.services-landing .solution-content h3 { font-size: 1.6rem; font-weight: 600; color: #333; margin-bottom: 16px; }
.services-landing .browser-icons { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 20px; }
.services-landing .browser-icon, .services-landing .apple-logo { width: 56px; height: 56px; object-fit: contain; }
.services-landing .solution-description { color: #666; margin-bottom: 6px; line-height: 1.6; }
.services-landing .solution-features { list-style: none; padding: 0; margin: 0 0 2px 0; }
.services-landing .solution-features li { padding: 8px 0; color: #333; font-weight: 500; }
.services-landing .solution-content > *:last-child { margin-bottom: 0; }

/* Final CTA: tighten top spacing compared to cards */
.services-landing .final-cta-section { padding: 40px 0 90px; background: #fff; color: #333; text-align: center; }
.services-landing .cta-content .btn { margin: 0 auto; }

/* Pinned Bottom CTA Bar */
.services-landing { 
  padding-bottom: 0; 
  padding-top: calc(48px + env(safe-area-inset-top)); /* reduced space for fixed top bar */
}
.bottom-cta-bar {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.08);
  padding: 16px 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0));
  z-index: 1000001; /* Above chat/recaptcha if present */
  display: flex;
  align-items: center;
  min-height: 64px;
  pointer-events: auto !important;
}
.top-cta-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  padding: 12px 16px;
  padding-top: calc(12px + env(safe-area-inset-top, 0));
  z-index: 1000001;
  display: flex;
  align-items: center;
  min-height: 60px;
  pointer-events: auto !important;
}
.bottom-cta-bar .bar-content { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 1200px; margin: 0 auto; width: 100%; }
.top-cta-bar .bar-content { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 1200px; margin: 0 auto; width: 100%; }
.bottom-cta-bar .bar-button {
  background: #2c8b07;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 18px 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(44,139,7,0.25);
}
.top-cta-bar .bar-button {
  background: #2c8b07;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 28px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.15rem;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(44,139,7,0.2);
}
.bottom-cta-bar .bar-button:hover { background: #3bbc09; color: #fff; }
.top-cta-bar .bar-button:hover { background: #3bbc09; color: #fff; }

@media (max-width: 480px) {
  .bottom-cta-bar .bar-content { gap: 10px; }
  .bottom-cta-bar .bar-button { padding: 14px 22px; font-size: 1.05rem; }
  .top-cta-bar .bar-button { padding: 14px 22px; font-size: 1.08rem; }
}

@media (min-width: 481px) {
  /* Slightly wider button on larger screens to prevent wrapping */
  .bottom-cta-bar .bar-button { min-width: 380px; }
  .top-cta-bar .bar-button { min-width: 360px; }
}

/* Ultra-small screens like iPhone SE */
@media (max-width: 360px) {
  .bottom-cta-bar { padding-left: 8px; padding-right: 8px; }
  .bottom-cta-bar .container { padding-left: 0 !important; padding-right: 0 !important; }
  .bottom-cta-bar .bar-button { width: 100%; text-align: center; }
}

/* Lift bar slightly above mobile browser chrome on phones */
@media (max-width: 767px) {
  .bottom-cta-bar { bottom: 0 !important; }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  /* Reduce vertical spacing so CTA is visible immediately */
  .services-landing .solutions-hero { padding: 40px 0 28px; }
  .services-landing .better-section { padding: 40px 0; }
  .services-landing .evidence-section { padding: 48px 0; }
  .services-landing .hero-title { font-size: 2rem; margin-bottom: 10px; }
  .services-landing .section-header h2, .services-landing .section-header .why-title, .services-landing .promise-content h2 { font-size: 2rem; margin-bottom: 10px; }
  .services-landing .hero-subtitle { margin-bottom: 16px; }
  .services-landing .hero-stats { margin-bottom: 12px; gap: 12px; }
  .services-landing .stat-item { flex: 1 1 100%; min-width: 0; }
  /* Solutions: tighten spacing on mobile */
  .services-landing .solutions-section { padding: 28px 0 20px; }
  .services-landing .solutions-section .section-header { margin-bottom: 12px; }
  .services-landing .solutions-section .section-header p { margin: 6px 0 0; }
  .services-landing .solutions-grid { grid-template-columns: 1fr; gap: 12px; }
  .services-landing .solution-content { padding: 10px 12px 6px; }
  .services-landing .solution-content h3 { margin-bottom: 8px; }
  .services-landing .solution-description { margin-bottom: 6px; }
  .services-landing .solution-features { margin-bottom: 4px; }
  .services-landing .solution-features li { padding: 4px 0; }

  /* Why Choose section: center icons above text on mobile */
  .services-landing .features-grid { grid-template-columns: 1fr; gap: 12px; }
  .services-landing .feature-item { flex-direction: row; align-items: center; text-align: left; gap: 8px; padding: 12px 14px; }
  .services-landing .feature-icon { font-size: 1.4rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
  .services-landing .feature-content h3 { text-align: left; font-size: 1.05rem; line-height: 1.4; }

  /* Ensure pinned bar stays fixed on iOS/Android despite global transforms */
  html, body, .App, .app-layout, .main-content, .services-landing {
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
  }
  /* Aggressively neutralize universal transform hacks within this page to keep fixed bar fixed */
  .services-landing * {
    transform: none !important;
    -webkit-transform: none !important;
  }
  .bottom-cta-bar, .top-cta-bar {
    position: fixed !important;
    transform: none !important;
    -webkit-transform: none !important;
    z-index: 100000 !important;
  }
}

@media (max-width: 480px) {
  .services-landing .hero-title { font-size: 2rem; }
  .services-landing .browser-icon, .services-landing .apple-logo { width: 44px; height: 44px; }
  .services-landing .feature-icon { font-size: 2rem; }
}
/* Main container styles */
.content-wrapper {
  margin-bottom: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Video section styles */
.video-section {
  width: 100%;
  overflow: auto;
}

.video-container {
  width: 50%;
  float: left;
  position: relative;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

/* Step info section styles */
.step-info-section {
  width: 50%;
  float: left;
}

.step-header {
  padding: 24px 24px 0 24px;
}

.step-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.step-description {
  color: #666;
  margin-bottom: 16px;
}

/* Step navigation styles */
.step-navigation {
  display: flex;
  gap: 8px;
  padding: 0 24px 16px 24px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.step-button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
}

.step-button.current {
  background: #4CAF50;
  color: white;
  cursor: pointer;
  font-weight: bold;
  pointer-events: auto;
}

.step-button.completed {
  background: #8bc34a;
  color: white;
  cursor: pointer;
  font-weight: normal;
  pointer-events: auto;
}

.step-button.disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  font-weight: normal;
  pointer-events: none;
}

/* Next button styles */
.next-button-container {
  padding: 0 24px 24px 24px;
  text-align: center;
}

.next-button {
  padding: 12px 24px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 8px;
  font-weight: bold;
  width: 100%;
  max-width: 350px;
}

.next-button.disabled {
  background: #cccccc;
  cursor: not-allowed;
}

/* Extension/Setup card styles */
.browser-setup-card {
  background: #f8f9fa;
  border-radius: 8px;
  margin: 32px 0 16px 0;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.extension-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extension-info {
  flex: 1;
}

.extension-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.extension-description {
  margin: 8px 0 0 0;
  color: #333;
}

.extension-link {
  text-decoration: none;
}

/* Install button styles */
.install-button {
  background: #2196F3;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Browser button styles */
.browser-button {
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.browser-button.gmail {
  background: #EA4335;
}

.browser-button.outlook {
  background: #0078D4;
}

.browser-button.chrome {
  background: #2196F3;
}

.browser-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Written guide card styles */
.written-guide-card {
  background: white;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.guide-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.guide-description {
  color: #333;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.guide-link {
  text-decoration: none;
  display: inline-block;
}

.download-guide-button {
  background: #000000;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  justify-content: center;
}

.download-guide-button:hover {
  background: #111111;
}

/* Safari text zoom and accessibility text scaling support */
.settings-container {
  /* Control Safari's text zoom behavior specifically */
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;
}

/* Additional Safari text zoom protection */
@supports (-webkit-touch-callout: none) {
  /* Safari-specific styles */
  .settings-container {
    /* Force stable font rendering on Safari */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Override any text zoom effects on setup instructions */
  .settings-container * {
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
  }
  
  /* Ensure YouTube iframes work properly with text zoom */
  .settings-container iframe {
    pointer-events: auto !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    touch-action: manipulation !important;
    /* Prevent clicks from triggering unwanted navigation */
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  
  /* Protect video containers from text sizing issues */
  .settings-container div[style*="position: relative"][style*="paddingBottom"],
  .settings-container div[style*="position:relative"][style*="paddingBottom"] {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
  
  .settings-container div[style*="position: relative"][style*="paddingBottom"] iframe,
  .settings-container div[style*="position:relative"][style*="paddingBottom"] iframe {
    pointer-events: auto !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    touch-action: manipulation !important;
  }
  
  /* Prevent text from going vertical by constraining line breaks */
  .settings-container h1,
  .settings-container h2, 
  .settings-container h3,
  .settings-container .step-title,
  .settings-container .extension-title,
  .settings-container .guide-title {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
  }
  
  /* Allow some titles to wrap to 2 lines max */
  .settings-container .guide-title,
  .settings-container .extension-title {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    line-height: 1.2 !important;
    max-height: 2.4em !important; /* 2 lines at 1.2 line-height */
  }
}

/* Ensure setup instruction containers handle dynamic text scaling gracefully */
.settings-container .content-wrapper,
.settings-container > div[style*="background"] {
  /* Use strict font sizes to prevent Safari zoom from affecting layout */
  font-size: 16px !important;
}

.settings-container .content-wrapper h2,
.settings-container .content-wrapper h3,
.settings-container > div[style*="background"] h3 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5em;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.settings-container .content-wrapper p,
.settings-container > div[style*="background"] p {
  font-size: 16px !important;
  line-height: 1.3 !important;
  margin-bottom: 0.5em;
}

.settings-container .content-wrapper button,
.settings-container > div[style*="background"] button {
  font-size: 16px !important;
  padding: 12px 20px !important;
  min-height: 44px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Specific styling for step navigation inline styles in components */
.settings-container div[style*="display: flex"][style*="gap"],
.settings-container div[style*="display:flex"][style*="gap"] {
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.settings-container div[style*="display: flex"][style*="gap"] button,
.settings-container div[style*="display:flex"][style*="gap"] button {
  font-size: 14px !important;
  padding: 10px 12px !important;
  min-height: 40px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 120px !important;
  line-height: 1.2 !important;
}

/* Specific styling for centered buttons in video containers */
.settings-container div[style*="text-align: center"],
.settings-container div[style*="textAlign:center"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

.settings-container div[style*="text-align: center"] button,
.settings-container div[style*="textAlign:center"] button {
  font-size: 16px !important;
  padding: 12px 20px !important;
  min-height: 44px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 200px !important;
}

/* Mobile-exclusive styles */
@media (max-width: 768px) {
  /* Mobile-only content wrapper adjustments */
  .content-wrapper {
    margin: 8px auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 95%;
    width: 95%;
  }

  /* Mobile video section - stack vertically */
  .video-section {
    display: flex;
    flex-direction: column;
  }

  .video-container {
    width: 100%;
    float: none;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for mobile */
    margin-bottom: 16px;
  }

  .step-info-section {
    width: 100%;
    float: none;
  }

  .step-header {
    padding: 12px;
  }

  .step-title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    white-space: normal !important; /* allow wrapping */
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
  }

  .step-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  /* Mobile step navigation - keep vertical but improve touch targets */
  .step-navigation {
    padding: 0 12px 12px 12px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch; /* full width buttons */
    justify-content: center;
  }

  .step-button {
    padding: 12px 14px;
    font-size: 14px !important;
    min-height: 44px; /* iOS minimum touch target */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    box-sizing: border-box;
    white-space: normal !important; /* allow wrapping */
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    word-break: break-word;
  }

  /* Mobile next button */
  .next-button-container {
    padding: 0 12px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .next-button {
    padding: 12px 20px;
    font-size: 16px !important;
    min-height: 44px;
    width: 100%;
    max-width: 250px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Mobile extension card */
  .browser-setup-card {
    margin: 16px 0;
    padding: 20px;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .extension-icon {
    width: 48px;
    height: 48px;
    align-self: center;
  }

  .extension-info {
    text-align: center;
  }

  .extension-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    max-height: 2.4em !important;
    overflow: hidden !important;
  }

  .extension-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .install-button,
  .browser-button {
    padding: 12px 18px;
    font-size: 16px !important;
    min-height: 44px;
    width: 100%;
    justify-content: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Mobile written guide card */
  .written-guide-card {
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
  }

  .guide-title {
    font-size: 17px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    max-height: 2.4em !important;
    overflow: hidden !important;
  }

  .guide-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .download-guide-button {
    padding: 12px 18px !important;
    font-size: 16px !important;
    min-height: 44px !important;
    width: 100%;
    justify-content: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* Tablet-specific adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
  .content-wrapper {
    margin: 20px auto;
  }

  .step-header {
    padding: 20px;
  }

  .step-navigation {
    padding: 0 20px 16px 20px;
  }

  .next-button-container {
    padding: 0 20px 20px 20px;
  }
}



/* Medium mobile devices - clean breakpoint */
@media (max-width: 600px) and (min-width: 481px) {
  .content-wrapper {
    margin: 8px auto;
    max-width: 96%;
    width: 96%;
  }

  .step-header {
    padding: 14px;
  }

  .step-title {
    font-size: 17px;
  }

  .step-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .step-navigation {
    padding: 0 14px 14px 14px;
    gap: 10px;
  }

  .step-button {
    padding: 11px 14px;
    font-size: 14px;
    min-height: 42px;
    word-wrap: break-word;
    line-height: 1.3;
  }

  .next-button-container {
    padding: 0 14px 14px 14px;
  }

  .next-button {
    padding: 13px 22px;
    font-size: 15px;
    min-height: 46px;
  }

  .browser-setup-card {
    margin: 14px 0;
    padding: 18px;
  }

  .extension-icon {
    width: 44px;
    height: 44px;
  }

  .extension-title {
    font-size: 17px;
  }

  .extension-description {
    font-size: 14px;
  }

  .install-button,
  .browser-button {
    padding: 13px 18px;
    font-size: 15px;
    min-height: 46px;
  }

  .written-guide-card {
    padding: 18px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
  }

  .guide-title {
    font-size: 16px;
    margin-bottom: 12px;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .guide-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .download-guide-button {
    padding: 13px 18px;
    font-size: 15px;
    min-height: 46px;
  }
}

/* Small mobile devices - non-overlapping */
@media (max-width: 480px) and (min-width: 361px) {
  .content-wrapper {
    margin: 6px auto;
    border-radius: 6px;
    max-width: 97%;
    width: 97%;
  }

  .video-container {
    border-radius: 6px;
  }

  .step-header {
    padding: 12px;
  }

  .step-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .step-description {
    font-size: 13px;
  }

  .step-navigation {
    padding: 0 12px 12px 12px;
    gap: 8px;
  }

  .step-button {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.2;
    box-sizing: border-box;
  }

  .next-button-container {
    padding: 0 12px 12px 12px;
  }

  .next-button {
    padding: 12px 20px;
    font-size: 15px;
    min-height: 44px;
  }

  .browser-setup-card {
    margin: 12px 0;
    padding: 16px;
    border-radius: 6px;
  }

  .extension-icon {
    width: 40px;
    height: 40px;
  }

  .extension-title {
    font-size: 16px;
  }

  .extension-description {
    font-size: 13px;
  }

  .install-button,
  .browser-button {
    padding: 12px 16px;
    font-size: 15px;
    min-height: 44px;
  }

  .written-guide-card {
    padding: 16px;
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
  }

  .guide-title {
    font-size: 15px;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    line-height: 1.3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    max-height: none !important;
  }

  .guide-description {
    font-size: 13px;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .download-guide-button {
    padding: 12px 16px;
    font-size: 15px;
    min-height: 44px;
  }
}

/* Very small mobile devices (iPhone SE, small Android phones) */
@media (max-width: 360px) {
  .content-wrapper {
    margin: 4px auto;
    border-radius: 4px;
    max-width: 98%;
    width: 98%;
  }

  .video-container {
    border-radius: 4px;
  }

  .step-header {
    padding: 10px;
  }

  .step-title {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .step-description {
    font-size: 12px;
    line-height: 1.3;
  }

  .step-navigation {
    padding: 0 10px 10px 10px;
    gap: 6px;
  }

  .step-button {
    padding: 8px 10px;
    font-size: 12px;
    min-height: 36px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.1;
    box-sizing: border-box;
  }

  .next-button-container {
    padding: 0 10px 10px 10px;
  }

  .next-button {
    padding: 10px 16px;
    font-size: 14px;
    min-height: 40px;
  }

  .browser-setup-card {
    margin: 8px 0;
    padding: 12px;
    border-radius: 4px;
  }

  .extension-icon {
    width: 32px;
    height: 32px;
  }

  .extension-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .extension-description {
    font-size: 12px;
    line-height: 1.3;
  }

  .install-button,
  .browser-button {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 40px;
  }

  .written-guide-card {
    padding: 12px;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
  }

  .guide-title {
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    max-height: none !important;
  }

  /* Ensure step buttons never truncate on small screens */
  .step-navigation .step-button {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
  }

  .guide-description {
    font-size: 12px;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .download-guide-button {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 40px;
  }
}
.settings-page {
    display: flex;
    min-height: 100vh;
    font-family: Inter, sans-serif;
    background-color: #f5f5f5;
}

/* Mobile Header */
.mobile-header {
    display: none;
    background-color: #f5f5f5;
    border-bottom: 3px solid #e0e0e0;
    padding: 15px 0px;
    align-items: center;
    gap: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.mobile-header.hidden {
    transform: translateY(-100%);
}

.mobile-header-title {
    font-weight: bold;
    font-size: 18px;
    color: #2986cc;
    display: flex;
    align-items: center;
}

/* Mobile Overlay */
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

/* Sidebar Navigation */
.sidebar-navigation {
    width: 240px;
    background-color: #2986cc;
    color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    transition: transform 0.3s ease;
}

.sidebar-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.sidebar-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    display: block;
    margin: 0 auto 12px auto;
}

.sidebar-text {
    font-weight: bold;
    font-size: 16px;
    color: white;
    line-height: 1.5;
    letter-spacing: 0.5;
}

/* Main Content */
.main-settings-content {
    flex: 1;
    background-color: #f5f5f5;
    margin-left: 240px;
    transition: margin-left 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .settings-page {
        flex-direction: column;
    }

    .mobile-header {
        display: flex;
    }

    .mobile-overlay {
        display: block;
    }

    .sidebar-navigation {
        transform: translateX(-100%);
    }

    .sidebar-navigation.mobile-open {
        transform: translateX(0);
    }

    .sidebar-navigation.mobile-closed {
        transform: translateX(-100%);
    }

    .main-settings-content {
        margin-left: 0;
        padding-top: 70px; /* Account for mobile header */
        transition: padding-top 0.3s ease;
    }

    .main-settings-content.mobile {
        margin-left: 0;
        padding-top: 50px;
    }

    .main-settings-content.sidebar-open {
        padding-top: 0; /* Remove top padding when sidebar is open */
    }

    /* Adjust sidebar header for mobile */
    .sidebar-header {
        padding: 20px;
        padding-top: 25px; /* Extra space for close button */
    }

    .sidebar-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .sidebar-text {
        font-size: 14px;
    }

    /* Make navigation buttons more touch-friendly on mobile */
    .sidebar-navigation nav button {
        padding: 15px 16px !important;
        font-size: 16px !important;
    }

    /* Adjust logout button for mobile */
    .sidebar-navigation > div:last-child {
        padding: 15px 20px;
    }

    .sidebar-navigation > div:last-child button {
        padding: 12px !important;
        font-size: 16px !important;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .sidebar-navigation {
        width: 200px;
    }

    .main-settings-content {
        margin-left: 200px;
    }

    .sidebar-header {
        padding: 15px;
    }

    .sidebar-logo {
        width: 50px;
        height: 50px;
    }

    .sidebar-text {
        font-size: 14px;
    }
}

/* Ensure smooth transitions */
* {
    box-sizing: border-box;
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Additional mobile-specific improvements */
@media (max-width: 480px) {
    .mobile-header {
        padding: 12px 15px;
    }

    .mobile-header-title {
        font-size: 16px;
    }

    .mobile-header-title img {
        width: 28px !important;
        height: 28px !important;
        margin-right: 8px !important;
    }

    .sidebar-navigation {
        width: 280px; /* Slightly wider on very small screens */
    }
}/* Prevent horizontal scrolling on signup page */
body.signup-page-body,
html.signup-page-html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
}

/* Signup Form Styling */
.optional-section {
  background-color: #f9fdf9;
  border: 1px solid #e3e6e3;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.code-section {
  background-color: #e6f7ff;
  border: 1px solid #b3d9ff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.card-title {
  font-size: 2rem;
  font-weight: bold;
}

.card-body {
  padding: 20px;
}

.form-check-label,
.form-label,
.description {
  font-size: 1.25rem;
}

.description {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.6;
}

input,
select {
  font-size: 1.25rem;
  padding: 10px;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ddd;
}

#myCarerContainer input,
#myCarerContainer select {
  font-size: 1.25rem;
}

.form-check {
  background: none;
  border: none;
  padding: 0;
  margin: 15px 0;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #2c8b07;
}

.noHyperlink {
  color: inherit;
  text-decoration: none;
}

.noHyperlink:hover {
  text-decoration: underline;
  color: inherit;
}

.form-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-check-label img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Reset styling for checkboxes */
input[type='checkbox'] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  opacity: 1 !important;
  background-color: transparent !important;
  color: initial !important;
  position: relative;
  visibility: visible !important;
}

input[type='checkbox']:hover {
  cursor: pointer;
}

input[type='checkbox']:checked {
  background-color: initial;
  color: initial;
}

/* Custom styling for the signup page */
.page-content.signup-page {
  min-height: 100vh;
  background-color: #f8f9fa;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  /* Restore spacing under fixed header for signup page only (desktop default) */
  padding-top: 84px !important;
}

.signup-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Mobile centering and width constraints */
@media (max-width: 480px) {
  /* Mobile: smaller fixed header, so smaller spacer */
  .page-content.signup-page {
    padding-top: 50px !important;
  }
  /* Neutralize Bootstrap row gutter offsets on signup page */
  .signup-page .row,
  .signup-page .row.justify-content-center,
  .signup-page .dragArea.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Remove side padding from columns so centering via max-width works visually */
  .signup-page .col-12,
  .signup-page .col-sm-12,
  .signup-page .col-md-12,
  .signup-page .col-lg-8,
  .signup-page .content-head,
  .signup-page .mbr-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .signup-form-container {
    max-width: 420px;
    padding: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .signup-form-container .form-group .form-control,
  .signup-form-container .form-group select {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left !important; /* ensure input text is left aligned */
  }

  /* Center the entire form stack and remove side paddings from groups */
  .signup-form-container .dragArea {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .signup-form-container .form-group {
    width: 100%;
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Ensure labels above inputs align visually with input text */
  .signup-form-container .form-group h4 {
    width: 100%;
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    padding-left: 4px; /* match typical form-control left padding */
    margin-bottom: 8px;
  }

  /* Ensure all inputs on signup page are left-aligned, even with display-classes */
  .signup-page .form-control,
  .signup-page input,
  .signup-page select,
  .signup-page textarea {
    text-align: left !important;
  }

  /* Ensure placeholder text is left-aligned across browsers */
  .signup-page input::placeholder,
  .signup-page textarea::placeholder {
    text-align: left !important;
  }
  .signup-page input::-webkit-input-placeholder,
  .signup-page textarea::-webkit-input-placeholder {
    text-align: left !important;
  }
  .signup-page input::-moz-placeholder,
  .signup-page textarea::-moz-placeholder {
    text-align: left !important;
  }
  .signup-page input:-ms-input-placeholder,
  .signup-page textarea:-ms-input-placeholder {
    text-align: left !important;
  }
  .signup-page input::-ms-input-placeholder,
  .signup-page textarea::-ms-input-placeholder {
    text-align: left !important;
  }

  .signup-form-container .terms-agreement-section {
    width: 100%;
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06) !important;
    border-radius: 14px !important;
    padding: 16px 14px !important;
  }

  .signup-form-container .email-verification-section {
    width: 100%;
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .signup-form-container .mbr-section-btn {
    display: flex;
    justify-content: center;
  }

  .signup-form-container .mbr-section-btn .btn {
    width: 100%;
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.verification-message {
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 500;
}

.verification-message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.verification-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.phone-verified {
  color: #28a745;
  font-weight: bold;
  padding: 10px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  margin-bottom: 20px;
}

.password-requirements {
  font-size: 18px;
  margin-bottom: 15px;
}

.password-requirements span {
  display: block;
  margin: 5px 0;
  transition: color 0.3s ease;
}

/* Override global black text for password checklist */
.signup-page .password-requirements li {
  color: #555 !important;
}

.signup-page .password-requirements li .icon {
  width: 16px;
  display: inline-block;
  text-align: center;
}

.signup-page .password-requirements li.met {
  color: #2e7d32 !important; /* green for met */
}

.signup-page .password-requirements li.met .icon,
.signup-page .password-requirements li.met .text {
  color: #2e7d32 !important;
}

.signup-page .password-requirements li.unmet .icon {
  color: #9e9e9e !important; /* gray circle for unmet */
}

.signup-page .password-requirements li.unmet .text {
  color: #555 !important;
}

/* Password mismatch hint style override */
.signup-page .password-mismatch-hint {
  color: #d32f2f !important;
  font-size: 13px;
  margin: 0px 0 10px;
}

.email-access-options .form-check {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background-color: #fff;
}

.email-access-options .form-check:hover {
  background-color: #f8f9fa;
}

.email-access-options .form-check-input:checked + .form-check-label {
  font-weight: bold;
  color: #495057;
}

/* Enhanced Terms and Privacy Policy Section */
.terms-agreement-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 18px;
  margin-top: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.terms-agreement-section:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.terms-checkbox {
  width: 20px !important;
  height: 20px !important;
  margin-top: 4px;
  margin-right: 16px;
  accent-color: #4285f4 !important;
  cursor: pointer;
}

.terms-links {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.terms-links a {
  color: #4285f4 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.2s ease;
}

.terms-links a:hover {
  border-bottom-color: #4285f4;
  color: #4285f4 !important;
}

.terms-disclaimer {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  font-style: italic;
  line-height: 1.4;
}

/* Prevent horizontal scrolling on all signup form elements */
.signup-page * {
  box-sizing: border-box;
}

.signup-page .container,
.signup-page .form-wrap,
.signup-page .row,
.signup-page .col-12,
.signup-page .col-lg-8,
.signup-page .dragArea,
.signup-page .form-group {
  overflow-x: hidden;
  max-width: 100%;
}

.signup-page input,
.signup-page select,
.signup-page button,
.signup-page div {
  max-width: 100%;
  box-sizing: border-box;
}

/* Device choice (radio) buttons - mobile friendly */
.device-choice-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.device-choice {
  position: relative;
  display: flex;
}

.device-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.device-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background-color: #ffffff;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  min-height: 48px; /* iOS tap target */
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  white-space: nowrap;
  flex: 1 1 160px;
  text-align: center;
}

/* Icon inside device option */
.device-option .device-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
  display: inline-block;
}

/* Ensure Apple icon matches Android size (remove previous scaling) */
.device-option .device-icon-apple {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  transform: translateY(-1px) scale(1.55);
  transform-origin: left center;
}

.device-radio:checked + .device-option {
  border-color: #4285f4;
  background-color: #e8f0fe;
  color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.08) inset;
}

.device-radio:focus-visible + .device-option {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

@media (max-width: 480px) {
  .device-option {
    flex-basis: calc(50% - 6px);
  }

  .device-option .device-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .device-option .device-icon-apple {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    transform: translateY(-1px) scale(1.45);
    transform-origin: left center;
  }
}
/* Quiz Animations and Styling */

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

@keyframes slideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: var(--progress-width); }
}

/* Quiz Container */
.quiz-container {
  animation: fadeIn 0.6s ease-out;
}

/* Progress Bar Animation */
.progress-bar {
  animation: progressFill 0.8s ease-out;
}

/* Step Animation */
.quiz-step {
  animation: slideIn 0.5s ease-out;
}

/* Prevent circular styling on email provider images */
.quiz-container img,
.quiz-container div img,
.quiz-container button img,
.quiz-container button div img,
div.quiz-container img,
div.quiz-container div img,
div.quiz-container button img,
div.quiz-container button div img {
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Also prevent circular styling on the image container divs */
.quiz-container button div,
.quiz-container div div,
div.quiz-container button div,
div.quiz-container div div {
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Button Hover Effects */
.quiz-button {
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.quiz-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.quiz-button:active {
  transform: translateY(0);
}

/* Compatibility Card Animation */
.compatibility-success {
  animation: fadeIn 0.8s ease-out, pulse 0.6s ease-out 0.3s;
}

/* Loading Spinner */
.loading-spinner {
  animation: spin 1s linear infinite;
}

/* Pulse Animation for Important Elements */
.pulse-animation {
  animation: pulse 2s infinite;
}

/* Device/Browser Icons Hover */
.device-icon {
  transition: transform 0.3s ease;
}

.device-icon:hover {
  transform: scale(1.1) rotate(5deg);
}

/* Radio Button Custom Styling */
.custom-radio {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.custom-radio:checked {
  border-color: #4285f4;
  background-color: #4285f4;
}

.custom-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

/* Checkbox Custom Styling */
.custom-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  position: relative;
  margin-right: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.custom-checkbox:checked {
  border-color: #4285f4;
  background-color: #4285f4;
}

.custom-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
}

/* Progress Step Indicators */
.progress-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
}

.progress-step {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  transition: all 0.3s ease;
}

.progress-step.active {
  background-color: #4285f4;
  transform: scale(1.2);
}

.progress-step.completed {
  background-color: #34a853;
}

/* Card Hover Effects */
.quiz-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.quiz-card:hover {
  border-color: #4285f4;
  box-shadow: 0 4px 20px rgba(66, 133, 244, 0.1);
  transform: translateY(-4px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .quiz-container {
    padding: 20px 15px;
  }
  
  .quiz-button {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .device-grid {
    grid-template-columns: 1fr;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .quiz-button {
    border: 2px solid currentColor;
  }
  
  .progress-bar {
    border: 1px solid #000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus styles for accessibility */
.quiz-button:focus,
.custom-radio:focus,
.custom-checkbox:focus {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

/* Error state styling */
.error-message {
  color: #d32f2f;
  background-color: #ffebee;
  border: 1px solid #e57373;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
  animation: slideIn 0.3s ease;
}

/* Success state styling */
.success-message {
  color: #2e7d32;
  background-color: #e8f5e8;
  border: 1px solid #81c784;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
  animation: slideIn 0.3s ease;
}

/* iOS Safari specific improvements */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .quiz-container {
    padding: 15px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  .quiz-step {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  .quiz-navigation {
    padding: 15px;
    position: sticky;
    bottom: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    z-index: 10;
  }
  
  .quiz-button {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    touch-action: manipulation;
    -webkit-appearance: none;
    border-radius: 8px;
  }
  
  .quiz-option {
    min-height: 48px;
    padding: 15px;
    margin: 8px 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
  
  /* Prevent iOS Safari zoom on inputs */
  .quiz-input {
    font-size: 16px !important;
    -webkit-appearance: none;
    border-radius: 8px;
  }
}

/* Specific fixes for iOS freezing issues */
@supports (-webkit-appearance: none) {
  .quiz-navigation-button {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  
  .quiz-step-content {
    will-change: transform;
    transform: translateZ(0);
  }
} 

/* App.css - Main styles for React app */
/* Import existing website styles */
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}
*,::after,::before{box-sizing:border-box}
@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}
body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}
hr:not([size]){height:1px}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}
.h1,h1{font-size:calc(1.375rem + 1.5vw)}
@media (min-width:1200px){.h1,h1{font-size:2.5rem}}
.h2,h2{font-size:calc(1.325rem + .9vw)}
@media (min-width:1200px){.h2,h2{font-size:2rem}}
.h3,h3{font-size:calc(1.3rem + .6vw)}
@media (min-width:1200px){.h3,h3{font-size:1.75rem}}
.h4,h4{font-size:calc(1.275rem + .3vw)}
@media (min-width:1200px){.h4,h4{font-size:1.5rem}}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
p{margin-top:0;margin-bottom:1rem}
abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
ol,ul{padding-left:2rem}
dl,ol,ul{margin-top:0;margin-bottom:1rem}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:bolder}
.small,small{font-size:.875em}
.mark,mark{padding:.2em;background-color:#fcf8e3}
sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#0d6efd;text-decoration:underline}
a:hover{color:#0a58ca}
a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}
code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}
pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}
pre code{font-size:inherit;color:inherit;word-break:normal}
code{font-size:.875em;color:#d63384;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}
kbd kbd{padding:0;font-size:1em;font-weight:700}
figure{margin:0 0 1rem}
img,svg{vertical-align:middle}
table{caption-side:bottom;border-collapse:collapse}
caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}
th{text-align:inherit;text-align:-webkit-match-parent}
tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}
label{display:inline-block}
button{border-radius:0}
button:focus:not(:focus-visible){outline:0}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,select{text-transform:none}
[role=button]{cursor:pointer}
select{word-wrap:normal}
select:disabled{opacity:1}
[list]::-webkit-calendar-picker-indicator{display:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
::-moz-focus-inner{padding:0;border-style:none}
textarea{resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}
@media (min-width:1200px){legend{font-size:1.5rem}}
legend+*{clear:left}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}
::-webkit-inner-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:textfield}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-color-swatch-wrapper{padding:0}
::file-selector-button{font:inherit}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
iframe{border:0}
summary{display:list-item;cursor:pointer}
progress{vertical-align:baseline}
[hidden]{display:none!important}
.lead{font-size:1.25rem;font-weight:300}
.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-1{font-size:5rem}}
.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-2{font-size:4.5rem}}
.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-3{font-size:4rem}}
.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-4{font-size:3.5rem}}
.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-5{font-size:3rem}}
.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}
@media (min-width:1200px){.display-6{font-size:2.5rem}}
.list-unstyled{padding-left:0;list-style:none}
.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}
.initialism{font-size:.875em;text-transform:uppercase}
.blockquote{margin-bottom:1rem;font-size:1.25rem}
.blockquote>:last-child{margin-bottom:0}
.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}
.blockquote-footer::before{content:"— "}
.img-fluid{max-width:100%;height:auto}
.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}
.figure{display:inline-block}
.figure-img{margin-bottom:.5rem;line-height:1}
.figure-caption{font-size:.875em;color:#6c757d}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}}
@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}
@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}
.col{flex:1 0 0%}
.row-cols-auto>*{flex:0 0 auto;width:auto}
.row-cols-1>*{flex:0 0 auto;width:100%}
.row-cols-2>*{flex:0 0 auto;width:50%}
.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}
.row-cols-4>*{flex:0 0 auto;width:25%}
.row-cols-5>*{flex:0 0 auto;width:20%}
.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}
.col-auto{flex:0 0 auto;width:auto}
.col-1{flex:0 0 auto;width:8.3333333333%}
.col-2{flex:0 0 auto;width:16.6666666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.3333333333%}
.col-5{flex:0 0 auto;width:41.6666666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.3333333333%}
.col-8{flex:0 0 auto;width:66.6666666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.3333333333%}
.col-11{flex:0 0 auto;width:91.6666666667%}
.col-12{flex:0 0 auto;width:100%}
.offset-1{margin-left:8.3333333333%}
.offset-2{margin-left:16.6666666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.3333333333%}
.offset-5{margin-left:41.6666666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.3333333333%}
.offset-8{margin-left:66.6666666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.3333333333%}
.offset-11{margin-left:91.6666666667%}
.g-0,.gx-0{--bs-gutter-x:0}
.g-0,.gy-0{--bs-gutter-y:0}
.g-1,.gx-1{--bs-gutter-x:0.25rem}
.g-1,.gy-1{--bs-gutter-y:0.25rem}
.g-2,.gx-2{--bs-gutter-x:0.5rem}
.g-2,.gy-2{--bs-gutter-y:0.5rem}
.g-3,.gx-3{--bs-gutter-x:1rem}
.g-3,.gy-3{--bs-gutter-y:1rem}
.g-4,.gx-4{--bs-gutter-x:1.5rem}
.g-4,.gy-4{--bs-gutter-y:1.5rem}
.g-5,.gx-5{--bs-gutter-x:3rem}
.g-5,.gy-5{--bs-gutter-y:3rem}
@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}
@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}
@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}
@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}
@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}
.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}
.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}
.table>tbody{vertical-align:inherit}
.table>thead{vertical-align:bottom}
.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}
.caption-top{caption-side:top}
.table-sm>:not(caption)>*>*{padding:.25rem .25rem}
.table-bordered>:not(caption)>*{border-width:1px 0}
.table-bordered>:not(caption)>*>*{border-width:0 1px}
.table-borderless>:not(caption)>*>*{border-bottom-width:0}
.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}
.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}
.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}
.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}
.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}
.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}
.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}
.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}
.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}
.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}
.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}
.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}
.form-label{margin-bottom:.5rem}
.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}
.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}
.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}
.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}
.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control{transition:none}}
.form-control[type=file]{overflow:hidden}
.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}
.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.form-control::-webkit-date-and-time-value{height:1.5em}
.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}
.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}
.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}
.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}
.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}
textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}
textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}
textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}
.form-control-color{max-width:3rem;height:auto;padding:.375rem}
.form-control-color:not(:disabled):not([readonly]){cursor:pointer}
.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}
.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}
.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}
.form-select:disabled{background-color:#e9ecef}
.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}
.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}
.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}
.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}
.form-check .form-check-input{float:left;margin-left:-1.5em}
.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}
.form-check-input[type=checkbox]{border-radius:.25em}
.form-check-input[type=radio]{border-radius:50%}
.form-check-input:active{filter:brightness(90%)}
.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}
.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}
.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}
.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}
.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}
.form-switch{padding-left:2.5em}
.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}
.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}
.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
.form-check-inline{display:inline-block;margin-right:1rem}
.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}
.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.form-range:focus{outline:0}
.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}
.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}
.form-range::-moz-focus-outer{border:0}
.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}
.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}
.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}
.form-range::-moz-range-thumb:active{background-color:#b6d4fe}
.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.form-range:disabled{pointer-events:none}
.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}
.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}
.form-floating{position:relative}
.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}
.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}
.form-floating>.form-control::-moz-placeholder{color:transparent}
.form-floating>.form-control::placeholder{color:transparent}
.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}
.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}
.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}
.input-group .btn{position:relative;z-index:2}
.input-group .btn:focus{z-index:3}
.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}
.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}
.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}
.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}
.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}
.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}
.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}
.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}
.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}
.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}
.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}
.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}
.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}
.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}
.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}
.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}
.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}
.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}
.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}
.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{transition:none}}
.btn:hover{color:#212529}
.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}
.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}
.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}
.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}
.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}
.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}
.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-success{color:#fff;background-color:#198754;border-color:#198754}
.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}
.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}
.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}
.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}
.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}
.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}
.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}
.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}
.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}
.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}
.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}
.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}
.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}
.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}
.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}
.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}
.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}
.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}
.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}
.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}
.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-dark{color:#fff;background-color:#212529;border-color:#212529}
.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}
.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}
.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}
.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}
.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}
.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}
.btn-outline-secondary{color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}
.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}
.btn-outline-success{color:#198754;border-color:#198754}
.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}
.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}
.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}
.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}
.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}
.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}
.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}
.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}
.btn-outline-warning{color:#ffc107;border-color:#ffc107}
.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}
.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}
.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}
.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}
.btn-outline-danger{color:#dc3545;border-color:#dc3545}
.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}
.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}
.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}
.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}
.btn-outline-dark{color:#212529;border-color:#212529}
.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}
.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}
.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}
.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}
.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}
.btn-link:hover{color:#0a58ca}
.btn-link.disabled,.btn-link:disabled{color:#6c757d}
.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}
.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}
.fade{transition:opacity .15s linear}
@media (prefers-reduced-motion:reduce){.fade{transition:none}}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{height:0;overflow:hidden;transition:height .35s ease}
@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}
.dropdown,.dropend,.dropstart,.dropup{position:relative}
.dropdown-toggle{white-space:nowrap}
.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}
.dropdown-toggle:empty::after{margin-left:0}
.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}
.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}
.dropdown-menu-start{--bs-position:start}
.dropdown-menu-start[data-bs-popper]{right:auto;left:0}
.dropdown-menu-end{--bs-position:end}
.dropdown-menu-end[data-bs-popper]{right:0;left:auto}
@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}
@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}
@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}
@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}
@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}
.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}
.dropup .dropdown-toggle:empty::after{margin-left:0}
.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}
.dropend .dropdown-toggle:empty::after{margin-left:0}
.dropend .dropdown-toggle::after{vertical-align:0}
.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}
.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}
.dropstart .dropdown-toggle::after{display:none}
.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}
.dropstart .dropdown-toggle:empty::after{margin-left:0}
.dropstart .dropdown-toggle::before{vertical-align:0}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}
.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}
.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}
.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}
.dropdown-menu-dark .dropdown-item{color:#dee2e6}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}
.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}
.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}
.dropdown-menu-dark .dropdown-header{color:#adb5bd}
.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}
.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}
.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}
.btn-toolbar .input-group{width:auto}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}
.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}
.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}
.dropstart .dropdown-toggle-split::before{margin-right:0}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}
.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}
.nav-link:focus,.nav-link:hover{color:#0a58ca}
.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}
.nav-tabs{border-bottom:1px solid #dee2e6}
.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}
.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}
.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}
.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
.navbar-nav .nav-link{padding-right:0;padding-left:0}
.navbar-nav .dropdown-menu{position:static}
.navbar-text{padding-top:.5rem;padding-bottom:.5rem}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}
.navbar-toggler:hover{text-decoration:none}
.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}
.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}
@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}
@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}
@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}
@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}
@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}
.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}
.navbar-expand .navbar-nav{flex-direction:row}
.navbar-expand .navbar-nav .dropdown-menu{position:absolute}
.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
.navbar-expand .navbar-nav-scroll{overflow:visible}
.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}
.navbar-expand .navbar-toggler{display:none}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar-light .navbar-text{color:rgba(0,0,0,.55)}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}
.navbar-dark .navbar-brand{color:#fff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}
.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}
.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card>hr{margin-right:0;margin-left:0}
.card>.list-group{border-top:inherit;border-bottom:inherit}
.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}
.card-body{flex:1 1 auto;padding:1rem 1rem}
.card-title{margin-bottom:.5rem}
.card-subtitle{margin-top:-.25rem;margin-bottom:0}
.card-text:last-child{margin-bottom:0}
.card-link:hover{text-decoration:none}
.card-link+.card-link{margin-left:1rem}
.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}
.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}
.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}
.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}
.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}
.card-img,.card-img-bottom,.card-img-top{width:100%}
.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.card-group>.card{margin-bottom:.75rem}
@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}
.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}
@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}
.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}
.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}
.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}
@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}
.accordion-button:hover{z-index:2}
.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.accordion-header{margin-bottom:0}
.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}
.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.accordion-item:not(:first-of-type){border-top:0}
.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.accordion-body{padding:1rem 1.25rem}
.accordion-flush .accordion-collapse{border-width:0}
.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}
.accordion-flush .accordion-item:first-child{border-top:0}
.accordion-flush .accordion-item:last-child{border-bottom:0}
.accordion-flush .accordion-item .accordion-button{border-radius:0}
.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}
.breadcrumb-item.active{color:#6c757d}
.pagination{display:flex;padding-left:0;list-style:none}
.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.page-link{transition:none}}
.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.page-item:not(:first-child) .page-link{margin-left:-1px}
.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}
.page-link{padding:.375rem .75rem}
.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:3rem}
.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}
.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}
.alert-primary .alert-link{color:#06357a}
.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}
.alert-secondary .alert-link{color:#34383c}
.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}
.alert-success .alert-link{color:#0c4128}
.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}
.alert-info .alert-link{color:#04414d}
.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}
.alert-warning .alert-link{color:#523e02}
.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}
.alert-danger .alert-link{color:#6a1a21}
.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}
.alert-light .alert-link{color:#4f5050}
.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}
.alert-dark .alert-link{color:#101214}
@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}
@keyframes progress-bar-stripes{0%{background-position-x:1rem}}
.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}
.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}
@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}
.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}
@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}
.list-group-numbered{list-style-type:none;counter-reset:section}
.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}
.list-group-item-action{width:100%;color:#495057;text-align:inherit}
.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}
.list-group-item-action:active{color:#212529;background-color:#e9ecef}
.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}
.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}
.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}
.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}
.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}
.list-group-item+.list-group-item{border-top-width:0}
.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}
.list-group-horizontal{flex-direction:row}
.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
.list-group-horizontal>.list-group-item.active{margin-top:0}
.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}
.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}
@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
.list-group-flush{border-radius:0}
.list-group-flush>.list-group-item{border-width:0 0 1px}
.list-group-flush>.list-group-item:last-child{border-bottom-width:0}
.list-group-item-primary{color:#084298;background-color:#cfe2ff}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}
.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}
.list-group-item-success{color:#0f5132;background-color:#d1e7dd}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}
.list-group-item-info{color:#055160;background-color:#cff4fc}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}
.list-group-item-warning{color:#664d03;background-color:#fff3cd}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}
.list-group-item-danger{color:#842029;background-color:#f8d7da}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}
.list-group-item-light{color:#636464;background-color:#fefefe}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}
.list-group-item-dark{color:#141619;background-color:#d3d3d4}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}
.btn-close:hover{color:#000;text-decoration:none;opacity:.75}
.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}
.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}
.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}
.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}
.toast:not(.showing):not(.show){opacity:0}
.toast.hide{display:none}
.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}
.toast-container>:not(:last-child){margin-bottom:.75rem}
.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}
.toast-body{padding:.75rem;word-wrap:break-word}
.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}
@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{transform:none}
.modal.modal-static .modal-dialog{transform:scale(1.02)}
.modal-dialog-scrollable{height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}
.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}
.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;flex:1 1 auto;padding:1rem}
.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}
.modal-footer>*{margin:.25rem}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}
@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}
@media (min-width:1200px){.modal-xl{max-width:1140px}}
.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}
.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}
.modal-fullscreen .modal-header{border-radius:0}
.modal-fullscreen .modal-body{overflow-y:auto}
.modal-fullscreen .modal-footer{border-radius:0}
@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}
@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}
@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}
@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}
@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}
.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}
.tooltip.show{opacity:.9}
.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}
.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}
.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}
.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}
.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}
.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}
.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}
.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.popover-header:empty{display:none}
.popover-body{padding:1rem 1rem;color:#212529}
.carousel{position:relative}
.carousel.pointer-event{touch-action:pan-y}
.carousel-inner{position:relative;width:100%;overflow:hidden}
.carousel-inner::after{display:block;clear:both;content:""}
.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}
@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}
.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}
.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}
.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}
.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}
@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}
@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}
.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}
@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}
.carousel-indicators .active{opacity:1}
.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}
.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}
.carousel-dark .carousel-caption{color:#000}
@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}
@keyframes spinner-border{to{transform:rotate(360deg)}}
.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}
.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}
@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}
.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}
.spinner-grow-sm{width:1rem;height:1rem}
@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}
.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}
@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}
.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}
.offcanvas-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}
.offcanvas-title{margin-bottom:0;line-height:1.5}
.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}
.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}
.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}
.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}
.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}
.offcanvas.show{transform:none}
.clearfix::after{display:block;clear:both;content:""}
.link-primary{color:#0d6efd}
.link-primary:focus,.link-primary:hover{color:#0a58ca}
.link-secondary{color:#6c757d}
.link-secondary:focus,.link-secondary:hover{color:#565e64}
.link-success{color:#198754}
.link-success:focus,.link-success:hover{color:#146c43}
.link-info{color:#0dcaf0}
.link-info:focus,.link-info:hover{color:#3dd5f3}
.link-warning{color:#ffc107}
.link-warning:focus,.link-warning:hover{color:#ffcd39}
.link-danger{color:#dc3545}
.link-danger:focus,.link-danger:hover{color:#b02a37}
.link-light{color:#f8f9fa}
.link-light:focus,.link-light:hover{color:#f9fafb}
.link-dark{color:#212529}
.link-dark:focus,.link-dark:hover{color:#1a1e21}
.ratio{position:relative;width:100%}
.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}
.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}
.ratio-1x1{--bs-aspect-ratio:100%}
.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}
.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}
.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}
.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}
.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}
@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.align-baseline{vertical-align:baseline!important}
.align-top{vertical-align:top!important}
.align-middle{vertical-align:middle!important}
.align-bottom{vertical-align:bottom!important}
.align-text-bottom{vertical-align:text-bottom!important}
.align-text-top{vertical-align:text-top!important}
.float-start{float:left!important}
.float-end{float:right!important}
.float-none{float:none!important}
.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.overflow-visible{overflow:visible!important}
.overflow-scroll{overflow:scroll!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-grid{display:grid!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.d-none{display:none!important}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}
.shadow-none{box-shadow:none!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.position-fixed{position:fixed!important}
.position-sticky{position:-webkit-sticky!important;position:sticky!important}
.top-0{top:0!important}
.top-50{top:50%!important}
.top-100{top:100%!important}
.bottom-0{bottom:0!important}
.bottom-50{bottom:50%!important}
.bottom-100{bottom:100%!important}
.start-0{left:0!important}
.start-50{left:50%!important}
.start-100{left:100%!important}
.end-0{right:0!important}
.end-50{right:50%!important}
.end-100{right:100%!important}
.translate-middle{transform:translate(-50%,-50%)!important}
.translate-middle-x{transform:translateX(-50%)!important}
.translate-middle-y{transform:translateY(-50%)!important}
.border{border:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top{border-top:1px solid #dee2e6!important}
.border-top-0{border-top:0!important}
.border-end{border-right:1px solid #dee2e6!important}
.border-end-0{border-right:0!important}
.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-bottom-0{border-bottom:0!important}
.border-start{border-left:1px solid #dee2e6!important}
.border-start-0{border-left:0!important}
.border-primary{border-color:#0d6efd!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#198754!important}
.border-info{border-color:#0dcaf0!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#212529!important}
.border-white{border-color:#fff!important}
.border-1{border-width:1px!important}
.border-2{border-width:2px!important}
.border-3{border-width:3px!important}
.border-4{border-width:4px!important}
.border-5{border-width:5px!important}
.w-25{width:25%!important}
.w-50{width:50%!important}
.w-75{width:75%!important}
.w-100{width:100%!important}
.w-auto{width:auto!important}
.mw-100{max-width:100%!important}
.vw-100{width:100vw!important}
.min-vw-100{min-width:100vw!important}
.h-25{height:25%!important}
.h-50{height:50%!important}
.h-75{height:75%!important}
.h-100{height:100%!important}
.h-auto{height:auto!important}
.mh-100{max-height:100%!important}
.vh-100{height:100vh!important}
.min-vh-100{min-height:100vh!important}
.flex-fill{flex:1 1 auto!important}
.flex-row{flex-direction:row!important}
.flex-column{flex-direction:column!important}
.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-grow-0{flex-grow:0!important}
.flex-grow-1{flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.gap-0{gap:0!important}
.gap-1{gap:.25rem!important}
.gap-2{gap:.5rem!important}
.gap-3{gap:1rem!important}
.gap-4{gap:1.5rem!important}
.gap-5{gap:3rem!important}
.justify-content-start{justify-content:flex-start!important}
.justify-content-end{justify-content:flex-end!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.justify-content-evenly{justify-content:space-evenly!important}
.align-items-start{align-items:flex-start!important}
.align-items-end{align-items:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-baseline{align-items:baseline!important}
.align-items-stretch{align-items:stretch!important}
.align-content-start{align-content:flex-start!important}
.align-content-end{align-content:flex-end!important}
.align-content-center{align-content:center!important}
.align-content-between{align-content:space-between!important}
.align-content-around{align-content:space-around!important}
.align-content-stretch{align-content:stretch!important}
.align-self-auto{align-self:auto!important}
.align-self-start{align-self:flex-start!important}
.align-self-end{align-self:flex-end!important}
.align-self-center{align-self:center!important}
.align-self-baseline{align-self:baseline!important}
.align-self-stretch{align-self:stretch!important}
.order-first{order:-1!important}
.order-0{order:0!important}
.order-1{order:1!important}
.order-2{order:2!important}
.order-3{order:3!important}
.order-4{order:4!important}
.order-5{order:5!important}
.order-last{order:6!important}
.m-0{margin:0!important}
.m-1{margin:.25rem!important}
.m-2{margin:.5rem!important}
.m-3{margin:1rem!important}
.m-4{margin:1.5rem!important}
.m-5{margin:3rem!important}
.m-auto{margin:auto!important}
.mx-0{margin-right:0!important;margin-left:0!important}
.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}
.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}
.mx-3{margin-right:1rem!important;margin-left:1rem!important}
.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
.mx-5{margin-right:3rem!important;margin-left:3rem!important}
.mx-auto{margin-right:auto!important;margin-left:auto!important}
.my-0{margin-top:0!important;margin-bottom:0!important}
.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
.my-auto{margin-top:auto!important;margin-bottom:auto!important}
.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.mt-auto{margin-top:auto!important}
.me-0{margin-right:0!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}
.me-auto{margin-right:auto!important}
.mb-0{margin-bottom:0!important}
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}
.mb-auto{margin-bottom:auto!important}
.ms-0{margin-left:0!important}
.ms-1{margin-left:.25rem!important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-auto{margin-left:auto!important}
.p-0{padding:0!important}
.p-1{padding:.25rem!important}
.p-2{padding:.5rem!important}
.p-3{padding:1rem!important}
.p-4{padding:1.5rem!important}
.p-5{padding:3rem!important}
.px-0{padding-right:0!important;padding-left:0!important}
.px-1{padding-right:.25rem!important;padding-left:.25rem!important}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.px-3{padding-right:1rem!important;padding-left:1rem!important}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
.px-5{padding-right:3rem!important;padding-left:3rem!important}
.py-0{padding-top:0!important;padding-bottom:0!important}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important}
.pt-0{padding-top:0!important}
.pt-1{padding-top:.25rem!important}
.pt-2{padding-top:.5rem!important}
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}
.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pb-0{padding-bottom:0!important}
.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}
.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}
.font-monospace{font-family:var(--bs-font-monospace)!important}
.fs-1{font-size:calc(1.375rem + 1.5vw)!important}
.fs-2{font-size:calc(1.325rem + .9vw)!important}
.fs-3{font-size:calc(1.3rem + .6vw)!important}
.fs-4{font-size:calc(1.275rem + .3vw)!important}
.fs-5{font-size:1.25rem!important}
.fs-6{font-size:1rem!important}
.fst-italic{font-style:italic!important}
.fst-normal{font-style:normal!important}
.fw-light{font-weight:300!important}
.fw-lighter{font-weight:lighter!important}
.fw-normal{font-weight:400!important}
.fw-bold{font-weight:700!important}
.fw-bolder{font-weight:bolder!important}
.lh-1{line-height:1!important}
.lh-sm{line-height:1.25!important}
.lh-base{line-height:1.5!important}
.lh-lg{line-height:2!important}
.text-start{text-align:left!important}
.text-end{text-align:right!important}
.text-center{text-align:center!important}
.text-decoration-none{text-decoration:none!important}
.text-decoration-underline{text-decoration:underline!important}
.text-decoration-line-through{text-decoration:line-through!important}
.text-lowercase{text-transform:lowercase!important}
.text-uppercase{text-transform:uppercase!important}
.text-capitalize{text-transform:capitalize!important}
.text-wrap{white-space:normal!important}
.text-nowrap{white-space:nowrap!important}
.text-break{word-wrap:break-word!important;word-break:break-word!important}
.text-primary{color:#0d6efd!important}
.text-secondary{color:#6c757d!important}
.text-success{color:#198754!important}
.text-info{color:#0dcaf0!important}
.text-warning{color:#ffc107!important}
.text-danger{color:#dc3545!important}
.text-light{color:#f8f9fa!important}
.text-dark{color:#212529!important}
.text-white{color:#fff!important}
.text-body{color:#212529!important}
.text-muted{color:#6c757d!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
.text-white-50{color:rgba(255,255,255,.5)!important}
.text-reset{color:inherit!important}
.bg-primary{background-color:#0d6efd!important}
.bg-secondary{background-color:#6c757d!important}
.bg-success{background-color:#198754!important}
.bg-info{background-color:#0dcaf0!important}
.bg-warning{background-color:#ffc107!important}
.bg-danger{background-color:#dc3545!important}
.bg-light{background-color:#f8f9fa!important}
.bg-dark{background-color:#212529!important}
.bg-body{background-color:#fff!important}
.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.bg-gradient{background-image:var(--bs-gradient)!important}
.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}
.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}
.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}
.pe-none{pointer-events:none!important}
.pe-auto{pointer-events:auto!important}
.rounded{border-radius:.25rem!important}
.rounded-0{border-radius:0!important}
.rounded-1{border-radius:.2rem!important}
.rounded-2{border-radius:.25rem!important}
.rounded-3{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}
.visible{visibility:visible!important}
.invisible{visibility:hidden!important}
@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}
@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}
@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}
@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}
@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}
@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}
@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}}
@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}
@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}
.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}
.col{flex:1 0 0%}
.row-cols-auto>*{flex:0 0 auto;width:auto}
.row-cols-1>*{flex:0 0 auto;width:100%}
.row-cols-2>*{flex:0 0 auto;width:50%}
.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}
.row-cols-4>*{flex:0 0 auto;width:25%}
.row-cols-5>*{flex:0 0 auto;width:20%}
.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}
.col-auto{flex:0 0 auto;width:auto}
.col-1{flex:0 0 auto;width:8.3333333333%}
.col-2{flex:0 0 auto;width:16.6666666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.3333333333%}
.col-5{flex:0 0 auto;width:41.6666666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.3333333333%}
.col-8{flex:0 0 auto;width:66.6666666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.3333333333%}
.col-11{flex:0 0 auto;width:91.6666666667%}
.col-12{flex:0 0 auto;width:100%}
.offset-1{margin-left:8.3333333333%}
.offset-2{margin-left:16.6666666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.3333333333%}
.offset-5{margin-left:41.6666666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.3333333333%}
.offset-8{margin-left:66.6666666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.3333333333%}
.offset-11{margin-left:91.6666666667%}
.g-0,.gx-0{--bs-gutter-x:0}
.g-0,.gy-0{--bs-gutter-y:0}
.g-1,.gx-1{--bs-gutter-x:0.25rem}
.g-1,.gy-1{--bs-gutter-y:0.25rem}
.g-2,.gx-2{--bs-gutter-x:0.5rem}
.g-2,.gy-2{--bs-gutter-y:0.5rem}
.g-3,.gx-3{--bs-gutter-x:1rem}
.g-3,.gy-3{--bs-gutter-y:1rem}
.g-4,.gx-4{--bs-gutter-x:1.5rem}
.g-4,.gy-4{--bs-gutter-y:1.5rem}
.g-5,.gx-5{--bs-gutter-x:3rem}
.g-5,.gy-5{--bs-gutter-y:3rem}
@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}
@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}
@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}
@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}
@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-grid{display:grid!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.d-none{display:none!important}
.flex-fill{flex:1 1 auto!important}
.flex-row{flex-direction:row!important}
.flex-column{flex-direction:column!important}
.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-grow-0{flex-grow:0!important}
.flex-grow-1{flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.justify-content-start{justify-content:flex-start!important}
.justify-content-end{justify-content:flex-end!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.justify-content-evenly{justify-content:space-evenly!important}
.align-items-start{align-items:flex-start!important}
.align-items-end{align-items:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-baseline{align-items:baseline!important}
.align-items-stretch{align-items:stretch!important}
.align-content-start{align-content:flex-start!important}
.align-content-end{align-content:flex-end!important}
.align-content-center{align-content:center!important}
.align-content-between{align-content:space-between!important}
.align-content-around{align-content:space-around!important}
.align-content-stretch{align-content:stretch!important}
.align-self-auto{align-self:auto!important}
.align-self-start{align-self:flex-start!important}
.align-self-end{align-self:flex-end!important}
.align-self-center{align-self:center!important}
.align-self-baseline{align-self:baseline!important}
.align-self-stretch{align-self:stretch!important}
.order-first{order:-1!important}
.order-0{order:0!important}
.order-1{order:1!important}
.order-2{order:2!important}
.order-3{order:3!important}
.order-4{order:4!important}
.order-5{order:5!important}
.order-last{order:6!important}
.m-0{margin:0!important}
.m-1{margin:.25rem!important}
.m-2{margin:.5rem!important}
.m-3{margin:1rem!important}
.m-4{margin:1.5rem!important}
.m-5{margin:3rem!important}
.m-auto{margin:auto!important}
.mx-0{margin-right:0!important;margin-left:0!important}
.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}
.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}
.mx-3{margin-right:1rem!important;margin-left:1rem!important}
.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
.mx-5{margin-right:3rem!important;margin-left:3rem!important}
.mx-auto{margin-right:auto!important;margin-left:auto!important}
.my-0{margin-top:0!important;margin-bottom:0!important}
.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
.my-auto{margin-top:auto!important;margin-bottom:auto!important}
.mt-0{margin-top:0!important}
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.mt-auto{margin-top:auto!important}
.me-0{margin-right:0!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}
.me-auto{margin-right:auto!important}
.mb-0{margin-bottom:0!important}
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}
.mb-auto{margin-bottom:auto!important}
.ms-0{margin-left:0!important}
.ms-1{margin-left:.25rem!important}
.ms-2{margin-left:.5rem!important}
.ms-3{margin-left:1rem!important}
.ms-4{margin-left:1.5rem!important}
.ms-5{margin-left:3rem!important}
.ms-auto{margin-left:auto!important}
.p-0{padding:0!important}
.p-1{padding:.25rem!important}
.p-2{padding:.5rem!important}
.p-3{padding:1rem!important}
.p-4{padding:1.5rem!important}
.p-5{padding:3rem!important}
.px-0{padding-right:0!important;padding-left:0!important}
.px-1{padding-right:.25rem!important;padding-left:.25rem!important}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.px-3{padding-right:1rem!important;padding-left:1rem!important}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
.px-5{padding-right:3rem!important;padding-left:3rem!important}
.py-0{padding-top:0!important;padding-bottom:0!important}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important}
.pt-0{padding-top:0!important}
.pt-1{padding-top:.25rem!important}
.pt-2{padding-top:.5rem!important}
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}
.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pb-0{padding-bottom:0!important}
.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}
.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}
@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}
@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}
@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}
@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}
@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}
@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,::after,::before{box-sizing:border-box}
@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}
hr:not([size]){height:1px}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}
h1{font-size:calc(1.375rem + 1.5vw)}
@media (min-width:1200px){h1{font-size:2.5rem}}
h2{font-size:calc(1.325rem + .9vw)}
@media (min-width:1200px){h2{font-size:2rem}}
h3{font-size:calc(1.3rem + .6vw)}
@media (min-width:1200px){h3{font-size:1.75rem}}
h4{font-size:calc(1.275rem + .3vw)}
@media (min-width:1200px){h4{font-size:1.5rem}}
h5{font-size:1.25rem}
h6{font-size:1rem}
p{margin-top:0;margin-bottom:1rem}
abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
ol,ul{padding-left:2rem}
dl,ol,ul{margin-top:0;margin-bottom:1rem}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:bolder}
small{font-size:.875em}
mark{padding:.2em;background-color:#fcf8e3}
sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#0d6efd;text-decoration:underline}
a:hover{color:#0a58ca}
a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}
code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}
pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}
pre code{font-size:inherit;color:inherit;word-break:normal}
code{font-size:.875em;color:#d63384;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}
kbd kbd{padding:0;font-size:1em;font-weight:700}
figure{margin:0 0 1rem}
img,svg{vertical-align:middle}
table{caption-side:bottom;border-collapse:collapse}
caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}
th{text-align:inherit;text-align:-webkit-match-parent}
tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}
label{display:inline-block}
button{border-radius:0}
button:focus:not(:focus-visible){outline:0}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,select{text-transform:none}
[role=button]{cursor:pointer}
select{word-wrap:normal}
select:disabled{opacity:1}
[list]::-webkit-calendar-picker-indicator{display:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
::-moz-focus-inner{padding:0;border-style:none}
textarea{resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}
@media (min-width:1200px){legend{font-size:1.5rem}}
legend+*{clear:left}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}
::-webkit-inner-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:textfield}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-color-swatch-wrapper{padding:0}
::file-selector-button{font:inherit}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
iframe{border:0}
summary{display:list-item;cursor:pointer}
progress{vertical-align:baseline}
[hidden]{display:none!important}
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
.buttonLink {
  background-color: #562405;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
.buttonLink:hover {
  background-color: #2986cc;
}
.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}
.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}
.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}
.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}
.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}
.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}
.modalWindow-video-container {
  height: 80%;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a.mbr-iconfont:hover {
  text-decoration: none;
}
.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}
a {
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b,
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.hidden {
  visibility: hidden;
}
.mbr-z-index20 {
  z-index: 20;
}
/*! Base colors */
.mbr-white {
  color: #ffffff;
}
.mbr-black {
  color: #111111;
}
.mbr-bg-white {
  background-color: #ffffff;
}
.mbr-bg-black {
  background-color: #000000;
}
/*! Text-aligns */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}
.mbr-regular {
  font-weight: 400;
}
.mbr-semibold {
  font-weight: 500;
}
.mbr-bold {
  font-weight: 700;
}
/*! Media  */
.media-content {
  flex-basis: 100%;
}
.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}
.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}
@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}
figure[mbr-media-size] {
  transition: width 0.1s;
}
img,
iframe {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.media {
  max-width: 100%;
  margin: 0 auto;
}
.mbr-figure {
  align-self: center;
}
.media-container > div {
  max-width: 100%;
}
.mbr-figure img,
.card-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}
nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}
.mbr-regular {
  font-weight: 400;
}
.mbr-semibold {
  font-weight: 500;
}
.mbr-bold {
  font-weight: 700;
}
[type=submit] {
  -webkit-appearance: none;
}
/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}
.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}
/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}
.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}
.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}
.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}
/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}
#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.form-inline {
  display: -webkit-flex;
}
.card-wrapper {
  -webkit-flex: 1;
}
.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}
.carousel-controls {
  display: -webkit-flex;
}
.media {
  display: -webkit-flex;
}
.form-group:focus {
  outline: none;
}
.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}
.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}
.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}
.jq-selectbox li {
  padding: 1.07em 0.5em;
}
input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal-dialog,
.modal-content {
  height: 100%;
}
.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}
.carousel-item {
  text-align: center;
}
.carousel-item img {
  margin: auto;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .form-check-input {
  margin-top: 0.5;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control,
form .btn {
  min-height: 48px;
}
.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}
.form-control:focus {
  box-shadow: none;
}
:focus {
  outline: none;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}
.app-video-wrapper {
  background: transparent;
}
.item {
  position: relative;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2986cc !important;
}
.bg-success {
  background-color: #d80000 !important;
}
.bg-info {
  background-color: #eaeaea !important;
}
.bg-warning {
  background-color: #2c8b07 !important;
}
.bg-danger {
  background-color: #267a05 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2986cc !important;
  border-color: #2986cc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4d9edb !important;
  border-color: #4d9edb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4d9edb !important;
  border-color: #4d9edb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #6a6a6a !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6a6a6a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #d80000 !important;
  border-color: #d80000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff0c0c !important;
  border-color: #ff0c0c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3bbc09 !important;
  border-color: #3bbc09 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3bbc09 !important;
  border-color: #3bbc09 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #267a05 !important;
  border-color: #267a05 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #35ab07 !important;
  border-color: #35ab07 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #35ab07 !important;
  border-color: #35ab07 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2986cc;
  color: #2986cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a5784 !important;
  background-color: transparent !important;
  border-color: #1a5784 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2986cc !important;
  border-color: #2986cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eaeaea;
  color: #eaeaea;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bfbfbf !important;
  background-color: transparent !important;
  border-color: #bfbfbf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6a6a6a !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d80000;
  color: #d80000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #810000 !important;
  background-color: transparent !important;
  border-color: #810000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d80000 !important;
  border-color: #d80000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2c8b07;
  color: #2c8b07;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #123803 !important;
  background-color: transparent !important;
  border-color: #123803 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #267a05;
  color: #267a05;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c2702 !important;
  background-color: transparent !important;
  border-color: #0c2702 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #267a05 !important;
  border-color: #267a05 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2986cc !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #d80000 !important;
}
.text-info {
  color: #eaeaea !important;
}
.text-warning {
  color: #2c8b07 !important;
}
.text-danger {
  color: #267a05 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #184e77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #720000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b7b7b7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d2a02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #071801 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2986cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eaeaea;
}
.alert-warning {
  background-color: #2c8b07;
}
.alert-danger {
  background-color: #267a05;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2986cc;
  border-color: #2986cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2986cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce3f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffa5a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5af41e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4cf40a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2986cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2986cc;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2986cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2986cc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2986cc;
  border-bottom-color: #2986cc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2986cc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #562405 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232986cc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unTb8VgIKT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-unTb8VgIKT input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-unTb8VgIKT input:hover {
  border: none !important;
}
.cid-unTb8VgIKT .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-unTb8VgIKT .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-unTb8VgIKT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unTb8VgIKT .row {
    justify-content: center;
  }
}
.cid-unTb8VgIKT .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-unTb8VgIKT .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-unTb8VgIKT .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-unTb8VgIKT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unTb8VgIKT .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-unTb8VgIKT .justify-content-center {
  align-items: center;
}
.cid-unTb8VgIKT .mbr-section-title {
  color: #562405;
}
.cid-unTb8VgIKT .mbr-text {
  color: #562405;
  text-align: center;
}
.cid-tMlEXTHLbS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #2986cc;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #eaeaea;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: left;
  color: #562405;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: left;
  color: #562405;
}
.cid-tMlEXTHLbS .content-head {
  max-width: 800px;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #eaeaea;
  text-align: center;
}
.cid-umdRwaK2uy {
  background-image: url("/assets/mbr-3-1920x1280-f5a33af4.jpg");
}
.cid-umdRwaK2uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umdRwaK2uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umdRwaK2uy .mbr-text,
.cid-umdRwaK2uy .mbr-section-btn {
  color: #562405;
}
.cid-umdRwaK2uy .mbr-section-title {
  color: #562405;
}
.cid-unTtnvqJXv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-unTtnvqJXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTtnvqJXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTtnvqJXv .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-unTtnvqJXv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unTtnvqJXv .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-unTtnvqJXv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unTtnvqJXv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unTtnvqJXv .mbr-section-title {
  color: #562405;
}
.cid-unTtnvqJXv .mbr-text,
.cid-unTtnvqJXv .mbr-section-btn {
  color: #562405;
}
.cid-unTtnvqJXv img {
  width: 100%;
  height: 100%;
}
.cid-unTrdHENPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2986cc;
}
.cid-unTrdHENPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTrdHENPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTrdHENPt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-unTrdHENPt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-unTrdHENPt .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-unTrdHENPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-unTrdHENPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-unTrdHENPt .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2986cc;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #eaeaea;
  height: 80px;
  border-radius: 50%;
}
.cid-unTrdHENPt .mbr-section-title {
  color: #eaeaea;
}
.cid-unTrdHENPt .mbr-section-subtitle {
  color: #eaeaea;
}
.cid-unTrdHENPt .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-unTrdHENPt .card-box .item-footer {
  margin-top: auto;
}
.cid-unTrdHENPt .content-head {
  max-width: 800px;
}
.cid-unTrdHENPt .card-title,
.cid-unTrdHENPt .iconfont-wrapper {
  color: #562405;
}
.cid-unTrdHENPt .card-text,
.cid-unTrdHENPt .item .mbr-section-btn {
  color: #562405;
}
.cid-tLek7gQhG7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tLek7gQhG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLek7gQhG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLek7gQhG7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLek7gQhG7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLek7gQhG7 .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-tLek7gQhG7 .card-text {
  color: #562405;
}
.cid-tLek7gQhG7 .mbr-section-title {
  color: #562405;
}
.cid-tLek7gQhG7 .card-title {
  color: #562405;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ header-menu-item {
  color: #edefeb;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upZvUkHG1j {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  background-color: #eaeaea;
}
.cid-upZvUkHG1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZvUkHG1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZvUkHG1j .mbr-text {
  color: #000000;
}
.cid-upZvUkHG1j .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upZvUkHG1j .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upZvUkHG1j .main-button {
    margin-bottom: 2rem;
  }
}
.cid-upZvUkHG1j .mbr-section-subtitle,
.cid-upZvUkHG1j .main-button {
  color: #562405;
}
.cid-upZvUkHG1j .mbr-section-title {
  color: #562405;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ header-menu-item {
  color: #edefeb;
}
.cid-uqam84jbEl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqam84jbEl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqam84jbEl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqam84jbEl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqam84jbEl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqam84jbEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqam84jbEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqam84jbEl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uqam84jbEl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqam84jbEl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqam84jbEl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqam84jbEl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqam84jbEl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqam84jbEl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqam84jbEl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqam84jbEl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqam84jbEl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqam84jbEl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqam84jbEl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqam84jbEl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqam84jbEl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqam84jbEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqam84jbEl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uqam84jbEl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqam84jbEl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqam84jbEl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqam84jbEl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uqam84jbEl .nav-item:focus,
.cid-uqam84jbEl .nav-link:focus {
  outline: none;
}
.cid-uqam84jbEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqam84jbEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqam84jbEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqam84jbEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqam84jbEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqam84jbEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqam84jbEl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqam84jbEl .navbar.opened {
  transition: all 0.3s;
}
.cid-uqam84jbEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqam84jbEl .navbar .navbar-logo img {
  width: auto;
}
.cid-uqam84jbEl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqam84jbEl .navbar.collapsed {
  justify-content: center;
}
.cid-uqam84jbEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqam84jbEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqam84jbEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqam84jbEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqam84jbEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqam84jbEl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqam84jbEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqam84jbEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqam84jbEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqam84jbEl .navbar {
    min-height: 72px;
  }
  .cid-uqam84jbEl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqam84jbEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqam84jbEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqam84jbEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqam84jbEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqam84jbEl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqam84jbEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqam84jbEl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqam84jbEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqam84jbEl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqam84jbEl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqam84jbEl .dropdown-item.active,
.cid-uqam84jbEl .dropdown-item:active {
  background-color: transparent;
}
.cid-uqam84jbEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqam84jbEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqam84jbEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqam84jbEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqam84jbEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqam84jbEl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqam84jbEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqam84jbEl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqam84jbEl .navbar-buttons {
    text-align: left;
  }
}
.cid-uqam84jbEl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqam84jbEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqam84jbEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqam84jbEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqam84jbEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqam84jbEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqam84jbEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqam84jbEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqam84jbEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqam84jbEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqam84jbEl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqam84jbEl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqam84jbEl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqam84jbEl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqam84jbEl .navbar {
    height: 70px;
  }
  .cid-uqam84jbEl .navbar.opened {
    height: auto;
  }
  .cid-uqam84jbEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqam84jbEl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqam84jbEl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqam84jbEl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqam84jbEl .navbar-brand {
    margin-right: auto;
  }
  .cid-uqam84jbEl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uqam84jbEl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqam84jbEl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqam84jbEl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uqam84jbEl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqam84jbEl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqanagyMtc {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #eaeaea;
}
.cid-uqanagyMtc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqanagyMtc .panel-group {
  border: none;
}
.cid-uqanagyMtc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqanagyMtc .card-header {
    padding: 0rem;
  }
}
.cid-uqanagyMtc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqanagyMtc .img-col {
  padding: 0;
}
.cid-uqanagyMtc .img-item {
  height: 100%;
}
.cid-uqanagyMtc img {
  height: 100%;
  object-fit: cover;
}
.cid-uqanagyMtc .collapsed span {
  transform: rotate(0deg);
}
.cid-uqanagyMtc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqanagyMtc p {
  margin-bottom: 0.3rem;
}
.cid-uqanagyMtc .panel-title-edit {
  color: #000000;
}
.cid-uqanagyMtc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqanagyMtc .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqanagyMtc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqanagyMtc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqanagyMtc .panel-text {
  color: #562405;
}
.cid-uqanagyMtc .mbr-section-title {
  text-align: center;
  color: #562405;
}
.cid-uqanagyMtc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqanagyMtc .panel-title-edit,
.cid-uqanagyMtc .mbr-iconfont {
  color: #562405;
}
.cid-uqam85hosS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-uqam85hosS .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uqam85hosS .container {
    padding: 0 12px;
  }
}
.cid-uqam85hosS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uqam85hosS .social-row .soc-item {
  margin: 8px;
}
.cid-uqam85hosS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uqam85hosS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqam85hosS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-uqam85hosS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uqam85hosS .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uqam85hosS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uqam85hosS .header-menu li p {
  margin: 0;
}
.cid-uqam85hosS .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-uqam85hosS .mbr-section-title {
  color: #ffffff;
}
.cid-uqam85hosS header-menu-item {
  color: #edefeb;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urS0hxscCv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #edefeb;
}
.cid-urS0hxscCv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urS0hxscCv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urS0hxscCv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-urS0hxscCv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urS0hxscCv .content-head {
  max-width: 800px;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ header-menu-item {
  color: #edefeb;
}
.cid-uDdjT6P07X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDdjT6P07X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDdjT6P07X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDdjT6P07X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDdjT6P07X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDdjT6P07X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDdjT6P07X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDdjT6P07X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDdjT6P07X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDdjT6P07X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDdjT6P07X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDdjT6P07X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDdjT6P07X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDdjT6P07X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDdjT6P07X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDdjT6P07X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDdjT6P07X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDdjT6P07X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDdjT6P07X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDdjT6P07X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDdjT6P07X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDdjT6P07X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDdjT6P07X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDdjT6P07X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDdjT6P07X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDdjT6P07X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDdjT6P07X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDdjT6P07X .nav-item:focus,
.cid-uDdjT6P07X .nav-link:focus {
  outline: none;
}
.cid-uDdjT6P07X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDdjT6P07X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDdjT6P07X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDdjT6P07X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDdjT6P07X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDdjT6P07X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDdjT6P07X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDdjT6P07X .navbar.opened {
  transition: all 0.3s;
}
.cid-uDdjT6P07X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDdjT6P07X .navbar .navbar-logo img {
  width: auto;
}
.cid-uDdjT6P07X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDdjT6P07X .navbar.collapsed {
  justify-content: center;
}
.cid-uDdjT6P07X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDdjT6P07X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDdjT6P07X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDdjT6P07X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDdjT6P07X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDdjT6P07X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDdjT6P07X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDdjT6P07X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDdjT6P07X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDdjT6P07X .navbar {
    min-height: 72px;
  }
  .cid-uDdjT6P07X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDdjT6P07X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDdjT6P07X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDdjT6P07X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDdjT6P07X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDdjT6P07X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDdjT6P07X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDdjT6P07X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDdjT6P07X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDdjT6P07X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDdjT6P07X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDdjT6P07X .dropdown-item.active,
.cid-uDdjT6P07X .dropdown-item:active {
  background-color: transparent;
}
.cid-uDdjT6P07X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDdjT6P07X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDdjT6P07X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDdjT6P07X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDdjT6P07X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDdjT6P07X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDdjT6P07X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDdjT6P07X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDdjT6P07X .navbar-buttons {
    text-align: left;
  }
}
.cid-uDdjT6P07X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDdjT6P07X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDdjT6P07X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDdjT6P07X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDdjT6P07X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDdjT6P07X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDdjT6P07X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDdjT6P07X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDdjT6P07X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDdjT6P07X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDdjT6P07X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDdjT6P07X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDdjT6P07X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDdjT6P07X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDdjT6P07X .navbar {
    height: 70px;
  }
  .cid-uDdjT6P07X .navbar.opened {
    height: auto;
  }
  .cid-uDdjT6P07X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDdjT6P07X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDdjT6P07X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDdjT6P07X .navbar-brand {
    margin-right: auto;
  }
  .cid-uDdjT6P07X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDdjT6P07X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDdjT6P07X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDdjT6P07X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDdjT6P07X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDdjT6P07X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDdjT7xl4B {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #eaeaea;
}
.cid-uDdjT7xl4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDdjT7xl4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDdjT7xl4B .row {
  justify-content: center;
}
.cid-uDdjT7xl4B .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uDdjT7xl4B .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uDdjT7xl4B .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDdjT7xl4B .item {
    margin-bottom: 16px;
  }
}
.cid-uDdjT7xl4B .item:hover .item-wrapper .item-img img,
.cid-uDdjT7xl4B .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uDdjT7xl4B .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #2986cc;
}
@media (max-width: 992px) {
  .cid-uDdjT7xl4B .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDdjT7xl4B .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #562405;
  color: #eaeaea;
  font-size: 60px;
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uDdjT7xl4B .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDdjT7xl4B .mbr-section-title {
  color: #562405;
  text-align: center;
}
.cid-uDdjT7xl4B .item-title {
  color: #000000;
}
.cid-uDdjT7xl4B .list {
  color: #000000;
}
.cid-uDdjT7xl4B .item-title,
.cid-uDdjT7xl4B .icon-wrapper,
.cid-uDdjT7xl4B .mbr-section-btn {
  text-align: center;
}
.cid-uDdjT7xl4B .item-title,
.cid-uDdjT7xl4B .mbr-section-btn,
.cid-uDdjT7xl4B .icon-wrapper {
  color: #eaeaea;
}
.cid-uDdjT7xl4B .list,
.cid-uDdjT7xl4B .item-wrap {
  color: #eaeaea;
}
.cid-uDdA5iKXep {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #562405;
}
.cid-uDdA5iKXep input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uDdA5iKXep input:hover {
  border: none !important;
}
.cid-uDdA5iKXep .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uDdA5iKXep .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uDdA5iKXep .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDdA5iKXep .row {
  justify-content: center;
}
.cid-uDdA5iKXep .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uDdA5iKXep .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uDdA5iKXep .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uDdA5iKXep .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uDdA5iKXep .justify-content-center {
  align-items: center;
}
.cid-uDdA5iKXep .mbr-section-title {
  text-align: center;
  color: #eaeaea;
}
.cid-uDdjT8cdtY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-uDdjT8cdtY .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uDdjT8cdtY .container {
    padding: 0 12px;
  }
}
.cid-uDdjT8cdtY .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDdjT8cdtY .social-row .soc-item {
  margin: 8px;
}
.cid-uDdjT8cdtY .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDdjT8cdtY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDdjT8cdtY .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-uDdjT8cdtY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDdjT8cdtY .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDdjT8cdtY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDdjT8cdtY .header-menu li p {
  margin: 0;
}
.cid-uDdjT8cdtY .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-uDdjT8cdtY .mbr-section-title {
  color: #ffffff;
}
.cid-uDdjT8cdtY header-menu-item {
  color: #edefeb;
}
.cid-uDdkJUlCzX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDdkJUlCzX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  margin-right: 1.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uDdkJUlCzX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDdkJUlCzX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDdkJUlCzX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDdkJUlCzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDdkJUlCzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDdkJUlCzX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uDdkJUlCzX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDdkJUlCzX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDdkJUlCzX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDdkJUlCzX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDdkJUlCzX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDdkJUlCzX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDdkJUlCzX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDdkJUlCzX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDdkJUlCzX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDdkJUlCzX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDdkJUlCzX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDdkJUlCzX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDdkJUlCzX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDdkJUlCzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDdkJUlCzX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDdkJUlCzX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDdkJUlCzX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDdkJUlCzX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDdkJUlCzX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uDdkJUlCzX .nav-item:focus,
.cid-uDdkJUlCzX .nav-link:focus {
  outline: none;
}
.cid-uDdkJUlCzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDdkJUlCzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDdkJUlCzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDdkJUlCzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDdkJUlCzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDdkJUlCzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDdkJUlCzX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDdkJUlCzX .navbar.opened {
  transition: all 0.3s;
}
.cid-uDdkJUlCzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDdkJUlCzX .navbar .navbar-logo img {
  width: auto;
}
.cid-uDdkJUlCzX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDdkJUlCzX .navbar.collapsed {
  justify-content: center;
}
.cid-uDdkJUlCzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDdkJUlCzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDdkJUlCzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDdkJUlCzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDdkJUlCzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDdkJUlCzX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDdkJUlCzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDdkJUlCzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDdkJUlCzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDdkJUlCzX .navbar {
    min-height: 72px;
  }
  .cid-uDdkJUlCzX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDdkJUlCzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDdkJUlCzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDdkJUlCzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDdkJUlCzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDdkJUlCzX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDdkJUlCzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDdkJUlCzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDdkJUlCzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDdkJUlCzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDdkJUlCzX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDdkJUlCzX .dropdown-item.active,
.cid-uDdkJUlCzX .dropdown-item:active {
  background-color: transparent;
}
.cid-uDdkJUlCzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDdkJUlCzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDdkJUlCzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDdkJUlCzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDdkJUlCzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDdkJUlCzX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDdkJUlCzX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDdkJUlCzX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDdkJUlCzX .navbar-buttons {
    text-align: left;
  }
}
.cid-uDdkJUlCzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDdkJUlCzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDdkJUlCzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDdkJUlCzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDdkJUlCzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDdkJUlCzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDdkJUlCzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDdkJUlCzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDdkJUlCzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDdkJUlCzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDdkJUlCzX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDdkJUlCzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDdkJUlCzX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDdkJUlCzX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDdkJUlCzX .navbar {
    height: 70px;
  }
  .cid-uDdkJUlCzX .navbar.opened {
    height: auto;
  }
  .cid-uDdkJUlCzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDdkJUlCzX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDdkJUlCzX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDdkJUlCzX .navbar-brand {
    margin-right: auto;
  }
  .cid-uDdkJUlCzX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDdkJUlCzX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDdkJUlCzX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDdkJUlCzX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDdkJUlCzX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDdkJUlCzX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDdxetwWUx {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ccbdb4;
}
.cid-uDdxetwWUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDdxetwWUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDdxetwWUx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDdxetwWUx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDdxetwWUx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDdxetwWUx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDdxetwWUx .mbr-section-title {
  color: #562405;
}
.cid-uDdxetwWUx .mbr-text,
.cid-uDdxetwWUx .mbr-section-btn {
  color: #562405;
}
.cid-uDdleZLYkq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ccbdb4;
}
.cid-uDdleZLYkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDdleZLYkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDdleZLYkq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDdleZLYkq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDdleZLYkq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDdleZLYkq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDdleZLYkq .mbr-section-title {
  color: #562405;
}
.cid-uDdleZLYkq .mbr-text,
.cid-uDdleZLYkq .mbr-section-btn {
  color: #562405;
}
.cid-uDdllvp6yO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2986cc;
}
.cid-uDdllvp6yO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDdllvp6yO .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDdllvp6yO .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uDdllvp6yO .mbr-section-maintitle {
  color: #eaeaea;
}
.cid-uDdllvp6yO .mbr-section-maintext,
.cid-uDdllvp6yO .btn-move {
  color: #eaeaea;
}
.cid-uDdllvp6yO .mbr-section-title {
  color: #562405;
}
.cid-uDdllvp6yO .mbr-section-subtitle {
  color: #562405;
}
.cid-uDdllvp6yO .mbr-section-text {
  color: #562405;
}
.cid-uDdkJVuACO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ccbdb4;
}
@media (max-width: 991px) {
  .cid-uDdkJVuACO .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uDdkJVuACO .container {
    padding: 0 12px;
  }
}
.cid-uDdkJVuACO .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uDdkJVuACO .social-row .soc-item {
  margin: 8px;
}
.cid-uDdkJVuACO .social-row .soc-item a:hover .mbr-iconfont,
.cid-uDdkJVuACO .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uDdkJVuACO .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #267a05;
  transition: all 0.3s ease-in-out;
}
.cid-uDdkJVuACO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDdkJVuACO .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDdkJVuACO .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDdkJVuACO .header-menu li p {
  margin: 0;
}
.cid-uDdkJVuACO .copyright {
  margin-bottom: 0;
  color: #562405;
  text-align: center;
}
.cid-uDdkJVuACO .mbr-section-title {
  color: #ffffff;
}
.cid-uDdkJVuACO header-menu-item {
  color: #edefeb;
}
@font-face {
  font-family: 'Moririse2';
  font-display: swap;
  src:  url('/assets/mobirise2-5f2b50f6.eot?f2bix4');
  src:  url('/assets/mobirise2-5f2b50f6.eot?f2bix4#iefix') format('embedded-opentype'),
    url('/assets/mobirise2-523854ac.ttf?f2bix4') format('truetype'),
    url('/assets/mobirise2-ff49e449.woff?f2bix4') format('woff'),
    url('/assets/mobirise2-f19cba98.svg?f2bix4#mobirise2') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="mobi-"], [class*=" mobi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobi-mbri-add-submenu:before {
  content: "\e900";
}
.mobi-mbri-alert:before {
  content: "\e901";
}
.mobi-mbri-align-center:before {
  content: "\e902";
}
.mobi-mbri-align-justify:before {
  content: "\e903";
}
.mobi-mbri-align-left:before {
  content: "\e904";
}
.mobi-mbri-align-right:before {
  content: "\e905";
}
.mobi-mbri-android:before {
  content: "\e906";
}
.mobi-mbri-apple:before {
  content: "\e907";
}
.mobi-mbri-arrow-down:before {
  content: "\e908";
}
.mobi-mbri-arrow-next:before {
  content: "\e909";
}
.mobi-mbri-arrow-prev:before {
  content: "\e90a";
}
.mobi-mbri-arrow-up:before {
  content: "\e90b";
}
.mobi-mbri-bold:before {
  content: "\e90c";
}
.mobi-mbri-bookmark:before {
  content: "\e90d";
}
.mobi-mbri-bootstrap:before {
  content: "\e90e";
}
.mobi-mbri-briefcase:before {
  content: "\e90f";
}
.mobi-mbri-browse:before {
  content: "\e910";
}
.mobi-mbri-bulleted-list:before {
  content: "\e911";
}
.mobi-mbri-calendar:before {
  content: "\e912";
}
.mobi-mbri-camera:before {
  content: "\e913";
}
.mobi-mbri-cart-add:before {
  content: "\e914";
}
.mobi-mbri-cart-full:before {
  content: "\e915";
}
.mobi-mbri-cash:before {
  content: "\e916";
}
.mobi-mbri-change-style:before {
  content: "\e917";
}
.mobi-mbri-chat:before {
  content: "\e918";
}
.mobi-mbri-clock:before {
  content: "\e919";
}
.mobi-mbri-close:before {
  content: "\e91a";
}
.mobi-mbri-cloud:before {
  content: "\e91b";
}
.mobi-mbri-code:before {
  content: "\e91c";
}
.mobi-mbri-contact-form:before {
  content: "\e91d";
}
.mobi-mbri-credit-card:before {
  content: "\e91e";
}
.mobi-mbri-cursor-click:before {
  content: "\e91f";
}
.mobi-mbri-cust-feedback:before {
  content: "\e920";
}
.mobi-mbri-database:before {
  content: "\e921";
}
.mobi-mbri-delivery:before {
  content: "\e922";
}
.mobi-mbri-desktop:before {
  content: "\e923";
}
.mobi-mbri-devices:before {
  content: "\e924";
}
.mobi-mbri-down:before {
  content: "\e925";
}
.mobi-mbri-download-2:before {
  content: "\e926";
}
.mobi-mbri-download:before {
  content: "\e927";
}
.mobi-mbri-drag-n-drop-2:before {
  content: "\e928";
}
.mobi-mbri-drag-n-drop:before {
  content: "\e929";
}
.mobi-mbri-edit-2:before {
  content: "\e92a";
}
.mobi-mbri-edit:before {
  content: "\e92b";
}
.mobi-mbri-error:before {
  content: "\e92c";
}
.mobi-mbri-extension:before {
  content: "\e92d";
}
.mobi-mbri-features:before {
  content: "\e92e";
}
.mobi-mbri-file:before {
  content: "\e92f";
}
.mobi-mbri-flag:before {
  content: "\e930";
}
.mobi-mbri-folder:before {
  content: "\e931";
}
.mobi-mbri-gift:before {
  content: "\e932";
}
.mobi-mbri-github:before {
  content: "\e933";
}
.mobi-mbri-globe-2:before {
  content: "\e934";
}
.mobi-mbri-globe:before {
  content: "\e935";
}
.mobi-mbri-growing-chart:before {
  content: "\e936";
}
.mobi-mbri-hearth:before {
  content: "\e937";
}
.mobi-mbri-help:before {
  content: "\e938";
}
.mobi-mbri-home:before {
  content: "\e939";
}
.mobi-mbri-hot-cup:before {
  content: "\e93a";
}
.mobi-mbri-idea:before {
  content: "\e93b";
}
.mobi-mbri-image-gallery:before {
  content: "\e93c";
}
.mobi-mbri-image-slider:before {
  content: "\e93d";
}
.mobi-mbri-info:before {
  content: "\e93e";
}
.mobi-mbri-italic:before {
  content: "\e93f";
}
.mobi-mbri-key:before {
  content: "\e940";
}
.mobi-mbri-laptop:before {
  content: "\e941";
}
.mobi-mbri-layers:before {
  content: "\e942";
}
.mobi-mbri-left-right:before {
  content: "\e943";
}
.mobi-mbri-left:before {
  content: "\e944";
}
.mobi-mbri-letter:before {
  content: "\e945";
}
.mobi-mbri-like:before {
  content: "\e946";
}
.mobi-mbri-link:before {
  content: "\e947";
}
.mobi-mbri-lock:before {
  content: "\e948";
}
.mobi-mbri-login:before {
  content: "\e949";
}
.mobi-mbri-logout:before {
  content: "\e94a";
}
.mobi-mbri-magic-stick:before {
  content: "\e94b";
}
.mobi-mbri-map-pin:before {
  content: "\e94c";
}
.mobi-mbri-menu:before {
  content: "\e94d";
}
.mobi-mbri-mobile-2:before {
  content: "\e94e";
}
.mobi-mbri-mobile-horizontal:before {
  content: "\e94f";
}
.mobi-mbri-mobile:before {
  content: "\e950";
}
.mobi-mbri-mobirise:before {
  content: "\e951";
}
.mobi-mbri-more-horizontal:before {
  content: "\e952";
}
.mobi-mbri-more-vertical:before {
  content: "\e953";
}
.mobi-mbri-music:before {
  content: "\e954";
}
.mobi-mbri-new-file:before {
  content: "\e955";
}
.mobi-mbri-numbered-list:before {
  content: "\e956";
}
.mobi-mbri-opened-folder:before {
  content: "\e957";
}
.mobi-mbri-pages:before {
  content: "\e958";
}
.mobi-mbri-paper-plane:before {
  content: "\e959";
}
.mobi-mbri-paperclip:before {
  content: "\e95a";
}
.mobi-mbri-phone:before {
  content: "\e95b";
}
.mobi-mbri-photo:before {
  content: "\e95c";
}
.mobi-mbri-photos:before {
  content: "\e95d";
}
.mobi-mbri-pin:before {
  content: "\e95e";
}
.mobi-mbri-play:before {
  content: "\e95f";
}
.mobi-mbri-plus:before {
  content: "\e960";
}
.mobi-mbri-preview:before {
  content: "\e961";
}
.mobi-mbri-print:before {
  content: "\e962";
}
.mobi-mbri-protect:before {
  content: "\e963";
}
.mobi-mbri-question:before {
  content: "\e964";
}
.mobi-mbri-quote-left:before {
  content: "\e965";
}
.mobi-mbri-quote-right:before {
  content: "\e966";
}
.mobi-mbri-redo:before {
  content: "\e967";
}
.mobi-mbri-refresh:before {
  content: "\e968";
}
.mobi-mbri-responsive-2:before {
  content: "\e969";
}
.mobi-mbri-responsive:before {
  content: "\e96a";
}
.mobi-mbri-right:before {
  content: "\e96b";
}
.mobi-mbri-rocket:before {
  content: "\e96c";
}
.mobi-mbri-sad-face:before {
  content: "\e96d";
}
.mobi-mbri-sale:before {
  content: "\e96e";
}
.mobi-mbri-save:before {
  content: "\e96f";
}
.mobi-mbri-search:before {
  content: "\e970";
}
.mobi-mbri-setting-2:before {
  content: "\e971";
}
.mobi-mbri-setting-3:before {
  content: "\e972";
}
.mobi-mbri-setting:before {
  content: "\e973";
}
.mobi-mbri-share:before {
  content: "\e974";
}
.mobi-mbri-shopping-bag:before {
  content: "\e975";
}
.mobi-mbri-shopping-basket:before {
  content: "\e976";
}
.mobi-mbri-shopping-cart:before {
  content: "\e977";
}
.mobi-mbri-sites:before {
  content: "\e978";
}
.mobi-mbri-smile-face:before {
  content: "\e979";
}
.mobi-mbri-speed:before {
  content: "\e97a";
}
.mobi-mbri-star:before {
  content: "\e97b";
}
.mobi-mbri-success:before {
  content: "\e97c";
}
.mobi-mbri-sun:before {
  content: "\e97d";
}
.mobi-mbri-sun2:before {
  content: "\e97e";
}
.mobi-mbri-tablet-vertical:before {
  content: "\e97f";
}
.mobi-mbri-tablet:before {
  content: "\e980";
}
.mobi-mbri-target:before {
  content: "\e981";
}
.mobi-mbri-timer:before {
  content: "\e982";
}
.mobi-mbri-to-ftp:before {
  content: "\e983";
}
.mobi-mbri-to-local-drive:before {
  content: "\e984";
}
.mobi-mbri-touch-swipe:before {
  content: "\e985";
}
.mobi-mbri-touch:before {
  content: "\e986";
}
.mobi-mbri-trash:before {
  content: "\e987";
}
.mobi-mbri-underline:before {
  content: "\e988";
}
.mobi-mbri-undo:before {
  content: "\e989";
}
.mobi-mbri-unlink:before {
  content: "\e98a";
}
.mobi-mbri-unlock:before {
  content: "\e98b";
}
.mobi-mbri-up-down:before {
  content: "\e98c";
}
.mobi-mbri-up:before {
  content: "\e98d";
}
.mobi-mbri-update:before {
  content: "\e98e";
}
.mobi-mbri-upload-2:before {
  content: "\e98f";
}
.mobi-mbri-upload:before {
  content: "\e990";
}
.mobi-mbri-user-2:before {
  content: "\e991";
}
.mobi-mbri-user:before {
  content: "\e992";
}
.mobi-mbri-users:before {
  content: "\e993";
}
.mobi-mbri-video-play:before {
  content: "\e994";
}
.mobi-mbri-video:before {
  content: "\e995";
}
.mobi-mbri-watch:before {
  content: "\e996";
}
.mobi-mbri-website-theme-2:before {
  content: "\e997";
}
.mobi-mbri-website-theme:before {
  content: "\e998";
}
.mobi-mbri-wifi:before {
  content: "\e999";
}
.mobi-mbri-windows:before {
  content: "\e99a";
}
.mobi-mbri-zoom-in:before {
  content: "\e99b";
}
.mobi-mbri-zoom-out:before {
  content: "\e99c";
}
@font-face {
  font-family: 'Socicon';
  src:  url('/assets/socicon-6cbaf733.eot');
  src:  url('/assets/socicon-6cbaf733.eot?#iefix') format('embedded-opentype'),
    url('/assets/socicon-96564f48.woff2') format('woff2'),
    url('/assets/socicon-663f2f0a.ttf') format('truetype'),
    url('/assets/socicon-3a484456.woff') format('woff'),
    url('/assets/socicon-4958d3a3.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-mixer:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-smashcast:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}
.socicon-spreadshirt:before {
  content: "\e901";
}
.socicon-gamejolt:before {
  content: "\e902";
}
.socicon-trello:before {
  content: "\e903";
}
.socicon-tunein:before {
  content: "\e904";
}
.socicon-bloglovin:before {
  content: "\e905";
}
.socicon-gamewisp:before {
  content: "\e906";
}
.socicon-messenger:before {
  content: "\e907";
}
.socicon-pandora:before {
  content: "\e908";
}
.socicon-augment:before {
  content: "\e909";
}
.socicon-bitbucket:before {
  content: "\e90a";
}
.socicon-fyuse:before {
  content: "\e90b";
}
.socicon-yt-gaming:before {
  content: "\e90c";
}
.socicon-sketchfab:before {
  content: "\e90d";
}
.socicon-mobcrush:before {
  content: "\e90e";
}
.socicon-microsoft:before {
  content: "\e90f";
}
.socicon-realtor:before {
  content: "\e910";
}
.socicon-tidal:before {
  content: "\e911";
}
.socicon-qobuz:before {
  content: "\e912";
}
.socicon-natgeo:before {
  content: "\e913";
}
.socicon-mastodon:before {
  content: "\e914";
}
.socicon-unsplash:before {
  content: "\e915";
}
.socicon-homeadvisor:before {
  content: "\e916";
}
.socicon-angieslist:before {
  content: "\e917";
}
.socicon-codepen:before {
  content: "\e918";
}
.socicon-slack:before {
  content: "\e919";
}
.socicon-openaigym:before {
  content: "\e91a";
}
.socicon-logmein:before {
  content: "\e91b";
}
.socicon-fiverr:before {
  content: "\e91c";
}
.socicon-gotomeeting:before {
  content: "\e91d";
}
.socicon-aliexpress:before {
  content: "\e91e";
}
.socicon-guru:before {
  content: "\e91f";
}
.socicon-appstore:before {
  content: "\e920";
}
.socicon-homes:before {
  content: "\e921";
}
.socicon-zoom:before {
  content: "\e922";
}
.socicon-alibaba:before {
  content: "\e923";
}
.socicon-craigslist:before {
  content: "\e924";
}
.socicon-wix:before {
  content: "\e925";
}
.socicon-redfin:before {
  content: "\e926";
}
.socicon-googlecalendar:before {
  content: "\e927";
}
.socicon-shopify:before {
  content: "\e928";
}
.socicon-freelancer:before {
  content: "\e929";
}
.socicon-seedrs:before {
  content: "\e92a";
}
.socicon-bing:before {
  content: "\e92b";
}
.socicon-doodle:before {
  content: "\e92c";
}
.socicon-bonanza:before {
  content: "\e92d";
}
.socicon-squarespace:before {
  content: "\e92e";
}
.socicon-toptal:before {
  content: "\e92f";
}
.socicon-gust:before {
  content: "\e930";
}
.socicon-ask:before {
  content: "\e931";
}
.socicon-trulia:before {
  content: "\e932";
}
.socicon-loomly:before {
  content: "\e933";
}
.socicon-ghost:before {
  content: "\e934";
}
.socicon-upwork:before {
  content: "\e935";
}
.socicon-fundable:before {
  content: "\e936";
}
.socicon-booking:before {
  content: "\e937";
}
.socicon-googlemaps:before {
  content: "\e938";
}
.socicon-zillow:before {
  content: "\e939";
}
.socicon-niconico:before {
  content: "\e93a";
}
.socicon-toneden:before {
  content: "\e93b";
}
.socicon-crunchbase:before {
  content: "\e93c";
}
.socicon-homefy:before {
  content: "\e93d";
}
.socicon-calendly:before {
  content: "\e93e";
}
.socicon-livemaster:before {
  content: "\e93f";
}
.socicon-udemy:before {
  content: "\e940";
}
.socicon-codered:before {
  content: "\e941";
}
.socicon-origin:before {
  content: "\e942";
}
.socicon-nextdoor:before {
  content: "\e943";
}
.socicon-portfolio:before {
  content: "\e944";
}
.socicon-instructables:before {
  content: "\e945";
}
.socicon-gitlab:before {
  content: "\e946";
}
.socicon-hackernews:before {
  content: "\e947";
}
.socicon-smashwords:before {
  content: "\e948";
}
.socicon-kobo:before {
  content: "\e949";
}
.socicon-bookbub:before {
  content: "\e94a";
}
.socicon-mailru:before {
  content: "\e94b";
}
.socicon-moddb:before {
  content: "\e94c";
}
.socicon-indiedb:before {
  content: "\e94d";
}
.socicon-traxsource:before {
  content: "\e94e";
}
.socicon-gamefor:before {
  content: "\e94f";
}
.socicon-pixiv:before {
  content: "\e950";
}
.socicon-myanimelist:before {
  content: "\e951";
}
.socicon-blackberry:before {
  content: "\e952";
}
.socicon-wickr:before {
  content: "\e953";
}
.socicon-spip:before {
  content: "\e954";
}
.socicon-napster:before {
  content: "\e955";
}
.socicon-beatport:before {
  content: "\e956";
}
.socicon-hackerone:before {
  content: "\e957";
}
.socicon-internet:before {
  content: "\e958";
}
.socicon-ubuntu:before {
  content: "\e959";
}
.socicon-artstation:before {
  content: "\e95a";
}
.socicon-invision:before {
  content: "\e95b";
}
.socicon-torial:before {
  content: "\e95c";
}
.socicon-collectorz:before {
  content: "\e95d";
}
.socicon-seenthis:before {
  content: "\e95e";
}
.socicon-googleplaymusic:before {
  content: "\e95f";
}
.socicon-debian:before {
  content: "\e960";
}
.socicon-filmfreeway:before {
  content: "\e961";
}
.socicon-gnome:before {
  content: "\e962";
}
.socicon-itchio:before {
  content: "\e963";
}
.socicon-jamendo:before {
  content: "\e964";
}
.socicon-mix:before {
  content: "\e965";
}
.socicon-sharepoint:before {
  content: "\e966";
}
.socicon-tinder:before {
  content: "\e967";
}
.socicon-windguru:before {
  content: "\e968";
}
.socicon-cdbaby:before {
  content: "\e969";
}
.socicon-elementaryos:before {
  content: "\e96a";
}
.socicon-stage32:before {
  content: "\e96b";
}
.socicon-tiktok:before {
  content: "\e96c";
}
.socicon-gitter:before {
  content: "\e96d";
}
.socicon-letterboxd:before {
  content: "\e96e";
}
.socicon-threema:before {
  content: "\e96f";
}
.socicon-splice:before {
  content: "\e970";
}
.socicon-metapop:before {
  content: "\e971";
}
.socicon-naver:before {
  content: "\e972";
}
.socicon-remote:before {
  content: "\e973";
}
.socicon-flipboard:before {
  content: "\e974";
}
.socicon-googlehangouts:before {
  content: "\e975";
}
.socicon-dlive:before {
  content: "\e976";
}
.socicon-vsco:before {
  content: "\e977";
}
.socicon-stitcher:before {
  content: "\e978";
}
.socicon-avvo:before {
  content: "\e979";
}
.socicon-redbubble:before {
  content: "\e97a";
}
.socicon-society6:before {
  content: "\e97b";
}
.socicon-zazzle:before {
  content: "\e97c";
}
.socicon-eitaa:before {
  content: "\e97d";
}
.socicon-soroush:before {
  content: "\e97e";
}
.socicon-bale:before {
  content: "\e97f";
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
.navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
.navbar-dropdown .navbar-logo img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
.navbar-dropdown .navbar-logo.mbr-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
.navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
.navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
.navbar-dropdown .mbr-iconfont + .navbar-caption {
    vertical-align: -1px; }
.navbar-dropdown.navbar-fixed-top {
    position: fixed; }
.navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.navbar-dropdown.bg-color.transparent {
    background: none; }
.navbar-dropdown.navbar-short .navbar-brand {
    padding: 0.625rem 0; }
.navbar-dropdown.navbar-short .navbar-brand span {
      vertical-align: -1px; }
.navbar-dropdown.navbar-short .navbar-caption {
    line-height: 2.375rem !important;
    vertical-align: -2px; }
.navbar-dropdown.navbar-short .navbar-logo {
    margin-right: 0.5rem; }
.navbar-dropdown.navbar-short .navbar-logo img {
      height: 2.375rem; }
.navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont {
      font-size: 2.375rem;
      line-height: 2.375rem; }
.navbar-dropdown.navbar-short .mbr-table-cell {
    height: 3.625rem; }
.navbar-dropdown .navbar-close {
    left: 0.6875rem;
    position: fixed;
    top: 0.75rem;
    z-index: 1000; }
.navbar-dropdown .hamburger-icon {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    -webkit-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
    -moz-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
    box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; }
.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  border-right: 0;
  border-top: 0.35em solid transparent;
  margin-left: 0.3rem; }
.dropdown-menu .dropdown-item:focus {
  outline: 0; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
.nav-dropdown .nav-btn {
    padding-left: 1rem; }
.nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
.nav-dropdown .link.dropdown-toggle {
      margin-right: 2.583em; }
.nav-dropdown .link.dropdown-toggle::after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0; }
.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        margin: 0;
        padding: 0.667em 3.263em  0.667em 1.667em; }
.nav-dropdown .link::after,
  .nav-dropdown .dropdown-item::after {
    color: inherit; }
.nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    left: 0;
    margin: 0;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: relative; }
.nav-dropdown .dropdown-submenu {
    margin-left: 0.125rem;
    top: 0; }
.nav-dropdown .dropdown-item {
    font-weight: 500;
    line-height: 2;
    padding: 0.3846em 4.615em 0.3846em 1.5385em;
    position: relative;
    transition: color .2s ease-in-out, background-color .2s ease-in-out; }
.nav-dropdown .dropdown-item::after {
      margin-top: -0.3077em;
      position: absolute;
      right: 1.1538em;
      top: 50%; }
.nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
      background: none; }
@media (max-width: 767px) {
  .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999; } }
.nav-dropdown.navbar-toggleable-xl {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 18.75rem;
  z-index: 999; }
.nav-dropdown-sm {
  display: block !important;
  overflow-x: hidden;
  overflow: auto;
  padding-top: 3.875rem; }
.nav-dropdown-sm::after {
    content: "";
    display: block;
    height: 3rem;
    width: 100%; }
.nav-dropdown-sm.collapse.in ~ .navbar-close {
    display: block !important; }
.nav-dropdown-sm.collapsing, .nav-dropdown-sm.collapse.in {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    background: #282828; }
.nav-dropdown-sm.collapsing[aria-expanded="false"] {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
.nav-dropdown-sm .nav-item {
    display: block;
    margin-left: 0 !important;
    padding-left: 0; }
.nav-dropdown-sm .link,
  .nav-dropdown-sm .dropdown-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
    position: relative;
    white-space: normal; }
.nav-dropdown-sm .link:focus, .nav-dropdown-sm .link:hover,
    .nav-dropdown-sm .dropdown-item:focus,
    .nav-dropdown-sm .dropdown-item:hover {
      background: rgba(0, 0, 0, 0.2) !important;
      color: #c0a375; }
.nav-dropdown-sm .nav-btn {
    position: relative;
    padding: 1.5625rem 1.5625rem 0 1.5625rem; }
.nav-dropdown-sm .nav-btn::before {
      border-top: 1px dotted rgba(255, 255, 255, 0.1);
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
.nav-dropdown-sm .nav-btn + .nav-btn {
      padding-top: 0.625rem; }
.nav-dropdown-sm .nav-btn + .nav-btn::before {
        display: none; }
.nav-dropdown-sm .btn {
    padding: 0.625rem 0; }
.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0; }
.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0.35em solid; }
.nav-dropdown-sm .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    float: none;
    border-radius: 0;
    background: none; }
.nav-dropdown-sm .dropdown-submenu {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: -1.25rem;
    top: 0; }
.navbar-toggleable-sm .nav-dropdown .dropdown-menu {
  position: absolute; }
.navbar-toggleable-sm .nav-dropdown .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0; }
.navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
  position: relative; }
.navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu {
  left: 0;
  margin-left: 00rem;
  margin-top: 0rem;
  top: 0; }
.is-builder .nav-dropdown.collapsing {
  transition: none !important; }
/* Google Fonts */
/* React-specific styles */
.App {
  text-align: left;
}
.app-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-content {
  flex: 1;
  /* Remove global spacer under fixed header */
  padding-top: 0;
}
.page-content {
  padding: 0;
  min-height: 400px;
}
/* Signup progress (mobile-friendly) */
.signup-progress {
  user-select: none;
}
.signup-progress .signup-progress-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #6c757d;
  background: #e9ecef;
  border: 2px solid #e9ecef;
}
.signup-progress .signup-progress-circle.active {
  color: #fff;
  background: linear-gradient(135deg, #0d6efd, #4da3ff);
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}
.signup-progress .signup-progress-circle.completed {
  color: #fff;
  background: linear-gradient(135deg, #28a745, #5bd46d);
  border-color: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.15);
}
.signup-progress .signup-progress-label {
  font-weight: 600;
  color: #6c757d;
  white-space: nowrap;
}
.signup-progress .signup-progress-label.active {
  color: #0d6efd;
}
.signup-progress .signup-progress-bar {
  height: 6px;
  background: rgba(13, 110, 253, 0.25);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.signup-progress .signup-progress-bar.filled {
  background: linear-gradient(90deg, #2c8b07, #3bbc09);
}
.signup-progress.on-dark .signup-progress-label {
  color: #d8e3ff;
}
.signup-progress.on-dark .signup-progress-label.active {
  color: #ffffff;
}
.signup-progress.on-dark .signup-progress-bar {
  background: rgba(255, 255, 255, 0.25);
}
.signup-progress.on-dark .signup-progress-circle.idle {
  color: #d8e3ff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  .signup-progress {
    padding-top: 8px !important;
  }
  .signup-progress .signup-progress-label {
    font-size: 12px;
  }
  .signup-progress .signup-progress-circle {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
/* Extra-small devices (≤390px): prevent clipping by allowing wrap and shrinking */
@media (max-width: 390px) {
  .signup-progress {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .signup-progress .signup-progress-label {
    font-size: 11px;
    white-space: normal; /* allow wrapping on tiny screens */
    line-height: 1.2;
  }
  .signup-progress .signup-progress-circle {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .signup-progress .signup-progress-bar {
    height: 5px;
  }
}
/* Pricing page specific styles */
.billing-toggle {
  margin-bottom: 2rem;
}
.toggle-container {
  background: #f8f9fa;
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
}
.toggle-btn {
  background: transparent;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.toggle-btn.active {
  background: #007bff;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}
.pricing-card {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pricing-card:hover {
  border-color: #007bff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15);
}
.popular-plan {
  border-color: #007bff !important;
  transform: scale(1.05);
}
.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.plan-header {
  padding: 1.5rem 1rem 1rem;
}
.price-display {
  font-size: 2.5rem;
  font-weight: bold;
  color: #007bff;
  margin: 1rem 0;
}
.price-period {
  font-size: 1.2rem;
  color: #6c757d;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.feature-list .item-wrap {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f8f9fa;
}
.feature-list .item-wrap:last-child {
  border-bottom: none;
}
.plan-btn {
  margin-top: auto;
}
.savings-badge {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.savings-badge.show {
  opacity: 1;
}
/* User menu styles */
.user-menu {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .user-menu {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  /* Override desktop styles for mobile */
  .cid-tJS6tZXiPa {
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: none !important;
    display: flex !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: white !important;
    overflow: visible !important;
  }

  .cid-tJS6tZXiPa .navbar {
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
  }

  .cid-tJS6tZXiPa .container {
    height: 50px !important;
    min-height: 50px !important;
    max-height: none !important;
    padding: 0 16px !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important;
    overflow: visible !important;
  }

  .cid-tJS6tZXiPa .navbar-buttons {
    padding: 16px 24px !important;
    text-align: left !important;
    border-top: 1px solid #eee !important;
    margin-top: 8px !important;
    height: auto !important;
    display: block !important;
  }

  .cid-tJS6tZXiPa .user-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
    height: auto !important;
  }

  /* Ensure hamburger button is clickable */
  .cid-tJS6tZXiPa .navbar-toggler {
    z-index: 1001 !important;
    position: relative !important;
    cursor: pointer !important;
    border: none !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

  .popular-plan {
    transform: none;
  }

  .main-content {
    margin-top: 0;
  }

  /* Remove body spacer under fixed header */
  body {
    padding-top: 0 !important;
  }

  /* Video Modal Mobile Styles */
  .video-modal-backdrop {
    padding: 5px !important;
    align-items: flex-start !important; /* Position at top instead of center */
    padding-top: 20px !important; /* Add some space from top */
  }

  .video-modal-content {
    margin: 0 !important;
    padding: 10px !important;
    width: calc(100vw - 10px) !important;
    max-width: calc(100vw - 10px) !important;
    max-height: calc(100vh - 40px) !important;
    min-height: auto !important;
    margin-top: 0 !important;
  }

  .video-modal-content h3 {
    font-size: 1.1rem !important;
    margin-bottom: 10px !important;
    padding-right: 35px !important;
  }

  .video-container {
    padding-bottom: 60% !important; /* Slightly taller aspect ratio for mobile */
  }

  /* Mobile fallback button styles */
  .video-container button {
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    min-height: 44px; /* iOS touch target size */
    min-width: 120px;
  }
}
/* Video Modal Styles */
.video-modal-backdrop {
  z-index: 9999 !important;
}
.video-modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
  z-index: 10000 !important;
  display: block !important;
  visibility: visible !important;
}
.video-container {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}
/* Error and loading states */
.error-message {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 12px;
  border-radius: 4px;
  margin: 10px 0;
}
.success-message {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 12px;
  border-radius: 4px;
  margin: 10px 0;
}
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Custom styles for the React version */
/* Header navigation text color overrides */
.navbar-nav .nav-link,
.navbar-caption,
.dropdown-item {
  color: #000000 !important;
}
/* Ensure all navigation text is black */
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  color: #000000 !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  color: #000000 !important;
}
.cid-tJS6tZXiPa .dropdown-menu .dropdown-item {
  color: #000000 !important;
}
/* Remove custom navigation overrides - let original CSS handle it */
/* Fix dropdown menu positioning */
.dropdown-menu {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.dropdown {
  position: relative;
}
.dropdown-item {
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  font-size: 1rem !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
  text-decoration: none;
}
/* Ensure dropdown arrow appears */
.dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* Fix dropdown button styling */
.dropdown-toggle {
  border: none !important;
  background: transparent !important;
}
.dropdown-toggle:hover {
  background: transparent !important;
  border: none !important;
}
.dropdown-toggle:focus {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
/* Navbar brand styling */
.navbar-caption {
  font-weight: 500;
}
/* Fix asset loading issues by ensuring paths work */
.mbr-iconfont {
  font-family: 'Mobirise2', monospace;
}
/* Login page specific styling */
.login-header {
  background-color: #f8f9fa;
  padding: 1rem 0;
}
/* Popup styling for login page */
.popup {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 90%;
}
.popup h2 {
  margin-bottom: 1rem;
  color: #333;
}
.popup h5 {
  margin-bottom: 1rem;
  color: #666;
  font-weight: normal;
}
.popup .form-control {
  margin-bottom: 1rem;
}
/* Asset loading fallbacks */
.socicon {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* Fix mobile hamburger menu - enhanced */
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 1px;
}
/* Ensure proper header background and positioning */
.menu.cid-tJS6tZXiPa {
  background: white !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}
/* Ensure proper mobile header positioning */
@media (max-width: 767px) {
  .menu.cid-tJS6tZXiPa {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  }

  /* Add top padding to main content on mobile to account for fixed header */
  .main-content {
    padding-top: 0 !important;
  }

  /* Login page tune: keep compact spacing below fixed header on mobile */
  .login-page .main-content {
    padding-top: 48px !important;
  }

  /* Ensure no extra spacing after header */
  .main-content > *:first-child {
    margin-top: 0 !important;
  }

  /* Remove any body padding that might create extra space */
  body {
    padding-top: 0 !important;
  }
}
/* Remove body padding on larger screens */
@media (min-width: 768px) {
  body {
    padding-top: 0;
  }

  .main-content {
    padding-top: 0 !important;
  }

  /* Login page tune: desktop header is shorter here; reduce extra whitespace */
  .login-page .main-content {
    padding-top: 100px !important;
  }
}
/* Remove any accidental top margin on first section in login page */
.login-page .main-content > *:first-child {
  margin-top: 0 !important;
}
/* Force compact top spacing for login form section */
.login-page #form02-44 {
  margin-top: 0 !important;
  padding-top: 8px !important;
}
@media (max-width: 767px) {
  .login-page #form02-44 {
    padding-top: 40px !important;
  }
}
/* Ensure proper spacing */
.navbar-nav .nav-item {
  margin: 0 0.5rem;
}
.navbar-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.me-2 {
  margin-right: 0.5rem !important;
}
/* Fix dropdown positioning in navbar */
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu.show {
  display: block;
}
/* Custom caret arrow */
.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #562405; /* brand brown */
  transition: transform 0.3s ease;
}
.arrow.open {
  transform: rotate(180deg);
  margin-top: 2px;
}
/* Hide default bootstrap dropdown caret so only custom arrow shows */
.nav-item.dropdown > .dropdown-toggle::after {
  display: none !important;
}
/* Enhanced dropdown hover area for better usability - ONLY for Learn More dropdown */
.nav-item.dropdown {
  position: relative;
}
/* Create invisible bridge between dropdown trigger and menu - ONLY for Learn More dropdown */
.nav-item.dropdown::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
  z-index: 999;
}
/* Enhanced dropdown menu styling for better accessibility - ONLY for Learn More dropdown */
.nav-item.dropdown .dropdown-menu {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.nav-item.dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* Make dropdown items more touchable/clickable - ONLY for Learn More dropdown */
.nav-item.dropdown .dropdown-item {
  padding: 12px 16px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  transition: background-color 0.2s ease;
}
.account-verification-container {
  background: #f8f9fa;
  border-top: 6px solid #000000; /* Updated to match header text color */
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Ensure HubSpot chat widget is visible above all other elements */
#hubspot-conversations-iframe,
.hs-conversations-widget-iframe,
.widget-align-right,
.hs-conversations-widget,
.hs-button,
.hs-chat-button,
div[data-test-id='chat-widget'],
div[data-test-id='chat-widget-button'] {
  z-index: 99999 !important;
  position: fixed !important;
}
/* Hide scroll-to-top elements and HubSpot chat on mobile to prevent Safari rendering artifacts */
@media (max-width: 767px) {
  .mbr-arrow-up,
  #scrollToTop,
  .scroll-to-top {
    display: none !important;
  }

  /* Temporarily hide HubSpot chat on mobile to test if it's causing the line artifact */
  #hubspot-conversations-iframe,
  .hs-conversations-widget-iframe,
  .widget-align-right,
  .hs-conversations-widget,
  .hs-button,
  .hs-chat-button,
  div[data-test-id='chat-widget'],
  div[data-test-id='chat-widget-button'] {
    display: none !important;
  }

  /* Additional Safari mobile fixes to prevent rendering artifacts */
  * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* Disable webkit overflow scrolling that can cause artifacts */
  .table-responsive,
  .table-responsive-sm,
  .table-responsive-md,
  .table-responsive-lg,
  .table-responsive-xl,
  .table-responsive-xxl {
    -webkit-overflow-scrolling: auto !important;
  }

  /* Hide any border artifacts on mobile */
  * {
    border-image: none !important;
  }

  /* iOS Safari specific fixes */
  body {
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow-x: hidden;
  }

  /* Prevent iOS Safari bouncing - MOBILE ONLY */
  @media (max-width: 767px) {
    html,
    body {
      height: 100%;
      overflow-x: hidden;
      position: relative;
    }

    /* Fix iOS Safari viewport issues */
    .App {
      min-height: 100vh;
      min-height: -webkit-fill-available;
      overflow-x: hidden;
    }
  }

  /* Improve touch targets for iOS */
  button,
  .btn,
  a {
    min-height: 44px;
    min-width: 44px;
    touch-action: manipulation;
  }

  /* Prevent zoom on iOS Safari form inputs */
  input,
  select,
  textarea {
    font-size: 16px !important;
    transform: translateZ(0);
  }
}
/* Fix any potential overlay issues */
.hs-conversations-widget {
  bottom: 20px !important;
  right: 20px !important;
}
/* Ensure React components don't interfere */
.App,
.app-layout,
.main-content {
  position: relative;
  z-index: auto;
}
/* Fix dropdown z-index to be lower than HubSpot */
.dropdown-menu {
  z-index: 1050 !important;
}
/* Fix navbar z-index and positioning issues */
.navbar-fixed-top {
  z-index: 1000 !important;
}
/* Ensure page content buttons remain clickable */
.solutions-page .btn,
.solutions-page a.btn,
.hero-cta .btn,
.final-cta-section .btn,
.cta-buttons .btn {
  position: relative !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}
/* Force button links to be clickable */
.btn-primary-large,
.btn-primary,
a[href='/signup'] {
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}
/* Ensure reCAPTCHA appears above HubSpot chat widget */
#recaptcha-container,
.grecaptcha-badge,
div[data-sitekey],
iframe[src*='recaptcha'],
div[style*='position: fixed'][style*='bottom'],
.recaptcha-container {
  z-index: 999999 !important;
  position: relative !important;
}
/* Override any reCAPTCHA positioning issues */
.g-recaptcha,
.g-recaptcha > div,
.grecaptcha-badge {
  z-index: 999999 !important;
}
/* ErrorModal CSS for better mobile support */
body.modal-open {
  overflow: hidden;
  position: relative;
}
/* Force scroll restoration on desktop and mobile */
body:not(.modal-open) {
  overflow: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
}
/* Desktop-specific fix for stubborn modal states */
@media (min-width: 768px) {
  body:not(.modal-open) {
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    position: static !important;
  }

  html:not(.modal-open) {
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }
}
/* Ensure modal works on all device sizes */
@media (max-width: 480px) {
  .error-modal {
    padding: 15px !important;
  }

  .error-modal > div {
    padding: 20px !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
/* ========== GLOBAL BROWN TEXT TO BLACK OVERRIDES ========== */
/* Change brown text to black throughout the entire website */
.page-content,
.mbr-section-title,
.mbr-section-title strong,
.mbr-text,
.mbr-section-maintext,
.mbr-section-subtitle,
.display-2,
.display-2 strong,
.display-5,
.display-7,
.panel-text,
.panel-text strong {
  color: #000000 !important;
}
/* Ensure all headings and paragraphs are black throughout the website */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  color: #000000 !important;
}
/* Override any brown text colors specifically */
.mbr-fonts-style,
.mbr-fonts-style strong,
.mbr-fonts-style p,
.mbr-fonts-style h1,
.mbr-fonts-style h2,
.mbr-fonts-style h3,
.mbr-fonts-style h4,
.mbr-fonts-style h5,
.mbr-fonts-style h6 {
  color: #000000 !important;
}
/* Preserve white text in specific sections */
.coming-soon-section h1,
.coming-soon-section h2,
.coming-soon-section h3,
.coming-soon-section h4,
.coming-soon-section h5,
.coming-soon-section h6,
.coming-soon-section p,
.coming-soon-section span,
.coming-soon-section div {
  color: white !important;
}
/* Preserve white text in buttons */
.btn-action-green span,
.btn-action-green p,
.btn-action-green div,
.hero-signup-btn span,
.hero-signup-btn p,
.hero-signup-btn div,
.bottom-signup-btn span,
.bottom-signup-btn p,
.bottom-signup-btn div,
button.btn-action-green span,
button.btn-action-green p,
button.btn-action-green div,
a.btn-action-green span,
a.btn-action-green p,
a.btn-action-green div {
  color: white !important;
}
/* ========== GREEN ACTION BUTTONS ========== */
/* Action buttons (Get Started, Sign Up) should be green */
.btn-action,
.btn-action:hover,
.btn-action:focus,
.btn-action:active {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
}
.btn-action:hover {
  background-color: #1e5f04 !important;
  border-color: #1e5f04 !important;
}
/* Specific button styling for Get Started buttons */
.btn-get-started {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
}
.btn-get-started:hover {
  background-color: #1e5f04 !important;
  border-color: #1e5f04 !important;
  color: white !important;
}
/* Specific button styling for Sign Up buttons */
.btn-signup {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
}
.btn-signup:hover {
  background-color: #1e5f04 !important;
  border-color: #1e5f04 !important;
  color: white !important;
}
/* Header green sign up button */
.btn-signup-green {
  background-color: #2c8b07 !important;
  border-color: #2c8b07 !important;
  color: white !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  min-height: auto !important;
}
.btn-signup-green:hover {
  background-color: #3bbc09 !important;
  border-color: #3bbc09 !important;
  color: white !important;
}
/* Auth buttons container for header */
.auth-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  position: relative;
  min-width: 140px;
  margin-top: -8px;
}
.login-link-container {
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-top: -4px;
}
/* Ensure header accommodates the auth buttons - increase height */
.navbar-buttons {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
/* Increase overall navbar height for desktop */
.navbar-expand-lg {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
/* DESKTOP HEADER FIX - Prevent vertical layout from Google Ads */
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-expand-lg {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .cid-tJS6tZXiPa .navbar-collapse {
    flex-direction: row !important;
    flex-basis: auto !important;
  }

  .cid-tJS6tZXiPa .navbar-nav {
    flex-direction: row !important;
    margin-left: auto !important;
  }

  .cid-tJS6tZXiPa .navbar-buttons {
    flex-direction: row !important;
    margin-left: auto !important;
  }
}
/* Mobile responsive for auth buttons */
@media (max-width: 991px) {
  .auth-buttons-container {
    width: 100%;
    padding: 0 1rem;
    flex-direction: column;
    gap: 8px;
  }

  .login-link-container {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
  }

  .navbar-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 90px;
    align-items: center;
    height: auto;
    flex-direction: column;
  }

  /* Ensure mobile header overrides work properly */
  .cid-tJS6tZXiPa .navbar-buttons {
    padding: 16px 24px !important;
    text-align: left !important;
    border-top: 1px solid #eee !important;
    margin-top: 8px !important;
    height: auto !important;
    display: block !important;
    flex-direction: column !important;
  }

  .navbar-expand-lg {
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  .auth-buttons-container {
    min-width: 140px;
  }

  .navbar-buttons {
    flex-direction: row;
    height: 100%;
    padding: 0;
  }

  .user-menu {
    height: 100%;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-direction: row;
  }

  /* Override Mobirise specific classes for desktop */
  .cid-tJS6tZXiPa .navbar {
    display: flex;
    align-items: center;
    min-height: 90px;
  }

  .cid-tJS6tZXiPa .container {
    display: flex;
    align-items: center;
    min-height: 90px;
  }

  .cid-tJS6tZXiPa .navbar-collapse {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .cid-tJS6tZXiPa .navbar-buttons {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .cid-tJS6tZXiPa .user-menu {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
/* Hero section padding override - Account for fixed header on desktop */
section.header8.cid-unTb8VgIKT,
.header8.cid-unTb8VgIKT,
.cid-unTb8VgIKT {
  padding-top: 8rem !important; /* Increased to create proper separation from header */
  padding-bottom: 2rem !important; /* Reduced to save space on mobile */
  margin-top: 0 !important; /* Remove margin to eliminate white gap */
}
/* Mobile hero section adjustments */
@media (max-width: 767px) {
  section.header8.cid-unTb8VgIKT,
  .header8.cid-unTb8VgIKT,
  .cid-unTb8VgIKT {
    padding-top: 0.5rem !important; /* Minimal padding to eliminate bubble */
    padding-bottom: 1.5rem !important;
    margin-top: 56px !important; /* offset for fixed mobile header */
  }
}
/* Make hero title smaller on desktop */
.cid-unTb8VgIKT .mbr-section-title {
  font-size: 2.8rem !important; /* Smaller than default display-2 */
  line-height: 1.2 !important;
  text-align: center !important; /* Center the title */
}
/* Hero buttons styling */
.hero-buttons-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 2rem !important;
}
.hero-button-wrapper {
  width: 100% !important;
  max-width: 300px !important;
  display: flex !important;
  justify-content: center !important;
}
.hero-signup-btn-link {
  width: 100% !important;
  text-decoration: none !important;
}
.hero-signup-btn {
  width: 100% !important;
  padding: 18px 32px !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}
.hero-video-btn {
  width: 100% !important;
  padding: 12px 24px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  background: transparent !important;
  border: none !important; /* Remove border/outline */
  border-radius: 0 !important; /* Remove rounded border */
  color: #6c757d !important;
  transition: all 0.3s ease !important;
  text-decoration: underline !important; /* Simple underline instead */
}
.hero-video-btn:hover {
  background: transparent !important;
  color: #495057 !important;
  border: none !important;
  text-decoration: none !important;
}
.hero-video-btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
/* Solution Cards Styling */
.solution-card {
  background: white !important;
  border-radius: 12px !important;
  padding: 2rem 1.5rem !important;
  text-align: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e9ecef !important;
  transition: all 0.3s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.solution-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  border-color: #2c8b07 !important;
}
.checkmark-icon {
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, #2c8b07 0%, #34a853 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 1.5rem !important;
  box-shadow: 0 4px 12px rgba(44, 139, 7, 0.3) !important;
}
.solution-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 1rem !important;
  line-height: 1.3 !important;
}
.solution-text {
  font-size: 0.95rem !important;
  color: #666 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-unTb8VgIKT .mbr-section-title {
    font-size: 2.4rem !important; /* Smaller for tablet */
  }

  section.header8.cid-unTb8VgIKT,
  .header8.cid-unTb8VgIKT,
  .cid-unTb8VgIKT {
    padding-top: 3rem !important; /* Moderate padding for tablet */
    padding-bottom: 2rem !important;
    margin-top: 0 !important; /* Remove extra margin */
  }

  .hero-button-wrapper {
    max-width: 280px !important;
  }

  .hero-signup-btn {
    padding: 16px 28px !important;
    font-size: 1.1rem !important;
  }

  .hero-video-btn {
    padding: 10px 20px !important;
    font-size: 0.95rem !important;
  }

  /* Solution cards responsive - tablet */
  .solution-card {
    padding: 1.5rem 1.25rem !important;
  }

  .checkmark-icon {
    width: 45px !important;
    height: 45px !important;
    font-size: 1.3rem !important;
    margin-bottom: 1.25rem !important;
  }

  .solution-title {
    font-size: 1rem !important;
  }

  .solution-text {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 576px) {
  .cid-unTb8VgIKT .mbr-section-title {
    font-size: 1.6rem !important; /* Smaller for mobile */
    line-height: 1.3 !important;
    margin-bottom: 1rem !important; /* Reduce bottom margin */
  }

  section.header8.cid-unTb8VgIKT,
  .header8.cid-unTb8VgIKT,
  .cid-unTb8VgIKT {
    padding-top: 1rem !important; /* Minimal padding on mobile */
    padding-bottom: 1rem !important; /* Minimal bottom padding */
    margin-top: 56px !important; /* keep space for fixed header */
  }

  .cid-unTb8VgIKT .mbr-text {
    font-size: 0.9rem !important; /* Smaller subtitle text */
    margin-bottom: 1rem !important; /* Reduce bottom margin */
  }

  .hero-buttons-container {
    margin-top: 1rem !important; /* Reduce top margin */
    gap: 8px !important; /* Smaller gap between buttons */
  }

  .hero-button-wrapper {
    max-width: 220px !important; /* Smaller button width */
  }

  .hero-signup-btn {
    padding: 12px 20px !important; /* Smaller padding */
    font-size: 0.95rem !important; /* Smaller font */
  }

  .hero-video-btn {
    padding: 6px 12px !important; /* Smaller padding */
    font-size: 0.85rem !important; /* Smaller font */
  }

  /* Solution cards responsive - mobile */
  .solution-card {
    padding: 1.25rem 1rem !important;
    margin-bottom: 1rem !important;
  }

  .checkmark-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
  }

  .solution-title {
    font-size: 0.95rem !important;
    margin-bottom: 0.75rem !important;
  }

  .solution-text {
    font-size: 0.85rem !important;
  }
}
@media (max-width: 400px) {
  .cid-unTb8VgIKT .mbr-section-title {
    font-size: 1.4rem !important; /* Even smaller title */
    margin-bottom: 0.5rem !important;
  }

  section.header8.cid-unTb8VgIKT,
  .header8.cid-unTb8VgIKT,
  .cid-unTb8VgIKT {
    padding-top: 0.5rem !important; /* Minimal padding for tiny screens */
    padding-bottom: 0.5rem !important;
    margin-top: 56px !important; /* keep space for fixed header */
  }

  .cid-unTb8VgIKT .mbr-text {
    font-size: 0.85rem !important; /* Smaller subtitle */
    margin-bottom: 0.5rem !important;
  }

  .hero-buttons-container {
    margin-top: 0.5rem !important; /* Minimal margin */
    gap: 6px !important;
  }

  .hero-button-wrapper {
    max-width: 200px !important;
  }

  .hero-signup-btn {
    padding: 10px 16px !important;
    font-size: 0.9rem !important;
  }

  .hero-video-btn {
    padding: 4px 8px !important;
    font-size: 0.8rem !important;
  }

  /* Solution cards responsive - extra small mobile */
  .solution-card {
    padding: 1rem 0.75rem !important;
  }

  .checkmark-icon {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.1rem !important;
    margin-bottom: 0.75rem !important;
  }

  .solution-title {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
  }

  .solution-text {
    font-size: 0.8rem !important;
  }
}
/* Hero section content adjustments for no image */
.cid-unTb8VgIKT .content-wrapper {
  justify-content: center !important;
}
.cid-unTb8VgIKT .col-lg-7 {
  max-width: 80% !important;
  flex: 0 0 80% !important;
}
@media (max-width: 992px) {
  .cid-unTb8VgIKT .col-lg-7 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* Alison's Story section styling */
.cid-unTtnvqJXv .image-wrapper img {
  max-width: 420px !important; /* Increased from 350px */
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  margin: 0 auto !important;
  display: block !important;
}
.cid-unTtnvqJXv .image-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 2rem !important;
}
@media (max-width: 992px) {
  .cid-unTtnvqJXv .image-wrapper img {
    max-width: 360px !important; /* Increased from 300px */
  }
}
@media (max-width: 576px) {
  .cid-unTtnvqJXv .image-wrapper img {
    max-width: 300px !important; /* Increased from 250px */
  }

  .cid-unTtnvqJXv .image-wrapper {
    margin-top: 1rem !important;
  }
}
/* Fraud Statistics Section Styling */
.cid-umdRwaK2uy {
  background-image: url('/assets/images/mbr-3-1920x1280.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 5rem 0 !important;
  position: relative !important;
}
.fraud-statistics {
  margin: 2rem 0 !important;
  position: relative !important;
  z-index: 2 !important;
}
.fraud-stats-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fraud-stats-list li {
  position: relative !important;
  margin-bottom: 2rem !important;
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  color: #2c3e50 !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 12px !important;
  padding: 2rem 2rem 2rem 4rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  border-left: 5px solid #27ae60 !important;
  backdrop-filter: blur(3px) !important;
}
.fraud-stats-list li:last-child {
  margin-bottom: 0 !important;
}
.fraud-stats-list li:before {
  content: '✓' !important;
  position: absolute !important;
  left: 1.5rem !important;
  top: 2rem !important;
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  background: #27ae60 !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}
/* Enhanced title styling for older adults */
.cid-umdRwaK2uy .mbr-section-title {
  color: #2c3e50 !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8) !important;
  position: relative !important;
  z-index: 2 !important;
}
/* Mobile responsiveness for fraud statistics */
@media (max-width: 768px) {
  .fraud-stats-list li {
    font-size: 1.2rem !important;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem !important;
  }

  .fraud-stats-list li:before {
    width: 28px !important;
    height: 28px !important;
    font-size: 1.2rem !important;
    left: 1rem !important;
    top: 1.5rem !important;
  }

  .cid-umdRwaK2uy .mbr-section-title {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 576px) {
  .cid-umdRwaK2uy {
    padding: 3rem 0 !important;
  }

  .fraud-stats-list li {
    font-size: 1rem !important;
    padding: 1.2rem 1rem 1.2rem 3rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important;
  }

  .fraud-stats-list li:before {
    width: 24px !important;
    height: 24px !important;
    font-size: 1rem !important;
    left: 0.8rem !important;
    top: 1.2rem !important;
  }

  .cid-umdRwaK2uy .mbr-section-title {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem !important;
  }

  .fraud-statistics {
    margin: 1.5rem 0 !important;
  }
}
@media (max-width: 480px) {
  .fraud-stats-list li {
    font-size: 0.95rem !important;
    padding: 1rem 0.8rem 1rem 2.8rem !important;
    border-radius: 8px !important;
  }

  .fraud-stats-list li:before {
    width: 20px !important;
    height: 20px !important;
    font-size: 0.9rem !important;
    left: 0.6rem !important;
    top: 1rem !important;
  }

  .cid-umdRwaK2uy .mbr-section-title {
    font-size: 1.6rem !important;
  }

  .cid-umdRwaK2uy {
    padding: 2rem 0 !important;
  }
}
/* Bottom Signup CTA Section Styling */
.bottom-signup-cta {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  padding: 4rem 0 !important;
  /* Hide border on mobile Safari to prevent rendering artifacts */
}
/* Hide the border-top on mobile devices to prevent Safari line artifacts */
@media (min-width: 769px) {
  .bottom-signup-cta {
    border-top: 1px solid #dee2e6 !important;
  }
}
.bottom-cta-title {
  color: #2c3e50 !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
}
.bottom-cta-text {
  color: #6c757d !important;
  font-size: 1.3rem !important;
  margin-bottom: 2.5rem !important;
  line-height: 1.6 !important;
}
.bottom-cta-button-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.bottom-signup-btn {
  background: #2c8b07 !important;
  color: #ffffff !important;
  padding: 1.2rem 3rem !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: 0 6px 20px rgba(44, 139, 7, 0.3) !important;
  transition: all 0.3s ease !important;
  border: 3px solid transparent !important;
  display: inline-block !important;
}
/* Ensure bottom signup button text is white */
.bottom-signup-btn span,
.bottom-signup-btn p,
.bottom-signup-btn div {
  color: #ffffff !important;
}
.bottom-signup-btn:hover {
  background: #3bbc09 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(44, 139, 7, 0.4) !important;
  text-decoration: none !important;
}
.bottom-signup-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.25) !important;
  text-decoration: none !important;
}
/* Mobile responsiveness for bottom signup CTA */
@media (max-width: 768px) {
  .bottom-signup-cta {
    padding: 3rem 0 !important;
  }

  .bottom-cta-title {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }

  .bottom-cta-text {
    font-size: 1.1rem !important;
    margin-bottom: 2rem !important;
  }

  .bottom-signup-btn {
    padding: 1rem 2.5rem !important;
    font-size: 1.1rem !important;
  }
}
@media (max-width: 480px) {
  .bottom-cta-title {
    font-size: 1.7rem !important;
  }

  .bottom-signup-btn {
    padding: 0.9rem 2rem !important;
    font-size: 1rem !important;
  }
}
