.vtc-form--base .vtc-form{display:grid;grid-template-columns:repeat(6,1fr);grid-column-gap:0;grid-row-gap:10px}.vtc-form--base .vtc-form>*{grid-column:1 / -1}.vtc-form--base .vtc-form input,.vtc-form--base .vtc-form select,.vtc-form--base .vtc-form option,.vtc-form--base .vtc-form input::placeholder,.vtc-form--base .vtc-form button,.vtc-form--base .vtc-form__disclaimer{font-family:"Acumin Regular",sans-serif;font-size:16px}.vtc-form--base .vtc-form input,.vtc-form--base .vtc-form select{width:100%;height:37px;border:none;padding:0 18px;color:#959595;background-color:#fff;border-radius:5px;box-shadow:0 3px 6px #00000029}.vtc-form--base .vtc-form input::placeholder{color:inherit}.vtc-form--base .vtc-form button{width:100%;max-width:399px;height:60px;;font-size:20px;background-color:#1BCEDF;color:#fff;box-shadow:0 3px 6px #00000029;cursor:pointer;border:none;border-radius:10px;margin:27px 0 27px auto}.vtc-form--base .vtc-form button::after{content:"\f138";font-family:"Font Awesome 6 Pro";font-weight:900;margin-left:10px}.vtc-form--base .vtc-form button:hover{color:#404040;background-color:#F6E28C}@media screen and (max-width:767px){.vtc-form--base .vtc-form button{max-width:100%;height:45px}}.vtc-form--base .vtc-form__disclaimer{font-size:14px;line-height:1.2em;color:#3e3e3e;text-align:right;margin:0}.vtc-form--base .vtc-form__disclaimer a{color:inherit;text-decoration:underline}.vtc-form--base .vtc-form__disclaimer a:hover{text-decoration:none}.vtc-form .vtc-form__error-message{background:pink;padding:5px;border-radius:5px}.vtc-form--yellow .vtc-form__group:has(select){grid-column:span 4}.vtc-form--yellow .vtc-form select{border-radius:5px 0 0 5px}.vtc-form--yellow .vtc-form button{grid-column:span 2;border-radius:0 5px 5px 0}@media screen and (max-width:465px){.vtc-form--yellow .vtc-form__group:has(select),.vtc-form--yellow .vtc-form button{grid-column:span 6}.vtc-form--yellow .vtc-form select,.vtc-form--yellow .vtc-form button{border-radius:5px}}.vtc-form--yellow .vtc-form{grid-row-gap:20px}.vtc-form--yellow .vtc-form input,.vtc-form--yellow .vtc-form select{height:49px;box-shadow:none}.vtc-form--yellow .vtc-form button{max-width:100%;background-color:#FBC02D;color:#000;box-shadow:none;margin:0;height:49px}.vtc-form--yellow .vtc-form button::after{content:none}.vtc-form--yellow .vtc-form button:hover{background-color:#1BCEDF}.vtc-form--yellow .vtc-form__disclaimer{color:#fff}.vtc-form--grey .vtc-form__group:has([id="firstname"]){grid-column:span 3;margin-right:15px}.vtc-form--grey .vtc-form__group:has([id="lastname"]){grid-column:span 3;margin-left:15px}@media screen and (max-width:767px){.vtc-form--grey .vtc-form__group:has([id="firstname"]),.vtc-form--grey .vtc-form__group:has([id="lastname"]){grid-column:span 6;margin:0}}.vtc-form--grey .vtc-form input,.vtc-form--grey .vtc-form select{height:49px;color:#90A4AE;border-radius:4px;box-shadow:4px 9px 35px #00000029}.vtc-form--grey .vtc-form button{max-width:330px;height:57px;;border-radius:6px;color:#040a2b;background-color:#fbc02d;margin:10px 0 10px auto}.vtc-form--grey .vtc-form button:hover{background-color:#153357;color:#fff!important}@media screen and (max-width:767px){.vtc-form--grey .vtc-form button{max-width:100%;height:42px}}.vtc-form--grey .vtc-form__disclaimer{color:#90A4AE}