
    @import url('https://fonts.googleapis.com/css?family=Sanchez&display=swap');
    
    html {
      font-size: 18px;
      line-height: 1.8
    }
    
    body {
      background-color: #ffffff;
      color: rgba(119,120,123,1);
    }

    .omnistudio-style-wrapper input, .omnistudio-style-wrapper textarea {
      font-size: 18px;
    }

    .omnistudio-style-wrapper p,
    .omnistudio-style-wrapper span,
    .omnistudio-style-wrapper input,
    .omnistudio-style-wrapper button,
    .omnistudio-style-wrapper select,
    .omnistudio-style-wrapper textarea,
    .omnistudio-style-wrapper div {
      font-family: 'Sanchez', serif;
      
    }
    
    .omnistudio-style-wrapper h1,
    .omnistudio-style-wrapper h2,
    .omnistudio-style-wrapper h3,
    .omnistudio-style-wrapper h4,
    .omnistudio-style-wrapper h5,
    .omnistudio-style-wrapper h6 {
      color: rgba(0,0,0,1);
      font-family: 'Sanchez', serif;
      line-height: 1.2;
      
    }

    .omnistudio-style-wrapper h1 {
      font-size: 36px;
    }
    .omnistudio-style-wrapper h2 {
      font-size: 32px;
    }
    .omnistudio-style-wrapper h3 {
      font-size: 23px;
    }
    .omnistudio-style-wrapper h4 {
      font-size: 21px;
    }
  
    .omnistudio-style-wrapper .primary-button-wrapper .core {
      color: #ffffff !important;
      background-color: rgba(28,182,180,1) !important;
      transition: 0.5s background-color;
    }
    .omnistudio-style-wrapper .primary-button-wrapper .core:hover {
      color: #ffffff !important;
      background-color: rgba(28,182,180,1) !important;
    }

    .omnistudio-style-wrapper .primary-button-wrapper .button, .omnistudio-style-wrapper 
    .primary-button-wrapper-inverse .button:hover {
      color: #ffffff !important;
      background-color: rgba(28,182,180,1) !important;
      transition: 0.5s background-color;
      border: 1px solid #1CB6B4;
      border-radius: 0px;
      box-shadow: none;
      padding: 14px 38px
    }
   
    .omnistudio-style-wrapper .primary-button-wrapper .button:hover, .omnistudio-style-wrapper 
    .primary-button-wrapper-inverse .button {
      background-color: #ffffff !important;
      color: rgba(28,182,180,1) !important;
      border: 1px solid #1CB6B4;
      border-radius: 0px;
      box-shadow: none;
      padding: 14px 38px
    }
   
    .omnistudio-style-wrapper .secondary-button-wrapper .button, .omnistudio-style-wrapper 
    .secondary-button-wrapper-inverse .button:hover {
      color: #ffffff;
      background-color: rgba(0,0,0,1);
      transition: 0.5s background-color;
      border: 1px solid black;
      border-radius: 0px;
      box-shadow: none;
      padding: 14px 38px
    }

    .omnistudio-style-wrapper .secondary-button-wrapper .button:hover, .omnistudio-style-wrapper 
    .secondary-button-wrapper-inverse .button {
      background-color: #ffffff !important;
      color: rgba(0,0,0,1) !important;
      border: 1px solid black;
      border-radius: 0px;
      box-shadow: none;
      padding: 14px 38px
    }

    .omnistudio-style-wrapper .primaryColorBackground{
      background-color: rgba(28,182,180,1) !important;
    }
    .omnistudio-style-wrapper .secondaryColorBackground{
      background-color: rgba(0,0,0,1) !important;
    }
    .omnistudio-style-wrapper .tertiaryColorBackground{
      background-color: rgba(125,181,78,1) !important;
    }
    .omnistudio-style-wrapper .quaternaryColorBackground{
      background-color: rgba(125,128,187,1) !important;
    }
    .omnistudio-style-wrapper .quinaryColorBackground{
      background-color: #ffffff !important;
    }
    .omnistudio-style-wrapper .senaryColorBackground{
      background-color: rgba(246,246,246,1) !important;
    }
    
    .omnistudio-style-wrapper .primaryColorFont{
      color: rgba(28,182,180,1) !important;
    }
    .omnistudio-style-wrapper .secondaryColorFont{
      color: rgba(0,0,0,1) !important;
    }
    .omnistudio-style-wrapper .tertiaryColorFont{
      color: rgba(125,181,78,1) !important;
    }
    .omnistudio-style-wrapper .quaternaryColorFont{
      color: rgba(125,128,187,1) !important;
    }
    .omnistudio-style-wrapper .quinaryColorFont{
      color: #ffffff !important;
    }
    .omnistudio-style-wrapper .senaryColorFont{
      color: rgba(246,246,246,1) !important;
    }

    .omnistudio-style-wrapper .whiteFontColor * {
      color: white;
    }
    .omnistudio-style-wrapper .bodyFontColor * {
      color: rgba(119,120,123,1);
    }
    .omnistudio-style-wrapper .bodyFontColor hr {
      border-top: 1px solid rgba(119,120,123,1);
    }
    .omnistudio-style-wrapper .secondaryBodyFontColor * {
      color: rgba(28,182,180,1);
    }
  