/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@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-blue-600: oklch(54.6% 0.245 262.881);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 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;
  }
  :-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;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-content-between {
    place-content: space-between;
  }
  .place-content-center {
    place-content: center;
  }
  .place-content-end {
    place-content: end;
  }
  .place-content-start {
    place-content: start;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-end {
    place-items: end;
  }
  .place-items-start {
    place-items: start;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .overflow-visible {
    overflow: visible;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
}
:root {
  --twm--padding: 0;
  --twm--grid-gap: 0;
  --twm--text-color: #0a4d92;
  --twm--text-color-2: #012b53;
  --twm--text-color-3: #ffffff;
  --twm--text-color-4: #b3e5ff;
  --twm--background-color: #e8f1fa;
  --twm--background-color-2: #012b53;
  --twm--background-color-3: #b3e5ff;
  --twm--footer-background-color: #000a14;
  --twm--footer-color: #e8f1fa;
  --twm--button-background: #d4e7ff;
  --twm--button-border-color: #2a4c7c;
  --twm--font-family: "Wix Madefor Display", Arial, Helvetica, sans-serif;
  --twm--border-radius: 40px;
  --twm--border-inner-radius: 30px;
  --twm--button-border-width: 2px;
  --twm--button-border-radius: 100px;
  --twm--section-gallery-columns: 4;
  --twm--grid-views-columns: 4;
  --twm--line-height: 1.5;
  --twm--margin-1: calc(var(--spacing) * 1);
  --twm--margin-2: calc(var(--spacing) * 2);
  --twm--margin-3: calc(var(--spacing) * 3);
  --twm--margin-4: calc(var(--spacing) * 4);
  --twm--margin-5: calc(var(--spacing) * 5);
  --twm--grid-views-card-image-height: 200px;
}
html, body {
  padding: 0;
  margin: 0;
}
body {
  font-family: var(--twm--font-family);
  font-size: 16px;
  line-height: var(--twm--line-height);
}
main {
  flex-grow: 1;
}
.site-header {
  grid-area: 1 / 1 / 2 / 2;
}
header {
  background-color: white;
  z-index: 1;
}
.text-color-1 {
  color: var(--twm--text-color) !important;
}
.text-color-2 {
  color: var(--twm--text-color-2) !important;
}
.text-color-3 {
  color: var(--twm--text-color-3) !important;
}
.text-color-4 {
  color: var(--twm--text-color-4) !important;
}
.header-container {
  column-gap: 0;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: calc(100% - 16px - 16px);
  background-color: white;
  align-items: center;
}
.header-container > * {
  flex: 490 1 0%;
  left: 0;
  margin-bottom: var(--twm--padding);
  margin-top: var(--twm--padding);
  min-width: 0;
  position: relative;
  top: 0;
}
.header-container img.logo {
  width: 72px;
}
.header-container h1.logo-title {
  font-size: 32px;
}
.header-container nav > ul > li {
  display: inline-block;
}
.header-container nav > ul > li a {
  color: var(--twm--text-color);
  display: inline-block;
  padding: 0 10px;
  transition: color 0.4s ease 0s;
  font-size: 18px;
}
.header-container nav > ul > li a:hover {
  color: var(--twm--text-color-2);
}
.twm-hero > .wp-block-cover__inner-container {
  position: absolute;
  bottom: 16px;
  width: 100%;
  padding: 0 16px;
}
.twm-background-gradient {
  display: block;
  background-image: radial-gradient(1200px 600px at 50% 6%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.96) 40%, rgba(255,255,255,0.92) 60%, rgba(0,0,0,0.02) 100%), radial-gradient(900px 380px at 40% 30%, rgba(255,255,255,1) 0%, rgba(250,251,252,1) 30%, rgba(245,248,250,1) 60%, rgba(245,248,250,0) 100%), radial-gradient(600px 350px at 10% 95%, rgba(191,239,255,0.85) 0%, rgba(191,239,255,0.55) 25%, rgba(191,239,255,0.15) 50%, rgba(191,239,255,0) 80%), linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(199,240,255,0.25) 65%, rgba(199,240,255,0.12) 80%, rgba(255,255,255,0) 100%);
  background-blend-mode: normal, screen, screen, normal;
  -webkit-backdrop-filter: blur(0.6px);
  backdrop-filter: blur(0.6px);
}
.twm-burger-button {
  height: 20px;
  margin-left: auto;
  position: relative;
  width: 22px;
  z-index: 999;
}
.twm-burger-button > span {
  background-color: #000;
  border-radius: 2px;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .25s ease-in-out;
  width: 100%;
  display: inline-block;
}
.twm-burger-button.opened > span:nth-child(1) {
  transform: translateY(10px) translateY(-50%) rotate(-45deg);
}
.twm-burger-button.opened > span:nth-child(2) {
  opacity: 0;
}
.twm-burger-button.opened > span:nth-child(3) {
  transform: translateY(-10px) translateY(50%) rotate(45deg);
}
.twm-burger-menu {
  background-color: #fff;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
}
.twm-burger-menu.opened {
  transform: translateY(0);
  opacity: 1;
}
.twm-burger-menu li {
  padding: 20px 0;
}
.twm-title-h1 {
  font-size: 92px;
  padding: 0;
  margin: 0;
}
.twm-title-h2 {
  font-size: 70px;
  color: var(--twm--text-color);
  font-style: italic;
  padding: 0;
  margin: 0;
}
.twm-title-h2.not-italic {
  font-style: normal;
}
.twm-title-h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.twm-grid-views {
  width: 100%;
  display: grid;
  --twm--grid-gap: 20px;
  gap: var(--twm--grid-gap);
  grid-template-columns: repeat(var(--twm--grid-views-columns), minmax(0, 1fr));
}
.twm-grid-views a:has(.twm-grid-views-card) {
  color: inherit;
}
.twm-grid-views-card-image-container {
  height: var(--twm--grid-views-card-image-height);
  max-height: var(--twm--grid-views-card-image-height);
  width: 100%;
  border-radius: var(--twm--border-inner-radius);
  background-color: var(--twm--background-color-2);
  overflow: hidden;
}
.twm-grid-views-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twm-grid-views-card-title {
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.twm-grid-views-card-description {
  font-size: 18px;
  text-decoration: none;
}
.twm-product-card {
  padding: 62px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.twm-product-card:last-child {
  border-bottom: none;
}
section {
  color: var(--twm--text-color);
  background-color: var(--twm--background-color);
  overflow: hidden;
  font-size: 33px;
}
.twm-section-extra-bottom-gap {
  margin-bottom: 62px;
}
section.twm-section-white {
  --twm--background-color: #fff;
}
section.twm-section-full {
  margin-bottom: 0;
}
section.twm-section-colored {
  --twm--background-color: var(--twm--background-color-2);
}
section.twm-section-transparent {
  --twm--background-color: transparent;
}
section.twm-section-rounded {
  border: 0;
  border-radius: var(--twm--border-radius);
}
section.twm-section-indented {
  --twm--padding: 32px;
  margin-top: var(--twm--padding);
  margin-left: var(--twm--padding);
  margin-right: var(--twm--padding);
}
section.twm-section-padded:not(.twm-section-2-columns), section.twm-section-2-columns.twm-section-padded > div {
  padding: 42px;
}
section.twm-section-2-columns.twm-section-2-columns-reverse > div {
  flex-direction: row-reverse;
}
section.twm-section-2-columns > div {
  column-gap: calc(var(--twm--padding) * 2);
}
section.twm-section-2-columns > div > div:last-child {
  justify-items: end;
}
section.twm-section-2-columns.twm-section-2-columns-reverse > div > div:last-child {
  justify-items: start;
}
section.twm-section-2-columns .twm-section-2-columns-title {
  font-size: 20px;
  font-style: italic;
  color: var(--twm--text-color);
}
section.twm-section-2-columns img {
  border-radius: var(--twm--border-inner-radius);
}
section.twm-footer-section, section.twm-footer-area {
  background: unset;
}
section.twm-section-gallery .twm-section-gallery-container {
  --twm--grid-gap: 20px;
  display: grid;
  gap: var(--twm--grid-gap);
  grid-template-columns: repeat(var(--twm--section-gallery-columns), minmax(0, 1fr));
}
section.twm-section-gallery .twm-section-gallery-container figure.wp-block-image {
  margin: 0;
}
.twm-section-gallery-container.twm-section-gallery-rounded figure img {
  border-radius: var(--twm--border-inner-radius);
}
.twm-section-gallery-container .wp-block-image a {
  height: 100%;
}
.twm-section-gallery-container figure img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.twm-section-single-service-container, .twm-section-single-product-container, .twm-section-service-listing-container, .twm-section-product-listing-container {
  max-width: 960px;
  margin: 0 auto;
  font-size: 22px;
}
.twm-section-single-product-container .wp-block-list {
  list-style: initial;
  padding-inline-start: revert;
}
.twm-single-product-header h1.twm-title-h1 {
  font-size: 46px;
}
.twm-product-card-header h3 {
  font-size: 26px;
}
a.twm-link-button, input.twm-button {
  background-color: var(--twm--button-background);
  color: var(--twm--button-border-color);
  border-color: var(--twm--button-border-color);
  border-width: var(--twm--button-border-width);
  border-radius: var(--twm--button-border-radius);
  font-size: 24px;
  padding: 16px 34px;
  display: inline-block;
}
.twm-image {
  border-radius: var(--twm--border-radius);
  overflow: hidden;
}
footer.twm-footer {
  font-size: 14px;
  font-family: var(--twm--font-family);
  line-height: 1.9;
  grid-area: 4 / 1 / 5 / 2;
  background-color: #000;
  color: #fff;
  padding: 20px 16px;
}
footer.twm-footer > section.twm-footer-section {
  background: #000;
}
footer.twm-footer a, footer.twm-footer p {
  color: #fff;
}
.twm-footer-area {
  font-size: 14px;
}
.twm-footer .twm-title-h1 {
  font-size: 32px;
}
.twm-compact {
  margin: 0 !important;
  padding: 0 !important;
}
.twm-product-card-footer .twm-link-button {
  padding: 5px 10px;
  font-size: 20px;
}
form.wpcf7-form:has(.twm-contact-form) {
  max-width: 1024px;
  margin: 0 auto;
  background: var(--twm--background-color-2);
  color: var(--twm--text-color-3);
  padding: 40px;
  border-radius: var(--twm--border-radius);
  font-size: initial;
  margin-top: 64px;
}
.twm-contact-form-row {
  display: flex;
  flex-wrap: wrap;
}
.twm-contact-form textarea {
  width: 100%;
}
.twm-contact-form input:not([type=submit]), .twm-contact-form textarea, .twm-contact-form select {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 10px;
  max-width: 100%;
}
.twm-contact-form input.twm-button {
  font-size: 20px;
  padding: 6px;
  min-width: 120px;
}
.twm-contact-form-action-row > p {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  margin-top: 10px;
}
.twm-contact-form-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--twm--text-color-3);
}
select.wpcf7-select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  margin-right: 20px;
  min-width: 200px;
  max-width: 100%;
}
.wpcf7-form-control-wrap:has(.wpcf7-select-wrapper)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="%236B7280" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.twm-section-single-product-container p, .twm-section-single-service-container p {
  margin: revert;
  padding: revert;
}
@media (max-width: 768px) {
  .twm-title-h1, .twm-single-product-header h1.twm-title-h1 {
    font-size: 36px;
  }
  .twm-title-h2 {
    font-size: 32px;
  }
  .twm-title-h3 {
    font-size: 20px;
  }
  .header-container > * {
    flex: auto 1;
  }
  .header-container img.logo {
    width: 48px;
  }
  .header-container h1.logo-title {
    font-size: 18px;
  }
  section {
    font-size: 19px;
  }
  section > .twm-grid-views, section.twm-section-gallery .twm-section-gallery-container {
    grid-template-columns: auto;
    --twm--grid-gap: 12px;
  }
  section > .twm-grid-views .twm-grid-views-card-image {
    width: 100%;
  }
  section > .twm-grid-views .twm-grid-views-card-title {
    font-size: 22px;
  }
  section > .twm-grid-views .twm-grid-views-card-description {
    font-size: 16px;
  }
  section.twm-section-2-columns > div {
    flex-direction: column-reverse;
  }
  section.twm-section-2-columns .twm-section-2-columns-title {
    margin: 12px 0;
  }
  section.twm-section-2-columns.twm-section-2-columns-reverse > div {
    flex-direction: column-reverse;
  }
  section.twm-section-indented {
    --twm--padding: 16px;
  }
  section:not(.twm-section-2-columns).twm-section-padded, section.twm-section-2-columns.twm-section-padded > div {
    padding: 20px;
  }
  .twm-section-extra-bottom-gap {
    margin-bottom: 32px;
  }
  a.twm-link-button, .twm-link-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .twm-footer-section, .twm-footer-section section {
    font-size: 14px;
  }
  .twm-footer-section {
    row-gap: 20px;
  }
  .twm-footer-section .twm-title-h1 {
    font-size: 24px;
  }
  .twm-section-service-listing-container, .twm-section-single-service-container, .twm-section-product-listing-container, .twm-section-single-product-container {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
  .twm-product-card {
    padding: 32px 0;
  }
  form.wpcf7-form:has(.twm-contact-form) {
    border-radius: 0;
    padding: 16px;
  }
  .twm-contact-form-row {
    display: block;
  }
  .twm-contact-form-title {
    font-size: 30px;
  }
  section.twm-section-extra-bottom-gap:has(.twm-contact-form) {
    margin-bottom: 0;
  }
  form.wpcf7-form:has(.twm-contact-form) .twm-contact-form-row > div {
    padding: 0;
  }
}
@media (max-width: 820px) {
  footer, footer section {
    font-size: 14px;
  }
  .twm-section-product-listing-container, .twm-section-single-product-container {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
  form.wpcf7-form:has(.twm-contact-form) {
    border-radius: 0;
    padding: 16px;
    margin-top: 20px;
  }
  section.twm-section-extra-bottom-gap:has(.twm-contact-form) {
    margin-bottom: 0;
  }
  .twm-contact-form-row > div:first-child {
    padding-right: 16px;
  }
  .twm-contact-form-row > div:nth-child(2) {
    padding-left: 16px;
  }
}
