.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-42d0007:#EBD4D4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Outer form container */
.sotto-form {
  max-width: 380px;
  margin: 0 auto;
}

/* Remove ugly default background */
.sotto-form form {
  background: transparent;
  box-shadow: none;
  border: none
  padding: 20px 22px;
}

/* Fields */
.sotto-form input[type="text"],
.sotto-form input[type="email"],
.sotto-form input[type="tel"],
.sotto-form textarea {
  background: transparent;
  border: 1px solid #E8E3D3;
  color: #E8E3D3;
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}

.sotto-form input::placeholder,
.sotto-form textarea::placeholder {
  color: #E3C2B8; /* blush */
}

/* Button */
.sotto-form button,
.sotto-form input[type="submit"] {
  width: 100%;
  background: transparent;
  border: 1px solid #E3C2B8;
  color: #E8E3D3;
  padding: 10px 26px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.sotto-form button:hover,
.sotto-form input[type="submit"]:hover {
  background: rgba(227,194,184,0.12);
  border-color: #E3C2B8;
}/* End custom CSS */