
  a {
    color: inherit;
    text-decoration: none;
  }
  
  body {
    color: #fff;
    font-size: 8pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    overflow-x: hidden;
    text-align: center;
  }
  
  
  .canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  
  .button {
    border: 2px solid #fff;
    box-sizing: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 13pt;
    padding: 10px 20px;
    transition: all 0.5s;
  }
  .button:hover {
    background-color: #04c2c9;
    border-color: #04c2c9;
  }
  .button .mdi {
    vertical-align: middle;
  }
  
  .flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flex.row {
    flex-direction: row;
  }
  .flex.wrap {
    flex-wrap: wrap;
  }
  
  
  
  .highlight {
    color: #e31b6d;
  }
  
  
  
  section {
    color: #616161;
    line-height: 11pt;
    padding: 70px 0 70px 0;
    position: relative;
  }
  section .container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    width: 100%;
  }
  section:nth-of-type(1) {
    color: #fff;
    height: calc(100vh + 53px);
    padding: 0 10px;
  }
  section:nth-of-type(1) .text {
    font-size: 16pt;
    line-height: 20pt;
    margin: 0 0 20px 0;
    pointer-events: none;
    z-index: 1;
  }
  section:nth-of-type(1) .button {
    margin-bottom: 53px;
    padding: 12px 40px 12px 15px;
    position: relative;
  }
  section:nth-of-type(1) .button .mdi {
    position: absolute;
    right: 15px;
    top: 11px;
    transition: transform 0.3s;
  }
  section:nth-of-type(1) .button:hover .mdi {
    transform: rotate(90deg);
  }
  @media screen and (min-width: 600px){
section:nth-of-type(1) .text {
    font-size: 32pt;
    line-height: 36pt;
}
  }
  span#om {
    background-image: linear-gradient( 
120deg
 , #c16367, #fdfdfd);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}
 
   
  
    
  