.framer-form-input {
  padding: var(--framer-input-padding);
  font-family: var(--framer-input-font-family);
  font-weight: var(--framer-input-font-weight);
  font-size: var(--framer-input-font-size);
  font-style: var(--framer-input-font-style);
  color: var(--framer-input-font-color);
  font-feature-settings: var(--framer-input-font-open-type-features);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: var(--framer-input-wrapper-height, 100%);
  letter-spacing: var(--framer-input-font-letter-spacing);
  text-align: var(--framer-input-font-text-alignment);
  line-height: var(--framer-input-font-line-height);
  background: 0 0;
  border: none;
  overflow: hidden
}

.framer-form-input:focus-visible {
  outline: none
}

.framer-form-input-wrapper:after {
  content: "";
  pointer-events: none;
  box-sizing: border-box;
  border-top-left-radius: var(--framer-input-border-radius-top-left);
  border-top-right-radius: var(--framer-input-border-radius-top-right);
  border-bottom-right-radius: var(--framer-input-border-radius-bottom-right);
  border-bottom-left-radius: var(--framer-input-border-radius-bottom-left);
  border-color: var(--framer-input-border-color);
  border-top-width: var(--framer-input-border-top-width);
  border-right-width: var(--framer-input-border-right-width);
  border-bottom-width: var(--framer-input-border-bottom-width);
  border-left-width: var(--framer-input-border-left-width);
  border-style: var(--framer-input-border-style);
  width: 100%;
  height: 100%;
  transition: var(--framer-input-focused-transition);
  transition-property: border-color, border-width, border-style, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius;
  position: absolute;
  top: 0;
  left: 0
}

.framer-form-input-wrapper {
  box-shadow: var(--framer-input-box-shadow);
  border-top-left-radius: var(--framer-input-border-radius-top-left);
  border-top-right-radius: var(--framer-input-border-radius-top-right);
  border-bottom-right-radius: var(--framer-input-border-radius-bottom-right);
  border-bottom-left-radius: var(--framer-input-border-radius-bottom-left);
  background: var(--framer-input-background);
  transition: var(--framer-input-focused-transition);
  transition-property: background, box-shadow;
  overflow: hidden
}

.framer-form-text-input .framer-form-input::placeholder {
  color: var(--framer-input-placeholder-color)
}

.framer-form-text-input .framer-form-input[type=date],
.framer-form-text-input .framer-form-input[type=time] {
  appearance: none
}

.framer-form-text-input .framer-form-input::-webkit-date-and-time-value {
  text-align: start
}

.framer-form-text-input textarea {
  resize: var(--framer-textarea-resize);
  min-height: inherit;
  max-height: inherit;
  white-space: break-spaces;
  display: flex;
  overflow-y: auto
}

.framer-form-text-input textarea::-webkit-resizer {
  background: url("data:image/svg+xml,
 <svg xmlns=\"http: //www.w3.org/2000/svg\" width=\"14\" height=\"14\"><path d=\"m1.5 8 7-7M9 5.5l-3 3\" stroke=\"%23999\" stroke-width=\"1.5\" stroke-linecap=\"round\"></path></svg>
      ") no-repeat}.framer-form-text-input textarea::-webkit-scrollbar{cursor:pointer;background:0 0}.framer-form-text-input textarea::-webkit-scrollbar-thumb:window-inactive{opacity:0}.framer-form-text-input textarea::-webkit-scrollbar-corner{background:0 0;outline:none}.framer-form-text-input .framer-form-input::-webkit-datetime-edit{height:var(--framer-input-font-line-height)}.framer-form-text-input .framer-form-input.framer-form-input-empty::-webkit-datetime-edit{color:var(--framer-input-placeholder-color);-webkit-text-fill-color:var(--framer-input-placeholder-color);overflow:visible}.framer-form-text-input .framer-form-input[type=date]:before,.framer-form-text-input .framer-form-input[type=time]:before{content:" ";box-sizing:content-box;width:16px;padding:var(--framer-input-padding);pointer-events:none;background-repeat:no-repeat;background-size:16px;background-color:var(--framer-input-icon-color);background-position:10px;border:none;padding-left:10px;display:block;position:absolute;top:0;bottom:0;right:0;-webkit-mask-position:10px;mask-position:10px;-webkit-mask-size:16px;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.framer-form-text-input .framer-form-input[type=date]:before{-webkit-mask-image:var(--framer-input-icon-mask-image,url(" data:image/svg+xml,
      <svg xmlns=\"http: //www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path fill=\"rgb(153, 153, 153)\" d=\"M3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2H3Z\" opacity=\".3\"/><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-width=\"1.5\" d=\"M3.25 5.25a2 2 0 0 1 2-2h5.5a2 2 0 0 1 2 2v5.5a2 2 0 0 1-2 2h-5.5a2 2 0 0 1-2-2ZM3 6.75h9.5\"/></svg>
      "));mask-image:var(--framer-input-icon-mask-image,url(" data:image/svg+xml,
      <svg xmlns=\"http: //www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path fill=\"rgb(153, 153, 153)\" d=\"M3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2H3Z\" opacity=\".3\"/><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-width=\"1.5\" d=\"M3.25 5.25a2 2 0 0 1 2-2h5.5a2 2 0 0 1 2 2v5.5a2 2 0 0 1-2 2h-5.5a2 2 0 0 1-2-2ZM3 6.75h9.5\"/></svg>
      "));background-image:var(--framer-input-icon-image)}.framer-form-text-input .framer-form-input[type=time]:before{-webkit-mask-image:var(--framer-input-icon-mask-image,url(" data:image/svg+xml,
      <svg xmlns=\"http: //www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-width=\"1.5\" d=\"M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 1 1-11 0Z\"/><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M7.75 8.25v-3m0 3h2\"/></svg>
      "));mask-image:var(--framer-input-icon-mask-image,url(" data:image/svg+xml,
      <svg xmlns=\"http: //www.w3.org/2000/svg\" width=\"16\" height=\"16\"><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-width=\"1.5\" d=\"M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 1 1-11 0Z\"/><path fill=\"transparent\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M7.75 8.25v-3m0 3h2\"/></svg>
      "));background-image:var(--framer-input-icon-image)}.framer-form-text-input .framer-form-input::-webkit-calendar-picker-indicator{opacity:0;padding:var(--framer-input-padding);width:16px;height:100%;padding-top:0;padding-bottom:0;position:absolute;top:0;bottom:0;right:0}.framer-form-text-input:focus-within,.framer-form-text-input.framer-form-input-forced-focus{box-shadow:var(--framer-input-focused-box-shadow,var(--framer-input-box-shadow));background:var(--framer-input-focused-background,var(--framer-input-background))}.framer-form-text-input:focus-within:after,.framer-form-text-input.framer-form-input-forced-focus:after{border-color:var(--framer-input-focused-border-color,var(--framer-input-border-color));border-style:var(--framer-input-focused-border-style,var(--framer-input-border-style));border-width:var(--framer-input-focused-border-width,var(--framer-input-border-top-width)var(--framer-input-border-right-width)var(--framer-input-border-bottom-width)var(--framer-input-border-left-width))}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-kfkhR.framer-acclhi,.framer-kfkhR .framer-acclhi{display:block}.framer-kfkhR.framer-gwf0r9{cursor:pointer;flex-flow:row;place-content:center;align-items:center;gap:0;width:240px;height:40px;padding:0;display:flex;position:relative;overflow:visible}.framer-kfkhR .framer-12fq5ai{-webkit-user-select:none;user-select:none;white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-kfkhR .framer-2rsxsn{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,20px);flex:none;width:20px;position:relative;overflow:hidden}.framer-kfkhR .framer-ev1kkw{flex:none;position:absolute;inset:0;overflow:visible}.framer-kfkhR .framer-122uais{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,2px);flex:none;width:2px;position:absolute;top:0;left:50%;overflow:visible}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-kfkhR.framer-gwf0r9{gap:0}.framer-kfkhR.framer-gwf0r9>*{margin:0}.framer-kfkhR.framer-gwf0r9>:first-child{margin-left:0}.framer-kfkhR.framer-gwf0r9>:last-child{margin-right:0}}.framer-kfkhR.framer-v-bay57q.framer-gwf0r9,.framer-kfkhR.framer-v-39tvlz.framer-gwf0r9,.framer-kfkhR.framer-v-7esoy1.framer-gwf0r9,.framer-kfkhR.framer-v-15yg5dl.framer-gwf0r9{cursor:unset}.framer-kfkhR.framer-v-bay57q .framer-ev1kkw{overflow:hidden}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-kpSWV.framer-xm507j,.framer-kpSWV .framer-xm507j{display:block}.framer-kpSWV.framer-ljqu8g{cursor:pointer;will-change:var(--framer-will-change-override,transform);flex-flow:row;place-content:center;align-items:center;gap:10px;width:36px;height:36px;padding:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-kpSWV .framer-lodazo-container{flex:none;width:18px;height:18px;position:relative}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-kpSWV.framer-ljqu8g{gap:0}.framer-kpSWV.framer-ljqu8g>*{margin:0 5px}.framer-kpSWV.framer-ljqu8g>:first-child{margin-left:0}.framer-kpSWV.framer-ljqu8g>:last-child{margin-right:0}}.framer-kpSWV[data-border=true]:after,.framer-kpSWV [data-border=true]:after{content:" ";border-width:var(--border-top-width,0)var(--border-right-width,0)var(--border-bottom-width,0)var(--border-left-width,0);border-color:var(--border-color,none);border-style:var(--border-style,none);box-sizing:border-box;border-radius:inherit;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-CUm4T.framer-11oe8c0,.framer-CUm4T .framer-11oe8c0{display:block}.framer-CUm4T.framer-1e4lbha{flex-flow:column;place-content:flex-start center;align-items:flex-start;gap:24px;width:353px;max-width:600px;height:min-content;padding:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-CUm4T .framer-11t6rye{flex-flow:column;flex:none;place-content:center flex-start;align-items:center;gap:10px;width:100%;height:350px;padding:0;display:flex;position:relative;overflow:hidden}.framer-CUm4T .framer-1vwvb1t{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:10px;width:100%;height:min-content;padding:24px 24px 36px;display:flex;position:relative;overflow:hidden}.framer-CUm4T .framer-1yax5c3{white-space:pre;z-index:2;flex:none;width:auto;height:auto;position:relative}.framer-CUm4T .framer-xykggi{flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:100%;height:min-content;padding:0 0 0 12px;display:flex;position:relative;overflow:hidden}.framer-CUm4T .framer-1qzehzu{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;height:auto;position:relative}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-CUm4T.framer-1e4lbha,.framer-CUm4T .framer-11t6rye,.framer-CUm4T .framer-1vwvb1t,.framer-CUm4T .framer-xykggi{gap:0}.framer-CUm4T.framer-1e4lbha>*{margin:12px 0}.framer-CUm4T.framer-1e4lbha>:first-child,.framer-CUm4T .framer-11t6rye>:first-child,.framer-CUm4T .framer-1vwvb1t>:first-child{margin-top:0}.framer-CUm4T.framer-1e4lbha>:last-child,.framer-CUm4T .framer-11t6rye>:last-child,.framer-CUm4T .framer-1vwvb1t>:last-child{margin-bottom:0}.framer-CUm4T .framer-11t6rye>*,.framer-CUm4T .framer-1vwvb1t>*{margin:5px 0}.framer-CUm4T .framer-xykggi>*{margin:0 5px}.framer-CUm4T .framer-xykggi>:first-child{margin-left:0}.framer-CUm4T .framer-xykggi>:last-child{margin-right:0}}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-P6HYa.framer-ouiovv,.framer-P6HYa .framer-ouiovv{display:block}.framer-P6HYa.framer-1c237gd{cursor:pointer;flex-flow:column;place-content:flex-start center;align-items:flex-start;gap:24px;width:353px;max-width:800px;height:min-content;padding:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-P6HYa .framer-thuksj{flex:none;gap:10px;width:100%;height:485px;position:relative;overflow:hidden}.framer-P6HYa .framer-1s9e4o3,.framer-P6HYa .framer-1lpcses{flex:none;width:100%;height:100%;position:absolute;top:-.103092%;left:-.141644%;overflow:visible}.framer-P6HYa .framer-1qf87u0-container{z-index:2;flex:none;width:auto;height:auto;position:absolute;top:12px;right:12px}.framer-P6HYa .framer-xltt4t{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:24px;width:100%;height:min-content;padding:0 0 0 12px;display:flex;position:relative;overflow:hidden}.framer-P6HYa .framer-50m8dn{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:8px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-P6HYa .framer-1ne7y5e{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;height:auto;position:relative}.framer-P6HYa .framer-xjzajt{flex-flow:row;flex:none;place-content:flex-start;align-items:flex-start;gap:12px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-P6HYa .framer-13tpale,.framer-P6HYa .framer-1ey9a3,.framer-P6HYa .framer-2v6al4,.framer-P6HYa .framer-1od1ddy{flex-flow:row;flex:none;place-content:center;align-items:center;gap:8px;width:min-content;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-P6HYa .framer-1g62ot2,.framer-P6HYa .framer-xtqe83,.framer-P6HYa .framer-12d6dhe{height:var(--framer-aspect-ratio-supported,20px);flex:none;width:20px;position:relative}.framer-P6HYa .framer-rsgqh5,.framer-P6HYa .framer-pexzvv,.framer-P6HYa .framer-onpiuc,.framer-P6HYa .framer-1tpa2oy,.framer-P6HYa .framer-xqkop3{white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-P6HYa .framer-1c4y6lp-container{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,22px);flex:none;width:19px;position:relative}.framer-P6HYa.framer-v-ylnx6g.framer-1c237gd{cursor:unset}.framer-P6HYa.framer-v-ylnx6g .framer-thuksj{height:345px}.framer-P6HYa.framer-v-1c237gd.hover .framer-1c4y6lp-container{height:var(--framer-aspect-ratio-supported,23px)}.framer-3HGto .framer-styles-preset-1awcbrd:not(.rich-text-wrapper),.framer-3HGto .framer-styles-preset-1awcbrd.rich-text-wrapper p{--framer-font-family:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:26px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:0em;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:var(--token-327277ca-04ef-41bd-84dc-8fdd00489044,#000);--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:810px){.framer-3HGto .framer-styles-preset-1awcbrd:not(.rich-text-wrapper),.framer-3HGto .framer-styles-preset-1awcbrd.rich-text-wrapper p{--framer-font-family:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:24px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:0em;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:var(--token-327277ca-04ef-41bd-84dc-8fdd00489044,#000);--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-3HGto .framer-styles-preset-1awcbrd:not(.rich-text-wrapper),.framer-3HGto .framer-styles-preset-1awcbrd.rich-text-wrapper p{--framer-font-family:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-family-italic:" Raleway"," Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:24px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:0em;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:var(--token-327277ca-04ef-41bd-84dc-8fdd00489044,#000);--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-lXZjY.framer-188mtuw,.framer-lXZjY .framer-188mtuw{display:block}.framer-lXZjY.framer-1o9ogl7{flex-flow:row;place-content:center;align-items:center;gap:8px;width:min-content;height:min-content;padding:8px 12px 8px 16px;display:flex;position:relative;overflow:visible}.framer-lXZjY .framer-bz5y6w{white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-lXZjY .framer-1jpswg6{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,6px);flex:none;width:6px;position:relative;overflow:visible}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-lXZjY.framer-1o9ogl7{gap:0}.framer-lXZjY.framer-1o9ogl7>*{margin:0 4px}.framer-lXZjY.framer-1o9ogl7>:first-child{margin-left:0}.framer-lXZjY.framer-1o9ogl7>:last-child{margin-right:0}}.framer-lXZjY[data-border=true]:after,.framer-lXZjY [data-border=true]:after{content:" ";border-width:var(--border-top-width,0)var(--border-right-width,0)var(--border-bottom-width,0)var(--border-left-width,0);border-color:var(--border-color,none);border-style:var(--border-style,none);box-sizing:border-box;border-radius:inherit;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.framer-7i0hU,.framer-IFxse,.framer-mwJfu{-webkit-mask:var(--framer-icon-mask);aspect-ratio:1;-webkit-mask:var(--framer-icon-mask);mask:var(--framer-icon-mask);width:24px;display:block}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-8EaGQ.framer-xuzmjz,.framer-8EaGQ .framer-xuzmjz{display:block}.framer-8EaGQ.framer-1hbo82m{flex-flow:row;place-content:center;align-items:center;gap:10px;width:40px;height:40px;padding:0;display:flex;position:relative}.framer-8EaGQ .framer-1qrc6yg{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,20px);flex:none;width:20px;position:relative;overflow:visible}.framer-8EaGQ .framer-1jivlv8{flex:none;position:absolute;inset:0;overflow:visible}.framer-8EaGQ .framer-m7b4s7{flex:none;width:2px;height:2px;position:absolute;top:0;left:calc(50% - 1px);overflow:visible}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-8EaGQ.framer-1hbo82m{gap:0}.framer-8EaGQ.framer-1hbo82m>*{margin:0 5px}.framer-8EaGQ.framer-1hbo82m>:first-child{margin-left:0}.framer-8EaGQ.framer-1hbo82m>:last-child{margin-right:0}}
