<!DOCTYPE html>
<html>
<head>
        <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
      <meta name="ulp-version" content="1.110.3">
    
    
    
    <meta name="robots" content="noindex, nofollow">
    
    
    <link rel="stylesheet" href="https://cdn.auth0.com/ulp/react-components/1.187.3/css/main_wcag_compliant.cdn.min.css">
    <style id="custom-styles-container">
      
        




        
          :root, .af-custom-form-container .af-form {
    --primary-color: #f2671f;
  }
        
      

        
          :root, .af-custom-form-container .af-form {
    --button-font-color: #ffffff;
  }
        
      

        
          :root {
    --secondary-button-border-color: #c9cace;
    --social-button-border-color: #c9cace;
    --radio-button-border-color: #c9cace;
  }
        
      

        
          :root {
    --secondary-button-text-color: #1e212a;
  }
        
      

        
      

        
          :root {
    --link-color: #0B64C4;
  }
        
      

        
          :root {
    --title-font-color: #1e212a;
  }
        
      

        
          :root {
    --font-default-color: #1e212a;
  }
        
      

        
          :root {
    --widget-background-color: #ffffff;
  }
        
      

        
          :root {
    --box-border-color: #c9cace;
  }
        
      

        
          :root {
    --font-light-color: #65676e;
  }
        
      

        
          :root {
    --input-text-color: #000000;
  }
        
      

        
          :root {
    --input-border-color: #c9cace;
    --border-default-color: #c9cace;
  }
        
      

        
          :root {
    --input-background-color: #ffffff;
  }
        
      

        
          :root {
    --icon-default-color: #65676e;
  }
        
      

        
          :root {
    --error-color: #C72230;
    --error-text-color: #ffffff;
  }
        
      

        
          :root {
    --success-color: #1E8668;
  }
        
      

        
          :root {
    --base-focus-color: #302C41;
    --transparency-focus-color: rgba(48,44,65, 0.15);
  }
        
      

        
          :root {
    --base-hover-color: #000000;
    --transparency-hover-color: rgba(0,0,0, var(--hover-transparency-value));
  }
        
      

        
      




        
          
        
      

        
          html, :root, .af-custom-form-container .af-form {
    font-size: 16px;
    --default-font-size: 16px;
  }
        
      

        
          body {
    --title-font-size: 1.5rem;
    --title-font-weight: var(--font-default-weight);
  }
        
      

        
          .c2cface91 {
    font-size: 0.875rem;
    font-weight: var(--font-default-weight);
  }
        
      

        
          .c10f927da {
    font-size: 0.875rem;
    font-weight: var(--font-default-weight);
  }
  .ulp-passkey-benefit-heading {
    font-size: 1.025rem;
  }
        
      

        
          .c1ea4f31e, .c41f09d5a {
    font-size: 1rem;
    font-weight: var(--font-default-weight);
  }
        
      

        
          body {
    --ulp-label-font-size: 1rem;
    --ulp-label-font-weight: var(--font-default-weight);
  }
        
      

        
          .cf1f2a2e1, .cff36c100, [id^='ulp-container-'] a {
    font-size: 0.875rem;
    font-weight: var(--font-bold-weight) !important;
  }
        
      

        
          
        
      




        
          :root {
    --button-border-width: 1px;
    --social-button-border-width: 1px;
    --radio-border-width: 1px;
  }
        
      

        
          body {
    --button-border-radius: 3px;
    --radio-border-radius: 3px;
  }
        
      

        
          :root {
    --input-border-width: 1px;
  }
        
      

        
          body {
    --input-border-radius: 3px;
  }

  .af-custom-form-container .af-form {
    --border-radius: 3px;
  }
        
      

        
          :root {
    --border-radius-outer: 5px;
  }
        
      

        
          :root {
    --box-border-width: 0px;
  }
        
      

        
          
        
      




        
          
    body {
      --logo-alignment: 0 auto;
    }
  
        
      

        
          
    .cd1405eca {
      content: url('https://marketing-assets.chegg.com/ZYPTD8JS/at/n94q7c2t55fm6mrgwtbh4zv/0114_PDM_Spring22NewTemplate_shipped_LogoChegg.svg?auto=webp&format=svg&width=488&height=167');
    }
  
        
      

        
          body {
    --logo-height: 52px;
  }
  .cd1405eca {
    height: var(--logo-height);
  }
  
        
      

        
          
    body {
      --header-alignment: center;
    }
  
        
      

        
          
        
      




        
          .c53204626 {
    --page-background-alignment: center;
  }
        
      

        
          body {
    --page-background-color: #ffffff;
  }
        
      

        
          
        
      




      
    </style>
    <style>
    /* By default, hide features for javascript-disabled browsing */
    /* We use !important to override any css with higher specificity */
    /* It is also overriden by the styles in <noscript> in the header file */
    .no-js {
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      height: 1px;
      overflow: hidden;
      position: absolute;
      white-space: nowrap;
      width: 1px;
    }
  </style>
  <noscript>
    <style>
      /* We use !important to override the default for js enabled */
      /* If the display should be other than block, it should be defined specifically here */
      .js-required { display: none !important; }
      .no-js {
        clip: auto;
        clip-path: none;
        height: auto;
        overflow: auto;
        position: static;
        white-space: normal;
        width: 100%;
      }
      .no-js-container {
        width: var(--prompt-width);
      }
    </style>
  </noscript>
    

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title>Log in | Internships</title>
    <link rel="icon" type="image/svg+xml" href="https://cdn.web.chegg.com/static/favicon-s.svg">

    <!-- Scripts -->
    <script type="text/javascript">
        const CVID = "64e5a15e-7669-4493-a069-49aed39ec32a";
        const env="" ;
        if (CVID) {
            const domain = (env === "prod" ? ".chegg.com" : ".cheggnet.com");
            document.cookie = `CVID=${CVID}; path=/; domain=${domain}; max-age=31536000; SameSite=Lax`;
        }
        const brandCookie = "internships";
        document.cookie = `brand=${brandCookie}; max-age=31536000;`;
    </script>

    <!-- OneTrust Cookies Consent Notice start -->
    <script src="https://cdn.cookielaw.org/scripttemplates/gpp.stub.js" type="text/javascript"></script>
    
    <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="562d20a1-3c9d-4656-aa1f-300bf8baa4fc"></script>
    
    <script type="text/javascript">
        // Flag to prevent GTM from double-injecting scripts already loaded on this page
        window.__ONETRUST_INJECTED_BY_SOURCE = true;
        function OptanonWrapper() { }
    </script>
    <!-- OneTrust Cookies Consent Notice end -->

    <!-- 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-587MQ8G9');</script>
    <!-- End Google Tag Manager -->
    <script>
        window.digitalData = {
            "blockDDRW": true,
            "page": {
                "pageInfo": {
                    "pageName": "Auth page",
                    "experience": "desktop"
                },
                "category": {
                    "pageType": "core",
                    "primaryCategory": "chegg",
                    "subCategory1": "web",
                    "subCategory2": "core"
                }
            }
        }
    </script>
   
    <script src="https://assets.adobedtm.com/63653349b887/188397411560/launch-0a1cdbd476c4.min.js" async></script>
    

    <style>
        body {
            position: relative !important;
            min-height: calc(100vh - 62px);
        }

        :root {
            --chegg-color: #eb7100;
        }

        .header {
            height: 60px;
            border-bottom: 4px solid var(--chegg-color);
            width: 100%;
            background-color: white;
            z-index: 350;
        }

        .logo {
            width: 88px;
            height: 100%;
            fill: var(--chegg-color);
            stroke: var(--chegg-color);
        }

        .logo-container {
            display: flex;
            max-width: 1200px;
            height: 100%;
            padding: 0 24px;
            justify-content: space-between;
            align-items: center;
        }

        .footer {
            width: 100%;
            display: flex;
            flex: 1;
            background-color: white;
            position: relative;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .footer-content {
            display: flex;
            flex: 1;
            padding: 0 15vw;
            flex-direction: column;
        }

        .top-row {
            display: flex;
            justify-content: space-between;
            padding: 0 12px;
            border-bottom: 1px solid #CAC8D1;
        }

        .social-icons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0;
        }

        .social-icons a:nth-child(2) {
            margin: 0 32px;
        }

        .social-icons-spacer {
            width: 16px;
        }

        .store-icons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0;
        }

        .bottom-row {
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
        }

        .copyright {
            font-size: 12px;
            padding: 8px;
            color: #534F63;
        }

        .links {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            list-style-type: none;
            margin: 0;
            padding: 0;
            color: #302C41;
        }

        .link {
            padding: 4px 12px;
            text-decoration: none;
            color: #302C41;
            font-size: 12px;
            line-height: 22px;
        }

        .link:hover {
            text-decoration: underline;
        }

        .one-trust-link {
            color: #302C41;
            padding: 12px 32px;
            line-height: 38px;
            border: 1px solid #68b631;
            background-color: #ffffff;
        }

        .one-trust-link:hover {
            color: black;
            background-color: #68b631;
            text-decoration-color: #ffffff;
        }

        .ads {
            overflow: hidden;
            position: absolute;
            width: 100vw;
            max-height: calc(100vh - 62px);
            top: 62px;
            left: 0;
            max-width: 100%;
            z-index: 0;
        }

        .ads iframe {
            width: 100vw;
        }

        ._widget-auto-layout:not(.fmn) ._widget {
            grid-template-rows: [left-start center-start right-start] 1fr [left-end center-end right-end] !important;
            grid-template-columns: [left-start] 1fr [center-start] 1fr [right-start] 1fr [left-end center-end right-end] !important;
        }

        ._widget-auto-layout.fmn {
            background: url("https://marketing-assets.chegg.com/ZYPTD8JS/at/7bx4v5m66fm454jw7hzpg5z/Auth_blur.png?auto=webp&format=png") no-repeat top left / cover;
        }

        ._widget section {
            z-index: 1 !important;
        }

        .clear {
            clear: both
        }

        .cell {
            width: auto;
            height: 100%;
            margin: 0 auto;
            padding: 0 10px
        }

        .mathway-header {
            background-color: #fafafa;
            border-bottom: 1px solid #e1e1e1;
            margin-bottom: 20px
        }

        .mathway-header .cell {
            height: 52px;
            padding: 6px 0 0;
            position: relative
        }

        .return-link {
            font-family: Segoe UI,Lucida Grande,Tahoma,Arial;
            font-weight: 400;
            font-size: 24px;
            line-height: 48px;
            color: #738dc3;
            float: left;
            cursor: pointer;
            background-color: transparent;
            border: 0;
            text-align: center;
            padding: 0;
            margin-top: -6px;
            margin-left: 4px
        }

        .go-back {
            font-weight: 400;
            font-style: normal;
            font-size: 24px;
            display: inline-block;
        }


        .member-icon {
            color: #999;
            font-family: Mathway;
            font-weight: 400;
            font-style: normal;
            font-size: 28px;
            line-height: 40px;
            display: inline-block;
            position: absolute;
            right: 52px;
            width: 40px;
            height: 40px;
            text-align: center
        }


        .mathway-logo {
            background-repeat: no-repeat;
            background-position: -5px -55px;
            width: 165px;
            height: 40px;
            position: absolute;
            top: 10px;
            left: calc(50% - 77px);
            z-index: 50;
            cursor: pointer;
            background-color: transparent;
            border: 0
        }

        .mathway-auth-content-small {
            display: none;
            background-color: #fff6f0;
            position: relative
        }

        .mathway-auth-content-small-inner {
            padding: 10px 35px 10px 20px
        }

        .mathway-auth-content-small-inner span {
            font-weight: 700
        }

        .content-close-icon {
            color: #222;
            font-family: Mathway;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            line-height: 14px;
            display: inline-block;
            width: 15px;
            height: 15px;
            text-align: center;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            background-color: transparent;
            border: 0
        }


        .mathway-auth-content {
            margin-top: 52px
        }

        .mathway-auth-left {
            width: 50%;
            display: inline-block;
            font-size: 20px;
            line-height: 26px;
            letter-spacing: .25px;
            vertical-align: top;
            color: #302c41
        }

        .mathway-auth-left-inner {
            max-width: 416px;
            margin: 0 auto
        }

        .mathway-auth-left ul {
            padding: 0;
            margin: 0;
            list-style-type: none
        }

        .mathway-auth-left ul li {
            padding: 0 0 20px;
            margin: 0
        }

        .checkmark {
            margin: 5px 10px 22px 0;
            float: left;
            display: inline
        }

        .mathway-auth-left h2 {
            font-size: 22px;
            line-height: 29px;
            font-weight: 800;
            margin: 20px 0px;
        }

        .chegg-logo {
            width: 5rem;
            height: 1.875rem
        }

        .chegg-logo-path {
            fill: #eb7100
        }

        .mathway-auth-right {
            width: 45%;
            display: inline-block;
            margin-top: -10%;
        }

        .mathway-auth-right-inner {
            margin: 0 auto
        }

        #prompt-logo-center {
            content: url("https://marketing-assets.chegg.com/ZYPTD8JS/at/n94q7c2t55fm6mrgwtbh4zv/0114_PDM_Spring22NewTemplate_shipped_LogoChegg.svg") !important;
        }

         @media (max-width: 899px) {
            .bottom-row {
                flex-direction: column;
                align-items: center;
            }

            .top-row {
                flex-direction: column;
                align-items: center;
            }

            ._widget-auto-layout:not(.fmn) ._widget {
                grid-template-rows: [left-start center-start right-start] 1fr [left-end center-end right-end] !important;
                grid-template-columns: [left-start center-start] 1fr [left-end right-start] 1fr [center-end right-end] !important;
            }
            .mathway-auth-left {
                display: none !important;
                visibility: hidden;
                width: 0;
                height: 0;
                overflow: hidden;
            }
            .mathway-logo {
                display: none;
            }
            .mathway-auth-content {
                margin: 0;
            }
            .mathway-auth-content .mathway-auth-right {
                width: 100% !important;
                display: block !important;
                margin-top: 0 !important;
            }
            .mathway-auth-content .cell {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .mathway-auth-content-small {
                width: 100%;
                margin: 0;
                display: block;
                background-color: #fff6f0;
                position: relative
            }
            .mathway-header {
                margin-bottom: 0;
            }
            .footer-content {
                padding: 0 5vw;
            }
        }

        @media screen and (min-width: 1025px) {
            .cell {
                min-width:988px;
                max-width: 1000px;
                width: calc(100% - 20px)
            }
        }

        @media (max-width: 380px) {
            #ulp-auth0-v2-captcha.ulp-auth0-v2-captcha{
                height: 62px;
                background-color: #FAFAFA;
            }

        }

        @media (min-width: 381px) and (max-width: 500px) {
            #ulp-auth0-v2-captcha.ulp-auth0-v2-captcha {
                max-width: unset;
                height: unset;
                transform: scale(1.08);
                background-color: #FAFAFA;
            }

        }

    </style>
</head>
<body class="_widget-auto-layout ">
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-587MQ8G9"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    
    

    <div class="header">
        <div class="logo-container">
            <a href="https://www.internships.com">
                <img src="https://marketing-assets.chegg.com/ZYPTD8JS/at/n94q7c2t55fm6mrgwtbh4zv/0114_PDM_Spring22NewTemplate_shipped_LogoChegg.svg" width="160px" height="30px" alt="Logo">
            </a>
        </div>
    </div>
    <main class="_widget login-id">
  <section class="c1454cea5 _prompt-box-outer c6a1a17ad">
    <div class="c0637c539 c736a2b0b">
      
    
      
        
          
        
      
    
      <div class="c9145151e">
        <header class="c0d866a27 cbd7a9f82" id="screen-header" tabindex="-1">
          <div title="chegg-prod" id="custom-prompt-logo" style="width: auto !important; height: 60px !important; position: static !important; margin: auto !important; padding: 0 !important; background-color: transparent !important; background-position: center !important; background-size: contain !important; background-repeat: no-repeat !important"></div>
        
          <img class="cd1405eca c8adfbb4f" id="prompt-logo-center" src="https://cdn.auth0.com/manhattan/versions/1.3935.0/assets/badge.png" alt="chegg-prod">
        
          
            <h1 class="cf16e5828 c2bcbaa94">Welcome</h1>
          
        
          <div class="c2cface91 ce2c6aa5c">
            <p class="c6710508d cfac82f55">Sign In to your Chegg account</p>
          </div>
        </header>
      
        <div class="c10f927da cf690fed8">
          
        
          
            <div class="c8b5bc2a4 c99a0a31d">
              <div class="c19f68a82">
                
              
                
              
                
                  
                    <form method="POST" class="cc3eb9530 _form-login-id" data-form-primary="true" data-disable-html-validations="true">
                      
                        
                          <button type="submit" name="action" class="ulp-hidden-form-submit-button" style="opacity: 0 !important; position: absolute !important; pointer-events: none !important" value="default" aria-hidden="true" tabindex="-1">Continue</button>
                        
                      
                    
                      <input type="hidden" name="state" value="hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">
                    
                      
                    
                      
                    
                      <div class="c8b5bc2a4 c99a0a31d">
                        <div class="c19f68a82">
                          
                        
                          
                        
                          
                            
                              
                                
                                  
                                    <div class="input-wrapper _input-wrapper">
                                      <div class="c810d01ab c3998fdbe text c80d74b62 ulp-field" data-action-text="" data-alternate-action-text="">
                                        <label id="username-label" class="ca387bce3 ca1ce339b c2d68104e" for="username">
                                          Phone number or Email address
                                        
                                          
                                            <span class="required" aria-hidden="true">*</span>
                                          
                                        </label>
                                      
                                        <input class="input cace10f8b c2612ccfa" inputMode="text" name="username" id="username" type="text" aria-labelledby="username-label" aria-required="true" value="" required autoComplete="username" autoCapitalize="none" spellCheck="false">
                                      
                                        
                                      </div>
                                    
                                      
                                        <div id="error-cs-username-required" class="ulp-error-info aria-error-check" data-ulp-validation-function="ulpRequiredFunction" data-ulp-validation-event-listeners="blur,change,input,focus" data-ulp-validation-target="username" aria-live="polite" aria-atomic="true">
                                          Email address or phone number is required
                                        </div>
                                      
                                    
                                      
                                    
                                      
                                    
                                      
                                    
                                      
                                        <div id="error-cs-pattern-mismatch" class="ulp-error-info aria-error-check" data-ulp-validation-function="ulpPatternCheckFunction" data-ulp-validation-event-listeners="blur,change,input,focus" data-ulp-validation-target="username" aria-live="polite" aria-atomic="true">Enter a valid email address or phone number. Phone numbers must include the country code.</div>
                                      
                                    
                                      
                                    </div>
                                  
                                
                              
                            
                          
                        
                          
                            
                              <div data-captcha-provider="auth0_v2" data-captcha-sitekey="0x4AAAAAACwSuI5jPtwnNwc5" data-captcha-lang="en" class="ulp-captcha-container">
                                
                                  
                                    
                                      
                                        
                                          <div class="ulp-auth0-v2-captcha ulp-captcha" id="ulp-auth0-v2-captcha"></div>
                                        
                                      
                                    
                                  
                                
                              
                                
                                  <input type="hidden" name="captcha" value="">
                                
                              </div>
                            
                              <span id="error-element-third-party-captcha" class="ulp-input-error-message ulp-captcha-client-error hide">
                                <span class="ulp-input-error-icon" aria-hidden="true"></span>
                              We couldn’t load the security challenge. Please try again. (Error code: #{errorCode})</span>
                            
                              <div id="captcha-status" class="screen-reader-only" aria-live="polite" role="status" aria-atomic="true"></div>
                            
                          
                        </div>
                      </div>
                    
                      
                    
                      <input class="hide" type="password" autoComplete="off" tabindex="-1" aria-hidden="true">
                    
                      <input type="hidden" id="js-available" name="js-available" value="false">
                    
                      <input type="hidden" id="webauthn-available" name="webauthn-available" value="false">
                    
                      <input type="hidden" id="is-brave" name="is-brave" value="false">
                    
                      <input type="hidden" id="webauthn-platform-available" name="webauthn-platform-available" value="false">
                    
                      
                    
                      <div class="c639c8753">
                        
                          <button type="submit" name="action" value="default" class="c1ea4f31e ce8ba4066 c44f7e4fd c4d2cc3a8 _button-login-id" data-action-button-primary="true">Continue</button>
                        
                      </div>
                    </form>
                  
                
              </div>
            </div>
          
        
          
        
          
            <div class="ulp-alternate-action  _alternate-action __s16nu9">
              <p class="c6710508d cfac82f55 cf638c58c">Don&#39;t have an account?
                <a class="cff36c100 ce08d2b8d" href="/u/signup/identifier?state=hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">Sign up</a>
              </p>
            </div>
          
        
          
        
          
            <div class="cc0632fba c978d7578">
              <span>Or</span>
            </div>
          
        
          
        
          
            
          
            <div class="c67818606 cded4d252">
              
            
              
                <form method="post" data-provider="google" class="c41f09d5a cfdc6b9cf c4e34f8af" data-form-secondary="true">
                  <input type="hidden" name="state" value="hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">
                
                  <input type="hidden" name="connection" value="google-oauth2">
                
                  <button type="submit" class="c87855d14 cac53068e cf78b5896" data-provider="google" data-action-button-secondary="true">
                    
                      <span class="c6b2151b8 cc73261b0" data-provider="google"></span>
                    
                  
                    <span class="c8fb99f93">Continue with Google</span>
                  </button>
                </form>
              
                <form method="post" data-provider="facebook" class="c41f09d5a cfdc6b9cf c135efc14" data-form-secondary="true">
                  <input type="hidden" name="state" value="hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">
                
                  <input type="hidden" name="connection" value="facebook">
                
                  <button type="submit" class="c87855d14 cac53068e c69d3465a" data-provider="facebook" data-action-button-secondary="true">
                    
                      <span class="c6b2151b8 cc73261b0" data-provider="facebook"></span>
                    
                  
                    <span class="c8fb99f93">Continue with Facebook</span>
                  </button>
                </form>
              
                <form method="post" data-provider="apple" class="c41f09d5a cfdc6b9cf cb75561e5" data-form-secondary="true">
                  <input type="hidden" name="state" value="hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">
                
                  <input type="hidden" name="connection" value="apple">
                
                  <button type="submit" class="c87855d14 cac53068e cca64d756" data-provider="apple" data-action-button-secondary="true">
                    
                      <span class="c6b2151b8 cc73261b0" data-provider="apple"></span>
                    
                  
                    <span class="c8fb99f93">Continue with Apple</span>
                  </button>
                </form>
              
                <form method="post" data-provider="oauth2" class="c41f09d5a cfdc6b9cf _social-button-container-oauth2" data-form-secondary="true">
                  <input type="hidden" name="state" value="hKFo2SBLeE8yOVBVVkptRmdmZWlucHJpZEhrYlIxcHRRMl9kTKFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIGRaWE5UVm8xZEVSWkQxMlUxR0VWUmFEOGY4WE9TUzdjo2NpZNkgd1ZjbjhhSEF5UkFrdXROM2EzSUhRZVBTa1dmVEgzZUg">
                
                  <input type="hidden" name="connection" value="openpass">
                
                  <button type="submit" class="c87855d14 cac53068e _social-button-oauth2" data-provider="oauth2" data-action-button-secondary="true">
                    
                      <span class="c6b2151b8 cc73261b0" data-provider="oauth2"></span>
                    
                  
                    <span class="c8fb99f93">Continue with Openpass</span>
                  </button>
                </form>
              
            
              
            </div>
          
        </div>
      </div>
    
      
    </div>
  
    
  </section>
</main>
<script id="client-scripts">
window.ulpFlags = {"custom_prompts_passkeys":true,"enable_ulp_wcag_compliance":true,"enable_ulp_rtl_support":false,"disable_ulp_form_submission_fix":false};!function(){var e,t,k,L,F,P,R,N,n,I,q,O,j,M,D,r,a,i,o,u={exports:function(e,t){return"object"==typeof e.ulpFlags&&null!==e.ulpFlags?e.ulpFlags:{}}}.exports(window,document),c=((e={}).exports=function(n,l){var r={},a={};function u(e,t){if(e.classList)return e.classList.add(t);var n=e.className.split(" ");-1===n.indexOf(t)&&(n.push(t),e.className=n.join(" "))}function i(e,t,n,r){return e.addEventListener(t,n,r)}function o(e){return"string"==typeof e}function c(e,t){return o(e)?l.querySelector(e):e.querySelector(t)}function s(e,t){var n=o(e)?l.querySelectorAll(e):e.querySelectorAll(t);return Array.prototype.slice.call(n)}function f(e,t){if(e.classList)return e.classList.remove(t);var n=e.className.split(" "),r=n.indexOf(t);-1!==r&&(n.splice(r,1),e.className=n.join(" "))}function d(e,t){return e.getAttribute(t)}function p(e,t,n){return e.setAttribute(t,n)}function m(e){return e.remove()}var e=["text","number","email","password","tel","url"],t="select,textarea,"+e.map(function(e){return'input[type="'+e+'"]'}).join(",");return{addClass:u,toggleClass:function(e,t,n){if(!0===n||!1===n)return r=e,a=t,!0!==n?f(r,a):u(r,a);var r,a;if(e.classList)return e.classList.toggle(t);var i=e.className.split(" "),o=i.indexOf(t);-1!==o?i.splice(o,1):i.push(t),e.className=i.join(" ")},hasClass:function(e,t){return e.classList?e.classList.contains(t):-1!==e.className.split(" ").indexOf(t)},addClickListener:function(e,t){return i(e,"click",t)},addEventListener:i,getAttribute:d,hasAttribute:function(e,t){return e.hasAttribute(t)},getElementById:function(e){return l.getElementById(e)},getParent:function(e){return e.parentNode},isString:o,loadScript:function(e,t){var n=l.createElement("script");for(var r in t)r.startsWith("data-")?n.dataset[r.replace("data-","")]=t[r]:n[r]=t[r];n.src=e,l.body.appendChild(n)},removeScript:function(e){l.querySelectorAll('script[src="'+e+'"]').forEach(function(e){e.remove()})},poll:function(e){var i=e.interval||2e3,t=e.url||n.location.href,o=e.condition||function(){return!0},u=e.onSuccess||function(){},c=e.onError||function(){};return setTimeout(function r(){if(l.hidden)return setTimeout(r,i);var a=new XMLHttpRequest;return a.open("GET",t),a.setRequestHeader("Accept","application/json"),a.onload=function(){if(200===a.status){var e="application/json"===a.getResponseHeader("Content-Type").split(";")[0]?JSON.parse(a.responseText):a.responseText;return o(e)?u():setTimeout(r,i)}if(429!==a.status)return c({status:a.status,responseText:a.responseText});var t=1e3*Number.parseInt(a.getResponseHeader("X-RateLimit-Reset")),n=t-(new Date).getTime();return setTimeout(r,i<n?n:i)},a.send()},i)},querySelector:c,querySelectorAll:s,removeClass:f,removeElement:m,setAttribute:p,removeAttribute:function(e,t){return e.removeAttribute(t)},swapAttributes:function(e,t,n){var r=d(e,t),a=d(e,n);p(e,n,r),p(e,t,a)},setGlobalFlag:function(e,t){r[e]=!!t},getGlobalFlag:function(e){return!!r[e]},setSubmittedForm:function(e,t){a[e]=t},getSubmittedForm:function(e){return a[e]},preventFormSubmit:function(e){e.stopPropagation(),e.preventDefault()},getUlpFields:function(e){var t=[];return s(e,'input[name^="ulp-"], textarea[name^="ulp-"], select[name^="ulp-"]').forEach(function(e){t.push({name:d(e,"name"),value:e.value})}),t},appendUlpFieldsToForm:function(n,e){e&&e.length&&(s(n,'input[type="hidden"][name^="ulp-"], textarea[name^="ulp-"], select[name^="ulp-"]').forEach(function(e){m(e)}),e.forEach(function(e){var t=l.createElement("input");p(t,"type","hidden"),p(t,"name",e.name),p(t,"value",e.value),n.appendChild(t)}))},matchMedia:function(e){return"function"==typeof n.matchMedia&&n.matchMedia(e).matches},dispatchEvent:function(e,t,n){var r;"function"!=typeof Event?(r=l.createEvent("Event")).initCustomEvent(t,n,!1):r=new Event(t,{bubbles:n}),e.dispatchEvent(r)},timeoutPromise:function(e,a){return new Promise(function(t,n){var r=setTimeout(function(){n(new Error("timeoutPromise: promise timed out"))},e);a.then(function(e){clearTimeout(r),t(e)},function(e){clearTimeout(r),n(e)})})},createMutationObserver:function(e){return"undefined"==typeof MutationObserver?null:new MutationObserver(e)},consoleWarn:function(){(console.warn||console.log).apply(console,arguments)},getConfigJson:function(e){try{var t=c(e);if(!t)return null;var n=t.value;return n?JSON.parse(n):null}catch(e){return null}},getCSSVariable:function(e){return getComputedStyle(l.documentElement).getPropertyValue(e)},removeAndTrimString:function(e,t){var n=new RegExp(t,"g"),r=e.replace(n,"");return r=r.replace(/\s+/g,"  ").trim()},htmlEncode:function(e){var t=l.createTextNode(e),n=l.createElement("span");return n.appendChild(t),n.innerHTML||""},cleanServerErrorMessage:function(e,t){0<e.length&&0<t.length&&t.forEach(function(e){m(e)})},arrayFrom:function(e){return Array.prototype.slice.call(e)},arrayIncludes:function(e,t){return-1!==e.indexOf(t)},stringStartsWith:function(e,t){return 0===e.indexOf(t)},stringEndsWith:function(e,t){return-1!==e.indexOf(t,e.length-t.length)},setTimeout:setTimeout,globalWindow:n,SUPPORTED_INPUT_TYPES:e,ELEMENT_TYPE_SELECTOR:t,RUN_INIT:!0}},e.exports)(window,document),l=function(){var e={};function b(e){if(!("string"==typeof e||e instanceof String)){var t=typeof e;throw null===e?t="null":"object"===t&&(t=e.constructor.name),new TypeError("Expected a string but received a "+t)}}function g(e,t){var n,r;b(e),r="object"==typeof t?(n=t.min||0,t.max):(n=t,arguments[2]);var a=encodeURI(e).split(/%..|./).length-1;return n<=a&&(void 0===r||a<=r)}function y(e,t){for(var n in void 0===e&&(e={}),t)void 0===e[n]&&(e[n]=t[n]);return e}var w={require_tld:!0,allow_underscores:!1,allow_trailing_dot:!1,allow_numeric_tld:!1,allow_wildcard:!1,ignore_max_length:!1},t="(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])",n="("+t+"[.]){3}"+t,r=new RegExp("^"+n+"$"),a="(?:[0-9a-fA-F]{1,4})",i=new RegExp("^((?:"+a+":){7}(?:"+a+"|:)|(?:"+a+":){6}(?:"+n+"|:"+a+"|:)|(?:"+a+":){5}(?::"+n+"|(:"+a+"){1,2}|:)|(?:"+a+":){4}(?:(:"+a+"){0,1}:"+n+"|(:"+a+"){1,3}|:)|(?:"+a+":){3}(?:(:"+a+"){0,2}:"+n+"|(:"+a+"){1,4}|:)|(?:"+a+":){2}(?:(:"+a+"){0,3}:"+n+"|(:"+a+"){1,5}|:)|(?:"+a+":){1}(?:(:"+a+"){0,4}:"+n+"|(:"+a+"){1,6}|:)|(?::((?::"+a+"){0,5}:"+n+"|(?::"+a+"){1,7}|:)))(%[0-9a-zA-Z-.:]{1,})?$");function _(e,t){return void 0===t&&(t=""),b(e),(t=String(t))?"4"===t?r.test(e):"6"===t&&i.test(e):_(e,4)||_(e,6)}var E={allow_display_name:!1,allow_underscores:!1,require_display_name:!1,allow_utf8_local_part:!0,require_tld:!0,blacklisted_chars:"",ignore_max_length:!1,host_blacklist:[],host_whitelist:[]},x=/^([^\x00-\x1F\x7F-\x9F\cX]+)</i,A=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i,C=/^[a-z\d]+$/,S=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i,T=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A1-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i,k=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i,L=254;function u(e,t,n,r,a){if(b(e),e=e.trim(),(t=y(t,E)).require_display_name||t.allow_display_name){var i=e.match(x);if(i){var o=i[1];if(e=e.replace(o,"").replace(/(^<|>$)/g,""),a(o," ")&&(o=o.slice(0,-1)),!function(e){var t=e.replace(/^"(.+)"$/,"$1");if(!t.trim())return!1;if(/[\.";<>]/.test(t)){if(t===e)return!1;if(t.split('"').length!==t.split('\\"').length)return!1}return!0}(o))return!1}else if(t.require_display_name)return!1}if(!t.ignore_max_length&&e.length>L)return!1;var u=e.split("@"),c=u.pop(),l=c.toLowerCase();if(n(t.host_blacklist,l))return!1;if(0<t.host_whitelist.length&&!n(t.host_whitelist,l))return!1;var s=u.join("@");if(t.domain_specific_validation&&("gmail.com"===l||"googlemail.com"===l)){var f=(s=s.toLowerCase()).split("+")[0];if(!g(f.replace(/\./g,""),{min:6,max:30}))return!1;for(var d=f.split("."),p=0;p<d.length;p++)if(!C.test(d[p]))return!1}if(!(!1!==t.ignore_max_length||g(s,{max:64})&&g(c,{max:254})))return!1;if(!function(e,t){b(e),(t=y(t,w)).allow_trailing_dot&&"."===e[e.length-1]&&(e=e.substring(0,e.length-1)),!0===t.allow_wildcard&&0===e.indexOf("*.")&&(e=e.substring(2));var n=e.split("."),r=n[n.length-1];if(t.require_tld){if(n.length<2)return!1;if(!t.allow_numeric_tld&&!/^([a-z\u00A1-\u00A8\u00AA-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}|xn[a-z0-9-]{2,})$/i.test(r))return!1;if(/\s/.test(r))return!1}return!(!t.allow_numeric_tld&&/^\d+$/.test(r))&&n.every(function(e){return!(63<e.length&&!t.ignore_max_length||!/^[a-z_\u00a1-\uffff0-9-]+$/i.test(e)||/[\uff01-\uff5e]/.test(e)||/^-|-$/.test(e)||!t.allow_underscores&&/_/.test(e))})}(c,{require_tld:t.require_tld,ignore_max_length:t.ignore_max_length,allow_underscores:t.allow_underscores})){if(!t.allow_ip_domain)return!1;if(!_(c)){if(!r(c,"[")||!a(c,"]"))return!1;var m=c.slice(1,-1);if(0===m.length||!_(m))return!1}}if('"'===s[0])return s=s.slice(1,s.length-1),t.allow_utf8_local_part?k.test(s):S.test(s);for(var h=t.allow_utf8_local_part?T:A,v=(d=s.split("."),0);v<d.length;v++)if(!h.test(d[v]))return!1;return!t.blacklisted_chars||-1===s.search(new RegExp("["+t.blacklisted_chars+"]+","g"))}return e.exports=function(r,a,n,i,o){return{ulpRequiredFunction:function(e,t){return!t||!!e.value},ulpPasswordPolicyFunction:function(e,t){if(r&&r.ulpFlags&&r.ulpFlags.disable_ulp_form_submission_fix)return!0;if(!e||"password"!==e.name)return!0;if(!a.querySelector(".cbb0710e0.c1b7ab535"))return!0;if(!e.value)return!0;var n=e.classList&&e.classList.contains("c13697023");return!t&&!n||!n},ulpEmailValidationFunction:function(e,t){return!t||!e.value||!!u(e.value,void 0,n,i,o)},ulpPatternCheckFunction:function(e,t){return!t||!e.value||function(e){if("password"===e.name)return!0;var t=e.getAttribute("pattern");return!t||null!==e.value.match(t)}(e)}}},e.exports}()(window,document,c.arrayIncludes,c.stringStartsWith,c.stringEndsWith),s={exports:function(e,t){for(var i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",s=new Uint8Array(256),o=0;o<i.length;o++)s[i.charCodeAt(o)]=o;function u(e){var t,n=new Uint8Array(e),r=n.length,a="";for(t=0;t<r;t+=3)a+=i[n[t]>>2],a+=i[(3&n[t])<<4|n[t+1]>>4],a+=i[(15&n[t+1])<<2|n[t+2]>>6],a+=i[63&n[t+2]];return r%3==2?a=a.substring(0,a.length-1):r%3==1&&(a=a.substring(0,a.length-2)),a}function n(){return navigator&&navigator.credentials&&"undefined"!=typeof PublicKeyCredential}return{base64URLEncode:u,base64URLDecode:function(e){var t,n,r,a,i,o=.75*e.length,u=e.length,c=0,l=new Uint8Array(o);for(t=0;t<u;t+=4)n=s[e.charCodeAt(t)],r=s[e.charCodeAt(t+1)],a=s[e.charCodeAt(t+2)],i=s[e.charCodeAt(t+3)],l[c++]=n<<2|r>>4,l[c++]=(15&r)<<4|a>>2,l[c++]=(3&a)<<6|63&i;return l.buffer},publicKeyCredentialToJSON:function e(t){if(t instanceof Array){var n=[];for(o=0;o<t.length;o+=1)n.push(e(t[o]));return n}if(t instanceof ArrayBuffer)return u(t);if(t instanceof Object){var r={};for(var a in t)r[a]=e(t[a]);return r}return t},str2ab:function(e){for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),r=0,a=e.length;r<a;r++)n[r]=e.charCodeAt(r);return t},isWebAuthnAvailable:n,isWebauthnPlatformAuthenticatorAvailableAsync:function(e){return n()?e(1e3,PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable()):Promise.resolve(!1)}}}}.exports(window,document);({exports:function(e,r,a,t){var n=e(".cb85808f5"),i=e("#alert-trigger"),o=e(".c36cbbd17"),u=e(".c7114abf2"),c=!1;i&&u&&n&&t(n,function(e){var t=e.target===i,n=u.contains(e.target);return t&&!c?(r(o,"show"),void(c=!0)):t&&c||c&&!n?(a(o,"show"),void(c=!1)):void 0})}}).exports(c.querySelector,c.addClass,c.removeClass,c.addClickListener),(k="recaptcha_v2",L="recaptcha_enterprise",F="hcaptcha",P="friendly_captcha",R="arkose",N="auth0_v2",(t={}).exports=function(i,u,c,l,s,f,d,p,e){if(!e.enable_ulp_rtl_support){var m=500,h=3,v=0,b=c("div[data-captcha-sitekey]"),g=c(".ulp-captcha-client-error"),n=g?g.innerHTML:"",y=c("div[data-captcha-sitekey] input");if(b){var t=x(),r=A();t&&r&&function(){var e="captchaCallback_"+Math.floor(1000001*Math.random()),t=x(),n={async:!0,defer:!0},r=function(e,t,n,r){switch(x()){case k:return"https://www.recaptcha.net/recaptcha/api.js?render=explicit&hl="+e+"&onload="+t;case L:return"https://www.recaptcha.net/recaptcha/enterprise.js?render=explicit&hl="+e+"&onload="+t;case F:return"https://js.hcaptcha.com/1/api.js?render=explicit&hl="+e+"&onload="+t;case P:return"https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.14/widget.min.js";case R:return"https://"+n+".arkoselabs.com/v2/"+r+"/api.js";case N:return"https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload="+t}}(E(),e,b?b.getAttribute("data-captcha-client-subdomain"):null,A());if(t===R||t===N){n["data-callback"]=e;var o=!(n.onerror=function(){if(v<h)return u(r),i(r,n),void v++;u(r),C("BYPASS_CAPTCHA")}),a=function(e){o=!0;try{if(!e||"function"!=typeof e.run||"function"!=typeof e.setConfig)return void S("INVALID_CREDENTIALS");r=e,a=c('form[data-form-primary="true"]'),i=function(e){var t=y?y.value:"";t&&""!==t||(e.preventDefault(),e.stopPropagation(),setTimeout(function(){r.run()},m))},a&&(a.addEventListener("submit",i,!0),r.setConfig({onCompleted:function(e){if(!e||!e.token)return a&&a.removeEventListener("submit",i,!0),void S("INVALID_CREDENTIALS");C(e.token),a&&(a.removeEventListener("submit",i,!0),a.requestSubmit?a.requestSubmit():a.submit())},onError:function(n){return fetch("https://status.arkoselabs.com/api/v2/status.json").then(function(e){return e.json()}).then(function(e){var t=e.status.indicator;return"none"===t}).catch(function(e){return!1}).then(function(e){if(e&&v<h)return r.reset(),new Promise(function(e){setTimeout(function(){e(r.run())},m),v++});var t=n&&n.cf4bfcf44?n.cf4bfcf44:"RUNTIME_ERROR";g.innerHTML=g.innerHTML.replace("#{errorCode}",p(t)),l(b,"cf4bfcf44"),s(g,"hide"),C("BYPASS_CAPTCHA"),a.removeEventListener("submit",i,!0)})}}))}catch(e){S("INIT_ERROR")}var r,a,i};t===N&&(a=function(){T()}),window[e]=a,t===R&&(n.onload=function(){setTimeout(function(){o||S("INVALID_CREDENTIALS")},250)})}else window[e]=function(){delete window[e],T()},t===P&&(l(_(),"frc-captcha"),d(_(),"data-sitekey",A()),n.onload=window[e]);i(r,n)}()}}function w(){switch(x()){case k:return window.grecaptcha;case L:return window.grecaptcha.enterprise;case F:return window.hcaptcha;case P:return window.friendlyChallenge;case R:return window.arkose;case N:return window.turnstile}}function _(){return c(function(){switch(x()){case k:case L:return"#ulp-recaptcha";case F:return"#ulp-hcaptcha";case P:return"#ulp-friendly-captcha";case R:return"#ulp-arkose";case N:return"#ulp-auth0-v2-captcha"}}())}function E(){return b?b.getAttribute("data-captcha-lang"):null}function x(){return b?b.getAttribute("data-captcha-provider"):null}function A(){return b?b.getAttribute("data-captcha-sitekey"):null}function C(e){return y.value=e}function S(e){if(g&&b){g.innerHTML=n.replace("#{errorCode}",p(e||"INIT_ERROR")),l(b,"cf4bfcf44"),s(g,"hide");var t=c("#error-element-captcha");t&&l(t,"hide")}}function T(){var e=w(),t=f("--ulp-captcha-widget-theme");t=t?t.trim():"light";var n=c("#captcha-status"),r=n?n.getAttribute("data-captcha-expired-error"):"";if(x()===P)"dark"===t&&l(c(".frc-captcha"),"dark"),(o=e.autoWidget).opts.language=E(),o.opts.doneCallback=function(e){C(e)};else{var a=_();d(a,"tabindex","-1");var i={sitekey:A(),theme:t,"expired-callback":function(){C(""),l(b,"cf4bfcf44"),e.reset(o),n&&(n.textContent=r),a.focus()},callback:function(e){C(e),s(b,"cf4bfcf44"),n&&(n.textContent="")}};x()===N&&(i.language=E(),i.retry="never",i.size="flexible",i["response-field"]=!1,i["error-callback"]=function(e){return console.error("ERROR: Auth Challenge Error Code",e),C(""),v<h?(v++,w().reset(o)):(g.innerHTML=g.innerHTML.replace("#{errorCode}",p(e)),l(b,"cf4bfcf44"),s(g,"hide")),!0});var o=e.render(a,i);n&&(n.textContent="")}}},t.exports)(c.loadScript,c.removeScript,c.querySelector,c.addClass,c.removeClass,c.getCSSVariable,c.setAttribute,c.htmlEncode,u),(I="recaptcha_v2",q="recaptcha_enterprise",O="hcaptcha",j="friendly_captcha",M="arkose",D="auth0_v2",(n={}).exports=function(i,u,c,l,s,f,d,p,e){if(e.enable_ulp_rtl_support){var m=500,h=3,v=0,b=c("div[data-captcha-sitekey]"),g=c(".ulp-captcha-client-error"),n=g?g.innerHTML:"",y=c("div[data-captcha-sitekey] input");if(b){var t=x(),r=A();t&&r&&function(){var e="captchaCallback_"+Math.floor(1000001*Math.random()),t=x(),n={async:!0,defer:!0},r=function(e,t,n,r){switch(x()){case I:return"https://www.recaptcha.net/recaptcha/api.js?render=explicit&hl="+e+"&onload="+t;case q:return"https://www.recaptcha.net/recaptcha/enterprise.js?render=explicit&hl="+e+"&onload="+t;case O:return"https://js.hcaptcha.com/1/api.js?render=explicit&hl="+e+"&onload="+t;case j:return"https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.14/widget.min.js";case M:return"https://"+n+".arkoselabs.com/v2/"+r+"/api.js";case D:return"https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload="+t}}(E(),e,b?b.getAttribute("data-captcha-client-subdomain"):null,A());if(t===M||t===D){n["data-callback"]=e;var o=!(n.onerror=function(){if(v<h)return u(r),i(r,n),void v++;u(r),C("BYPASS_CAPTCHA")}),a=function(e){o=!0;try{if(!e||"function"!=typeof e.run||"function"!=typeof e.setConfig)return void S("INVALID_CREDENTIALS");r=e,a=c('form[data-form-primary="true"]'),i=function(e){var t=y?y.value:"";t&&""!==t||(e.preventDefault(),e.stopPropagation(),setTimeout(function(){r.run()},m))},a&&(a.addEventListener("submit",i,!0),r.setConfig({language:E(),onCompleted:function(e){if(!e||!e.token)return a&&a.removeEventListener("submit",i,!0),void S("INVALID_CREDENTIALS");C(e.token),a&&(a.removeEventListener("submit",i,!0),a.requestSubmit?a.requestSubmit():a.submit())},onError:function(n){return fetch("https://status.arkoselabs.com/api/v2/status.json").then(function(e){return e.json()}).then(function(e){var t=e.status.indicator;return"none"===t}).catch(function(e){return!1}).then(function(e){if(e&&v<h)return r.reset(),new Promise(function(e){setTimeout(function(){e(r.run())},m),v++});var t=n&&n.cf4bfcf44?n.cf4bfcf44:"RUNTIME_ERROR";g.innerHTML=g.innerHTML.replace("#{errorCode}",p(t)),l(b,"cf4bfcf44"),s(g,"hide"),C("BYPASS_CAPTCHA"),a.removeEventListener("submit",i,!0)})}}))}catch(e){S("INIT_ERROR")}var r,a,i};t===D&&(a=function(){T()}),window[e]=a,t===M&&(n.onload=function(){setTimeout(function(){o||S("INVALID_CREDENTIALS")},250)})}else window[e]=function(){delete window[e],T()},t===j&&(l(_(),"frc-captcha"),d(_(),"data-sitekey",A()),d(_(),"data-lang",E()),n.onload=window[e]);i(r,n)}()}}function w(){switch(x()){case I:return window.grecaptcha;case q:return window.grecaptcha.enterprise;case O:return window.hcaptcha;case j:return window.friendlyChallenge;case M:return window.arkose;case D:return window.turnstile}}function _(){return c(function(){switch(x()){case I:case q:return"#ulp-recaptcha";case O:return"#ulp-hcaptcha";case j:return"#ulp-friendly-captcha";case M:return"#ulp-arkose";case D:return"#ulp-auth0-v2-captcha"}}())}function E(){return b?b.getAttribute("data-captcha-lang"):null}function x(){return b?b.getAttribute("data-captcha-provider"):null}function A(){return b?b.getAttribute("data-captcha-sitekey"):null}function C(e){return y.value=e}function S(e){if(g&&b){g.innerHTML=n.replace("#{errorCode}",p(e||"INIT_ERROR")),l(b,"cf4bfcf44"),s(g,"hide");var t=c("#error-element-captcha");t&&l(t,"hide")}}function T(){var e=w(),t=f("--ulp-captcha-widget-theme");t=t?t.trim():"light";var n=c("#captcha-status"),r=n?n.getAttribute("data-captcha-expired-error"):"";if(x()===j)"dark"===t&&l(c(".frc-captcha"),"dark"),(o=e.autoWidget).opts.language=E(),o.opts.doneCallback=function(e){C(e)};else{var a=_();d(a,"tabindex","-1");var i={sitekey:A(),theme:t,"expired-callback":function(){C(""),l(b,"cf4bfcf44"),e.reset(o),n&&(n.textContent=r),a.focus()},callback:function(e){C(e),s(b,"cf4bfcf44"),n&&(n.textContent="")}};x()===D&&(i.language=E(),i.retry="never",i.size="flexible",i["response-field"]=!1,i["error-callback"]=function(e){return console.error("ERROR: Auth Challenge Error Code",e),C(""),v<h?(v++,w().reset(o)):(g.innerHTML=g.innerHTML.replace("#{errorCode}",p(e)),l(b,"cf4bfcf44"),s(g,"hide")),!0});var o=e.render(a,i);n&&(n.textContent="")}}},n.exports)(c.loadScript,c.removeScript,c.querySelector,c.addClass,c.removeClass,c.getCSSVariable,c.setAttribute,c.htmlEncode,u),((r={}).exports=function(r,e,a,i,o,u,c,l,n,s,t){if(!t.enable_ulp_wcag_compliance){if(r("body._simple-labels"))return e(".ca387bce3.no-js").forEach(function(e){o(e,"no-js")}),void e(".ca387bce3.js-required").forEach(function(e){i(e,"hide")});e(".c810d01ab:not(.c083e360b):not(disabled)").forEach(function(e){i(e,"cedba15b2");var t,n=r(e,".input");n.value&&i(e,"c442beaac"),a(e,"change",f),a(n,"blur",f),a(n,"animationstart",d),t=n,c(function(){t.value&&l(t,"change",!0)},100)})}function f(e){var t=e.target,n=u(t);t.value||s(t,"data-autofilled")?i(n,"c442beaac"):o(n,"c442beaac")}function d(e){var t=e.target;"onAutoFillStart"===e.animationName&&(n(t,"data-autofilled",!0),l(e.target,"change",!0),a(t,"keyup",p,{once:!0}))}function p(e){var t=e.target;n(t,"data-autofilled","")}},r.exports)(c.querySelector,c.querySelectorAll,c.addEventListener,c.addClass,c.removeClass,c.getParent,c.setTimeout,c.dispatchEvent,c.setAttribute,c.getAttribute,u),{exports:function(e,t,r,a,i,o,u,c){function n(e){var t=r("submitted"),n=i("submittedForm");a("submitted",!0),o("submittedForm",e.currentTarget),t&&n&&n===e.currentTarget?u(e):"apple"===c(e.target,"data-provider")&&setTimeout(function(){a("submitted",!1)},2e3)}var l=e("form");l&&l.forEach(function(e){t(e,"submit",n)})}}.exports(c.querySelectorAll,c.addEventListener,c.getGlobalFlag,c.setGlobalFlag,c.getSubmittedForm,c.setSubmittedForm,c.preventFormSubmit,c.getAttribute),{exports:function(t,e,n){var r=t("form._form-detect-browser-capabilities"),a=t("main.login-id"),i=t("main.signup-with-passkeys"),o=t("div#passkey-detect-browser-capabilities");if(r||a||i||o){var u=e.isWebAuthnAvailable();t("#webauthn-available").value=u?"true":"false",t("#js-available").value="true",navigator.brave?navigator.brave.isBrave().then(function(e){t("#is-brave").value=e,c()}):c()}function c(){u?e.isWebauthnPlatformAuthenticatorAvailableAsync(n).then(function(e){t("#webauthn-platform-available").value=e?"true":"false",r&&r.submit()}).catch(function(e){t("#webauthn-platform-available").value="false",r&&r.submit()}):(t("#webauthn-platform-available").value="false",r&&r.submit())}}}.exports(c.querySelector,s,c.timeoutPromise),function(){var e={};function s(e,a,n,t,r,i,o,u,c){var l="user-initiated-passkey-challenge",s=a("#allow-passkeys");if(s&&s.value){var f=r("#passkey-config-json");if(f){var d=a(".passkey-begin-button"),p=n.isWebauthnPlatformAuthenticatorAvailableAsync(t),m=a("#username"),h=f,v=new AbortController;h.publicKey.challenge=n.base64URLDecode(h.publicKey.challenge);var b=a('form[data-form-primary="true"]');d&&e(d,function(e){d.disabled=!0,v.abort(l),navigator.credentials.get(h).then(function(e){var r=_(e);p.then(function(e){if(r.isUserVerifyingPlatformAuthenticatorAvailable=e,w(JSON.stringify(r)),c.custom_prompts_passkeys){var t=b?o(b):[];if(t.length){var n=a("form._form-passkey-challenge");u(n,t)}}g()})}).catch(function(e){y(e)})}),window.PublicKeyCredential&&window.PublicKeyCredential.isConditionalMediationAvailable&&window.PublicKeyCredential.isConditionalMediationAvailable().then(function(e){if(e){var t=Object.assign({},h,{mediation:"conditional",signal:v.signal});navigator.credentials.get(t).then(function(e){m.blur();var r=_(e);p.then(function(e){if(r.isUserVerifyingPlatformAuthenticatorAvailable=e,w(JSON.stringify(r)),c.custom_prompts_passkeys){var t=b?o(b):[];if(t.length){var n=a("form._form-passkey-challenge");u(n,t)}}g()})}).catch(function(e){e!==l&&"AbortError"!==e.name&&i("autofill UI error",e)})}}).catch(function(){})}}function g(){a("form._form-passkey-challenge").submit()}function y(e){var t;a("#action").value="showError::"+(t=e,JSON.stringify({name:t.name,message:t.message,stack:t.stack})),a("form._form-passkey-challenge").submit()}function w(e){a("#passkey").value=e}function _(e){var t={id:e.id,rawId:n.base64URLEncode(e.rawId),type:e.type,response:{clientDataJSON:n.base64URLEncode(e.response.clientDataJSON),authenticatorData:n.base64URLEncode(e.response.authenticatorData),signature:n.base64URLEncode(e.response.signature),userHandle:e.response.userHandle?n.base64URLEncode(e.response.userHandle):null}};return e.authenticatorAttachment&&(t.authenticatorAttachment=e.authenticatorAttachment),t}}return e.exports=function(e,t,n,r,a,i,o,u,c,l){return e(window,"load",function(e){s(t,n,r,a,i,o,u,c,l)}),{configurePasskeys:s}},e.exports}()(c.addEventListener,c.addClickListener,c.querySelector,s,c.timeoutPromise,c.getConfigJson,c.consoleWarn,c.getUlpFields,c.appendUlpFieldsToForm,u),{exports:function(t,e,n){var r=e(".passkey-hidden-ui"),a=navigator.userAgent.toLowerCase(),i=!!window.safari||a.match(/safari/)&&!a.match(/chrome/)&&!a.match(/chromium/);!r||r.length<=0||(i?r.forEach(function(e){t(e,"passkey-hidden-ui")}):window.PublicKeyCredential&&window.PublicKeyCredential.isConditionalMediationAvailable&&window.PublicKeyCredential.isConditionalMediationAvailable().then(function(e){e?r.forEach(function(e){n(e)}):r.forEach(function(e){t(e,"passkey-hidden-ui")})}).catch(function(e){r.forEach(function(e){t(e,"passkey-hidden-ui")})}))}}.exports(c.removeClass,c.querySelectorAll,c.removeElement),{exports:function(n,e,r,a,i,o,u,c,l,t,s,f){if(f.enable_ulp_wcag_compliance){var d=e("[id^='ulp-container-']");if(d&&d.length){var p=t(_);if(p)for(var m=0;m<d.length;m++)p.observe(d[m],{childList:!0,subtree:!0})}_()}function h(e){var t=e.target,n=o(t);t.value||c(t,"data-autofilled")?a(n,"c442beaac"):i(n,"c442beaac")}function v(e){var t=e.target,n=o(t);a(n,"focus"),w(t,n)}function b(e){var t=e.target,n=o(t);i(n,"focus"),h(e),w(t,n)}function g(e){var t=e.target;l(t,"data-autofilled","")}function y(e){var t=e.target;"onAutoFillStart"===e.animationName&&(l(t,"data-autofilled",!0),dispatchEvent(e.target,"change",!0),r(t,"keyup",g,{once:!0}))}function w(e,t){e.value?a(t,"c442beaac"):i(t,"c442beaac")}function _(){e(".ulp-field").forEach(function(e){if(!u(e,"cedba15b2")){var t=n(e,s);t&&(a(e,"cedba15b2"),w(t,e),setTimeout(function(){w(t,e)},50),t===document.activeElement&&a(e,"focus"),r(t,"change",h),r(t,"focus",v),r(t,"blur",b),r(t,"animationstart",y))}})}}}.exports(c.querySelector,c.querySelectorAll,c.addEventListener,c.addClass,c.removeClass,c.getParent,c.hasClass,c.getAttribute,c.setAttribute,c.createMutationObserver,c.ELEMENT_TYPE_SELECTOR,u),{exports:function(n,e,r,a,i,o,u,t,c,l){if(!l.enable_ulp_wcag_compliance){var s=e("[id^='ulp-container-']");if(s&&s.length){var f=t(b);if(f)for(var d=0;d<s.length;d++)f.observe(s[d],{childList:!0,subtree:!0});b()}}function p(e){var t=e.target,n=o(t);t.value?a(n,"c442beaac"):i(n,"c442beaac")}function m(e){var t=e.target,n=o(t);a(n,"focus"),v(t,n)}function h(e){var t=e.target,n=o(t);i(n,"focus"),v(t,n)}function v(e,t){e.value?a(t,"c442beaac"):i(t,"c442beaac")}function b(){e("[id^='ulp-container-'] .ulp-field").forEach(function(e){if(!u(e,"cedba15b2")){var t=n(e,c);t&&(a(e,"cedba15b2"),v(t,e),setTimeout(function(){v(t,e)},50),t===document.activeElement&&a(e,"focus"),r(t,"change",p),r(t,"focus",m),r(t,"blur",h))}})}}}.exports(c.querySelector,c.querySelectorAll,c.addEventListener,c.addClass,c.removeClass,c.getParent,c.hasClass,c.createMutationObserver,c.ELEMENT_TYPE_SELECTOR,u),{exports:function(r,o,a,i,u,c,l,s,f,d,p,m,t,h,v,e,n,b,g,y,w){if(y.enable_ulp_wcag_compliance){var _=!1,E=e+',input[type="checkbox"]';return P(),[E,x,A,C,S,T,L,k,F,P]}function x(e){var t=u(e,"data-ulp-validation-function"),n=i(e);return{functionName:t,element:r(n,E),parent:n}}function A(e){var a=[],i=[];return o(e,"[data-ulp-validation-function]").forEach(function(e){var t=x(e),n=[];if(t.element){if("input"===t.element.tagName.toLowerCase()){var r=u(t.element,"type");"checkbox"!==r&&-1===v.indexOf(r)&&n.push("Unsupported input type: "+r)}}else n.push("Could not find element");m[t.functionName]||n.push("Could not find function with name: "+t.functionName),n.length?i=i.concat(n):a.push(e)}),i.length&&t(i.join("\r\n")),a}function C(e,t,n){var r=x(e),a=(0,m[r.functionName])(r.element,t,n);a?s(e,"ulp-validator-error")&&(d(e,"ulp-validator-error"),l(e,"data-is-error")):s(e,"ulp-validator-error")||(f(e,"ulp-validator-error"),c(e,"data-is-error",!0));var i=o(r.parent,".ulp-validator-error");return p(r.parent,"ulp-error",!!i.length),a}function S(t){var n=x(t),e=(u(t,"data-ulp-validation-event-listeners")||"").replace(/\s/g,"").split(",").filter(function(e){return!!e});e.length&&e.forEach(function(e){a(n.element,e,function(){C(t,_,e)})})}function T(e,t,n){_=!0;var r=n.filter(function(e){return!C(e,_,"submit")});if(y.disable_ulp_form_submission_fix){if(!r.length)return t.submitter&&"default"==u(t.submitter,"value")&&c(t.submitter,"disabled",!0),void e.submit();h(t);var a=x(r[0]);return a.element.focus({preventScroll:!0}),void a.parent.scrollIntoView({behavior:"smooth"})}var i=w&&w("invalidPasswordPolicy");if(!r.length&&!i)return t.submitter&&"default"==u(t.submitter,"value")&&c(t.submitter,"disabled",!0),void e.submit();if(h(t),r.length){var o=x(r[0]);o.element.focus({preventScroll:!0}),o.parent.scrollIntoView({behavior:"smooth"})}}function k(){var t=r('form[data-form-primary="true"]'),n=A(t);0!==n.length&&(n.forEach(function(e){S(e)}),a(t,"submit",function(e){T(t,e,n)}))}function L(){var n=r('form[data-form-primary="true"]'),e=o('form[data-form-secondary="true"]');n&&e.length&&e.forEach(function(t){a(t,"submit",function(){var e=b(n);e.length&&g(t,e)})})}function F(){if(n)for(var e in n)n.hasOwnProperty(e)&&(m[e]=n[e])}function P(){var e=r("form[data-disable-html-validations]");e&&(F(),c(e,"novalidate",""),k(),y.custom_prompts_passkeys&&L())}}}.exports(c.querySelector,c.querySelectorAll,c.addEventListener,c.getParent,c.getAttribute,c.setAttribute,c.removeAttribute,c.hasClass,c.addClass,c.removeClass,c.toggleClass,c.globalWindow,c.consoleWarn,c.preventFormSubmit,c.SUPPORTED_INPUT_TYPES,c.ELEMENT_TYPE_SELECTOR,l,c.getUlpFields,c.appendUlpFieldsToForm,u,c.getGlobalFlag),{exports:function(r,o,a,i,u,c,l,t,s,f,e,n){if(!n.enable_ulp_wcag_compliance){var d=!1,p=e+',input[type="checkbox"]';return w(),[p,m,h,v,b,g,y,w]}function m(e){var t=u(e,"data-ulp-validation-function"),n=i(e);return{functionName:t,element:r(n,p),parent:n}}function h(e){var a=[],i=[];return o(e,"[data-ulp-validation-function]").forEach(function(e){var t=m(e),n=[];if(t.element){if("input"===t.element.tagName.toLowerCase()){var r=u(t.element,"type");"checkbox"!==r&&-1===f.indexOf(r)&&n.push("Unsupported input type: "+r)}}else n.push("Could not find element");l[t.functionName]||n.push("Could not find function with name: "+t.functionName),n.length?i=i.concat(n):a.push(e)}),i.length&&t(i.join("\r\n")),a}function v(e,t,n){var r=m(e),a=(0,l[r.functionName])(r.element,t,n);c(e,"ulp-validator-error",!a);var i=o(r.parent,".ulp-validator-error");return c(r.parent,"ulp-error",!!i.length),a}function b(t){var n=m(t),e=(u(t,"data-ulp-validation-event-listeners")||"").replace(/\s/g,"").split(",").filter(function(e){return!!e});e.length&&e.forEach(function(e){a(n.element,e,function(){v(t,d,e)})})}function g(e,t,n){d=!0;var r=n.filter(function(e){return!v(e,d,"submit")});if(r.length){s(t);var a=m(r[0]);a.element.focus({preventScroll:!0}),a.parent.scrollIntoView({behavior:"smooth"})}else e.submit()}function y(){var t=r('form[data-form-primary="true"]'),n=h(t);0!==n.length&&(n.forEach(function(e){b(e)}),a(t,"submit",function(e){g(t,e,n)}))}function w(){var e=o("[id^='ulp-container-']");e&&e.length&&y()}}}.exports(c.querySelector,c.querySelectorAll,c.addEventListener,c.getParent,c.getAttribute,c.toggleClass,c.globalWindow,c.consoleWarn,c.preventFormSubmit,c.SUPPORTED_INPUT_TYPES,c.ELEMENT_TYPE_SELECTOR,u),{exports:function(e,t,n){function r(n){t(n,"click",function(e){e.preventDefault();var t=document.createElement("input");t.name="action",t.type="hidden",t.value=n.value,n.form.appendChild(t),n.form.submit(),n.form.removeChild(t)})}function a(){e('form button[type="submit"][formnovalidate], form input[type="submit"][formnovalidate]').forEach(function(e){r(e)})}return n&&a(),[a,r]}}.exports(c.querySelectorAll,c.addEventListener,c.RUN_INIT),((a={}).exports=function(o,e,u,c,l,s,t,f,n){if(n.enable_ulp_wcag_compliance){var r=e('[class*="aria-error-check"]');if(r&&r.length){var a=t(function(e){e&&e.length&&e.map(function(e){if(e.target&&u(e.target,"aria-error-check")){var t=o('[id="'+c(e.target,"data-ulp-validation-target")+'"');if(t){var n=c(t,"aria-describedby");c(e.target,"data-is-error")?(r=t,a=n,i=e.target.id,a&&-1!==a.search(i)||l(r,"aria-describedby",a?a+" "+i:i),l(r,"aria-invalid",!0)):function(e,t,n){if(t){var r=f(t,n);r.length?l(e,"aria-describedby",r):(s(e,"aria-invalid"),s(e,"aria-describedby"))}else s(e,"aria-invalid"),s(e,"aria-describedby")}(t,n,e.target.id)}}var r,a,i})});a&&r.map(function(e){a.observe(e,{attributes:!0,attributeFilter:["class","data-is-error"]})})}}},a.exports)(c.querySelector,c.querySelectorAll,c.hasClass,c.getAttribute,c.setAttribute,c.removeAttribute,c.createMutationObserver,c.removeAndTrimString,u),(o="https://accounts.google.com/gsi/client",(i={}).exports=function(t,n,c,e){var r=e("#one-tap-config-json");if(r&&r.clientId){var a=0;!function e(){t(o,{async:!0,defer:!0,onload:function(){!function(){var e=window.google;if(e&&e.accounts&&e.accounts.id){var t={client_id:r.clientId,callback:i,auto_select:!!r.autoSelect,nonce:r.nonce,cancel_on_tap_outside:!!r.cancelOnTapOutside,itp_support:!!r.itpSupport};r.context&&(t.context=r.context),e.accounts.id.initialize(t),e.accounts.id.prompt()}}()},onerror:function(){n(o),a<2&&(a++,e())}})}()}function i(e){if(e&&e.credential){var t,n=document.createElement("form");n.method="POST",n.action=(t=c('form[data-form-primary="true"]'))&&t.getAttribute("action")?t.getAttribute("action"):window.location.pathname,n.style.display="none";var r=document.createElement("input");r.type="hidden",r.name="action",r.value="google-one-tap",n.appendChild(r);var a=document.createElement("input");a.type="hidden",a.name="one_tap_credential",a.value=e.credential,n.appendChild(a);var i=c('form[data-form-primary="true"]'),o=i?c(i,'input[name="state"]'):null;if(o){var u=document.createElement("input");u.type="hidden",u.name="state",u.value=o.value,n.appendChild(u),document.body.appendChild(n),n.submit()}}}},i.exports)(c.loadScript,c.removeScript,c.querySelector,c.getConfigJson),function(){var e={},p=['input[type="text"]','input[type="email"]','input[type="tel"]','input[type="number"]','input[type="url"]','input[type="password"]',"input:not([type])"].join(", "),m=['input:not([type="hidden"]):not([aria-hidden="true"]):not([disabled])','select:not([aria-hidden="true"]):not([disabled])','textarea:not([aria-hidden="true"]):not([disabled])','button:not([aria-hidden="true"]):not([disabled])'].join(", ");function h(e){var t=window.getComputedStyle(e);return"none"!==t.display&&"hidden"!==t.visibility}return e.exports=function(t,e,n,r){if(e.enable_ulp_wcag_compliance&&!t("#prompt-alert")){var a=r("(pointer: coarse), (pointer: fine), (pointer: none)"),i=r("(hover: hover), (hover: none)");if(a&&i&&(r("(pointer: coarse)")||!r("(hover: hover)")))return;var o=t(".c1454cea5");if(o){for(var u=n(o.querySelectorAll(m)),c=null,l=0;l<u.length;l++)if(h(u[l])){c=u[l];break}if(c){for(var s=n(o.querySelectorAll(p)),f=null,d=0;d<s.length;d++)if(h(s[d])){f=s[d];break}setTimeout(function(){if(f&&f===c)f.focus();else{var e=t("#screen-header");e&&e.focus()}},250)}}}},e.exports}()(c.querySelector,u,c.arrayFrom,c.matchMedia)}();
</script>

    
    <footer class="footer">
        <div class="footer-content">
            <div class="top-row">
                <div class="social-icons">
                    <a href="https://www.facebook.com/chegg">
                        <svg aria-hidden="true" role="presentation" viewBox="0 0 44 44" height="24" width="24"
                            class="mho0kh-0 hgJdJH" preserveAspectRatio="xMidYMid meet" version="1.1"
                            xmlns="http://www.w3.org/2000/svg">
                            <path
                                d="M44 22.134C44 9.91 34.15 0 22 0S0 9.91 0 22.134C0 33.182 8.045 42.34 18.563 44V28.533h-5.586v-6.399h5.585v-4.876c0-5.547 3.285-8.612 8.31-8.612 2.407 0 4.925.433 4.925.433v5.447h-2.774c-2.733 0-3.585 1.706-3.585 3.458v4.15h6.101l-.975 6.399h-5.127V44C35.956 42.34 44 33.182 44 22.134Z"
                                role="presentation" class="sc-bdvvaa gzbIWp"></path>
                        </svg>
                    </a>
                    <a href="https://x.com/chegg">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48" fill="none">
                            <path
                                d="M28.191 20.633L44.5727 2H40.6913L26.4606 18.1754L15.1028 2H2L19.179 26.4622L2 46H5.88143L20.9002 28.9143L32.8972 46H46L28.191 20.633ZM22.873 26.6769L21.1298 24.2395L7.28117 4.86322H13.2439L24.4234 20.5063L26.1593 22.9437L40.6894 43.2763H34.7268L22.873 26.6769Z"
                                fill="#302C41" />
                        </svg>
                    </a>
                    <a href="https://www.instagram.com/chegg/">
                        <svg aria-hidden="true" role="presentation" viewBox="0 0 44 44" height="24" width="24"
                            class="mho0kh-0 hgJdJH" preserveAspectRatio="xMidYMid meet" version="1.1"
                            xmlns="http://www.w3.org/2000/svg">
                            <path fill-rule="evenodd" clip-rule="evenodd"
                                d="M22.013 3.962c5.881 0 6.578.026 8.891.13 2.15.094 3.31.455 4.085.756 1.023.395 1.762.877 2.528 1.642.773.773 1.246 1.504 1.642 2.527.3.773.662 1.942.757 4.082.103 2.321.129 3.017.129 8.888 0 5.88-.026 6.576-.13 8.888-.094 2.149-.455 3.309-.756 4.083-.396 1.023-.877 1.762-1.642 2.527-.774.773-1.505 1.246-2.529 1.641-.773.301-1.943.662-4.084.757-2.322.103-3.018.129-8.891.129-5.882 0-6.578-.026-8.891-.13-2.15-.094-3.31-.455-4.085-.756-1.023-.395-1.762-.876-2.528-1.641-.774-.774-1.247-1.505-1.642-2.527-.301-.774-.662-1.943-.757-4.083-.103-2.321-.129-3.017-.129-8.888 0-5.88.026-6.575.13-8.888.094-2.148.455-3.309.756-4.082.395-1.023.877-1.762 1.642-2.527.774-.774 1.505-1.247 2.528-1.642.774-.301 1.944-.662 4.085-.757 2.313-.103 3.01-.129 8.89-.129Zm0-3.962c-5.976 0-6.724.026-9.072.129-2.339.103-3.947.481-5.34 1.023-1.453.567-2.682 1.315-3.904 2.544-1.23 1.22-1.977 2.45-2.545 3.894-.541 1.4-.92 3-1.023 5.338C.026 15.283 0 16.03 0 22.004s.026 6.722.129 9.069c.103 2.337.482 3.945 1.023 5.337.568 1.453 1.316 2.682 2.545 3.903a10.761 10.761 0 0 0 3.896 2.535c1.401.542 3 .92 5.34 1.023 2.347.103 3.095.129 9.071.129 5.976 0 6.725-.026 9.072-.129 2.339-.103 3.947-.481 5.34-1.023a10.76 10.76 0 0 0 3.895-2.535 10.757 10.757 0 0 0 2.537-3.894c.541-1.401.92-3 1.023-5.338.103-2.346.129-3.094.129-9.068s-.026-6.722-.129-9.068c-.103-2.338-.482-3.946-1.023-5.338-.542-1.461-1.29-2.69-2.52-3.911a10.76 10.76 0 0 0-3.895-2.536c-1.401-.541-3-.92-5.34-1.022C28.737.026 27.99 0 22.013 0Zm0 10.701c-6.243 0-11.308 5.063-11.308 11.303 0 6.24 5.065 11.303 11.307 11.303 6.243 0 11.308-5.063 11.308-11.303 0-6.24-5.065-11.303-11.308-11.303Zm0 18.635a7.334 7.334 0 0 1-7.335-7.332 7.334 7.334 0 0 1 7.334-7.332 7.334 7.334 0 0 1 7.335 7.332 7.334 7.334 0 0 1-7.335 7.332Zm11.755-16.443a2.64 2.64 0 0 0 2.64-2.639 2.64 2.64 0 1 0-2.64 2.639Z"
                                role="presentation" class="sc-bdvvaa gzbIWp"></path>
                        </svg>
                    </a>
                </div>
                <div class="store-icons">
                    <a href="https://chegg-study.app.link/ZbhOSbZUbH" data-test="signed-out-footer-app-link-app-store"
                        class="sc-wz9pqy-1 eYXyGr">
                        <svg data-test="signed-out-footer-svg-app-store" aria-label="App Store Icon" width="136" height="40"
                            viewBox="0 0 136 40" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path
                                d="M134.591 35.2767C134.591 37.3943 132.874 39.1068 130.761 39.1068H130.757H5.21423C3.09659 39.1111 1.37545 37.3943 1.37109 35.2767V4.72767C1.37545 2.61003 3.09223 0.89325 5.21423 0.89325H130.752C132.87 0.89325 134.587 2.61003 134.587 4.72767L134.591 35.2767Z"
                                fill="white"></path>
                            <path
                                d="M130.757 40H5.21444C2.60442 40 0.486779 37.8867 0.482422 35.2767V4.72767C0.486779 2.11765 2.60442 0.0043573 5.21444 0H130.753C133.363 0.0043573 135.48 2.11765 135.485 4.72767V35.281C135.489 37.8824 133.363 40 130.757 40Z"
                                fill="#A6A5A5"></path>
                            <path style="stroke: black; fill: black;"
                                d="M134.591 35.2767C134.591 37.3943 132.874 39.1068 130.761 39.1068H130.757H5.21423C3.09659 39.1111 1.37545 37.3943 1.37109 35.2767V4.72767C1.37545 2.61003 3.09223 0.89325 5.21423 0.89325H130.752C132.87 0.89325 134.587 2.61003 134.587 4.72767L134.591 35.2767Z">
                            </path>
                            <path opacity="0.1"
                                d="M130.757 0H63.5153L89.8551 40H130.761C133.371 39.9956 135.489 37.8824 135.493 35.2767V4.72767C135.485 2.11765 133.367 0.0043573 130.757 0Z"
                                fill="white"></path>
                            <path
                                d="M31.5931 20.3617C31.5626 17.207 34.177 15.6732 34.2946 15.6035C32.8175 13.4467 30.5255 13.1547 29.7194 13.1286C27.7935 12.9281 25.9286 14.2789 24.9482 14.2789C23.946 14.2789 22.4384 13.146 20.8088 13.1809C18.7129 13.2114 16.7565 14.427 15.6802 16.3094C13.4624 20.1482 15.1181 25.7865 17.2401 28.8889C18.3033 30.4096 19.5451 32.1046 21.1704 32.0436C22.7608 31.9782 23.3534 31.0327 25.275 31.0327C27.1748 31.0327 27.7325 32.0436 29.3926 32.0087C31.1007 31.9826 32.1726 30.4837 33.2009 28.9499C34.4297 27.2114 34.9221 25.4946 34.9438 25.4074C34.9003 25.39 31.6236 24.1395 31.5931 20.3617ZM28.4602 11.0894C29.3142 10.0218 29.9024 8.56648 29.7369 7.08936C28.4994 7.146 26.9526 7.94339 26.0593 8.98914C25.2706 9.91288 24.5648 11.4205 24.7478 12.841C26.1377 12.9456 27.5669 12.1395 28.4602 11.0894Z"
                                fill="white"></path>
                            <path
                                d="M54.6259 30.6973H52.4037L51.188 26.8715H46.9571L45.798 30.6973H43.6324L47.8242 17.6776H50.4124L54.6259 30.6973ZM50.8176 25.2681L49.7152 21.8694C49.5976 21.5208 49.3797 20.706 49.0573 19.4162H49.0181C48.8873 19.9696 48.6825 20.7888 48.3993 21.8694L47.3187 25.2681H50.8176ZM65.3884 25.8868C65.3884 27.4816 64.9571 28.7452 64.0856 29.6733C63.31 30.4968 62.3427 30.9108 61.1924 30.9108C59.9505 30.9108 59.0529 30.4663 58.5126 29.5774V34.5012H56.4255V24.3922C56.4255 23.3901 56.3993 22.3617 56.347 21.3073H58.1815L58.2991 22.7975H58.3383C59.0355 21.6776 60.09 21.1156 61.5061 21.1156C62.6128 21.1156 63.5366 21.5513 64.2773 22.4271C65.0181 23.3029 65.3884 24.4576 65.3884 25.8868ZM63.2621 25.9609C63.2621 25.0458 63.0573 24.292 62.6433 23.6994C62.1902 23.0807 61.5845 22.7713 60.8263 22.7713C60.3122 22.7713 59.846 22.9456 59.4277 23.2811C59.0094 23.6254 58.7348 24.0698 58.6085 24.6232C58.5518 24.8323 58.517 25.0415 58.5126 25.2593V26.8236C58.5126 27.5034 58.7218 28.0829 59.1401 28.5535C59.5584 29.0241 60.103 29.2593 60.7741 29.2593C61.5584 29.2593 62.1727 28.9543 62.6085 28.353C63.0442 27.7517 63.2621 26.9543 63.2621 25.9609ZM76.1858 25.8868C76.1858 27.4816 75.7545 28.7452 74.883 29.6733C74.103 30.4968 73.1401 30.9108 71.9854 30.9108C70.7435 30.9108 69.8459 30.4663 69.3056 29.5774V34.5012H67.2185V24.3922C67.2185 23.3901 67.1924 22.3617 67.1401 21.3073H68.9745L69.0921 22.7975H69.1314C69.8242 21.6776 70.883 21.1156 72.2991 21.1156C73.4059 21.1156 74.3296 21.5513 75.0704 22.4271C75.8154 23.3029 76.1858 24.4576 76.1858 25.8868ZM74.0595 25.9609C74.0595 25.0458 73.8547 24.292 73.4407 23.6994C72.9876 23.0807 72.3863 22.7713 71.6281 22.7713C71.1139 22.7713 70.6477 22.9456 70.225 23.2811C69.8067 23.6254 69.5322 24.0698 69.4059 24.6232C69.3405 24.8803 69.31 25.0938 69.31 25.2593V26.8236C69.31 27.5034 69.5192 28.0829 69.9375 28.5535C70.3558 29.0241 70.9004 29.2593 71.5714 29.2593C72.3601 29.2593 72.9701 28.9543 73.4059 28.353C73.8416 27.7517 74.0595 26.9543 74.0595 25.9609ZM88.2642 27.0415C88.2642 28.1482 87.8764 29.0502 87.1052 29.7474C86.2599 30.5055 85.0747 30.889 83.5584 30.889C82.1553 30.889 81.0355 30.6188 80.1858 30.0785L80.6695 28.34C81.5845 28.8803 82.5911 29.1504 83.6847 29.1504C84.4734 29.1504 85.0834 28.9718 85.5191 28.6188C85.9549 28.2659 86.1771 27.7909 86.1771 27.1983C86.1771 26.6711 85.9941 26.2267 85.6368 25.865C85.2751 25.5034 84.6782 25.1678 83.8416 24.8628C81.5627 24.0132 80.4211 22.7713 80.4211 21.133C80.4211 20.0654 80.8263 19.1896 81.6281 18.5055C82.4342 17.8214 83.4974 17.4816 84.8263 17.4816C86.0115 17.4816 87.0006 17.6864 87.7806 18.1003L87.2577 19.7996C86.5213 19.3988 85.6891 19.2027 84.7566 19.2027C84.0202 19.2027 83.4451 19.3857 83.0311 19.743C82.6826 20.0654 82.5083 20.4576 82.5083 20.9238C82.5083 21.438 82.7087 21.865 83.1096 22.2005C83.4582 22.5099 84.09 22.8454 85.0006 23.2027C86.1204 23.6559 86.944 24.1831 87.4756 24.7844C87.9984 25.3901 88.2642 26.1439 88.2642 27.0415ZM95.1793 22.8715H92.8786V27.4293C92.8786 28.5883 93.2838 29.1678 94.0943 29.1678C94.469 29.1678 94.7784 29.1373 95.0224 29.072L95.0791 30.658C94.6695 30.8105 94.1248 30.889 93.4582 30.889C92.6346 30.889 91.9897 30.6363 91.5235 30.1352C91.0616 29.6341 90.8263 28.7888 90.8263 27.6036V22.8672H89.4582V21.3029H90.8263V19.5861L92.8743 18.9674V21.3029H95.1749V22.8715H95.1793ZM105.532 25.926C105.532 27.3683 105.118 28.5535 104.295 29.4816C103.432 30.4358 102.286 30.9108 100.857 30.9108C99.4756 30.9108 98.3819 30.4532 97.5627 29.5426C96.7435 28.6275 96.334 27.4772 96.334 26.0872C96.334 24.6319 96.7566 23.4424 97.5976 22.5142C98.4429 21.5861 99.5801 21.1243 101.009 21.1243C102.386 21.1243 103.493 21.5818 104.33 22.4968C105.136 23.3726 105.532 24.5186 105.532 25.926ZM103.371 25.9739C103.371 25.1156 103.184 24.3748 102.813 23.7604C102.378 23.0153 101.75 22.6406 100.94 22.6406C100.103 22.6406 99.4625 23.0153 99.0268 23.7604C98.652 24.3792 98.469 25.1286 98.469 26.0132C98.469 26.8759 98.6564 27.6123 99.0268 28.231C99.4799 28.9761 100.107 29.3508 100.922 29.3508C101.72 29.3508 102.347 28.9718 102.796 28.2136C103.179 27.5774 103.371 26.8323 103.371 25.9739ZM112.317 23.1417C112.099 23.1025 111.881 23.0851 111.659 23.0851C110.927 23.0851 110.356 23.3596 109.959 23.9173C109.611 24.4053 109.441 25.0241 109.441 25.7691V30.6929H107.354V24.2659C107.354 23.2811 107.336 22.2964 107.293 21.3116H109.11L109.188 23.1068H109.245C109.467 22.4881 109.811 21.9914 110.286 21.6166C110.722 21.2898 111.249 21.1156 111.794 21.1156C111.985 21.1156 112.16 21.1286 112.317 21.1548V23.1417ZM121.65 25.5556C121.654 25.8737 121.628 26.1874 121.571 26.5012H115.314C115.336 27.4293 115.641 28.1395 116.221 28.6275C116.748 29.0633 117.432 29.2811 118.269 29.2811C119.197 29.2811 120.042 29.133 120.8 28.8367L121.127 30.2833C120.238 30.6711 119.188 30.8628 117.981 30.8628C116.526 30.8628 115.384 30.4358 114.552 29.5774C113.724 28.7234 113.306 27.5731 113.306 26.1308C113.306 24.7147 113.693 23.5382 114.465 22.597C115.275 21.5949 116.369 21.0894 117.746 21.0894C119.101 21.0894 120.125 21.5905 120.818 22.597C121.371 23.3988 121.65 24.3879 121.65 25.5556ZM119.659 25.0153C119.672 24.3966 119.537 23.865 119.253 23.4119C118.892 22.8323 118.338 22.5404 117.593 22.5404C116.909 22.5404 116.356 22.8236 115.933 23.3901C115.584 23.8432 115.38 24.3835 115.314 25.011L119.659 25.0153Z"
                                fill="white"></path>
                            <path
                                d="M46.3521 14.2047C45.7725 14.2047 45.2715 14.1742 44.8531 14.1263V7.83438C45.437 7.74287 46.0296 7.6993 46.6178 7.6993C49.01 7.6993 50.1124 8.87577 50.1124 10.793C50.1124 13.0065 48.8096 14.2047 46.3521 14.2047ZM46.7006 8.5054C46.3782 8.5054 46.1037 8.52283 45.8728 8.57076V13.3551C45.9948 13.3725 46.2344 13.3856 46.5656 13.3856C48.1342 13.3856 49.0274 12.4923 49.0274 10.8235C49.0274 9.33329 48.2213 8.5054 46.7006 8.5054ZM53.546 14.2527C52.1996 14.2527 51.3237 13.2461 51.3237 11.878C51.3237 10.4531 52.217 9.43786 53.6244 9.43786C54.9534 9.43786 55.8466 10.3965 55.8466 11.8039C55.8466 13.2461 54.9229 14.2527 53.546 14.2527ZM53.5852 10.1873C52.8444 10.1873 52.3695 10.8801 52.3695 11.8474C52.3695 12.7973 52.8531 13.4901 53.5765 13.4901C54.2998 13.4901 54.7834 12.7494 54.7834 11.83C54.7834 10.8888 54.3085 10.1873 53.5852 10.1873ZM63.5372 9.53372L62.095 14.1481H61.1538L60.5569 12.1437C60.4087 11.6557 60.2823 11.1546 60.1865 10.6535H60.1691C60.095 11.1546 59.9512 11.6601 59.7987 12.1437L59.1625 14.1481H58.2126L56.8532 9.53372H57.9076L58.4305 11.7254C58.5525 12.2483 58.6571 12.7407 58.7442 13.2069H58.7617C58.8357 12.8191 58.9621 12.3311 59.1407 11.7342L59.7943 9.53372H60.6309L61.2584 11.6906C61.4109 12.2135 61.5329 12.7276 61.6287 13.2113H61.6549C61.7202 12.7363 61.8248 12.2309 61.9686 11.6906L62.5307 9.53372H63.5372ZM68.8488 14.1481H67.8248V11.4989C67.8248 10.684 67.5111 10.2745 66.8924 10.2745C66.2867 10.2745 65.8684 10.7973 65.8684 11.403V14.1481H64.8444V10.8496C64.8444 10.44 64.8357 10.0043 64.8052 9.52937H65.7072L65.7551 10.2396H65.7856C66.0601 9.74723 66.6222 9.43351 67.2497 9.43351C68.217 9.43351 68.8531 10.1742 68.8531 11.3812L68.8488 14.1481ZM71.6767 14.1481H70.6484V7.41608H71.6767V14.1481ZM75.4152 14.2527C74.0688 14.2527 73.193 13.2461 73.193 11.878C73.193 10.4531 74.0863 9.43786 75.4893 9.43786C76.8183 9.43786 77.7115 10.3965 77.7115 11.8039C77.7159 13.2461 76.7921 14.2527 75.4152 14.2527ZM75.4545 10.1873C74.7137 10.1873 74.2388 10.8801 74.2388 11.8474C74.2388 12.7973 74.7224 13.4901 75.4414 13.4901C76.1647 13.4901 76.6484 12.7494 76.6484 11.83C76.6484 10.8888 76.1778 10.1873 75.4545 10.1873ZM81.7551 14.1481L81.681 13.6165H81.6549C81.3412 14.0435 80.8837 14.2527 80.3041 14.2527C79.4762 14.2527 78.888 13.6732 78.888 12.8932C78.888 11.7559 79.8771 11.1634 81.5852 11.1634V11.0762C81.5852 10.4705 81.2627 10.1655 80.6266 10.1655C80.1734 10.1655 79.7725 10.2788 79.4196 10.5098L79.2104 9.83438C79.6375 9.56858 80.1691 9.43351 80.7965 9.43351C82.0035 9.43351 82.6091 10.0697 82.6091 11.342V13.0413C82.6091 13.5076 82.6309 13.8692 82.6745 14.1437L81.7551 14.1481ZM81.6157 11.8474C80.4784 11.8474 79.9032 12.122 79.9032 12.7799C79.9032 13.2636 80.1996 13.4989 80.6048 13.4989C81.1277 13.4989 81.6113 13.1024 81.6113 12.5577V11.8474H81.6157ZM87.5939 14.1481L87.546 13.4074H87.5155C87.2192 13.9651 86.7268 14.2527 86.034 14.2527C84.9229 14.2527 84.0993 13.2723 84.0993 11.8997C84.0993 10.4575 84.9534 9.44222 86.1211 9.44222C86.7399 9.44222 87.1756 9.65137 87.4239 10.0697H87.4457V7.42043H88.4741V12.9063C88.4741 13.3507 88.4828 13.769 88.5133 14.1481H87.5939ZM87.4457 11.4335C87.4457 10.7886 87.0187 10.2352 86.3651 10.2352C85.6026 10.2352 85.1407 10.9106 85.1407 11.8562C85.1407 12.7886 85.6244 13.4248 86.3433 13.4248C86.9882 13.4248 87.4457 12.8627 87.4457 12.2004V11.4335ZM94.9795 14.2527C93.6331 14.2527 92.7573 13.2461 92.7573 11.878C92.7573 10.4531 93.6505 9.43786 95.0536 9.43786C96.3826 9.43786 97.2758 10.3965 97.2758 11.8039C97.2802 13.2461 96.3564 14.2527 94.9795 14.2527ZM95.0187 10.1873C94.278 10.1873 93.803 10.8801 93.803 11.8474C93.803 12.7973 94.2867 13.4901 95.0057 13.4901C95.729 13.4901 96.2126 12.7494 96.2126 11.83C96.2126 10.8888 95.742 10.1873 95.0187 10.1873ZM102.792 14.1481H101.764V11.4989C101.764 10.684 101.45 10.2745 100.831 10.2745C100.226 10.2745 99.8074 10.7973 99.8074 11.403V14.1481H98.7791V10.8496C98.7791 10.44 98.7704 10.0043 98.7399 9.52937H99.6418L99.6898 10.2396H99.7203C99.9948 9.74723 100.557 9.43351 101.184 9.43351C102.152 9.43351 102.792 10.1742 102.792 11.3812V14.1481ZM109.694 10.3006H108.566V12.5403C108.566 13.1111 108.762 13.3943 109.163 13.3943C109.346 13.3943 109.494 13.3769 109.616 13.3464L109.646 14.1263C109.446 14.2047 109.18 14.2396 108.849 14.2396C108.038 14.2396 107.559 13.7952 107.559 12.6274V10.3006H106.884V9.53372H107.559V8.68841L108.566 8.3834V9.53372H109.694V10.3006ZM115.123 14.1481H114.099V11.5163C114.099 10.6928 113.786 10.2745 113.167 10.2745C112.635 10.2745 112.139 10.6361 112.139 11.3681V14.1481H111.115V7.41608H112.139V10.1873H112.16C112.483 9.68623 112.949 9.43786 113.546 9.43786C114.522 9.43786 115.119 10.196 115.119 11.403L115.123 14.1481ZM120.683 12.0871H117.607C117.624 12.9586 118.204 13.4553 119.062 13.4553C119.515 13.4553 119.938 13.3769 120.304 13.2374L120.465 13.9477C120.03 14.1394 119.515 14.2309 118.919 14.2309C117.476 14.2309 116.622 13.3202 116.622 11.9041C116.622 10.488 117.498 9.42479 118.805 9.42479C119.986 9.42479 120.722 10.3006 120.722 11.6165C120.727 11.7777 120.714 11.9346 120.683 12.0871ZM119.742 11.3551C119.742 10.6448 119.385 10.1394 118.727 10.1394C118.139 10.1394 117.672 10.6535 117.607 11.3551H119.742Z"
                                fill="white"></path>
                            </svg>
                            </a>
                            <div class="social-icons-spacer"></div>
                            <a href="https://chegg-study.app.link/ZbhOSbZUbH" data-test="signed-out-footer-app-link-google-play"
                                class="sc-wz9pqy-1 eYXyGr">
                                <svg data-test="signed-out-footer-svg-google-play" aria-label="Google Play Icon" width="136" height="40"
                                    viewBox="0 0 136 40" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path
                                        d="M134.602 35.2767C134.602 37.3943 132.886 39.1068 130.772 39.1068H130.768H5.22552C3.10788 39.1111 1.38674 37.3987 1.38239 35.2767V4.72767C1.38674 2.61003 3.10352 0.89325 5.22552 0.89325H130.764C132.881 0.89325 134.598 2.61003 134.598 4.72767L134.602 35.2767Z"
                                        fill="white"></path>
                                    <path
                                        d="M130.768 40H5.22543C2.61541 40 0.497766 37.8867 0.493408 35.2767V4.72767C0.497766 2.11765 2.61541 0.0043573 5.22543 0H130.764C133.374 0.0043573 135.491 2.11765 135.496 4.72767V35.281C135.5 37.8824 133.374 40 130.768 40Z"
                                        fill="#A6A5A5"></path>
                                    <path style="stroke: black; fill: black;"
                                        d="M134.602 35.2767C134.602 37.3943 132.886 39.1068 130.772 39.1068H130.768H5.22552C3.10788 39.1111 1.38674 37.3987 1.38239 35.2767V4.72767C1.38674 2.61003 3.10352 0.89325 5.22552 0.89325H130.764C132.881 0.89325 134.598 2.61003 134.598 4.72767L134.602 35.2767Z">
                                    </path>
                                    <path opacity="0.1"
                                        d="M130.768 0H63.5217L89.8615 40H130.768C133.378 39.9956 135.496 37.8824 135.5 35.2767V4.72767C135.491 2.11765 133.378 0.0043573 130.768 0Z"
                                        fill="white"></path>
                                    <path
                                        d="M48.1971 12.0916C48.1971 12.8759 48.001 13.56 47.513 14.048C46.9248 14.6362 46.2407 14.9282 45.3605 14.9282C44.4803 14.9282 43.7962 14.6362 43.208 14.048C42.6198 13.4597 42.3278 12.7756 42.3278 11.8955C42.3278 11.0153 42.6198 10.3312 43.208 9.74297C43.7962 9.15473 44.4803 8.86279 45.3605 8.86279C45.7527 8.86279 46.1448 8.95865 46.5326 9.15473C46.9248 9.35081 47.2167 9.54689 47.4128 9.83883L46.9248 10.3268C46.5326 9.83883 46.0446 9.64275 45.3605 9.64275C44.7723 9.64275 44.1884 9.83883 43.7962 10.3268C43.3082 10.719 43.1121 11.3029 43.1121 11.987C43.1121 12.6711 43.3082 13.2593 43.7962 13.6471C44.2842 14.0393 44.7723 14.3312 45.3605 14.3312C46.0446 14.3312 46.5326 14.1351 47.0206 13.6471C47.3126 13.3552 47.5086 12.963 47.5086 12.475H45.3561V11.6907H48.1927L48.1971 12.0916ZM52.6938 9.64711H50.0533V11.5033H52.4978V12.1874H50.0533V14.0436H52.6938V14.8279H49.2734V8.96301H52.6938V9.64711ZM55.9226 14.8323H55.1383V9.64711H53.4781V8.96301H57.5827V9.64711H55.9226V14.8323ZM60.4193 14.8323V8.96301H61.2036V14.8279H60.4193V14.8323ZM64.5283 14.8323H63.7439V9.64711H62.0838V8.96301H66.0925V9.64711H64.4324V14.8279H64.5283V14.8323ZM73.8137 14.048C73.2254 14.6362 72.5413 14.9282 71.6612 14.9282C70.781 14.9282 70.0969 14.6362 69.5086 14.048C68.9204 13.4597 68.6285 12.7756 68.6285 11.8955C68.6285 11.0153 68.9204 10.3312 69.5086 9.74297C70.0969 9.15473 70.781 8.86279 71.6612 8.86279C72.5413 8.86279 73.2254 9.15473 73.8137 9.74297C74.4019 10.3312 74.6938 11.0153 74.6938 11.8955C74.6938 12.7756 74.4019 13.4597 73.8137 14.048ZM70.1012 13.56C70.4934 13.9521 71.0773 14.2441 71.6655 14.2441C72.2537 14.2441 72.8376 14.048 73.2298 13.56C73.6219 13.1678 73.9139 12.5839 73.9139 11.8998C73.9139 11.2157 73.7178 10.6275 73.2298 10.2397C72.8376 9.84754 72.2537 9.5556 71.6655 9.5556C71.0773 9.5556 70.4934 9.75168 70.1012 10.2397C69.7091 10.6319 69.4171 11.2157 69.4171 11.8998C69.4171 12.5839 69.6089 13.1678 70.1012 13.56ZM75.7701 14.8323V8.96301H76.6503L79.4869 13.56V8.96301H80.2712V14.8279H79.4869L76.4542 10.0349V14.8279H75.7701V14.8323Z"
                                        fill="white"></path>
                            <path
                                d="M68.4366 22.1613C66.088 22.1613 64.2318 23.9216 64.2318 26.366C64.2318 28.7146 66.088 30.5708 68.4366 30.5708C70.7851 30.5708 72.6413 28.8105 72.6413 26.366C72.6413 23.8257 70.7851 22.1613 68.4366 22.1613ZM68.4366 28.8105C67.1642 28.8105 66.088 27.7342 66.088 26.2702C66.088 24.8018 67.1642 23.7299 68.4366 23.7299C69.7089 23.7299 70.7851 24.7059 70.7851 26.2702C70.7851 27.7342 69.7089 28.8105 68.4366 28.8105ZM59.3429 22.1613C56.9943 22.1613 55.1381 23.9216 55.1381 26.366C55.1381 28.7146 56.9943 30.5708 59.3429 30.5708C61.6915 30.5708 63.5477 28.8105 63.5477 26.366C63.5477 23.8257 61.6915 22.1613 59.3429 22.1613ZM59.3429 28.8105C58.0705 28.8105 56.9943 27.7342 56.9943 26.2702C56.9943 24.8018 58.0705 23.7299 59.3429 23.7299C60.6152 23.7299 61.6915 24.7059 61.6915 26.2702C61.6915 27.7342 60.6152 28.8105 59.3429 28.8105ZM48.4888 23.4336V25.1939H52.6936C52.5978 26.17 52.2056 26.9543 51.7176 27.4423C51.1294 28.0305 50.1533 28.7146 48.4888 28.7146C45.8483 28.7146 43.8919 26.6623 43.8919 24.0218C43.8919 21.3813 45.9442 19.329 48.4888 19.329C49.857 19.329 50.9333 19.9172 51.7176 20.6013L52.9899 19.329C51.9137 18.353 50.5455 17.5687 48.5891 17.5687C45.0684 17.5687 42.04 20.5011 42.04 24.0218C42.04 27.5425 45.0727 30.475 48.5891 30.475C50.5455 30.475 51.9137 29.8867 53.0858 28.6188C54.2579 27.4467 54.6501 25.7822 54.6501 24.5142C54.6501 24.122 54.6501 23.7299 54.5542 23.4379L48.4888 23.4336ZM92.881 24.8018C92.4888 23.8257 91.5128 22.1613 89.3603 22.1613C87.2078 22.1613 85.4474 23.8214 85.4474 26.366C85.4474 28.7146 87.2078 30.5708 89.552 30.5708C91.4082 30.5708 92.5847 29.3987 92.9725 28.7146L91.6043 27.7386C91.1163 28.4227 90.5281 28.9107 89.552 28.9107C88.576 28.9107 87.9877 28.5186 87.4997 27.6384L93.0727 25.2898L92.881 24.8018ZM87.2122 26.17C87.2122 24.6057 88.4845 23.7255 89.3647 23.7255C90.0488 23.7255 90.7328 24.1177 90.9289 24.6057L87.2122 26.17ZM82.6152 30.1787H84.4714V17.9565H82.6152V30.1787ZM79.6827 23.0414C79.1947 22.5534 78.4104 22.0654 77.4344 22.0654C75.3821 22.0654 73.4257 23.9216 73.4257 26.2702C73.4257 28.6188 75.2819 30.3748 77.4344 30.3748C78.4104 30.3748 79.1947 29.8867 79.5869 29.3987H79.6827V29.987C79.6827 31.5512 78.8026 32.4314 77.4344 32.4314C76.3581 32.4314 75.5782 31.6471 75.3821 30.963L73.8178 31.6471C74.3058 32.7233 75.4779 34.0915 77.5346 34.0915C79.6871 34.0915 81.4474 32.8192 81.4474 29.7909V22.3573H79.6871L79.6827 23.0414ZM77.5302 28.8105C76.2579 28.8105 75.1817 27.7342 75.1817 26.2702C75.1817 24.8061 76.2579 23.7299 77.5302 23.7299C78.8026 23.7299 79.7786 24.8061 79.7786 26.2702C79.7786 27.7342 78.8026 28.8105 77.5302 28.8105ZM101.391 17.9565H96.9899V30.1787H98.8461V25.5861H101.386C103.439 25.5861 105.395 24.1177 105.395 21.7735C105.395 19.4292 103.443 17.9565 101.391 17.9565ZM101.487 23.8257H98.8461V19.621H101.487C102.855 19.621 103.639 20.7931 103.639 21.6732C103.539 22.7495 102.759 23.8257 101.487 23.8257ZM112.733 22.0654C111.365 22.0654 109.996 22.6536 109.504 23.9216L111.164 24.6057C111.556 23.9216 112.14 23.7255 112.824 23.7255C113.8 23.7255 114.681 24.3138 114.781 25.2898V25.3857C114.489 25.1896 113.705 24.8976 112.925 24.8976C111.164 24.8976 109.404 25.8737 109.404 27.634C109.404 29.2942 110.872 30.3704 112.437 30.3704C113.709 30.3704 114.293 29.7822 114.785 29.1983H114.881V30.1743H116.641V25.4859C116.445 23.3377 114.785 22.0654 112.733 22.0654ZM112.537 28.8105C111.949 28.8105 111.068 28.5186 111.068 27.7342C111.068 26.7582 112.145 26.4619 113.025 26.4619C113.809 26.4619 114.197 26.658 114.685 26.8541C114.493 28.0305 113.513 28.8105 112.537 28.8105ZM122.803 22.3573L120.75 27.6384H120.654L118.502 22.3573H116.545L119.774 29.7865L117.918 33.8911H119.774L124.759 22.353H122.803V22.3573ZM106.376 30.1787H108.232V17.9565H106.376V30.1787Z"
                                        fill="white"></path>
                            <path
                                d="M15.025 8.11768C14.733 8.40961 14.6328 8.90199 14.6328 9.48587V31.0937C14.6328 31.6819 14.8289 32.17 15.1208 32.4619L15.2167 32.5578L27.3431 20.4358V20.2397L15.025 8.11768Z"
                                fill="url(#paint0_linear_3823:6512)"></path>
                            <path
                                d="M31.256 24.5447L27.2473 20.536V20.2441L31.256 16.2354L31.3518 16.3312L36.1449 19.0676C37.513 19.8519 37.513 21.1199 36.1449 21.9042L31.256 24.5447Z"
                                fill="url(#paint1_linear_3823:6512)"></path>
                            <path
                                d="M31.3518 24.4445L27.2472 20.34L15.025 32.5622C15.513 33.0502 16.1971 33.0502 17.0773 32.658L31.3518 24.4445Z"
                                fill="url(#paint2_linear_3823:6512)"></path>
                            <path
                                d="M31.3518 16.2309L17.0773 8.11761C16.1971 7.62959 15.513 7.72545 15.025 8.21347L27.2472 20.3398L31.3518 16.2309Z"
                                fill="url(#paint3_linear_3823:6512)"></path>
                            <defs>
                                <linearGradient id="paint0_linear_3823:6512" x1="20.9875" y1="8.04648" x2="20.9875"
                                    y2="32.3799" gradientUnits="userSpaceOnUse">
                                    <stop stop-color="#267CAF"></stop>
                                    <stop offset="0.286" stop-color="#4A92B4"></stop>
                                    <stop offset="0.767" stop-color="#79BCBA"></stop>
                                    <stop offset="1" stop-color="#88CEBC"></stop>
                                </linearGradient>
                                <linearGradient id="paint1_linear_3823:6512" x1="33.5724" y1="17.4026" x2="30.6048"
                                    y2="24.1149" gradientUnits="userSpaceOnUse">
                                    <stop stop-color="#F48879"></stop>
                                    <stop offset="0.119" stop-color="#F5907A"></stop>
                                    <stop offset="0.713" stop-color="#FBB777"></stop>
                                    <stop offset="1" stop-color="#FDC874"></stop>
                                </linearGradient>
                                <linearGradient id="paint2_linear_3823:6512" x1="29.1589" y1="22.506" x2="15.8062"
                                    y2="33.3042" gradientUnits="userSpaceOnUse">
                                    <stop stop-color="#EB413D"></stop>
                                    <stop offset="0.167" stop-color="#D94452"></stop>
                                    <stop offset="0.575" stop-color="#AF487A"></stop>
                                    <stop offset="0.862" stop-color="#954B92"></stop>
                                    <stop offset="1" stop-color="#894A9C"></stop>
                                </linearGradient>
                                <linearGradient id="paint3_linear_3823:6512" x1="16.7539" y1="8.7065" x2="29.5261"
                                    y2="18.4598" gradientUnits="userSpaceOnUse">
                                    <stop stop-color="#54C0AC"></stop>
                                    <stop offset="1" stop-color="#DDE79A"></stop>
                                </linearGradient>
                            </defs>
                        </svg>
                    </a>
                </div>
            </div>
            <div class="bottom-row">
                <span class="copyright">© 2003-2024 Chegg Inc. All rights reserved.</span>
                <ul class="links">
                    <li>
                        <a class="link" href="https://www.chegg.com/cookienotice">Cookie Notice</a>
                    </li>
                    <li>
                        <a class="link"
                            href="https://privacyportal.onetrust.com/webform/a21a74f4-2f93-44a2-a887-302a9213c997/06b040b7-49eb-464a-b19a-ea35c85c79fc">Your
                            Privacy Choices</a>
                    </li>
                    <li>
                        <button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>

                    </li>
                    <li>
                        <a class="link" href="https://www.chegg.com/generalpolicies">General Policies</a>
                    </li>
                    <li>
                        <a class="link" href="https://www.chegg.com/privacypolicy">Privacy Policy (New)</a>
                    </li>
                    <li>
                        <a class="link" href="https://www.chegg.com/honorcode">Honor Code</a>
                    </li>
                    <li>
                        <a class="link" href="https://www.chegg.com/copyright">IP Rights</a>
                    </li>
                </ul>
            </div>
        </div>
    </footer>
    <div id="D_T1" data-test="sbm_ad" class="ads"></div>
    <script async src="https://gdpr.studybreakmedia.com/short-circuit-viewer-location.js" strategy="afterInteractive"></script>
    
    
    
    
    
    
    
        
            <script>
                window.sbmCmd = window.sbmCmd || [];
                window.sbmCmd.push((sbmGlobalRun) => {
                    sbmGlobalRun.reload({ page: 'auth', layout: 'ucfxlarge' });
                });
            </script>
        
    


    <!-- Amplitude Page View Event -->
    <script>
        window.addEventListener('load', function() {
            var maxAttempts = 20;
            var attempts = 0;
            var interval = setInterval(function() {
                attempts++;
                if (window.amplitude && typeof window.amplitude.track === 'function') {
                    clearInterval(interval);
                    window.amplitude.track('Viewed Log in | Internships Page', {
                        'Page Domain': 'auth0.identity1.chegg.com',
                        'Page Path': '/u/login/identifier',
                        'Page Title': 'Log in | Internships',
                        'brand': 'internships'
                    });
                } else if (attempts >= maxAttempts) {
                    clearInterval(interval);
                }
            }, 500);
        });
    </script>
</body>
</html>