:root{--background:#3C3C3A;--background-dark:#2C2C2A;--background-light:#ECEBE4;--text-color:#C5C5C4;--headline-color:#ffffff;--main-color:#E3000B;--white:#ffffff;--h1-size:42px;--h1-size-big:60px;--h1-line-height:103%;--h2-size:45px;--h2-line-height:108%;--h3-size:32px;--h3-line-height:137%;--h4-size:26px;--h4-line-height:120%;--h5-size:20px;--h5-line-height:120%;--p-size:18px;--p-size-m:16px;--p-line-height:165%;--gutter-inline:16px;--gutter-elements:24px}.customForm ::-webkit-input-placeholder{color:var(--text-color)}.customForm ::-moz-placeholder{color:var(--text-color)}.customForm input[type=number]::-webkit-inner-spin-button,.customForm input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.customForm .col-sm-6{padding-bottom:24px}@media(max-width:576px){.customForm .col-sm-6{padding-bottom:8px}}.customForm .fieldWrap,.customForm .fieldWrap .fileInput{display:flex;flex-direction:column}.customForm .fieldWrap .fileInput{margin-bottom:24px;margin-top:10px;background:var(--background);border:1px solid var(--background);border-radius:8px;font-size:16px;font-weight:300;color:var(--text-color);width:100%;height:100px;align-items:center;justify-content:center;outline-color:none;cursor:pointer}.customForm .fieldWrap .fileInput input[type=file]{display:none}.customForm .fieldWrap .fileInput label{text-align:center;cursor:pointer;padding:8px 32px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customForm .fieldWrap .fileInput .num-of-files{text-align:center;padding-left:10px}.customForm .fieldWrap select{background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;background-color:#fff;-moz-appearance:none;-webkit-appearance:none;appearance:none}.customForm .fieldWrap label{font-size:18px;padding-bottom:10px;color:var(--text-color)}.customForm .fieldWrap input,.customForm .fieldWrap select{background:var(--background);border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:16px;font-weight:300;padding:8px 32px;color:var(--text-color);width:100%;height:64px;outline-color:var(--white)}.customForm .fieldWrap input:focus,.customForm .fieldWrap input:focus-visible,.customForm .fieldWrap select:focus,.customForm .fieldWrap select:focus-visible{outline:none}@media(max-width:576px){.customForm .fieldWrap input,.customForm .fieldWrap select{height:45px}}.customForm .fieldWrap textarea{font-weight:300;outline-color:var(--white);color:var(--text-color);background:var(--background);width:100%;height:200px;resize:none;font-size:16px;padding:16px 30px;border:1px solid rgba(0,0,0,0);border-radius:8px}.customForm .fieldWrap textarea:focus,.customForm .fieldWrap textarea:focus-visible{outline:none}.customForm button{border:none!important}.customForm .honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}