.elementor-kit-10{--e-global-color-primary:#7D1840;--e-global-color-secondary:#FFFBF8;--e-global-color-text:#2D2D2D;--e-global-color-accent:#7D1840;--e-global-color-3fd7eac:#FFFFFF;--e-global-color-2024187:#DB1856;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:1.25em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:600;--e-global-typography-c06033f-font-size:2.5rem;--e-global-typography-c06033f-font-weight:600;--e-global-typography-c06033f-line-height:1em;--e-global-typography-a7f9c86-font-size:2rem;--e-global-typography-a7f9c86-font-weight:600;--e-global-typography-a7f9c86-line-height:1em;--e-global-typography-6c749a1-font-size:1.75rem;--e-global-typography-6c749a1-line-height:1em;--e-global-typography-66771b5-font-size:1.5rem;--e-global-typography-66771b5-line-height:1em;--e-global-typography-512a8cb-font-size:1.25rem;--e-global-typography-38e02c1-font-size:1rem;--e-global-typography-38e02c1-line-height:1em;background-color:var( --e-global-color-secondary );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:36px 36px 36px 36px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{color:var( --e-global-color-primary );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Button */
.c-btn .elementor-button {
    overflow: hidden;
    position: relative;
}
.c-btn .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}
.c-btn .elementor-button::before {
  background-color: #FFFBF8;
  border-radius: 36px;
  content: '';
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-110%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  width: 100%;
  will-change: transform;
}
.c-btn-sec .elementor-button::before {
    background-color: #7D1840;
}
.c-btn-sec .elementor-button:hover {
    border: 1px solid #FFFBF8;
}
.c-btn .elementor-button:hover::before {
    transform: translateX(0);
}

/* Gravity Form */
.gfield_required,
.gform-field-label--type-inline,
.gform_required_legend {
    color: #FFFBF8 !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}

.gfield-choice-input::before {
    color: #7D1840 !important;
}

input[type="radio"].gfield-choice-input::before {
    background-color: #7D1840 !important;
}/* End custom CSS */