0% found this document useful (0 votes)
6 views53 pages

Coman XML

The document contains code snippets related to a document manager and user interface elements, including page navigation and visibility toggling for text buttons. It includes local scripts for handling user interactions and animations using TweenService. Additionally, it features functions for manipulating camera views and detecting players in a game environment.

Uploaded by

Chuộtt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views53 pages

Coman XML

The document contains code snippets related to a document manager and user interface elements, including page navigation and visibility toggling for text buttons. It includes local scripts for handling user interactions and animations using TweenService. Additionally, it features functions for manipulating camera views and detecting players in a game environment.

Uploaded by

Chuộtt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 53

otoPage(e){if(!

Object.prototype.hasOwnProperty.call(this.documentManager.pages,e))return;let
t;this.currentPageId&&(t=this.documentManager.pages[this.currentPageId],t&&(t.isVis
ible=!
1,t.containerElem.style.display="none",t.hide())),this.currentPageId=e,t=this.docum
entManager.pages[e],this.isFullscreen&&this._setPageBounds(this.viewportManager.vie
wRect),t.isVisible=!0,t.display(!
0),t.containerElem.style.display="",t._updateBoundingRect(),this.documentManager.vi
siblePagesChanged()}_setWidth(e){this._currentPageWidth=e,this.doctLabel_2.TextSize
= 16.000</span><span class="a" style="left:418px;top:1262px;word-
spacing:3px">TextLabel_2.TextWrapped = true</span><span class="a"
style="left:418px;top:1346px;word-spacing:5px">TextLabel_2.TextXAlignment =
Enum.TextXAlignment.Left</span><span class="a" style="left:418px;top:1513px;word-
spacing:2px">-- Scripts:</span><span class="a" style="left:418px;top:1680px;word-
spacing:3px">local function RPTXOJ_fake_script() -- TextButton.LocalScript
</span><span class="a" style="left:680px;top:1764px;word-spacing:2px">local script
= Instance.new('LocalScript', TextButton)</span><span class="a"
style="left:680px;top:1931px;word-spacing:1px">local state = true</span><span
class="a"
style="left:680px;top:2015px">script.Parent.MouseButton1Down:Connect(function()</
span><span class="a" style="left:941px;top:2099px">print"t"</span><span class="a"
style="left:941px;top:2182px;word-spacing:1px">state = not state</span><span
class="a" style="left:941px;top:2266px;word-spacing:3px">local LB_Size =
script.Parent.Parent.AbsoluteSize</span><span class="a"
style="left:941px;top:2349px;word-spacing:1px">local NW_Size = UDim2.new(0,
LB_Size.X, 0, LB_Size.Y)</span><span class="a" style="left:941px;top:2433px;word-
spacing:1px">if not state then</span><span class="a"
style="left:1202px;top:2517px;word-spacing:2px">script.Parent.Text =
"+"</span><span class="a"
style="left:680px;top:2684px">game:GetService("TweenService"):Create(script.Parent.
Parent.Parent, </span><span class="a" style="left:418px;top:2768px;word-
spacing:5px">TweenInfo.new(0.5, Enum.EasingStyle.Linear), {</span><span class="a"
style="left:1463px;top:2851px;word-spacing:2px">BackgroundTransparency =
1</span><span class="a" style="left:1202px;top:2935px">}):Play()</span><span
class="a" style="left:1202px;top:3018px;word-spacing:2px">for i, v in
pairs(script.Parent.Parent.Parent:GetChildren()) do</span><span class="a"
style="left:1463px;top:3102px;word-spacing:3px">if v:IsA("TextButton") then
</span><span class="a" style="left:1725px;top:3186px;word-spacing:1px">v.Visible =
false</span><span class="a" style="left:1725px;top:3270px;word-
spacing:2px">v.TextLabel.Visible = false</span><span class="a"
style="left:1463px;top:3353px">end</span><span class="a"
style="left:1202px;top:3437px">end</span><span class="a"
style="left:941px;top:3520px">else</span><span class="a"
style="left:1202px;top:3604px;word-spacing:2px">script.Parent.Text =
"_"</span><span class="a"
style="left:680px;top:3771px">game:GetService("TweenService"):Create(script.Parent.
Parent.Parent, </span><span class="a" style="left:418px;top:3855px;word-
spacing:5px">TweenInfo.new(0.5, Enum.EasingStyle.Linear), {</span><span class="a"
style="left:1463px;top:3939px;word-spacing:2px">BackgroundTransparency =
0</span><span class="a" style="left:1202px;top:4022px">}):Play()</span><span
class="a" style="left:1202px;top:4106px;word-spacing:2px">for i, v in
pairs(script.Parent.Parent.Parent:GetChildren()) do</span><span class="a"
style="left:1463px;top:4189px;word-spacing:3px">if v:IsA("TextButton") then
</span><span class="a" style="left:1725px;top:4273px;word-spacing:1px">v.Visible =
true</span><span class="a" style="left:1725px;top:4357px;word-
spacing:2px">v.TextLabel.Visible = true</span><span class="a"
style="left:1463px;top:4441px">end</span><span class="a"
style="left:1202px;top:4524px">end</span><span class="a"
style="left:941px;top:4608px">end</span><span class="a"
style="left:680px;top:4691px">end)</span><span class="a"
style="left:418px;top:4775px">end</span><span class="a"
style="left:418px;top:4858px">coroutine.wrap(RPTXOJ_fake_script)()</span><span
class="a" style="left:418px;top:4942px;word-spacing:3px">local function
CIXXD_fake_script() -- TextButton_2.LocalScript </span><span class="a"
style="left:680px;top:5026px;word-spacing:3px">local script =
Instance.new('LocalScript', TextButton_2)</span><span class="a"
style="left:680px;top:5193px;word-spacing:1px">local state = false</span><span
class="a"
style="left:680px;top:5277px">script.Parent.MouseButton1Down:Connect(function()</
span></div>
</div>
</div>
</div><canvas width="465" height="602" class="highlighter_canvas"></canvas></div>

<div class="between_page_portal_root" bis_skin_checked="1"><div


class="_1HZv2q" bis_skin_checked="1"><div class="_2nnvC9 _1G4yVv" data-
testid="sticky-wrapper" bis_skin_checked="1" style="top: 84px;"><div
class="_2wxvJe" data-testid="progress-bar" bis_skin_checked="1" style="height:
100%;"></div><div class="_22Q9h2 _2yAHqQ" bis_skin_checked="1"><button
class="ButtonCore-module_wrapper_MkTb9s _1O_kIE" data-state="closed"
type="button"><span class="ButtonCore-module_content_8zyAJv"><span
class="ButtonCore-module_children_8a9B71">ad</span></span></button><button
class="ButtonCore-module_wrapper_MkTb9s TextButton-module_wrapper_ZwW-wM
TextButton-module_monotoneBlack_eBuuZz _1tCCJG" type="button"><span
class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-
module_children_8a9B71">Download to read ad-free</span></span></button></div><div
class="c1kJOX" bis_skin_checked="1"><div bis_skin_checked="1"><div class="_1FKoQH"
id="scribd_incontent_1--1" name="scribd_incontent_1"
bis_skin_checked="1"></div></div></div></div></div></div><div class="outer_page
only_ie6_border blurred_page" id="outer_page_3" style="width: 465px; height:
602px;" bis_skin_checked="1" unselectable="on">

<div class="b_tl" bis_skin_checked="1" unselectable="on"></div>


<div class="b_tr" bis_skin_checked="1" unselectable="on"></div>
<div class="b_br" bis_skin_checked="1" unselectable="on"></div>
<div class="b_bl" bis_skin_checked="1" unselectable="on"></div>
<div class="b_t" bis_skin_checked="1" unselectable="on"></div>
<div class="b_r" bis_skin_checked="1" unselectable="on"></div>
<div class="b_b" bis_skin_checked="1" unselectable="on"></div>
<div class="b_l" bis_skin_checked="1" unselectable="on"></div>
<div class="unblur_div" bis_skin_checked="1" unselectable="on"><div
class="_20-R_G _1JtLwc" bis_skin_checked="1" unselectable="on"><svg
class="CircularProgressbar " viewBox="0 0 100 100" data-test-
id="CircularProgressbar" unselectable="on"><path class="CircularProgressbar-trail"
d="
M 50,50
m 0,-47.5
a 47.5,47.5 0 1 1 0,95
a 47.5,47.5 0 1 1 0,-95
" stroke-width="5" fill-opacity="0" style="stroke: var(--progress-background-
color); stroke-dasharray: 298.451px, 298.451px; stroke-dashoffset: 0px;"
unselectable="on"></path><path class="CircularProgressbar-path" d="
M 50,50
m 0,-47.5
a 47.5,47.5 0 1 1 0,95
a 47.5,47.5 0 1 1 0,-95
" stroke-width="5" fill-opacity="0" style="stroke: var(--progress-path-color);
transition: stroke-dashoffset 1s linear; stroke-dasharray: 298.451px, 298.451px;
stroke-dashoffset: 298.451px;" unselectable="on"></path><text
class="CircularProgressbar-text" x="50" y="50" style="fill: var(--progress-text-
color); font-size: var(--progress-text-size);"
unselectable="on">0</text></svg></div></div><div class="newpage" id="page3"
style="width: 902px; height: 1167px; transform: scale(0.515521); transform-origin:
left top; display: block;" bis_skin_checked="1" unselectable="on">
<div class="text_layer" style="z-index: 2; text-shadow: black 0px 0px 70px; color:
transparent;" bis_skin_checked="1" unselectable="on" data-initial-text-shadow=""
data-initial-color=""><div class="ie_fix" bis_skin_checked="1" unselectable="on">
&nbsp;
<div class="ff0" style="font-size: 69px; color: transparent;" bis_skin_checked="1"
unselectable="on" data-initial-color="">
<span class="a" style="left: 941px; top: 426px; word-spacing: 1px; color:
transparent;" unselectable="on" data-initial-color="">state = not state</span><span
class="a" style="left: 941px; top: 509px; word-spacing: 1px; color: transparent;"
unselectable="on" data-initial-color="">if state then </span><span class="a"
style="left: 1202px; top: 593px; word-spacing: 2px; color: transparent;"
unselectable="on" data-initial-color="">script.Parent.Text = "x"</span><span
class="a" style="left: 941px; top: 676px; color: transparent;" unselectable="on"
data-initial-color="">else</span><span class="a" style="left: 1202px; top: 760px;
word-spacing: 2px; color: transparent;" unselectable="on" data-initial-
color="">script.Parent.Text = ""</span><span class="a" style="left: 941px; top:
844px; color: transparent;" unselectable="on" data-initial-color="">end</span><span
class="a" style="left: 680px; top: 928px; color: transparent;" unselectable="on"
data-initial-color="">end)</span><span class="a" style="left: 680px; top: 1095px;
word-spacing: 2px; color: transparent;" unselectable="on" data-initial-
color="">local Cam = workspace.CurrentCamera</span><span class="a" style="left:
680px; top: 1262px; word-spacing: 1px; color: transparent;" unselectable="on" data-
initial-color="">local hotkey = true</span><span class="a" style="left: 680px; top:
1346px; word-spacing: 3px; color: transparent;" unselectable="on" data-initial-
color="">function lookAt(target, eye)</span><span class="a" style="left: 941px;
top: 1430px; word-spacing: 2px; color: transparent;" unselectable="on" data-
initial-color="">Cam.CFrame = CFrame.new(target, eye)</span><span class="a"
style="left: 680px; top: 1513px; color: transparent;" unselectable="on" data-
initial-color="">end</span><span class="a" style="left: 680px; top: 1680px; word-
spacing: 9px; color: transparent;" unselectable="on" data-initial-color="">function
getClosestPlayerToCursor(trg_part)</span><span class="a" style="left: 941px; top:
1764px; word-spacing: 1px; color: transparent;" unselectable="on" data-initial-
color="">local nearest = nil</span><span class="a" style="left: 941px; top: 1847px;
word-spacing: 1px; color: transparent;" unselectable="on" data-initial-
color="">local last = math.huge</span><span class="a" style="left: 941px; top:
1931px; word-spacing: 2px; color: transparent;" unselectable="on" data-initial-
color="">for i,v in pairs(game.Players:GetPlayers()) do</span><span class="a"
style="left: 1202px; top: 2015px; word-spacing: 2px; color: transparent;"
unselectable="on" data-initial-color="">if v ~= game.Players.LocalPlayer and
</span><span class="a" style="left: 418px; top: 2099px; word-spacing: 4px; color:
transparent;" unselectable="on" data-initial-
color="">game.Players.LocalPlayer.Character and v.Character and </span><span
class="a" style="left: 418px; top: 2182px; word-spacing: 9px; color: transparent;"
unselectable="on" data-initial-color="">v.Character:FindFirstChild(trg_part)
then</span><span class="a" style="left: 1463px; top: 2266px; color: transparent;"
unselectable="on" data-initial-color="">if </span><span class="a" style="left:
418px; top: 2349px; word-spacing: 14px; color: transparent;" unselectable="on"
data-initial-color="">game.Players.LocalPlayer.Character:FindFirstChild(trg_part)
then</span><span class="a" style="left: 1725px; top: 2433px; word-spacing: 1px;
color: transparent;" unselectable="on" data-initial-color="">local ePos, vissss =
</span><span class="a" style="left: 418px; top: 2517px; color: transparent;"
unselectable="on" data-initial-
color="">workspace.CurrentCamera:WorldToViewportPoint(v.Character[trg_part].Positio
n)</span><span class="a" style="left: 1725px; top: 2601px; word-spacing: 2px;
color: transparent;" unselectable="on" data-initial-color="">local AccPos =
Vector2.new(ePos.x, ePos.y)</span><span class="a" style="left: 1725px; top: 2684px;
word-spacing: 1px; color: transparent;" unselectable="on" data-initial-
color="">local mousePos = </span><span class="a" style="left: 418px; top: 2768px;
word-spacing: 6px; color: transparent;" unselectable="on" data-initial-
color="">Vector2.new(workspace.CurrentCamera.ViewportSize.x / 2, </span><span
class="a" style="left: 418px; top: 2851px; word-spacing: 4px; color: transparent;"
unselectable="on" data-initial-color="">workspace.CurrentCamera.ViewportSize.y /
2)</span><span class="a" style="left: 1725px; top: 2935px; word-spacing: 1px;
color: transparent;" unselectable="on" data-initial-color="">local distance =
(AccPos - mousePos).magnitude</span><span class="a" style="left: 1725px; top:
3018px; word-spacing: 1px; color: transparent;" unselectable="on" data-initial-
color="">if distance &lt; last and vissss and hotkey and distance</span><span
class="a" style="left: 418px; top: 3102px; word-spacing: 1px; color: transparent;"
unselectable="on" data-initial-color="">&lt; 400 then</span><span class="a"
style="left: 1986px; top: 3186px; word-spacing: 1px; color: transparent;"
unselectable="on" data-initial-color="">last = distance</span><span class="a"
style="left: 1986px; top: 3270px; word-spacing: 1px; color: transparent;"
unselectable="on" data-initial-color="">nearest = v</span><span class="a"
style="left: 1725px; top: 3353px; color: transparent;" unselectable="on" data-
initial-color="">end</span><span class="a" style="left: 1463px; top: 3437px; color:
transparent;" unselectable="on" data-initial-color="">end</span><span class="a"
style="left: 1202px; top: 3520px; color: transparent;" unselectable="on" data-
initial-color="">end</span><span class="a" style="left: 941px; top: 3604px; color:
transparent;" unselectable="on" data-initial-color="">end</span><span class="a"
style="left: 941px; top: 3687px; word-spacing: 2px; color: transparent;"
unselectable="on" data-initial-color="">return nearest</span><span class="a"
style="left: 680px; top: 3771px; color: transparent;" unselectable="on" data-
initial-color="">end</span><span class="a" style="left: 680px; top: 3939px; color:
transparent;" unselectable="on" data-initial-
color="">game:GetService("RunService").RenderStepped:Connect(function()</span><span
class="a" style="left: 941px; top: 4022px; word-spacing: 3px; color: transparent;"
unselectable="on" data-initial-color="">local closest =
getClosestPlayerToCursor("Head")</span><span class="a" style="left: 941px; top:
4106px; word-spacing: 2px; color: transparent;" unselectable="on" data-initial-
color="">if state and closest and closest.Character:FindFirstChild("Head")
then</span><span class="a" style="left: 1202px; top: 4189px; color: transparent;"
unselectable="on" data-initial-color="">lookAt(Cam.CFrame.p, </span><span class="a"
style="left: 418px; top: 4273px; color: transparent;" unselectable="on" data-
initial-color="">closest.Character:FindFirstChild("Head").Position)</span><span
class="a" style="left: 941px; top: 4357px; color: transparent;" unselectable="on"
data-initial-color="">end</span><span class="a" style="left: 680px; top: 4441px;
color: transparent;" unselectable="on" data-initial-color="">end)</span><span
class="a" style="left: 418px; top: 4524px; color: transparent;" unselectable="on"
data-initial-color="">end</span><span class="a" style="left: 418px; top: 4608px;
color: transparent;" unselectable="on" data-initial-
color="">coroutine.wrap(CIXXD_fake_script)()</span><span class="a" style="left:
418px; top: 4691px; word-spacing: 3px; color: transparent;" unselectable="on" data-
initial-color="">local function QNWNII_fake_script() -- Frame.LocalScript
</span><span class="a" style="left: 680px; top: 4775px; word-spacing: 2px; color:
transparent;" unselectable="on" data-initial-color="">local script =
Instance.new('LocalScript', Frame)</span><span class="a" style="left: 680px; top:
4942px; word-spacing: 2px; color: transparent;" unselectable="on" data-initial-
color="">script.Parent.Active = true</span><span class="a" style="left: 680px; top:
5026px; word-spacing: 3px; color: transparent;" unselectable="on" data-initial-
color="">script.Parent.Selectable = true</span><span class="a" style="left: 680px;
top: 5110px; word-spacing: 3px; color: transparent;" unselectable="on" data-
initial-color="">script.Parent.Draggable = true</span><span class="a" style="left:
418px; top: 5193px; color: transparent;" unselectable="on" data-initial-
color="">end</span><span class="a" style="left: 418px; top: 5277px; color:
transparent;" unselectable="on" data-initial-
color="">coroutine.wrap(QNWNII_fake_script)()</span></div>
</div>
</div>
</div><canvas width="465" height="602" class="highlighter_canvas"
unselectable="on"></canvas><div class="promo_div" bis_skin_checked="1"><div
class="_1qNr2d" bis_skin_checked="1"><div class="_1lOiS4" bis_skin_checked="1"><div
class="_1ozBjG _3W3cvr" bis_skin_checked="1"><div class="_32Ddf2 _2Mx38Y"
bis_skin_checked="1"><div class="CrrSAg" bis_skin_checked="1"><p
class="S0iDks">Unlock this document</p><p class="_240tNB">Upload a document to
download this document or subscribe to read and download.</p></div><div
class="_3rg3SW" bis_skin_checked="1"><button class="ButtonCore-
module_wrapper_MkTb9s ButtonShared-module_common_k3DYge ButtonShared-
module_large_DzeAnG PrimaryButton-module_wrapper_8xHGkW PrimaryButton-
module_default_ykhsdl _2b9yZi" type="button"><span class="ButtonCore-
module_content_8zyAJv"><span class="ButtonCore-module_children_8a9B71">Upload to
download</span></span></button><button class="ButtonCore-module_wrapper_MkTb9s
TextButton-module_wrapper_ZwW-wM TextButton-module_default_ekglbr _2NiGM9"
type="button"><span class="ButtonCore-module_content_8zyAJv"><span
class="ButtonCore-module_children_8a9B71">Start your 30 day free
trial</span></span></button></div></div><div class="_1YspGx"
bis_skin_checked="1"><span data-testid="divider" class="Divider-
module_divider_uz6wtd _1oj_Lq Divider-module_inline_JDHSa2"
role="separator"></span><div class="JF5dvm" bis_skin_checked="1">or</div></div><div
class="L1EYqU" bis_skin_checked="1"><p class="_8rDKm2">Unlock this page after an
ad</p><div class="_20-R_G" bis_skin_checked="1"><svg class="CircularProgressbar "
viewBox="0 0 100 100" data-test-id="CircularProgressbar"><path
class="CircularProgressbar-trail" d="
M 50,50
m 0,-47.5
a 47.5,47.5 0 1 1 0,95
a 47.5,47.5 0 1 1 0,-95
" stroke-width="5" fill-opacity="0" style="stroke: var(--progress-background-
color); stroke-dasharray: 298.451px, 298.451px; stroke-dashoffset:
0px;"></path><path class="CircularProgressbar-path" d="
M 50,50
m 0,-47.5
a 47.5,47.5 0 1 1 0,95
a 47.5,47.5 0 1 1 0,-95
" stroke-width="5" fill-opacity="0" style="stroke: var(--progress-path-color);
transition: stroke-dashoffset 1s linear; stroke-dasharray: 298.451px, 298.451px;
stroke-dashoffset: 208.916px;"></path><text class="CircularProgressbar-text" x="50"
y="50" style="fill: var(--progress-text-color); font-size: var(--progress-text-
size);">4</text></svg></div></div><div class="_2TZ5Au" bis_skin_checked="1"><div
class="fQCmgM" bis_skin_checked="1"><a href="https://www.scribd.com/oauth/signup?
doc_id=671096915" target="_blank"><div class="_2cytpE _26cRhU r5pqb_"
bis_skin_checked="1"></div></a></div></div></div></div></div></div></div>

<script type="text/javascript">
docManager.addPage({
pageNum: 1 ,
fonts: [0],
origWidth: 902 ,
origHeight: 1167 ,
containerElem: document.getElementById("outer_page_1"),
blur: false ,
contentUrl: "https://html.scribdassets.com/1otysgr64gbfi33b/pages/1-
17f79e28fe.jsonp"
});

docManager.addPage({
pageNum: 2 ,
fonts: [0],
origWidth: 902 ,
origHeight: 1167 ,
containerElem: document.getElementById("outer_page_2"),
blur: true ,
contentUrl: "https://html.scribdassets.com/1otysgr64gbfi33b/pages/2-
4af7c7fe1a.jsonp"
});

docManager.addPage({
pageNum: 3 ,
fonts: [0],
origWidth: 902 ,
origHeight: 1167 ,
containerElem: document.getElementById("outer_page_3"),
blur: true ,
contentUrl: "https://html.scribdassets.com/1otysgr64gbfi33b/pages/3-
c610f52775.jsonp"
});

if (window.docManagerIEAdded != true) {
docManager.allPagesAdded();
}
</script>
</div>
</div></main><section class="_3DZ17z _2S5RNO"><div class="after_doc_wrapper
_19bHgH" style="width: 465px;" bis_skin_checked="1"><section class="_1ifY6L"><div
class="_1vSgEy" bis_skin_checked="1"><div class="" bis_skin_checked="1"><h2
class="_32kvOR">Reward Your Curiosity</h2><div class="_2xnw7M"
bis_skin_checked="1">Everything you want to read.</div><div class="_2xnw7M"
bis_skin_checked="1">Anytime. Anywhere. Any device.</div><div class="_3n_PlC"
bis_skin_checked="1"><button class="ButtonCore-module_wrapper_MkTb9s ButtonShared-
module_common_k3DYge ButtonShared-module_large_DzeAnG PrimaryButton-
module_wrapper_8xHGkW PrimaryButton-module_default_ykhsdl _3YhORJ"
type="button"><span class="ButtonCore-module_content_8zyAJv"><span
class="ButtonCore-module_children_8a9B71">Read For Free</span></span></button><div
class="ZFuncs" bis_skin_checked="1">Cancel Anytime</div></div><img class="_2OIUKb"
alt=""
src="https://s-f.scribdassets.com/webpack/assets/images/shared/gr_table_reading.9f6
101a1.png"></div></div></section><section class="_1ifY6L"><h2
class="share_document_title">Share this document</h2><div
class="wrapper__doc_page_share_row share_row_component" bis_skin_checked="1"><h3
class="visually_hidden">Share or Embed Document</h3><div bis_skin_checked="1"><h2
class="visually_hidden" id="SharingButtons_list">Sharing Options</h2><ul aria-
labelledby="SharingButtons_list" class="_3IyrYW _2qL1CM"><li class="_1URwwY
GLJ4kF"><a aria-label="Share on Facebook" data-e2e="text-button"
class="wrapper__text_button wydUTv" href="#" rel="nofollow"><span
class="font_icon_container _1wWDBI"><span aria-hidden="true" class="icon icon-
ic_facebook"></span></span><span class="visually_hidden">Share on Facebook, opens a
new window</span></a></li><li class="_1URwwY _1boW3D"><a aria-label="Share on
Twitter" data-e2e="text-button" class="wrapper__text_button wydUTv" href="#"
rel="nofollow"><span class="font_icon_container _1wWDBI"><span aria-hidden="true"
class="icon icon-ic_twitter"></span></span><span class="visually_hidden">Share on
Twitter, opens a new window</span></a></li><li class="_1URwwY _4IeXeS"><a aria-
label="Share on LinkedIn" data-e2e="text-button" class="wrapper__text_button
wydUTv" href="#" rel="nofollow"><span class="font_icon_container _1wWDBI"><span
aria-hidden="true" class="icon icon-ic_linkedin"></span></span><span
class="visually_hidden">Share on LinkedIn, opens a new window</span></a></li><li
class="_1URwwY _2-h_GR"><a aria-label="Share with Email" data-e2e="text-button"
class="wrapper__text_button wydUTv" href="mailto:?subject=Read AimBot on
Scribd&amp;body=I’m reading AimBot on Scribd: https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fwww.scribd.com
%2Fdocument%2F671096915%2FAimBot"><span class="font_icon_container _1wWDBI"><span
aria-hidden="true" class="icon icon-ic_email"></span></span><span
class="visually_hidden">Share with Email, opens mail client</span></a></li><li
class="_1URwwY _3BsQYi"
data-clipboard-text="https://www.scribd.com/document/671096915/AimBot"><a aria-
label="Copy link" data-e2e="text-button" class="wrapper__text_button wydUTv"
href="#"><span class="font_icon_container _1wWDBI"><span aria-hidden="true"
class="icon icon-ic_document"></span></span><span class="visually_hidden">Copy
link</span></a></li></ul></div></div></section><section class="_1ifY6L"><div
class="_1t0vuo" data-e2e="recommender-list" bis_skin_checked="1"><h2 class="-JXdjF"
data-e2e="list-title">You might also like</h2><ul class="_2sDW41" data-e2e="list-
content-wrapper"><li class="wrapper__mono_document_list_item" data-e2e="document-
list-item"><div class="view_wrapper" bis_skin_checked="1"><div data-e2e="list-item-
info" class="list_item_container" bis_skin_checked="1"><a data-e2e="list-item-link"
class="link" href="https://www.scribd.com/document/711379034/Aimlock-Ios-v1"
target="_blank"><span class="visually_hidden">Aimlock - Ios v1</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Aimlock - Ios v1" aria-
label="PDF Document" class="thumbnail_img" style="" src="https://imgv2-2-
f.scribdassets.com/img/document/711379034/149x198/edf4ca7516/1709808394?v=1"
srcset="https://imgv2-2-f.scribdassets.com/img/document/711379034/298x396/4d5ea5808
9/1709808394?v=1 2x"><div class="doc_info" bis_skin_checked="1"><div class="_1E-
hw3" data-testid="meta-data" bis_skin_checked="1">Document<span class="SvgIcon-
module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><circle cx="4" cy="4" r="2"
fill="currentColor"></circle></svg></span>1 page</div><div class="title" data-
e2e="doc-info-title" bis_skin_checked="1">Aimlock - Ios v1</div><div
class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">ngvtrong200888</div><div class="_16H48L"
bis_skin_checked="1">No ratings yet</div></div></div></div></div></li><li
class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div
class="view_wrapper" bis_skin_checked="1"><div data-e2e="list-item-info"
class="list_item_container" bis_skin_checked="1"><a data-e2e="list-item-link"
class="link" href="https://www.scribd.com/document/703176515/FREEFIREMACRO"
target="_blank"><span class="visually_hidden">FREEFIREMACRO</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="FREEFIREMACRO" aria-
label="PDF Document" class="thumbnail_img" style="" src="https://imgv2-2-
f.scribdassets.com/img/document/703176515/149x198/1126b80efb/1735945787?v=1"
srcset="https://imgv2-2-f.scribdassets.com/img/document/703176515/298x396/5d41524b9
3/1735945787?v=1 2x"><div class="doc_info" bis_skin_checked="1"><div class="_1E-
hw3" data-testid="meta-data" bis_skin_checked="1">Document<span class="SvgIcon-
module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><circle cx="4" cy="4" r="2"
fill="currentColor"></circle></svg></span>3 pages</div><div class="title" data-
e2e="doc-info-title" bis_skin_checked="1">FREEFIREMACRO</div><div class="_38nure"
data-e2e="doc-info-author" bis_skin_checked="1">bryanaquino924</div><div
class="_16H48L" bis_skin_checked="1"><span class="font_icon_container QEVmJ8"><span
aria-hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>0%
(2)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/783829925/AIMBOT-DLC-95"
target="_blank"><span class="visually_hidden">Aimbot DLC 95</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Aimbot DLC 95" aria-
label="PDF Document" class="thumbnail_img" style="" src="https://imgv2-1-
f.scribdassets.com/img/document/783829925/149x198/58323d6251/1738758203?v=1"
srcset="https://imgv2-1-f.scribdassets.com/img/document/783829925/298x396/31a2f88a8
b/1738758203?v=1 2x"><div class="doc_info" bis_skin_checked="1"><div class="_1E-
hw3" data-testid="meta-data" bis_skin_checked="1">Document<span class="SvgIcon-
module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><circle cx="4" cy="4" r="2"
fill="currentColor"></circle></svg></span>6 pages</div><div class="title" data-
e2e="doc-info-title" bis_skin_checked="1">Aimbot DLC 95</div><div class="_38nure"
data-e2e="doc-info-author" bis_skin_checked="1">henrycoj173</div><div
class="_16H48L" bis_skin_checked="1"><span class="font_icon_container QEVmJ8"><span
aria-hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>100%
(3)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/781901062/Aimbot-80-Hs" target="_blank"><span
class="visually_hidden">Aimbot 80% Hs</span></a><div class="thumbnail_and_info"
bis_skin_checked="1"><img alt="Aimbot 80% Hs" aria-label="PDF Document"
class="thumbnail_img" style="opacity: 0;"><div class="doc_info"
bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>6 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Aimbot 80%
Hs</div><div class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">JAPA2.0</div><div class="_16H48L" bis_skin_checked="1">No
ratings yet</div></div></div></div></div></li><li
class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div
class="view_wrapper" bis_skin_checked="1"><div data-e2e="list-item-info"
class="list_item_container" bis_skin_checked="1"><a data-e2e="list-item-link"
class="link" href="https://www.scribd.com/document/770114235/Regedit-FFH4x"
target="_blank"><span class="visually_hidden">Regedit FFH4x </span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Regedit FFH4x " aria-
label="PDF Document" class="thumbnail_img" style="opacity: 0;"><div
class="doc_info" bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>6 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Regedit FFH4x
</div><div class="_38nure" data-e2e="doc-info-author" bis_skin_checked="1">Raphael
Duverne</div><div class="_16H48L" bis_skin_checked="1"><span
class="font_icon_container QEVmJ8"><span aria-hidden="true" class="icon icon-
ic_thumbsup_outline_small"></span></span>100%
(2)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/755979635/Dpi-Aimlock" target="_blank"><span
class="visually_hidden">Dpi Aimlock</span></a><div class="thumbnail_and_info"
bis_skin_checked="1"><img alt="Dpi Aimlock" aria-label="PDF Document"
class="thumbnail_img" style="opacity: 0;"><div class="doc_info"
bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>7 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Dpi Aimlock</div><div
class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">duykharegedit</div><div class="_16H48L"
bis_skin_checked="1"><span class="font_icon_container QEVmJ8"><span aria-
hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>100%
(3)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/707903531/Beta-Aimlock" target="_blank"><span
class="visually_hidden">Beta Aimlock</span></a><div class="thumbnail_and_info"
bis_skin_checked="1"><img alt="Beta Aimlock" aria-label="PDF Document"
class="thumbnail_img" style="opacity: 0;"><div class="doc_info"
bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>1 page</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Beta Aimlock</div><div
class="_38nure" data-e2e="doc-info-author" bis_skin_checked="1">Kante
matou</div><div class="_16H48L" bis_skin_checked="1"><span
class="font_icon_container QEVmJ8"><span aria-hidden="true" class="icon icon-
ic_thumbsup_outline_small"></span></span>0%
(1)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/644424154/AimLock-Da-Hood-txt"
target="_blank"><span class="visually_hidden">AimLock (Da Hood)</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="AimLock (Da Hood)" aria-
label="PDF Document" class="thumbnail_img" style="opacity: 0;"><div
class="doc_info" bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>8 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">AimLock (Da
Hood)</div><div class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">Dave Satur</div><div class="_16H48L"
bis_skin_checked="1"><span class="font_icon_container QEVmJ8"><span aria-
hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>100%
(3)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/548552651/op-aim" target="_blank"><span
class="visually_hidden">Op Aim</span></a><div class="thumbnail_and_info"
bis_skin_checked="1"><img alt="Op Aim" aria-label="PDF Document"
class="thumbnail_img" style="opacity: 0;"><div class="doc_info"
bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>2 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Op Aim</div><div
class="_38nure" data-e2e="doc-info-author" bis_skin_checked="1">OP ALBION</div><div
class="_16H48L" bis_skin_checked="1">No ratings
yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item"
data-e2e="document-list-item"><div class="view_wrapper" bis_skin_checked="1"><div
data-e2e="list-item-info" class="list_item_container" bis_skin_checked="1"><a data-
e2e="list-item-link" class="link"
href="https://www.scribd.com/document/730251554/AIMBOT-Y-AIMLOCK"
target="_blank"><span class="visually_hidden">Aimbot y Aimlock</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Aimbot y Aimlock" aria-
label="PDF Document" class="thumbnail_img" style="opacity: 0;"><div
class="doc_info" bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>3 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Aimbot y
Aimlock</div><div class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">miguelalvesadilan</div><div class="_16H48L"
bis_skin_checked="1">No ratings yet</div></div></div></div></div></li><li
class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div
class="view_wrapper" bis_skin_checked="1"><div data-e2e="list-item-info"
class="list_item_container" bis_skin_checked="1"><a data-e2e="list-item-link"
class="link" href="https://www.scribd.com/document/725989462/Trick-Sensi-1"
target="_blank"><span class="visually_hidden">Trick Sensi 1</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Trick Sensi 1" aria-
label="PDF Document" class="thumbnail_img" style="opacity: 0;"><div
class="doc_info" bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>1 page</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Trick Sensi
1</div><div class="_38nure" data-e2e="doc-info-author"
bis_skin_checked="1">danielsaturninoda40</div><div class="_16H48L"
bis_skin_checked="1">No ratings yet</div></div></div></div></div></li><li
class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div
class="view_wrapper" bis_skin_checked="1"><div data-e2e="list-item-info"
class="list_item_container" bis_skin_checked="1"><a data-e2e="list-item-link"
class="link" href="https://www.scribd.com/document/676721452/AIM-ASSIST"
target="_blank"><span class="visually_hidden">Aim Assist</span></a><div
class="thumbnail_and_info" bis_skin_checked="1"><img alt="Aim Assist" aria-
label="PDF Document" class="thumbnail_img" style="opacity: 0;"><div
class="doc_info" bis_skin_checked="1"><div class="_1E-hw3" data-testid="meta-data"
bis_skin_checked="1">Document<span class="SvgIcon-module_wrapper__1fPqw
_2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"
role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4"
cy="4" r="2" fill="currentColor"></circle></svg></span>3 pages</div><div
class="title" data-e2e="doc-info-title" bis_skin_checked="1">Aim Assist</div><div
class="_38nure" data-e2e="doc-info-author" bis_skin_checked="1">badarjuyt</div><div
class="_16H48L" bis_skin_checked="1">No ratings
yet</div></div></div></div></div></li></ul><button class="wrapper__outline-button
_1tymn4" data-e2e="outline-button" type="button">Show
more</button></div></section></div></section></div><div class="GridColumn-
module_wrapper_soqyu- GridColumn-module_hide_below_l_7M0-Xa GridColumn-
module_extended_xl4_2_1yIW6E GridColumn-module_extended_xl3_2_mt-u-v GridColumn-
module_extended_xl2_3_m7b4Yd GridColumn-module_extended_xl_3_-M4jBh GridColumn-
module_extended_l_3_BRh6gm GridColumn-module_extended_m_3_WS7F6q GridColumn-
module_extended_s_3_80JJD4 GridColumn-module_extended_xs_3_1WuHyd GridColumn-
module_extended_xxs_3_glgZEz" bis_skin_checked="1"></div></div><div class="GridRow-
module_wrapper_Uub42x GridRow-module_extended_Bvagp4" bis_skin_checked="1"><div
class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl4_12_UeyicL
GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a
GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg
GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR
GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"
bis_skin_checked="1"></div></div></div><div class="GridContainer-
module_wrapper_7Rx6L- _3-Y4VY _12m6WX GridContainer-module_extended_fiqt9l"
bis_skin_checked="1"><div class="GridRow-module_wrapper_Uub42x _12m6WX GridRow-
module_extended_Bvagp4" bis_skin_checked="1"><div class="GridColumn-
module_wrapper_soqyu- GridColumn-module_hide_below_xl2_lDmVVx GridColumn-
module_extended_xl4_3_YfaGhk GridColumn-module_extended_xl3_3_9BGgFP GridColumn-
module_extended_xl2_3_m7b4Yd GridColumn-module_extended_xl_3_-M4jBh GridColumn-
module_extended_l_3_BRh6gm GridColumn-module_extended_m_3_WS7F6q GridColumn-
module_extended_s_3_80JJD4 GridColumn-module_extended_xs_3_1WuHyd GridColumn-
module_extended_xxs_3_glgZEz _12m6WX" bis_skin_checked="1"></div><div
class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl4_7_-9AEIh
GridColumn-module_extended_xl3_7_B6ct2J GridColumn-module_extended_xl2_9_PxsDcr
GridColumn-module_extended_xl_9_pyvIib GridColumn-module_extended_l_12_gCRsqg
GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR
GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"
bis_skin_checked="1"><div class="_1GApkd" bis_skin_checked="1"><div class="_3CRDVo"
style="bottom: 20px;" bis_skin_checked="1"><div class="" bis_skin_checked="1"><div
class="ND-DUW" bis_skin_checked="1">This document is...</div></div><div
class="_3j6Uab" bis_skin_checked="1"><div class="auto__app_page_body_upvote_button
upvote_button_wrapper" data-e2e="doc-page-upvote-button-document_useful"
bis_skin_checked="1"><button data-e2e="text-button" class="wrapper__text_button
upvote_button" type="button"><span class="font_icon_container"><span aria-
hidden="true" class="icon icon-ic_thumbsup_outline"></span></span><span
style="position: absolute; border: 0px; width: 1px; height: 1px; padding: 0px;
margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space:
nowrap; overflow-wrap: normal;">0% found this document useful, Mark this document
as useful</span><span class="de-wz2">Useful</span></button></div><div
class="auto__app_page_body_downvote_button downvote_button_wrapper" data-e2e="doc-
page-downvote-button-document_useful" bis_skin_checked="1"><button data-e2e="text-
button" class="wrapper__text_button downvote_button" type="button"><span
class="font_icon_container"><span aria-hidden="true" class="icon icon-
ic_thumbsdown_outline"></span></span><span class="visually_hidden">0% found this
document not useful, Mark this document as not useful</span><span class="de-
wz2">Not useful</span></button></div></div><span class="icon-ic_close
_1ZBgwr"><span style="position: absolute; border: 0px; width: 1px; height: 1px;
padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px);
white-space: nowrap; overflow-wrap: normal;">Close dialog</span></span></div><div
class="i81L9W _2S5RNO _1MEQln" bis_skin_checked="1"><div class="e6sw05 _3PB3ty"
bis_skin_checked="1"><div class="_7ZyDpJ" data-e2e="dismissible-ad-header-
scribd_adhesion" bis_skin_checked="1"><button class="ButtonCore-
module_wrapper_MkTb9s _1O_kIE" data-state="closed" type="button"><span
class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-
module_children_8a9B71">ad</span></span></button><div class="_2kOIlU"
bis_skin_checked="1"><button class="ButtonCore-module_wrapper_MkTb9s TextButton-
module_wrapper_ZwW-wM TextButton-module_monotoneBlack_eBuuZz _1zhT7S" aria-
label="Close" type="button"><span class="ButtonCore-module_content_8zyAJv"><span
class="ButtonCore-module_children_8a9B71"><span class="Icon-
module_wrapper_LUeQrI"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"
focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="m9.414 8 4.293-
4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414
1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8Z"
fill="currentColor"></path></svg><span
style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-
1px;overflow:hidden;clip:rect(0, 0, 0,
0);white-space:nowrap;word-wrap:normal"></span></span></span></span></button></
div></div><a href="https://www.scribd.com/oauth/signup?doc_id=671096915"
target="_blank"><div class="_2cytpE _2UacLq r5pqb_"
bis_skin_checked="1"></div></a></div></div></div></div></div></div></
section><footer class="Footer-module_wrapper__7jj0T _35Otjh" id="global_footer"><h2
class="visually_hidden">Footer menu</h2><div class="GridContainer-
module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"
bis_skin_checked="1"><div class="GridRow-module_wrapper__Uub42 GridRow-
module_extended__Bvagp" bis_skin_checked="1"><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic GridColumn-
module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-
module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-
module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-
module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"
bis_skin_checked="1"><div class="BackToTopLink-module_wrapper__HTQnD
visually_hidden" bis_skin_checked="1"><a data-e2e="back-to-top-link"
href="#global_header" class="BackToTopLink-module_link__EOy-v">Back to
top</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-
module_extended__Bvagp" bis_skin_checked="1"><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-
module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-
module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-
module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-
module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-
module_extended_xxs_2__1MEQR" bis_skin_checked="1"><div class="Footer-
module_horizontalColumn__vuSBJ" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">About</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_about_scribd_link"
href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-
Ra"><span class="TextButton-module_children__HwxUl">About
Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand:
Ebooks &amp; Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link"
href="https://www.everand.com" target="_blank"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand:
Ebooks &amp; Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-
label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="shared.footer.slideshare"
href="https://www.slideshare.net/" target="_blank"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-
disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-
w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers"
target="_self"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Join our
team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact"
target="_self"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Contact
us</span></span></a></li></ul></div></div><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-
module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-
module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-
module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-
module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-
module_extended_xxs_2__1MEQR" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">Support</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-
us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-
disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_accessibility_link"
href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-
Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-
disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_purchase_help_link"
href="https://support.scribd.com/hc/en-us/sections/202246306"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-
disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link"
href="https://support.scribd.com/hc/en-us/articles/210129366"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div
class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11
GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u-
GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc
GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO
GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY
GridColumn-module_extended_xxs_2__1MEQR" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">Legal</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_column_terms_link"
href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-
Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false"
aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link"
href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-
module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a
aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-
w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link"
href="https://support.scribd.com/hc/en-us/sections/202246086"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Copyright</span></span></a></li><li><button aria-
disabled="false" aria-label="Cookie Preferences" class="TextButton-
module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_column_cookie_preferences_link" type="button"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Cookie Preferences</span></span></button></li><li><a aria-
disabled="false" aria-label="Do not sell or share my personal information"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_privacy_request_form_link"
href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-
Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Do not sell or share my personal
information</span></span></a></li></ul></div><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-
module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-
module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-
module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-
module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-
module_extended_xxs_2__1MEQR" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">Social</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on
Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-
module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link"
href="https://www.instagram.com/scribd/"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span
class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124
1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206
1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035
2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-
1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-
2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0
01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-
1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-
2.425.027-.585.124-.902.207-
1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18
1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-
2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692
1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036
2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541
1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007
2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-
1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-
2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-
1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0
2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018
10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-
module_iconImage__JSzvR"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118
0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-
1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0
00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0
00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0
00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-
1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821
1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528
1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0
003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0
0 0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_facebook_link"
href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-
Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-
module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16"
height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-
hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-
rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602
8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0
00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267
2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_pinterest_link"
href="https://www.pinterest.com/scribd/"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span
class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-
1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0
3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966
3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0
00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0
2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-
1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228
0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592
2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-
5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Pinterest</span></span> <!--
-->Pinterest</span></span></a></li></ul></div><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-
module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-
module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-
module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-
module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-
module_extended_xxs_2__1MEQR"
bis_skin_checked="1"></div><div class="GridColumn-module_wrapper__soqyu
GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl4_2__1yIW6
GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF
GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD
GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH
GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"
bis_skin_checked="1"><p class="Footer-module_columnHeader__gcdjp">Get our free
apps</p><ul class="mobile_icons wrapper__app_store_buttons"><li
class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd -
Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn"
href="https://apps.apple.com/us/app/6448807714?mt=8&amp;pt=298534"><div
class="app_store_img" bis_skin_checked="1"><img class="LazyImage-
module_image__uh0sq" alt="Scribd - Download on the App Store"></div></a></li><li
class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get
it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn"
href="https://play.google.com/store/apps/details?
id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"
bis_skin_checked="1"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get
it on Google Play"></div></a></li></ul></div></div><div class="GridRow-
module_wrapper__Uub42 GridRow-module_extended__Bvagp" bis_skin_checked="1"><div
class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC
GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ
GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87
GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO
GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY
GridColumn-module_extended_xxs_2__1MEQR" bis_skin_checked="1"><div class="Footer-
module_verticalColumn__-CR6f" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">About</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_about_scribd_link"
href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-
Ra"><span class="TextButton-module_children__HwxUl">About
Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand:
Ebooks &amp; Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link"
href="https://www.everand.com" target="_blank"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand:
Ebooks &amp; Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-
label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="shared.footer.slideshare"
href="https://www.slideshare.net/" target="_blank"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-
disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-
w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers"
target="_self"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Join our
team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact"
target="_self"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Contact
us</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-
CR6f" bis_skin_checked="1"><p
class="Footer-module_columnHeader__gcdjp">Legal</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_column_terms_link"
href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-
Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false"
aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-
module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link"
href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-
module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a
aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-
w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link"
href="https://support.scribd.com/hc/en-us/sections/202246086"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Copyright</span></span></a></li><li><button aria-
disabled="false" aria-label="Cookie Preferences" class="TextButton-
module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_column_cookie_preferences_link" type="button"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Cookie Preferences</span></span></button></li><li><a aria-
disabled="false" aria-label="Do not sell or share my personal information"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_legal_privacy_request_form_link"
href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-
Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Do not sell or share my personal
information</span></span></a></li></ul></div></div><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-
module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-
module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-
module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-
module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-
module_extended_xxs_2__1MEQR" bis_skin_checked="1"><div class="Footer-
module_verticalColumn__-CR6f" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">Support</p><ul class="Footer-
module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ"
class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-
us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-
disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_accessibility_link"
href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-
Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-
disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-
e2e="footer_support_column_purchase_help_link"
href="https://support.scribd.com/hc/en-us/sections/202246306"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-
disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w
FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link"
href="https://support.scribd.com/hc/en-us/articles/210129366"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div
bis_skin_checked="1"><p class="Footer-module_columnHeader__gcdjp">Social</p><ul
class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-
label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-
module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link"
href="https://www.instagram.com/scribd/"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span
class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124
1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206
1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035
2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-
1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-
2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0
01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-
1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-
2.425.027-.585.124-.902.207-
1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18
1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-
2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692
1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036
2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541
1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007
2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-
1.754c.148-.381.25-.818.279-1.457C13.993
9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-
1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-
1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081
0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72
0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-
module_iconImage__JSzvR"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118
0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-
1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0
00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0
00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0
00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-
1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821
1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528
1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0
003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0
0 0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_facebook_link"
href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-
Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-
module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16"
height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-
hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-
rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602
8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0
00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267
2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a
aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-
module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-
e2e="footer_social_column_pinterest_link"
href="https://www.pinterest.com/scribd/"><span class="TextButton-
module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span
class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-
1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0
3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966
3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0
00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0
2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-
1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228
0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592
2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-
5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">Pinterest</span></span> <!--
-->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-
module_wrapper__Uub42 GridRow-module_extended__Bvagp" bis_skin_checked="1"><div
class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv
GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ
GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87
GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO
GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl
GridColumn-module_extended_xxs_4__dHKOI" bis_skin_checked="1"><p class="Footer-
module_columnHeader__gcdjp">Get our free apps</p><ul class="mobile_icons
wrapper__app_store_buttons"><li class="wrapper__store_button" data-
e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store"
class="app_link ios_btn" data-e2e="ios_btn"
href="https://apps.apple.com/us/app/6448807714?mt=8&amp;pt=298534"><div
class="app_store_img" bis_skin_checked="1"><img class="LazyImage-
module_image__uh0sq" alt="Scribd - Download on the App Store"></div></a></li><li
class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get
it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn"
href="https://play.google.com/store/apps/details?
id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"
bis_skin_checked="1"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get
it on Google Play"></div></a></li></ul></div></div><div class="GridRow-
module_wrapper__Uub42 GridRow-module_extended__Bvagp" bis_skin_checked="1"><div
class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic
GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos-
GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq
GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo
GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"
bis_skin_checked="1"><div class="Footer-module_horizontalDivider__Z6XJu"
bis_skin_checked="1"></div></div></div><div class="GridRow-module_wrapper__Uub42
GridRow-module_extended__Bvagp" bis_skin_checked="1"><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_extended_xl4_7__-9AEI GridColumn-
module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-
module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-
module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-
module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"
bis_skin_checked="1"><ul class="ContentTypeColumn-
module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents"
class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-
module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link"
href="/docs"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></
div><div class="GridColumn-module_wrapper__soqyu GridColumn-
module_hide_below_l__7M0-X GridColumn-module_extended_xl4_5__PuEUy GridColumn-
module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-
module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-
module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-
module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"
bis_skin_checked="1"><div class="Footer-module_bottomRightContainer__5MVkq"
bis_skin_checked="1"><div class="Footer-module_bottomLanguage__ZSHe1"
bis_skin_checked="1"><div class="Footer-module_bottomLanguageText__S7opW"
bis_skin_checked="1">Language<!-- -->:</div><div class="DropdownMenu-
module_wrapper__-3wi4" data-e2e="footer_language_picker_link"
bis_skin_checked="1"><a aria-disabled="false" aria-expanded="false"
class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-
Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl"><div class="Footer-
module_languageDropdownContent__Ps0E4" bis_skin_checked="1">English<!-- --> <span
class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-
4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div
class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-
module_menuItems__6usGF" data-e2e="menu-items" bis_skin_checked="1"><span
class="breakpoint_hide s atAndAbove"><button aria-disabled="false"
class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-
module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18"
height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-
hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-
rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293
1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">close menu</span></span></span></span></button></span><div
bis_skin_checked="1"><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3"
href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw
LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116
0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span
lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=es"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span
lang="pt-br">Português</span></a></li><li class="language_item Footer-
module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9"
href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw
LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=fr"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=ru"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=it"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=ro"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=id"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="id">Bahasa
Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-
module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn
more</a></div></div></div></div><div class="Footer-module_bottomCopyright__WjBga"
data-e2e="footer_copyright_text" bis_skin_checked="1"><span>Copyright © 2025 Scribd
Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42
GridRow-module_extended__Bvagp" bis_skin_checked="1"><div class="GridColumn-
module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-
module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-
module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-
module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-
module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-
module_extended_xxs_4__dHKOI" bis_skin_checked="1"><div class="Footer-
module_bottomLanguage__ZSHe1 Footer-module_bottomLanguageMargin__e40ar Footer-
module_topLanguageMargin__psISJ" bis_skin_checked="1"><div class="Footer-
module_bottomLanguageText__S7opW" bis_skin_checked="1">Language<!-- -->:</div><div
class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"
bis_skin_checked="1"><a aria-disabled="false" aria-expanded="false"
class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-
Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span
class="TextButton-module_children__HwxUl"><div class="Footer-
module_languageDropdownContent__Ps0E4" bis_skin_checked="1">English<!-- --> <span
class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-
4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div
class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-
module_menuItems__6usGF" data-e2e="menu-items" bis_skin_checked="1"><span
class="breakpoint_hide s atAndAbove"><button aria-disabled="false"
class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-
module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span
class="TextButton-module_content__6x-Ra"><span class="TextButton-
module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18"
height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-
hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-
rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707
7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z"
fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0
0);height:1px;margin:-
1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-
wrap:normal">close menu</span></span></span></span></button></span><div
bis_skin_checked="1"><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3"
href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw
LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg
width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"
aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd"
clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116
0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span
lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=es"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span
lang="es">Español</span></a></li><li class="language_item Footer-
module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9"
href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-
module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16"
fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true"
class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd"
d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span
lang="pt-br">Português</span></a></li><li class="language_item Footer-
module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9"
href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw
LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=fr"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=ru"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=it"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=ro"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li
class="language_item Footer-module_languageLink__IOHdz" role="none"><a
class="LanguageLink-module_link__ncYa9" href="/language?id=id"
role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-
module_icon__2uDWZ"><svg width="16" height="16" fill="none"
xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-
module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0
108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z"
fill="currentColor"></path></svg></span><span lang="id">Bahasa
Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-
module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn
more</a></div></div></div></div></div></div><div class="GridRow-
module_wrapper__Uub42 GridRow-module_extended__Bvagp" bis_skin_checked="1"><div
class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z
GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ
GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87
GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO
GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl
GridColumn-module_extended_xxs_4__dHKOI" bis_skin_checked="1"><div class="Footer-
module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"
bis_skin_checked="1"><span>Copyright © 2025 Scribd
Inc.</span></div></div></div></div></footer></div></div><script
type="speculationrules">{"prefetch":[{"where":{"href_matches":["/","/doc/*","/
docs/*","/document/*","/presentation/*","/what-is-
scribd"]},"eagerness":"moderate"}]}</script></div>
<script type="application/json" data-hypernova-key="doc_page" data-hypernova-
id="a04091b8-ba0d-4148-bd82-a15c3e1d83d5"><!--
{"assetEnvironment":"production","bodyProps":
{"admin_panel_props":null,"breadcrumbs":[],"sharing_buttons_props":
{"description":"","id":671096915,"message":null,"private":false,"secretPassword":"3
e18g6WCxstepZWrOR3Q","thumbnailUrl":"https://imgv2-2-f.scribdassets.com/img/
document/671096915/original/0aa80213ce/1?
v=1","title":"AimBot","twitterHashtag":null,"url":"https://www.scribd.com/
document/671096915/
AimBot"},"show_bot_text":false,"bot_text":null,"view_restricted_cta_test_enabled":f
alse},"currentPage":
{"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isStatsigEnabled":true
,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":
[{"dataName":"foreign-language-studies","name":"Foreign Language
Studies","url":"https://www.scribd.com/docs/Foreign-Language-Studies","children":
[{"dataName":"chinese","name":"Chinese","url":"https://www.scribd.com/docs/Foreign-
Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://
www.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-
mathematics","name":"Science &amp;
Mathematics","url":"https://www.scribd.com/docs/Science-Mathematics","children":
[{"dataName":"astronomy-space-sciences","name":"Astronomy &amp; Space
Sciences","url":"https://www.scribd.com/docs/Science-Mathematics/Astronomy-Space-
Sciences"},{"dataName":"biology","name":"Biology","url":"https://www.scribd.com/
docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-
prep","name":"Study Aids &amp; Test Prep","url":"https://www.scribd.com/docs/Study-
Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Book
Notes","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},
{"dataName":"college-entrance-exams","name":"College Entrance
Exams","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-
Exams"}]},{"dataName":"teaching-methods-materials","name":"Teaching Methods &amp;
Materials","url":"https://www.scribd.com/docs/Teaching-Methods-
Materials","children":[{"dataName":"early-childhood-education","name":"Early
Childhood Education","url":"https://www.scribd.com/docs/Teaching-Methods-
Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-
theory","name":"Education Philosophy &amp;
Theory","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Education-
Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":
[{"dataName":"business","name":"Business","url":"https://www.scribd.com/docs/
Business","children":[{"dataName":"business-analytics","name":"Business
Analytics","url":"https://www.scribd.com/docs/Business/Business-Analytics"},
{"dataName":"human-resources-personnel-management","name":"Human Resources &amp;
Personnel Management","url":"https://www.scribd.com/docs/Business/Human-Resources-
Personnel-Management"}]},{"dataName":"career-growth","name":"Career &amp;
Growth","url":"https://www.scribd.com/docs/Career-Growth","children":
[{"dataName":"careers","name":"Careers","url":"https://www.scribd.com/docs/Career-
Growth/Careers"},{"dataName":"job-hunting","name":"Job
Hunting","url":"https://www.scribd.com/docs/Career-Growth/Job-Hunting"}]},
{"dataName":"computers","name":"Computers","url":"https://www.scribd.com/docs/
Computers","children":[{"dataName":"applications-software","name":"Applications
&amp; Software","url":"https://www.scribd.com/docs/Computers/Applications-
Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://www.scribd.com/
docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance
&amp; Money Management","url":"https://www.scribd.com/docs/Finance-Money-
Management","children":[{"dataName":"accounting-bookkeeping","name":"Accounting
&amp; Bookkeeping","url":"https://www.scribd.com/docs/Finance-Money-Management/
Accounting-Bookkeeping"},{"dataName":"auditing","name":"Auditing","url":"https://
www.scribd.com/docs/Finance-Money-Management/Auditing"}]},
{"dataName":"law","name":"Law","url":"https://www.scribd.com/docs/Law","children":
[{"dataName":"business-financial","name":"Business &amp;
Financial","url":"https://www.scribd.com/docs/Law/Business-Financial"},
{"dataName":"contracts-agreements","name":"Contracts &amp;
Agreements","url":"https://www.scribd.com/docs/Law/Contracts-Agreements"}]},
{"dataName":"politics","name":"Politics","url":"https://www.scribd.com/docs/
Politics","children":[{"dataName":"american-government","name":"American
Government","url":"https://www.scribd.com/docs/Politics/American-Government"},
{"dataName":"international-relations","name":"International
Relations","url":"https://www.scribd.com/docs/Politics/International-Relations"}]},
{"dataName":"technology-engineering","name":"Technology &amp;
Engineering","url":"https://www.scribd.com/docs/Technology-Engineering","children":
[{"dataName":"automotive","name":"Automotive","url":"https://www.scribd.com/docs/
Technology-Engineering/Automotive"},{"dataName":"aviation-
aeronautics","name":"Aviation &amp;
Aeronautics","url":"https://www.scribd.com/docs/Technology-Engineering/Aviation-
Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":
[{"dataName":"art","name":"Art","url":"https://www.scribd.com/docs/Art","children":
[{"dataName":"antiques-collectibles","name":"Antiques &amp;
Collectibles","url":"https://www.scribd.com/docs/Art/Antiques-Collectibles"},
{"dataName":"architecture","name":"Architecture","url":"https://www.scribd.com/
docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biography &amp;
Memoir","url":"https://www.scribd.com/docs/Biography-Memoir","children":
[{"dataName":"artists-and-musicians","name":"Artists and
Musicians","url":"https://www.scribd.com/docs/Biography-Memoir/Artists-and-
Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Entertainers and
the Rich &amp;
Famous","url":"https://www.scribd.com/docs/Biography-Memoir/Entertainers-and-the-
Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Comics &amp; Graphic
Novels","url":"https://www.scribd.com/docs/Comics-Graphic-Novels"},
{"dataName":"history","name":"History","url":"https://www.scribd.com/docs/
History","children":[{"dataName":"ancient","name":"Ancient","url":"https://
www.scribd.com/docs/History/Ancient"},
{"dataName":"modern","name":"Modern","url":"https://www.scribd.com/docs/History/
Modern"}]},{"dataName":"philosophy","name":"Philosophy","url":"https://
www.scribd.com/docs/Philosophy"},{"dataName":"language-arts-
discipline","name":"Language Arts &amp;
Discipline","url":"https://www.scribd.com/docs/Language-Arts-
Discipline","children":[{"dataName":"composition-creative-
writing","name":"Composition &amp; Creative
Writing","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Composition-
Creative-Writing"},{"dataName":"linguistics","name":"Linguistics","url":"https://
www.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-
criticism","name":"Literary Criticism","url":"https://www.scribd.com/docs/Literary-
Criticism"},{"dataName":"social-science","name":"Social
Science","url":"https://www.scribd.com/docs/Social-Science","children":
[{"dataName":"anthropology","name":"Anthropology","url":"https://www.scribd.com/
docs/Social-Science/Anthropology"},
{"dataName":"archaeology","name":"Archaeology","url":"https://www.scribd.com/docs/
Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"True
Crime","url":"https://www.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":
{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-
wine","name":"Cooking, Food &amp; Wine","url":"https://www.scribd.com/docs/Cooking-
Food-Wine","children":[{"dataName":"beverages","name":"Beverages","url":"https://
www.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-
dishes","name":"Courses &amp; Dishes","url":"https://www.scribd.com/docs/Cooking-
Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Games &amp;
Activities","url":"https://www.scribd.com/docs/Games-Activities","children":
[{"dataName":"card-games","name":"Card
Games","url":"https://www.scribd.com/docs/Games-Activities/Card-Games"},
{"dataName":"fantasy-sports","name":"Fantasy
Sports","url":"https://www.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},
{"dataName":"home-garden","name":"Home &amp;
Garden","url":"https://www.scribd.com/docs/Home-Garden","children":
[{"dataName":"crafts-hobbies","name":"Crafts &amp;
Hobbies","url":"https://www.scribd.com/docs/Home-Garden/Crafts-Hobbies"},
{"dataName":"gardening","name":"Gardening","url":"https://www.scribd.com/docs/Home-
Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports &amp;
Recreation","url":"https://www.scribd.com/docs/Sports-Recreation","children":
[{"dataName":"baseball","name":"Baseball","url":"https://www.scribd.com/docs/
Sports-Recreation/Baseball"},
{"dataName":"basketball","name":"Basketball","url":"https://www.scribd.com/docs/
Sports-Recreation/Basketball"}]}]},"personal_growth":
{"totalCategoryCount":12,"categoryLinks":
[{"dataName":"lifestyle","name":"Lifestyle","url":"https://www.scribd.com/docs/
Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty &amp;
Grooming","url":"https://www.scribd.com/docs/Lifestyle/Beauty-Grooming"},
{"dataName":"fashion","name":"Fashion","url":"https://www.scribd.com/docs/
Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion &amp;
Spirituality","url":"https://www.scribd.com/docs/Religion-Spirituality","children":
[{"dataName":"buddhism","name":"Buddhism","url":"https://www.scribd.com/docs/
Religion-Spirituality/Buddhism"},
{"dataName":"christianity","name":"Christianity","url":"https://www.scribd.com/
docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-
improvement","name":"Self-Improvement","url":"https://www.scribd.com/docs/Self-
Improvement","children":
[{"dataName":"addiction","name":"Addiction","url":"https://www.scribd.com/docs/
Self-Improvement/Addiction"},{"dataName":"mental-health","
name":"Mental Health","url":"https://www.scribd.com/docs/Self-Improvement/Mental-
Health"}]},{"dataName":"wellness","name":"Wellness","url":"https://www.scribd.com/
docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Body, Mind, &amp;
Spirit","url":"https://www.scribd.com/docs/Wellness/Body-Mind-Spirit"},
{"dataName":"diet-nutrition","name":"Diet &amp;
Nutrition","url":"https://www.scribd.com/docs/Wellness/Diet-
Nutrition"}]}]}},"scribdRebrand":false,"selectedMobileBottomTab":"document","statsi
gClientApiKey":"client-
WIJd796Cwa4NdE0bYoaQFqBHKyK5Pj5Ct7uODQkwhKs","statsigEnvironmentTier":"production"}
,"enablePseudolocalization":false,"flashes":[],"global":{"client":{"mobile":
{"getMobileAppProps":{"androidStoreUrl":"https://play.google.com/store/apps/
details?id=com.scribd.app.reader0&amp;hl=en","iosStoreUrl":"https://
apps.apple.com/us/app/542557212","app_download_link":"https://www.scribd.com/
send_download_link","close_promo_url":"https://www.scribd.com/home/
close_promo","doc_id":671096915,"email_address":"[email protected]","extr
a_classes":"app_download_promo","promo_id":null,"twilio_enabled":false,"track_page"
:"doc_page","success":true,"__locale":"en_US"}}},"config":{"facebook":
{"app_id":"136494494209"}},"testAssignments":
{"backupPaymentMethodsRollout":false,"personalized_archive_offer":"control","ask_ai
_download":null},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\
n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\
n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz02NzE
w\nOTY5MTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\
ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\
nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\
nbiUyMiUzQXRydWUlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\
n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\
n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\
n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvNjcxMDk2OTE1\
n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\
n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\
n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\
n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\
n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\
n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy82NzEwOTY5MTU=\
n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\
n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvb
g==\n","personalization_afa_path":"L2RvYy1wYWdlL2FmYQ==\n","pingback":["aA==\
n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","dw==\n","dw==\
n","dw==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\
n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\
n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","Ng==\n","Nw==\n","MQ==\n","MA==\
n","OQ==\n","Ng==\n","OQ==\n","MQ==\n","NQ==\n","Lw==\n","cA==\n","aQ==\n","bg==\
n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\
n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF
9hdHRlbXB0\
n","request_document_download":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZXF1ZXN0X2RvY3VtZW50X2Z
vcl9kb3du\nbG9hZA==\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\
n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz02NzEwOTY5MTU=\n"},"props":
{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvNjcx
MDk2\nOTE1\
n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLX
Byb3Bz\
n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzY3MTA5
Njkx\nNQ==\n"}},"features":
{"desktopAdsExperience":"ads_for_access","highlights":true,"isEligibleForDesktopAds
":true,"isEligibleForMobileAds":false,"isEligibleForMobileAdsForAccess":false,"isEl
igibleForProgressiveProfileModal":false,"showDocChatExperience":false,"taxonomyV4Ug
cBrowsing":true,"docChatAvailable":true}},"i18n":{"currentLanguage":
{"prefix":"en","lcid":"en","href":"/language?
id=en","lang":"en_US","name":"English"},"languages":
[{"prefix":"en","lcid":"en","href":"/language?
id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/
language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-
br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},
{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},
{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},
{"prefix":"ru","lcid":"ru","href":"/language?
id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/
language?id=it","lang":"it","name":"Italiano"},
{"prefix":"ro","lcid":"ro","href":"/language?
id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/
language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"en-
US"},"page":{"savedItems":{"671096915":false}},"personalization":
{"trialDuration":30},"ratings":{"671096915":
{"averageRating":0,"documentId":671096915,"downvoteCount":0,"ratingCount":0,"upvote
Count":0,"userRating":0}},"recommenders":null,"renewalNagProps":null,"signupContext
":{"token":"current_ca:8CvwoqU2Uyj0HstkpJQBBA==-
LaTPIdTHGk9u0qnR0YX3uMFVmAk=","type":"archive_view_restricted"},"static":{"config":
{"brand":"scribd","google":{"clientId":"491264573595-
hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/
open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-
443684-
2","current_user":"true","facebook_user_context":"none"},"includeGoogleTagManager":
true,"siftScience":{"user_id":831271572,"unique_browser_tracking_uuid":"93a16797-
0c12-4402-a2d7-56d7dbf8ff8d","sift_science_js_key":"cbcb9f556a"}}},"routes":
{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\
n","accountSettingsPath":"L2FjY291bnQtc2V0dGluZ3M=\
n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\
nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\
n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z
\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\
ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\
nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjY3MTA5NjkxNSUyRkFpbUJvdCUz\
nRnJlZmVycmVyJTNEdXRtX2NhbXBhaWduJTNEZG9jX3BhZ2UlMjZ1dG1fc291\
ncmNlJTNEZG9jX3BhZ2UlMjZ1dG1fbWVkaXVtJTNEd2ViJnN0PUFpbUJvdCZz\
naT1odHRwczovL2ltZ3YyLTEtZi5zY3JpYmRhc3NldHMuY29tL2ltZy9kb2N1\
nbWVudC82NzEwOTY5MTUvb3JpZ2luYWwvMjE2eDI4Ny9iNjllNDhhN2YxLzE/\ndj0x\
n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\
n","audiobooksPath":"L2F1ZGlvYm9va3M=\
n","archivePlansUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz02NzEw\
nOTY5MTUmbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\
ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\
nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\
nbiUyMiUzQXRydWUlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\
n","bestsellersPath":"L2Jlc3RzZWxsZXJz\
n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\
n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\
n","documentsPath":"L2RvY3M=\
n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\
n","homePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\
n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\
n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\
nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\
n","logoutPath":"L2xvZ291dA==\
n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\
n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\
n","oauthLoginUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9sb2dpbg==\
n","oauthSignupUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA=\
n","oauthStartTrialUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA/
ZG9jX2lkPTY3\nMTA5NjkxNQ==\
n","originalsRoute":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vb3JpZ2luYWxz\
n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQ
v\
n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWV
z\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\
n","profilePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS91c2VyLzgzMTI3MTU3Mi9DaHUlRTEl\
nQkIlOTl0dA==\
n","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9k
YWwvNjcxMDk2OTE1\
n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbW
lzc19tb2RhbA==\n","rate":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yYXRpbmdzLmpzb24=\
n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\
n","referralsUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWZlcnJhbHM=\
n","rootPath":"Lw==\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\
n","sheetMusicPath":"L3NoZWV0bXVzaWM=\
n","statsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zdGF0cw==\
n","subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz02NzEwOTY5MTUmZG9jX2lkPTY3\
nMTA5NjkxNSZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\
nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\
nZWRfaW4lMjIlM0F0cnVlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIl\
nMkMlMjJicm93c2VyX3V1aWQlMjIlM0ElMjI5M2ExNjc5Ny0wYzEyLTQ0MDIt\
nYTJkNy01NmQ3ZGJmOGZmOGQlMjIlN0Q=\
n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9sb2dpbg==\
n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\
n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/
ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY2NzEw\
nOTY5MTUlMkZBaW1Cb3Q=\
n","incentivizedUploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz02NzEwOTY5MTU=\
n","uploadPath":"L3VwbG9hZC1kb2N1bWVudA==\
n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\
n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\
n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\
n","footerContentTypeRoutes":{"documents":"L2RvY3M=\
n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hYm91dA==\
n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv
\nMjEwMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\
n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20
vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\
n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\
n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jYXJlZXJz\
n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jb250YWN0\
n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\
nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\
n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\
n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9lbi11cw==\
n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\
n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9tZWRpYQ==\
n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\
n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzY
wMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\
n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\
n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\
nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\
n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\
n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\
nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":
{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YWxsb3dlZF9wYWdlcz0xJTJDMiUyQzMmYXV0\
naF90b2tlbj1VcjFIODZjMW9jMk5HQiUyQk5NakltaXBPWU9hVSUzRCZhdXRo\
nZW50aWNpdHlfdG9rZW49anByVDJLa0J1WVdWS2t0MUwtU0xsRmhydzlPN0Fw\
nUFM0RkRiYWpNUDNMR3lvRlJaTlpoX3hDYXhxbENkNk5rNzh0ZTR0YmZJdWdC\
nd1pjRE5nZ2tER3cmZXhwaXJlcz0xNzM5MzczMzA0JndvcmREb2N1bWVudElk\
nPTY3MTA5NjkxNSZ3b3JkVXBsb2FkSWQ9NjkxMTY1OTkx\n"},"user":{"browserUuid":"93a16797-
0c12-4402-a2d7-
56d7dbf8ff8d","canExtendSubscription":true,"country":"VN","emailHash":"97cf77200c17
b42d7349991441dbbbe2c78ef272b3aa29ee48208ad25aa6a1a0","hasPublishedDocuments":true,
"id":831271572,"initials":"","isAborted":null,"isAdmin":false,"isBot":false,"isDunn
ing":false,"isEligibleForFreeTrial":true,"isLoggedIn":true,"isMobile":false,"isPaus
ed":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"name"
:"Chuộtt","personaIconRetinaUrl":"https://imgv2-2-f.scribdassets.com/img/
word_user/831271572/80x80/c96959fc2a/1?v=1","personaIconUrl":"https://imgv2-2-
f.scribdassets.com/img/word_user/831271572/40x40/1fe68d42d7/1?
v=1","showSimpleCancelOption":false},"wordDocument":
{"ads_disabled":false,"archived":true,"author_name":"Julia
Atrazada","copyright_name":"© All Rights
Reserved","description":"","edit_path":null,"embed_modal_props_path":"/doc-page/
embed-modal-props/671096915","extensions":
["txt","pdf","txt"],"extracted_title":"Aim
Bot","flag_document_modal_props_path":"/doc-page/flag-document-modal-props/
671096915","formats":[{"extension":"pdf","size":"18.5 KB"},
{"extension":"txt","size":"6.42 KB"}],"generatedDescription":"This document
contains code for creating a GUI in Roblox Studio using Lua. It defines instances
like ScreenGui, Frame, and TextLabel. It then sets properties on the instances like
parent, position, size, colors. Scripts are included to add functionality like
toggling visibility and aiming at the closest player to the
cursor.","id":671096915,"image_url":"https://imgv2-2-f.scribdassets.com/img/
document/671096915/149x198/780dbb6f9a/1710531608?
v=1","in_library":false,"isDocumentOwner":false,"is_archive":true,"is_credit_restri
cted":false,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archi
ve":true,"isbn":null,"library_xhr_pending":false,"page_count":3,"page_dimensions":
{"width":612,"height":792},"page_orientation":"portrait","publisher_info":
{"is_author":false,"name":"Julia
Atrazada","url":"https://www.scribd.com/user/689605448/Julia-
Atrazada","created_at":"Sep 13,
2023"},"reportContentModalPropsPath":"/doc-page/report-content-modal-props/
671096915","retina_image_url":"https://imgv2-1-f.scribdassets.com/img/document/
671096915/298x396/b4831348c1/1710531608?
v=1","secret_password":null,"short_title":"AimBot","showFullDoc":false,"show_archiv
e_paywall":true,"signup_context":{"token":"current_ca:8CvwoqU2Uyj0HstkpJQBBA==-
LaTPIdTHGk9u0qnR0YX3uMFVmAk=","type":"archive_view_restricted"},"title":"AimBot","t
ranslation":{"original":null,"translations":
[]},"type":"view_restricted","url":"https://www.scribd.com/document/671096915/
AimBot","views":"685","reading_progress":{"update_url":"https://www.scribd.com/
reading_prog"}},"X_Request_ID":"5983f3ce91cda5c746e10867b0b485c7210ac9450bbf7fe4f55
4a8a5e4b84bac"}--></script><div style="display: none;"
bis_skin_checked="1">576648e32a3d8b82ca71961b7a986505</div></div></div><script
type="text/javascript">
if (!window.Scribd) Scribd = {};
Scribd.Brand = 'scribd';
Scribd.NwayTestsWithWeights = {"doc_page_pmp_boosting_c":
{"id":2868,"choices":{"7327":{"name":"control","weight":1},"7328":
{"name":"pmp_top_2","weight":0},"7329":{"name":"pmp_alternate","weight":0},"7330":
{"name":"fixed_pmp_boost_moderate","weight":0},"7331":
{"name":"fixed_pmp_boost_above","weight":0},"7332":
{"name":"signup_ranking","weight":0}}},"scribd_top_level_category_pages":
{"id":3040,"choices":{"7941":{"name":"control","weight":1},"7942":
{"name":"test","weight":0}}},"scribd_rebrand":{"id":3049,"choices":{"8001":
{"name":"control","weight":1},"8002":
{"name":"true","weight":0}}},"recs_semantic_embedding_c":{"id":2103,"choices":
{"5171":{"name":"control","weight":0},"5172":
{"name":"sort_only","weight":0},"5173":
{"name":"dedup_and_sort","weight":1}}},"behavior_tag_nway":{"id":2577,"choices":
{"6516":{"name":"control","weight":1},"6517":
{"name":"test","weight":0}}},"doc_page_context_menu_2025_q1":{"id":3132,"choices":
{"8254":{"name":"control","weight":1},"8255":
{"name":"test","weight":99999}}},"recs_cross_recommendations_ugc_c":
{"id":2120,"choices":{"5210":{"name":"control","weight":1},"5211":
{"name":"clumped","weight":0},"5212":
{"name":"dispersed","weight":0}}},"auth0_feature_flag":{"id":2624,"choices":
{"6647":{"name":"control","weight":0},"6648":
{"name":"auth0","weight":1}}},"content_preview_banner_removal":
{"id":2693,"choices":{"6846":{"name":"control","weight":1},"6847":
{"name":"test","weight":1}}},"doc_page_adsense_vs_house_q4_v3":
{"id":3134,"choices":{"8260":{"name":"control","weight":1},"8261":
{"name":"test","weight":9999}}},"ugc_ads_for_access":{"id":3010,"choices":{"7825":
{"name":"ads_no_model","weight":1},"7826":{"name":"ads","weight":1},"7827":
{"name":"percentile_40","weight":99999}}},"recs_doc_page_ugc_q123_c":
{"id":2339,"choices":{"5810":{"name":"control","weight":0},"5811":
{"name":"control_no_fallback","weight":0},"5812":
{"name":"content_model","weight":0},"5813":
{"name":"content_model_2","weight":100}}},"recs_doc_page_pmp_q123_c":
{"id":2406,"choices":{"6021":{"name":"control","weight":0},"6022":
{"name":"content_model_2_reorder_no_weight","weight":100},"6023":
{"name":"content_model_2_reorder_weighted","weight":0}}},"lo_doc_chat_experience_c"
:{"id":3116,"choices":{"8207":{"name":"control","weight":50},"8208":
{"name":"test","weight":50}}},"personalized_archive_offer":{"id":3070,"choices":
{"8055":{"name":"control","weight":0},"8056":
{"name":"subscribe_only","weight":1},"8057":
{"name":"subscribe_or_upload_1","weight":1},"8058":
{"name":"subscribe_or_upload_3","weight":1},"8059":
{"name":"subscribe_or_upload_5","weight":1},"8060":
{"name":"upload_1_or_subscribe","weight":1},"8061":
{"name":"upload_3_or_subscribe","weight":1},"8062":
{"name":"upload_5_or_subscribe","weight":1},"8063":
{"name":"upload_57","weight":0},"8064":{"name":"upload_57_v3","weight":0},"8065":
{"name":"upload_57_v3_no_revisit","weight":93}}}};
Scribd.Sentry =
{"disabled":false,"dsn":"https://[email protected]/
282187","environment":"production","page":"hypernova_doc_page","release":"54df364f5
0dd070413a05ea3618e1c7e0c62e1ec","queue":{"errors":[],"messages":[]}};
</script><script type="application/javascript">window._translations =
JSON.parse("{\"en-US\":{\"translation\":{\");\\n this\":{\"nestingSuffix = iOpts\":
{\"nestingSuffix ? regexEscape(iOpts\":{\"nestingSuffix) : iOpts\":
{}}}},\"account_settings\":{\"facebook_connect\":
{\"facebook\":\"Facebook\"},\"plans\":{\"plan_module\":{\"slash_month\":\"/
month\",\"slash_year\":\"/year\"}},\"show\":{\"restart_membership\":\"Restart
subscription\"},\"subscription_card\":{\"plan\":{\"annual\":\"Premium
Annual\",\"lite\":\"Lite\",\"monthly\":\"Premium
Monthly\"},\"unlocks_available\":\"{{count}} unlock
available\",\"unlocks_available_plural\":\"{{count}} unlocks
available\",\"unlocks_will_expire\":\"Unlocks will expire on
{{date}}\"}},\"ai_assistant\":{\"ask_ai\":
{\"cta_button_listen\":\"Listen\",\"cta_button_preview\":\"Preview\",\"cta_button_r
ead\":\"Read\",\"cta_button_sample\":\"Sample\",\"cta_button_show_more\":\"Show
more\",\"cta_button_view_titles\":\"View
titles\",\"disclaimer_ask_ai_may_make_mistakes\":\"Ask AI v1.0 may make
mistakes.\",\"error_messages\":\"Hmm, something went wrong. Please try again
later.\",\"feedback_bad_response\":\"Bad
Response\",\"feedback_good_response\":\"Good Response\",\"feedback_header\":\"Tell
us more about your rating?\",\"feedback_success_description\":\"Your feedback is
crucial in helping us improve our AI
responses.\",\"feedback_success_header\":\"Thank you for your
feedback\",\"feedback_tags_harmful_offensive\":\"Harmful or
offensive\",\"feedback_tags_incorrect\":\"Incorrect or
inaccurate\",\"feedback_tags_not_helpful\":\"Not
helpful\",\"feedback_tags_not_what_meant\":\"Not what I
meant\",\"feedback_tags_other\":\"Other\",\"feedback_tags_too_long\":\"Took too
long\",\"greetings_subheading\":\"Ask me to recommend books or audiobooks - similar
to reads you love, favorite categories, or with a specific plot or
setting.\",\"save_button_remove_from_saved\":\"Remove from
Saved\",\"save_button_save_for_later\":\"Save for
later\",\"shared_highlight_can_help\":\"I can
help!\",\"shared_highlight_looking_for\":\"Looking
for\",\"shared_highlight_your_next_read\":\"your next
read?\",\"suggestions_audiobooks_relationship\":\"I\'m seeking good audiobooks to
help me improve my relationship with my
girlfriend?\",\"suggestions_audiobooks_shoe_dog\":\"I’m looking for the audiobook
Shoe Dog by Phil
Knight?\",\"suggestions_audiobooks_successful_entrepreneurs\":\"Share inspirational
audiobooks about successful entrepreneurs like The Spanx
Story?\",\"suggestions_books_balance_technology_as_mom\":\"As a mom with kids below
age 9, I need a book on how to balance technology and screen time for
kids?\",\"suggestions_books_big_little_lies\":\"Domestic suspense books similar to
Big Little Lies by Liane
Moriarty?\",\"suggestions_books_children_books_science\":\"Children books about
science that are appropriate for a 6 year
old?\",\"suggestions_books_climate_change\":\"Can you suggest the top 3 books about
climate change that I should read?\",\"suggestions_books_cookbooks\":\"Popular
cookbooks for healthy diets?\",\"suggestions_books_creativity_inc\":\"Any books
similar to Creativity Inc by Ed
Catmull?\",\"suggestions_books_fiction_books\":\"Are there any fiction books about
people with schizophrenia?\",\"suggestions_books_financial_independence\":\"Books
about financial independence like Pathfinders by JL
Collins?\",\"suggestions_books_finding_love_againa\":\"I want to read a good story
about finding love again after life
setbacks?\",\"suggestions_books_glad_my_mom_died\":\"Do you have I’m Glad My Mom
Died?\",\"suggestions_books_inspire_me_with_books\":\"I want to be inspired, what
books do you recommend?\",\"suggestions_books_leadership_skills\":\"Good books on
leadership skills for women similar to Career Forward by
Puma?\",\"suggestions_books_light_funnny_lift_mood\":\"Any light and funny books to
lift my mood?\",\"suggestions_books_make_me_cry_ugly\":\"Looking for books that
will make me ugly cry?\",\"suggestions_books_medicine_and_disease\":\"Do you have
books about medicine and disease similar to Being Mortal by
Gawande?\",\"suggestions_books_memoirs_not_business_leaders\":\"Looking for good
memoirs but not about business
leaders?\",\"suggestions_books_memoirs_successful_athletes\":\"Share memoirs about
successful athletes that would inspire young kids to work
hard?\",\"suggestions_books_millionaire_next_door\":\"Books like The Millionaire
Next Door that are good?\",\"suggestions_books_no_weak_female_characters\":\"I
don’t like books with weak female characters. Can you suggest novels with strong,
empowered women?\",\"suggestions_books_real_estate_investor\":\"I want to learn how
to be a real estate investor - what books should I
read?\",\"suggestions_books_self_help_books\":\"I want self-help books not written
by Dale Carnegie?\",\"suggestions_books_sets_india\":\"Can you recommend books set
in India?\",\"suggestions_books_story_at_sea\":\"Books where the story happens at
sea?\",\"suggestions_books_suggestions_about_cats\":\"My daughter is 12 yrs old and
also loves cats. Any
suggestions?\",\"suggestions_books_underdog_sports_teams\":\"Interested in books
about underdog sports teams similar to The Boys in the Boat by
Brown?\",\"suggestions_books_walter_isaacson\":\"Do you have books by Walter
Isaacson?\",\"suggestions_books_written_by_sarah_maas\":\"Show me books written by
Sarah Maas?\",\"suggestions_deeply_emotional_memoir\":\"I want a deeply emotional
memoir that explores overcoming adversity - any
ideas?\",\"suggestions_fiction_novels_medival_europe\":\"Can you recommend any
fiction novels set in Medieval Europe?\",\"suggestions_funny_romance_books\":\"I
need some cheering up, can you recommend some super funny laugh-out-loud romance
books for me?\",\"suggestions_good_audiobook_set_rome\":\"Looking for a good
audiobook set in ancient
Rome?\",\"suggestions_mystery_novel_female_detective\":\"Can you recommend a
mystery novel set in the 1920s that features a female
detective?\",\"suggestions_romance_lovers_plot\":\"Give me a spicy romance book
with an enemies to lovers plot?\",\"suggestions_romance_novel_world_war\":\"Can you
recommend a romance novel set during World War
II?\",\"suggestions_self_improvement_audiobooks\":\"I’m looking for inspiration to
stop procrastinating. Can you recommend some self-improvement audiobooks on this
topic?\",\"suggestions_similar_achilles_madeline_miller\":\"I enjoyed Song of
Achilles by Madeline Miller. Suggest another retelling of a myth or
legend?\",\"suggestions_similar_author_fantasy_series_george_rr_martin\":\"Recommen
d a fantasy series similar to A Song of Ice and Fire by George RR
Martin?\",\"suggestions_similar_author_psychological_thrillers_gillian_flynn\":\"Lo
ve psychological thrillers by Gillian Flynn - what similar authors should I check
out?\",\"suggestions_similar_books_chris_voss\":\"I liked Never Split the
Difference by Chris Voss, recommend similar books to
me?\",\"suggestions_similar_books_crawdads_sing\":\"I loved Where the Crawdads Sing
by Delia Owens - what else should I
read?\",\"suggestions_similar_books_female_main_character\":\"I\'m looking for
books set in Europe with a female main
character?\",\"suggestions_similar_books_lord_of_rings\":\"I loved Lord of the
Rings, can you recommend something
similar?\",\"suggestions_similar_books_many_lives_mama_love\":\"Books similar to
The Many Lives of Mama Love?\",\"suggestions_similar_books_marie_kondo\":\"I\'m a
fan of Marie Kondo and her approach to simplifying life. What books by similar
authors would you recommend?\",\"suggestions_similar_plot_twists\":\"I don’t like
predictable endings, can you find a couple of books with good plot twists for
me?\",\"suggestions_thriller_unexpected_plot_twists\":\"I’m looking for a thriller
with unexpected plot twists and a dark
setting?\",\"suggestions_true_story_book_recommendations\":\"Any true story book
recommendations?\",\"text_input_ask_follow_up\":\"Ask a follow-
up\",\"text_input_discover_next_read\":\"Discover your next
read\",\"text_input_label\":\"Send Message\",\"thumbs_down_other_header\":\"Provide
additional feedback\",\"thumbs_down_submit_button\":\"Submit
Feedback\"}},\"bestsellers\":{\"promo\":
{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you
subscribe\"}},\"books\":{\"epub\":{\"banners\":
{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you
update your payment
information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment
information to upgrade to Plus\"}}},\"browse\":{\"promo\":
{\"everand_also_available_on_mobile_devices\":\"Everand is also available for your
mobile devices.\"}},\"category\":{\"documents\":\"{{category}}
Documents\"},\"chrome\":{\"flash\":{\"close_notification\":\"Close
notification\",\"error\":\"Error\",\"notice\":\"Notice\",\"success\":\"Success\"},\
"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a
member\",\"click_here_to_renew_it\":\"Click here to renew
it\",\"click_here_to_resume_it\":\"Click here to resume
it\",\"click_here_to_update_it\":\"Click here to update
it\",\"resume_membership\":\"Resume membership\",\"update_now\":\"Update
Now\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You
canceled your free trial.\",\"your_account_is_at_risk\":\"Your account is at risk.
Update your payment information immediately to avoid losing access to your
subscription.\",\"your_credit_card_information_is_invalid_\":\"Your credit card
information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on
hold because of a problem with your last
payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership
is paused until {{paused_until_date}}.\",\"your_payment_is_overdue\":\"Your payment
is overdue. Fix your billing information to ensure continuous
service.\",\"your_paypal_information_is_invalid\":\"Your
Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your
Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your
Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your
Scribd membership was canceled.\"}},\"common\":
{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":
{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}}
min read\"},\"content_preview\":{\"available_on\":\"Available on
{{date}}\",\"flags\":{\"expiring_soon\":\"Leaving
soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"throt
tled\":\"Available soon\"},\"formats\":{\"also_available_list_view\":\"Also
available as \\u003ca href={{url}} class=\'also_available\'\\
u003e{{content_type}}\\u003c/a\\u003e\"},\"geo_restricted\":\"Unavailable in your
country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and
review?\",\"delete_warning\":\"This action cannot be
undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":
{\"add\":\"Save for later\",\"remove\":\"Remove from
Saved\"},\"share\":\"Share\",\"social_media_share\":
{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_
media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently
unavailable\",\"view_titles_in_series\":\"View titles in
series\"},\"content_types\":
{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobo
ok
series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\
",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook
series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\
",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast
episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet
music\",\"song\":\"Song\"},\"doc_page\":{\"account_creation\":
{\"get_instant_access_with_free_account\":\"Get instant access to this document and
millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To
continue reading, please sign in\"},\"ad_label\":{\"ad_info\":{\"description\":\"We
use ads to keep content free and accessible for everyone. You can remove them by \\
u003ca href=\'{{signupUrl}}\'\\u003esigning up\\u003c/a\\u003e for a Scribd
subscription.\",\"header\":\"Why are you seeing this?\"}},\"ai_enhanced_tag\":
{\"ai_enhanced\":\"AI-enhanced\",\"ai_enhanced_document\":\"AI-enhanced
document\",\"ai_translated_document\":\"AI-translated
document\",\"description\":\"AI-enhanced
description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized
the description for improved clarity.\",\"title\":\"AI-enhanced
title\",\"title_and_description\":\"AI-enhanced title and
description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve
optimized the title and description for improved
clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title
for improved clarity.\"},\"annotation_popover\":{\"add_note\":\"Add
note\",\"highlight\":\"Highlight\",\"share_quote\":\"Share quote\"},\"app_promo\":
{\"millions_of_documents\":\"Millions of documents at your
fingertips\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for
free\"},\"between_page_interstitial\":
{\"title_copy_subscribe_only_trial_duration\":\"Unlock full access (pages
{{startPage}}-{{endPage}}) with a {{trialDuration}} Day Free
Trial\",\"unlock_full_access\":{\"page_number_trial_duration\":\"Unlock full access
(page {{props_currentrange}}) by uploading documents or with a {{trialDuration}}
Day Free Trial\"},\"upload_or_subscribe_pages\":\"Upload your documents or become a
Scribd member to unlock full access (pages {{startPage}}-
{{endPage}}).\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a
Scribd member for full access.\",\"continue_without_a_subscription\":\"Continue
without a subscription\",\"read_and_download_full_documents\":\"Read and download
full documents.\",\"read_without_a_subscription\":\"Read without a
subscription\",\"read_without_a_subscription_in\":\"Read without a subscription
in\",\"skip_ad\":\"Skip ad\",\"subscribe_with_a_free_trial\":\"Subscribe with a
free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your
{{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the
next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock
the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this
document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an
ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an
ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this
document or subscribe to read and download.\",\"upload_to_download\":\"Upload to
download\"},\"description_modal\":
{\"description\":\"Description\"},\"doc_chat_additional_feedback\":
{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your
thoughts on the response? How could it be
improved?\"},\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not
factually
correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":
\"Submit Feedback\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why
did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable
and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so
much for your feedback\"},\"doc_chat_settings\":{\"clear_history\":\"Clear
History\",\"faq\":\"FAQ\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached
your monthly limit of {{count}} prompts. Thank you for being so actively engaged
with DocTalk beta. Your prompt limit will reset next
month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our
DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated
as we refine this feature.\"},\"download_to_read_ad_free\":\"Download to read ad-
free\",\"embed_modal\":{\"title\":\"Embed
document\"},\"fixed_viewport_bottom_components\":
{\"check_out_these_free_titles\":\"Check out these free titles\"},\"flash\":
{\"rating_not_saved_try_again\":\"Rating not saved, please try
again\"},\"get_scribd_without_ads\":\"Get Scribd without
ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To
access this document, upload one of yours, or subscribe with a {{trialDuration}}
day free trial. Cancel
anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this
document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free
trial. Cancel anytime.\"},\"metadata\":{\"description\":
{\"original_description\":\"Original Description\"}},\"mobile_metadata\":
{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full
title\"},\"multiple_download_format\":{\"download_format\":\"Download
format\",\"download_now\":\"Download now\"},\"page\":
{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred
language set to {{url_params_language_settings_changed}}\"},\"rate_drawer\":
{\"not_useful\":\"Not useful\",\"useful\":\"Useful\"},\"ratings\":
{\"mark_as_not_useful\":\"Mark this document as not
useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0
ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}}
vote)\",\"num_votes_plural\":\"({{count, locale}}
votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count,
locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this
document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found
this document useful\",\"press_again_undo\":\"Press again to
undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this
title\",\"you_marked_as_useful\":\"You marked this document as
useful\",\"you_marked_not_useful\":\"You marked this document as not
useful\"},\"read_this_document_in_other_languages\":\"Read this document in other
languages\",\"recommender_list\":
{\"audiobook\":\"audiobook\",\"book\":\"book\",\"might_also_like\":\"You might also
like\",\"show_more\":\"Show more\"},\"report_content_modal\":
{\"button_name\":\"Report\",\"category_error_flash\":\"Select a category to submit
your report\",\"copyright_notice\":\"If you are the copyright owner of this
document and want to report it, please visit the \\u003ca href={{url}}\\
u003ecopyright infringement notice\\u003c/a\\u003e page to submit a
report.\",\"cta\":
{\"cancel\":\"Cancel\",\"submit\":\"Submit\"},\"document_has_been_reported\":\"Docu
ment has been reported.\",\"problem_submitting_report\":\"We encountered a problem
submitting your report. Please try again.\",\"select_an_option\":\"Select an
option...\",\"sub_type\":{\"academic_dishonesty\":\"Academic
Dishonesty\",\"child_privacy\":\"Child Privacy\",\"child_sexual_abuse\":\"Child
Sexual Abuse\",\"dangerous_products_services\":\"Dangerous
Products/Services\",\"general_privacy\":\"General
Privacy\",\"inciting_violence_or_hatred\":\"Inciting Violence or
Hatred\",\"ip_infringement_copyright\":\"IP Infringement
(copyright)\",\"ip_infringement_non_copyright\":\"IP Infringement (non-
copyright)\",\"minor_exploitation\":\"Minor
Exploitation\",\"non_violent_offenses\":\"Non-violent
Offenses\",\"other\":\"Other\",\"self_harm\":\"Self-
harm\",\"sexual_offenses\":\"Sexual Offenses\",\"sexually_explicit\":\"Sexually
Explicit\",\"shocking_or_disturbing\":\"Shocking or
Disturbing\",\"spreading_false_information\":\"Spreading False
Information\",\"terrorism\":\"Terrorism\",\"threatening_behavior\":\"Threatening
Behavior\",\"violent_offenses\":\"Violent
Offenses\"},\"subcategory_error_flash\":\"Select a sub-category to submit your
report\",\"title\":\"Report Content\",\"type\":
{\"dangerous_and_derogatory\":\"Dangerous \\u0026
Derogatory\",\"dangerous_and_derogatory_tooltip\":\"Content that encourages
harmful, threatening, or hateful
behavior.\",\"deceptive_and_fraudulent\":\"Deceptive \\u0026
Fraudulent\",\"deceptive_and_fraudulent_tooltip\":\"Content that intentionally
misleads, deceives, or engages in fraudulent
activities.\",\"explicit\":\"Explicit\",\"explicit_tooltip\":\"Content that is
graphic, offensive, or
disturbing.\",\"illegal\":\"Illegal\",\"illegal_tooltip\":\"Content that breaks the
law or promotes illegal activities.\",\"intellectual_property\":\"Intellectual
Property\",\"intellectual_property_tooltip\":\"Content that uses someone else\'s
protected work without permission.\",\"low_quality\":\"Low
quality\",\"low_quality_tooltip\":\"Content that fails to meet minimum standards
for clarity, relevance, or
completeness.\",\"privacy\":\"Privacy\",\"privacy_tooltip\":\"Content that misuses
personal information.\",\"spam\":\"Spam\",\"spam_tooltip\":\"Unsolicited and
repetitive content that disrupts your experience.\"}},\"share\":
{\"copy_link\":\"Copy link\",\"link_copied\":\"Link
copied!\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_linkedin\":\"Share
on LinkedIn\",\"share_on_twitter\":\"Share on Twitter\",\"share_via_email\":\"Share
via email\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"share_quote\":
{\"page_number\":\"Page {{page}}\"},\"sharing_buttons\":
{\"link_copied_private_document\":\"Link Copied! \\u003cspan
class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a
document marked private will allow others to view it.\\u003c/span\\
u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for
private documents. If you want to share, select Copy Link, and send the link to
others.\"},\"this_document_available_in_languages\":\"This document is available in
the following languages:\",\"toolbar\":{\"document_search\":
{\"find_in_document\":\"Find in
document\"},\"download\":\"Download\",\"download_now\":\"Download
now\"},\"translate\":\"Translate\",\"translate_document\":\"Translate
Document\",\"truncate_promo\":{\"read_and_download_full_documents\":\"Subscribers
can read and download full documents.\",\"restart_membership\":\"Restart
membership\",\"trial_duration\":{\"scribd_members_can_read\":\"Scribd members can
read and download full documents. Your first {{trialDuration}} days are
free!\"},\"unlock_full_access_when_subscribe\":\"Unlock full access when you
subscribe\"},\"upload_banner\":{\"copy\":\"Get this download for free with an
upload. Learn more below.\",\"copy_plural\":\"Get this download for free with
{{count}} uploads. Learn more below.\"},\"upsell_popup\":{\"description\":\"Enjoy
ad-free reading and downloads on Scribd.\",\"title\":\"More Reading. No
Ads.\"},\"view_original_document_in_language\":\"View original document in
{{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":
{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling
audiobooks when you
subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks
when you subscribe\"}},\"browse_page\":{\"promo\":
{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and
so much more, from {{price}}/month. Cancel
anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks,
audiobooks, and so much more for just {{price}}/month. Cancel
anytime.\"}},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the
list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\
u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":
{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":
{\"continue_to_everand\":\"Continue to
Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about
upcoming releases and exclusive originals, plus get curated lists and special
offers sent directly to your inbox.\"},\"progressive_profile\":
{\"send_me_email_updates\":\"Send me email updates from
Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":
{\"get_the_most_out_of_everand\":\"Get the most out of
Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the
world\'s most fascinating digital library. Discover millions of ebooks, audiobooks,
magazines, and more.\"}},\"shared\":{\"cross_link_message\":\"From
Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-
_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-
_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-
_get_it_on_kindle_fire\":\"Everand for Kindle Fire\"},\"social_buttons\":
{\"scribd_on_facebook_aria_label\":\"Everand on
Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on
Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on
Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on
Twitter\"}}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your
email.\"},\"helpers\":{\"document_meta_tags\":
{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social
reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":
{\"also_available_as_an_audiobook\":\"Also available as an
audiobook\",\"also_available_as_an_ebook\":\"Also available as an
ebook\",\"byline\":{\"narrated_by\":\"narrated
by\"},\"close\":\"Close\",\"count_titles\":\"{{count}}
title\",\"count_titles_plural\":\"{{count}}
titles\",\"go_to_content_type_version\":\"Go to {{content_type}}
version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this
episode\",\"more_about_this_issue\":\"More about this
issue\",\"more_about_this_series\":\"More about this
series\",\"more_about_this_summary\":\"More about this
summary\",\"oops_something_went_wrong\":\"Oops, something went
wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View
all episodes\",\"view_the_full_title_details\":\"View the full title
details\"}}},\"landing_pages\":{\"feed\":{\"view_more_info\":\"View more
info\"}},\"lib\":{\"lightbox\":{\"close_dialog\":\"Close Dialog\"}},\"megamenu\":
{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":
{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":
{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to
your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd
account\",\"welcome\":\"Welcome!\"},\"language\":
{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":
{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":
{\"language\":\"Language\"},\"logged_out\":{\"user_menu\":
{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to
Scribd!\"}},\"navigation\":
{\"categories\":\"Categories\",\"explore_content_type\":\"Explore
{{content_type}}\",\"opens_navigation_menu\":\"Open navigation
menu\"},\"search_bar\":{\"clear_search\":\"Clear
search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No
search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are
available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent
searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":
{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document
stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and
support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite
friends\",\"language\":\"Language
({{current_language}})\",\"public_profile\":\"Public
profile\",\"read_for_free\":\"Read for
free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your
account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is
Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add
to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and
rating?\"},\"confirm_unsave_item\":{\"title\":\"Remove title from Saved Library and
any saved lists?\"},\"confirm_unsave_item_in_list\":
{\"remove_from_your_lists\":\"Remove from your
lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title
from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from
Saved will also remove it from your lists.\",\"title\":\"This title is also in a
list.\"},\"create_list\":{\"create_list\":\"Create
list\",\"failed_to_create_try_again\":\"Failed to create list, please try
again\",\"input_description\":{\"privacy_type\":\"No one except you can view this
list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like
to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New
List\",\"validation_errors\":{\"name\":\"Please enter a list
name\"}},\"language_picker\":{\"language_options\":\"Language
Options\",\"select_preferred_language\":\"Select your preferred
language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor
your personal recommendations where possible to match your preferred language
selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your
preferred language selection.\"},\"lockshockroadblock\":
{\"problem_with_your_last_payment\":\"Problem with your last
payment\",\"update_your_payment_to_continue\":\"Update your payment to
continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your
last payment. Update your payment info to
continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of
a problem with your last payment.\"}},\"onboarding_modal\":{\"cta\":
{\"get_started\":\"Get started\",\"next\":\"Next\",\"see_whats\":\"See what’s
new\",\"start_reading\":\"Start reading!\"},\"subtitle\":
{\"all_unlocks_renew\":\"Each unlock gives you access to a title from our premium
catalog. Unlocks renew monthly. Unused unlocks do not roll
over. \",\"lets_go\":\"Let’s
go over a few things that have changed.\",\"look_for_titles\":\"Out of unlocks? No
problem! Just look for the “unlimited” label to keep on
reading.\",\"not_sure_if\":\"Not sure if you’re ready to unlock a premium ebook or
audiobook? Save it for later or preview it for a closer
look.\",\"read_or_listen_online\":\"Read or listen online or offline. Download
unlocked and unlimited titles to enjoy for the duration of your
subscription. \",\"weve_already_unlocked\":\"Enjoy the books you’ve already read —
no unlocks needed.\",\"your_world_of\":\"Your world of stories starts
here.\"},\"title\":{\"anytime_anywhere\":\"Anytime, anywhere\",\"no_need_to\":\"No
need to use unlocks on titles you’ve already read\",\"out_of_unlocks\":\"Always
more to enjoy\",\"preview_any\":\"Preview any title
first\",\"use_your_unlocks\":\"Unlock premium
titles\",\"welcome_everand\":\"Welcome to Everand!\",\"your_library\":\"Your
library just got bigger\"}},\"page_gate_modal\":{\"check_you_email\":
{\"check_your_email\":\"Check your email\"},\"check_your_email\":
{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an
email? Check your spam folder,
or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify
your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my
email\",\"logout_login_url\":\"Use a different email
address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To
protect your account, we\'ve sent a verification email to \\u003cstrong\\
u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify
your identity. To learn more, please visit our \\u003ca
href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\
u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify
your email before continuing.\"}},\"pdfs\":{\"doc_search\":
{\"close_search\":\"close search\",\"page\":\"page\"},\"lightboxes\":
{\"download_lightbox\":{\"download_document\":\"Download
document\",\"resume_membership\":\"Resume
Membership\",\"resuming\":\"Resuming\",\"your_membership_is_currently_paused_until\
":\"Your membership is currently paused until {{state_nag_next_payment_due}}. Would
you like to resume your membership now to download\"},\"embed_lightbox\":
{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of
document\",\"copy_link\":\"Copy Link\",\"current_page\":\"Current
page\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customizat
ion options available
below\",\"embed\":\"Embed\",\"embed_this_in_your_website\":\"Embed this in your
website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\
"Generate a
Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link
Options\",\"link_to_the\":\"Link to
the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\
":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at
page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\
u003e*\\u003c/sup\\u003e The code will be updated based on your
changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"print_lightbox\":
{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and
print\",\"in_order_to_print_this_document_\":\"In order to print this document from
Scribd, you\'ll first need to download it.\",\"print_document\":\"Print
document\"}},\"redesign_elements\":{\"actions\":
{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":
{\"full_description\":\"Full description\",\"related_titles\":\"Related
titles\"},\"more_info_module\":{\"document_information\":\"Document
Information\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this
title\",\"you_re_reading_a_preview\":\"You\'re Reading a Preview\"},\"sidebar\":
{\"available_formats\":\"Available
Formats\",\"click_to_collapse_document_information\":\"click to collapse document
information\",\"click_to_expand_document_information\":\"click to expand document
information\",\"copyright\":\"Copyright:\",\"copyright_no_colon\":\"Copyright\",\"d
ocument_useful_message\":\"Did you find this document
useful?\",\"download_or_read_formats\":\"{{extensions}} or read online from
Scribd\",\"is_this_inappropriate_content\":\"Is this content
inappropriate?\",\"isbn\":\"ISBN:\",\"isbn_no_colon\":\"ISBN\",\"share_or_embed_doc
ument\":\"Share or Embed
Document\",\"strong_download_strong_as_available_extensions_map_upcase_join_or_read
_online\":\"\\u003cstrong\\u003eDownload\\u003c/strong\\u003e as
{{available_extensions_map_upcase_join}} or read online from
Scribd\",\"uploaded_by\":\"Uploaded by\",\"view_more\":\"View
More\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit
fullscreen\",\"fullscreen\":\"Fullscreen\",\"of_numberformat_props_document_total_p
ages\":\"of
{{numberformat_props_document_total_pages}}\",\"search_document\":\"Search
document\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\
u003e1\\u003c/strong\\u003e result
for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\
u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results
for\",\"you_are_on_page_props_current_page\":\"You are on page
{{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom
out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This
document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":
{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our
most popular titles\",\"billed_monthly\":\"Billed monthly after
trial.\",\"docs_presentations\":\"195M+ documents and presentations on Scribd and
SlideShare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet
music\",\"plus\":\"Plus:\",\"titles_per_month\":\"{{titles}} titles per month from
our Plus catalog that includes even more bestsellers and new
releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":
{\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}}
unlocks\",\"unlocks_renew\":\"Unlocks renew
{{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew
after payment information is updated.\",\"view_unlock_history\":\"View unlock
history\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this
title, you\'ll have {{count}} unlock left until
{{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this
title, you\'ll have {{count}} unlocks left until
{{refresh_date}}.\",\"unlock_this_title\":\"Unlock this
title\",\"you_have_unlocks_available\":\"You have {{count}} unlock
available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks
available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and
continue\",\"details_below\":\"You can read the details below. By accepting, you
agree to the updated privacy policy.\",\"thank_you\":\"Thank
you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve
encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve
updated our privacy policy so that we are compliant with changing global privacy
regulations and to provide you with insight into the limited ways in which we use
your data. \",\"view_policy\":\"View updated privacy policy\"},\"promos\":
{\"annual_offer\":{\"current_plan\":\"Current plan\",\"immerse\":\"Immerse yourself
all year round\",\"read_more_html\":\"Read more.\\u003cspan class=\'save_text\'\\
u003eSave more.\\u003c/span\\u003e\",\"save_percent\":\"Save {{value}}
%\",\"switch_plan\":\"Switch plan\",\"terms_footer_html\":\"You will be charged the
annual fee of {{price}} on {{date}} when you click \\\"Switch plan.\\\" View our \\
u003ca class=\'terms_link\' target=\\\"_blank\\\" href={{href}}\\u003eterms of
service\\u003c/a\\u003e.\"}},\"receipt\":{\"download\":
{\"document\":\"Document\",\"download_iframe\":\"Download
iframe\",\"downloading\":\"Downloading\"}},\"saved\":{\"list_item_controls\":
{\"create_list\":\"Create List\"}},\"scribd\":{\"doc_page\":
{\"download_as_multiple_formats\":\"Download as {{formats}}, or
{{lastFormat}}\",\"download_as_single_format\":\"Download as
{{format}}\",\"download_as_two_formats\":\"Download as {{formatOne}} or
{{formatTwo}}\"},\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to
Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special
offers, new content, plus recommendations from our premium products sent directly
to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me
email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to
Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of
Scribd\",\"unlock_full_access_download_documents\":\"Unlock full access to the
world’s most fascinating digital library. Download documents and read offline on
the app.\"}},\"navigation_category\":
{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies
\\u0026 Crafts\",\"personal_growth\":\"Personal
Growth\",\"professional\":\"Professional\"},\"shared\":
{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":
{\"filters\":\"Filters\"},\"list_view\":{\"on_date\":\"on
{{date}}\",\"songbook_title\":\"From songbook\"},\"pagination\":
{\"next\":\"next\",\"previous\":\"previous\"},\"results\":
{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"}},\"shared\":
{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign
in\",\"add_note_sign_up\":\"To add a note, please sign
up\",\"already_have_an_account\":\"Already have an
account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign
in\",\"annotate_document_sign_up\":\"To annotate this document, please sign
up\",\"annotate_sign_in\":\"To annotate, please sign
in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To
continue reading,
please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign
up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign
in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign
up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By
signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\"
target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service
{{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\"
target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy
{{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To
download this document, please sign in\",\"download_document_sign_up\":\"To
download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email
address is invalid or blocked. Please enter another
email.\",\"email_registered\":\"This email address is already registered with
Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is
taken by another user, please try
again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name.
Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email
address is missing or invalid. To keep your account secure, please provide a valid
email address.\",\"no_valid_email_modal_title\":\"Update your
email\",\"password_10_chars\":\"Please enter a password that is at least 10
characters\",\"please_enter_a_name\":\"Please enter a
name\",\"please_enter_a_valid_email\":\"Please enter a valid
email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email
address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log
you in via Facebook at this time.\",\"sign_in\":\"Continue with
Facebook\",\"sign_up\":\"Sign up with
Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document,
please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign
up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an
email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent
an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e
with instructions to reset your password. If it doesn\'t show up soon, check your
spam folder and then read this \\u003ca
href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-
lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\
u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give
this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign
up\",\"google\":{\"error\":\"Google sign in
failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign
in\",\"highlight_document_sign_up\":\"To highlight this document, please sign
up\",\"join_today_to_start_reading\":\"Join today to start
reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not
you?\",\"now_bringing_you_back\":\"Now bringing you
back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At
least 10 characters\",\"password_not_been_breached\":\"Password has not been
breached\",\"password_strength\":\"Password
strength\",\"password_strength_colon\":\"Password
strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"M
oderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak
\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\
u003c/span\\u003e browsing Scribd right
now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}}
people\\u003c/span\\u003e browsing Scribd right
now\",\"rate_document_sign_in\":\"To rate this document, please sign
in\",\"rate_document_sign_up\":\"To rate this document, please sign
up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the
Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy
Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca
href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service
{{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To
redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this
offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset
password\",\"save_document_sign_in\":\"To save this document, please sign
in\",\"save_document_sign_up\":\"To save this document, please sign
up\",\"send_me_updates_from_scribd\":\"Send me updates from
Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign
in\",\"share_quote_sign_up\":\"To share this quote, please sign
up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign
in\",\"sign_in_bookmark\":\"To create a bookmark, please sign
in\",\"sign_in_create_list\":\"To create a list, please sign
in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To
follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign
in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To
rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign
in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save,
please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign
in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign
in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please
sign in\",\"sign_in_successful\":\"Sign in
successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To
upload, please sign in\",\"sign_in_with_email\":\"Sign in with
email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a
note to this title.\",\"sign_up_annotate\":\"Sign up to
annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading
this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a
bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a
list.\",\"sign_up_download_this_title\":\"Sign up to download this
title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this
magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free
{{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start
your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give
this gift.\",\"sign_up_highlight_this_title\":\"Sign up to
highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To
save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to
save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote
from this title.\",\"sign_up_successful\":\"Sign up
successful\",\"sign_up_to_rate_title\":\"Sign up to rate this
title\",\"sign_up_to_review_title\":\"Sign up to review this
title\",\"sign_up_with_email\":\"Sign up with
email\",\"signup_to_redeem_offer\":\"Sign up to redeem
offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please
sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}}
months, please sign in\",\"start_free_months_sign_up\":\"To start your free
{{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start
your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To
upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a
document, please sign up\",\"use_another_email_address\":\"Use another email
address\"},\"actions\":{\"read_continue\":\"Continue
reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":
{\"i_disabled_my_ad_blocker\":\"I disabled my ad-
blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re
using an ad-blocker.\",\"show_me_how\":\"Show me
how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To
listen to titles on Everand, please disable your ad-blocker or use our mobile
app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read
titles on Everand, please disable your ad-blocker or use our mobile
app.\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"narrated_by\":\"Narrated
by\",\"published_by\":\"Published by\",\"written_by\":\"Written
by\"},\"carousels\":{\"carousel_next\":\"Carousel
Next\",\"carousel_previous\":\"Carousel Previous\",\"skip_carousel\":\"Skip
carousel\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new
payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back
to top\",\"cancel\":\"Cancel\",\"close\":\"Close\",\"close_dialog\":\"Close
dialog\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_agai
n\":\"Do not ask me again\",\"download\":\"Download\",\"email_address\":\"Email
address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We
couldn\'t complete your request\",\"failed_to_delete_review\":\"Review was not
deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try
again\",\"failed_to_remove_title\":\"Failed to remove
title\",\"failed_to_save_review\":\"Your review was not saved. Please try
again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try
again.\",\"failed_to_save_title\":\"Failed to save
title\",\"please_try_again_later\":\"Please try again later.\"},\"forms\":
{\"at_least_10_characters\":\"(at least 10
characters)\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"inv
alid_email\":\"Please enter a valid
email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"p
lease_enter_a_password\":\"Please enter a
password\",\"please_enter_an_email\":\"Please enter an
email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"info\":\"Information\",\"i
ssue\":\"Issue\",\"key_insights\":\"Key
insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":
{\"add_to_list\":{\"success_message\":\"Added to
{{collection_name}}\"},\"add_with_title\":\"Save {{title}} for
later\",\"remove_with_title\":\"Remove {{title}} from
saved\",\"sign_up_to_save\":\"Sign up to save this
title\"},\"listen_free_for_30_days\":\"Listen free for {{trialDuration}}
days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on
Everand\",\"load_more\":\"Load
more\",\"more\":\"More\",\"more_about_this_title\":\"More about this
title\",\"new_to_scribd\":\"New to
Scribd?\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new
window\",\"or\":\"or\",\"pause\":\"Pause\",\"play_preview\":\"Play
preview\",\"play_sample\":\"Play
sample\",\"preferred_language_set_to_language\":\"Preferred language set to
{{language}}\",\"progress\":
{\"listened\":\"listened\",\"read\":\"read\"},\"rating\":\"rating\",\"ratings\":\"r
atings\",\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}}
reads\",\"read_less\":\"Read less\",\"read_more\":\"Read more\",\"read_now\":\"Read
now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on
Scribd\",\"read_preview\":\"Read
preview\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from
Saved\",\"removed_from_saved\":\"Removed from
Saved\",\"removed_from_your_saved_list\":\"Removed from your saved
list.\",\"restart_subscription\":\"Restart
subscription\",\"resume_subscription\":\"Resume
subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for
later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send
email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share
with email, opens mail client\",\"facebook\":\"Share on
Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new
window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on
LinkedIn, opens a new window\",\"pinterest\":\"Share on
Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new
window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on
Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign
in\",\"sign_out\":\"Sign
out\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your
subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title
_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Un
do {{title}} removed from Saved\",\"uploaded_by\":\"Uploaded
by\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome
back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating
library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5,
2021\",\"million_ebooks\":\"1,000,000+
ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news
articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+
audiobooks\",\"title\":\"See why readers choose
Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count,
locale}} article\",\"articles_with_count_plural\":\"{{count, locale}}
articles\",\"hour_with_count\":\"{{count, locale}}
hour\",\"hour_with_count_plural\":\"{{count, locale}}
hours\",\"minute_with_count\":\"{{count, locale}}
minute\",\"minute_with_count_plural\":\"{{count, locale}}
minutes\",\"page_with_count\":\"{{count, locale}}
page\",\"page_with_count_plural\":\"{{count, locale}}
pages\",\"songs_with_count\":\"{{count, locale}}
song\",\"songs_with_count_plural\":\"{{count, locale}}
songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on
{{date}}\"},\"content_types\":{\"series\":\"Series\"},\"doc_download_modal\":
{\"change_your_payment_method\":\"Change your payment method in your account
settings.\",\"check_out_these\":\"Check out these other great
titles\",\"continue_reading_ad_free_or_upgrade\":\"Continue reading ad-free with
your trial or upgrade to a subscription to download hundreds of
documents.\",\"download_as\":\"Download as:\",\"download_document\":\"Download
document\",\"download_hundreds_of_documents\":\"Download hundreds of documents.
Read ad-free. Access to Scribd, Slideshare, and
Everand.\",\"download_iframe\":\"Download iframe\",\"download_started\":\"Your
download has
started\",\"enrolling_in_automatic_payments_annual_with_tax_html\":\"By clicking
the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\"
target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca
href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy
Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will
automatically continue your membership starting at the end of your free trial and
charge the membership fee (currently {{price}} + tax per year) to your payment
method until you cancel. You may cancel at any time to avoid future charges. To
cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\'
target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\
u003e.\",\"enrolling_in_automatic_payments_annual_without_tax_html\":\"By clicking
the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\"
target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca
href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy
Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will
automatically continue your membership starting at the end of your free trial and
charge the membership fee (currently {{price}}/year) to your payment method until
you cancel. You may cancel at any time to avoid future charges. To cancel, please
visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\
u003eCancel Instructions\\u003c/a\\
u003e.\",\"enrolling_in_automatic_payments_monthly_with_tax_html\":\"By clicking
the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\"
target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca
href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy
Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will
automatically continue your membership starting at the end of your free trial and
charge the membership fee (currently {{price}} + tax per month) to your payment
method until you cancel. You may cancel at any time to avoid future charges. To
cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\'
target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\
u003e.\",\"enrolling_in_automatic_payments_monthly_without_tax_html\":\"By clicking
the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\"
target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca
href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy
Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will
automatically continue your membership starting at the end of your free trial and
charge the membership fee (currently {{price}}/month) to your payment method until
you cancel. You may cancel at any time to avoid future charges. To cancel, please
visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\
u003eCancel Instructions\\u003c/a\\u003e.\",\"membership_paused_html\":\"Your
membership is currently paused until {{resumeMembershipDate}}. Would you like to
resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\
u003e?\",\"not_available\":\"This document is not available for
download\",\"subscribe\":\"Subscribe\",\"subscription_payment_processed\":\"Subscri
ption payment processed\",\"there_was_an_issue_processing_html\":\"There was an
issue processing your request. \\u003ca href=\\\"{{supportPath}}\\\"
target=\\\"_blank\\\"\\u003eContact customer service\\u003c/a\\u003e to
continue.\",\"there_was_an_issue_with_payment_html\":\"There was an issue with your
payment method. \\u003ca href=\\\"{{resubscribePath}}\\\"\\u003eUse another payment
method\\u003c/a\\u003e to continue.\",\"upgrade_your_trial\":\"Upgrade your
trial\",\"uploaded\":\"Uploaded By\",\"you_have_downloads_remaining\":\"You have
{{count}} download remaining in your free
trial.\",\"you_have_downloads_remaining_plural\":\"You have {{count}} downloads
remaining in your free trial.\",\"you_used_all_downloads\":\"You used all of the
downloads in your free trial.\",\"you_will_be_billed\":\"You will be billed
{{amount}} today\"},\"doc_page\":{\"download_document\":\"Download
document\",\"download_unavailable\":\"Download unavailable\"},\"doc_preview\":
{\"views\":\"{{formatted_views}} views\"},\"errors\":
{\"action_incomplete_heading\":\"Action
Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t
complete the action you requested at this time. We appreciate your patience as we
come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please
try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for
{{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30
days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":
{\"about\":\"About\",\"about_scribd\":\"About
Scribd\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts
here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie
Preferences\",\"copyright\":\"Copyright\",\"copyright_copy_current_year_scribd\":\"
Copyright \\u0026copy; {{currentYear}} Scribd
Inc.\",\"do_not_sell_share_info\":\"Do not sell or share my personal
information\",\"everand_books_audiobooks\":\"Everand: Ebooks \\u0026
Audiobooks\",\"footer_menu\":\"Footer
menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"invite_friends\":\"Invite
friends\",\"join_our_team_exclamation\":\"Join our
team!\",\"legal\":\"Legal\",\"our_blog\":\"Our
blog\",\"press\":\"Press\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"
purchase_help\":\"Purchase
help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-
_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-
_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-
_get_it_on_kindle_fire\":\"Scribd for Kindle
Fire\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\"},\"get_app
_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try
again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an
email\",\"enter_your_email\":\"Enter your
email\",\"enter_your_phone_or_email\":\"Enter your phone or
email\",\"get_the_app_to_read\":\"Get the app to read anytime,
anywhere.\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen
anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please
check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the
app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please
enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid
phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a
valid phone number or email\",\"read_offline_with_app\":\"Read offline with the
app\",\"send\":\"Send\"},\"listen_button\":{\"listen_continue\":\"Continue
listening\",\"listen_start\":\"Start listening\"},\"lists\":
{\"curated_by\":\"Curated by\",\"view_total_titles\":\"View {{count}}
title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":
{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":
{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete
your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\",
active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":
{\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":
{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with
{{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with
limited access\",\"or\":\"or\"}},\"navigation\":{\"open_menu\":\"Open navigation
menu\",\"sidebar\":{\"selected\":\",
selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/
month\"},\"plan_type\":{\"plus_annual\":\"Plus Annual\",\"plus_monthly\":\"Plus
Monthly\",\"standard_annual\":\"Standard Annual\",\"standard_monthly\":\"Standard
Monthly\"},\"plans\":{\"moving_to_plus\":\"Moving to Plus on
{{date}}\",\"next_unlock_available\":\"Your next unlock will be available on
{{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks
available\",\"num_unlocks_available\":\"{{count}} unlock
available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks
available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available.
Unlocks renew monthly on {{refresh_date}} and do not carry
over.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks
available. Unlocks renew monthly on {{refresh_date}} and do not carry
over.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this
title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next
unlock on {{refresh_date}}.\",\"resume_and_upgrade\":\"Resume and upgrade to Plus
to unlock this title.\",\"switch_back_to_plus_to_get_your_next_unlock\":\"Switch
back to Plus to get your next unlock on
{{renew_date}}.\",\"unlimited\":\"Unlimited\",\"unlock_title\":\"Unlock
title\",\"unlocked\":\"Unlocked\",\"unlocks_available_expire_on_date_html\":\"{{cou
nt}} unlock available. Unused unlocks expire on
{{expire_date}}.\",\"unlocks_available_expire_on_date_html_plural\":\"{{count}}
unlocks available. Unused unlocks expire on
{{expire_date}}.\",\"unused_unlocks_expire_on_date\":\"Unused unlocks expire on
{{expire_date}}.\",\"upgrade_to_unlock\":\"Upgrade to Plus to
unlock\",\"youve_unlocked_this_title\":\"You’ve unlocked this
title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play
sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":
{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }}
episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast
episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast
episodes\"},\"promos\":{\"annual_offer\":{\"annual\":\"Premium
Annual\",\"monthly\":\"Premium Monthly\",\"youre_all_set_html\":\"You\'re all set!
You’ve updated your plan. \\u003ca href={{account_settings_url}}\\u003eView your
plan\\u003c/a\\u003e in your account.\"}},\"react\":{\"button_menu\":
{\"close_menu\":\"Close menu\"},\"modals\":{\"delete_item_in_list\":
{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"do_not_ask_me_again\":\"Do not ask
me again\",\"removing_from_saved_will_also_delete\":\"Removing from Saved will also
delete the title from your lists.\",\"this_title_is_also_in_a\":\"This title is
also in a list.\"}},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove
title\",\"failed_to_save_title\":\"Failed to save
title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from
Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For
Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":
{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on
Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_coll
ection_url\":\"I’m reading {{props_document_collection_name}} on Scribd:
{{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd
\":\"Read {{props_document_collection_name}} on
Scribd\",\"share_on_facebook\":\"Share on
Facebook\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new
window\",\"share_on_linkedin\":\"Share on
LinkedIn\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new
window\",\"share_on_twitter\":\"Share on
Twitter\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new
window\",\"share_with_email\":\"Share with
Email\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail
client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":
{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your
{{progress_device_name}}\"}},\"renew_upgrade_modal\":
{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first
in order to upgrade to Plus to unlock this
title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this
title\",\"renew_subscription\":\"Renew
subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":
{\"save\":\"Save\",\"saved\":\"Saved\"},\"skip_link\":{\"skip_content\":\"Skip
content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on
Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on
Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on
Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on
Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear
rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at
all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that
much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved
it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"no_ratings\":\"0
ratings\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of
5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out
of 5
stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",
\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star
rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":
{\"all_categories\":\"All categories\",\"related_authors\":\"Related
authors\",\"view_all_categories_in_category\":\"View all categories in
{{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View
More\"},\"time_remaining\":{\"hours\":\"{{count}} hr
left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min
left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page
left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":
{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":
{\"first_days_free\":\"Your first {{trialDuration}} days are
free.\",\"read_free_days\":\"Read free for {{trialDuration}}
days\",\"start_trial_days\":\"Start your free {{trialDuration}}
days\",\"upload_for_free_days\":\"Unlock full access (pages {{startPage}}-
{{endPage}}) by uploading documents or with a {{trialDuration}} day free
trial\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"SlideShare, a Scribd
company\"},\"checkout\":{\"hero_banner_title\":\"Your SlideShare
presentation\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access
to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts
and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To
enjoy SlideShare ad-free, sign up for a free {{trialDuration}}-day Scribd
trial\",\"already_have_scribd_account\":\"Already have a Scribd
account?\",\"create_account\":\"Create a Scribd account to
continue\",\"get_instant_access\":\"Get instant access to millions of documents,
ebooks, audiobooks, magazines, podcasts, and more. All in one
subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to
access SlideShare and Scribd.\",\"to_continue_reading\":\"To continue reading on
SlideShare, sign up for a {{trialDuration}} day free Scribd
trial\",\"trial_duration\":\"To download on SlideShare, sign up for a
{{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with
your Scribd account to continue\"}},\"subscribe_now\":{\"modal\":
{\"continue_to_scribd\":\"Continue to
Scribd\",\"looking_for_our_ebooks_audiobooks\":\"Looking for our ebooks and
audiobooks?\",\"scribd_recently_launched_everand\":\"Scribd recently launched \\
u003cem\\u003eEverand\\u003c/em\\u003e as your new
home for ebooks, audiobooks, magazines, sheet music, and podcasts. Scribd is still
your home for community-uploaded documents.\",\"visit_everand\":\"Visit
Everand\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"unified_checkout\":
{\"cart_info\":{\"starting_date\":\"Starting {{date}}\"},\"change_plans\":
{\"upgrade_to_plus\":\"Upgrade to Plus\"},\"payment_options\":
{\"current_card\":\"Current card on file\"}},\"webpack\":{\"doc_page\":{\"src\":
{\"App\":{\"Page\":{\"BetweenPageInterstitial\":{\"BetweenPageInterstitial\":
{\"continue_for_free\":\"Continue for Free\",\"you_re_reading_a_preview\":\"You\'re
reading a preview\"}},\"BetweenPageUserRating\":{\"BetweenPageUserRating\":
{\"dismiss_user_rating_prompt\":\"Dismiss user rating
prompt\",\"improve_your_experience\":\"Improve Your
Experience\",\"rating_will_help_us_to_suggest\":\"Rating will help us to suggest
even better related documents to all of our readers!\"}},\"BlurPromo\":
{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read
and download full documents.\",\"cancel_anytime\":\"Cancel
anytime\",\"continue_for_free\":\"Continue for
Free\",\"continue_reading_with_trial\":\"Continue Reading with
Trial\",\"or\":\"Or\",\"update_payment\":\"Update
Payment\",\"update_payment_for_full_access\":\"Update payment for full
access.\",\"upload_to_download\":\"Upload to
Download\",\"upload_your_documents_to_download\":\"Upload your documents to
download.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this
document\"},\"Document\":{\"mappings\":{\"thank_you_for_your_rating\":\"Thank you
for your rating!\"}},\"FixedViewportBottomComponents\":{\"CollapseButton\":
{\"CollapseButton\":{\"click_to_collapse_related_titles\":\"Click to collapse
Related Titles\",\"click_to_expand_related_titles\":\"Click to expand Related
Titles\"}},\"ViewInStorePromo\":{\"ViewInStorePromo\":{\"get_our_free_app\":\"Get
our free app\",\"get_scribd_for_your_mobile_device\":\"Get Scribd for your mobile
device.\"}}},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title\":\"Original
Title:\",\"original_title_no_colon\":\"Original Title\"}}},\"StaticPromoStudy\":
{\"StaticPromoStudy\":{\"anytime_anywhere_any_device\":\"Anytime. Anywhere. Any
device.\",\"cancel_anytime\":\"Cancel
Anytime\",\"everything_you_want_to_read\":\"Everything you want to
read.\",\"no_commitment_cancel_anytime\":\"No Commitment. Cancel
anytime.\",\"read_for_free\":\"Read For Free\",\"reward_your_curiosity\":\"Reward
Your Curiosity\"}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to
Page\"}},\"TruncatePromo\":{\"TruncatePromo\":
{\"continue_reading_with_trial\":\"Continue Reading with Trial\"},\"helpers\":
{\"constants\":{\"unlock_the_full_document_with_a\":\"Unlock the full document with
a free trial!\"}}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":
{\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\"
(page {{annotation_page}})\\\\nRead more:\"}},\"NoteEditor\":{\"NoteEditor\":
{\"add_note\":\"Add Note\",\"cancel\":\"Cancel\",\"delete_note\":\"Delete
note\",\"note\":\"Note\",\"note_note_group_notes_indexof_active_note_id_1_of_note_g
roup_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of
{{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a
note…\"}}},\"modals\":{\"Description\":{\"Description\":
{\"document_information\":\"Document Information\"}},\"LanguagePicker\":
{\"LanguagePicker\":{\"cancel\":\"Cancel\",\"language_options\":\"Language
Options\",\"save\":\"Save\",\"select_your_preferred_language\":\"Select your
preferred language\",\"we_ll_translate_site_navigation_and_tailor\":\"We’ll
translate site navigation and tailor your personal recommendations where possible
to match your preferred language
selection.\",\"we_ll_translate_site_navigation_to_match\":\"We’ll translate site
navigation to match your preferred language
selection.\"}},\"LockShockRoadblockModal\":{\"LockShockRoadblockModal\":
{\"later\":\"Later\",\"problem_with_your_last_payment\":\"Problem with your last
payment\",\"update_payment\":\"Update Payment\",\"update_payment_method\":\"Update
Payment Method\",\"your_membership_is_on_hold_please\":\"Your membership is on hold
because of a problem with your last payment.\"}},\"ShareQuote\":{\"ShareQuote\":
{\"loved_this_quote_i_read_on\":\"Loved this quote I read on
@Scribd\",\"page_page\":\"(page {{page}})\",\"share_quote\":\"Share
Quote\"}}}}},\"body\":{\"sidebar\":{\"date_uploaded\":\"Date
uploaded\",\"on_created_at\":\"on {{created_at}}\"},\"toolbar\":
{\"search_inside_document\":\"Search inside document\"}},\"shared\":{\"actions\":
{\"modals\":
{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unab
le to unpause account. Please try again\"}},\"base_page\":
{\"an_error_occurred_please_try_again\":\"An error occurred please try
again\"},\"carousels\":{\"recommender_carousel\":{\"skip_carousel\":\"Skip
carousel\"}},\"components\":{\"flashes\":{\"Flash\":{\"Flash\":
{\"information\":\"information\"}}},\"modals\":{\"Download\":{\"Receipt\":
{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by
{{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":
{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":
{\"subscribe_to_continue_reading\":\"Subscribe to Continue
Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script>!function(){"use
strict";var
e={at:"at",be:"be",bg:"bg",hr:"hr",cy:"cy",cz:"cz",dk:"dk",ee:"ee",fi:"fi",de:"de",
gr:"gr",hu:"hu",ie:"ie",it:"it",lv:"lv",lt:"lt",lu:"lu",mt:"mt",nl:"nl",pl:"pl",pt:
"pt",ro:"ro",es:"es",se:"se",si:"si",sk:"sk",tr:"tr",gb:"gb",br:"br"},n={de:"Konfig
uriere deine Datenschutzeinstellungen",en:"Control your privacy
preferences",es:"Controla tus preferencias de privacidad",fr:"Contr\xf4lez vos pr\
xe9f\xe9rences de confidentialit\xe9",id:"Kontrol preferensi privasi
Anda",it:"Gestisci le preferenze sulla privacy",pt:"Controle suas prefer\xeancias
de privacidade",ro:"Controla\u021bi-v\u0103 preferin\u021bele de confiden\
u021bialitate",ru:"\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\
u0439\u0442\u0435 \u0441\u0432\u043e\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\
u0439\u043a\u0438 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\
u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438"},o={DIALOG:"customOptInDialog",TITLE:"customOptInTitle"},t=()=>{var
e,n,o=null===(e=window.Osano)||void 0===e||null===(n=e.cm)||void 0===n?void
0:n.jurisdiction;return null===o||void 0===o?void 0:o.substring(0,2)};function r(e)
{var t,r;if(e){var i=null===(t=window.Osano)||void 0===t||null===(r=t.cm)||void
0===r?void 0:r.locale;e.classList.add(o.DIALOG);var
a=document.createElement("h2");a.textContent=n[i]||
n.en,a.className=o.TITLE,e.querySelector(".osano-cm-content").prepend(a);for(var
l=e.querySelectorAll(".osano-cm-toggle input[type=checkbox]"),s=0;s<l.length;s++)
{var c=l[s];c.checked||c.click()}}}!function(){var e;(e=window).Osano||
(e.Osano=function(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o+
+)n[o]=arguments[o];return
window.Osano.data.push(n)}),window.Osano.data=window.Osano.data||[]}
(),window.Osano("onInitialized",(()=>{var n=document.querySelector(".osano-cm-
dialog");!function(e){var n=e.querySelector(".osano-cm-
message");n.textContent=n.textContent.replace(/[A-Za-z]+\.messaging\.closeButton/
i,"")}(n),function(){var n=arguments.length>0&&void 0!==arguments[0]?
arguments[0]:t();return Boolean(e[n])}(t())&&r(n)}))}();
</script><script type="text/javascript"
src="https://cmp.osano.com/AzZdHGSGtpxCq1Cpt/4e10b135-d113-4574-a477-270ace40bba7/
osano.js?language=en"></script><iframe name="__gppLocator" style="display:
none;"></iframe><iframe name="__tcfapiLocator" style="display:
none;"></iframe><iframe name="__uspapiLocator" style="display:
none;"></iframe><script>(()=>{"use strict";var e={},t={};function r(n){var
a=t[n];if(void 0!==a)return a.exports;var o=t[n]={id:n,loaded:!1,exports:{}};return
e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.m=e,(()=>{var
e=[];r.O=(t,n,a,o)=>{if(!n){var d=1/0;for(f=0;f<e.length;f++)
{for(var[n,a,o]=e[f],i=!0,c=0;c<n.length;c++)(!1&o||
d>=o)&&Object.keys(r.O).every((e=>r.O[e](n[c])))?n.splice(c--,1):(i=!
1,o<d&&(d=o));if(i){e.splice(f--,1);var l=a();void 0!==l&&(t=l)}}return t}o=o||
0;for(var f=e.length;f>0&&e[f-1][2]>o;f--)e[f]=e[f-1];e[f]=[n,a,o]}})
(),r.F={},r.E=e=>{Object.keys(r.F).map((t=>{r.F[t](e)}))},r.n=e=>{var
t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},(()=>{var
e,t=Object.getPrototypeOf?
e=>Object.getPrototypeOf(e):e=>e.__proto__;r.t=function(n,a)
{if(1&a&&(n=this(n)),8&a)return n;if("object"===typeof n&&n)
{if(4&a&&n.__esModule)return n;if(16&a&&"function"===typeof n.then)return n}var
o=Object.create(null);r.r(o);var d={};e=e||[null,t({}),t([]),t(t)];for(var
i=2&a&&n;"object"==typeof i&&!
~e.indexOf(i);i=t(i))Object.getOwnPropertyNames(i).forEach((e=>d[e]=()=>n[e]));retu
rn d.default=()=>n,r.d(o,d),o}})(),r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!
r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!
0,get:t[n]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((t,n)=>(r.f[n]
(e,t),t)),
[])),r.u=e=>e+"."+{42:"8776de",58:"56ab5e",152:"cb9346",196:"0f7350",205:"18ff45",2
08:"5aacc4",214:"cbbb4a",216:"8c42c3",300:"f7ae36",317:"63e3a0",334:"45e634",357:"f
404e8",392:"c5ce8c",450:"69e4b6",479:"4cd938",506:"f01932",623:"071ccf",713:"2c5dd2
",714:"1be129",772:"6c02e8",806:"039c5c",978:"86e88e"}[e]
+".js",r.miniCssF=e=>e+"."+{58:"0fe9ac046914c163cb2b",152:"bacfff3a6764ee1b5609",20
8:"da03584a02d39ae073dd",214:"bbd40a004f1dc8fa87ba",216:"709a55302a4241b04a7e",300:
"aca10ef1c0f6b1e4f3a4",334:"af94854c25c6945f7613",357:"11ed23ee69a539482499",392:"c
d04bafa7e57d983c490",450:"b699b245bb522bfeac1b",506:"31aa7e20b78c33c5c2a5",713:"623
ce2d990513b5dd4be",714:"9d396d7ce771fe203df6",772:"6ea6b08e3cdfb151dc48",978:"17269
c6dfe59f9b1026c"}[e]+".css",r.g=function(){if("object"===typeof globalThis)return
globalThis;try{return this||new Function("return this")()}catch(e)
{if("object"===typeof window)return window}}
(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var
e={},t="@scribd/app-docpage:";r.l=(n,a,o,d)=>{if(e[n])e[n].push(a);else{var
i,c;if(void 0!==o)for(var
l=document.getElementsByTagName("script"),f=0;f<l.length;f++){var
u=l[f];if(u.getAttribute("src")==n||u.getAttribute("data-webpack")==t+o)
{i=u;break}}i||(c=!0,(i=document.createElement("script")).charset="utf-
8",i.timeout=120,r.nc&&i.setAttribute("nonce",r.nc),i.setAttribute("data-
webpack",t+o),i.src=n),e[n]=[a];var
s=(t,r)=>{i.onerror=i.onload=null,clearTimeout(p);var a=e[n];if(delete
e[n],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach((e=>e(r))),t)return
t(r)},p=setTimeout(s.bind(null,void 0,
{type:"timeout",target:i}),12e4);i.onerror=s.bind(null,i.onerror),i.onload=s.bind(n
ull,i.onload),c&&document.head.appendChild(i)}}})(),r.r=e=>{"undefined"!==typeof
Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,
{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!
0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="",
(()=>{if("undefined"!==typeof document){var e=e=>new Promise(((t,n)=>{var
a=r.miniCssF(e),o=r.p+a;if(((e,t)=>{for(var
r=document.getElementsByTagName("link"),n=0;n<r.length;n++){var
a=(d=r[n]).getAttribute("data-href")||
d.getAttribute("href");if("stylesheet"===d.rel&&(a===e||a===t))return d}var
o=document.getElementsByTagName("style");for(n=0;n<o.length;n++){var
d;if((a=(d=o[n]).getAttribute("data-href"))===e||a===t)return d}})(a,o))return t();
((e,t,n,a,o)=>{var
d=document.createElement("link");d.rel="stylesheet",d.type="text/css",r.nc&&(d.nonc
e=r.nc),d.onerror=d.onload=r=>{if(d.onerror=d.onload=null,"load"===r.type)a();else{
var n=r&&r.type,i=r&&r.target&&r.target.href||t,c=new Error("Loading CSS chunk
"+e+" failed.\n("+n+":
"+i+")");c.name="ChunkLoadError",c.code="CSS_CHUNK_LOAD_FAILED",c.type=n,c.request=
i,d.parentNode&&d.parentNode.removeChild(d),o(c)}},d.href=t,n?
n.parentNode.insertBefore(d,n.nextSibling):document.head.appendChild(d)})
(e,o,null,t,n)})),t={121:0};r.f.miniCss=(r,n)=>{t[r]?n.push(t[r]):0!
==t[r]&&{58:1,152:1,208:1,214:1,216:1,300:1,334:1,357:1,392:1,450:1,506:1,713:1,714
:1,772:1,978:1}[r]&&n.push(t[r]=e(r).then((()=>{t[r]=0}),(e=>{throw delete
t[r],e})))},r.F.miniCss=e=>{if((!r.o(t,e)||void 0===t[e])&&!/^(121|196|205|317|42|
479|623|806)$/.test(e)){t[e]=null;var
n=document.createElement("link");r.nc&&n.setAttribute("nonce",r.nc),n.rel="prefetch
",n.as="style",n.href=r.p+r.miniCssF(e),document.head.appendChild(n)}}}})(),
(()=>{var e={121:0};r.f.j=(t,n)=>{var a=r.o(e,t)?e[t]:void 0;if(0!
==a)if(a)n.push(a[2]);else if(121!=t){var o=new
Promise(((r,n)=>a=e[t]=[r,n]));n.push(a[2]=o);var d=r.p+r.u(t),i=new Error;r.l(d,
(n=>{if(r.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var
o=n&&("load"===n.type?"missing":n.type),d=n&&n.target&&n.target.src;i.message="Load
ing chunk "+t+" failed.\n("+o+":
"+d+")",i.name="ChunkLoadError",i.type=o,i.request=d,a[1](i)}}),"chunk-"+t,t)}else
e[t]=0},r.F.j=t=>{if((!r.o(e,t)||void 0===e[t])&&121!=t){e[t]=null;var
n=document.createElement("link");r.nc&&n.setAttribute("nonce",r.nc),n.rel="prefetch
",n.as="script",n.href=r.p+r.u(t),document.head.appendChild(n)}},r.O.j=t=>0===e[t];
var t=(t,n)=>{var a,o,[d,i,c]=n,l=0;if(d.some((t=>0!==e[t]))){for(a in
i)r.o(i,a)&&(r.m[a]=i[a]);if(c)var f=c(r)}for(t&&t(n);l<d.length;l+
+)o=d[l],r.o(e,o)&&e[o]&&e[o][0](),e[o]=0;return
r.O(f)},n=self.webpackChunk_scribd_app_docpage=self.webpackChunk_scribd_app_docpage
||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),r.nc=void 0})
();
//# sourceMappingURL=https://www.scribd.com/webpack/doc_page/runtime.12e439.js.map
</script><script type="text/javascript" id="" charset="">(function(a,c,e,k,b)
{a[b]=a[b]||[];a[b].push({projectId:"10000",properties:{pixelId:"10143699"}});var
d=c.createElement(e);d.src=k;d.async=!0;d.onload=d.onreadystatechange=function()
{var f=this.readyState,l=a[b];if(!f||"complete"==f||"loaded"==f)try{var
g=YAHOO.ywa.I13N.fireBeacon;a[b]=[];a[b].push=function(h){g([h])};g(l)}catch(h)
{}};c=c.getElementsByTagName(e)[0];e=c.parentNode;e.insertBefore(d,c)})
(window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");</script> <script
id="" text="" charset="utf-8" type="text/javascript" src="//b-code.liadm.com/a-
05td.min.js"></script><script type="text/javascript" id=""
charset="">(function(a,b){var d="pdst-capture",e="script";if(!b.getElementById(d))
{a.pdst=a.pdst||function(){(a.pdst.q=a.pdst.q||[]).push(arguments)};var
c=b.createElement(e);c.id=d;c.async=1;c.src="https://cdn.pdst.fm/ping.min.js";b=b.g
etElementsByTagName(e)[0];b.parentNode.insertBefore(c,b)}a.pdst("conf",
{key:"af7e1771b9d3403b86dcfcd2abc27efa"});a.pdst("view")})(window,document);</
script><script type="text/javascript" id="" charset="">(function(g,e,a,f,b,c,d)
{b.ire_o=a;b[a]=b[a]||function(){(b[a].a=b[a].a||
[]).push(arguments)};c=f.createElement(e);d=f.getElementsByTagName(e)
[0];c.async=1;c.src=g;d.parentNode.insertBefore(c,d)})("https://utt.impactcdn.com/
A3071581-5350-42cd-80be-79cdd173e0991.js","script","ire",document,window);</script>
<script type="text/javascript" id="" charset="">!function(d,g,e)
{d.TiktokAnalyticsObject=e;var a=d[e]=d[e]||[];a.methods="page track identify
instances debug on off once ready alias group enableCookie disableCookie".split("
");a.setAndDefer=function(b,c){b[c]=function()
{b.push([c].concat(Array.prototype.slice.call(arguments,0)))}};for(d=0;d<a.methods.
length;d++)a.setAndDefer(a,a.methods[d]);a.instance=function(b){b=a._i[b]||
[];for(var c=0;c<a.methods.length;c++)a.setAndDefer(b,a.methods[c]);return
b};a.load=function(b,c){var f="https://analytics.tiktok.com/i18n/pixel/events.js";
a._i=a._i||{};a._i[b]=[];a._i[b]._u=f;a._t=a._t||{};a._t[b]=+new Date;a._o=a._o||
{};a._o[b]=c||{};c=document.createElement("script");c.type="text/
javascript";c.async=!0;c.src=f+"?sdkid\x3d"+b+"\x26lib\
x3d"+e;b=document.getElementsByTagName("script")
[0];b.parentNode.insertBefore(c,b)};a.load("C8LT3611P6OF1JAH7LT0");a.page()}
(window,document,"ttq");</script>
<script type="text/javascript" id="" charset="">(function(a)
{a=document.createElement("script");a.src="https://survey.survicate.com/
workspaces/7de87bc73aff1974945059e230fb953d/web_surveys.js";a.async=!0;var
b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})
(window);(function(a){a.traits={userId:"831271572"}})(window._sva=window._sva||
{});</script>
<script type="module" defer=""
src="https://s-f.scribdassets.com/webpack/doc_page/432.4b554b.js"></script><script
type="module" defer=""
src="https://s-f.scribdassets.com/webpack/doc_page/app.43efc7.js"></script><script
type="application/javascript">window.Scribd.publicPath = "https://s-
f.scribdassets.com/webpack/doc_page/";</script><iframe height="0" width="0"
style="display: none; visibility: hidden;"></iframe><script
type="application/javascript">function prefetchResource(u){var x = new
XMLHttpRequest();x.open("GET", u, true);x.send()};</script><script
type="text/javascript" id="" charset="">ire("identify",
{customerId:"",customerEmail:""});</script>
<iframe height="0" width="0" aria-hidden="true" alt="" style="pointer-events: none;
height: 0px; width: 0px; position: absolute; padding: 0px; margin: 0px; border:
0px; visibility: hidden;"></iframe><img class="ywa-10000"
src="https://sp.analytics.yahoo.com/sp.pl?a=10000&amp;d=Wed%2C%2005%20Feb
%202025%2015%3A15%3A09%20GMT&amp;n=-7&amp;b=Aim%20Bot%20%7C%20PDF%20%7C%20Printing
%20%7C%20Human%20Communication&amp;.yp=10143699&amp;f=https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fwww.scribd.com
%2Fdocument%2F671096915%2FAimBot&amp;e=https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fwww.scribd.com%2Fdocument
%2F707903531%2FBeta-Aimlock&amp;enc=UTF-8&amp;gdpr=0&amp;us_privacy=1---
&amp;gpp=DBACOe~CQL4_0AQL4_0AEXikAENA0EwAP_gAEPgACpoGpQCgAGgAcABoAEUAJgAUABHALhAXmA
1IC84A4AHAAaABFACYAFAARwC8wAA~BQL4_0AQL4_0AEXikAENA0CgAf_AAIfAAAalAKAAaABwAGgARQAmA
BQAEcAuEBeYDUgLzgDgAcABoAEUAJgAUABHALzA~1---&amp;yv=1.16.5&amp;tagmgr=gtm" alt="dot
image pixel" style="display: none;"><script
src="https://a.pub.network/scribd-com/pubfig.min.js" async=""></script><iframe
allow="join-ad-interest-group" data-tagging-id="AW-991817613" data-load-
time="1738768510137" height="0" width="0"
src="https://td.doubleclick.net/td/rul/991817613?
random=1738768510135&amp;cv=11&amp;fst=1738768510135&amp;fmt=3&amp;bg=ffffff&amp;gu
id=ON&amp;async=1&amp;gtm=45be5230v9178425511z878386455za201zb9101042369&amp;gcd=13
l3l3l3l5l1&amp;dma=0&amp;tcfd=10000&amp;tag_exp=102067808~102081485~102123608~10248
2432~102539968~102556566~102558064&amp;u_w=1280&amp;u_h=800&amp;url=https%3A%2F
%2Fwww.scribd.com%2Fdocument%2F671096915%2FAimBot&amp;ref=https%3A%2F
%2Fwww.scribd.com%2Fdocument%2F707903531%2FBeta-
Aimlock&amp;hn=www.googleadservices.com&amp;frm=0&amp;tiba=Aim%20Bot%20%7C%20PDF
%20%7C%20Printing%20%7C%20Human%20Communication&amp;npa=0&amp;us_privacy=1---
&amp;pscdl=noapi&amp;auid=1674923014.1737972942&amp;uaa=x86&amp;uab=64&amp;uafvl=Go
ogle%2520Chrome%3B131.0.6778.210%7CChromium%3B131.0.6778.210%7CNot_A%2520Brand
%3B24.0.0.0&amp;uamb=0&amp;uam=&amp;uap=Windows&amp;uapv=19.0.0&amp;uaw=0&amp;fledg
e=1" style="display: none; visibility: hidden;"></iframe><div
id="batBeacon450809136546" style="width: 0px; height: 0px; display: none;
visibility: hidden;" bis_skin_checked="1"><img id="batBeacon314614798988" width="0"
height="0" alt="" src="https://bat.bing.com/action/0?
ti=15260218&amp;tm=gtm002&amp;Ver=2&amp;mid=46ea62f1-6564-4aa7-8135-
025a4026845e&amp;bo=1&amp;sid=b3d367d0e39511efbf9dcd6721bb151c&amp;vid=aff03670dc97
11efa8cefd54f0bd7b25&amp;vids=0&amp;msclkid=N&amp;uach=pv
%3D19.0.0&amp;pi=918639831&amp;lg=vi&amp;sw=1280&amp;sh=800&amp;sc=24&amp;tl=Aim
%20Bot%20%7C%20PDF%20%7C%20Printing%20%7C%20Human%20Communication&amp;p=https%3A%2F
%2Fwww.scribd.com%2Fdocument%2F671096915%2FAimBot&amp;r=https%3A%2F
%2Fwww.scribd.com%2Fdocument%2F707903531%2FBeta-
Aimlock&amp;lt=1021&amp;evt=pageLoad&amp;sv=1&amp;cdb=AQAU&amp;rn=171032"
style="width: 0px; height: 0px; display: none; visibility: hidden;"></div><iframe
marginwidth="0" marginheight="0" scrolling="no" frameborder="0" id="1657d76e9c0094"
width="0" height="0" src="about:blank" name="__pb_locator__" style="display: none;
height: 0px; width: 0px; border: 0px;"></iframe><iframe
src="https://www.google.com/recaptcha/api2/aframe" width="0" height="0"
style="display: none;"
bis_size="{&quot;x&quot;:0,&quot;y&quot;:1500,&quot;w&quot;:0,&quot;h&quot;:0,&quot
;abs_x&quot;:0,&quot;abs_y&quot;:1500}"></iframe><iframe
name="__privateStripeMetricsController8630" frameborder="0"
allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
src="https://js.stripe.com/v3/m-outer-
3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fwww.scribd.com%2Fdocument
%2F671096915%2FAimBot&amp;title=Aim%20Bot%20%7C%20PDF%20%7C%20Printing%20%7C
%20Human%20Communication&amp;referrer=https%3A%2F%2Ffanyv88.com%3A443%2Fhttps%2Fwww.scribd.com%2Fdocument
%2F707903531%2FBeta-Aimlock&amp;muid=5e0dae46-cc45-4492-babb-
c19eca9618fd9acd17&amp;sid=cd829a26-6431-4522-ac8c-
f6abe25d91599c8086&amp;version=6&amp;preview=false" aria-hidden="true" tabindex="-
1" style="border: none !important; margin: 0px !important; padding: 0px !important;
width: 1px !important; min-width: 100% !important; overflow: hidden !important;
display: block !important; visibility: hidden !important; position: fixed !
important; height: 1px !important; pointer-events: none !important; user-select:
none !important;"></iframe></body>

You might also like