
<!DOCTYPE html>
<html>
<head>
  <title>Free Online Flashcards Maker & Flashcard App | Flashcards.io</title>
  <meta property="og:site_name" content="Flashcards.io">
  <meta name="description" content="Make, study and discover online flashcards with Flashcards.io. Create your own or discover flashcards created by other students on any subject. Try it free!">
  <meta property="og:title" content="Flashcards.io: Free Online Flashcards Maker & Flashcard App">
  <meta property="og:type" content="website">
  <meta name="keywords" content="flashcards,app,online,flash cards,cue cards maker" />

  <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  <meta name="apple-itunes-app" content="app-id=1437113609">

  <script src="/assets/application-fd1f1c19c1aaee8f00fa63cb77d5ec5a56faad1738efa799f8d98b33aa259dac.js" data-turbolinks-track="reload"></script>
  <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon-53f0c6da192ecaab25db93b7519317a06049e66450b33432080d913eb7840162.ico" />

  <link rel="apple-touch-icon" type="image/png" href="/assets/apple-touch-icon-c8bbee733a1419367cddbf45446311673a566923b39d41240594b13098ece6bb.png" />
  <link rel="icon" type="image/png" href="/assets/favicon-32x32-b337c1c453ac3743121235165fb8c1a7f3dce119c27282bb0402b13eaf810bc1.png" sizes="32x32" />
  <link rel="icon" type="image/png" href="/assets/favicon-16x16-c8723b04ab33006a1be0dc5183897709a25b1573312fa84c3acaa420e726f22f.png" sizes="16x16" />
  <link rel="mask-icon" type="image/png" href="/assets/safari-pinned-tab-6dfa5324ce8ab3a002a0f78f3891645209146430f2740dbdf0204b9dbba7ed70.svg" color="#00aa22" />

  <!-- Google Tag Manager -->
  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  })(window,document,'script','dataLayer','GTM-NFHSCFZ');</script>
  <!-- End Google Tag Manager -->

  <style>
    body {
      font-family: "Proxima Nova", sans-serif;
    }
    @font-face {
      body {
        font-family: "Proxima Nova";
        src: url(/assets/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix);
        src: inline-font-files("/assets/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff", "woff"), url(/assets/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format("truetype");
        font-weight: normal;
        font-style: normal;
      }
      }
      body.deck h1 {
        font-size: 36px;
        margin: 10px 0;
      }
      body.deck article, body.deck header {
        margin: 0 auto;
        max-width: 700px;
      }
      body.deck header {
        top: 0;
        background-color: #FFFFFF;
      }
      body.deck nav ul {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        margin: 10px 0;
      }
      body.deck nav li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
      }
      body.deck nav .item--name {
        font-weight: bold;
        margin-right: 10px;
        padding-right: 10px;
      }
      body.deck nav .item--name a {
        color: inherit;
        text-decoration: none;
      }
      body.deck nav .item--icon {
        max-width: 40px;
      }
      body.deck nav .item--icon a {
        display: inline-block;
        margin-right: 5px;
      }
      body.deck nav .item--icon img {
        width: 100%;
        height: auto;
        margin-right: 5px;
      }
      body.deck nav .item--search {
        display: none;
      }
      body.deck nav .item--app, body.deck nav .item--button {
        margin-left: 10px;
      }
      body.deck nav .item--app a, body.deck nav .item--button a {
        border-radius: 18px;
        display: block;
        border: 2px solid #00aa22;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        padding: 6px 10px;
        text-align: center;
        background-color: #00aa22;
        color: #FFFFFF;
        box-shadow: 0 5px 15px 0 rgba(223, 223, 223, 0.4), 0 4px 7px 0 rgba(0, 0, 0, 0.1);
      }
      body.deck nav .item--app.item--light a, body.deck nav .item--button.item--light a {
        color: #00aa22;
        background-color: #FFFFFF;
      }
      body.deck nav .buttons {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
      }
      body.deck iframe {
        width: 100%;
        height: 410px;
        margin: 0 auto;
      }
      body.deck h1 {
        margin: 10px 0;
        position: sticky;
        top: 0;
        background: white;
        padding-top: 10px;
        margin-top: -10px;
      }
      body.deck .button {
        border-radius: 18px;
        display: inline-block;
        background: #00aa22;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #FFFFFF;
        text-align: center;
        position: relative;
      }
      body.deck .fab {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        z-index: 999;
        bottom: 10px;
      }
      body.deck .fab.fab--right {
        position: absolute;
        right: 0;
        top: 100%;
      }
      body.deck .fab svg {
        width: 70%;
        height: auto;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
      }
      body.deck .fab svg path {
        fill: #FFFFFF;
      }
      body.deck .card {
        padding: 10px;
        margin: 20px 0;
      }
      body.deck .card a {
        text-decoration: none;
        color: inherit;
        display: block;
      }
      body.deck .card h4 {
        font-size: 20px;
        margin: 0;
        font-weight: bold;
      }
      body.deck .card p {
        font-size: 14px;
      }
      @media screen and (min-width: 576px) {
        body.deck h1 {
          font-size: 48px;
        }
        body.deck .button.fab.fab--right {
          position: absolute;
          top: 50%;
          right: 50%;
          transform: translate(50%, -50%);
          right: 0;
        }
        body.deck nav .item--search {
          display: inline-block;
        }
        body.deck nav .item--name {
          border-right: 1px solid black;
        }
      }
      /*
        Place all the styles related to the matching controller here.
        They will automatically be included in application.css.
      */
      body.page {
        height: 100vh;
        margin: 0;
        font-family: "Proxima Nova", sans-serif;
        height: 100vh;
      }
      @font-face {
        body.page {
          font-family: "Proxima Nova";
          src: url(/assets/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix);
          src: inline-font-files("/assets/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff", "woff"), url(/assets/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format("truetype");
          font-weight: normal;
          font-style: normal;
        }
      }
      body.page h1 {
        font-size: 30px;
      }
      body.page h2 {
        font-size: 20px;
        margin-bottom: 0;
      }
      body.page svg {
        width: 64px;
        height: 64px;
      }
      body.page input {
        padding: 12px;
      }
      body.page p.p--light {
        font-weight: initial;
      }
      body.page a {
        color: #00aa22;
      }
      body.page a:not(.link), body.page .button {
        border-radius: 18px;
        display: block;
        border: 2px solid #00aa22;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #00aa22;
        padding: 6px 16px;
        margin: 15px 0;
        text-align: center;
      }
      body.page a:not(.link):first-of-type, body.page .button:first-of-type {
        color: white;
        background-color: #00aa22;
      }
      body.page form input.button {
        display: inline-block;
      }
      body.page .alert {
        background: #EF4F4F;
        margin: 0;
        padding: 1em 0;
        text-align: center;
        color: #FFFFFF;
      }
      body.page .section {
        margin-bottom: 0;
      }
      body.page .section:last-of-type {
        background-color: #00aa22;
        color: white;
        overflow: hidden;
        position: relative;
        margin-bottom: -100px;
        padding-bottom: 100px;
      }
      body.page .section:last-of-type .background {
        height: 150%;
        right: -30%;
        top: -30%;
        max-width: none;
        position: absolute;
        width: 100%;
        z-index: 1;
        overflow: hidden;
      }
      body.page .section:last-of-type svg {
        height: 40px;
        width: 40px;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-right: 10px;
      }
      body.page .section:last-of-type .content {
        z-index: 2;
        position: relative;
      }
      body.page .section ul {
        font-size: 20px;
        list-style: none;
        padding: 0;
      }
      body.page .section ul li {
        margin: 33px 0;
        font-weight: 18px;
        vertical-align: middle;
      }
      body.page .section ul li:first-of-type {
        margin-top: 0;
      }
      body.page .section .content {
        max-width: 350px;
        margin: 0 auto;
      }
      body.page .section .section .feature svg {
        display: block;
      }
      body.page .section.home .MobileLinks {
        text-align: center;
      }
      body.page .section.home .icon {
        background: none;
        border: none;
        padding: 0 10px;
        margin: 10px 0;
        display: inline-block;
        width: 40px;
        height: 40px;
      }
      body.page .section.home .icon img {
        height: 100%;
      }
      @media screen and (min-width: 800px) {
        body.page h1 {
          font-size: 40px;
        }
        body.page section {
          display: flex;
          flex-direction: row-reverse;
          height: 100%;
        }
        body.page .feature svg {
          display: inline-block;
        }
        body.page .section {
          flex: 1;
          align-items: center;
          justify-content: center;
          display: flex;
        }
        body.page .section.align-initial {
          align-items: initial;
        }
        body.page .section .content {
          max-width: 411px;
          font-weight: bold;
        }
        body.page .section:last-of-type {
          margin: 0;
          padding: 0;
        }
      }
      body.page.home .content, body.page.error .content {
        padding: 10px;
      }
      body.page .error form {
        display: flex;
      }
      body.page .error form input[type=text] {
        flex: 4;
      }
      body.page .error form input[type=submit] {
        flex: 1;
      }
  </style>
</head>

<body class="page ">
  <section>
    <div class='error section'>
<div class='content'>
<svg width="852px" height="851px" viewBox="0 0 852 851" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <desc>icon</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group" transform="translate(8.000000, 7.000000)" fill="#00AA22" stroke="#FFFFFF" stroke-width="7"><path d="M140.520446,839.940515 L421.967019,394.126455 C430.209997,383.166744 436.217929,375.565998 439.990815,371.324217 C447.430008,362.960478 454.380253,356.847931 460.306642,352.458755 C467.055846,347.460189 470.834589,344.710738 474.37165,342.592783 C477.729103,340.582376 480.868796,339.140958 486.124567,336.885034 C496.917268,332.252503 500.815431,330.911921 511.10568,329.902574 C521.39593,328.893227 525.852087,329.751479 532.21126,330.500344 C535.285214,330.862337 541.976093,332.012234 549.034004,333.986552 C556.57699,336.096561 564.534573,339.089985 568.795389,341.192692 C576.296272,344.89437 587.211784,351.571452 601.157192,362.736766 C606.12855,366.717056 613.863258,374.096972 624.361317,384.876512 L835.438642,407.419693 C837.05206,407.764227 838.095543,408.093505 838.569089,408.407525 C839.897686,409.288552 840,410.536753 840,411.01949 C840,411.498471 839.877096,412.734188 838.569089,413.435348 C838.09239,413.690883 837.048908,413.902073 835.438642,414.068917 C808.72039,413.403022 789.009062,413.070075 776.304657,413.070075 C773.488206,413.070075 757.80022,412.350723 727.818833,414.068917 C724.416741,414.263887 708.198508,414.566295 680.664226,419.245344 C676.683776,419.921764 672.708085,420.585676 666.400342,422.155388 C659.993066,423.74987 651.173337,426.294563 636.690506,432.760875 C627.856591,436.705052 593.584163,452.470894 566.293225,508.264006 C558.540148,524.11426 547.539815,550.088911 536.881969,579.394851 C530.335498,597.395719 524.564327,616.928684 516.967884,635.242145 C507.416519,658.268523 494.615271,680.910764 481.845885,697.529958 C478.333146,702.101743 477.964871,702.842619 474.697583,706.827796 C447.483802,740.020995 434.538462,751.03128 406.611454,769.767152 C402.811645,772.316396 394.943943,777.441465 389.489169,780.76422 C351.39005,803.972161 287.973581,827.653912 214.874324,837.044145 C197.358057,839.294262 172.573431,840.259718 140.520446,839.940515 Z M526.408051,412.511533 C534.422768,412.511533 540.919979,406.088477 540.919979,398.165236 C540.919979,390.241995 534.422768,383.818939 526.408051,383.818939 C518.393334,383.818939 511.896123,390.241995 511.896123,398.165236 C511.896123,406.088477 518.393334,412.511533 526.408051,412.511533 Z M78.0669145,661.071286 C93.599758,647.720045 105.315836,637.720039 113.215148,631.071269 C121.114461,624.422498 133.810902,613.91671 151.304474,599.553903 L179.030979,615.414465 C184.403946,631.636663 188.614968,643.725773 191.664046,651.681796 C194.713124,659.637819 200.04444,672.447728 207.657993,690.111524 C178.096384,685.988096 156.184244,682.335457 141.921572,679.153606 C133.411696,677.255143 122.289081,674.785725 108.766109,670.91775 C102.671628,669.174547 92.4385632,665.892392 78.0669145,661.071286 Z M225.281856,666.69145 C168.16233,543.676123 158.124285,420.587267 195.167719,297.424882 C232.211153,174.262496 306.634801,75.120869 418.438662,4.54747351e-13 C418.295049,85.6711984 417.28792,149.418261 415.417277,191.241188 C413.546634,233.064115 408.853994,296.745263 401.339356,382.284633 L225.281856,666.69145 Z M0,440.710088 L93.8465642,430.929368 C106.009149,451.558593 115.531555,466.753355 122.413782,476.513652 C129.296009,486.27395 142.094175,502.733972 160.808279,525.89372 C162.964766,538.167559 164.714406,547.338346 166.057201,553.406082 C167.399995,559.473819 169.817111,569.131518 173.30855,582.379182 C152.847798,571.108403 137.178298,561.819196 126.300049,554.511561 C110.899061,544.165703 94.6542276,532.567362 78.3242322,519.041742 C64.9960505,508.002428 53.375601,496.931885 42.4106147,486.440839 C35.1006238,479.446808 20.9637523,464.203224 0,440.710088 Z M43.7174721,213.903346 C57.7365591,220.395193 73.1937816,227.771329 90.0891398,236.031754 C106.984498,244.292179 120.001547,250.883914 129.140287,255.806959 C127.435175,292.601633 128.789317,327.935199 133.202712,361.807657 C137.616108,395.680114 143.947229,424.74182 152.196076,448.992772 L154.572491,488.698885 C142.090123,471.953018 132.635458,458.314776 126.208496,447.784159 C113.39477,426.788791 99.9802205,402.122754 87.29108,373.098845 C73.4814625,341.512066 63.5660316,312.043205 55.0144215,274.922116 C51.875574,261.296911 48.1099242,240.957321 43.7174721,213.903346 Z M158.974529,373.159851 C154.592374,341.065594 152.160898,317.450127 151.680102,302.31345 C150.45918,263.875749 154.192762,228.042818 160.513054,195.018505 C170.566721,142.486846 186.55445,95.6962907 208.47624,54.6468401 L262.304833,132.185282 C240.299181,160.073767 219.953712,192.613998 201.268426,229.805975 C189.902195,252.429797 177.929936,285.227205 169.95857,315.69016 C166.53657,328.767497 162.875223,347.924061 158.974529,373.159851 Z" id="Combined-Shape"></path></g></g></svg>
<h1>Sorry, that page doesn't exist!</h1>
<p>Find flashcards:</p>
<form action="/search" accept-charset="UTF-8" method="get">
<input type="text" name="q" id="q" value="" placeholder="Search Flashcards.io" data-behavior="search" />
<input type="submit" name="commit" value="Search" data-disable-with="Search" />
</form>

<p class='p--light'>
Or we could take you back to the
<a class='link' href='/'>Flashcards.io home page.</a>
</p>
</div>
</div>


    <div class="section">
      <svg class="background" viewBox="0 0 535 535" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><desc>flashcards.io icon</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path fill="#009E1F" d="M89,534.962134 L268.455097,251.175225 C273.71096,244.198723 277.541719,239.3604 279.947375,236.660257 C284.69073,231.336245 289.122324,227.445248 292.90109,224.651279 C297.204497,221.469397 299.613887,219.71921 301.869177,218.371007 C304.009946,217.091264 306.011867,216.173717 309.363036,214.737688 C316.244645,211.788809 318.730179,210.93545 325.291416,210.292941 C331.852654,209.650432 334.693974,210.19676 338.748691,210.673457 C340.708696,210.903887 344.974914,211.635864 349.475157,212.892634 C354.284693,214.235779 359.358583,216.141269 362.075351,217.479767 C366.858041,219.836102 373.817956,224.086458 382.709784,231.193838 C385.879606,233.727528 390.811387,238.425279 397.505127,245.287091 L532.091601,259.637153 C533.120344,259.85647 533.785686,260.066074 534.087627,260.265967 C534.934763,260.826793 535,261.621346 535,261.928636 C535,262.233536 534.921635,263.020143 534.087627,263.466472 C533.783675,263.629135 533.118334,263.76357 532.091601,263.869776 C515.055591,263.445895 502.487315,263.233954 494.386772,263.233954 C492.590954,263.233954 482.588029,262.776045 463.471389,263.869776 C461.302158,263.993886 450.961138,264.186387 433.404814,267.164877 C430.866812,267.595458 428.331844,268.018077 424.30992,269.017291 C420.224533,270.032273 414.600925,271.65212 405.366426,275.768308 C399.733773,278.279009 377.881093,288.314896 360.479929,323.830499 C355.536436,333.920119 348.522437,350.454514 341.726814,369.109472 C337.552674,380.568084 333.872877,393.001968 329.029257,404.659564 C322.939144,419.31721 314.776852,433.73033 306.634876,444.309426 C304.395094,447.219636 304.160275,447.691248 302.076997,450.228048 C284.72503,471.357474 276.470862,478.366169 258.664129,490.292655 C256.241307,491.915399 251.224727,495.177807 247.746671,497.292937 C223.454028,512.066159 183.018614,527.140988 136.409291,533.118424 C125.240623,534.550756 109.437526,535.165326 89,534.962134 Z M335,263 C339.970563,263 344,258.970563 344,254 C344,249.029437 339.970563,245 335,245 C330.029437,245 326,249.029437 326,254 C326,258.970563 330.029437,263 335,263 Z M49,421.400419 C58.9484164,412.849267 66.4522854,406.444501 71.5116069,402.186122 C76.5709283,397.927743 84.702697,391.199036 95.9069129,382 L113.66508,392.158312 C117.106337,402.548244 119.803396,410.291031 121.756258,415.386674 C123.70912,420.482317 127.123701,428.686759 132,440 C113.066494,437.359043 99.0322897,435.019614 89.8973875,432.981714 C84.4470148,431.765794 77.323245,430.18419 68.6621031,427.706845 C64.7587332,426.590364 58.2046988,424.488222 49,421.400419 Z M143.075642,425 C106.724963,346.580644 100.336783,268.114416 123.911103,189.601314 C147.485424,111.088212 194.848389,47.8877738 266,0 C265.908605,54.6133587 265.267672,95.2506005 264.077201,121.911725 C262.88673,148.57285 259.900349,189.168073 255.118058,243.697394 L143.075642,425 Z M0,281.199737 L59.56499,275 C67.2846571,288.076316 73.3285865,297.70787 77.6967784,303.894663 C82.0649703,310.081455 90.1880445,320.515024 102.066001,335.195371 C103.434737,342.97543 104.545244,348.788548 105.397524,352.634724 C106.249804,356.480901 107.783962,362.602659 110,371 C97.013435,363.855753 87.0679071,357.967573 80.1634161,353.335458 C70.3883141,346.777494 60.0776189,339.425615 49.7128706,330.852085 C41.253392,323.854558 33.8778214,316.837236 26.9182773,310.187242 C22.2785813,305.753912 13.3058222,296.091411 0,281.199737 Z M28,136 C36.9788914,140.134249 46.8788744,144.831647 57.699949,150.092192 C68.5210237,155.352737 76.8581338,159.550598 82.7112794,162.685776 C81.6191955,186.117991 82.486491,208.619717 85.3131658,230.190956 C88.1398406,251.762194 92.1947729,270.269767 97.4779628,285.713674 L99,311 C91.0053408,300.33561 84.9498531,291.650271 80.8335369,284.943984 C72.62665,271.573354 64.0349508,255.865106 55.9078584,237.381603 C47.0631272,217.26597 40.7125298,198.499105 35.2354271,174.859018 C33.22507,166.181982 30.813261,153.228976 28,136 Z M100.819401,238 C98.0127347,217.545155 96.4554324,202.494154 96.1474939,192.846996 C95.3655225,168.349242 97.7567927,145.511603 101.804789,124.464 C108.243924,90.9836505 118.483683,61.1623173 132.524068,35 L167,84.4180867 C152.905904,102.192439 139.875115,122.931519 127.907635,146.635328 C120.627834,161.054318 112.959887,181.957306 107.854417,201.372462 C105.662708,209.707128 103.317702,221.916307 100.819401,238 Z" id="Combined-Shape" fill="#009E1F"></path></g></svg>
      <div class="content">
        <ul>
          <li class="feature">
            <svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><title>ionicons-v5-j</title><path  fill="currentColor" d='M288,256c52.79,0,99.43-49.71,104-110.82,2.27-30.7-7.36-59.33-27.12-80.6C345.33,43.57,318,32,288,32c-30.24,0-57.59,11.5-77,32.38-19.63,21.11-29.2,49.8-27,80.78C188.49,206.28,235.12,256,288,256Z'/><path  fill="currentColor" d='M495.38,439.76c-8.44-46.82-34.79-86.15-76.19-113.75C382.42,301.5,335.83,288,288,288s-94.42,13.5-131.19,38c-41.4,27.6-67.75,66.93-76.19,113.75-1.93,10.73.69,21.34,7.19,29.11A30.94,30.94,0,0,0,112,480H464a30.94,30.94,0,0,0,24.21-11.13C494.69,461.1,497.31,450.49,495.38,439.76Z'/><path  fill="currentColor" d='M104,288V248h40a16,16,0,0,0,0-32H104V176a16,16,0,0,0-32,0v40H32a16,16,0,0,0,0,32H72v40a16,16,0,0,0,32,0Z'/></svg>
            <strong><span>Collaborate from any device</span></strong>
          </li>
          <li class="feature">
            <svg data-prefix="fas" data-icon="wifi-slash" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" class="svg-inline--fa fa-wifi-slash fa-w-20 fa-3x"><path fill="currentColor" d="M5.09 154.87c-6.66 6.16-6.79 16.59-.35 22.97l34.24 33.96c6.14 6.09 16.02 6.23 22.4.38 6.99-6.4 14.31-12.22 21.65-18.01l-64.96-50.21c-4.3 3.71-8.79 7.04-12.98 10.91zm471.75 181.9l45.42-45.21c6.52-6.46 6.29-17.06-.57-23.17-64.94-57.74-148.91-82.66-230.34-74.98l-83.16-64.27c125.94-38.36 267.75-11.01 370.43 83.05 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.96c6.44-6.39 6.3-16.82-.35-22.97C496.46 26.82 298.08-.76 133.42 71.35L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.03-2.81-22.45L476.84 336.77zm-358.53-68.38c-6.86 6.1-7.08 16.7-.57 23.17l34.28 34.01c5.97 5.93 15.59 6.32 21.94.8 13.35-11.6 28.01-20.66 43.15-28.55l-68.36-52.83c-10.48 7.15-20.74 14.78-30.44 23.4zM256 416c0 35.35 28.65 64 64 64 31.91 0 58.15-23.42 62.99-53.98l-88.7-68.56C271.77 367.37 256 389.82 256 416z" class=""></path></svg>
            <strong><span>Study anywhere - even offline</span></strong>
          </li>
          <li class="feature">
            <svg focusable="false" data-prefix="fas" data-icon="image" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-image fa-w-16 fa-3x"><path fill="currentColor" d="M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z" class=""></path></svg>
            <strong><span>Customize easily with pictures</span></strong>
          </li>
        </ul>
      </div>
    </div>
  </section>
</body>
</html>
