8 videos 📅 2022-10-26 09:00:00 Africa/Blantyre
1:21
2022-10-26 10:40:47
48:29
2022-10-26 11:22:27
1:32
2022-10-26 14:03:58
22:02
2022-10-26 14:09:12
18:32
2022-10-26 14:38:39
1:26:59
2022-10-27 09:43:27
2:08:07
2022-10-27 13:00:05
5:19
2022-10-28 09:57:45

Visit the Certified Kubernetes Administrator Exam Preparation course recordings page

United Arab Emirates - Certified Kubernetes Administrator (CKA) - exam preparation

                WEBVTT

00:00:10.060 --> 00:00:29.760
If you have any questions or comments, please feel free to ask them in the comments section below.

00:00:30.000 --> 00:00:45.220
If you have any questions or comments, please feel free to ask them in the comments section below.

00:01:29.340 --> 00:01:29.760
If you have any questions or comments, please feel free to ask them in the comments section below.

00:01:57.180 --> 00:01:59.980
If you have any questions or comments, please feel free to ask them in the comments section below.

00:02:28.880 --> 00:02:29.740
If you have any questions, please feel free to ask them in the comments section below.

00:02:57.180 --> 00:02:59.980
If you have any questions or comments, please feel free to ask them in the comments section below.

00:03:06.100 --> 00:03:07.440
Okay.

00:03:08.680 --> 00:03:10.020
Okay.

00:03:10.560 --> 00:03:11.240
Okay.

00:03:11.240 --> 00:03:13.140
Okay.

00:03:56.080 --> 00:03:57.480
Okay.

00:04:37.380 --> 00:04:38.380
Okay.

00:04:38.840 --> 00:04:39.340
Okay.

00:04:43.120 --> 00:04:43.160
Okay.

00:04:43.180 --> 00:04:43.200
Okay.

00:04:43.220 --> 00:04:43.240
Okay.

00:04:43.260 --> 00:04:43.280
Okay.

00:04:43.300 --> 00:04:43.320
Okay.

00:04:44.120 --> 00:04:45.300
Okay.

00:04:45.300 --> 00:04:45.900
Okay.

00:04:45.900 --> 00:04:46.960
Okay.

00:04:47.080 --> 00:04:47.880
Okay.

00:04:47.880 --> 00:04:48.020
Okay.

00:04:48.060 --> 00:04:48.080
Okay.

00:04:48.480 --> 00:04:49.020
Okay.

00:04:49.020 --> 00:04:50.260
Okay.

00:04:50.260 --> 00:04:50.300
Okay.

00:04:51.320 --> 00:04:51.700
Okay.

00:04:51.700 --> 00:04:51.780
Okay.

00:04:52.860 --> 00:04:54.260
Okay.

00:04:56.260 --> 00:04:57.660
Okay.

00:05:03.400 --> 00:05:04.800
Okay.

00:05:04.800 --> 00:05:08.700
Last three minutes please to complete this activity.

00:06:02.580 --> 00:06:04.580
Last three minutes please to complete this activity.

00:06:04.800 --> 00:06:16.860
Last three minutes please to complete this activity.

00:06:26.820 --> 00:06:30.140
Alright. It's time up for this activity.

00:06:30.860 --> 00:06:33.060
I hope it is clear.

00:06:36.140 --> 00:06:39.520
Let's go to the next topic that is about ingress.

00:06:40.240 --> 00:06:45.400
Okay. So please listen here carefully because you are going to try it.

00:06:45.680 --> 00:06:50.980
I will just explain what you are going to do and how it works and you are going to try it.

00:06:50.980 --> 00:06:54.500
Okay. So please carefully listen here.

00:06:54.500 --> 00:06:57.960
Simple example only. So you are going to create

00:06:59.660 --> 00:07:02.940
or you are going to deploy two applications.

00:07:04.380 --> 00:07:07.560
Let's say the name of the deployment is web one.

00:07:09.180 --> 00:07:11.720
And you are going to create some three parts.

00:07:13.180 --> 00:07:17.360
And you are going to create one more web two.

00:07:18.180 --> 00:07:20.520
Create a deployment replica set.

00:07:20.820 --> 00:07:27.640
Maybe you can have five parts and create a service for this

00:07:27.640 --> 00:07:32.360
web one and create a service for this

00:07:32.900 --> 00:07:36.340
web two. So you have two services.

00:07:36.440 --> 00:07:41.680
So what we are going to do we want to expose this web one

00:07:41.680 --> 00:07:46.660
and web two to the outside world instead of setting load balancer

00:07:46.660 --> 00:07:51.780
as a type. I want to expose these two services under one

00:07:51.780 --> 00:07:52.620
single IP.

00:07:55.520 --> 00:08:01.860
I am going to create one ingress and this ingress will have that

00:08:01.860 --> 00:08:06.200
public IP publication and accessible IP. Let's say

00:08:07.280 --> 00:08:11.000
and there is one request that comes here

00:08:11.000 --> 00:08:16.480
saying let's say www dot ABC dot com slash red and there is

00:08:16.480 --> 00:08:21.680
another request that is coming here slash blue. So here you are going to

00:08:21.680 --> 00:08:26.560
specify some rules and in the rule you are

00:08:26.560 --> 00:08:30.860
specifying that in the host in the path in the URL path

00:08:30.860 --> 00:08:36.040
if it is slash red then it that request corresponds to web one

00:08:36.040 --> 00:08:40.940
if it is slash blue. Yep. Is that a question? Okay. If it is slash blue then the

00:08:40.940 --> 00:08:46.020
response request corresponds to web two. So you are going to specify

00:08:46.020 --> 00:08:50.340
some rules. We will call it as an ingress specification.

00:08:50.620 --> 00:08:55.540
So as an web one team you will submit the specifications to the kubernetes

00:08:55.540 --> 00:08:59.120
service and say hey if it matches this URL path or some header

00:08:59.120 --> 00:09:04.480
information so there are many things that you can configure. So it is still going to be

00:09:04.480 --> 00:09:09.280
ABC dot com ABC dot com which means one single domain name but

00:09:09.280 --> 00:09:14.400
based on the URL route or some header information we are going to

00:09:14.400 --> 00:09:19.100
forward the request to one of the services. This is layer seven load

00:09:19.100 --> 00:09:24.120
balancing let's say service does therefore this is at the HTTP

00:09:25.160 --> 00:09:26.760
based load balancing.

00:09:29.040 --> 00:09:34.080
Okay. So this is what we are going to do now two services we are going to

00:09:34.080 --> 00:09:39.060
define and rule and we are going to hit the high P with different different addresses

00:09:39.060 --> 00:09:43.860
and we are going to see how we get responses from these two different services.

00:09:44.860 --> 00:09:48.960
Okay. So for this to work you

00:09:48.960 --> 00:09:53.980
are going to create one yaml file with kind as in so

00:09:53.980 --> 00:09:57.280
far we created part service deployment.

00:09:58.580 --> 00:10:04.020
Correct. So for the ingress we had to specify kind as an

00:10:04.020 --> 00:10:08.600
ingress and under the specification you are going to specify the rules

00:10:08.600 --> 00:10:14.040
if the part is red then the service corresponds to is web one

00:10:14.040 --> 00:10:18.640
if part is another rule first rule second rule part is

00:10:18.640 --> 00:10:23.680
blue then the service corresponds is web two so you are going to define

00:10:23.680 --> 00:10:29.040
one such yaml file and you will submit this yaml file to the cluster

00:10:29.040 --> 00:10:33.840
doing during you will do apply command and you are submitting it to the cluster.

00:10:35.000 --> 00:10:38.180
Okay. So if you submit it to your current cluster

00:10:38.840 --> 00:10:44.200
thing will happen once you have played you can do cubes it'll get ingress

00:10:45.440 --> 00:10:48.800
but nothing will happen. The reason behind is

00:10:48.800 --> 00:10:53.920
out of the box in the core cubers distribution we have

00:10:53.920 --> 00:10:58.860
one component called cube controller. So if you submit a part replica

00:10:58.860 --> 00:11:03.980
set a deployment in this cube controller component you have

00:11:03.980 --> 00:11:08.940
a controller for those cubers resources. That's the one that's acting on it if you submit an yaml

00:11:08.940 --> 00:11:14.080
file for a part a part is created because a cube controller has

00:11:14.080 --> 00:11:19.160
a part controller that acted on your yaml file but

00:11:19.160 --> 00:11:23.860
in this cube controller we don't have any controller logic to handle

00:11:24.980 --> 00:11:29.500
resources of type ingress. So this has all the

00:11:29.500 --> 00:11:33.560
all other resources like part set full set deployment

00:11:34.320 --> 00:11:39.100
all the controllers rolled up into one binary and we call it doesn't cube controller.

00:11:39.100 --> 00:11:44.180
So in this cube controller we don't have any controller to handle

00:11:44.180 --> 00:11:49.120
ingress types. So which means you need to install an

00:11:49.120 --> 00:11:54.420
ingress controller. You need to install one ingress controller in your cluster so that if you submit the cluster

00:11:54.420 --> 00:11:59.120
can pick up the configuration and they can do all required stuff for it to work.

00:12:01.000 --> 00:12:04.160
The reason why it ended up like this because

00:12:04.160 --> 00:12:08.820
there isn't any standard ingress controller that is available out there. There are software

00:12:08.820 --> 00:12:14.060
there are hardware based and different teams are using

00:12:14.060 --> 00:12:18.820
different ingress controllers for different purposes. For example we have nginx

00:12:18.820 --> 00:12:24.060
we have FTO counter we have

00:12:26.580 --> 00:12:28.020
ambassador glue

00:12:30.400 --> 00:12:34.020
terrific there are many many solution but the most popular is

00:12:34.020 --> 00:12:38.580
nginx ingress controller. Okay so

00:12:38.580 --> 00:12:43.840
the very very first step is you need to have

00:12:43.840 --> 00:12:48.900
an ingress controller up and running and then

00:12:48.900 --> 00:12:53.580
you need to submit your ingress specification. The moment when you submit

00:12:54.200 --> 00:12:58.640
ingress controller will act on it which means event can submit one colon

00:12:58.640 --> 00:13:03.640
can submit one. So what this controller will do is it will

00:13:03.640 --> 00:13:08.560
merge all of this configuration whatever he submitted he submitted and he have it

00:13:08.560 --> 00:13:13.640
will have it in one single configuration. So that when a request comes in the

00:13:14.980 --> 00:13:18.580
configuration will the rules that are there in the configuration will be matched

00:13:19.160 --> 00:13:23.380
and the respective service will be picked and then the request will be forwarded to

00:13:23.380 --> 00:13:25.000
the respective services.

00:13:27.580 --> 00:13:29.820
Okay so that's the whole idea

00:13:29.820 --> 00:13:34.980
so if you there are many chances that couple of folks

00:13:34.980 --> 00:13:40.100
will submit conflicting rules. Let's say he will submit red means

00:13:40.100 --> 00:13:44.980
service 3 he will he may submit red means

00:13:44.980 --> 00:13:49.800
service 10. So here it is an conflicting rule so

00:13:49.800 --> 00:13:54.400
what ingress is going to do if a request comes to slash red end point

00:13:54.400 --> 00:13:59.920
forward to S3 or S10. So if you submit a conflicting rule

00:13:59.920 --> 00:14:04.760
ingress will simply accept it. It won't whine about

00:14:04.760 --> 00:14:09.960
conflicts and so on. So it won't do anything and the behavior is also

00:14:09.960 --> 00:14:19.460
undocumented which means it can happen anything like maybe request all the

00:14:19.460 --> 00:14:24.520
some some error on the caller side

00:14:25.640 --> 00:14:29.460
right. So the result or the behavior is

00:14:30.860 --> 00:14:34.680
I mean that's something that's with the documentation itself so it can

00:14:34.680 --> 00:14:39.620
be anything so we don't we can't tell what's going to happen. So it's it's as much as

00:14:39.620 --> 00:14:44.440
possible we should avoid submitting it. So as a cluster administrator

00:14:44.440 --> 00:14:49.420
later we are going to talk about admission controller where we can have more control.

00:14:49.660 --> 00:14:54.620
So there and on that layer whenever a user submits we can actually

00:14:54.620 --> 00:14:59.560
reject that request straight away if already and same

00:14:59.560 --> 00:15:04.560
rule with the same configuration or with the same route

00:15:04.560 --> 00:15:08.680
path or any conflicting if already exists we can reject the request.

00:15:09.220 --> 00:15:13.680
So we are going to talk about that but for now if you don't have that control or admission controller

00:15:14.340 --> 00:15:18.920
the cluster will accept it. So in an one single cluster

00:15:20.360 --> 00:15:24.020
let's say in your organization some set of teams

00:15:24.020 --> 00:15:28.380
can use nginx ingress controller. Some set of teams can use

00:15:28.380 --> 00:15:33.320
some set of teams can use another ingress controller.

00:15:33.320 --> 00:15:37.880
So in one single one single cluster you can have many

00:15:37.880 --> 00:15:42.980
ingress controllers it shouldn't be only one across the cluster that is not the case.

00:15:42.980 --> 00:15:48.320
While submitting the ingress rule you need to specify that

00:15:49.660 --> 00:15:53.400
class name. Ingress class name let's say

00:15:53.400 --> 00:15:58.280
nginx or ambassador so which means if you submit it in your cluster if you have

00:15:58.280 --> 00:16:03.940
three nginx controllers running from different vendors then this will be processed only by nginx

00:16:03.940 --> 00:16:08.360
not by ambassador or not by glue. So with the annotation we will specify which

00:16:08.360 --> 00:16:13.140
ingress should work on this controller should work on this.

00:16:14.900 --> 00:16:18.740
So the core idea here is this is the one

00:16:18.740 --> 00:16:22.800
virtual hosting pattern in the kubernetes because

00:16:22.800 --> 00:16:27.040
this is an costly operation and this is

00:16:28.440 --> 00:16:32.900
this is not right. That's it. Any questions

00:16:32.900 --> 00:16:34.280
on the ingress.

00:16:38.000 --> 00:16:42.300
It can be a different namespace for example in the example that you are going to try

00:16:42.800 --> 00:16:47.800
you are going to try it in an cube system namespace. So generally all the

00:16:48.000 --> 00:16:51.540
system components you will have it in the cube system right.

00:16:51.740 --> 00:16:57.060
So it can be in the cube system and your application can be in any namespaces.

00:16:57.060 --> 00:17:01.060
It will work perfectly fine because it's a cluster level resource.

00:17:14.600 --> 00:17:15.880
You want to

00:17:15.880 --> 00:17:17.020
specify to which

00:17:17.020 --> 00:17:19.120
namespace you want.

00:17:22.080 --> 00:17:26.180
The ingress specification itself is namespace scoped only.

00:17:26.560 --> 00:17:31.760
So you are submitting the ingress right. So here you can specify which namespace it should correspond to.

00:17:32.120 --> 00:17:36.480
Controller is acting at a cluster level but whereas the ingress specification that you submit is all

00:17:36.480 --> 00:17:41.280
namespace scoped only. Welcome. Okay so this is the sample that you are going to try.

00:17:41.840 --> 00:17:45.880
It's already there in the documentation. Just give it a quick try so that you can

00:17:45.880 --> 00:17:50.800
get an idea. So I just included the link to give you a quick

00:17:51.500 --> 00:17:56.400
run through. You are in the mini cube and in the mini cube we don't have ingress controller

00:17:56.400 --> 00:18:01.460
but it is there as an add on. All you need to do is just

00:18:01.460 --> 00:18:05.380
enable that add on. Enable ingress. Once we enable

00:18:06.240 --> 00:18:10.400
ingress you can see this namespace ingress

00:18:10.400 --> 00:18:15.120
nginx namespace under which it will create the nginx

00:18:15.120 --> 00:18:20.380
ingress controllers. You will see one in running state. These two are just more of an

00:18:20.960 --> 00:18:25.460
initializer parts. You can ignore that. You will see one in running state. So first

00:18:25.460 --> 00:18:29.080
step is make sure your nginx ingress controller is running.

00:18:29.740 --> 00:18:34.260
After that you are going to deploy couple of deployments

00:18:34.260 --> 00:18:38.480
and two services. Correct. So first deployment called web

00:18:39.200 --> 00:18:43.920
and service for that. And then service can be any type. It can be cluster API or node port that doesn't

00:18:43.920 --> 00:18:49.020
matter but not load balancer. Right. And you can

00:18:49.020 --> 00:18:54.280
create an ingress ingress specification and you can specify

00:18:54.280 --> 00:18:59.460
the root. If the host name is hello world dot info. That is the

00:18:59.460 --> 00:19:04.280
root path. So for this to work maybe you can access your

00:19:06.420 --> 00:19:08.660
yeah it will follow. You can modify your

00:19:08.660 --> 00:19:14.120
host file and you can include the IP address of your

00:19:14.120 --> 00:19:19.400
ingress to map to the hello world dot info. Right. Or else you need to

00:19:19.400 --> 00:19:23.240
call the IP. If you want a domain name just in an etc host file just add an entry.

00:19:24.920 --> 00:19:28.420
So here if you look at the ingress if the request

00:19:29.620 --> 00:19:34.400
comes for a root path then it should go to

00:19:34.920 --> 00:19:39.360
a service with the name web. Just one root. I can apply that. You can do get

00:19:39.880 --> 00:19:44.520
ingress. You can you will get an

00:19:44.520 --> 00:19:48.900
address here if you hit it in the root folder it will go to the web service.

00:19:50.100 --> 00:19:54.460
And you can create a second deployment web to create a second service for the deployment

00:19:54.460 --> 00:19:59.660
and add one more role to the same ingress specification file. If the

00:19:59.660 --> 00:20:04.820
request is for slash we to go for web to service if you apply it

00:20:04.820 --> 00:20:09.520
and then if you call root path it will go to

00:20:10.580 --> 00:20:14.720
web one web publication. If you slash we do then it will go to web to

00:20:14.720 --> 00:20:19.680
application. Okay. A simple example but that pretty much

00:20:19.680 --> 00:20:24.200
explains the work for a lot of things that we can do in the ingress but this is enough for now

00:20:25.460 --> 00:20:29.180
like we can do include

00:20:29.180 --> 00:20:34.660
SSL certificate and then based on some actions you logic the default back ends

00:20:34.660 --> 00:20:39.660
those things and all we can configure here. Even you can widely some set of IPs.

00:20:40.700 --> 00:20:45.140
You can later refer the engine next ingress documentation for that. Okay.

00:20:45.560 --> 00:20:49.760
So with that let's take some five to ten minutes please to complete

00:20:49.760 --> 00:20:53.860
this activity or ingress.

00:20:55.660 --> 00:20:58.320
Link I already included in the etherpad.

00:21:05.940 --> 00:21:06.020
.

00:21:28.140 --> 00:21:28.220
.

00:21:28.220 --> 00:21:28.240
.

00:21:28.240 --> 00:21:28.260
.

00:21:28.260 --> 00:21:28.300
.

00:21:28.300 --> 00:21:29.920
.

00:21:36.420 --> 00:21:37.820
.

00:21:37.820 --> 00:21:39.140
.

00:21:48.000 --> 00:21:49.400
.

00:21:50.820 --> 00:21:52.220
.

00:21:59.400 --> 00:22:00.160
.

00:22:01.780 --> 00:22:03.180
.

00:22:19.920 --> 00:22:21.320
.

00:22:21.320 --> 00:22:21.340
.

00:22:24.100 --> 00:22:25.500
.

00:22:25.500 --> 00:22:26.640
.

00:22:26.640 --> 00:22:26.680
.

00:22:26.680 --> 00:22:28.880
.

00:22:28.880 --> 00:22:30.040
.

00:22:55.260 --> 00:22:56.660
.

00:22:58.140 --> 00:22:59.540
.

00:22:59.540 --> 00:22:59.600
.

00:23:03.920 --> 00:23:05.320
.

00:23:33.900 --> 00:23:35.300
.

00:23:35.300 --> 00:23:37.440
.

00:24:03.840 --> 00:24:05.240
.

00:24:05.240 --> 00:24:05.260
.

00:24:05.260 --> 00:24:05.280
.

00:24:05.280 --> 00:24:06.980
.

00:24:33.820 --> 00:24:35.220
.

00:24:35.220 --> 00:24:35.240
.

00:24:35.240 --> 00:24:35.260
.

00:24:35.260 --> 00:24:35.780
.

00:24:46.500 --> 00:24:47.040
.

00:24:47.040 --> 00:24:47.060
.

00:24:47.060 --> 00:24:47.080
.

00:24:49.260 --> 00:24:50.660
.

00:24:57.080 --> 00:24:57.960
.

00:24:57.960 --> 00:24:57.980
.

00:24:57.980 --> 00:24:58.000
.

00:25:01.960 --> 00:25:03.360
.

00:25:16.340 --> 00:25:17.740
.

00:25:17.740 --> 00:25:17.820
.

00:25:17.820 --> 00:25:18.060
.

00:25:18.060 --> 00:25:18.080
.

00:25:18.080 --> 00:25:18.100
.

00:25:25.700 --> 00:25:26.180
.

00:25:26.180 --> 00:25:26.600
.

00:25:26.600 --> 00:25:27.500
.

00:25:27.500 --> 00:25:27.520
.

00:25:34.580 --> 00:25:35.900
.

00:25:35.900 --> 00:25:36.320
.

00:25:43.140 --> 00:25:44.540
.

00:26:04.640 --> 00:26:06.040
.

00:26:06.040 --> 00:26:06.280
.

00:26:06.280 --> 00:26:06.300
.

00:26:29.140 --> 00:26:30.540
.

00:26:34.880 --> 00:26:36.280
.

00:26:36.280 --> 00:26:37.120
.

00:26:37.120 --> 00:26:37.140
.

00:26:44.420 --> 00:26:45.820
.

00:27:09.720 --> 00:27:11.120
.

00:27:21.360 --> 00:27:22.760
.

00:27:22.760 --> 00:27:22.780
.

00:27:22.780 --> 00:27:22.800
.

00:27:22.800 --> 00:27:23.460
.

00:27:30.200 --> 00:27:30.880
.

00:27:30.880 --> 00:27:30.900
.

00:27:30.900 --> 00:27:30.920
.

00:27:30.920 --> 00:27:31.720
.

00:27:31.720 --> 00:27:32.480
.

00:27:40.680 --> 00:27:42.080
.

00:27:42.080 --> 00:27:42.100
.

00:27:42.100 --> 00:27:42.120
.

00:27:44.660 --> 00:27:46.060
.

00:27:47.120 --> 00:27:47.260
.

00:27:49.860 --> 00:27:51.260
.

00:27:51.260 --> 00:27:52.620
.

00:27:55.060 --> 00:27:56.460
.

00:27:56.460 --> 00:27:56.480
.

00:27:56.480 --> 00:27:59.060
.

00:28:01.000 --> 00:28:02.400
.

00:28:26.780 --> 00:28:28.180
.

00:28:28.180 --> 00:28:29.040
.

00:28:29.040 --> 00:28:30.480
.

00:28:35.820 --> 00:28:37.220
.

00:28:37.220 --> 00:28:39.180
.

00:28:39.180 --> 00:28:40.160
.

00:28:49.380 --> 00:28:50.780
.

00:28:50.780 --> 00:28:50.800
.

00:28:50.800 --> 00:28:52.100
.

00:28:52.100 --> 00:28:54.740
.

00:28:54.740 --> 00:28:55.180
.

00:28:55.180 --> 00:28:55.760
.

00:28:55.760 --> 00:28:57.100
.

00:29:01.920 --> 00:29:03.320
.

00:29:06.380 --> 00:29:07.780
.

00:29:07.780 --> 00:29:09.080
.

00:29:17.780 --> 00:29:18.420
.

00:29:18.420 --> 00:29:18.440
.

00:29:18.440 --> 00:29:18.460
.

00:29:18.460 --> 00:29:20.440
.

00:29:29.220 --> 00:29:30.620
.

00:29:30.620 --> 00:29:32.100
.

00:29:39.060 --> 00:29:40.460
.

00:29:40.460 --> 00:29:41.220
.

00:29:41.220 --> 00:29:42.240
.

00:30:09.000 --> 00:30:10.400
.

00:30:10.400 --> 00:30:10.420
.

00:30:10.420 --> 00:30:10.440
.

00:30:12.240 --> 00:30:13.640
.

00:30:13.640 --> 00:30:15.680
.

00:30:15.680 --> 00:30:15.700
.

00:30:15.700 --> 00:30:18.280
.

00:30:18.280 --> 00:30:19.200
.

00:30:29.780 --> 00:30:30.720
.

00:30:30.720 --> 00:30:30.740
.

00:30:30.740 --> 00:30:30.760
.

00:30:32.360 --> 00:30:32.400
.

00:30:32.400 --> 00:30:32.420
.

00:30:39.360 --> 00:30:39.400
.

00:30:39.400 --> 00:30:39.420
.

00:30:39.420 --> 00:30:39.440
.

00:30:43.460 --> 00:30:44.860
.

00:31:08.020 --> 00:31:09.420
.

00:31:09.420 --> 00:31:10.800
.

00:31:12.740 --> 00:31:14.140
.

00:31:16.760 --> 00:31:18.160
.

00:31:18.160 --> 00:31:20.560
.

00:31:28.160 --> 00:31:28.720
.

00:31:28.720 --> 00:31:28.740
.

00:31:28.740 --> 00:31:28.760
.

00:31:28.760 --> 00:31:30.400
.

00:31:41.600 --> 00:31:43.000
.

00:31:43.000 --> 00:31:43.020
.

00:31:43.020 --> 00:31:43.040
.

00:31:47.260 --> 00:31:47.300
.

00:31:47.300 --> 00:31:47.320
.

00:31:52.140 --> 00:31:52.180
.

00:31:52.180 --> 00:31:52.200
.

00:31:52.200 --> 00:31:52.220
.

00:31:55.380 --> 00:31:56.780
.

00:32:20.280 --> 00:32:21.680
.

00:32:21.680 --> 00:32:21.700
.

00:32:21.700 --> 00:32:21.780
.

00:32:24.340 --> 00:32:25.180
.

00:32:50.460 --> 00:32:51.300
.

00:32:51.300 --> 00:32:51.720
.

00:32:51.720 --> 00:32:51.740
.

00:32:51.740 --> 00:32:51.760
.

00:32:56.260 --> 00:32:56.300
.

00:32:56.300 --> 00:32:56.320
.

00:33:01.580 --> 00:33:01.620
.

00:33:01.620 --> 00:33:01.640
.

00:33:01.640 --> 00:33:01.660
.

00:33:05.160 --> 00:33:06.560
.

00:33:06.560 --> 00:33:06.580
.

00:33:08.900 --> 00:33:10.300
.

00:33:10.300 --> 00:33:10.320
.

00:33:10.320 --> 00:33:11.480
.

00:33:11.480 --> 00:33:14.200
.

00:33:14.200 --> 00:33:16.100
.

00:33:18.060 --> 00:33:19.460
.

00:33:19.460 --> 00:33:20.140
.

00:33:20.140 --> 00:33:21.520
.

00:33:21.520 --> 00:33:22.180
.

00:33:22.180 --> 00:33:22.900
.

00:33:24.340 --> 00:33:25.740
.

00:33:25.740 --> 00:33:26.960
.

00:33:30.240 --> 00:33:31.640
.

00:33:54.120 --> 00:33:55.520
.

00:33:55.520 --> 00:33:55.540
.

00:33:55.540 --> 00:33:55.840
.

00:33:55.840 --> 00:33:56.900
.

00:33:56.900 --> 00:33:58.780
.

00:34:24.840 --> 00:34:26.240
.

00:34:26.240 --> 00:34:26.880
.

00:34:32.880 --> 00:34:34.280
.

00:34:40.600 --> 00:34:42.000
.

00:34:45.620 --> 00:34:45.660
.

00:34:45.660 --> 00:34:45.680
.

00:34:54.780 --> 00:34:54.820
.

00:34:54.820 --> 00:34:54.840
.

00:34:54.840 --> 00:34:54.860
.

00:34:57.900 --> 00:34:59.300
.

00:34:59.300 --> 00:34:59.320
.

00:35:03.040 --> 00:35:04.440
.

00:35:04.440 --> 00:35:04.460
.

00:35:07.040 --> 00:35:08.440
.

00:35:33.000 --> 00:35:34.400
.

00:35:34.400 --> 00:35:34.420
.

00:35:34.420 --> 00:35:34.440
.

00:35:34.440 --> 00:35:36.180
.

00:35:36.180 --> 00:35:36.200
.

00:36:02.960 --> 00:36:04.360
.

00:36:04.360 --> 00:36:04.420
.

00:36:12.420 --> 00:36:13.820
.

00:36:13.820 --> 00:36:15.100
.

00:36:15.100 --> 00:36:15.120
.

00:36:44.060 --> 00:36:45.460
.

00:37:12.360 --> 00:37:13.760
.

00:37:13.760 --> 00:37:13.780
.

00:37:13.780 --> 00:37:13.800
.

00:37:15.200 --> 00:37:15.240
.

00:37:15.240 --> 00:37:15.260
.

00:37:43.720 --> 00:37:43.760
.

00:37:43.760 --> 00:37:43.780
.

00:37:43.780 --> 00:37:43.800
.

00:37:43.800 --> 00:37:44.660
.

00:37:44.660 --> 00:37:44.720
.

00:37:50.200 --> 00:37:51.380
.

00:37:51.380 --> 00:37:51.700
.

00:37:51.700 --> 00:37:52.460
.

00:37:52.460 --> 00:37:54.100
.

00:37:55.560 --> 00:37:56.960
.

00:37:56.960 --> 00:37:58.980
.

00:38:24.680 --> 00:38:26.080
.

00:38:26.080 --> 00:38:26.900
.

00:38:26.900 --> 00:38:26.920
.

00:38:26.920 --> 00:38:26.940
.

00:38:26.940 --> 00:38:28.280
.

00:38:34.460 --> 00:38:35.860
.

00:38:35.860 --> 00:38:37.000
.

00:38:37.000 --> 00:38:37.700
.

00:38:37.700 --> 00:38:38.980
.

00:38:38.980 --> 00:38:40.460
.

00:38:43.980 --> 00:38:44.020
.

00:38:44.020 --> 00:38:44.040
.

00:38:44.040 --> 00:38:44.060
.

00:38:44.060 --> 00:38:46.160
.

00:38:46.160 --> 00:38:46.260
.

00:38:46.260 --> 00:38:47.180
.

00:38:47.180 --> 00:38:48.140
.

00:38:48.140 --> 00:38:48.660
.

00:38:51.360 --> 00:38:52.760
.

00:38:59.880 --> 00:39:01.280
.

00:39:01.660 --> 00:39:02.020
.

00:39:02.020 --> 00:39:02.200
.

00:39:12.200 --> 00:39:12.560
.

00:39:12.560 --> 00:39:12.580
.

00:39:12.580 --> 00:39:12.600
.

00:39:14.740 --> 00:39:16.140
.

00:39:16.140 --> 00:39:16.360
.

00:39:16.360 --> 00:39:18.560
.

00:39:18.560 --> 00:39:19.960
.

00:39:19.960 --> 00:39:20.920
.

00:39:20.920 --> 00:39:20.940
.

00:39:20.940 --> 00:39:22.040
.

00:39:23.600 --> 00:39:25.000
.

00:39:25.000 --> 00:39:25.540
.

00:39:27.600 --> 00:39:29.000
.

00:39:29.000 --> 00:39:29.900
.

00:39:29.900 --> 00:39:30.700
.

00:39:30.700 --> 00:39:33.340
.

00:39:33.340 --> 00:39:33.460
.

00:39:33.460 --> 00:39:34.040
.

00:39:37.760 --> 00:39:39.160
.

00:39:39.160 --> 00:39:41.640
.

00:40:10.120 --> 00:40:11.520
.

00:40:11.520 --> 00:40:11.540
.

00:40:11.640 --> 00:40:13.040
.

00:40:13.040 --> 00:40:13.760
.

00:40:18.100 --> 00:40:19.500
.

00:40:19.500 --> 00:40:20.080
.

00:40:48.660 --> 00:40:50.060
.

00:41:00.040 --> 00:41:01.440
.

00:41:18.340 --> 00:41:19.740
.

00:41:19.740 --> 00:41:20.040
.

00:41:20.060 --> 00:41:22.000
.

00:41:48.640 --> 00:41:50.040
.

00:41:53.260 --> 00:41:54.660
.

00:41:54.660 --> 00:41:54.680
.

00:42:18.620 --> 00:42:20.020
.

00:42:48.600 --> 00:42:50.000
.

00:42:50.000 --> 00:42:50.220
.

00:42:50.220 --> 00:42:50.480
.

00:42:52.040 --> 00:42:52.560
.

00:42:52.560 --> 00:42:52.580
.

00:42:53.560 --> 00:42:54.080
.

00:42:57.960 --> 00:42:58.000
.

00:42:58.000 --> 00:42:58.020
.

00:43:23.860 --> 00:43:23.900
.

00:43:23.900 --> 00:43:23.920
.

00:43:23.920 --> 00:43:23.940
.

00:43:35.020 --> 00:43:35.180
.

00:43:53.640 --> 00:43:53.800
.

00:43:53.800 --> 00:43:53.880
.

00:43:53.880 --> 00:43:53.900
.

00:43:53.900 --> 00:43:53.920
.

00:43:54.880 --> 00:43:55.320
.

00:43:55.320 --> 00:43:55.540
.

00:44:01.140 --> 00:44:01.580
.

00:44:01.580 --> 00:44:01.600
.

00:44:01.600 --> 00:44:01.660
.

00:44:01.660 --> 00:44:02.520
.

00:44:02.520 --> 00:44:02.680
.

00:44:06.980 --> 00:44:08.000
.

00:44:08.000 --> 00:44:08.020
.

00:44:08.020 --> 00:44:09.920
.

00:44:09.920 --> 00:44:12.240
.

00:44:12.240 --> 00:44:13.420
.

00:44:13.420 --> 00:44:14.260
.

00:44:15.980 --> 00:44:17.380
.

00:44:17.380 --> 00:44:17.520
.

00:44:21.080 --> 00:44:22.480
.

00:44:22.480 --> 00:44:23.620
.

00:44:27.480 --> 00:44:28.080
.

00:44:30.600 --> 00:44:32.000
.

00:44:32.000 --> 00:44:32.960
.

00:44:32.960 --> 00:44:34.300
.

00:44:41.780 --> 00:44:43.180
.

00:44:45.820 --> 00:44:47.220
.

00:44:52.760 --> 00:44:54.160
.

00:45:04.940 --> 00:45:06.340
.

00:45:24.640 --> 00:45:26.040
.

00:45:31.500 --> 00:45:32.900
.

00:45:54.160 --> 00:45:54.660
.

00:45:54.660 --> 00:45:57.120
.

00:45:59.020 --> 00:46:00.420
.

00:46:00.420 --> 00:46:00.980
.

00:46:00.980 --> 00:46:01.660
.

00:46:03.380 --> 00:46:04.740
.

00:46:07.760 --> 00:46:09.000
.

00:46:09.000 --> 00:46:09.520
.

00:46:09.520 --> 00:46:10.140
.

00:46:13.740 --> 00:46:15.140
.

00:46:15.140 --> 00:46:15.180
.

00:46:18.680 --> 00:46:20.080
.

00:46:20.080 --> 00:46:22.000
.

00:46:22.000 --> 00:46:23.480
.

00:46:50.080 --> 00:46:51.480
.

00:46:51.480 --> 00:46:51.600
.

00:46:51.600 --> 00:46:51.640
.

00:46:55.600 --> 00:46:55.640
.

00:46:55.640 --> 00:46:55.660
.

00:46:59.580 --> 00:46:59.620
.

00:46:59.620 --> 00:46:59.640
.

00:46:59.640 --> 00:46:59.660
.

00:46:59.660 --> 00:47:00.780
.

00:47:00.780 --> 00:47:02.860
.

00:47:02.860 --> 00:47:03.380
.

00:47:03.380 --> 00:47:04.580
.

00:47:04.580 --> 00:47:05.040
.

00:47:05.040 --> 00:47:07.760
.

00:47:10.040 --> 00:47:10.700
.

00:47:15.140 --> 00:47:16.540
.

00:47:16.540 --> 00:47:16.980
.

00:47:16.980 --> 00:47:17.940
.

00:47:17.940 --> 00:47:18.040
.

00:47:22.260 --> 00:47:23.660
.

00:47:23.660 --> 00:47:24.020
.

00:47:24.020 --> 00:47:25.160
.

00:47:25.160 --> 00:47:25.800
.

00:47:27.740 --> 00:47:28.720
.

00:47:28.720 --> 00:47:29.060
.

00:47:29.060 --> 00:47:29.080
.

00:47:29.080 --> 00:47:29.180
.

00:47:34.460 --> 00:47:35.860
.

00:47:35.860 --> 00:47:37.160
.

00:47:37.160 --> 00:47:38.620
.

00:47:38.620 --> 00:47:40.500
.

00:47:40.500 --> 00:47:40.520
.

00:47:40.520 --> 00:47:43.280
.

00:47:43.280 --> 00:47:44.400
.

00:47:48.700 --> 00:47:50.100
.

00:47:50.100 --> 00:47:52.160
.

00:47:52.160 --> 00:47:52.360
.

00:47:52.360 --> 00:47:54.300
.

00:48:00.600 --> 00:48:02.000
.

00:48:02.000 --> 00:48:02.020
.

00:48:02.020 --> 00:48:03.400
.

00:48:12.140 --> 00:48:13.540
.

00:48:13.540 --> 00:48:13.560
.

00:48:13.560 --> 00:48:13.580
.

00:48:13.580 --> 00:48:13.820
.

00:48:13.820 --> 00:48:14.160
.

00:48:14.160 --> 00:48:15.120
.

00:48:15.120 --> 00:48:17.380
.

00:48:17.380 --> 00:48:19.000
.

00:48:27.420 --> 00:48:28.820
.

00:48:28.820 --> 00:48:28.880
.

00:48:28.880 --> 00:48:29.180
.

00:48:29.180 --> 00:48:30.400
.

00:48:32.520 --> 00:48:33.920
.

00:48:33.920 --> 00:48:34.260
.

00:48:34.260 --> 00:48:35.040
.

00:48:35.040 --> 00:48:36.420
.

00:48:36.420 --> 00:48:36.560
.

00:48:36.560 --> 00:48:38.720
.

00:48:38.720 --> 00:48:38.960
.

00:48:44.880 --> 00:48:46.280
.

00:48:46.280 --> 00:48:47.020
.

00:48:47.020 --> 00:48:47.500
.

00:48:56.820 --> 00:48:57.780
.

00:48:57.780 --> 00:48:57.800
.

00:48:57.800 --> 00:48:57.820
.

00:48:57.820 --> 00:48:59.240
.

00:48:59.240 --> 00:48:59.260
.

00:49:08.280 --> 00:49:09.680
.

00:49:09.680 --> 00:49:11.820
.

00:49:11.820 --> 00:49:11.840
.

00:49:24.440 --> 00:49:24.680
.

00:49:29.040 --> 00:49:30.440
.

00:49:35.840 --> 00:49:36.040
.

00:49:36.040 --> 00:49:36.060
.

00:49:36.060 --> 00:49:37.840
.

00:49:37.840 --> 00:49:38.440
.

00:49:48.520 --> 00:49:49.720
.

00:49:49.720 --> 00:49:49.760
.

00:49:49.760 --> 00:49:49.780
.

00:50:00.660 --> 00:50:02.060
.

00:50:18.340 --> 00:50:19.740
.

00:50:19.740 --> 00:50:20.200
.

00:50:22.080 --> 00:50:23.000
.

00:50:30.060 --> 00:50:30.980
.

00:50:30.980 --> 00:50:31.180
.

00:50:31.180 --> 00:50:31.240
.

00:50:31.240 --> 00:50:31.780
.

00:50:31.780 --> 00:50:34.160
.

00:50:36.720 --> 00:50:38.120
.

00:50:38.120 --> 00:50:38.640
.

00:50:38.640 --> 00:50:40.600
.

00:50:40.600 --> 00:50:41.400
.

00:50:45.960 --> 00:50:47.360
.

00:50:52.600 --> 00:50:54.000
.

00:50:54.000 --> 00:50:54.320
.

00:50:54.320 --> 00:50:56.460
.

00:50:56.460 --> 00:50:57.420
.

00:50:57.420 --> 00:50:57.940
.

00:51:00.980 --> 00:51:02.380
.

00:51:02.380 --> 00:51:03.320
.

00:51:03.320 --> 00:51:04.420
.

00:51:25.700 --> 00:51:27.100
.

00:51:30.360 --> 00:51:31.760
.

00:51:31.760 --> 00:51:32.360
.

00:51:35.640 --> 00:51:37.040
.

00:51:40.620 --> 00:51:42.020
.

00:51:42.020 --> 00:51:42.060
.

00:51:42.060 --> 00:51:42.140
.

00:51:42.140 --> 00:51:43.760
.

00:52:02.500 --> 00:52:03.900
.

00:52:03.900 --> 00:52:03.920
.

00:52:33.420 --> 00:52:33.460
.

00:52:33.460 --> 00:52:33.480
.

00:52:33.480 --> 00:52:33.500
.

00:52:42.180 --> 00:52:43.580
.

00:52:47.920 --> 00:52:48.500
.

00:52:49.320 --> 00:52:52.900
Last two minutes to complete this activity.

00:52:55.640 --> 00:52:56.720
.

00:52:56.720 --> 00:52:58.440
.

00:52:58.440 --> 00:52:58.460
.

00:53:10.480 --> 00:53:11.880
.

00:53:11.880 --> 00:53:12.460
.

00:53:29.380 --> 00:53:29.980
.

00:53:29.980 --> 00:53:30.000
.

00:53:30.000 --> 00:53:30.020
.

00:53:30.020 --> 00:53:32.140
.

00:53:35.100 --> 00:53:36.500
.

00:53:36.500 --> 00:53:36.520
.

00:53:36.520 --> 00:53:36.540
.

00:53:36.540 --> 00:53:37.240
.

00:53:41.540 --> 00:53:42.200
.

00:53:47.160 --> 00:53:48.560
.

00:53:48.560 --> 00:53:48.580
.

00:53:48.580 --> 00:53:48.600
.

00:53:48.600 --> 00:53:49.160
.

00:53:49.160 --> 00:53:51.300
.

00:53:51.300 --> 00:53:53.000
.

00:53:55.080 --> 00:53:56.480
.

00:53:56.480 --> 00:53:58.240
.

00:53:58.240 --> 00:53:58.260
.

00:53:58.260 --> 00:53:59.660
.

00:53:59.660 --> 00:54:00.720
.

00:54:00.720 --> 00:54:02.080
.

00:54:02.080 --> 00:54:04.760
.

00:54:04.760 --> 00:54:06.280
.

00:54:06.280 --> 00:54:06.480
.

00:54:12.940 --> 00:54:14.340
.

00:54:15.880 --> 00:54:17.280
.

00:54:20.180 --> 00:54:21.580
.

00:54:22.280 --> 00:54:22.360
.

00:54:45.820 --> 00:54:47.220
.

00:54:47.220 --> 00:54:47.240
.

00:54:47.240 --> 00:54:47.260
.

00:54:57.540 --> 00:54:58.300
.

00:55:15.920 --> 00:55:16.680
.

00:55:16.680 --> 00:55:17.060
.

00:55:17.060 --> 00:55:17.080
.

00:55:17.080 --> 00:55:17.100
.

00:55:20.580 --> 00:55:21.380
.

00:55:21.380 --> 00:55:21.420
.

00:55:21.420 --> 00:55:21.820
.

00:55:21.820 --> 00:55:21.920
.

00:55:24.420 --> 00:55:25.220
.

00:55:25.220 --> 00:55:26.300
.

00:55:31.860 --> 00:55:33.260
.

00:55:33.260 --> 00:55:35.000
.

00:55:35.000 --> 00:55:36.660
.

00:55:36.660 --> 00:55:37.500
.

00:55:39.420 --> 00:55:40.820
.

00:56:05.780 --> 00:56:07.180
.

00:56:07.180 --> 00:56:07.480
.

00:56:07.480 --> 00:56:08.180
.

00:56:36.040 --> 00:56:37.440
.

00:56:37.440 --> 00:56:37.460
.

00:56:37.460 --> 00:56:39.640
.

00:56:39.640 --> 00:56:41.160
.

00:56:41.160 --> 00:56:42.060
.

00:56:42.060 --> 00:56:42.860
.

00:56:42.860 --> 00:56:44.200
.

00:57:10.580 --> 00:57:11.980
.

00:57:11.980 --> 00:57:12.840
.

00:57:12.840 --> 00:57:13.420
.

00:57:13.420 --> 00:57:14.340
.

00:57:14.340 --> 00:57:14.480
.

00:57:19.840 --> 00:57:21.240
.

00:57:24.920 --> 00:57:26.320
.

00:57:29.120 --> 00:57:30.520
.

00:57:30.520 --> 00:57:31.960
.

00:57:31.960 --> 00:57:32.080
.

00:57:32.080 --> 00:57:32.600
.

00:57:34.820 --> 00:57:36.220
.

00:57:36.220 --> 00:57:38.480
.

00:57:42.960 --> 00:57:43.160
.

00:57:43.160 --> 00:57:43.220
.

00:57:45.740 --> 00:57:45.940
.

00:57:45.940 --> 00:57:45.960
.

00:57:45.960 --> 00:57:46.060
.

00:57:49.020 --> 00:57:50.420
.

00:57:53.940 --> 00:57:55.340
.

00:57:55.340 --> 00:57:55.380
.

00:58:06.260 --> 00:58:07.660
.

00:58:22.720 --> 00:58:24.120
.

00:58:24.120 --> 00:58:25.060
.

00:58:25.060 --> 00:58:25.140
.

00:58:25.140 --> 00:58:25.360
.

00:58:25.360 --> 00:58:28.000
.

00:58:35.360 --> 00:58:36.220
.

00:58:36.220 --> 00:58:36.240
.

00:58:36.240 --> 00:58:36.360
.

00:58:36.360 --> 00:58:37.680
.

00:58:37.680 --> 00:58:38.380
.

00:58:42.060 --> 00:58:42.900
.

00:58:42.900 --> 00:58:43.120
.

00:58:43.120 --> 00:58:43.740
.

00:58:43.740 --> 00:58:43.900
.

00:58:43.900 --> 00:58:44.080
.

00:58:44.080 --> 00:58:44.400
.

00:58:51.520 --> 00:58:52.160
.

00:58:52.160 --> 00:58:54.120
.

00:58:55.660 --> 00:58:57.060
.

00:58:57.060 --> 00:58:57.700
.

00:58:57.700 --> 00:58:59.280
.

00:58:59.280 --> 00:58:59.300
.

00:58:59.300 --> 00:59:01.820
.

00:59:01.820 --> 00:59:01.840
.

00:59:06.340 --> 00:59:07.740
.

00:59:09.100 --> 00:59:10.220
.

00:59:10.220 --> 00:59:10.780
.

00:59:35.840 --> 00:59:36.960
.

00:59:36.960 --> 00:59:36.980
.

00:59:36.980 --> 00:59:37.000
.

00:59:37.000 --> 00:59:38.320
.

00:59:38.320 --> 00:59:38.680
.

00:59:38.680 --> 00:59:41.180
.

00:59:41.180 --> 00:59:41.200
.

00:59:43.760 --> 00:59:45.160
.

00:59:45.160 --> 00:59:46.020
.

00:59:46.020 --> 00:59:47.060
.

00:59:49.120 --> 00:59:50.520
.

00:59:50.520 --> 00:59:50.540
.

00:59:50.540 --> 00:59:50.560
.

00:59:50.560 --> 00:59:51.400
.

00:59:54.100 --> 00:59:55.100
.

00:59:55.100 --> 00:59:55.260
.

00:59:55.260 --> 00:59:55.280
.

00:59:55.280 --> 00:59:56.660
.

01:00:01.700 --> 01:00:03.100
.

01:00:03.100 --> 01:00:03.120
.

01:00:03.120 --> 01:00:03.140
.

01:00:05.720 --> 01:00:07.120
.

01:00:13.000 --> 01:00:14.400
.

01:00:14.400 --> 01:00:14.420
.

01:00:14.420 --> 01:00:14.440
.

01:00:14.440 --> 01:00:14.920
.

01:00:14.920 --> 01:00:16.480
.

01:00:18.640 --> 01:00:19.600
.

01:00:19.600 --> 01:00:19.680
.

01:00:19.680 --> 01:00:20.040
.

01:00:20.040 --> 01:00:20.260
.

01:00:24.620 --> 01:00:25.940
.

01:00:25.940 --> 01:00:26.600
.

01:00:26.600 --> 01:00:26.620
.

01:00:26.620 --> 01:00:27.660
.

01:00:27.660 --> 01:00:28.940
.

01:00:28.940 --> 01:00:28.960
.

01:00:56.320 --> 01:00:57.620
.

01:00:57.620 --> 01:00:57.640
.

01:00:57.640 --> 01:00:57.800
.

01:00:57.800 --> 01:00:58.140
.

01:00:58.140 --> 01:00:58.460
.

01:00:58.460 --> 01:00:59.460
.

01:00:59.840 --> 01:01:00.160
.

01:01:00.160 --> 01:01:00.320
.

01:01:00.320 --> 01:01:00.480
.

01:01:00.480 --> 01:01:00.520
.

01:01:00.520 --> 01:01:01.140
.

01:01:06.500 --> 01:01:07.740
.

01:01:07.740 --> 01:01:07.840
.

01:01:13.560 --> 01:01:14.960
.

01:01:23.420 --> 01:01:24.820
.

01:01:32.440 --> 01:01:33.840
.

01:01:33.840 --> 01:01:33.960
.

01:01:33.960 --> 01:01:34.220
.

01:01:36.860 --> 01:01:38.260
.

01:01:47.880 --> 01:01:49.280
.

01:01:49.280 --> 01:01:49.300
.

01:01:49.300 --> 01:01:49.320
.

01:01:49.320 --> 01:01:49.680
.

01:01:49.680 --> 01:01:50.860
.

01:01:50.860 --> 01:01:53.100
.

01:01:53.100 --> 01:01:53.900
.

01:02:01.880 --> 01:02:02.760
.

01:02:22.520 --> 01:02:23.400
.

01:02:23.400 --> 01:02:23.840
.

01:02:23.840 --> 01:02:23.860
.

01:02:23.860 --> 01:02:23.880
.

01:02:23.880 --> 01:02:24.440
.

01:02:24.440 --> 01:02:24.720
.

01:02:26.500 --> 01:02:27.620
.

01:02:27.620 --> 01:02:27.640
.

01:02:27.640 --> 01:02:29.780
.

01:02:31.760 --> 01:02:32.960
.

01:02:32.960 --> 01:02:32.980
.

01:02:57.940 --> 01:02:59.140
.

01:02:59.140 --> 01:02:59.160
.

01:02:59.160 --> 01:02:59.760
.

01:02:59.760 --> 01:03:00.500
.

01:03:00.500 --> 01:03:03.160
.

01:03:03.160 --> 01:03:03.240
.

01:03:03.240 --> 01:03:04.120
.

01:03:04.120 --> 01:03:05.220
.

01:03:05.220 --> 01:03:05.560
.

01:03:05.560 --> 01:03:05.640
.

01:03:05.640 --> 01:03:05.900
.

01:03:08.660 --> 01:03:09.340
.

01:03:09.340 --> 01:03:11.960
.

01:03:11.960 --> 01:03:14.360
.

01:03:14.360 --> 01:03:15.560
.

01:03:15.560 --> 01:03:15.920
.

01:03:15.920 --> 01:03:16.280
.

01:03:16.280 --> 01:03:17.060
.

01:03:18.760 --> 01:03:19.900
.

01:03:19.900 --> 01:03:20.980
.

01:03:20.980 --> 01:03:21.900
.

01:03:27.280 --> 01:03:28.680
.

01:03:28.680 --> 01:03:28.960
.

01:03:28.960 --> 01:03:29.640
.

01:03:33.000 --> 01:03:34.360
.

01:03:34.360 --> 01:03:34.380
.

01:04:09.780 --> 01:04:10.820
.

01:04:27.340 --> 01:04:28.380
.

01:04:28.380 --> 01:04:28.900
.

01:04:28.900 --> 01:04:28.920
.

01:04:28.920 --> 01:04:28.940
.

01:04:28.940 --> 01:04:29.580
.

01:04:29.580 --> 01:04:30.740
.

01:04:39.440 --> 01:04:40.720
.

01:04:40.720 --> 01:04:40.740
.

01:04:40.740 --> 01:04:40.760
.

01:04:40.760 --> 01:04:42.720
.

01:04:42.720 --> 01:04:45.300
.

01:04:51.040 --> 01:04:52.440
.

01:04:52.440 --> 01:04:52.460
.

01:04:52.460 --> 01:04:52.480
.

01:04:52.480 --> 01:04:53.900
.

01:04:53.900 --> 01:04:55.820
.

01:04:55.820 --> 01:04:57.040
.

01:04:57.040 --> 01:04:57.120
.

01:04:57.120 --> 01:04:57.280
.

01:04:57.280 --> 01:04:58.380
.

01:04:58.380 --> 01:05:01.020
.

01:05:01.020 --> 01:05:02.280
.

01:05:02.280 --> 01:05:02.300
.

01:05:04.700 --> 01:05:06.100
.

01:05:06.100 --> 01:05:07.240
.

01:05:09.240 --> 01:05:10.640
.

01:05:19.020 --> 01:05:20.420
.

01:05:20.420 --> 01:05:20.440
.

01:05:20.440 --> 01:05:20.460
.

01:05:20.460 --> 01:05:20.940
.

01:05:22.420 --> 01:05:23.380
.

01:05:24.920 --> 01:05:25.880
.

01:05:25.880 --> 01:05:25.900
.

01:05:25.900 --> 01:05:25.920
.

01:05:25.920 --> 01:05:26.940
.

01:05:29.220 --> 01:05:30.620
.

01:05:30.620 --> 01:05:31.860
.

01:05:31.860 --> 01:05:34.460
.

01:05:37.760 --> 01:05:39.160
.

01:05:39.160 --> 01:05:39.180
.

01:05:41.980 --> 01:05:43.380
.

01:05:43.380 --> 01:05:44.300
.

01:05:46.360 --> 01:05:47.520
.

01:06:12.500 --> 01:06:13.660
.

01:06:13.660 --> 01:06:14.240
.

01:06:14.240 --> 01:06:14.260
.

01:06:14.260 --> 01:06:14.280
.

01:06:14.280 --> 01:06:14.720
.

01:06:16.320 --> 01:06:17.720
.

01:06:17.720 --> 01:06:20.240
.

01:06:20.240 --> 01:06:21.860
.

01:06:48.780 --> 01:06:50.180
.

01:06:50.180 --> 01:06:50.200
.

01:06:50.200 --> 01:06:50.220
.

01:06:51.220 --> 01:06:51.260
.

01:06:51.260 --> 01:06:51.280
.

01:07:01.840 --> 01:07:01.880
.

01:07:01.880 --> 01:07:01.900
.

01:07:01.900 --> 01:07:01.920
.

01:07:01.920 --> 01:07:03.240
.

01:07:03.240 --> 01:07:03.800
.

01:07:07.960 --> 01:07:09.360
.

01:07:09.360 --> 01:07:11.820
.

01:07:11.820 --> 01:07:13.120
.

01:07:13.120 --> 01:07:13.180
.

01:07:15.700 --> 01:07:16.860
.

01:07:16.860 --> 01:07:16.880
.

01:07:16.880 --> 01:07:17.460
.

01:07:20.800 --> 01:07:22.200
.

01:07:22.200 --> 01:07:22.220
.

01:07:22.220 --> 01:07:23.760
.

01:07:23.760 --> 01:07:23.780
.

01:07:23.780 --> 01:07:26.360
.

01:07:29.440 --> 01:07:30.840
.

01:07:30.840 --> 01:07:30.860
.

01:07:33.280 --> 01:07:34.680
.

01:07:34.680 --> 01:07:34.700
.

01:07:36.200 --> 01:07:36.800
.

01:07:36.800 --> 01:07:36.820
.

01:07:41.560 --> 01:07:42.160
.

01:07:42.160 --> 01:07:42.180
.

01:07:42.180 --> 01:07:42.480
.

01:07:42.480 --> 01:07:43.920
.

01:07:52.820 --> 01:07:54.220
.

01:07:54.220 --> 01:07:54.240
.

01:07:54.240 --> 01:07:54.260
.

01:08:00.920 --> 01:08:02.320
.

01:08:02.320 --> 01:08:03.700
.

01:08:03.700 --> 01:08:05.820
.

01:08:14.980 --> 01:08:16.380
.

01:08:20.000 --> 01:08:20.820
.

01:08:21.400 --> 01:08:21.420
.

01:08:21.420 --> 01:08:21.440
.

01:08:32.900 --> 01:08:32.940
.

01:08:51.100 --> 01:08:51.140
.

01:08:51.140 --> 01:08:51.160
.

01:08:51.160 --> 01:08:51.180
.

01:08:51.180 --> 01:08:51.200
.

01:08:51.200 --> 01:08:52.420
.

01:08:52.420 --> 01:08:53.720
.

01:08:57.000 --> 01:08:58.400
.

01:08:58.400 --> 01:08:59.240
.

01:08:59.240 --> 01:08:59.500
.

01:09:28.080 --> 01:09:29.480
.

01:09:29.480 --> 01:09:32.120
.

01:09:32.120 --> 01:09:32.460
.

01:09:35.460 --> 01:09:36.860
.

01:09:46.300 --> 01:09:47.100
.

01:10:05.600 --> 01:10:06.400
.

01:10:06.400 --> 01:10:06.800
.

01:10:06.800 --> 01:10:06.820
.

01:10:06.820 --> 01:10:06.840
.

01:10:06.840 --> 01:10:09.460
.

01:10:15.000 --> 01:10:16.400
.

01:10:16.400 --> 01:10:16.420
.

01:10:16.420 --> 01:10:17.040
.

01:10:17.040 --> 01:10:18.200
.

01:10:18.200 --> 01:10:18.220
.

01:10:18.220 --> 01:10:20.220
.

01:10:20.220 --> 01:10:21.000
.

01:10:21.000 --> 01:10:21.200
.

01:10:21.200 --> 01:10:22.240
.

01:10:22.240 --> 01:10:22.620
.

01:10:29.320 --> 01:10:30.720
.

01:10:50.860 --> 01:10:52.260
.

01:10:52.260 --> 01:10:52.580
.

01:10:52.580 --> 01:10:52.600
.

01:10:52.600 --> 01:10:53.980
.

01:10:53.980 --> 01:10:54.000
.

01:10:58.840 --> 01:11:00.240
.

01:11:00.240 --> 01:11:00.940
.

01:11:00.940 --> 01:11:01.700
.

01:11:01.700 --> 01:11:02.480
.

01:11:05.080 --> 01:11:06.480
.

01:11:06.480 --> 01:11:06.500
.

01:11:06.500 --> 01:11:06.520
.

01:11:06.980 --> 01:11:07.140
.

01:11:07.140 --> 01:11:07.220
.

01:11:17.700 --> 01:11:17.860
.

01:11:17.860 --> 01:11:17.880
.

01:11:17.880 --> 01:11:17.900
.

01:11:17.900 --> 01:11:18.260
.

01:11:18.260 --> 01:11:19.600
.

01:11:19.600 --> 01:11:21.580
.

01:11:23.400 --> 01:11:24.800
.

01:11:24.800 --> 01:11:26.460
.

01:11:28.380 --> 01:11:29.780
.

01:11:29.780 --> 01:11:29.860
.

01:11:29.860 --> 01:11:31.340
.

01:11:58.420 --> 01:11:59.820
.

01:11:59.820 --> 01:11:59.840
.

01:11:59.840 --> 01:12:00.240
.

01:12:00.240 --> 01:12:00.640
.

01:12:00.640 --> 01:12:01.300
.

01:12:01.300 --> 01:12:01.560
.

01:12:03.260 --> 01:12:04.060
.

01:12:04.060 --> 01:12:04.560
.

01:12:04.560 --> 01:12:04.920
.

01:12:07.600 --> 01:12:08.320
.

01:12:08.320 --> 01:12:08.340
.

01:12:08.340 --> 01:12:08.360
.

01:12:09.840 --> 01:12:11.240
.

01:12:14.000 --> 01:12:15.400
.

01:12:18.940 --> 01:12:20.340
.

01:12:20.340 --> 01:12:21.220
.

01:12:21.220 --> 01:12:21.460
.

01:12:21.460 --> 01:12:21.920
.

01:12:21.920 --> 01:12:22.820
.

01:12:22.820 --> 01:12:23.100
.

01:12:24.540 --> 01:12:25.460
.

01:12:25.460 --> 01:12:26.560
.

01:12:26.560 --> 01:12:27.720
.

01:12:36.420 --> 01:12:37.820
.

01:12:37.820 --> 01:12:38.880
.

01:12:38.880 --> 01:12:39.160
.

01:13:06.300 --> 01:13:07.700
.

01:13:07.700 --> 01:13:07.900
.

01:13:07.900 --> 01:13:09.400
.

01:13:09.400 --> 01:13:10.580
.

01:13:10.580 --> 01:13:10.600
.

01:13:10.600 --> 01:13:11.660
.

01:13:11.660 --> 01:13:12.080
.

01:13:12.080 --> 01:13:12.500
.

01:13:13.500 --> 01:13:13.780
.

01:13:13.780 --> 01:13:13.920
.

01:13:16.060 --> 01:13:16.340
.

01:13:16.340 --> 01:13:16.360
.

01:13:16.360 --> 01:13:16.380
.

01:13:16.380 --> 01:13:17.460
.

01:13:17.460 --> 01:13:17.480
.

01:13:29.880 --> 01:13:31.280
.

01:13:31.280 --> 01:13:31.760
.

01:13:33.160 --> 01:13:33.200
.

01:13:33.200 --> 01:13:33.220
.

01:13:51.180 --> 01:13:51.220
.

01:13:51.220 --> 01:13:51.240
.

01:13:51.240 --> 01:13:51.260
.

01:13:51.260 --> 01:13:52.720
.

01:13:52.720 --> 01:13:53.500
.

01:14:05.140 --> 01:14:06.540
.

01:14:06.540 --> 01:14:06.560
.

01:14:06.560 --> 01:14:06.620
.

01:14:35.200 --> 01:14:36.600
.

01:14:36.600 --> 01:14:38.100
.

01:14:38.100 --> 01:14:38.120
.

01:15:04.880 --> 01:15:06.280
.

01:15:06.600 --> 01:15:07.760
.

01:15:16.900 --> 01:15:18.080
.

01:15:18.080 --> 01:15:18.100
.

01:15:18.100 --> 01:15:18.120
.

01:15:18.120 --> 01:15:19.380
.

01:15:19.380 --> 01:15:20.760
.

01:15:20.760 --> 01:15:22.740
.

01:15:24.300 --> 01:15:25.700
.

01:15:50.900 --> 01:15:52.300
.

01:15:52.300 --> 01:15:52.480
.

01:15:52.480 --> 01:15:52.720
.

01:15:52.720 --> 01:15:54.080
.

01:15:54.080 --> 01:15:54.100
.

01:15:59.400 --> 01:16:00.280
.

01:16:00.280 --> 01:16:00.300
.

01:16:00.300 --> 01:16:00.740
.

01:16:00.740 --> 01:16:03.380
.

01:16:03.380 --> 01:16:04.920
.

01:16:29.300 --> 01:16:30.700
.

01:16:30.700 --> 01:16:30.720
.

01:16:30.720 --> 01:16:33.180
.

01:16:37.080 --> 01:16:38.480
.

01:16:38.480 --> 01:16:39.660
.

01:16:39.660 --> 01:16:42.100
.

01:16:44.140 --> 01:16:45.540
.

01:16:45.540 --> 01:16:45.560
.

01:16:52.880 --> 01:16:53.920
.

01:16:53.920 --> 01:16:54.200
.

01:16:54.200 --> 01:16:54.720
.

01:16:57.020 --> 01:16:58.420
.

01:17:03.000 --> 01:17:04.400
.

01:17:06.140 --> 01:17:07.540
.

01:17:32.980 --> 01:17:34.380
.

01:17:34.380 --> 01:17:35.220
.

01:17:35.220 --> 01:17:35.720
.

01:17:35.720 --> 01:17:37.960
.

01:18:05.560 --> 01:18:06.960
.

01:18:15.080 --> 01:18:16.480
.

01:18:16.480 --> 01:18:16.500
.

01:18:16.500 --> 01:18:16.520
.

01:18:45.100 --> 01:18:46.500
.

01:18:46.500 --> 01:18:48.020
.

01:18:48.020 --> 01:18:48.260
.

01:19:16.500 --> 01:19:17.560
.

01:19:19.600 --> 01:19:21.000
.

01:19:21.000 --> 01:19:21.020
.

01:19:22.620 --> 01:19:24.020
.

01:19:51.500 --> 01:19:51.980
.

01:19:51.980 --> 01:19:52.200
.

01:19:52.200 --> 01:19:53.000
.

01:19:53.000 --> 01:19:53.400
.

01:19:56.960 --> 01:19:58.360
.

01:20:24.820 --> 01:20:26.220
.

01:20:27.200 --> 01:20:27.860
.

01:20:33.580 --> 01:20:34.980
.

01:20:34.980 --> 01:20:37.200
.

01:20:37.200 --> 01:20:38.760
.

01:21:05.780 --> 01:21:07.180
.

01:21:07.180 --> 01:21:08.900
.

01:21:08.900 --> 01:21:11.380
.

01:21:11.380 --> 01:21:11.480
.

01:21:11.480 --> 01:21:12.560
.

01:21:12.560 --> 01:21:14.080
.

01:21:14.080 --> 01:21:16.640
.

01:21:16.640 --> 01:21:17.200
.

01:21:17.200 --> 01:21:17.860
.

01:21:27.280 --> 01:21:28.680
.

01:21:44.220 --> 01:21:45.620
.

01:21:45.620 --> 01:21:47.800
.

01:21:47.800 --> 01:21:47.820
.

01:21:47.820 --> 01:21:47.840
.

01:21:50.500 --> 01:21:51.900
.

01:21:51.900 --> 01:21:52.040
.

01:22:16.420 --> 01:22:17.820
.

01:22:17.820 --> 01:22:18.540
.

01:22:18.540 --> 01:22:19.460
.

01:22:19.460 --> 01:22:20.640
.

01:22:20.640 --> 01:22:22.620
.

01:22:24.580 --> 01:22:25.980
.

01:22:25.980 --> 01:22:26.640
.

01:22:51.200 --> 01:22:52.600
.

01:22:59.740 --> 01:23:01.140
.

01:23:19.520 --> 01:23:20.920
.

01:23:20.920 --> 01:23:22.440
.

01:23:22.440 --> 01:23:22.460
.

01:23:22.460 --> 01:23:22.580
.

01:23:25.880 --> 01:23:25.920
.

01:23:25.920 --> 01:23:25.940
.

01:23:52.480 --> 01:23:52.520
.

01:23:52.520 --> 01:23:52.540
.

01:23:52.540 --> 01:23:52.560
.

01:23:52.560 --> 01:23:53.420
.

01:23:55.640 --> 01:23:57.040
.

01:23:57.040 --> 01:23:57.060
.

01:23:57.060 --> 01:23:57.700
.

01:24:00.740 --> 01:24:02.140
.

01:24:02.700 --> 01:24:03.140
.

01:24:03.140 --> 01:24:03.160
.

01:24:03.160 --> 01:24:03.180
.

01:24:03.180 --> 01:24:05.920
.

01:24:05.920 --> 01:24:07.080
.

01:24:07.080 --> 01:24:09.300
.

01:24:09.300 --> 01:24:09.360
.

01:24:12.220 --> 01:24:13.620
.

01:24:13.620 --> 01:24:14.400
.

01:24:17.260 --> 01:24:18.060
.

01:24:18.060 --> 01:24:18.080
.

01:24:18.080 --> 01:24:18.100
.

01:24:24.420 --> 01:24:24.460
.

01:24:24.460 --> 01:24:24.480
.

01:24:28.140 --> 01:24:28.180
.

01:24:28.180 --> 01:24:28.200
.

01:24:28.200 --> 01:24:28.220
.

01:24:28.220 --> 01:24:29.040
.

01:24:33.220 --> 01:24:33.480
.

01:24:38.040 --> 01:24:39.440
.

01:24:39.440 --> 01:24:39.700
.

01:24:39.700 --> 01:24:41.280
.

01:24:51.480 --> 01:24:52.880
.

01:24:52.880 --> 01:24:52.900
.

01:24:52.900 --> 01:24:52.920
.

01:24:52.920 --> 01:24:53.300
.

01:24:53.300 --> 01:24:54.440
.

01:24:56.300 --> 01:24:57.700
.

01:24:57.700 --> 01:24:57.880
.

01:24:57.880 --> 01:24:58.840
.

01:24:58.840 --> 01:24:59.760
.

01:24:59.760 --> 01:25:00.000
.

01:25:02.580 --> 01:25:03.980
.

01:25:05.860 --> 01:25:07.260
.

01:25:07.260 --> 01:25:08.620
.

01:25:08.620 --> 01:25:08.640
.

01:25:35.200 --> 01:25:36.600
.

01:25:37.520 --> 01:25:37.560
.

01:25:37.560 --> 01:25:37.580
.

01:25:52.420 --> 01:25:52.460
.

01:25:52.460 --> 01:25:52.480
.

01:25:52.480 --> 01:25:52.500
.

01:25:52.500 --> 01:25:53.320
.

01:25:56.080 --> 01:25:57.480
.

01:26:15.460 --> 01:26:16.860
.

01:26:20.000 --> 01:26:21.400
.

01:26:28.220 --> 01:26:29.620
.

01:26:29.620 --> 01:26:29.660
.

01:26:29.660 --> 01:26:31.900
.

01:26:57.700 --> 01:26:59.100
.