* {
  margin: 0;
  padding: 0; }

body {
  padding: 8px; }
  @media screen and (min-width: 576px) {
    body {
      padding: 24px; } }
  body * {
    font-family: 'Circular'; }

.star-icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5756 6.36641C12.472 6.14305 12.2471 6 11.9997 6C11.7522 6 11.5274 6.14305 11.4237 6.36641L9.78288 9.90247L5.89263 10.361C5.64689 10.3899 5.44054 10.5583 5.36407 10.7922C5.28761 11.0262 5.35499 11.283 5.53666 11.45L8.41283 14.0939L7.64935 17.9133C7.60112 18.1546 7.69845 18.4017 7.89865 18.5463C8.09884 18.6908 8.36535 18.7065 8.58128 18.5863L11.9997 16.6843L15.4181 18.5863C15.634 18.7065 15.9005 18.6908 16.1007 18.5463C16.3009 18.4017 16.3982 18.1546 16.35 17.9133L15.5865 14.0939L18.4627 11.45C18.6444 11.283 18.7117 11.0262 18.6353 10.7922C18.5588 10.5583 18.3525 10.3899 18.1067 10.361L14.2165 9.90247L12.5756 6.36641Z' fill='%23A896FF'/%3E%3C/svg%3E%0A"); }

.people-icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_578_70442)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0745 6.07422C12.4381 6.07422 11.1116 7.40078 11.1116 9.03718C11.1116 10.6736 12.4381 12.0001 14.0745 12.0001C15.7109 12.0001 17.0375 10.6736 17.0375 9.03718C17.0375 7.40078 15.7109 6.07422 14.0745 6.07422ZM14.0745 12.5927C11.2058 12.5927 8.74121 14.6434 8.74121 17.3335C8.74121 17.6608 9.00652 17.9261 9.3338 17.9261H18.8153C19.1426 17.9261 19.4079 17.6608 19.4079 17.3335C19.4079 14.6434 16.9433 12.5927 14.0745 12.5927ZM8.66699 9.4502C7.5164 9.4502 6.58366 10.3829 6.58366 11.5335C6.58366 12.6841 7.5164 13.6169 8.66699 13.6169C9.81759 13.6169 10.7503 12.6841 10.7503 11.5335C10.7503 10.3829 9.81759 9.4502 8.66699 9.4502ZM8.63698 14.7395C8.74888 14.6113 8.77157 14.428 8.6943 14.2763C8.61703 14.1247 8.45533 14.0353 8.28585 14.0505C6.4407 14.216 4.91699 15.596 4.91699 17.3669C4.91699 17.597 5.10354 17.7835 5.33366 17.7835H7.20032C7.42922 17.7835 7.61526 17.5989 7.61697 17.37C7.62445 16.3702 8.00367 15.4651 8.63698 14.7395Z' fill='%23A896FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_578_70442'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.check-icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14.4' height='14.4' transform='translate(4.7998 4.7998)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0241 9.17574C16.2584 9.41005 16.2584 9.78995 16.0241 10.0243L11.2241 14.8243C10.9898 15.0586 10.6099 15.0586 10.3755 14.8243L7.97554 12.4243C7.74123 12.1899 7.74123 11.8101 7.97554 11.5757C8.20986 11.3414 8.58975 11.3414 8.82407 11.5757L10.7998 13.5515L15.1755 9.17574C15.4099 8.94142 15.7898 8.94142 16.0241 9.17574Z' fill='%236747FF'/%3E%3C/svg%3E%0A"); }

.enterprise-message-wrapper {
  border-radius: 12px;
  border: 1px solid #E3E5F5;
  background: #FFF;
  max-width: 672px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  align-items: center; }
  @media screen and (min-width: 576px) {
    .enterprise-message-wrapper {
      padding: 24px;
      gap: 24px; } }
  .enterprise-message-wrapper .icon {
    display: flex;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center; }
  .enterprise-message-wrapper .header {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .enterprise-message-wrapper .header .title {
      color: #0A1551;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.252px; }
    .enterprise-message-wrapper .header .description {
      color: var(--primary-text-medium, #6C73A8);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.084px; }
  .enterprise-message-wrapper .enterprise-badge {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: -39px 0 0 0; }
    .enterprise-message-wrapper .enterprise-badge .left-icon {
      display: flex;
      width: 40px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3Csvg width='41' height='33' viewBox='0 0 41 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1_14' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='41' height='33'%3E%3Crect x='0.295151' y='0.121508' width='40' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_14)'%3E%3Cpath d='M7.65287 2.93246C8.64012 1.1949 10.4846 0.121508 12.483 0.121508H168.517C170.515 0.121508 172.36 1.1949 173.347 2.93246L178 11.1215H3L7.65287 2.93246Z' fill='%234A2FCC'/%3E%3Cpath d='M3 11.1215H179L155.1 27.225C153.266 28.4612 151.104 29.1215 148.892 29.1215H33.1082C30.896 29.1215 28.7342 28.4612 26.8997 27.225L3 11.1215Z' fill='%230A1551' fill-opacity='0.2'/%3E%3Cpath d='M19.796 3.26038C18.8688 1.34108 16.9252 0.121508 14.7937 0.121508H12H169H166.206C164.074 0.121508 162.13 1.34108 161.203 3.26038L151.676 22.9826C150.749 24.9019 148.805 26.1215 146.674 26.1215H34.3256C32.1941 26.1215 30.2505 24.9019 29.3233 22.9826L19.796 3.26038Z' fill='%236747FF'/%3E%3C/g%3E%3C/svg%3E%0A"); }
    .enterprise-message-wrapper .enterprise-badge .center {
      height: 32px;
      background-repeat: repeat-x;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='32' viewBox='0 0 16 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1_14' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='32'%3E%3Crect width='16' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_14)'%3E%3Cpath d='M-33.0008 4.32416C-32.426 1.79488 -30.1774 0 -27.5836 0H28.5475C31.1413 0 33.3899 1.79488 33.9647 4.32416L35.4819 11H-34.5181L-33.0008 4.32416Z' fill='%234A2FCC'/%3E%3Cpath d='M-34.5181 11H35.8819L28.4251 23.5611C26.4233 26.933 22.7924 29 18.8711 29H-17.5072C-21.4285 29 -25.0594 26.933 -27.0612 23.5611L-34.5181 11Z' fill='%230A1551' fill-opacity='0.2'/%3E%3Cpath d='M-27.9297 2.46623C-28.2063 1.03439 -29.4597 0 -30.9181 0H31.8819C30.4234 0 29.1699 1.03451 28.8932 2.46652L25.2156 21.4986C24.7106 24.112 22.4229 26 19.7612 26H-18.7976C-21.4593 26 -23.747 24.112 -24.252 21.4986L-27.9297 2.46623Z' fill='%236747FF'/%3E%3C/g%3E%3C/svg%3E%0A");
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: -0.084px;
      padding-bottom: 8px;
      box-sizing: border-box; }
    .enterprise-message-wrapper .enterprise-badge .right-icon {
      display: flex;
      width: 40px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1_14' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='40' height='32'%3E%3Crect width='40' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_14)'%3E%3Cpath d='M-131.347 2.81095C-130.36 1.07339 -128.515 0 -126.517 0H29.517C31.5154 0 33.3599 1.07339 34.3471 2.81095L39 11H-136L-131.347 2.81095Z' fill='%234A2FCC'/%3E%3Cpath d='M-136 11H40L16.1003 27.1035C14.2658 28.3397 12.104 29 9.89181 29H-105.892C-108.104 29 -110.266 28.3397 -112.1 27.1035L-136 11Z' fill='%230A1551' fill-opacity='0.2'/%3E%3Cpath d='M-119.204 3.13887C-120.131 1.21957 -122.075 0 -124.206 0H-127H30H27.2056C25.0741 0 23.1305 1.21957 22.2033 3.13887L12.676 22.8611C11.7488 24.7804 9.80522 26 7.67371 26H-104.674C-106.806 26 -108.75 24.7804 -109.677 22.8611L-119.204 3.13887Z' fill='%236747FF'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .enterprise-message-wrapper .details {
    width: 100%;
    border-radius: var(--lg, 8px);
    background: var(--gradient-feature, linear-gradient(180deg, #EFF1FF 0%, rgba(239, 241, 255, 0) 100%));
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 28px 10px 10px 10px;
    box-sizing: border-box;
    margin-top: 12px; }
    @media screen and (min-width: 576px) {
      .enterprise-message-wrapper .details {
        padding: 28px 20px 20px 20px; } }
    .enterprise-message-wrapper .details ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 16px 0 0 0;
      gap: 8px; }
      .enterprise-message-wrapper .details ul li {
        display: flex;
        gap: 8px;
        padding: 0;
        align-items: center;
        color: #343C6A;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.084px;
        width: 100%; }
        @media screen and (min-width: 576px) {
          .enterprise-message-wrapper .details ul li {
            width: calc(50% - 4px); } }
    .enterprise-message-wrapper .details .element-outline {
      background-color: #FFF;
      width: 100%;
      padding: 16px 16px 16px 12px;
      box-sizing: border-box;
      border-radius: 4px;
      box-shadow: 0 4px 8px 0 rgba(84, 95, 111, 0.16), 0 0 2px 0 rgba(37, 45, 91, 0.04); }
    .enterprise-message-wrapper .details .element {
      color: #0A1551;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 150% */
      letter-spacing: -0.176px;
      display: flex;
      gap: 8px; }
    .enterprise-message-wrapper .details .more {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .enterprise-message-wrapper .details .more > .element-outline {
        width: 100%; }
        @media screen and (min-width: 576px) {
          .enterprise-message-wrapper .details .more > .element-outline {
            width: calc(50% - 4px); } }
  .enterprise-message-wrapper .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px; }
    .enterprise-message-wrapper .cta .primary {
      display: inline-flex;
      border-radius: 4px;
      background: #0075E3;
      color: #FFF;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.084px;
      padding: 8px 20px;
      text-decoration: none;
      transition: .3s all;
      outline: 0 solid rgba(119, 207, 255, 0.5);
      white-space: nowrap; }
      .enterprise-message-wrapper .cta .primary:hover {
        background-color: #0066c3; }
      .enterprise-message-wrapper .cta .primary:focus {
        outline-width: .125rem; }
    .enterprise-message-wrapper .cta .outline {
      display: inline-flex;
      border-radius: 4px;
      background: #FFF;
      color: #343C6A;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.084px;
      padding: 8px 20px;
      text-decoration: none;
      transition: .3s all;
      border: 1px solid #C8CEED;
      outline: 0 solid rgba(227, 229, 245, 0.5);
      white-space: nowrap; }
      .enterprise-message-wrapper .cta .outline:hover {
        background-color: rgba(243, 243, 254, 0.5); }
      .enterprise-message-wrapper .cta .outline:focus {
        outline-width: .125rem; }
  .enterprise-message-wrapper .logo {
    display: flex;
    margin: 0 auto;
    width: 128px;
    height: auto; }

/*# sourceMappingURL=main.css.map */
