/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
}
header {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 50;
}
.top {
  position: relative;
  z-index: 50;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #E1E1E1;
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 4);
}
.container {
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
  padding-inline: calc(var(--spacing) * 4);
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 8);
}
.wp-block-navigation {
  width: 100%;
}
.wp-block-navigation-item {
  color: var(--color-black);
  -webkit-transition: color .3s;
  transition: color .3s;
  &:hover {
    color: var(--color-primary);
  }
}
.header-menu {
  margin-inline: calc(var(--spacing) * 8);
  width: 100%;
}
.header-menu ul {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}
.header-menu li:not(:last-child) {
  margin-right: calc(var(--spacing) * 8);
}
.dark-link {
  color: var(--color-black);
  text-decoration-line: none;
}
.header-buttons {
  display: flex;
  min-width: 180px;
}
.button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  --tw-border-style: none;
  border-style: none;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.button-style-border {
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: #0CAFB0;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 2.5);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.button-style-border__text {
  font-size: calc(.00125 * 100vw + 12.6px);
  line-height: 1.2;
  color: #333;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.button-style-border__text:not(:last-child) {
  margin-right: calc(var(--spacing) * 2.5);
}
.button-style-border__text:not(:first-child) {
  margin-left: calc(var(--spacing) * 2.5);
}
.button-style-border__svg {
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  fill: #333;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.button-style-border:not(.active):hover {
  border-color: #0CAFB0;
}
.button-style-border:not(.active):hover .button-style-border__text {
  color: #0CAFB0;
}
.button-style-border:not(.active):hover .button-style-border__svg {
  fill: #0CAFB0;
}
@media (max-width: 768px) {
  .header-menu {
    display: none;
  }
  .header-buttons {
    display: none;
  }
  .mobile-menu-open {
    display: block;
  }
}
@media (min-width: 769px) {
  .mobile-menu-open {
    display: none;
  }
}
.footer {
  background-color: #272727;
}
.footer__caption {
  margin-bottom: 15px;
  display: block;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #11C5C6;
  font-size: calc(.00187 * 100vw + 14.4px);
  line-height: calc(.00375 * 100vw + 16.8px);
}
.footer-top {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #484848;
  padding: calc(.01562 * 100vw + 10px) 0;
}
.footer-top__wrap {
  display: flex;
  justify-content: space-between;
}
.footer-menu-wrap {
  width: calc(1/2 * 100%);
  max-width: 480px;
}
.footer-middle-menu {
  color: var(--color-white);
  column-count: 2;
  column-gap: calc(.05 * 100vw + 4px);
  display: contents;
}
.footer-middle-menu li:not(:last-child) {
  margin-bottom: calc(.00313 * 100vw + 7px);
}
.footer-middle-menu .link {
  display: inline-block;
  font-size: calc(.00125 * 100vw + 12.6px);
  line-height: calc(.00125 * 100vw + 15.6px);
}
.footer-middle {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #484848;
  padding: calc(.01562 * 100vw + 10px) 0;
}
.footer-middle__wrap {
  display: flex;
}
.footer-middle__left {
  margin-right: calc(var(--spacing) * 2.5);
  flex-shrink: 0;
  padding-right: calc(var(--spacing) * 2.5);
  width: calc(.10776 * 100vw + 93.10345px);
}
.footer-middle__right {
  width: 100%;
}
.footer-contacts {
  display: flex;
  justify-content: space-between;
  padding-right: calc(var(--spacing) * 4);
}
.footer-contact__phone {
  margin-bottom: 7px;
  display: block;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-size: calc(.00187 * 100vw + 14.4px);
  line-height: calc(.00375 * 100vw + 16.8px);
}
.footer-contact__address {
  color: var(--color-white);
  font-size: calc(.00125 * 100vw + 12.6px);
  line-height: calc(.00125 * 100vw + 15.6px);
}
.footer-bottom__wrap {
  display: flex;
  min-height: 70px;
  align-items: center;
}
.footer-bottom-content {
  --tw-tracking: calc(0.01em * -1);
  letter-spacing: calc(0.01em * -1);
  font-size: calc(.00125 * 100vw + 11.6px);
  line-height: calc(.00125 * 100vw + 14.6px);
}
.footer-bottom-text {
  margin-right: 30px;
  color: #BDBDBD;
}
.footer-bottom-link {
  text-decoration-line: underline;
}
.white-link {
  color: var(--color-white);
  text-decoration-line: none;
}
.white-link:hover {
  color: #11C5C6;
}
.color-primary {
  color: #11C5C6;
}
.made-by {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.made-by__text {
  margin-right: 5px;
  font-size: calc(.00125 * 100vw + 11.6px);
  line-height: calc(.00125 * 100vw + 14.6px);
}
.made-by__svg {
  height: 21px;
  width: 101px;
  fill: #BDBDBD;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.made-by:hover .made-by__text {
  color: #0CAFB0;
}
.made-by:hover .made-by__svg {
  fill: #0CAFB0;
}
@media (max-width: 767px) {
  .footer-menu ul {
    column-count: 1;
  }
  .footer-middle-menu {
    flex-direction: column;
  }
  .footer-contacts {
    flex-direction: column;
  }
  .footer-contact {
    padding-right: calc(var(--spacing) * 0);
  }
  .footer-contact:not(:last-child) {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .footer-bottom__wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-block: calc(var(--spacing) * 5);
  }
  .footer-bottom__text {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .footer-bottom__text.link {
    margin-left: calc(var(--spacing) * 0);
  }
  .made-by {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (max-width: 991px) {
  .footer-top__wrap {
    flex-direction: column;
  }
  .footer-menu-wrap {
    width: 100%;
    max-width: 100%;
  }
  .footer-menu-wrap:not(:last-child) {
    margin-bottom: 25px;
  }
  .footer-menu ul {
    column-count: 3;
  }
  .footer-middle__wrap {
    flex-direction: column;
  }
  .footer-middle__left {
    margin-right: calc(var(--spacing) * 0);
    margin-bottom: 25px;
    width: 100%;
    padding-right: calc(var(--spacing) * 0);
  }
  .footer-middle-menu {
    display: flex;
    justify-content: space-between;
  }
}
.section-main-screen {
  position: relative;
  @media (width >= 40rem) {
    padding-top: calc(0.03125 * 100vw + 20px);
  }
  @media (width >= 40rem) {
    padding-bottom: calc(0.05875 * 100vw + 27.2px);
  }
  & picture {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: calc(10 * -1);
    display: flex;
    align-items: center;
    justify-content: center;
    & img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
}
.section-main-screen__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (width >= 40rem) {
    max-width: calc(0.325 * 100vw + 176px);
  }
  @media (width >= 40rem) {
    align-items: flex-start;
  }
  @media (width >= 40rem) {
    padding-bottom: 110px;
  }
  & h1 {
    text-align: center;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #333;
    @media (width >= 40rem) {
      text-align: left;
    }
    font-size: calc(.01875 * 100vw + 24px);
    line-height: calc(.01875 * 100vw + 34px);
    margin-bottom: calc(.0125 * 100vw + 26px);
  }
}
.section-main-screen__button {
  padding: calc(.00313 * 100vw + 15px) calc(.00625 * 100vw + 18px);
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.main-advantages {
  display: flex;
  flex-direction: column;
  @media (width >= 64rem) {
    flex-direction: row;
  }
  margin-bottom: calc(0.02187 * 100vw + 38px);
}
.main-advantage {
  display: flex;
  width: 100%;
  align-items: center;
  @media (width >= 64rem) {
    width: auto;
  }
  &:not(:last-child) {
    margin-bottom: calc(var(--spacing) * 5);
    @media (width >= 64rem) {
      margin-right: calc(0.0625 * 100vw - 45px);
    }
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
.main-advantage__svg {
  flex-shrink: 0;
  fill: #11C5C6;
  width: calc(.00625 * 100vw + 38px);
  height: calc(.00625 * 100vw + 38px);
  margin-right: calc(.00375 * 100vw + 7.8px);
}
.main-advantage__text {
  max-width: 150px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #333;
  font-size: calc(.00187 * 100vw + 12.4px);
  line-height: calc(.0025 * 100vw + 17.2px);
}
.section-advantages {
  background-color: var(--color-white);
  padding: calc(.0125 * 100vw + 26px) 0;
}
.section-advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(var(--spacing) * 8);
}
.section-advantages__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  @media (width >= 40rem) {
    width: auto;
  }
}
.section-advantages__icon-wrap {
  margin-right: 15px;
  margin-bottom: calc(var(--spacing) * 0);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  @media (width >= 40rem) {
    margin-right: calc(var(--spacing) * 0);
  }
  @media (width >= 40rem) {
    margin-bottom: 15px;
  }
  width: calc(.00625 * 100vw + 38px);
  height: calc(.00625 * 100vw + 38px);
}
.section-advantages__icon {
  display: block;
  height: 100%;
  width: 100%;
  fill: #11C5C6;
}
.section-advantages__text {
  text-align: left;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #333;
  @media (width >= 40rem) {
    text-align: center;
  }
  font-size: calc(.00187 * 100vw + 12.4px);
  line-height: calc(.0025 * 100vw + 17.2px);
}
.section-advantages__text br {
  display: none;
  @media (width >= 40rem) {
    display: block;
  }
}
.section-service {
  background-color: #F0F0F0;
  padding: calc(.0375 * 10vw + 28px) 0;
}
.service-cards-container {
  display: grid;
  gap: calc(var(--spacing) * 4);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 80rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.service-card {
  position: relative;
  z-index: 0;
  margin: 15px;
  display: flex;
  min-height: 15rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  &:before {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: calc(10 * -1);
    border-radius: var(--radius-md);
    background-color: var(--color-white);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-content: '';
    content: var(--tw-content);
    right: 20px;
    bottom: 20px;
  }
  &:hover {
    cursor: pointer;
    &:before {
      background-color: rgba(17,197,198,0.7);
      color: var(--color-white);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
}
.service-card__img {
  margin-left: auto;
  display: block;
  height: 175px;
  max-height: 70%;
  width: 270px;
  max-width: 70%;
}
.service-card__img img {
  display: block;
  width: 100%;
}
.service-card__title {
  display: block;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #333;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  font-size: calc(.00125 * 100vw + 17.6px);
  line-height: calc(.00125 * 100vw + 23.6px);
  padding-left: calc(.00313 * 100vw + 14px);
  padding-top: calc(.00313 * 100vw + 19px);
  padding-right: calc(var(--spacing) * 20);
}
.section-plan-works {
  padding-block: calc(0.0125 * 100vw + 16px);
}
.section-plan-works__title {
  display: block;
  text-align: left;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #333;
  @media (width >= 40rem) {
    text-align: center;
  }
  font-size: calc(.00875 * 100vw + 15.2px);
  line-height: calc(.00875 * 100vw + 19.2px);
  margin-bottom: calc(.0125 * 100vw + 21px);
}
.plan-works {
  margin-inline: calc(15px * -1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan-works-step {
  position: relative;
  margin-inline: 15px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  @media (width >= 40rem) {
    width: calc(20% - 30px);
  }
  @media (width >= 40rem) {
    flex-direction: column;
  }
}
.plan-works-step:not(:last-child) {
  margin-bottom: 15px;
  @media (width >= 40rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.plan-works-step__img {
  margin-right: calc(var(--spacing) * 2.5);
  display: block;
  @media (width >= 40rem) {
    margin-right: calc(var(--spacing) * 0);
  }
  @media (width >= 40rem) {
    margin-bottom: calc(var(--spacing) * 5);
  }
  width: calc(.02813 * 100vw + 66px);
  height: calc(.02813 * 100vw + 66px);
}
.plan-works-step__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.plan-works-step__title {
  text-align: left;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #333;
  @media (width >= 40rem) {
    text-align: center;
  }
  font-size: calc(.00187 * 100vw + 14.4px);
  line-height: calc(.0025 * 100vw + 19.2px);
}
.plan-works-step-dots {
  position: absolute;
  display: none;
  @media (width >= 40rem) {
    display: flex;
  }
  top: 70px;
  left: calc(100% - 20px);
}
.plan-works-step-dots__item {
  height: calc(var(--spacing) * 1.5);
  width: calc(var(--spacing) * 1.5);
  border-radius: calc(infinity * 1px);
  background-color: #11C5C6;
}
.plan-works-step-dots__item:not(:last-child) {
  margin-right: calc(var(--spacing) * 2.5);
}
.plan-works-step-dots__item:nth-child(1) {
  opacity: 20%;
}
.plan-works-step-dots__item:nth-child(2) {
  opacity: 40%;
}
.plan-works-step-dots__item:nth-child(3) {
  opacity: 60%;
}
.plan-works-step-dots__item:nth-child(4) {
  opacity: 80%;
}
@media (max-width: 991px) {
  .plan-works-step:nth-child(3) .plan-works-step-dots {
    display: none;
  }
}
.section-callback-form {
  padding-top: calc(0.0125 * 100vw + 16px);
  padding-bottom: calc(0.0375 * 100vw + 28px);
}
.section-form__wrap {
  padding: 20px 170px 28px 0;
  position: relative;
}
.section-form__pattern {
  background-image: url(./assets/images/pattern.png);
  background-size: 22px 22px;
  background-position: -7.5px -7.5px;
  background-repeat: repeat;
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}
.section-form__pattern--left {
  width: 248px;
  height: 117px;
  left: -123px;
  top: -18px;
}
.section-form__pattern--right {
  width: 248px;
  height: 183px;
  right: -49px;
  bottom: -12px;
}
.callback-form-img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
}
.callback-form-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.callback-form {
  background: #11c5c6;
  border-radius: 5px;
  padding: calc(0.0125 * 100vw + 26px) calc(0.025 * 100vw + 12px);
}
.callback-form__title {
  font-weight: 600;
  font-size: calc(0.01125 * 100vw + 20.4px);
  line-height: calc(0.0075 * 100vw + 27.6px);
  color: #fff;
  display: block;
  margin-bottom: calc(0.00625 * 100vw + 8px);
}
.callback-form__text {
  font-size: calc(0.00313 * 100vw + 12px);
  line-height: calc(0.00375 * 100vw + 16.8px);
  color: #fff;
  display: block;
  margin-bottom: calc(0.00937 * 100vw + 22px);
}
.callback-form__fields {
  display: flex;
  align-items: flex-start;
  max-width: 620px;
  margin-bottom: 6px;
}
.callback-form__item {
  width: 100%;
  position: relative;
}
.callback-form__item:not(:last-child) {
  margin-right: 10px;
}
.callback-form__button {
  height: 100%;
  min-height: 50px;
  width: 100%;
}
.callback-form.loading * {
  opacity: 0.8;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.personal {
  font-size: 13px;
  line-height: 17px;
  color: #333;
}
.personal a {
  color: #222;
  text-decoration: underline;
}
.personal a:hover {
  color: var(--color-black);
  text-decoration-line: underline;
}
.field {
  width: 100%;
  min-height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  & label {
    font-size: 18px;
    color: #c0c0c0;
    position: absolute;
    pointer-events: none;
    top: 15px;
    left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  & input {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    padding-left: 20px;
    color: #333;
    padding-top: 10px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    &:hover, &:focus {
      border-color: #11c5c6;
    }
    &:focus ~ label, &:valid ~ label {
      font-size: 13px;
      line-height: 15px;
      top: 2px;
    }
  }
  & textarea {
    resize: none;
    height: 100px;
    padding-top: 18px;
  }
  & .eye {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 13px;
    fill: #aaa;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    &:hover, &.active {
      fill: #11c5c6;
    }
    & .open {
      fill: #11c5c6;
    }
  }
  & input.error {
    border-color: #e44640;
  }
  &.error input {
    border-color: #e44640;
    border-width: 2px;
  }
}
.button-black-fill {
  background-color: #272727;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: calc(0.00125 * 100vw + 12.6px);
  line-height: 1.2;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  & svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  &:hover {
    background-color: #404040;
  }
  &:focus {
    background-color: #404040;
  }
}
@media (max-width: 575px) {
  .callback-form {
    border-radius: 0;
  }
}
.callback-form-container {
  .hidden {
    display: none;
  }
  .flex {
    display: flex;
  }
  .fixed {
    position: fixed;
  }
  .inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .bg-black\/50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bg-white {
    background-color: #fff;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .max-w-md {
    max-width: 28rem;
  }
  .w-11\/12 {
    width: 91.666667%;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .font-semibold {
    font-weight: 600;
  }
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .field-error {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #dc2626;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
    z-index: 60;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
  }
  .field-error::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent #dc2626 transparent transparent;
  }
  .field-error.active {
    visibility: visible;
    opacity: 1;
  }
  .input-error {
    border-color: #dc2626 !important;
    outline-color: #dc2626;
  }
}
.callback-form__button {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .callback-form__button {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .section-form {
    padding-bottom: 0;
  }
  .section-form__pattern {
    display: none;
  }
  .section-form .container {
    max-width: 100%;
    padding: 0;
  }
  .section-form {
    padding-bottom: 0;
  }
  .section-form__pattern {
    display: none;
  }
  .section-form .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .section-form__wrap {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .callback-form-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .callback-form__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .callback-form__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.service-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.service-modal--open {
  display: flex;
}
.service-modal__dialog {
  border-radius: 0.25rem;
  padding: calc(var(--spacing) * 6);
  padding-top: calc(var(--spacing) * 4);
  position: relative;
  max-width: 500px;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 55px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  .form-block {
    padding: calc(var(--spacing) * 0);
  }
}
.service-modal__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  margin: 0 0 16px;
}
.service-modal__title-text {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #000000;
}
.service-modal__close {
  border-radius: calc(infinity * 1px);
  color: var(--color-black);
  width: 44px;
  height: 44px;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.service-modal__close:hover, .service-modal__close:focus-visible {
  background: rgba(0, 0, 0, 0.1);
}
body.service-modal-open {
  overflow: hidden;
}
@media (max-width: 575px) {
  .service-modal__dialog {
    padding: 24px 16px 16px;
    border-radius: 16px;
  }
  .service-modal__close {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
:root {
  --color-primary: #0cafb0;
  --color-white: #fff;
  --color-black: #333;
  --border-radius: 5px;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4, p {
  line-height: normal;
  margin: 0;
  padding: 0;
}
button:focus, input:focus, textarea:focus {
  outline: 0;
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover, a:focus {
  color: #11c5c6;
  text-decoration: none;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-site-blocks {
  height: 100%;
  display: flex;
  flex-direction: column;
}
main.wp-block-group {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
footer.wp-block-template-part {
  flex-shrink: 0;
}
.dark-link {
  color: var(--color-black);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  &:hover {
    color: var(--color-primary);
  }
}
.container {
  max-width: calc(0.13889 * 100vw + 933.33333px);
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  &.font-size-large {
    font-size: x-large;
  }
}
.button-style-fill {
  background-color: #11c5c6;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  & svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
}
.button-style-fill[disabled] {
  background-color: #77c5c6;
}
.button-style-fill__text {
  font-weight: 600;
  font-size: calc(0.00125 * 100vw + 12.6px);
  line-height: 1.2;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.button-style-fill__text:not(:last-child) {
  margin-right: 10px;
}
.button-style-fill__text:not(:first-child) {
  margin-left: 10px;
}
.button-style-fill:hover {
  background-color: #0cafb0;
}
.button-style-fill[disabled]:hover {
  background-color: #77c5c6;
}
.button-style-fill:focus {
  background-color: #0cafb0;
}
.button-style-fill .clicked {
  transition: fill 0.3s;
  background-color: #fff;
}
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: calc(0.0125 * 100vw + 16px) calc(0.00625 * 100vw + 18px) calc(0.0125 * 100vw + 16px) calc(0.0125 * 100vw + 16px);
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
}
.form-block__bg {
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.form-block__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.form-block__right {
  width: calc(0.05 * 100vw + 204px);
  padding-left: calc(0.0125 * 100vw + 16px);
}
.form-block__left {
  width: calc(100% - (0.05 * 100vw + 204px));
}
.form-block__title {
  font-weight: 600;
  font-size: calc(0.00875 * 100vw + 15.2px);
  line-height: calc(0.00875 * 100vw + 19.2px);
  color: #fff;
  display: block;
  margin-bottom: 12px;
}
.form-block__text {
  font-size: calc(0.00125 * 100vw + 13.6px);
  line-height: calc(0.0025 * 100vw + 17.2px);
  color: #fff;
}
.form-block__button {
  width: 100%;
  height: 50px;
}
.form-block .field {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .container {
    max-width: calc(0.88636 * 100vw + 36.36364px);
  }
}
ol.wp-block-list {
  list-style-position: inside;
  list-style-type: decimal;
}
ul.wp-block-list {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 4);
}
.wp-block-list li {
  margin-bottom: calc(var(--spacing) * 2);
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 180px;
}
.contact {
  position: relative;
  margin: 0;
  padding-right: 40px;
  overflow: hidden;
}
.contact--top-border {
  border-top: 1px solid #e1e1e1;
  .contact__wrapper {
    padding-top: 25px;
  }
}
.contact--bottom-border {
  border-bottom: 1px solid #e1e1e1;
  .contact__wrapper {
    padding-bottom: 25px;
  }
}
.contact__title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.2;
}
.contact__text {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.contact__tel {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact__tel:hover {
  color: #11c5c6;
}
.contact__arrow {
  background-color: #eaf8f7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  opacity: 0 !important;
}
.contact__arrow svg {
  width: 15px;
  height: 10px;
  fill: #11c5c6;
}
.contact:hover .contact__arrow {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .contact {
    padding: 20px;
  }
  .contact__title {
    font-size: 20px;
  }
}
.social-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
}
.social-link {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #11c5c6;
  margin-top: 30px;
}
.social-link svg {
  width: 21px;
  height: 12px;
  fill: #fff;
}
.section-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  background-color: #f6f8fa;
  padding: 14px 0;
  & .wp-block-group {
    width: 100%;
  }
}
.wp-block-x3p0-breadcrumbs {
  margin-right: auto !important;
  margin-left: auto !important;
  color: #bdbdbd;
  ol a {
    color: #bdbdbd;
    text-decoration-line: underline;
  }
  ol a:hover {
    text-decoration-line: none;
  }
}
.wp-block-navigation__responsive-container.is-menu-open {
  padding: calc(var(--spacing) * 4);
  .wp-block-navigation-item {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
#yamap0 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .social-links {
    gap: 12px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
  .social-link svg {
    width: 18px;
    height: 18px;
  }
}
.nano-service-order-status__iframe {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.nano-service-order-status__iframe iframe {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  border: 0;
}
@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;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-tracking: initial;
      --tw-content: "";
    }
  }
}
