/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'General Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-electric-blue: #2959E0;
    --color-cherry: #ED1F45;
    --color-bubblegum: #ED78A6;
    --color-soft-pink: #FAD1E3;
    --color-off-black: #030213;
    --color-muted: #717182;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 980px) {
      max-width: 980px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@layer base {
  *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-off-black);
    background: white;
    overflow-x: hidden;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.2;
  }
  h2 {
    text-transform: uppercase;
  }
}
@layer components {
  .site-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-54.4%) translateY(-50%);
    z-index: 5;
    pointer-events: none;
    width: 75vw;
  }
  .logo-full {
    width: 100%;
    height: auto;
    clip-path: inset(0 var(--lcr, 0%) 0 var(--lcl, 0%));
    transition: clip-path 0.35s ease-out;
  }
}
@layer components {
  .floating-buttons {
    position: fixed;
    top: 1.75rem;
    right: 2rem;
    z-index: 300;
    transition: transform 0.3s ease;
  }
  .floating-buttons.-hidden {
    transform: translateY(-200%);
  }
  .navigation-menu {
    position: fixed;
    right: -6rem;
    top: calc(50% + 10rem);
    transform: rotate(90deg) translateX(-50%);
    z-index: 100;
  }
  .navigation-menu ul, .navigation-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
  }
  .navigation-menu li, .navigation-social li {
    display: inline;
  }
  .navigation-menu .menu-item a {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navigation-menu .menu-item a {
    color: var(--color-bubblegum);
  }
  .navigation-menu .menu-item a:hover {
    opacity: 0.75;
  }
  .navigation-social {
    position: fixed;
    left: -2rem;
    bottom: 1rem;
    transform: rotate(-90deg) translateX(50%);
    z-index: 100;
  }
  .navigation-social .menu-item a {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-bubblegum);
  }
  .navigation-social .menu-item a:hover {
    opacity: 0.75;
  }
}
@layer components {
  .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
  }
  .btn-primary {
    background-color: var(--color-cherry);
    color: white;
  }
  .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgb(41 89 224 / 0.3);
    color: white;
  }
  .btn-secondary {
    background-color: var(--color-cherry);
    color: white;
  }
  .btn-secondary:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgb(237 31 69 / 0.3);
    color: white;
  }
  .btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@layer components {
  .hero {
    min-height: 100vh;
    background: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .hero-bg-icon {
    position: absolute;
    width: 24rem;
    height: 24rem;
    opacity: 0.05;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero-bg-icon-left {
    top: 2.5rem;
    left: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%23ED78A6'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%23ED78A6'/%3E%3C/svg%3E");
  }
  .hero-bg-icon-right {
    bottom: 2.5rem;
    right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%232959E0'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%232959E0'/%3E%3C/svg%3E");
  }
}
@layer components {
  .instagram {
    padding-top: 200px;
    padding-bottom: 5rem;
    background: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .instagram #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    margin-top: calc(-240px + 24px) !important;
  }
  .instagram .sbi_photo {
    pointer-events: none;
  }
  .instagram .sbi_photo svg, .instagram #sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: none !important;
  }
  .section-bg-icon {
    position: absolute;
    width: 16rem;
    height: 16rem;
    opacity: 0.05;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-bg-icon-right {
    top: 2.5rem;
    right: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%23ED78A6'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%23ED78A6'/%3E%3C/svg%3E");
  }
  .section-bg-icon-left-bottom {
    bottom: 2.5rem;
    left: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%232959E0'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%232959E0'/%3E%3C/svg%3E");
  }
  .section-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  .section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .section-title {
    font-size: 3rem;
    color: var(--color-electric-blue);
    font-weight: 600;
  }
  .section-title-center {
    text-align: center;
    font-size: 3rem;
    color: var(--color-cherry);
    font-weight: 600;
    margin-bottom: 4rem;
  }
  .instagram-icon {
    color: var(--color-electric-blue);
  }
  .instagram-handle {
    font-size: 1.25rem;
    color: var(--color-cherry);
  }
  .instagram-feed-wrapper {
    margin-bottom: 3rem;
  }
  .instagram-cta {
    text-align: center;
  }
}
@layer components {
  .pricing {
    padding: 5rem 0;
    background-color: var(--color-soft-pink);
    position: relative;
    overflow: hidden;
    z-index: 10;
  }
  .pricing-bg-icon {
    position: absolute;
    top: 5rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    opacity: 0.1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%23ED78A6'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%23ED78A6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pricing-grid {
    display: grid;
    gap: 3rem;
    position: relative;
    z-index: 10;
  }
  .pricing-card {
    background: white;
    padding: 2rem;
  }
  .pricing-category {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .pricing-category:has(+ .pricing-category-desc) {
    margin-bottom: 0.5rem;
  }
  .pricing-category-desc {
    color: var(--color-muted);
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
  }
  .pricing-category-blue {
    color: var(--color-electric-blue);
  }
  .pricing-category-pink {
    color: var(--color-bubblegum);
  }
  .pricing-category-red {
    color: var(--color-cherry);
  }
  .pricing-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
  }
  .pricing-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .pricing-info {
    flex: 1;
  }
  .pricing-name {
    font-weight: 500;
  }
  .pricing-subtitle {
    font-size: 0.875rem;
    color: var(--color-muted);
    margin-top: 0.25rem;
  }
  .pricing-price {
    font-weight: 500;
    font-size: 1.125rem;
    white-space: nowrap;
  }
  .pricing-unite {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .pricing-price-blue {
    color: var(--color-electric-blue);
  }
  .pricing-price-pink {
    color: var(--color-bubblegum);
  }
  .pricing-price-red {
    color: var(--color-cherry);
  }
}
@layer components {
  .team {
    padding: 5rem 0 4rem;
    background: var(--color-off-black);
    position: relative;
    overflow: hidden;
    z-index: 10;
  }
  .team-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .team-title {
    font-size: 3rem;
    font-weight: 600;
    color: white;
    line-height: 1;
  }
  .team-nav {
    display: flex;
    gap: 0.625rem;
    padding-bottom: 0.125rem;
  }
  .team-btn {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .team-btn:hover {
    background: var(--color-electric-blue);
    border-color: var(--color-electric-blue);
  }
  .team-slider-outer {
    padding-left: max(1rem, calc((100vw - 1200px) / 2 + 1rem));
  }
  .team-card {
    position: relative;
    display: block;
  }
  .team-photo {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
  }
  .team-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, #030213 0%, rgba(3, 2, 19, 0.5) 35%, transparent 65% );
    pointer-events: none;
  }
  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.7s ease;
    display: block;
  }
  .team-card:hover .team-photo img {
    transform: scale(1.05);
  }
  .team-info {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 2;
  }
  .team-name {
    font-size: 1.375rem;
    font-weight: 600;
    color: white;
    line-height: 1.2;
    margin-bottom: 0.3rem;
  }
  .team-specialite {
    font-size: 0.6875rem;
    color: var(--color-bubblegum);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}
.team-slider .splide__pagination {
  position: static !important;
  bottom: auto !important;
  padding: 1.75rem 0 0 !important;
  justify-content: flex-start !important;
  gap: 0.5rem !important;
}
.team-slider .splide__pagination__page {
  background: rgba(255, 255, 255, 0.18) !important;
  width: 2rem !important;
  height: 2px !important;
  border-radius: 1px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: background 0.25s ease, width 0.3s ease !important;
}
.team-slider .splide__pagination__page.is-active {
  background: var(--color-electric-blue) !important;
  width: 4rem !important;
  transform: none !important;
}
@layer components {
  .contact {
    padding: 5rem 0;
    background: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 10;
  }
  .contact-bg-icon {
    position: absolute;
    width: 20rem;
    height: 20rem;
    opacity: 0.05;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contact-bg-icon-left {
    top: -5rem;
    left: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%232959E0'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%232959E0'/%3E%3C/svg%3E");
  }
  .contact-bg-icon-right {
    bottom: -5rem;
    right: -5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 894.78 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.12 224.48H884.58V336.72H212.37C149.1 336.72 102.16 383.66 102.16 446.93C102.16 510.2 149.09 556.12 212.37 556.12H874.37V668.37H212.37C149.1 668.37 102.16 715.3 102.16 778.58C102.16 841.86 149.09 887.76 212.37 887.76H894.78V1000H0.12V224.48Z' fill='%23ED78A6'/%3E%3Cpath d='M884.58 0H0.12V112.24H884.58V0Z' fill='%23ED78A6'/%3E%3C/svg%3E");
  }
  .contact-logo {
    max-width: 32rem;
    margin: 0 auto 3rem;
  }
  .contact-logo svg {
    width: 100%;
    height: auto;
  }
  .contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 42rem;
    margin: 0 auto 3rem;
    text-align: left;
  }
  .contact-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .contact-item a {
    color: var(--color-off-black);
    transition: color 0.2s ease;
  }
  .contact-item a:hover {
    color: var(--color-electric-blue);
  }
  .contact-icon {
    color: var(--color-electric-blue);
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  .hours-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 0.25rem;
  }
  .hours-row:last-child {
    margin-bottom: 0;
  }
  .contact-cta {
    text-align: center;
  }
}
@layer components {
  .footer {
    padding: 2rem 0;
    background-color: var(--color-electric-blue);
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .footer-logo {
    width: 3rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
  }
  .footer p {
    font-size: 0.875rem;
  }
  .footer .nijo-polarfox {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
  }
}
@media (max-width: 980px) {
  .instagram #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    margin-top: calc(-112px + 24px) !important;
  }
  .instagram #sb_instagram #sbi_images .sbi_item {
    padding: 4px !important;
  }
}
@media (max-width: 768px) {
  .navigation-menu {
    display: none;
  }
  .navigation-social {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: rotate(0) translateX(-50%);
    white-space: nowrap;
  }
  .navigation-social.-hidden {
    transform: translateY(-150%) translateX(-50%);
  }
  .floating-buttons {
    right: 1rem;
  }
  .hero {
    padding: 4rem 0;
  }
  .instagram {
    padding-top: 0;
  }
  .instagram #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
    margin-top: calc(-72px + 24px) !important;
  }
  .instagram #sb_instagram #sbi_images .sbi_item {
    padding: 4px !important;
  }
  .section-title, .section-title-center {
    font-size: 2rem;
  }
  .contact-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  .section-title, .section-title-center {
    font-size: 1.75rem;
  }
  .pricing-category {
    font-size: 1.5rem;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-off-black: #FAD1E3;
    --color-muted: #9d8fa1;
  }
  body {
    background: #030213;
    color: var(--color-off-black);
  }
  .hero {
    background: #030213;
  }
  .instagram {
    background: #030213;
  }
  .pricing {
    background-color: #0d0b1f;
  }
  .pricing-card {
    background: #13102e;
  }
  .pricing-item {
    border-bottom-color: rgb(250 209 227 / 0.1);
  }
  .contact {
    background: #030213;
  }
  .contact-item a {
    color: var(--color-soft-pink);
  }
  .contact-item a:hover {
    color: var(--color-bubblegum);
  }
  .btn-primary:hover {
    box-shadow: 0 4px 20px rgb(41 89 224 / 0.5);
  }
  .btn-secondary:hover {
    box-shadow: 0 4px 20px rgb(237 31 69 / 0.5);
  }
  .navigation-menu .menu-item:nth-child(1) a {
    color: var(--color-soft-pink);
  }
  .navigation-menu .menu-item:nth-child(2) a {
    color: var(--color-bubblegum);
  }
  .navigation-menu .menu-item:nth-child(3) a {
    color: var(--color-cherry);
  }
  .navigation-social .menu-item a {
    color: var(--color-soft-pink);
  }
  .team {
    background: #030213;
  }
  .section-title {
    color: var(--color-soft-pink);
  }
  .section-title-center {
    color: var(--color-cherry);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
