:root {
    --primary-color: #000;
    --secondary-color: #000000a8;
    --tertiary-color: #ddd;
    --selected-background-color: #eeeeee;
    --f-1: 2vw;
    --f-2: 1.2vw;
    --f-3: 1vw;
    --f-4: 0.8vw;
    --selected-color: green;
    --border-radius: 0.6vw;
    --font-family: "Nunito", sans-serif;
    --cta-color: #4360fd;
    --error: red;
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    font-family: var(--font-family);
    /*background: linear-gradient(
        247.32deg,
        rgb(193 193 193 / 20%) 0,
        rgb(255 255 255 / 20%) 100%
      ),
      #fff;*/
      background: white;
  }
  section {
    padding: 4vw 10vw 3vw 10vw;
    position: relative;
  }
  .active{
    display: block !important;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .hide{
    display: none !important;
  }
 
  
  button{
    font-family: 'Nunito','Geologica', sans-serif;
    cursor: pointer;
  }
  .background-blobs{
    position: absolute;
  }
  
  