body { overflow-x: hidden; } .siege-post-container__intro { margin-bottom:3rem; } .siege-post-container .contents { width: 100vw; max-width: 100vw; padding: 3rem 0; margin-left: calc(50% - 50vw); background: #fff; display: flex; justify-content: center; align-items: center; } .siege-post-container .contents__container { max-width: 790px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: center; } @media (max-width: 520px) { .siege-post-container .contents__container { align-items: stretch; padding: 0 1rem; } } .siege-post-container .contents__single { width: 50%; min-width: 210px; max-width: 250px; min-height: 175px; box-sizing: border-box; border: 2px solid #EFA938; border-radius: 4px; padding: 2.875rem 1.875rem 0.75rem; text-decoration: none; margin: 0.5rem 0.25rem; } .siege-post-container .contents__single span { display: block; } .siege-post-container .contents__single:hover { background: #FBEACF !important; } @media (max-width: 520px) { .siege-post-container .contents__single { max-width: 180px; min-width: 150px; margin: 0.75rem 0.25rem; padding: 1.5rem; min-height: 0; } } @media (max-width: 400px) { .siege-post-container .contents__single { max-width: unset; width: 100%; } } .siege-post-container .contents__number { text-transform: uppercase; font-family: "Nunito Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; letter-spacing: 1px; line-height: 19px; font-size: 14px; color: #EFA938; } @media (max-width: 520px) { .siege-post-container .contents__number { font-size: 13px; } } .siege-post-container .contents__title { font-family: "Lora", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; color: #461951; font-size: 19px; font-weight: 700; line-height: 28px; } @media (max-width: 520px) { .siege-post-container .contents__title { font-size: 17px; line-height: 25px; } } .siege-post-container .chapter { width: 100vw; max-width: 100vw; box-sizing: border-box; padding: 3rem 2rem; margin-left: calc(50% - 50vw); background: #fff; display: flex; justify-content: center; align-items: center; } .siege-post-container .chapter--grey { background: #F5F7F7; } .siege-post-container .chapter--grey .stat__grid > .stat__single--light { background-color: #FFFFFF; } .siege-post-container .chapter__container { max-width: 790px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: center; } .siege-post-container .chapter__heading { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; } @media (max-width: 520px) { .siege-post-container .chapter__heading { flex-direction: column; } } .siege-post-container .chapter__title, .siege-post-container .chapter__heading p { max-width: 50%; margin-bottom: 0!important; width: 100%; } .siege-post-container .chapter__img { max-width: 100%; width: 100%; display: block; } @media (max-width: 520px) { .siege-post-container .chapter__title, .siege-post-container .chapter__heading p { max-width: 100%; width: 100%; } } .siege-post-container .chapter__title { font-family: "Lora", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif; color: #461951; font-size: 38px; font-weight: 700; line-height: 48px; margin-bottom: 0; } @media (max-width: 520px) { .siege-post-container .chapter__title { margin-bottom: 2rem!important; margin-top: 0; } } .siege-post-container .chapter__number { font-family: "Nunito Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #EFA938; font-size: 19px; letter-spacing: 1px; line-height: 26px; font-weight: 800; text-transform: uppercase; display: block; margin-bottom: 10px; } .siege-post-container .chapter__img { padding-bottom: 9px; } .siege-post-container .stat__grid { display: grid; width: 100%; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 1fr; gap: 1rem; margin-top: 2rem; } @media (max-width: 768px) { .siege-post-container .stat__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; } } @media (max-width: 520px) { .siege-post-container .stat__grid { grid-template-columns: 1fr; grid-auto-rows: auto; } } .siege-post-container .stat__grid > .stat__single { box-sizing: border-box; padding: 1.25rem 1.875rem; border-radius: 4px; display: flex; flex-direction: column; justify-content: space-between; } .siege-post-container .stat__grid > .stat__single:nth-child(1) { grid-area: g1; } .siege-post-container .stat__grid > .stat__single:nth-child(2) { grid-area: g2; } .siege-post-container .stat__grid > .stat__single:nth-child(3) { grid-area: g3; } .siege-post-container .stat__grid > .stat__single:nth-child(4) { grid-area: g4; } .siege-post-container .stat__grid > .stat__single:nth-child(5) { grid-area: g5; } .siege-post-container .stat__grid > .stat__single:nth-child(6) { grid-area: g6; } .siege-post-container .stat__grid > .stat__single:nth-child(7) { grid-area: g7; } .siege-post-container .stat__grid > .stat__single:nth-child(8) { grid-area: g8; } .siege-post-container .stat__grid > .stat__single:nth-child(9) { grid-area: g9; } .siege-post-container .stat__grid > .stat__single:nth-child(10) { grid-area: g10; } .siege-post-container .stat__grid > .stat__single:nth-child(11) { grid-area: g11; } .siege-post-container .stat__grid > .stat__single:nth-child(12) { grid-area: g12; } .siege-post-container .stat__grid > .stat__single:nth-child(13) { grid-area: g13; } .siege-post-container .stat__grid > .stat__single:nth-child(14) { grid-area: g14; } .siege-post-container .stat__grid > .stat__single:nth-child(15) { grid-area: g15; } .siege-post-container .stat__grid > .stat__single:nth-child(16) { grid-area: g16; } .siege-post-container .stat__grid > .stat__single:nth-child(17) { grid-area: g17; } .siege-post-container .stat__grid > .stat__single:nth-child(18) { grid-area: g18; } .siege-post-container .stat__grid > .stat__single:nth-child(19) { grid-area: g19; } .siege-post-container .stat__grid > .stat__single:nth-child(20) { grid-area: g20; } .siege-post-container .stat__grid > .stat__single--purple { background-color: #B5A3B9; } .siege-post-container .stat__grid > .stat__single--grey { background-color: #DADADA; } .siege-post-container .stat__grid > .stat__single--light { background-color: #F5F7F7; } .siege-post-container .stat__grid > .stat__single--light strong { position: relative; z-index: 10; } .siege-post-container .stat__grid > .stat__single--light strong::before { content: ""; height: 12px; width: 105%; background: #FBEACF; position: absolute; left: -2.5%; bottom: 0; z-index: -1; } .siege-post-container .stat__grid > .stat__single img.stat__image { padding: 2rem 1rem; box-sizing: border-box; } @media (max-width: 768px) { .siege-post-container .stat__grid > .stat__single img.stat__image { max-width: 250px !important; display: block; margin: 0 auto 2rem; } } @media (max-width: 520px) { .siege-post-container .stat__grid > .stat__single img.stat__image { padding: 1rem !important; } } .siege-post-container .stat__grid > .stat__single--center { justify-content: center; } .siege-post-container .stat__info { font-size: 19px; line-height: 34px; margin: 0; } .siege-post-container .stat__info--default { display: flex; flex-direction: column; justify-content: center; } .siege-post-container .stat__info--side { display: flex; flex-direction: row; } .siege-post-container .stat__info--side img { padding: 0 1rem !important; } .siege-post-container .stat__info--side p { width: 100%; } @media (max-width: 768px) { .siege-post-container .stat__info--side { flex-direction: column; } .siege-post-container .stat__info--side img { padding: 2rem 1rem !important; } } .siege-post-container .stat__info--img-only { display: flex; flex-direction: column; justify-content: center; align-items: center; } .siege-post-container .stat__info--img-only img { padding: 0.5rem !important; } @media (max-width: 768px) { .siege-post-container .stat__info--img-only img { margin: 0.5rem auto !important; } } .siege-post-container .stat__footer { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } @media (max-width: 768px) { .siege-post-container .stat__footer { margin-top: 1rem; } } .siege-post-container .stat__source { font-size: 15px; line-height: 17px; color: #461951; } .siege-post-container .stat__source a { color: #461951; } .siege-post-container .stat__source a:hover { color: #792B8B; background-color: transparent !important; } .siege-post-container .stat__share { min-width: 46px; position: relative; } .siege-post-container .stat__share .icon { cursor: pointer; background-color: transparent !important; } .siege-post-container .stat__share .icon:hover { filter: brightness(0) saturate(100%) invert(24%) sepia(56%) saturate(1512%) hue-rotate(258deg) brightness(90%) contrast(101%); background-color: transparent !important; } .siege-post-container .stat__share .icon:first-of-type { margin-right: 0.25rem; } .siege-post-container .stat__share .icon:last-of-type { margin-left: 0.25rem; } .siege-post-container .stat__share.copied::after { content: "Copied!"; color: #000; animation-name: copy; animation-duration: 1.5s; position: absolute; top: -35px; left: -50%; transform: translateX(25%); } .siege-post-container #chapter-1 .stat__grid { grid-template-areas: "g1 g2 g3" "g4 g4 g3" "g5 g6 g6" "g5 g7 g8" "g9 g10 g10"; } @media (max-width: 768px) { .siege-post-container #chapter-1 .stat__grid { grid-template-areas: "g1 g2" "g3 g5" "g4 g6" "g7 g8" "g9 g10"; } } @media (max-width: 520px) { .siege-post-container #chapter-1 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10"; } } .siege-post-container #chapter-1 .stat__single:nth-child(4) .stat__info { max-width: 350px; } @media (max-width: 520px) { .siege-post-container #chapter-1 .stat__single:nth-child(4) .stat__info { max-width: unset; } } .siege-post-container #chapter-1 .stat__single:nth-child(6) .stat__info { max-width: 350px; } @media (max-width: 520px) { .siege-post-container #chapter-1 .stat__single:nth-child(6) .stat__info { max-width: unset; } } .siege-post-container #chapter-1 .stat__single:nth-child(10) .stat__info { max-width: 250px; } @media (max-width: 520px) { .siege-post-container #chapter-1 .stat__single:nth-child(10) .stat__info { max-width: unset; } } .siege-post-container #chapter-1 .stat__single:nth-child(10) .stat__image { max-width: 208px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-1 .stat__single:nth-child(10) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-2 .stat__grid { grid-template-areas: "g1 g1 g2" "g3 g4 g4" "g3 g5 g6" "g7 g7 g6" "g8 g9 g9" "g8 g10 g11" "g12 g12 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-2 .stat__grid { grid-template-areas: "g1 g2" "g3 g6" "g5 g4" "g7 g8" "g9 g10" "g11 g12"; } } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11" "g12"; } } .siege-post-container #chapter-2 .stat__single:nth-child(1) .stat__info { max-width: 360px; } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__single:nth-child(1) .stat__info { max-width: unset; } } .siege-post-container #chapter-2 .stat__single:nth-child(4) .stat__info { max-width: 350px; } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__single:nth-child(4) .stat__info { max-width: unset; } } .siege-post-container #chapter-2 .stat__single:nth-child(7) .stat__info { max-width: 390px; } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__single:nth-child(7) .stat__info { max-width: unset; } } .siege-post-container #chapter-2 .stat__single:nth-child(9) .stat__info { max-width: 350px; } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-2 .stat__single:nth-child(12) .stat__info { max-width: 380px; } @media (max-width: 520px) { .siege-post-container #chapter-2 .stat__single:nth-child(12) .stat__info { max-width: unset; } } .siege-post-container #chapter-3 .stat__grid { grid-template-areas: "g1 g1 g2" "g3 g4 g4" "g3 g5 g6" "g7 g7 g6" "g8 g9 g9" "g8 g10 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-3 .stat__grid { grid-template-areas: "g1 g2" "g3 g4" "g8 g6" "g7 g5" "g9 g10" "g11 g11"; } } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11"; } } .siege-post-container #chapter-3 .stat__single:nth-child(1) .stat__info { max-width: 255px; } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__single:nth-child(1) .stat__info { max-width: unset; } } .siege-post-container #chapter-3 .stat__single:nth-child(1) .stat__image { max-width: 220px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__single:nth-child(1) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-3 .stat__single:nth-child(4) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__single:nth-child(4) .stat__info { max-width: unset; } } .siege-post-container #chapter-3 .stat__single:nth-child(7) .stat__info { max-width: 360px; } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__single:nth-child(7) .stat__info { max-width: unset; } } .siege-post-container #chapter-3 .stat__single:nth-child(9) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-3 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-4 .stat__grid { grid-template-areas: "g1 g2 g2" "g3 g4 g5" "g6 g6 g5" "g7 g8 g8" "g7 g9 g10"; } @media (max-width: 768px) { .siege-post-container #chapter-4 .stat__grid { grid-template-areas: "g1 g2" "g3 g4" "g5 g7" "g6 g8" "g9 g10"; } } @media (max-width: 520px) { .siege-post-container #chapter-4 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10"; } } .siege-post-container #chapter-4 .stat__single:nth-child(2) .stat__info { max-width: 270px; } @media (max-width: 520px) { .siege-post-container #chapter-4 .stat__single:nth-child(2) .stat__info { max-width: unset; } } .siege-post-container #chapter-4 .stat__single:nth-child(2) .stat__image { max-width: 215px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-4 .stat__single:nth-child(2) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-4 .stat__single:nth-child(6) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-4 .stat__single:nth-child(6) .stat__info { max-width: unset; } } .siege-post-container #chapter-4 .stat__single:nth-child(8) .stat__info { max-width: 352px; } @media (max-width: 520px) { .siege-post-container #chapter-4 .stat__single:nth-child(8) .stat__info { max-width: unset; } } .siege-post-container #chapter-5 .stat__grid { grid-template-areas: "g1 g1 g2" "g3 g4 g5" "g3 g6 g6" "g7 g7 g8" "g9 g10 g8"; } @media (max-width: 768px) { .siege-post-container #chapter-5 .stat__grid { grid-template-areas: "g1 g7" "g2 g4" "g5 g6" "g3 g8" "g9 g10"; } } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10"; } } .siege-post-container #chapter-5 .stat__single:nth-child(1) .stat__info { max-width: 246px; } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__single:nth-child(1) .stat__info { max-width: unset; } } .siege-post-container #chapter-5 .stat__single:nth-child(1) .stat__image { max-width: 225px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__single:nth-child(1) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-5 .stat__single:nth-child(6) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__single:nth-child(6) .stat__info { max-width: unset; } } .siege-post-container #chapter-5 .stat__single:nth-child(7) .stat__info { max-width: 255px; } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__single:nth-child(7) .stat__info { max-width: unset; } } .siege-post-container #chapter-5 .stat__single:nth-child(7) .stat__image { max-width: 215px; padding-top: 20px !important; padding-bottom: 20px !important; } @media (max-width: 520px) { .siege-post-container #chapter-5 .stat__single:nth-child(7) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-6 .stat__grid { grid-template-areas: "g1 g1 g2" "g3 g4 g4" "g5 g5 g6" "g7 g8 g6" "g7 g9 g9" "g10 g10 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-6 .stat__grid { grid-template-areas: "g1 g2" "g3 g4" "g7 g6" "g5 g8" "g9 g10" "g11 g11"; } } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11"; } } .siege-post-container #chapter-6 .stat__single:nth-child(1) .stat__info { max-width: 256px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(1) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(1) .stat__image { max-width: 215px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(1) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-6 .stat__single:nth-child(4) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(4) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(5) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(5) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(9) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(10) .stat__info { max-width: 350px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(10) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(11) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(11) .stat__info { max-width: unset; } } .siege-post-container #chapter-6 .stat__single:nth-child(11) .stat__image { max-width: 140px; padding-top: 0px !important; padding-bottom: 0px !important; } @media (max-width: 520px) { .siege-post-container #chapter-6 .stat__single:nth-child(11) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-7 .stat__grid { grid-template-areas: "g1 g2 g2" "g1 g3 g4" "g5 g5 g4" "g6 g7 g7" "g6 g8 g9" "g10 g10 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-7 .stat__grid { grid-template-areas: "g1 g2" "g6 g4" "g5 g3" "g7 g8" "g9 g10" "g11 g11"; } } @media (max-width: 520px) { .siege-post-container #chapter-7 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11"; } } .siege-post-container #chapter-7 .stat__single:nth-child(2) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-7 .stat__single:nth-child(2) .stat__info { max-width: unset; } } .siege-post-container #chapter-7 .stat__single:nth-child(5) .stat__info { max-width: 410px; } @media (max-width: 520px) { .siege-post-container #chapter-7 .stat__single:nth-child(5) .stat__info { max-width: unset; } } .siege-post-container #chapter-7 .stat__single:nth-child(7) .stat__info { max-width: 415px; } @media (max-width: 520px) { .siege-post-container #chapter-7 .stat__single:nth-child(7) .stat__info { max-width: unset; } } .siege-post-container #chapter-7 .stat__single:nth-child(10) .stat__info { max-width: 405px; } @media (max-width: 520px) { .siege-post-container #chapter-7 .stat__single:nth-child(10) .stat__info { max-width: unset; } } .siege-post-container #chapter-8 .stat__grid { grid-template-areas: "g1 g2 g3" "g4 g4 g3" "g5 g6 g6" "g5 g7 g8" "g9 g9 g8" "g10 g11 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-8 .stat__grid { grid-template-areas: "g1 g2" "g3 g8" "g5 g6" "g11 g4" "g9 g10" "g7 g7"; } } @media (max-width: 520px) { .siege-post-container #chapter-8 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11"; } } .siege-post-container #chapter-8 .stat__single:nth-child(4) .stat__info { max-width: 385px; } @media (max-width: 520px) { .siege-post-container #chapter-8 .stat__single:nth-child(4) .stat__info { max-width: unset; } } .siege-post-container #chapter-8 .stat__single:nth-child(6) .stat__info { max-width: 395px; } @media (max-width: 520px) { .siege-post-container #chapter-8 .stat__single:nth-child(6) .stat__info { max-width: unset; } } .siege-post-container #chapter-8 .stat__single:nth-child(9) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-8 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-8 .stat__single:nth-child(11) .stat__info { max-width: 360px; } @media (max-width: 520px) { .siege-post-container #chapter-8 .stat__single:nth-child(11) .stat__info { max-width: unset; } } .siege-post-container #chapter-9 .stat__grid { grid-template-areas: "g1 g2 g2" "g1 g3 g4" "g5 g5 g6" "g7 g8 g6" "g7 g9 g9" "g10 g10 g11"; } @media (max-width: 768px) { .siege-post-container #chapter-9 .stat__grid { grid-template-areas: "g1 g2" "g3 g4" "g5 g6" "g7 g8" "g9 g10" "g11 g11"; } } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9" "g10" "g11"; } } .siege-post-container #chapter-9 .stat__single:nth-child(2) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__single:nth-child(2) .stat__info { max-width: unset; } } .siege-post-container #chapter-9 .stat__single:nth-child(5) .stat__info { max-width: 256px; } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__single:nth-child(5) .stat__info { max-width: unset; } } .siege-post-container #chapter-9 .stat__single:nth-child(5) .stat__image { max-width: 218px; padding-top: 10px !important; padding-bottom: 10px !important; } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__single:nth-child(5) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-9 .stat__single:nth-child(9) .stat__info { max-width: 380px; } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-9 .stat__single:nth-child(10) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-9 .stat__single:nth-child(10) .stat__info { max-width: unset; } } .siege-post-container #chapter-10 .stat__grid { grid-template-areas: "g1 g1 g2" "g3 g4 g2" "g5 g6 g6" "g5 g7 g8" "g9 g9 g8"; } @media (max-width: 768px) { .siege-post-container #chapter-10 .stat__grid { grid-template-areas: "g5 g2" "g3 g4" "g1 g6" "g7 g8" "g9 g9"; } } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__grid { grid-template-areas: "g1" "g2" "g3" "g4" "g5" "g6" "g7" "g8" "g9"; } } .siege-post-container #chapter-10 .stat__single:nth-child(1) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__single:nth-child(1) .stat__info { max-width: unset; } } .siege-post-container #chapter-10 .stat__single:nth-child(6) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__single:nth-child(6) .stat__info { max-width: unset; } } .siege-post-container #chapter-10 .stat__single:nth-child(8) .stat__info { max-width: 400px; } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__single:nth-child(8) .stat__info { max-width: unset; } } .siege-post-container #chapter-10 .stat__single:nth-child(8) .stat__image { max-width: 400px; padding-top: 80px !important; padding-bottom: 80px !important; } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__single:nth-child(8) .stat__image { padding: 1rem !important; } } .siege-post-container #chapter-10 .stat__single:nth-child(9) .stat__info { max-width: 355px; } @media (max-width: 520px) { .siege-post-container #chapter-10 .stat__single:nth-child(9) .stat__info { max-width: unset; } } .siege-post-container #chapter-11 { padding-bottom: 1rem; } .siege-post-container #chapter-11 .chapter__title { max-width: 100%; } .siege-post-container #chapter-11 .chapter__number { display: none; } .siege-post-container #chapter-11 .chapter__accordion { width: 100%; } .siege-post-container #chapter-12 { padding-top: 1rem; } .siege-post-container #chapter-12 .chapter__title { max-width: 100%; } .siege-post-container #chapter-12 .chapter__number { display: none; } .faq-container-custom { flex: 1; } .faq-container-custom p:empty { display: none; }

99 Small Business Statistics for 2021

Written by Editorial Team – Editorial Staff, updated on

 

Chapter 1General small business statistics

General small business statistics graphic

A small business is any company that has less than 500 employees. To provide background information on how important small businesses are to the economy and how they drive industry growth, we’ve compiled general small business stats to cover the basics of what you need to know.

99.9% of U.S. businesses are small businesses.

There are 31.7 million small businesses in the U.S.

74% of Americans felt increased community responsibility to support local businesses during the 2020 holiday season.

74%

97.5% of all firms who exported goods from the U.S. in 2018 were small businesses.

72% of Americans said they agree that it’s more important to support small businesses than to get the best deal while holiday shopping.

Holiday Shopping

55% of small business owners said running their business is fulfilling.

Small businesses created 1.6 million jobs in 2019.

Small businesses created 65.1% of new jobs since 2000.

50% of small businesses use social media marketing.

60% of customers prefer to contact a local business by calling them on the phone.

Phone

Chapter 2Online small business statistics

Online small business statistics graphic

Like any business, small businesses have to adapt to keep up with changing times. By offering shipping options and digital software, they are able to interact with customers and meet their needs effectively, no matter where they are.

Increasingly more consumers are using online shopping to get exactly what they’re looking for in an accessible way, which has resulted in immense growth among online small businesses, exhibited by the statistics below.

21% of American respondents said that not having a delivery option was a barrier to shopping at a small business.

Computer

53% of Americans said that they were likely to shop at a small business through an online marketplace like Etsy or eBay during the 2020 holiday season.

Etsy and Ebay

84% of small businesses use at least one major digital platform like social media to provide customers with information.

47% of small businesses are finding new ways to interact with customers.

51% of Americans surveyed said that they were more likely to spend at a small business if they offered online ordering.

51%

95% of small business owners said that ease of use was important when evaluating new technology for their company.

29% of U.S. respondents reported that not having an online shopping or ordering option was a barrier to spending at small businesses.

79% of small businesses use digital tools in order to communicate with customers and suppliers.

Online Shopping

32% of small business owners said they anticipate a more digital sales strategy in the future.

32%

39% of small businesses reported that productivity software was a top technology budget priority for their business.

Chapter 3Small business revenue statistics

Small business revenue statistics graphic

More and more small businesses open every year, which makes the competition steep. However, the increased support for small businesses in recent years has caused their revenue to grow and prosper. While small businesses were hit hard by the COVID-19 pandemic, entrepreneurs are hopeful as customer support for local and small businesses has grown in the past year, shown by the statistics below.

60% of small business owners expect increased revenue in the next year.

Calendar

For every $100 a customer spends at a small business, $48 goes to the local economy.

43% of American consumers said they are willing to spend $20 more on a product to support a small or local business, as opposed to saving $20 and purchasing from a larger business.

50% of small business owners said that the national economy will improve in the next year.

The average small business owner makes $67,140 per year.

86.3% of small business owners said they have an annual salary less than $100,000.

Bank

86% of small businesses would need supplemental funding or to cut costs if revenue was lost for two months.

In 2018, 55% of small business owners said they didn’t seek financing for their business since cash flow was sufficient.

55%

56% of small business owners reported that their local economy will improve in the next year.

14% of small business owners will use extra capital to pay down debt.

Revenue

Chapter 4Small business growth statistics

Small business growth statistics graphic

Growth is an important aspect of the longevity of a business, but it’s much easier to encourage repeat customers to make a purchase than to engage new customers.

Since most small businesses struggle with longevity, it's important for them to keep their legacy in mind in order for sustainable growth. With millions of new business applications in the past year alone, the growth for small businesses is apparent in the following statistics.

Small businesses created 66% of new jobs from 2000 to 2017.

Of the top five small business industries, the food and restaurant industry is the largest at 12%.

Food and Restaurants

The overall growth rate of the U.S. economy in 2019 was 2.3%.

46% of small businesses said they were successful in obtaining loans.

37% of Americans said they made more of an effort to shop at local businesses during the pandemic.

Shop Local

In 2020 alone, 4.3 million business applications were filed, which is up 24% from 2019.

28% of small businesses added work from home capabilities in response to the COVID-19 pandemic.

28%

Small businesses experienced a 14% credit growth rate in 2020.

56% of small business owners have plans to increase business over the next five years.

13% of small businesses plan to incorporate new technology.

Chapter 5Small business cybersecurity statistics

Small business cybersecurity statistics graphic

As more businesses opt for an online format, cyberattacks have become an increasing phenomenon, where data breaches and internal attacks become the norm. Small businesses are just as likely to be victims of cybersecurity breaches, so investing in cybersecurity software and white hat hackers can help prevent future attacks.

These cybersecurity statistics for small businesses outline the biggest threats to sensitive information and who is behind them.

43% of cyberattacks targeted small businesses.

Target

21% of cyberattacks occurred due to errors.

33% of small business cyberattacks were social attacks.

Social Attacks

52% of small business data breaches were because of hacking.

34% of cyberattacks on small businesses involved internal offenders.

23% of the attacks involved government actors who took part in the breaches.

15% of the cyberattacks occurred because of misuse of authorized users.

Authorized User

22% of small businesses reported they suffered a security breach because of a remote worker.

22%

69% of small business cyberattacks were the work of outsiders.

39% of the attacks came from organized criminal groups.

Chapter 6Small business lending statistics

Small business lending statistics graphic

Obtaining loans from the government or banks is one way that small businesses can afford upfront expenses. It can take a while for small businesses to make a profit, but thanks to ample lenders, they’re able to start off on the right track.

As the number of small businesses increases, so does the number of owners borrowing money from lenders. Keep reading to learn fast facts about small business lending.

75% of entrepreneurs said payroll and staffing needs were the top reasons they applied for loans.

Payroll Staffing Needs

3.3 million of the total 5.2 million PPP loans in 2020 have been forgiven as of May 24, 2021.

In 2020, the average amount for a small business loan was $71,072.

30% of microloans from the Small Business Association (SBA) went to startups in the 2020 fiscal year.

66% of small businesses were most satisfied with large banks as lenders.

$799 billion in Paycheck Protection Program (PPP) loans were approved by the SBA as of May 31, 2021.

$799 Billion

42% of small businesses applied for a loan, line of credit or cash advance from a large bank in 2019.

42%

Small businesses that applied for financing went from 43% in 2019 to 37% in 2020.

5 million of the 5.6 million PPP loans approved in 2021 went to businesses with 10 employees or less.

Small businesses that received all of the financing they applied for went from 51% in 2019 to 37% in 2020.

Lending Money

Chapter 7Small business employment statistics

Small business employment statistics graphic

Employees at small businesses are integral to the company’s success — without passionate and dedicated workers, small businesses wouldn’t be able to thrive. This year, entrepreneurs are looking for a myriad of qualities in their candidates like experience, enthusiasm and the ability to learn new skills.

On top of that, businesses are looking for employees to fill vacant positions given the enormous impact the pandemic has had on the workforce. Below, we’ve sourced informative statistics that serve as a testament to the need for hardworking employees at small businesses.

81% of small businesses have no employees.

Baker

1 in 5 business owners plan to hire over the next year.

46% of small business owners reported job openings that couldn't be filled in July 2021.

19% of small businesses have employees, as opposed to a singular owner who is self-employed.

Employees

47% of small business owners said they had difficulty finding qualified employee candidates.

23% of small business owners said the top characteristic they look for when hiring is creativity.

23%

49% of small business entrepreneurs said the top characteristic they look for when hiring is work experience, while 46% said integrity.

Small businesses created 10.5 million new jobs from 2000 to 2019.

60.6 million workers are employed by small businesses.

43% of small business owners said they look for passion for work in the hiring process, while 38% look for the ability to learn new skills.

Small Business Sign

Chapter 8COVID-19 small business statistics

COVID-19 small business statistics graphic

The pandemic had a major impact on small businesses, even causing many of them to close their doors for good. However, other small businesses in retail have entered the ring now that the landscape has changed dramatically with new customer needs like no-contact shopping and payment. Keep reading to learn about the impact the pandemic has had on small businesses.

38% of small businesses stayed open as essential businesses.

43% of small business owners have tried to hire since the pandemic began.

200,000 more businesses closed during the pandemic than the average yearly number of 600,000.

Closed Business

25% of small- and medium-sized businesses were closed as of December 2020.

56% of Americans said they increased how much they shopped at small and local businesses during the pandemic to help keep them in business.

33% of small- and medium-sized businesses expect it to take longer than six months to return to normal operations.

Face Mask

68% of small business owners used various sources of funding to help their business survive during COVID-19.

68%

31% of small businesses that closed and reopened said they were able to do so because of customer support.

55% of small business entrepreneurs said they faced operational challenges during the pandemic.

25% of small business owners said that the pandemic changed the types of employee roles and skill sets needed for their business’s success.

Chapter 9Small business failure statistics

Small business failure statistics graphic

More small businesses fail in their first few years than consumers might think. In fact, most businesses fail during the first decade of operations. Increased support for small businesses from the public has helped many stay afloat in the past year, however, the competition is only increasing with the 4.3 million new business applications filed in 2020. Read below to learn about failure in the small business landscape.

The industry with the highest failure rate is information, where 25% of businesses fail within the first year.

25%

20% of new businesses fail during their first two years of operation, 45% fail during the first five years and 65% fail during the first decade.

The state of Massachusetts has the lowest failure rate for small businesses.

25% of new businesses operate for 15 years or more.

The industry with the lowest failure rate is the agriculture, forestry, fishing and hunting industry, where 12% fail during the first year.

Forestry, Fishing and Hunting Industry

31% of survey respondents reported that small businesses have products that can be more expensive.

Expensive Product

29% of American respondents reported that a smaller range of products and services at small businesses was a barrier to shopping there.

About 600,000 businesses in the U.S. close every year.

19% of U.S. respondents said that shopping at small businesses is less convenient than shopping at larger businesses.

37% of respondents said that the biggest barrier for shopping at small businesses was the lack of awareness about them because of little to no advertising.

Closed Business

Chapter 10Small business demographic statistics

Small business demographic statistics graphic

More minorities and veterans have become small business owners in recent years and have ultimately created more representation. This in turn can inspire more young entrepreneurs to pursue their business dreams and become their own boss.

If you’re looking to learn more about who is behind small businesses and how they succeed, read the following demographic statistics.

45% of small business owners were part of a minority ethnic group.

33% of female business owners reported household responsibilities were affecting their ability to focus on work, compared to male business owners at 25%.

Male vs Female Business Owners

26% of Americans surveyed said there was a lack of small businesses around them.

There are 5.2 million self-employed minority people in the United States.

54% of Americans said they were likely to shop at a minority-owned small business during the 2020 holiday season.

54%

The number of Black-owned businesses in the U.S. reached 124,551 in 2021.

Veterans owned, operated and controlled 379,620 small businesses in the U.S. in 2018.

43% of Hispanic small business owners obtained a high school diploma or GED.

Diploma

51% of Hispanic small business owners said they opened their own business to be their own boss.

Chapter 11Additional facts and FAQs

More minorities and veterans have become small business owners in recent years and have ultimately created more representation. This in turn can inspire more young entrepreneurs to pursue their business dreams and become their own boss.

If you’re looking to learn more about who is behind small businesses and how they succeed, read the following demographic statistics.

What is the success rate of small businesses?

The small business economy can be tough: 78% of new small businesses succeed during the first year of operation, whereas 68% of them succeed during the first two years. Sixty percent of new businesses succeed during the first three years of operation, while 34% of new businesses are able to stay in business for a decade.

Chapter 12Wrapping up: the future of small business

While starting a small business is not easy, many that stand the test of time are able to do so because of proper planning, accounting and passion for the business. Small businesses make up the vast majority of businesses in the country, and more new businesses are registered every day. The statistics we covered above are the fast facts of the plight of entrepreneurship, but many can testify that it is worth all the time and effort it takes to start a small business.

Advertisement

LLC Formation Service

LLC Formation: $39 + state fees
Pricing:
Turnaround Time:
Help & Support:
Customer Satisfaction:
Ease of use:

Best LLC Service 2023

  • Formed 1,000,000+ LLCs
  • $39 formation includes registered agent service
  • Fast formation & same day filing
  • Exceptional customer reviews
Last updated: Apr 2024

Article by:

Editorial Team

Editorial Staff

Team of legal researchers, qualified accountants, attorneys, and entrepreneurs passionate about simplifying business for everyone. SimplifyLLC's mission is to help you set up an LLC, educate you about the business essentials and provide ideas for your ventures.

Small business tips straight to your inbox

Already running a small business? Get free tips to your inbox.

We respect your privacy. We're GDPR compliant.

    document.addEventListener("DOMContentLoaded", function() { // Copy to clipboard icon var clips = document.getElementsByClassName("stat__clipboard"); for (var i = 0; i < clips.length; i++) { clips.item(i).closest('.icon').addEventListener('click', function(event){ event.preventDefault(); let listElem = event.target.closest('.stat__single'); let iconsDiv = event.target.closest('.stat__share'); let statToCopy = listElem.querySelector('.stat__info'); var textArea = document.createElement('textarea'); textArea.style.position = 'absolute'; textArea.style.opacity = '0'; textArea.value = statToCopy.innerText.replace(/\n/g, ' ') + " - via SimplifyLLC"; document.body.appendChild(textArea); var range = document.createRange(); range.selectNode(statToCopy); window.getSelection().addRange(range); try { // Now that we've selected the anchor text, execute the copy command textArea.select(); var successful = document.execCommand('copy'); var msg = successful ? 'successful' : 'unsuccessful'; console.log('Copy was ' + msg); document.body.removeChild(textArea); if (successful) { iconsDiv.classList.add('copied'); setTimeout(function(){ console.log(iconsDiv); iconsDiv.className = "stat__share"; }, 1500); } } catch(err) { console.log('Oops, unable to copy'); console.log(err); } }, false); } // Twitter share icon var tws = document.getElementsByClassName("stat__twitter"); for (var i = 0; i < tws.length; i++) { tws.item(i).closest('.icon').addEventListener('click', function(event){ event.preventDefault(); let listElem = event.target.closest('.stat__single'); let iconsDiv = event.target.closest('.stat__share'); let selection = listElem.querySelector('.stat__info').innerText.replace(/\n/g, ' '); selection = encodeURI(selection); let via = ''; var twitterWindow = window.open('https://twitter.com/share?text=' + selection + ' - ' + via + ' via ' + '@' + 'SimplifyLLC_com ', 'twitter-popup', 'height=350,width=600'); if (twitterWindow.focus) { twitterWindow.focus(); } //return false; }, false); } });