:root {
  --breakPoint-tablet-ls: 1024px;
  --breakPoint-tablet: 768px;
  --breakPoint-sp-l: 480px;
  --breakPoint-sp: 375px;
  --breakPoint-minWidth: 320px;
}

:root {
  --clr-base-sage: #bbb791;
  --clr-base-sage-rgb: 187, 183, 145;
  --clr-base-green: #2e6f40;
  --clr-base-green-rgb: 46, 111, 64;
  --clr-base-ebony: #5d6658;
  --clr-base-ebony-rgb: 93, 102, 88;
  --clr-base-yellow: #ffbf00;
  --clr-base-yellow-rgb: 255, 191, 0;
  --clr-base-tan: #d6b588;
  --clr-base-tan-rgb: 214, 181, 136;
  --clr-base-bronze: #c68346;
  --clr-base-bronze-rgb: 198, 131, 70;
  --clr-base-sunset: #fd5e53;
  --clr-base-sunset-rgb: 253, 94, 83;
  --clr-base-orange: #e84b3d;
  --clr-base-orange-rgb: 232, 75, 61;
  --clr-base-rosegold: #dea193;
  --clr-base-rosegold-rgb: 222, 161, 147;
  --clr-base-pink: #ff91a4;
  --clr-base-pink-rgb: 255, 145, 164;
  --clr-base-mahogany: #c04000;
  --clr-base-mahogany-rgb: 192, 64, 0;
  --clr-base-red: #ed2100;
  --clr-base-red-rgb: 237, 33, 0;
  --clr-base-wine: #722f37;
  --clr-base-wine-rgb: 114, 47, 55;
  --clr-base-burgundy: #660033;
  --clr-base-burgundy-rgb: 102, 0, 51;
  --clr-base-slateblue: #557c99;
  --clr-base-slateblue-rgb: 85, 124, 153;
  --clr-base-blue: #4166f5;
  --clr-base-blue-rgb: 65, 102, 245;
  --clr-base-navy: #272757;
  --clr-base-navy-rgb: 39, 39, 87;
  --clr-base-lilac: #a47dab;
  --clr-base-lilac-rgb: 164, 125, 171;
  --clr-base-purple: #9966cc;
  --clr-base-purple-rgb: 153, 102, 204;
  --clr-base-white: #fff;
  --clr-base-white-rgb: 255, 255, 255;
  --clr-base-offwhite: #f2f0ef;
  --clr-base-offwhite-rgb: 242, 240, 239;
  --clr-base-gray: #898989;
  --clr-base-gray-rgb: 137, 137, 137;
  --clr-base-slate: #6d8196;
  --clr-base-slate-rgb: 109, 129, 150;
  --clr-base-gunmetal: #353e43;
  --clr-base-gunmetal-rgb: 53, 62, 67;
  --clr-base-black: #252525;
  --clr-base-black-rgb: 37, 37, 37;
  --clr-light-lightgreen: #88e788;
  --clr-light-lightgreen-rgb: 136, 231, 136;
  --clr-light-lightseagreen: #20b2aa;
  --clr-light-lightseagreen-rgb: 32, 178, 170;
  --clr-light-lightyellow: #ffffc5;
  --clr-light-lightyellow-rgb: 255, 255, 197;
  --clr-light-lightorange: #ffdbbb;
  --clr-light-lightorange-rgb: 255, 219, 187;
  --clr-light-lightpink: #ffb5c0;
  --clr-light-lightpink-rgb: 255, 181, 192;
  --clr-light-lightblue: #90d5ff;
  --clr-light-lightblue-rgb: 144, 213, 255;
  --clr-light-lightpurple: #dab1da;
  --clr-light-lightpurple-rgb: 218, 177, 218;
  --clr-light-lightgray: #d3d3d3;
  --clr-light-lightgray-rgb: 211, 211, 211;
  --clr-pastel-pastelgreen: #80ef80;
  --clr-pastel-pastelgreen-rgb: 128, 239, 128;
  --clr-pastel-pastelyellow: #ffee8c;
  --clr-pastel-pastelyellow-rgb: 255, 238, 140;
  --clr-pastel-pastelorange: #ffc067;
  --clr-pastel-pastelorange-rgb: 255, 192, 103;
  --clr-pastel-pastelpink: #ffc5d3;
  --clr-pastel-pastelpink-rgb: 255, 197, 211;
  --clr-pastel-pastelred: #ff746c;
  --clr-pastel-pastelred-rgb: 255, 116, 108;
  --clr-pastel-pastelblue: #b3ebf2;
  --clr-pastel-pastelblue-rgb: 179, 235, 242;
  --clr-pastel-pastelpurple: #b39eb5;
  --clr-pastel-pastelpurple-rgb: 179, 158, 181;
  --clr-kssc-main: #3fe2ce;
  --clr-kssc-main-rgb: 63, 226, 206;
  --clr-kssc-mainDarken: #39cbb9;
  --clr-kssc-mainDarken-rgb: 57, 203, 185;
}

.contact-section {
  position: relative;
  width: 100%;
  max-width: var(--element-maxWidth);
  border-radius: var(--border-radius-value);
  box-shadow: var(--box-shadow-value);
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}
.contact-section:not(:last-of-type) {
  margin-bottom: 16px;
}
.contact-attention-list {
  width: var(--element-width);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
}
.contact-attention-item {
  container-type: inline-size;
  container-name: contact-attention-item-container;
  position: relative;
}
.contact-attention-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.contact-attention-head {
  line-height: 1.4;
  font-weight: 500;
  font-size: 20px;
}
@container contact-attention-item-container (max-width: 768px) {
  .contact-attention-head {
    font-size: 18px;
  }
}
@container contact-attention-item-container (max-width: 375px) {
  .contact-attention-head {
    font-size: 16px;
  }
}
.contact-attention-desc {
  line-height: 1.5;
  font-size: inherit;
  margin-top: 4px;
}
.contact-form-items-submenu {
  margin-top: 16px;
}
.contact-form-item {
  position: relative;
}
.contact-form-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.contact-form-item-head {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  margin-bottom: 8px;
}
.contact-form-item-require {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 10px;
  border-radius: var(--border-radius-value-s);
  background: #ed2100;
  color: rgba(255, 255, 255, 0.8);
  padding: 3px 6px;
}
.contact-form-send-accept {
  margin-top: 16px;
}
.contact-form-send-accept-link {
  color: inherit;
}
.contact-form-send-submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  min-height: 44px;
  border-radius: var(--border-radius-value);
  margin-top: 12px;
  overflow: hidden;
}

.wpcf7-form {
  container-type: inline-size;
  container-name: contact-form-container;
  position: relative;
  width: var(--element-width);
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 16px;
}
.wpcf7-radio {
  display: flex;
  flex-flow: row wrap;
  gap: 6px 16px;
}
.wpcf7-radio input[type=radio] {
  display: none;
  position: absolute;
}
@media (hover: hover) {
  .wpcf7-radio input[type=radio]:not(:checked):hover + .wpcf7-list-item-label {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  cursor: default;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #3fe2ce;
  box-shadow: inset 0 0 0 2px #fff;
}
.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
@container contact-form-container (max-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #3fe2ce;
  border-radius: 50%;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transition: background-color 0.2s;
}
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3fe2ce;
  background: #3fe2ce;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 8px;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  align-items: center;
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1.4;
  text-align: left;
  color: #252525;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  align-self: flex-start;
  position: relative;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: var(--border-radius-value-s);
  border: 2px solid #3fe2ce;
  cursor: pointer;
}
.wpcf7-submit {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  border: none;
  background: transparent;
  background: #3fe2ce;
  color: #fff;
}
@container contact-form-container (max-width: 768px) {
  .wpcf7-submit {
    font-size: 15px;
  }
}
.wpcf7-submit:disabled {
  opacity: 0.8;
}
@media (hover: hover) {
  .wpcf7-submit:not(:disabled):hover {
    cursor: pointer;
    filter: brightness(0.8);
    transition: filter 0.2s ease-out;
  }
}
.wpcf7-turnstile {
  margin-bottom: 12px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid-tip {
  line-height: 1.3;
  color: #ed2100;
  font-weight: 600;
  font-size: 14px;
  margin-top: 4px;
}
@container contact-form-container (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}
.wpcf7-spinner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  text-align: center;
  border: 0;
  border-radius: var(--border-radius-value-s);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px;
}
.wpcf7 .sent .wpcf7-response-output {
  background: #4166f5;
  color: rgba(255, 255, 255, 0.8);
}
.wpcf7 .failed .wpcf7-response-output,
.wpcf7 .aborted .wpcf7-response-output {
  background: #ed2100;
  color: rgba(255, 255, 255, 0.8);
}
.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output,
.wpcf7 .payment-required .wpcf7-response-output {
  background: #ffbf00;
  color: rgba(37, 37, 37, 0.8);
}/*# sourceMappingURL=contact.css.map */