.elementor-kit-6{--e-global-color-primary:#171717;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#EAD6D8;--e-global-color-accent:#F4F2F0;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1.5px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.25px;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8px;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2px;background-color:#F4F2F0;font-size:18px;font-weight:400;line-height:1.8px;letter-spacing:0px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:250ms;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#171717;font-size:16px;font-weight:600;line-height:1px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#171717;border-radius:999px 999px 999px 999px;padding:16px 32px 16px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#000000;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#F4F2F0;}.elementor-kit-6 a{color:#171717;}.elementor-kit-6 a:hover{color:#EAD6D8;}.elementor-kit-6 h1{font-size:64px;font-weight:600;line-height:1.5px;letter-spacing:0.5px;}.elementor-kit-6 h2{font-size:46px;font-weight:600;}.elementor-kit-6 h3{font-size:28px;font-weight:600;line-height:1.3px;}.elementor-kit-6 h4{font-size:22px;font-weight:500;line-height:1.35px;}.elementor-kit-6 h5{font-size:18px;font-weight:500;}.elementor-kit-6 h6{font-size:15px;font-weight:600;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{color:#171717;background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EAD6D8;border-radius:14px 14px 14px 14px;transition:0.25ms;padding:14px 16px 14px 16px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:#171717;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#171717;--lightbox-ui-color:#000000;--lightbox-ui-color-hover:#EAD6D8;--lightbox-navigation-icons-size:26px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:28px;--container-default-padding-bottom:0px;--container-default-padding-left:28px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:38px;}.elementor-kit-6 h2{font-size:32px;line-height:1.2em;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}
/* Start custom CSS */html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #F4F2F0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #171717;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.elementor-button,
button,
input[type="submit"],
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  transition: all 0.25s ease;
}

.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

input,
textarea,
select {
  border-radius: 14px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(23, 23, 23, 0.45);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #171717 !important;
  box-shadow: 0 0 0 3px rgba(234, 214, 216, 0.55);
}

a:focus-visible,
button:focus-visible,
.elementor-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(23, 23, 23, 0.35);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 16px;
  border-top-color: #171717;
  background: #FFFFFF;
  color: #171717;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #171717;
}

.woocommerce-error::before {
  color: #171717;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */