<style data-computed-style='{"left":0,"top":0,"width":0,"height":0,"display":"none","position":"static","zIndex":"auto"}'>
  /*Reset apple form styles*/
  input, textarea, select { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; border-radius: 0; 
    background-image: none; 
  }

  /* Reset Font Weight variable values */
  :root {
    --type-weight--100: 100;
    --type-weight--200: 200;
    --type-weight--300: 300;
    --type-weight--400: 400;
    --type-weight--500: 500;
    --type-weight--600: 600;
    --type-weight--700: 700;
    --type-weight--800: 800;
    --type-weight--900: 900;
  }
  
    /* Applies line clamping to the .u-tlc class */
  .u-clamp {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    &.cc-2 {
      -webkit-line-clamp: 2;
    }
    &.cc-3 {
      -webkit-line-clamp: 3;
    }
  }

  /* Apply font smoothing */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
  }

  /* Remove top margin on rich text first child */
  .w-richtext>:first-child {
    margin-top: 0;
  }

  /* Remove bottom margin of rich text last child */
  .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
    margin-bottom: 0;
  }

  .angle-right{
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .angle-left{
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }

  /* Hide close X on Calendly popup */
  .calendly-popup-close {
    display: none;
  }

</style>