appscms-tools-theme 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/feature/en/compress-pdf.json +1 -1
- data/_data/head/en/data.json +0 -0
- data/_data/header/en/data.json +1 -1
- data/_includes/head/index.html +7 -5
- data/_includes/header/blogHeader.html +0 -3
- data/_includes/header/index.html +24 -108
- data/_includes/postbox.html +8 -3
- data/_layouts/feature.html +9 -7
- data/_layouts/home.html +2 -1
- data/assets/css/blog.css +1 -1
- data/assets/css/tools.css +2928 -1046
- metadata +3 -5
- data/_includes/search-lunr.html +0 -16
- data/assets/js/lunr.js +0 -2977
- data/assets/js/lunrsearchengine.js +0 -89
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a55a6d1058e97294903082857f905169d95efed11542049710cc2273e9d9b046
|
4
|
+
data.tar.gz: b9d6a7d1eddd026219269606dce34895309a1e82168a5afc9a5465557bb8aaec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9363c51a110c19088d752d71d4613fda0f4555343160263144472c53885404e784f3643a820255482427c9defd693b1d5bbb638786d7f6125f724965aa4d8666
|
7
|
+
data.tar.gz: 20ea1c5c1ba81e2bb8851f6a9c5358b099a887cb87b1974687e78f881593fcc4823b90d888260f74b79b8c6d50d49a9fa624b8261006c57b086beb5a188ab510
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"H1":"Set alarm for $variable minutes from now",
|
3
|
-
"H2":"Simplest online alarm
|
3
|
+
"H2":"Simplest online alarm clock to set alarms. Do not close browser tab.",
|
4
4
|
"TITLE": "Set alarm for $variable minutes from now",
|
5
5
|
"META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
|
6
6
|
"LABEL": "DOCX to PDF",
|
File without changes
|
data/_data/header/en/data.json
CHANGED
data/_includes/head/index.html
CHANGED
@@ -1,17 +1,19 @@
|
|
1
1
|
<head>
|
2
|
+
{% assign file = page.fileName %}
|
3
|
+
{% assign lang = page.lang %}
|
4
|
+
{% assign dataArr = site.data.feature[lang][file] %}
|
5
|
+
{% assign dataToShow = dataArr %}
|
2
6
|
<meta charset="utf-8">
|
3
7
|
<link rel="shortcut icon" href="/favicon.png">
|
4
8
|
|
5
9
|
<meta name="viewport" content="width=device-width">
|
6
10
|
|
7
|
-
|
8
11
|
<meta name="apple-itunes-app" content="app-id=1485259500" />
|
9
12
|
|
10
13
|
|
11
|
-
<title>
|
14
|
+
<title>{{dataToShow.TITLE}}</title>
|
12
15
|
|
13
|
-
<meta name="description"
|
14
|
-
content="pdf - the platform that makes it super easy to convert and edit all your PDF files. Solving all your PDF problems in one place - and yes, free. ">
|
16
|
+
<meta name="description" content="{{dataToShow.META}}">
|
15
17
|
|
16
18
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
|
17
19
|
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
@@ -42,6 +44,6 @@
|
|
42
44
|
<link rel="preload" href="/build/ca6a911b9040a84259b8c6f7f4cbb72e.svg" as=image>
|
43
45
|
<link rel="preload" href="/build/95cf74e5f89f93cfd5f97d16fa673f05.svg" as=image>
|
44
46
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
|
47
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
|
45
48
|
<link rel="stylesheet" href="/assets/css/tools.css">
|
46
|
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
|
47
49
|
</head>
|
data/_includes/header/index.html
CHANGED
@@ -2,117 +2,33 @@
|
|
2
2
|
{% assign dataToShow = site.data.header[lang].data %}
|
3
3
|
<script src="https://smallpdf.com/build/pdf-to-word.js?h=545647d2"></script>
|
4
4
|
<!-- Header -->
|
5
|
-
<
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
</a>
|
23
|
-
</div>
|
24
|
-
|
25
|
-
<div class="sc-1sjqft3-3 ckYqmv">
|
26
|
-
<div style="display:flex" id="__cond-851089">
|
27
|
-
<div class="soxssp-0 gXzTud">
|
28
|
-
<div class="xda4z1-0 fIwWsF">Tools</div>
|
29
|
-
</div>
|
30
|
-
</div>
|
31
|
-
</div>
|
32
|
-
|
5
|
+
<header>
|
6
|
+
<nav class="navbar navbar-expand-lg">
|
7
|
+
{% if dataToShow.navbarBrandText != "" %}
|
8
|
+
<a class="navbar-brand" href="/" title="{{dataToShow.navbarBrandText}}">{{dataToShow.navbarBrandText}}</a>
|
9
|
+
{% else %}
|
10
|
+
<a href="/">
|
11
|
+
<img class="sc-168ssfod-2 hjiVat" src="{{ dataToShow.navbarBrandLogo }}"
|
12
|
+
alt="{{ dataToShow.navbarBrandLogo }}">
|
13
|
+
</a>
|
14
|
+
{% endif %}
|
15
|
+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
16
|
+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
17
|
+
<i class="fa fa-bars fa_bars" aria-hidden="true"></i>
|
18
|
+
</button>
|
19
|
+
|
20
|
+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
21
|
+
<ul class="navbar-nav mr-auto ml-5">
|
33
22
|
{% for item in dataToShow.navItems %}
|
34
|
-
<
|
35
|
-
|
36
|
-
|
37
|
-
<ul class="sc-1hd6z21-1 hcwoex">
|
38
|
-
<div style="display: flex;" id="__cond-851087">
|
39
|
-
<li class="sc-1mqygah-0 hIbenQ">
|
40
|
-
<a class="lqkt1b-0 fdItuc sc-1mqygah-1 cdDJXX" href="/#">
|
41
|
-
<div class="sc-1hd6z21-3 hcNhmP">pdf for Teams<div class="sc-1hd6z21-4 hcVDQY">
|
42
|
-
<div class="yngot0-0 hHIHUq">New</div>
|
43
|
-
</div>
|
44
|
-
</div>
|
45
|
-
</a>
|
46
|
-
</li>
|
47
|
-
</div>
|
48
|
-
</ul>
|
49
|
-
<div style="display: flex;" id="__cond-851088">
|
50
|
-
<div class="sc-1hd6z21-2 hcEKIG">
|
51
|
-
|
52
|
-
</div>
|
53
|
-
</div>
|
54
|
-
</div>
|
55
|
-
</div> -->
|
56
|
-
<div style="display:flex" id="__cond-851089">
|
57
|
-
<div class="soxssp-0 gXzTud">
|
58
|
-
<div class="xda4z1-0 fIwWsF">
|
59
|
-
<a href="{{item.url}}">{{item.name}}</a>
|
60
|
-
</div>
|
61
|
-
</div>
|
62
|
-
</div>
|
63
|
-
</div>
|
23
|
+
<li class="nav-item nav__item">
|
24
|
+
<a href="{{item.url}}">{{item.name}}</a>
|
25
|
+
</li>
|
64
26
|
{% endfor %}
|
65
|
-
</div>
|
66
|
-
|
67
|
-
|
68
27
|
|
28
|
+
</ul>
|
29
|
+
</div>
|
30
|
+
</nav>
|
69
31
|
|
70
|
-
|
71
|
-
<div style="display:flex" id="__cond-851091">
|
72
|
-
<div class="sc-1ucfe2p-0 ipqJFq">
|
73
|
-
<button class="sc-1mvwhop-0 cPHJoA" type="submit">
|
74
|
-
<div id="__cond-851092">Free Trial</div>
|
75
|
-
</button>
|
76
|
-
</div>
|
77
|
-
</div> -->
|
78
|
-
<div class="yue4at-0 fPnIVd">
|
79
|
-
<div class="yue4at-1 fPwfzm">
|
80
|
-
<div style="display: none;" id="__cond-851093">
|
81
|
-
<div class="sc-1pc5grg-0 jxQvto">
|
82
|
-
<div class="sc-1pc5grg-1 deuuwy">
|
83
|
-
<div class="vnoyvz-0 sHtdd">
|
84
|
-
<div class="vnoyvz-1 sPPHm">
|
85
|
-
<div class="vnoyvz-2 sYmlv">
|
86
|
-
|
87
|
-
</div>
|
88
|
-
</div>
|
89
|
-
</div>
|
90
|
-
<div class="rhlin0-0 cblySq">
|
91
|
-
<div class="sc-2xfn8l-0 bxyVaO sxq67w-0 bVpxBN">
|
92
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
93
|
-
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 12" fill="#000">
|
94
|
-
<polygon points="2 5 10 5 6 9"></polygon>
|
95
|
-
</svg>
|
96
|
-
</div>
|
97
|
-
</div>
|
98
|
-
<div class="sc-1apfbp1-0 knfgvG">
|
99
|
-
|
100
|
-
</div>
|
101
|
-
</div>
|
102
|
-
</div>
|
103
|
-
</div>
|
104
|
-
<div style="display:flex" id="__cond-851094">
|
105
|
-
<div class="rnvo6-0 jxYGTk">
|
106
|
-
<div class="rnvo6-1 jyhdxt">
|
32
|
+
</header>
|
107
33
|
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
</div>
|
111
|
-
</div>
|
112
|
-
</div>
|
113
|
-
</div>
|
114
|
-
</div>
|
115
|
-
</div>
|
116
|
-
</div>
|
117
|
-
<div class="sc-1p2sah-0 jKLUgT"></div>
|
118
34
|
<!-- Header End -->
|
data/_includes/postbox.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- begin post -->
|
2
|
-
<div class="col-lg-4 col-md-6 mb-
|
2
|
+
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
3
3
|
<div class="card h-100">
|
4
4
|
<a href="{{ post.url }}">
|
5
5
|
<img src="{{ post.image }}" class="card-img-top" alt="">
|
@@ -9,14 +9,19 @@
|
|
9
9
|
<h4 class="card-title mb-4">{{ post.title }}</h4>
|
10
10
|
</a>
|
11
11
|
</div>
|
12
|
+
|
13
|
+
{% assign author = site.data.blog.authors[post.author] %}
|
12
14
|
<div class="card-footer bg-white">
|
13
15
|
<div class="wrapfooter">
|
16
|
+
{% if post.author %}
|
14
17
|
<span class="meta-footer-thumb">
|
15
|
-
<img class="author-thumb" src="{{
|
18
|
+
<img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
|
16
19
|
</span>
|
20
|
+
{% endif %}
|
21
|
+
|
17
22
|
<span class="author-meta">
|
18
23
|
<span class="post-name">
|
19
|
-
<a target="_blank" href="
|
24
|
+
<a target="_blank" href="/blog">{{post.author}}</a>
|
20
25
|
</span><br>
|
21
26
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
22
27
|
</span>
|
data/_layouts/feature.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
|
2
1
|
<!DOCTYPE html>
|
3
2
|
<html lang="en" data-tool="landing">
|
4
3
|
{% include head/index.html %}
|
4
|
+
|
5
5
|
<body>
|
6
6
|
{% include header/index.html %}
|
7
7
|
{% assign file = page.fileName %}
|
@@ -38,8 +38,8 @@
|
|
38
38
|
<div class="sc-1rkezdt-1 buUasx">
|
39
39
|
<div class="sc-1rkezdt-2 cwvKbP"></div>
|
40
40
|
<div class="sc-1rkezdt-3 hzsTQm">
|
41
|
-
|
42
|
-
|
41
|
+
<!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
|
42
|
+
{{content}}
|
43
43
|
</div>
|
44
44
|
</div>
|
45
45
|
</div>
|
@@ -89,10 +89,12 @@
|
|
89
89
|
<div class="sc-1ttxsn1-0 fxCLCz">
|
90
90
|
<div class="sc-1ttxsn1-1 hvHwmD">
|
91
91
|
<div class="sc-1xhbmbb-1 gBPLal">
|
92
|
-
<div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM"
|
93
|
-
alt="How to reduce a PDF size online:"
|
92
|
+
<div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM"
|
93
|
+
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" alt="How to reduce a PDF size online:">
|
94
|
+
</div>
|
94
95
|
<div class="sc-1xhbmbb-5 gCxxqV">
|
95
|
-
<h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
|
96
|
+
<h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
|
97
|
+
page.value}}</h3>
|
96
98
|
<ol class="sc-1xhbmbb-6 gCFTVe">
|
97
99
|
{% for data in dataToShow.HOW_TO_CONTENT.steps %}
|
98
100
|
<li class="sc-1xhbmbb-7 gCOqzn">{{data | replace: "$variable", page.value}}</li>
|
@@ -129,9 +131,9 @@
|
|
129
131
|
<!-- Footer -->
|
130
132
|
|
131
133
|
{% include footer/index.html %}
|
134
|
+
{% include script.html %}
|
132
135
|
|
133
136
|
<!-- Footer End -->
|
134
137
|
</body>
|
135
|
-
<link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}">
|
136
138
|
|
137
139
|
</html>
|
data/_layouts/home.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
</div>
|
18
18
|
</div>
|
19
19
|
</div>
|
20
|
-
|
20
|
+
|
21
21
|
<div class="sc-1ttxsn1-0 fxCLCz">
|
22
22
|
<div class="sc-1ttxsn1-1 hvHwmD">
|
23
23
|
<ul class="je654-0 dhopRv">
|
@@ -39,6 +39,7 @@
|
|
39
39
|
|
40
40
|
<!-- Footer -->
|
41
41
|
{% include footer/index.html %}
|
42
|
+
{% include script.html %}
|
42
43
|
<!-- Footer End -->
|
43
44
|
</body>
|
44
45
|
|
data/assets/css/blog.css
CHANGED
data/assets/css/tools.css
CHANGED
@@ -1,1140 +1,3024 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
header {
|
2
|
+
width: 100%;
|
3
|
+
border-bottom: 1px solid rgba(224, 224, 224, 1);
|
4
|
+
}
|
5
|
+
.navbar-toggler {
|
6
|
+
outline: none !important;
|
7
|
+
}
|
8
|
+
.navbar-toggler > .fa_bars {
|
9
|
+
position: absolute;
|
10
|
+
top: 20px;
|
11
|
+
font-size: 22px;
|
12
|
+
}
|
13
|
+
|
14
|
+
.nav__item {
|
15
|
+
margin: 0 !important;
|
16
|
+
padding: 0 15px;
|
17
|
+
font-size: 15px;
|
18
|
+
font-weight: 400;
|
19
|
+
line-height: 18px;
|
20
|
+
text-align: left;
|
21
|
+
/* color: #11304e; */
|
22
|
+
list-style: none;
|
23
|
+
position: relative;
|
24
|
+
}
|
25
|
+
.nav__item a:hover {
|
26
|
+
color: #000;
|
27
|
+
text-decoration: none !important;
|
28
|
+
}
|
29
|
+
|
30
|
+
@media (max-width: 992px) {
|
31
|
+
.navbar-nav {
|
32
|
+
margin: 0 !important;
|
33
|
+
}
|
34
|
+
|
35
|
+
.nav__item {
|
36
|
+
padding: 15px 0;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
@media (max-width: 768px) {
|
40
|
+
.faq-list {
|
41
|
+
width: 100% !important;
|
42
|
+
}
|
43
|
+
.lpnhkH,
|
44
|
+
.lpvDOQ {
|
45
|
+
font-size: 20px !important;
|
46
|
+
}
|
5
47
|
}
|
48
|
+
|
6
49
|
.gBPLal {
|
7
|
-
|
8
|
-
|
50
|
+
display: flex;
|
51
|
+
flex-wrap: wrap;
|
9
52
|
}
|
10
|
-
@media (min-width: 768px)
|
11
|
-
|
53
|
+
@media (min-width: 768px) {
|
54
|
+
.gBPLal {
|
12
55
|
padding: 90px 0px;
|
13
|
-
}
|
56
|
+
}
|
57
|
+
}
|
14
58
|
.gCgEiD {
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
59
|
+
flex: 1 1 50%;
|
60
|
+
display: flex;
|
61
|
+
-webkit-box-pack: center;
|
62
|
+
justify-content: center;
|
63
|
+
-webkit-box-align: center;
|
64
|
+
align-items: center;
|
21
65
|
}
|
22
66
|
.esoOLU {
|
23
|
-
|
24
|
-
|
25
|
-
|
67
|
+
display: flex;
|
68
|
+
flex-wrap: wrap;
|
69
|
+
max-width: 100%;
|
70
|
+
}
|
71
|
+
@media (max-width: 768px) {
|
72
|
+
.esoOLU {
|
73
|
+
padding: 66px 0px 36px;
|
74
|
+
flex-direction: column !important;
|
75
|
+
}
|
26
76
|
}
|
27
77
|
.gCpaMM {
|
28
|
-
|
29
|
-
|
78
|
+
height: 180px;
|
79
|
+
width: 300px;
|
30
80
|
}
|
31
81
|
.gCxxqV {
|
32
|
-
|
33
|
-
|
82
|
+
flex: 1 1 50%;
|
83
|
+
color: rgb(33, 33, 33);
|
34
84
|
}
|
35
|
-
@media (min-width: 768px){
|
36
|
-
.gBYhEu {
|
85
|
+
@media (min-width: 768px) {
|
86
|
+
.gBYhEu {
|
37
87
|
line-height: 30px;
|
38
88
|
font-size: 22px;
|
39
|
-
}
|
89
|
+
}
|
90
|
+
}
|
40
91
|
.gCFTVe {
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
92
|
+
list-style: none;
|
93
|
+
counter-reset: howToCounter 0;
|
94
|
+
margin: 0px;
|
95
|
+
padding: 6px 0px;
|
45
96
|
}
|
46
97
|
.gCOqzn {
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
98
|
+
line-height: 24px;
|
99
|
+
font-size: 16px;
|
100
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
101
|
+
-webkit-font-smoothing: antialiased;
|
102
|
+
font-weight: 400;
|
103
|
+
display: flex;
|
104
|
+
padding: 6px 0px;
|
54
105
|
}
|
55
106
|
.gBYhEu {
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
107
|
+
line-height: 30px;
|
108
|
+
font-size: 20px;
|
109
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
110
|
+
-webkit-font-smoothing: antialiased;
|
111
|
+
font-weight: 600;
|
112
|
+
margin: 0px;
|
113
|
+
padding-bottom: 12px;
|
63
114
|
}
|
64
115
|
.kmltsK {
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
116
|
+
display: flex;
|
117
|
+
flex-direction: column;
|
118
|
+
-webkit-box-align: center;
|
119
|
+
align-items: center;
|
120
|
+
padding: 0px 16px 54px;
|
70
121
|
}
|
71
|
-
@media (min-width: 768px)
|
122
|
+
@media (min-width: 768px) {
|
123
|
+
.kmltsK {
|
72
124
|
width: 33.3333%;
|
73
|
-
}
|
125
|
+
}
|
126
|
+
}
|
74
127
|
.kmtPWT {
|
75
|
-
|
76
|
-
|
128
|
+
width: 48px;
|
129
|
+
height: 48px;
|
77
130
|
}
|
78
131
|
.cxlSWI {
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
132
|
+
margin-left: 6px;
|
133
|
+
white-space: nowrap;
|
134
|
+
text-overflow: ellipsis;
|
135
|
+
overflow: hidden;
|
83
136
|
}
|
84
137
|
.kmCmBc {
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
138
|
+
line-height: 24px;
|
139
|
+
font-size: 16px;
|
140
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
141
|
+
-webkit-font-smoothing: antialiased;
|
142
|
+
font-weight: 600;
|
143
|
+
color: rgb(33, 33, 33);
|
144
|
+
text-align: center;
|
145
|
+
margin: 0px;
|
146
|
+
padding: 12px 0px;
|
94
147
|
}
|
95
148
|
.kmCmBc-q {
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
149
|
+
line-height: 24px;
|
150
|
+
font-size: 16px;
|
151
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
152
|
+
-webkit-font-smoothing: antialiased;
|
153
|
+
font-weight: 600;
|
154
|
+
color: rgb(33, 33, 33);
|
155
|
+
text-align: left;
|
156
|
+
margin: 0px;
|
157
|
+
padding: 12px 0px;
|
105
158
|
}
|
106
159
|
.kmKJfl {
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
160
|
+
line-height: 24px;
|
161
|
+
font-size: 16px;
|
162
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
163
|
+
-webkit-font-smoothing: antialiased;
|
164
|
+
font-weight: 400;
|
165
|
+
color: rgb(33, 33, 33);
|
166
|
+
text-align: center;
|
167
|
+
margin: 0px;
|
168
|
+
padding: 0px 24px;
|
169
|
+
max-width: 100%;
|
117
170
|
}
|
118
171
|
.enfNez {
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
172
|
+
cursor: pointer;
|
173
|
+
user-select: none;
|
174
|
+
margin: 0px;
|
175
|
+
padding: 0px;
|
176
|
+
outline: 0px;
|
177
|
+
border: 0px;
|
178
|
+
overflow: visible;
|
179
|
+
display: flex;
|
180
|
+
-webkit-box-align: center;
|
181
|
+
align-items: center;
|
182
|
+
color: inherit;
|
183
|
+
background-color: transparent;
|
184
|
+
font-family: inherit;
|
185
|
+
line-height: inherit;
|
186
|
+
transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
|
187
|
+
width: 54px;
|
188
|
+
-webkit-box-pack: center;
|
189
|
+
justify-content: center;
|
190
|
+
border-radius: 0px 4px 4px 0px;
|
138
191
|
}
|
139
192
|
.kmKJfl-p {
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
}
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
193
|
+
line-height: 24px;
|
194
|
+
font-size: 16px;
|
195
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
196
|
+
-webkit-font-smoothing: antialiased;
|
197
|
+
font-weight: 400;
|
198
|
+
color: rgb(33, 33, 33);
|
199
|
+
text-align: left;
|
200
|
+
margin: 0px;
|
201
|
+
max-width: 100%;
|
202
|
+
}
|
203
|
+
body {
|
204
|
+
margin: 0;
|
205
|
+
}
|
206
|
+
main {
|
207
|
+
display: block;
|
208
|
+
}
|
209
|
+
h1 {
|
210
|
+
font-size: 2em;
|
211
|
+
margin: 0.67em 0;
|
212
|
+
}
|
213
|
+
hr {
|
214
|
+
box-sizing: content-box;
|
215
|
+
height: 0;
|
216
|
+
overflow: visible;
|
217
|
+
}
|
218
|
+
pre {
|
219
|
+
font-family: monospace, monospace;
|
220
|
+
font-size: 1em;
|
221
|
+
}
|
222
|
+
a {
|
223
|
+
background-color: transparent;
|
224
|
+
}
|
225
|
+
abbr[title] {
|
226
|
+
border-bottom: none;
|
227
|
+
-webkit-text-decoration: underline;
|
228
|
+
text-decoration: underline;
|
229
|
+
-webkit-text-decoration: underline dotted;
|
230
|
+
text-decoration: underline dotted;
|
231
|
+
}
|
232
|
+
b,
|
233
|
+
strong {
|
234
|
+
font-weight: bolder;
|
235
|
+
}
|
236
|
+
code,
|
237
|
+
kbd,
|
238
|
+
samp {
|
239
|
+
font-family: monospace, monospace;
|
240
|
+
font-size: 1em;
|
241
|
+
}
|
242
|
+
small {
|
243
|
+
font-size: 80%;
|
244
|
+
}
|
245
|
+
sub,
|
246
|
+
sup {
|
247
|
+
font-size: 75%;
|
248
|
+
line-height: 0;
|
249
|
+
position: relative;
|
250
|
+
vertical-align: baseline;
|
251
|
+
}
|
252
|
+
sub {
|
253
|
+
bottom: -0.25em;
|
254
|
+
}
|
255
|
+
sup {
|
256
|
+
top: -0.5em;
|
257
|
+
}
|
258
|
+
img {
|
259
|
+
border-style: none;
|
260
|
+
}
|
261
|
+
button,
|
262
|
+
input,
|
263
|
+
optgroup,
|
264
|
+
select,
|
265
|
+
textarea {
|
266
|
+
font-family: inherit;
|
267
|
+
font-size: 100%;
|
268
|
+
line-height: 1.15;
|
269
|
+
margin: 0;
|
270
|
+
}
|
271
|
+
button,
|
272
|
+
input {
|
273
|
+
overflow: visible;
|
274
|
+
}
|
275
|
+
button,
|
276
|
+
select {
|
277
|
+
text-transform: none;
|
278
|
+
}
|
279
|
+
button,
|
280
|
+
[type='button'],
|
281
|
+
[type='reset'],
|
282
|
+
[type='submit'] {
|
283
|
+
-webkit-appearance: button;
|
284
|
+
}
|
285
|
+
button::-moz-focus-inner,
|
286
|
+
[type='button']::-moz-focus-inner,
|
287
|
+
[type='reset']::-moz-focus-inner,
|
288
|
+
[type='submit']::-moz-focus-inner {
|
289
|
+
border-style: none;
|
290
|
+
padding: 0;
|
291
|
+
}
|
292
|
+
button:-moz-focusring,
|
293
|
+
[type='button']:-moz-focusring,
|
294
|
+
[type='reset']:-moz-focusring,
|
295
|
+
[type='submit']:-moz-focusring {
|
296
|
+
outline: 1px dotted ButtonText;
|
297
|
+
}
|
298
|
+
fieldset {
|
299
|
+
padding: 0.35em 0.75em 0.625em;
|
300
|
+
}
|
301
|
+
legend {
|
302
|
+
box-sizing: border-box;
|
303
|
+
color: inherit;
|
304
|
+
display: table;
|
305
|
+
max-width: 100%;
|
306
|
+
padding: 0;
|
307
|
+
white-space: normal;
|
308
|
+
}
|
309
|
+
progress {
|
310
|
+
vertical-align: baseline;
|
311
|
+
}
|
312
|
+
textarea {
|
313
|
+
overflow: auto;
|
314
|
+
}
|
315
|
+
[type='checkbox'],
|
316
|
+
[type='radio'] {
|
317
|
+
box-sizing: border-box;
|
318
|
+
padding: 0;
|
319
|
+
}
|
320
|
+
[type='number']::-webkit-inner-spin-button,
|
321
|
+
[type='number']::-webkit-outer-spin-button {
|
322
|
+
height: auto;
|
323
|
+
}
|
324
|
+
[type='search'] {
|
325
|
+
-webkit-appearance: textfield;
|
326
|
+
outline-offset: -2px;
|
327
|
+
}
|
328
|
+
[type='search']::-webkit-search-decoration {
|
329
|
+
-webkit-appearance: none;
|
330
|
+
}
|
331
|
+
::-webkit-file-upload-button {
|
332
|
+
-webkit-appearance: button;
|
333
|
+
font: inherit;
|
334
|
+
}
|
335
|
+
details {
|
336
|
+
display: block;
|
337
|
+
}
|
338
|
+
summary {
|
339
|
+
display: list-item;
|
340
|
+
}
|
341
|
+
template {
|
342
|
+
display: none;
|
343
|
+
}
|
344
|
+
[hidden] {
|
345
|
+
display: none;
|
346
|
+
}
|
347
|
+
body {
|
348
|
+
overflow-y: scroll;
|
349
|
+
background: white;
|
350
|
+
}
|
351
|
+
#app {
|
352
|
+
display: -webkit-box;
|
353
|
+
display: -webkit-flex;
|
354
|
+
display: -ms-flexbox;
|
355
|
+
display: flex;
|
356
|
+
min-height: 100vh;
|
357
|
+
}
|
358
|
+
* {
|
359
|
+
box-sizing: border-box;
|
360
|
+
margin-block-start: 0px;
|
361
|
+
margin-block-end: 0px;
|
362
|
+
margin-inline-start: 0px;
|
363
|
+
margin-inline-end: 0px;
|
364
|
+
}
|
365
|
+
data-styled.g2320[id='sc-global-ilaRTG1'] {
|
366
|
+
content: 'sc-global-ilaRTG1,';
|
367
|
+
}
|
368
|
+
data-styled.g1[id='sc-1ttxsn1-0'] {
|
369
|
+
content: 'fxCLCz,';
|
370
|
+
}
|
190
371
|
|
191
|
-
.iFsNzG{
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
372
|
+
.iFsNzG {
|
373
|
+
color: rgb(33, 33, 33);
|
374
|
+
position: absolute;
|
375
|
+
top: 12px;
|
376
|
+
right: 12px;
|
377
|
+
z-index: 10;
|
378
|
+
cursor: pointer;
|
379
|
+
}
|
380
|
+
.buUasx {
|
381
|
+
position: relative;
|
382
|
+
display: flex;
|
383
|
+
flex-direction: column;
|
384
|
+
background-color: rgb(242, 48, 48);
|
385
|
+
min-height: 300px;
|
386
|
+
width: 100%;
|
387
|
+
}
|
388
|
+
.cwvKbP {
|
389
|
+
position: absolute;
|
390
|
+
inset: 12px;
|
391
|
+
background: rgba(0, 0, 0, 0.1);
|
392
|
+
border: 2px dashed rgba(0, 0, 0, 0.15);
|
393
|
+
}
|
394
|
+
.cwUZOq {
|
395
|
+
padding-bottom: 18px;
|
396
|
+
color: white;
|
397
|
+
}
|
398
|
+
.iTXuYA {
|
399
|
+
height: 60px;
|
400
|
+
width: 96px;
|
198
401
|
}
|
199
|
-
.
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
402
|
+
.bxyVaO {
|
403
|
+
display: flex;
|
404
|
+
overflow: hidden;
|
405
|
+
}
|
406
|
+
.cwMDkh {
|
407
|
+
display: flex;
|
408
|
+
flex-direction: column;
|
409
|
+
-webkit-box-align: center;
|
410
|
+
align-items: center;
|
411
|
+
flex: 1 1 auto;
|
412
|
+
-webkit-box-pack: center;
|
413
|
+
justify-content: center;
|
206
414
|
}
|
207
|
-
.
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
415
|
+
.cxdwsz {
|
416
|
+
line-height: 24px;
|
417
|
+
font-size: 16px;
|
418
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
419
|
+
-webkit-font-smoothing: antialiased;
|
420
|
+
font-weight: 400;
|
421
|
+
padding-top: 12px;
|
422
|
+
text-align: center;
|
423
|
+
color: white;
|
424
|
+
}
|
425
|
+
.fqHzAf {
|
426
|
+
display: flex;
|
427
|
+
flex: 1 1 auto;
|
428
|
+
}
|
429
|
+
.fqPWeo {
|
430
|
+
cursor: pointer;
|
431
|
+
display: flex;
|
432
|
+
flex: 1 1 auto;
|
433
|
+
}
|
434
|
+
.hzsTQm {
|
435
|
+
display: flex;
|
436
|
+
flex: 1 1 auto;
|
437
|
+
z-index: 1;
|
438
|
+
}
|
439
|
+
.cweQTx {
|
440
|
+
display: flex;
|
441
|
+
flex-direction: column;
|
442
|
+
}
|
443
|
+
.fxCLCz {
|
444
|
+
display: flex;
|
445
|
+
-webkit-box-pack: center;
|
446
|
+
justify-content: center;
|
447
|
+
width: 100%;
|
448
|
+
}
|
449
|
+
.iFkqVx {
|
450
|
+
line-height: 36px;
|
451
|
+
font-size: 30px;
|
452
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
453
|
+
-webkit-font-smoothing: antialiased;
|
454
|
+
font-weight: 300;
|
455
|
+
color: rgb(33, 33, 33);
|
456
|
+
}
|
457
|
+
.lpeKGy {
|
458
|
+
padding: 24px 0px;
|
459
|
+
}
|
460
|
+
.fHhdVc {
|
461
|
+
padding-right: 12px;
|
462
|
+
color: rgb(242, 48, 48);
|
463
|
+
}
|
464
|
+
.qNym {
|
465
|
+
display: flex;
|
466
|
+
-webkit-box-pack: center;
|
467
|
+
justify-content: center;
|
468
|
+
-webkit-box-align: center;
|
469
|
+
align-items: center;
|
470
|
+
}
|
471
|
+
.iFBkdP {
|
472
|
+
display: flex;
|
473
|
+
-webkit-box-pack: center;
|
474
|
+
justify-content: center;
|
475
|
+
padding-top: 24px;
|
476
|
+
}
|
477
|
+
.blziMQ {
|
478
|
+
cursor: pointer;
|
479
|
+
user-select: none;
|
480
|
+
line-height: 18px;
|
481
|
+
font-size: 15px;
|
482
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
483
|
+
-webkit-font-smoothing: antialiased;
|
484
|
+
font-weight: 700;
|
485
|
+
position: relative;
|
486
|
+
display: flex;
|
487
|
+
flex: 1 1 auto;
|
488
|
+
-webkit-box-align: center;
|
489
|
+
align-items: center;
|
490
|
+
-webkit-box-pack: center;
|
491
|
+
justify-content: center;
|
492
|
+
min-width: 90px;
|
493
|
+
border-radius: 4px;
|
494
|
+
text-transform: uppercase;
|
495
|
+
white-space: nowrap;
|
496
|
+
outline: 0px;
|
497
|
+
border: 0px;
|
498
|
+
transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
|
499
|
+
padding: 0px 24px;
|
500
|
+
height: 54px;
|
501
|
+
background: rgb(0, 85, 255);
|
502
|
+
color: rgb(255, 255, 255);
|
503
|
+
}
|
504
|
+
.hvHwmD {
|
505
|
+
-webkit-flex: 1 0 auto;
|
506
|
+
-ms-flex: 1 0 auto;
|
507
|
+
flex: 1 0 auto;
|
508
|
+
width: 100%;
|
509
|
+
}
|
510
|
+
.lpnhkH {
|
511
|
+
line-height: 36px;
|
512
|
+
font-size: 30px;
|
513
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
514
|
+
-webkit-font-smoothing: antialiased;
|
515
|
+
font-weight: 600;
|
516
|
+
color: rgb(33, 33, 33);
|
517
|
+
text-align: center;
|
518
|
+
margin: 0px;
|
519
|
+
}
|
520
|
+
.lpvDOQ {
|
521
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
522
|
+
-webkit-font-smoothing: antialiased;
|
523
|
+
font-weight: 300;
|
524
|
+
color: rgb(33, 33, 33);
|
525
|
+
text-align: center;
|
526
|
+
margin: 0px;
|
527
|
+
}
|
528
|
+
@media (min-width: 768px) {
|
529
|
+
.cPukFe {
|
530
|
+
line-height: 42px;
|
531
|
+
font-size: 36px;
|
532
|
+
}
|
533
|
+
}
|
534
|
+
.hDzHg {
|
535
|
+
margin-left: 48px;
|
536
|
+
}
|
537
|
+
.dKjQAB {
|
538
|
+
position: relative;
|
539
|
+
display: flex;
|
540
|
+
border-radius: 4px;
|
541
|
+
color: rgb(33, 33, 33);
|
542
|
+
background-color: rgb(255, 255, 255);
|
543
|
+
}
|
544
|
+
.fhjLHS {
|
545
|
+
width: 1px;
|
546
|
+
background-color: rgba(0, 0, 0, 0.15);
|
547
|
+
}
|
548
|
+
.hrcxSS {
|
549
|
+
cursor: pointer;
|
550
|
+
user-select: none;
|
551
|
+
margin: 0px;
|
552
|
+
outline: 0px;
|
553
|
+
border: 0px;
|
554
|
+
width: auto;
|
555
|
+
overflow: visible;
|
556
|
+
display: flex;
|
557
|
+
-webkit-box-align: center;
|
558
|
+
align-items: center;
|
559
|
+
color: inherit;
|
560
|
+
background-color: transparent;
|
561
|
+
transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
|
562
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
563
|
+
-webkit-font-smoothing: antialiased;
|
564
|
+
font-weight: 700;
|
565
|
+
font-size: 16px;
|
566
|
+
line-height: 24px;
|
567
|
+
padding: 15px 24px;
|
568
|
+
height: 54px;
|
569
|
+
position: relative;
|
570
|
+
border-radius: 4px 0px 0px 4px;
|
571
|
+
text-transform: uppercase;
|
572
|
+
}
|
573
|
+
.cPukFe {
|
574
|
+
width: 100%;
|
575
|
+
line-height: 30px;
|
576
|
+
font-size: 24px;
|
577
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
578
|
+
-webkit-font-smoothing: antialiased;
|
579
|
+
font-weight: 700;
|
580
|
+
}
|
581
|
+
.favWrj {
|
582
|
+
display: flex;
|
583
|
+
place-content: center space-between;
|
584
|
+
-webkit-box-align: center;
|
585
|
+
align-items: center;
|
586
|
+
margin: 0px auto;
|
587
|
+
width: 100%;
|
588
|
+
-webkit-box-pack: justify;
|
589
|
+
padding: 0px 36px;
|
590
|
+
}
|
591
|
+
.eKVaAu {
|
592
|
+
padding: 0px 0px 24px;
|
593
|
+
}
|
594
|
+
.eEFtbq {
|
595
|
+
display: flex;
|
596
|
+
align-content: center;
|
597
|
+
-webkit-box-align: center;
|
598
|
+
align-items: center;
|
599
|
+
border: 1px solid rgb(238, 238, 238);
|
600
|
+
overflow: hidden;
|
601
|
+
cursor: pointer;
|
602
|
+
color: rgb(33, 33, 33);
|
603
|
+
margin: 0px auto;
|
604
|
+
background: url(/build/204815b….png) center center / contain no-repeat;
|
605
|
+
}
|
606
|
+
.bYbgQN {
|
607
|
+
display: flex;
|
608
|
+
overflow: hidden;
|
609
|
+
margin: 0px;
|
610
|
+
width: 100%;
|
611
|
+
}
|
612
|
+
.eHtvdQ {
|
613
|
+
display: flex;
|
614
|
+
-webkit-box-pack: center;
|
615
|
+
justify-content: center;
|
616
|
+
padding: 0px 0px 12px;
|
617
|
+
width: 100%;
|
618
|
+
}
|
619
|
+
@media (min-width: 768px) {
|
620
|
+
.lpvDOQ {
|
621
|
+
line-height: 30px;
|
622
|
+
font-size: 22px;
|
623
|
+
}
|
624
|
+
}
|
625
|
+
@media (min-width: 0px) and (max-width: 1199px) {
|
626
|
+
.hvHwmD {
|
627
|
+
max-width: none;
|
628
|
+
}
|
629
|
+
}
|
630
|
+
@media (min-width: 1200px) {
|
631
|
+
.hvHwmD {
|
632
|
+
max-width: 1200px;
|
633
|
+
}
|
634
|
+
}
|
635
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
636
|
+
.hvHwmD {
|
637
|
+
padding: 0 18px;
|
638
|
+
}
|
639
|
+
}
|
640
|
+
@media (min-width: 768px) {
|
641
|
+
.hvHwmD {
|
642
|
+
padding: 0 30px;
|
643
|
+
}
|
644
|
+
}
|
645
|
+
data-styled.g2[id='sc-1ttxsn1-1'] {
|
646
|
+
content: 'hvHwmD,';
|
212
647
|
}
|
213
|
-
.
|
214
|
-
|
215
|
-
|
648
|
+
.hvHwmD {
|
649
|
+
flex: 1 0 auto;
|
650
|
+
width: 100%;
|
216
651
|
}
|
217
|
-
.
|
218
|
-
|
219
|
-
|
652
|
+
.FoQAX {
|
653
|
+
width: 100%;
|
654
|
+
background: rgb(245, 245, 245);
|
655
|
+
max-width: 1200px;
|
656
|
+
margin: 0px auto;
|
657
|
+
animation: 2s ease-in-out 0s 1 normal none running furoaB;
|
658
|
+
overflow: hidden;
|
659
|
+
}
|
660
|
+
.iGazQq {
|
661
|
+
position: relative;
|
662
|
+
padding: 42px;
|
663
|
+
text-align: center;
|
664
|
+
display: flex;
|
665
|
+
flex-direction: column;
|
666
|
+
}
|
667
|
+
.icPtH {
|
668
|
+
margin-right: 12px;
|
220
669
|
}
|
221
670
|
.bxyVaO {
|
222
|
-
|
223
|
-
|
671
|
+
display: -webkit-box;
|
672
|
+
display: -webkit-flex;
|
673
|
+
display: -ms-flexbox;
|
674
|
+
display: flex;
|
675
|
+
overflow: hidden;
|
676
|
+
}
|
677
|
+
.bxyVaO > svg {
|
678
|
+
display: -webkit-box;
|
679
|
+
display: -webkit-flex;
|
680
|
+
display: -ms-flexbox;
|
681
|
+
display: flex;
|
682
|
+
-webkit-flex: 1 1 auto;
|
683
|
+
-ms-flex: 1 1 auto;
|
684
|
+
flex: 1 1 auto;
|
685
|
+
}
|
686
|
+
.bxyVaO > svg > * {
|
687
|
+
fill: currentColor;
|
688
|
+
}
|
689
|
+
data-styled.g5[id='sc-2xfn8l-0'] {
|
690
|
+
content: 'bxyVaO,';
|
691
|
+
}
|
692
|
+
.cPHJoA {
|
693
|
+
cursor: pointer;
|
694
|
+
-webkit-user-select: none;
|
695
|
+
-moz-user-select: none;
|
696
|
+
-ms-user-select: none;
|
697
|
+
user-select: none;
|
698
|
+
line-height: 18px;
|
699
|
+
font-size: 15px;
|
700
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
701
|
+
-webkit-font-smoothing: antialiased;
|
702
|
+
font-stretch: 400;
|
703
|
+
font-weight: 700;
|
704
|
+
position: relative;
|
705
|
+
display: -webkit-box;
|
706
|
+
display: -webkit-flex;
|
707
|
+
display: -ms-flexbox;
|
708
|
+
display: flex;
|
709
|
+
-webkit-flex: 1 1 auto;
|
710
|
+
-ms-flex: 1 1 auto;
|
711
|
+
flex: 1 1 auto;
|
712
|
+
-webkit-align-items: center;
|
713
|
+
-webkit-box-align: center;
|
714
|
+
-ms-flex-align: center;
|
715
|
+
align-items: center;
|
716
|
+
-webkit-box-pack: center;
|
717
|
+
-webkit-justify-content: center;
|
718
|
+
-ms-flex-pack: center;
|
719
|
+
justify-content: center;
|
720
|
+
min-width: 90px;
|
721
|
+
background: transparent;
|
722
|
+
border-radius: 4px;
|
723
|
+
text-transform: uppercase;
|
724
|
+
white-space: nowrap;
|
725
|
+
outline: 0;
|
726
|
+
border: 0;
|
727
|
+
background-clip: border-box;
|
728
|
+
-webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
729
|
+
transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
730
|
+
padding: 0 18px;
|
731
|
+
height: 42px;
|
732
|
+
background: rgba(0, 85, 255, 1);
|
733
|
+
color: rgba(255, 255, 255, 1);
|
734
|
+
}
|
735
|
+
.cPHJoA::-moz-focus-inner {
|
736
|
+
padding: 0;
|
737
|
+
border: 0;
|
738
|
+
}
|
739
|
+
.cPHJoA:disabled {
|
740
|
+
background: rgba(224, 224, 224, 1);
|
741
|
+
cursor: none;
|
742
|
+
pointer-events: none;
|
743
|
+
}
|
744
|
+
.cPHJoA:hover {
|
745
|
+
background: rgba(0, 76, 229, 1);
|
746
|
+
}
|
747
|
+
.cPHJoA:active {
|
748
|
+
background: rgba(0, 68, 204, 1);
|
749
|
+
}
|
750
|
+
data-styled.g9[id='sc-1mvwhop-0'] {
|
751
|
+
content: 'cPHJoA,';
|
752
|
+
}
|
753
|
+
.lfMGmO {
|
754
|
+
-webkit-text-decoration: inherit;
|
755
|
+
text-decoration: inherit;
|
756
|
+
color: inherit;
|
757
|
+
}
|
758
|
+
data-styled.g17[id='sc-1bu7qfl-0'] {
|
759
|
+
content: 'lfMGmO,';
|
760
|
+
}
|
761
|
+
.bvorGM {
|
762
|
+
display: inline-block;
|
763
|
+
padding: 7px 11px;
|
764
|
+
cursor: pointer;
|
765
|
+
border: 1px solid transparent;
|
766
|
+
border-radius: 4px;
|
767
|
+
background: rgba(26, 26, 26, 1);
|
768
|
+
color: rgba(255, 255, 255, 1);
|
769
|
+
}
|
770
|
+
data-styled.g18[id='sc-9shut9-0'] {
|
771
|
+
content: 'bvorGM,';
|
772
|
+
}
|
773
|
+
.csDfHB {
|
774
|
+
overflow: hidden;
|
775
|
+
}
|
776
|
+
.csDfHB > svg {
|
777
|
+
display: block;
|
778
|
+
}
|
779
|
+
data-styled.g19[id='sc-1gyxcpm-0'] {
|
780
|
+
content: 'csDfHB,';
|
781
|
+
}
|
782
|
+
.hHIHUq {
|
783
|
+
display: -webkit-inline-box;
|
784
|
+
display: -webkit-inline-flex;
|
785
|
+
display: -ms-inline-flexbox;
|
786
|
+
display: inline-flex;
|
787
|
+
-webkit-flex-direction: row;
|
788
|
+
-ms-flex-direction: row;
|
789
|
+
flex-direction: row;
|
790
|
+
-webkit-align-items: center;
|
791
|
+
-webkit-box-align: center;
|
792
|
+
-ms-flex-align: center;
|
793
|
+
align-items: center;
|
794
|
+
margin: 0;
|
795
|
+
padding: 0 8px;
|
796
|
+
height: 20px;
|
797
|
+
border-radius: 20px;
|
798
|
+
-webkit-user-select: none;
|
799
|
+
-moz-user-select: none;
|
800
|
+
-ms-user-select: none;
|
801
|
+
user-select: none;
|
802
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
803
|
+
-webkit-font-smoothing: antialiased;
|
804
|
+
font-stretch: 400;
|
805
|
+
font-size: 12px;
|
806
|
+
line-height: 12px;
|
807
|
+
white-space: nowrap;
|
808
|
+
background: rgba(26, 26, 26, 1);
|
809
|
+
color: rgba(255, 255, 255, 1);
|
810
|
+
font-weight: 700;
|
811
|
+
}
|
812
|
+
data-styled.g34[id='yngot0-0'] {
|
813
|
+
content: 'hHIHUq,';
|
814
|
+
}
|
815
|
+
.ikoBBT {
|
816
|
+
position: fixed;
|
817
|
+
z-index: 600;
|
818
|
+
top: 0;
|
819
|
+
left: 0;
|
820
|
+
display: none;
|
821
|
+
-webkit-flex-direction: column;
|
822
|
+
-ms-flex-direction: column;
|
823
|
+
flex-direction: column;
|
824
|
+
-webkit-box-pack: center;
|
825
|
+
-webkit-justify-content: center;
|
826
|
+
-ms-flex-pack: center;
|
827
|
+
justify-content: center;
|
828
|
+
-webkit-align-items: center;
|
829
|
+
-webkit-box-align: center;
|
830
|
+
-ms-flex-align: center;
|
831
|
+
align-items: center;
|
832
|
+
width: 100%;
|
833
|
+
height: 100%;
|
834
|
+
}
|
835
|
+
data-styled.g46[id='sc-1bhf2s-0'] {
|
836
|
+
content: 'ikoBBT,';
|
837
|
+
}
|
838
|
+
.krHGwU {
|
839
|
+
position: fixed;
|
840
|
+
z-index: 500;
|
841
|
+
background-color: rgba(0, 0, 0, 0.4);
|
842
|
+
top: 0;
|
843
|
+
bottom: 0;
|
844
|
+
left: 0;
|
845
|
+
right: 0;
|
846
|
+
}
|
847
|
+
data-styled.g47[id='sc-1bhf2s-1'] {
|
848
|
+
content: 'krHGwU,';
|
849
|
+
}
|
850
|
+
.glIZQf {
|
851
|
+
display: -webkit-box;
|
852
|
+
display: -webkit-flex;
|
853
|
+
display: -ms-flexbox;
|
854
|
+
display: flex;
|
855
|
+
-webkit-box-pack: justify;
|
856
|
+
-webkit-justify-content: space-between;
|
857
|
+
-ms-flex-pack: justify;
|
858
|
+
justify-content: space-between;
|
859
|
+
-webkit-flex-direction: column;
|
860
|
+
-ms-flex-direction: column;
|
861
|
+
flex-direction: column;
|
862
|
+
min-height: 100vh;
|
863
|
+
min-width: 100%;
|
864
|
+
}
|
865
|
+
data-styled.g50[id='sc-1fa2dkn-0'] {
|
866
|
+
content: 'glIZQf,';
|
867
|
+
}
|
868
|
+
.fElXmN {
|
869
|
+
-webkit-flex: 1 0 auto;
|
870
|
+
-ms-flex: 1 0 auto;
|
871
|
+
flex: 1 0 auto;
|
872
|
+
width: 100%;
|
873
|
+
max-width: 1440px;
|
874
|
+
}
|
875
|
+
@media (min-width: 768px) {
|
876
|
+
.fElXmN {
|
877
|
+
padding: 0 24px;
|
878
|
+
}
|
224
879
|
}
|
225
|
-
.
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
-webkit-box-pack: center;
|
232
|
-
justify-content: center;
|
233
|
-
}
|
234
|
-
.cxdwsz{
|
235
|
-
line-height: 24px;
|
236
|
-
font-size: 16px;
|
237
|
-
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
238
|
-
-webkit-font-smoothing: antialiased;
|
239
|
-
font-weight: 400;
|
240
|
-
padding-top: 12px;
|
241
|
-
text-align: center;
|
242
|
-
color: white;
|
880
|
+
.NsBVV {
|
881
|
+
-webkit-flex: 1 0 auto;
|
882
|
+
-ms-flex: 1 0 auto;
|
883
|
+
flex: 1 0 auto;
|
884
|
+
width: 100%;
|
885
|
+
max-width: 1440px;
|
243
886
|
}
|
244
|
-
|
245
|
-
|
246
|
-
|
887
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
888
|
+
.NsBVV {
|
889
|
+
padding: 0 12px;
|
890
|
+
}
|
247
891
|
}
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
892
|
+
@media (min-width: 768px) {
|
893
|
+
.NsBVV {
|
894
|
+
padding: 0 24px;
|
895
|
+
}
|
252
896
|
}
|
253
|
-
.
|
254
|
-
|
255
|
-
|
256
|
-
|
897
|
+
data-styled.g51[id='bitun5-0'] {
|
898
|
+
content: 'fElXmN,NsBVV,';
|
899
|
+
}
|
900
|
+
.inueBp {
|
901
|
+
display: -webkit-box;
|
902
|
+
display: -webkit-flex;
|
903
|
+
display: -ms-flexbox;
|
904
|
+
display: flex;
|
905
|
+
-webkit-box-pack: center;
|
906
|
+
-webkit-justify-content: center;
|
907
|
+
-ms-flex-pack: center;
|
908
|
+
justify-content: center;
|
909
|
+
width: 100%;
|
910
|
+
}
|
911
|
+
data-styled.g52[id='bitun5-1'] {
|
912
|
+
content: 'inueBp,';
|
913
|
+
}
|
914
|
+
.bVpxBN {
|
915
|
+
width: 12px;
|
916
|
+
height: 12px;
|
917
|
+
}
|
918
|
+
data-styled.g68[id='sxq67w-0'] {
|
919
|
+
content: 'bVpxBN,';
|
920
|
+
}
|
921
|
+
.leXjVP {
|
922
|
+
box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
|
923
|
+
display: -webkit-box;
|
924
|
+
display: -webkit-flex;
|
925
|
+
display: -ms-flexbox;
|
926
|
+
display: flex;
|
927
|
+
-webkit-flex-direction: column;
|
928
|
+
-ms-flex-direction: column;
|
929
|
+
flex-direction: column;
|
930
|
+
z-index: 600;
|
931
|
+
background-color: rgba(255, 255, 255, 1);
|
932
|
+
box-sizing: content-box;
|
933
|
+
overflow-x: hidden;
|
934
|
+
overflow-y: auto;
|
935
|
+
}
|
936
|
+
@media (max-width: 767px) {
|
937
|
+
.leXjVP {
|
938
|
+
position: fixed;
|
939
|
+
max-height: calc(100vh - 24px);
|
940
|
+
left: 12px;
|
941
|
+
right: 12px;
|
942
|
+
}
|
257
943
|
}
|
258
|
-
|
259
|
-
|
260
|
-
|
944
|
+
@media (min-width: 768px) {
|
945
|
+
.leXjVP {
|
946
|
+
position: relative;
|
947
|
+
max-height: calc(100vh - 72px);
|
948
|
+
width: 480px;
|
949
|
+
}
|
261
950
|
}
|
262
|
-
.
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
951
|
+
data-styled.g69[id='kuqgaz-0'] {
|
952
|
+
content: 'leXjVP,';
|
953
|
+
}
|
954
|
+
.ckYImm {
|
955
|
+
cursor: pointer;
|
956
|
+
color: rgba(33, 33, 33, 1);
|
957
|
+
position: absolute;
|
958
|
+
top: 0;
|
959
|
+
right: 0;
|
960
|
+
padding: 12px;
|
961
|
+
box-sizing: content-box;
|
962
|
+
}
|
963
|
+
data-styled.g71[id='kuqgaz-2'] {
|
964
|
+
content: 'ckYImm,';
|
965
|
+
}
|
966
|
+
.hSJQVR {
|
967
|
+
display: -webkit-box;
|
968
|
+
display: -webkit-flex;
|
969
|
+
display: -ms-flexbox;
|
970
|
+
display: flex;
|
971
|
+
-webkit-flex-direction: column;
|
972
|
+
-ms-flex-direction: column;
|
973
|
+
flex-direction: column;
|
974
|
+
-webkit-flex: 1 1 auto;
|
975
|
+
-ms-flex: 1 1 auto;
|
976
|
+
flex: 1 1 auto;
|
977
|
+
}
|
978
|
+
@media (max-width: 767px) {
|
979
|
+
.hSJQVR {
|
980
|
+
padding: 12px;
|
981
|
+
}
|
273
982
|
}
|
274
|
-
|
275
|
-
|
983
|
+
@media (min-width: 768px) {
|
984
|
+
.hSJQVR {
|
985
|
+
padding: 36px;
|
986
|
+
}
|
276
987
|
}
|
277
|
-
.
|
988
|
+
data-styled.g72[id='trcv32-0'] {
|
989
|
+
content: 'hSJQVR,';
|
990
|
+
}
|
991
|
+
.SBukn {
|
992
|
+
width: 24px;
|
993
|
+
height: 24px;
|
994
|
+
}
|
995
|
+
data-styled.g73[id='sc-2wite4-0'] {
|
996
|
+
content: 'SBukn,';
|
997
|
+
}
|
998
|
+
.fdItuc {
|
999
|
+
display: -webkit-box;
|
1000
|
+
display: -webkit-flex;
|
1001
|
+
display: -ms-flexbox;
|
1002
|
+
display: flex;
|
1003
|
+
-webkit-flex: 1 1 auto;
|
1004
|
+
-ms-flex: 1 1 auto;
|
1005
|
+
flex: 1 1 auto;
|
1006
|
+
-webkit-text-decoration: inherit;
|
1007
|
+
text-decoration: inherit;
|
1008
|
+
color: inherit;
|
1009
|
+
}
|
1010
|
+
data-styled.g74[id='lqkt1b-0'] {
|
1011
|
+
content: 'fdItuc,';
|
1012
|
+
}
|
1013
|
+
.hiSbSb {
|
1014
|
+
display: -webkit-box;
|
1015
|
+
display: -webkit-flex;
|
1016
|
+
display: -ms-flexbox;
|
1017
|
+
display: flex;
|
1018
|
+
padding-right: 18px;
|
1019
|
+
}
|
1020
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
1021
|
+
.hiSbSb {
|
1022
|
+
padding-left: 18px;
|
278
1023
|
padding-right: 12px;
|
279
|
-
|
280
|
-
}
|
281
|
-
.
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
display: flex;
|
290
|
-
-webkit-box-pack: center;
|
291
|
-
justify-content: center;
|
292
|
-
padding-top: 24px;
|
1024
|
+
}
|
1025
|
+
}
|
1026
|
+
data-styled.g116[id='sc-168sfod-0'] {
|
1027
|
+
content: 'hiSbSb,';
|
1028
|
+
}
|
1029
|
+
.hjaywk {
|
1030
|
+
-webkit-align-items: center;
|
1031
|
+
-webkit-box-align: center;
|
1032
|
+
-ms-flex-align: center;
|
1033
|
+
align-items: center;
|
293
1034
|
}
|
294
|
-
.
|
295
|
-
|
296
|
-
|
1035
|
+
data-styled.g117[id='sc-168sfod-1'] {
|
1036
|
+
content: 'hjaywk,';
|
1037
|
+
}
|
1038
|
+
.hjiVat {
|
1039
|
+
height: 42px;
|
1040
|
+
}
|
1041
|
+
@media (max-width: 767px) {
|
1042
|
+
.hjiVat {
|
1043
|
+
height: 36px;
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
data-styled.g118[id='sc-168sfod-2'] {
|
1047
|
+
content: 'hjiVat,';
|
1048
|
+
}
|
1049
|
+
.hjrrEC {
|
1050
|
+
display: -webkit-box;
|
1051
|
+
display: -webkit-flex;
|
1052
|
+
display: -ms-flexbox;
|
1053
|
+
display: flex;
|
1054
|
+
}
|
1055
|
+
data-styled.g119[id='sc-168sfod-3'] {
|
1056
|
+
content: 'hjrrEC,';
|
1057
|
+
}
|
1058
|
+
.hIbenQ {
|
1059
|
+
list-style-type: none;
|
1060
|
+
height: 100%;
|
1061
|
+
}
|
1062
|
+
data-styled.g123[id='sc-1mqygah-0'] {
|
1063
|
+
content: 'hIbenQ,';
|
1064
|
+
}
|
1065
|
+
.cdDJXX {
|
1066
|
+
display: -webkit-box;
|
1067
|
+
display: -webkit-flex;
|
1068
|
+
display: -ms-flexbox;
|
1069
|
+
display: flex;
|
1070
|
+
-webkit-align-items: center;
|
1071
|
+
-webkit-box-align: center;
|
1072
|
+
-ms-flex-align: center;
|
1073
|
+
align-items: center;
|
1074
|
+
line-height: 30px;
|
1075
|
+
font-size: 18px;
|
1076
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1077
|
+
-webkit-font-smoothing: antialiased;
|
1078
|
+
font-stretch: 400;
|
1079
|
+
font-weight: 400;
|
1080
|
+
color: rgba(33, 33, 33, 1);
|
1081
|
+
white-space: nowrap;
|
1082
|
+
height: 100%;
|
1083
|
+
padding: 0 12px;
|
1084
|
+
cursor: pointer;
|
1085
|
+
-webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1086
|
+
transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1087
|
+
}
|
1088
|
+
@media (min-width: 768px) {
|
1089
|
+
.cdDJXX {
|
297
1090
|
line-height: 18px;
|
298
1091
|
font-size: 15px;
|
299
|
-
|
300
|
-
-webkit-font-smoothing: antialiased;
|
301
|
-
font-weight: 700;
|
302
|
-
position: relative;
|
303
|
-
display: flex;
|
304
|
-
flex: 1 1 auto;
|
305
|
-
-webkit-box-align: center;
|
306
|
-
align-items: center;
|
307
|
-
-webkit-box-pack: center;
|
308
|
-
justify-content: center;
|
309
|
-
min-width: 90px;
|
310
|
-
border-radius: 4px;
|
311
|
-
text-transform: uppercase;
|
312
|
-
white-space: nowrap;
|
313
|
-
outline: 0px;
|
314
|
-
border: 0px;
|
315
|
-
transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
|
316
|
-
padding: 0px 24px;
|
317
|
-
height: 54px;
|
318
|
-
background: rgb(0, 85, 255);
|
319
|
-
color: rgb(255, 255, 255);
|
320
|
-
|
1092
|
+
}
|
321
1093
|
}
|
322
|
-
.
|
323
|
-
|
324
|
-
font-size: 30px;
|
325
|
-
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
326
|
-
-webkit-font-smoothing: antialiased;
|
327
|
-
font-weight: 600;
|
328
|
-
color: rgb(33, 33, 33);
|
329
|
-
text-align: center;
|
330
|
-
margin: 0px;}
|
331
|
-
.lpvDOQ{
|
332
|
-
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
333
|
-
-webkit-font-smoothing: antialiased;
|
334
|
-
font-weight: 300;
|
335
|
-
color: rgb(33, 33, 33);
|
336
|
-
text-align: center;
|
337
|
-
margin: 0px;
|
1094
|
+
.cdDJXX:hover {
|
1095
|
+
color: rgba(117, 117, 117, 1);
|
338
1096
|
}
|
339
|
-
|
340
|
-
|
341
|
-
margin-left: 48px;
|
1097
|
+
.cdDJXX:active {
|
1098
|
+
color: rgba(189, 189, 189, 1);
|
342
1099
|
}
|
343
|
-
.
|
344
|
-
|
345
|
-
display: flex;
|
346
|
-
border-radius: 4px;
|
347
|
-
color: rgb(33, 33, 33);
|
348
|
-
background-color: rgb(255, 255, 255);
|
1100
|
+
data-styled.g124[id='sc-1mqygah-1'] {
|
1101
|
+
content: 'cdDJXX,';
|
349
1102
|
}
|
350
|
-
.
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
cursor: pointer;
|
356
|
-
user-select: none;
|
357
|
-
margin: 0px;
|
358
|
-
outline: 0px;
|
359
|
-
border: 0px;
|
360
|
-
width: auto;
|
361
|
-
overflow: visible;
|
362
|
-
display: flex;
|
363
|
-
-webkit-box-align: center;
|
364
|
-
align-items: center;
|
365
|
-
color: inherit;
|
366
|
-
background-color: transparent;
|
367
|
-
transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
|
368
|
-
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
369
|
-
-webkit-font-smoothing: antialiased;
|
370
|
-
font-weight: 700;
|
371
|
-
font-size: 16px;
|
372
|
-
line-height: 24px;
|
373
|
-
padding: 15px 24px;
|
374
|
-
height: 54px;
|
375
|
-
position: relative;
|
376
|
-
border-radius: 4px 0px 0px 4px;
|
377
|
-
text-transform: uppercase;
|
1103
|
+
.hcnRAo {
|
1104
|
+
display: -webkit-box;
|
1105
|
+
display: -webkit-flex;
|
1106
|
+
display: -ms-flexbox;
|
1107
|
+
display: flex;
|
378
1108
|
}
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
}
|
387
|
-
.
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
1109
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
1110
|
+
.hcnRAo {
|
1111
|
+
display: none;
|
1112
|
+
}
|
1113
|
+
}
|
1114
|
+
data-styled.g131[id='sc-1hd6z21-0'] {
|
1115
|
+
content: 'hcnRAo,';
|
1116
|
+
}
|
1117
|
+
.hcwoex {
|
1118
|
+
display: -webkit-box;
|
1119
|
+
display: -webkit-flex;
|
1120
|
+
display: -ms-flexbox;
|
1121
|
+
display: flex;
|
1122
|
+
-webkit-box-pack: start;
|
1123
|
+
-webkit-justify-content: flex-start;
|
1124
|
+
-ms-flex-pack: start;
|
1125
|
+
justify-content: flex-start;
|
1126
|
+
-webkit-flex-wrap: nowrap;
|
1127
|
+
-ms-flex-wrap: nowrap;
|
1128
|
+
flex-wrap: nowrap;
|
1129
|
+
position: relative;
|
1130
|
+
overflow: hidden;
|
1131
|
+
margin: 0;
|
1132
|
+
padding: 0 18px;
|
1133
|
+
}
|
1134
|
+
@media (max-width: 767px) {
|
1135
|
+
.hcwoex {
|
1136
|
+
padding: 0;
|
1137
|
+
}
|
1138
|
+
}
|
1139
|
+
data-styled.g132[id='sc-1hd6z21-1'] {
|
1140
|
+
content: 'hcwoex,';
|
1141
|
+
}
|
1142
|
+
.hcEKIG {
|
1143
|
+
height: 42px;
|
1144
|
+
width: 1px;
|
1145
|
+
background-color: rgba(224, 224, 224, 1);
|
1146
|
+
-webkit-align-self: center;
|
1147
|
+
-ms-flex-item-align: center;
|
1148
|
+
align-self: center;
|
1149
|
+
}
|
1150
|
+
data-styled.g133[id='sc-1hd6z21-2'] {
|
1151
|
+
content: 'hcEKIG,';
|
1152
|
+
}
|
1153
|
+
.hcNhmP {
|
1154
|
+
display: -webkit-box;
|
1155
|
+
display: -webkit-flex;
|
1156
|
+
display: -ms-flexbox;
|
1157
|
+
display: flex;
|
1158
|
+
-webkit-align-items: center;
|
1159
|
+
-webkit-box-align: center;
|
1160
|
+
-ms-flex-align: center;
|
1161
|
+
align-items: center;
|
1162
|
+
}
|
1163
|
+
data-styled.g134[id='sc-1hd6z21-3'] {
|
1164
|
+
content: 'hcNhmP,';
|
1165
|
+
}
|
1166
|
+
.hcVDQY {
|
1167
|
+
padding-left: 6px;
|
1168
|
+
}
|
1169
|
+
data-styled.g135[id='sc-1hd6z21-4'] {
|
1170
|
+
content: 'hcVDQY,';
|
1171
|
+
}
|
1172
|
+
.jxYGTk {
|
1173
|
+
cursor: pointer;
|
1174
|
+
-webkit-user-select: none;
|
1175
|
+
-moz-user-select: none;
|
1176
|
+
-ms-user-select: none;
|
1177
|
+
user-select: none;
|
1178
|
+
position: relative;
|
1179
|
+
display: -webkit-box;
|
1180
|
+
display: -webkit-flex;
|
1181
|
+
display: -ms-flexbox;
|
1182
|
+
display: flex;
|
1183
|
+
-webkit-box-pack: center;
|
1184
|
+
-webkit-justify-content: center;
|
1185
|
+
-ms-flex-pack: center;
|
1186
|
+
justify-content: center;
|
1187
|
+
-webkit-align-items: center;
|
1188
|
+
-webkit-box-align: center;
|
1189
|
+
-ms-flex-align: center;
|
1190
|
+
align-items: center;
|
1191
|
+
box-sizing: content-box;
|
1192
|
+
width: 18px;
|
1193
|
+
padding: 0 18px;
|
1194
|
+
color: rgba(33, 33, 33, 1);
|
1195
|
+
-webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1196
|
+
transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1197
|
+
}
|
1198
|
+
.jxYGTk:hover {
|
1199
|
+
color: rgba(117, 117, 117, 1);
|
1200
|
+
}
|
1201
|
+
.jxYGTk:active {
|
1202
|
+
color: rgba(33, 33, 33, 1);
|
1203
|
+
}
|
1204
|
+
@media (min-width: 768px) {
|
1205
|
+
.jxYGTk {
|
1206
|
+
display: none;
|
1207
|
+
}
|
1208
|
+
}
|
1209
|
+
data-styled.g153[id='rnvo6-0'] {
|
1210
|
+
content: 'jxYGTk,';
|
1211
|
+
}
|
1212
|
+
.jyhdxt {
|
1213
|
+
position: relative;
|
1214
|
+
width: 18px;
|
1215
|
+
height: 15px;
|
1216
|
+
box-sizing: border-box;
|
1217
|
+
border-top: 1px solid currentColor;
|
1218
|
+
border-bottom: 1px solid currentColor;
|
1219
|
+
pointer-events: none;
|
1220
|
+
}
|
1221
|
+
.jyhdxt:after {
|
1222
|
+
content: '';
|
1223
|
+
display: block;
|
1224
|
+
position: absolute;
|
1225
|
+
width: 100%;
|
1226
|
+
height: 1px;
|
1227
|
+
background-color: currentColor;
|
1228
|
+
top: 50%;
|
1229
|
+
}
|
1230
|
+
data-styled.g154[id='rnvo6-1'] {
|
1231
|
+
content: 'jyhdxt,';
|
1232
|
+
}
|
1233
|
+
.cblySq {
|
1234
|
+
position: absolute;
|
1235
|
+
width: 12px;
|
1236
|
+
height: 12px;
|
1237
|
+
right: 2px;
|
1238
|
+
bottom: 2px;
|
1239
|
+
border-radius: 50%;
|
1240
|
+
background: white;
|
1241
|
+
color: rgba(33, 33, 33, 1);
|
1242
|
+
}
|
1243
|
+
data-styled.g155[id='rhlin0-0'] {
|
1244
|
+
content: 'cblySq,';
|
1245
|
+
}
|
1246
|
+
.sHtdd {
|
1247
|
+
position: relative;
|
1248
|
+
display: -webkit-box;
|
1249
|
+
display: -webkit-flex;
|
1250
|
+
display: -ms-flexbox;
|
1251
|
+
display: flex;
|
1252
|
+
-webkit-flex: 1 1 auto;
|
1253
|
+
-ms-flex: 1 1 auto;
|
1254
|
+
flex: 1 1 auto;
|
1255
|
+
}
|
1256
|
+
data-styled.g156[id='vnoyvz-0'] {
|
1257
|
+
content: 'sHtdd,';
|
1258
|
+
}
|
1259
|
+
.sPPHm {
|
1260
|
+
display: -webkit-box;
|
1261
|
+
display: -webkit-flex;
|
1262
|
+
display: -ms-flexbox;
|
1263
|
+
display: flex;
|
1264
|
+
-webkit-flex: 1 1 auto;
|
1265
|
+
-ms-flex: 1 1 auto;
|
1266
|
+
flex: 1 1 auto;
|
1267
|
+
padding: 1px;
|
1268
|
+
}
|
1269
|
+
data-styled.g157[id='vnoyvz-1'] {
|
1270
|
+
content: 'sPPHm,';
|
1271
|
+
}
|
1272
|
+
.sYmlv {
|
1273
|
+
line-height: 30px;
|
1274
|
+
font-size: 18px;
|
1275
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1276
|
+
-webkit-font-smoothing: antialiased;
|
1277
|
+
font-stretch: 400;
|
1278
|
+
font-weight: 700;
|
1279
|
+
-webkit-user-select: none;
|
1280
|
+
-moz-user-select: none;
|
1281
|
+
-ms-user-select: none;
|
1282
|
+
user-select: none;
|
1283
|
+
display: -webkit-box;
|
1284
|
+
display: -webkit-flex;
|
1285
|
+
display: -ms-flexbox;
|
1286
|
+
display: flex;
|
1287
|
+
-webkit-align-items: center;
|
1288
|
+
-webkit-box-align: center;
|
1289
|
+
-ms-flex-align: center;
|
1290
|
+
align-items: center;
|
1291
|
+
-webkit-box-pack: center;
|
1292
|
+
-webkit-justify-content: center;
|
1293
|
+
-ms-flex-pack: center;
|
1294
|
+
justify-content: center;
|
1295
|
+
border-radius: 50%;
|
1296
|
+
-webkit-flex: 1 1 auto;
|
1297
|
+
-ms-flex: 1 1 auto;
|
1298
|
+
flex: 1 1 auto;
|
1299
|
+
color: white;
|
1300
|
+
text-transform: uppercase;
|
1301
|
+
background-color: rgba(255, 159, 25, 1);
|
1302
|
+
color: white;
|
1303
|
+
}
|
1304
|
+
@media (min-width: 768px) {
|
1305
|
+
.sYmlv {
|
1306
|
+
line-height: 18px;
|
1307
|
+
font-size: 15px;
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
data-styled.g158[id='vnoyvz-2'] {
|
1311
|
+
content: 'sYmlv,';
|
1312
|
+
}
|
1313
|
+
.knfgvG {
|
1314
|
+
position: absolute;
|
1315
|
+
width: 14px;
|
1316
|
+
height: 14px;
|
1317
|
+
top: 0;
|
1318
|
+
right: 0;
|
1319
|
+
border: 2px solid white;
|
1320
|
+
border-radius: 100%;
|
1321
|
+
background-color: rgba(255, 0, 64, 1);
|
1322
|
+
display: none;
|
1323
|
+
}
|
1324
|
+
data-styled.g160[id='sc-1apfbp1-0'] {
|
1325
|
+
content: 'knfgvG,';
|
1326
|
+
}
|
1327
|
+
.jxQvto {
|
1328
|
+
display: -webkit-box;
|
1329
|
+
display: -webkit-flex;
|
1330
|
+
display: -ms-flexbox;
|
1331
|
+
display: flex;
|
1332
|
+
-webkit-align-items: center;
|
1333
|
+
-webkit-box-align: center;
|
1334
|
+
-ms-flex-align: center;
|
1335
|
+
align-items: center;
|
1336
|
+
cursor: pointer;
|
1337
|
+
}
|
1338
|
+
@media (max-width: 767px) {
|
1339
|
+
.jxQvto {
|
1340
|
+
padding: 0 18px;
|
1341
|
+
}
|
1342
|
+
}
|
1343
|
+
@media (min-width: 768px) {
|
1344
|
+
.jxQvto {
|
1345
|
+
padding-left: 6px;
|
1346
|
+
}
|
1347
|
+
}
|
1348
|
+
data-styled.g161[id='sc-1pc5grg-0'] {
|
1349
|
+
content: 'jxQvto,';
|
1350
|
+
}
|
1351
|
+
.deuuwy {
|
1352
|
+
position: relative;
|
1353
|
+
display: -webkit-box;
|
1354
|
+
display: -webkit-flex;
|
1355
|
+
display: -ms-flexbox;
|
1356
|
+
display: flex;
|
1357
|
+
-webkit-flex: 0 0 auto;
|
1358
|
+
-ms-flex: 0 0 auto;
|
1359
|
+
flex: 0 0 auto;
|
1360
|
+
width: 42px;
|
1361
|
+
height: 42px;
|
1362
|
+
}
|
1363
|
+
data-styled.g162[id='sc-1pc5grg-1'] {
|
1364
|
+
content: 'deuuwy,';
|
1365
|
+
}
|
1366
|
+
.fPnIVd {
|
1367
|
+
display: -webkit-box;
|
1368
|
+
display: -webkit-flex;
|
1369
|
+
display: -ms-flexbox;
|
1370
|
+
display: flex;
|
1371
|
+
-webkit-flex-direction: column;
|
1372
|
+
-ms-flex-direction: column;
|
1373
|
+
flex-direction: column;
|
1374
|
+
-webkit-box-pack: center;
|
1375
|
+
-webkit-justify-content: center;
|
1376
|
+
-ms-flex-pack: center;
|
1377
|
+
justify-content: center;
|
1378
|
+
}
|
1379
|
+
data-styled.g195[id='yue4at-0'] {
|
1380
|
+
content: 'fPnIVd,';
|
1381
|
+
}
|
1382
|
+
.fPwfzm {
|
1383
|
+
position: relative;
|
1384
|
+
display: -webkit-box;
|
1385
|
+
display: -webkit-flex;
|
1386
|
+
display: -ms-flexbox;
|
1387
|
+
display: flex;
|
1388
|
+
-webkit-align-items: center;
|
1389
|
+
-webkit-box-align: center;
|
1390
|
+
-ms-flex-align: center;
|
1391
|
+
align-items: center;
|
1392
|
+
}
|
1393
|
+
data-styled.g196[id='yue4at-1'] {
|
1394
|
+
content: 'fPwfzm,';
|
1395
|
+
}
|
1396
|
+
.fIwWsF {
|
1397
|
+
line-height: 30px;
|
1398
|
+
font-size: 18px;
|
1399
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1400
|
+
-webkit-font-smoothing: antialiased;
|
1401
|
+
font-stretch: 400;
|
1402
|
+
font-weight: 400;
|
1403
|
+
-webkit-user-select: none;
|
1404
|
+
-moz-user-select: none;
|
1405
|
+
-ms-user-select: none;
|
1406
|
+
user-select: none;
|
1407
|
+
display: -webkit-box;
|
1408
|
+
display: -webkit-flex;
|
1409
|
+
display: -ms-flexbox;
|
1410
|
+
display: flex;
|
1411
|
+
-webkit-align-items: center;
|
1412
|
+
-webkit-box-align: center;
|
1413
|
+
-ms-flex-align: center;
|
1414
|
+
align-items: center;
|
1415
|
+
-webkit-box-pack: center;
|
1416
|
+
-webkit-justify-content: center;
|
1417
|
+
-ms-flex-pack: center;
|
1418
|
+
justify-content: center;
|
1419
|
+
white-space: nowrap;
|
1420
|
+
color: rgba(33, 33, 33, 1);
|
1421
|
+
-webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1422
|
+
transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1423
|
+
padding: 0 12px;
|
1424
|
+
cursor: pointer;
|
1425
|
+
}
|
1426
|
+
@media (min-width: 768px) {
|
1427
|
+
.fIwWsF {
|
1428
|
+
line-height: 18px;
|
1429
|
+
font-size: 15px;
|
1430
|
+
}
|
1431
|
+
}
|
1432
|
+
.fIwWsF:hover {
|
1433
|
+
color: rgba(117, 117, 117, 1);
|
1434
|
+
}
|
1435
|
+
.fIwWsF:active {
|
1436
|
+
color: rgba(189, 189, 189, 1);
|
1437
|
+
}
|
1438
|
+
data-styled.g197[id='xda4z1-0'] {
|
1439
|
+
content: 'fIwWsF,';
|
1440
|
+
}
|
1441
|
+
.gXzTud {
|
1442
|
+
display: -webkit-box;
|
1443
|
+
display: -webkit-flex;
|
1444
|
+
display: -ms-flexbox;
|
1445
|
+
display: flex;
|
1446
|
+
-webkit-align-items: center;
|
1447
|
+
-webkit-box-align: center;
|
1448
|
+
-ms-flex-align: center;
|
1449
|
+
align-items: center;
|
1450
|
+
padding: 0 12px;
|
1451
|
+
}
|
1452
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
1453
|
+
.gXzTud {
|
1454
|
+
display: none;
|
1455
|
+
}
|
1456
|
+
}
|
1457
|
+
data-styled.g198[id='soxssp-0'] {
|
1458
|
+
content: 'gXzTud,';
|
1459
|
+
}
|
1460
|
+
.ipqJFq {
|
1461
|
+
display: -webkit-box;
|
1462
|
+
display: -webkit-flex;
|
1463
|
+
display: -ms-flexbox;
|
1464
|
+
display: flex;
|
1465
|
+
-webkit-align-items: center;
|
1466
|
+
-webkit-box-align: center;
|
1467
|
+
-ms-flex-align: center;
|
1468
|
+
align-items: center;
|
1469
|
+
}
|
1470
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
1471
|
+
.ipqJFq {
|
1472
|
+
display: none;
|
1473
|
+
}
|
1474
|
+
}
|
1475
|
+
data-styled.g199[id='sc-1ucfe2p-0'] {
|
1476
|
+
content: 'ipqJFq,';
|
1477
|
+
}
|
1478
|
+
.bzKyIY {
|
1479
|
+
position: relative;
|
1480
|
+
display: -webkit-box;
|
1481
|
+
display: -webkit-flex;
|
1482
|
+
display: -ms-flexbox;
|
1483
|
+
display: flex;
|
1484
|
+
-webkit-box-pack: center;
|
1485
|
+
-webkit-justify-content: center;
|
1486
|
+
-ms-flex-pack: center;
|
1487
|
+
justify-content: center;
|
1488
|
+
width: 100%;
|
1489
|
+
color: rgba(255, 255, 255, 1);
|
1490
|
+
background-color: rgba(0, 85, 255, 1);
|
1491
|
+
}
|
1492
|
+
data-styled.g201[id='sc-10adoor-0'] {
|
1493
|
+
content: 'bzKyIY,';
|
1494
|
+
}
|
1495
|
+
.krnTbj {
|
1496
|
+
display: -webkit-box;
|
1497
|
+
display: -webkit-flex;
|
1498
|
+
display: -ms-flexbox;
|
1499
|
+
display: flex;
|
1500
|
+
-webkit-box-pack: center;
|
1501
|
+
-webkit-justify-content: center;
|
1502
|
+
-ms-flex-pack: center;
|
1503
|
+
justify-content: center;
|
1504
|
+
-webkit-align-items: center;
|
1505
|
+
-webkit-box-align: center;
|
1506
|
+
-ms-flex-align: center;
|
1507
|
+
align-items: center;
|
1508
|
+
padding: 6px;
|
1509
|
+
cursor: pointer;
|
1510
|
+
}
|
1511
|
+
@media (max-width: 767px) {
|
1512
|
+
.krnTbj {
|
1513
|
+
-webkit-flex: 1 1 auto;
|
1514
|
+
-ms-flex: 1 1 auto;
|
1515
|
+
flex: 1 1 auto;
|
1516
|
+
-webkit-align-items: flex-start;
|
1517
|
+
-webkit-box-align: flex-start;
|
1518
|
+
-ms-flex-align: flex-start;
|
1519
|
+
align-items: flex-start;
|
394
1520
|
-webkit-box-pack: justify;
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
padding:
|
399
|
-
}
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
overflow: hidden;
|
415
|
-
margin: 0px;
|
416
|
-
width: 100%;
|
417
|
-
}
|
418
|
-
.eHtvdQ{
|
419
|
-
display: flex;
|
420
|
-
-webkit-box-pack: center;
|
421
|
-
justify-content: center;
|
422
|
-
padding: 0px 0px 12px;
|
423
|
-
width: 100%;
|
424
|
-
}
|
425
|
-
@media (min-width: 768px){.lpvDOQ {line-height: 30px;font-size: 22px;}}
|
426
|
-
@media (min-width:0px) and (max-width:1199px){.hvHwmD{max-width:none;}}
|
427
|
-
@media (min-width:1200px){.hvHwmD{max-width:1200px;}}
|
428
|
-
@media (min-width:0px) and (max-width:767px){.hvHwmD{padding:0 18px;}}
|
429
|
-
@media (min-width:768px){.hvHwmD{padding:0 30px;}}
|
430
|
-
data-styled.g2[id="sc-1ttxsn1-1"]{content:"hvHwmD,"}
|
431
|
-
.hvHwmD{flex: 1 0 auto;
|
432
|
-
width: 100%;}
|
433
|
-
.FoQAX {
|
434
|
-
width: 100%;
|
435
|
-
background: rgb(245, 245, 245);
|
436
|
-
max-width: 1200px;
|
437
|
-
margin: 0px auto;
|
438
|
-
animation: 2s ease-in-out 0s 1 normal none running furoaB;
|
439
|
-
overflow: hidden;
|
440
|
-
}
|
441
|
-
.iGazQq{
|
442
|
-
position: relative;
|
443
|
-
padding: 42px;
|
444
|
-
text-align: center;
|
445
|
-
display: flex;
|
1521
|
+
-webkit-justify-content: space-between;
|
1522
|
+
-ms-flex-pack: justify;
|
1523
|
+
justify-content: space-between;
|
1524
|
+
padding: 18px;
|
1525
|
+
}
|
1526
|
+
}
|
1527
|
+
data-styled.g202[id='sc-10adoor-1'] {
|
1528
|
+
content: 'krnTbj,';
|
1529
|
+
}
|
1530
|
+
.eMDCHU {
|
1531
|
+
display: -webkit-box;
|
1532
|
+
display: -webkit-flex;
|
1533
|
+
display: -ms-flexbox;
|
1534
|
+
display: flex;
|
1535
|
+
}
|
1536
|
+
@media (max-width: 767px) {
|
1537
|
+
.eMDCHU {
|
1538
|
+
-webkit-flex-direction: column;
|
1539
|
+
-ms-flex-direction: column;
|
446
1540
|
flex-direction: column;
|
1541
|
+
-webkit-flex: 1 1 auto;
|
1542
|
+
-ms-flex: 1 1 auto;
|
1543
|
+
flex: 1 1 auto;
|
1544
|
+
}
|
447
1545
|
}
|
448
|
-
.
|
449
|
-
|
450
|
-
|
451
|
-
.
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
data-styled.
|
461
|
-
|
462
|
-
|
463
|
-
.
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
data-styled.
|
472
|
-
|
473
|
-
|
474
|
-
.
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
.leXjVP{box-shadow:0px 0px 24px rgba(26,26,26,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:600;background-color:rgba(255,255,255,1);box-sizing:content-box;overflow-x:hidden;overflow-y:auto;}
|
485
|
-
@media (max-width:767px){.leXjVP{position:fixed;max-height:calc(100vh - 24px);left:12px;right:12px;}}
|
486
|
-
@media (min-width:768px){.leXjVP{position:relative;max-height:calc(100vh - 72px);width:480px;}}
|
487
|
-
data-styled.g69[id="kuqgaz-0"]{content:"leXjVP,"}
|
488
|
-
.ckYImm{cursor:pointer;color:rgba(33,33,33,1);position:absolute;top:0;right:0;padding:12px;box-sizing:content-box;}
|
489
|
-
data-styled.g71[id="kuqgaz-2"]{content:"ckYImm,"}
|
490
|
-
.hSJQVR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
|
491
|
-
@media (max-width:767px){.hSJQVR{padding:12px;}}
|
492
|
-
@media (min-width:768px){.hSJQVR{padding:36px;}}
|
493
|
-
data-styled.g72[id="trcv32-0"]{content:"hSJQVR,"}
|
494
|
-
.SBukn{width:24px;height:24px;}
|
495
|
-
data-styled.g73[id="sc-2wite4-0"]{content:"SBukn,"}
|
496
|
-
.fdItuc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
|
497
|
-
data-styled.g74[id="lqkt1b-0"]{content:"fdItuc,"}
|
498
|
-
.hiSbSb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:18px;}
|
499
|
-
@media (min-width:0px) and (max-width:767px){.hiSbSb{padding-left:18px;padding-right:12px;}}
|
500
|
-
data-styled.g116[id="sc-168sfod-0"]{content:"hiSbSb,"}
|
501
|
-
.hjaywk{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
502
|
-
data-styled.g117[id="sc-168sfod-1"]{content:"hjaywk,"}
|
503
|
-
.hjiVat{height:42px;}
|
504
|
-
@media (max-width:767px){.hjiVat{height:36px;}}
|
505
|
-
data-styled.g118[id="sc-168sfod-2"]{content:"hjiVat,"}
|
506
|
-
.hjrrEC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
507
|
-
data-styled.g119[id="sc-168sfod-3"]{content:"hjrrEC,"}
|
508
|
-
.hIbenQ{list-style-type:none;height:100%;}
|
509
|
-
data-styled.g123[id="sc-1mqygah-0"]{content:"hIbenQ,"}
|
510
|
-
.cdDJXX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;color:rgba(33,33,33,1);white-space:nowrap;height:100%;padding:0 12px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
|
511
|
-
@media (min-width:768px){.cdDJXX{line-height:18px;font-size:15px;}}
|
512
|
-
.cdDJXX:hover{color:rgba(117,117,117,1);}
|
513
|
-
.cdDJXX:active{color:rgba(189,189,189,1);}
|
514
|
-
data-styled.g124[id="sc-1mqygah-1"]{content:"cdDJXX,"}
|
515
|
-
.hcnRAo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
516
|
-
@media (min-width:0px) and (max-width:767px){.hcnRAo{display:none;}}
|
517
|
-
data-styled.g131[id="sc-1hd6z21-0"]{content:"hcnRAo,"}
|
518
|
-
.hcwoex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;overflow:hidden;margin:0;padding:0 18px;}
|
519
|
-
@media (max-width:767px){.hcwoex{padding:0;}}
|
520
|
-
data-styled.g132[id="sc-1hd6z21-1"]{content:"hcwoex,"}
|
521
|
-
.hcEKIG{height:42px;width:1px;background-color:rgba(224,224,224,1);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}
|
522
|
-
data-styled.g133[id="sc-1hd6z21-2"]{content:"hcEKIG,"}
|
523
|
-
.hcNhmP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
524
|
-
data-styled.g134[id="sc-1hd6z21-3"]{content:"hcNhmP,"}
|
525
|
-
.hcVDQY{padding-left:6px;}
|
526
|
-
data-styled.g135[id="sc-1hd6z21-4"]{content:"hcVDQY,"}
|
527
|
-
.jxYGTk{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:content-box;width:18px;padding:0 18px;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
|
528
|
-
.jxYGTk:hover{color:rgba(117,117,117,1);}
|
529
|
-
.jxYGTk:active{color:rgba(33,33,33,1);}
|
530
|
-
@media (min-width:768px){.jxYGTk{display:none;}}
|
531
|
-
data-styled.g153[id="rnvo6-0"]{content:"jxYGTk,"}
|
532
|
-
.jyhdxt{position:relative;width:18px;height:15px;box-sizing:border-box;border-top:1px solid currentColor;border-bottom:1px solid currentColor;pointer-events:none;}
|
533
|
-
.jyhdxt:after{content:'';display:block;position:absolute;width:100%;height:1px;background-color:currentColor;top:50%;}
|
534
|
-
data-styled.g154[id="rnvo6-1"]{content:"jyhdxt,"}
|
535
|
-
.cblySq{position:absolute;width:12px;height:12px;right:2px;bottom:2px;border-radius:50%;background:white;color:rgba(33,33,33,1);}
|
536
|
-
data-styled.g155[id="rhlin0-0"]{content:"cblySq,"}
|
537
|
-
.sHtdd{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
|
538
|
-
data-styled.g156[id="vnoyvz-0"]{content:"sHtdd,"}
|
539
|
-
.sPPHm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1px;}
|
540
|
-
data-styled.g157[id="vnoyvz-1"]{content:"sPPHm,"}
|
541
|
-
.sYmlv{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;color:white;text-transform:uppercase;background-color:rgba(255,159,25,1);color:white;}
|
542
|
-
@media (min-width:768px){.sYmlv{line-height:18px;font-size:15px;}}
|
543
|
-
data-styled.g158[id="vnoyvz-2"]{content:"sYmlv,"}
|
544
|
-
.knfgvG{position:absolute;width:14px;height:14px;top:0;right:0;border:2px solid white;border-radius:100%;background-color:rgba(255,0,64,1);display:none;}
|
545
|
-
data-styled.g160[id="sc-1apfbp1-0"]{content:"knfgvG,"}
|
546
|
-
.jxQvto{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}
|
547
|
-
@media (max-width:767px){.jxQvto{padding:0 18px;}}
|
548
|
-
@media (min-width:768px){.jxQvto{padding-left:6px;}}
|
549
|
-
data-styled.g161[id="sc-1pc5grg-0"]{content:"jxQvto,"}
|
550
|
-
.deuuwy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:42px;height:42px;}
|
551
|
-
data-styled.g162[id="sc-1pc5grg-1"]{content:"deuuwy,"}
|
552
|
-
.fPnIVd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
|
553
|
-
data-styled.g195[id="yue4at-0"]{content:"fPnIVd,"}
|
554
|
-
.fPwfzm{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
555
|
-
data-styled.g196[id="yue4at-1"]{content:"fPwfzm,"}
|
556
|
-
.fIwWsF{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 12px;cursor:pointer;}
|
557
|
-
@media (min-width:768px){.fIwWsF{line-height:18px;font-size:15px;}}
|
558
|
-
.fIwWsF:hover{color:rgba(117,117,117,1);}
|
559
|
-
.fIwWsF:active{color:rgba(189,189,189,1);}
|
560
|
-
data-styled.g197[id="xda4z1-0"]{content:"fIwWsF,"}
|
561
|
-
.gXzTud{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;}
|
562
|
-
@media (min-width:0px) and (max-width:767px){.gXzTud{display:none;}}
|
563
|
-
data-styled.g198[id="soxssp-0"]{content:"gXzTud,"}
|
564
|
-
.ipqJFq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
565
|
-
@media (min-width:0px) and (max-width:767px){.ipqJFq{display:none;}}
|
566
|
-
data-styled.g199[id="sc-1ucfe2p-0"]{content:"ipqJFq,"}
|
567
|
-
.bzKyIY{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;color:rgba(255,255,255,1);background-color:rgba(0,85,255,1);}
|
568
|
-
data-styled.g201[id="sc-10adoor-0"]{content:"bzKyIY,"}
|
569
|
-
.krnTbj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px;cursor:pointer;}
|
570
|
-
@media (max-width:767px){.krnTbj{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px;}}
|
571
|
-
data-styled.g202[id="sc-10adoor-1"]{content:"krnTbj,"}
|
572
|
-
.eMDCHU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
573
|
-
@media (max-width:767px){.eMDCHU{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}}
|
574
|
-
data-styled.g203[id="sc-1k54gzf-0"]{content:"eMDCHU,"}
|
575
|
-
.eMLZmd{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;padding-right:6px;}
|
576
|
-
data-styled.g204[id="sc-1k54gzf-1"]{content:"eMLZmd,"}
|
577
|
-
.eMUvQm{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;}
|
578
|
-
data-styled.g205[id="sc-1k54gzf-2"]{content:"eMUvQm,"}
|
579
|
-
.hNKpxq{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:6px;}
|
580
|
-
@media (max-width:767px){.hNKpxq{padding-right:12px;}}
|
581
|
-
data-styled.g206[id="lvm3f1-0"]{content:"hNKpxq,"}
|
582
|
-
.eehzvd{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:6px;}
|
583
|
-
@media (max-width:767px){.eehzvd{padding-left:12px;}}
|
584
|
-
data-styled.g207[id="sc-8vy6zj-0"]{content:"eehzvd,"}
|
585
|
-
.bmnWka{position:relative;z-index:400;border-bottom:1px solid rgba(224,224,224,1);}
|
586
|
-
data-styled.g208[id="sc-1sjqft3-0"]{content:"bmnWka,"}
|
587
|
-
.ckHxed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:64px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
|
588
|
-
data-styled.g209[id="sc-1sjqft3-1"]{content:"ckHxed,"}
|
589
|
-
.ckPTIm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}
|
590
|
-
data-styled.g210[id="sc-1sjqft3-2"]{content:"ckPTIm,"}
|
591
|
-
.ckYqmv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
592
|
-
data-styled.g211[id="sc-1sjqft3-3"]{content:"ckYqmv,"}
|
593
|
-
.gGBWmo{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
|
594
|
-
@media (max-width:991px){.gGBWmo{padding-top:32px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
|
595
|
-
@media (max-width:575px){.gGBWmo{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
|
596
|
-
data-styled.g285[id="wji7uu-0"]{content:"gGBWmo,"}
|
597
|
-
.gGKsQx{margin:-12px 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;}
|
598
|
-
@media (min-width:992px){.gGKsQx{-webkit-flex:initial;-ms-flex:initial;flex:initial;width:160px;}.gGKsQx:not(:first-child){margin-left:80px;}}
|
599
|
-
@media (min-width:576px) and (max-width:991px){.gGKsQx{padding:0 20px;}.gGKsQx:first-child{padding-left:0;}.gGKsQx:last-child{padding-right:0;}}
|
600
|
-
@media (max-width:575px){.gGKsQx{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}.gGKsQx:not(:first-child){margin-top:28px;}}
|
601
|
-
data-styled.g286[id="wji7uu-1"]{content:"gGKsQx,"}
|
602
|
-
.gGSPuG{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
|
603
|
-
data-styled.g287[id="wji7uu-2"]{content:"gGSPuG,"}
|
604
|
-
.gHblYP{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;}
|
605
|
-
.gHblYP:hover{color:rgba(117,117,117,1);}
|
606
|
-
data-styled.g288[id="wji7uu-3"]{content:"gHblYP,"}
|
607
|
-
.gpvEdY{padding:32px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
|
608
|
-
@media (max-width:991px){.gpvEdY{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
|
609
|
-
data-styled.g289[id="g4nc6y-0"]{content:"gpvEdY,"}
|
610
|
-
.gpEaIh{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
|
611
|
-
data-styled.g290[id="g4nc6y-1"]{content:"gpEaIh,"}
|
612
|
-
.gpMxmq{height:40px;}
|
613
|
-
data-styled.g291[id="g4nc6y-2"]{content:"gpMxmq,"}
|
614
|
-
.gpUTQz{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:18px;line-height:28px;color:rgba(26,26,26,1);padding-top:24px;}
|
615
|
-
data-styled.g292[id="g4nc6y-3"]{content:"gpUTQz,"}
|
616
|
-
.gqdquI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
617
|
-
data-styled.g293[id="g4nc6y-4"]{content:"gqdquI,"}
|
618
|
-
.gqlMYR{padding-left:6px;}
|
619
|
-
data-styled.g294[id="g4nc6y-5"]{content:"gqlMYR,"}
|
620
|
-
.jwCnFi{list-style:none;padding:0 12px;}
|
621
|
-
.jwCnFi:first-child{padding-left:0;}
|
622
|
-
.jwCnFi:last-child{padding-right:0;}
|
623
|
-
@media (max-width:767px){.jwCnFi{padding-bottom:16px;}}
|
624
|
-
data-styled.g295[id="sc-1gpgyss-0"]{content:"jwCnFi,"}
|
625
|
-
.cVpsCJ{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
626
|
-
@media (min-width:768px){.cVpsCJ{line-height:18px;font-size:15px;}}
|
627
|
-
.cVpsCJ:hover{color:rgba(0,119,181,1);}
|
628
|
-
.cMLuEn{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
629
|
-
@media (min-width:768px){.cMLuEn{line-height:18px;font-size:15px;}}
|
630
|
-
.cMLuEn:hover{color:rgba(59,89,152,1);}
|
631
|
-
.izevWD{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
632
|
-
@media (min-width:768px){.izevWD{line-height:18px;font-size:15px;}}
|
633
|
-
.izevWD:hover{color:rgba(195,42,163,1);}
|
634
|
-
.krVgxS{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
635
|
-
@media (min-width:768px){.krVgxS{line-height:18px;font-size:15px;}}
|
636
|
-
.krVgxS:hover{color:rgba(217,37,42,1);}
|
637
|
-
.keyVmj{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
638
|
-
@media (min-width:768px){.keyVmj{line-height:18px;font-size:15px;}}
|
639
|
-
.keyVmj:hover{color:rgba(29,161,242,1);}
|
640
|
-
data-styled.g296[id="sc-1gpgyss-1"]{content:"cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,"}
|
641
|
-
.ghIpqL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
|
642
|
-
@media (max-width:767px){.ghIpqL{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:32px 0;}}
|
643
|
-
data-styled.g297[id="sc-1vdvga6-0"]{content:"ghIpqL,"}
|
644
|
-
.ghQLUU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin:0;}
|
645
|
-
data-styled.g298[id="sc-1vdvga6-1"]{content:"ghQLUU,"}
|
646
|
-
.ghZizd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px;}
|
647
|
-
data-styled.g299[id="sc-1vdvga6-2"]{content:"ghZizd,"}
|
648
|
-
.gihFdm{padding:0 8px;}
|
649
|
-
@media (max-width:767px){.gihFdm{margin-top:16px;}}
|
650
|
-
data-styled.g300[id="sc-1vdvga6-3"]{content:"gihFdm,"}
|
651
|
-
.cPhikk{position:relative;padding:0 6px;}
|
652
|
-
@media (max-width:767px){.cPhikk{width:100%;}}
|
653
|
-
@media (min-width:768px){.cPhikk{width:50%;}}
|
654
|
-
data-styled.g301[id="sc-1fadrw7-0"]{content:"cPhikk,"}
|
655
|
-
.eitabK{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);}
|
656
|
-
@media (min-width:768px){.eitabK{line-height:18px;font-size:15px;}}
|
657
|
-
.eitabK:hover{background-color:rgba(238,238,238,1);}
|
658
|
-
@media (max-width:767px){.eitabK{height:72px;}}
|
659
|
-
@media (min-width:768px){.eitabK{height:42px;}}
|
660
|
-
.eYrAGp{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;}
|
661
|
-
@media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
|
662
|
-
@media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
|
663
|
-
.eYrAGp:hover{background-color:rgba(238,238,238,1);}
|
664
|
-
@media (max-width:767px){.eYrAGp{height:72px;}}
|
665
|
-
@media (min-width:768px){.eYrAGp{height:42px;}}
|
666
|
-
data-styled.g302[id="sc-1fadrw7-1"]{content:"eitabK,eYrAGp,"}
|
667
|
-
.cPybsC{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:12px;bottom:0;}
|
668
|
-
data-styled.g303[id="sc-1fadrw7-2"]{content:"cPybsC,"}
|
669
|
-
.gGWepF{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);padding:12px 0;text-align:center;}
|
670
|
-
@media (min-width:768px){.gGWepF{line-height:30px;font-size:22px;}}
|
671
|
-
data-styled.g304[id="awcnw8-0"]{content:"gGWepF,"}
|
672
|
-
.gHeATO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px;margin:0;list-style:none;}
|
673
|
-
data-styled.g305[id="awcnw8-1"]{content:"gHeATO,"}
|
674
|
-
.jsgFNg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;outline:0;border:0;width:auto;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit;background-color:transparent;font-family:inherit;line-height:inherit;-webkit-transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
|
675
|
-
.jsgFNg::-moz-focus-inner{border:0;padding:0;}
|
676
|
-
data-styled.g306[id="j86yjt-0"]{content:"jsgFNg,"}
|
677
|
-
.ffGyct{background-color:rgba(244,244,244,1);}
|
678
|
-
data-styled.g307[id="sc-1fplln8-0"]{content:"ffGyct,"}
|
679
|
-
.ffOUGC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
|
680
|
-
@media (max-width:991px){.ffOUGC{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
|
681
|
-
@media (max-width:575px){.ffOUGC{padding:32px 0;}}
|
682
|
-
data-styled.g308[id="sc-1fplln8-1"]{content:"ffOUGC,"}
|
683
|
-
.ffXrkL{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
|
684
|
-
@media (min-width:576px) and (max-width:991px){.ffXrkL{padding-top:24px;}}
|
685
|
-
data-styled.g309[id="sc-1fplln8-2"]{content:"ffXrkL,"}
|
686
|
-
.fgfNOU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
|
687
|
-
@media (max-width:575px){.fgfNOU{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
|
688
|
-
data-styled.g310[id="sc-1fplln8-3"]{content:"fgfNOU,"}
|
689
|
-
.fgoktd{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);margin:0 20px;}
|
690
|
-
.fgoktd:hover{color:rgba(117,117,117,1);}
|
691
|
-
.fgoktd:first-child{margin-left:0;}
|
692
|
-
.fgoktd:last-child{margin-right:0;}
|
693
|
-
@media (max-width:575px){.fgoktd{margin-left:0;margin-right:0;margin-bottom:32px;}}
|
694
|
-
data-styled.g311[id="sc-1fplln8-4"]{content:"fgoktd,"}
|
695
|
-
.khdGMm{color:rgba(242,48,48,1);display:inline-block;vertical-align:middle;margin:0 4px;}
|
696
|
-
@media (prefers-reduced-motion:no-preference){.khdGMm{-webkit-animation:dgzxEO 2s infinite;animation:dgzxEO 2s infinite;}}
|
697
|
-
data-styled.g312[id="sc-1fplln8-5"]{content:"khdGMm,"}
|
698
|
-
.jKLUgT{height:1px;background-color:rgba(232,232,232,1);}
|
699
|
-
data-styled.g313[id="sc-1p2sah-0"]{content:"jKLUgT,"}
|
700
|
-
.jKUqLc{width:100%;}
|
701
|
-
data-styled.g314[id="sc-1p2sah-1"]{content:"jKUqLc,"}
|
702
|
-
.dhopRv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 90px 0;}
|
703
|
-
data-styled.g710[id="je654-0"]{content:"dhopRv,"}
|
704
|
-
.dTTiwf{width:36px;height:36px;}
|
705
|
-
data-styled.g711[id="sc-1nz7oec-0"]{content:"dTTiwf,"}
|
706
|
-
.hpzLVg{position:relative;color:white;margin:0;border:1px solid white;}
|
707
|
-
@media (min-width:0px) and (max-width:767px){.hpzLVg{width:100%;height:114px;}}
|
708
|
-
@media (min-width:768px) and (max-width:991px){.hpzLVg{width:25%;height:180px;}}
|
709
|
-
@media (min-width:992px){.hpzLVg{width:20%;height:180px;}}
|
710
|
-
data-styled.g712[id="sc-1jhrmy1-0"]{content:"hpzLVg,"}
|
711
|
-
.hpIizp{line-height:24px;font-size:16px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);}
|
712
|
-
.hpIizp:hover{box-shadow:0px 0px 24px rgba(26,26,26,0.2);z-index:1;}
|
713
|
-
@media (max-width:767px){.hpIizp{padding:12px 12px 12px 60px;}}
|
714
|
-
@media (min-width:768px){.hpIizp{padding:60px 12px 12px 12px;}}
|
715
|
-
data-styled.g713[id="sc-1jhrmy1-1"]{content:"hpIizp,"}
|
716
|
-
.hpQFdy{position:absolute;padding:12px;}
|
717
|
-
data-styled.g714[id="sc-1jhrmy1-2"]{content:"hpQFdy,"}
|
718
|
-
.hpZbHH{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;position:absolute;padding:12px;}
|
719
|
-
@media (max-width:767px){.hpZbHH{right:0;bottom:0;left:48px;top:36px;}}
|
720
|
-
@media (min-width:768px){.hpZbHH{left:0;right:0;bottom:0;top:84px;}}
|
721
|
-
data-styled.g715[id="sc-1jhrmy1-3"]{content:"hpZbHH,"}
|
722
|
-
.hqhylQ{position:absolute;top:12px;right:12px;}
|
723
|
-
data-styled.g716[id="sc-1jhrmy1-4"]{content:"hqhylQ,"}
|
724
|
-
.fMjvGP{padding:24px 0;}
|
725
|
-
data-styled.g717[id="sc-8oiqhz-0"]{content:"fMjvGP,"}
|
726
|
-
.fMrSkY{line-height:30px;font-size:22px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);text-align:center;margin:0;}
|
727
|
-
@media (min-width:768px){.fMrSkY{line-height:36px;font-size:30px;}}
|
728
|
-
data-styled.g718[id="sc-8oiqhz-1"]{content:"fMrSkY,"}
|
729
|
-
.fMAoPh{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:300;color:rgba(33,33,33,1);text-align:center;margin:0;}
|
730
|
-
@media (min-width:768px){.fMAoPh{line-height:30px;font-size:22px;}}
|
731
|
-
data-styled.g719[id="sc-8oiqhz-2"]{content:"fMAoPh,"}
|
732
|
-
.eHZkTG{padding:12px 0 0 0;width:100%;}
|
733
|
-
data-styled.g726[id="i92094-0"]{content:"eHZkTG,"}
|
734
|
-
.jEgdbF{width:100%;}
|
735
|
-
data-styled.g854[id="sc-194jngp-0"]{content:"jEgdbF,"}
|
736
|
-
@-webkit-keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
|
737
|
-
@keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
|
738
|
-
data-styled.g2329[id="sc-keyframes-dgzxEO"]{content:"dgzxEO,"}
|
739
|
-
html{line-height:1.15;-webkit-text-size-adjust:100%;}
|
740
|
-
|
741
|
-
* {box-sizing: border-box;}
|
742
|
-
body {
|
743
|
-
background-image: url("img/hero-bg.png");
|
744
|
-
font-family: Montserrat,system-ui,-apple-system, BlinkMacSystemFont,sans-serif;
|
1546
|
+
data-styled.g203[id='sc-1k54gzf-0'] {
|
1547
|
+
content: 'eMDCHU,';
|
1548
|
+
}
|
1549
|
+
.eMLZmd {
|
1550
|
+
line-height: 18px;
|
1551
|
+
font-size: 14px;
|
1552
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1553
|
+
-webkit-font-smoothing: antialiased;
|
1554
|
+
font-stretch: 400;
|
1555
|
+
font-weight: 700;
|
1556
|
+
padding-right: 6px;
|
1557
|
+
}
|
1558
|
+
data-styled.g204[id='sc-1k54gzf-1'] {
|
1559
|
+
content: 'eMLZmd,';
|
1560
|
+
}
|
1561
|
+
.eMUvQm {
|
1562
|
+
line-height: 18px;
|
1563
|
+
font-size: 14px;
|
1564
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1565
|
+
-webkit-font-smoothing: antialiased;
|
1566
|
+
font-stretch: 400;
|
1567
|
+
font-weight: 400;
|
1568
|
+
}
|
1569
|
+
data-styled.g205[id='sc-1k54gzf-2'] {
|
1570
|
+
content: 'eMUvQm,';
|
1571
|
+
}
|
1572
|
+
.hNKpxq {
|
1573
|
+
-webkit-flex: 0 0 auto;
|
1574
|
+
-ms-flex: 0 0 auto;
|
1575
|
+
flex: 0 0 auto;
|
1576
|
+
padding-right: 6px;
|
1577
|
+
}
|
1578
|
+
@media (max-width: 767px) {
|
1579
|
+
.hNKpxq {
|
1580
|
+
padding-right: 12px;
|
1581
|
+
}
|
745
1582
|
}
|
746
|
-
|
747
|
-
|
748
|
-
min-height: 80px;
|
1583
|
+
data-styled.g206[id='lvm3f1-0'] {
|
1584
|
+
content: 'hNKpxq,';
|
749
1585
|
}
|
750
|
-
.
|
751
|
-
|
752
|
-
|
1586
|
+
.eehzvd {
|
1587
|
+
-webkit-flex: 0 0 auto;
|
1588
|
+
-ms-flex: 0 0 auto;
|
1589
|
+
flex: 0 0 auto;
|
1590
|
+
padding-left: 6px;
|
753
1591
|
}
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
color: #11304e;
|
759
|
-
margin: 70px 0 12px;
|
1592
|
+
@media (max-width: 767px) {
|
1593
|
+
.eehzvd {
|
1594
|
+
padding-left: 12px;
|
1595
|
+
}
|
760
1596
|
}
|
761
|
-
.
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
1597
|
+
data-styled.g207[id='sc-8vy6zj-0'] {
|
1598
|
+
content: 'eehzvd,';
|
1599
|
+
}
|
1600
|
+
.bmnWka {
|
1601
|
+
position: relative;
|
1602
|
+
z-index: 400;
|
1603
|
+
border-bottom: 1px solid rgba(224, 224, 224, 1);
|
1604
|
+
}
|
1605
|
+
data-styled.g208[id='sc-1sjqft3-0'] {
|
1606
|
+
content: 'bmnWka,';
|
1607
|
+
}
|
1608
|
+
.ckHxed {
|
1609
|
+
display: -webkit-box;
|
1610
|
+
display: -webkit-flex;
|
1611
|
+
display: -ms-flexbox;
|
1612
|
+
display: flex;
|
1613
|
+
-webkit-flex-wrap: nowrap;
|
1614
|
+
-ms-flex-wrap: nowrap;
|
1615
|
+
flex-wrap: nowrap;
|
1616
|
+
height: 64px;
|
1617
|
+
-webkit-box-pack: justify;
|
1618
|
+
-webkit-justify-content: space-between;
|
1619
|
+
-ms-flex-pack: justify;
|
1620
|
+
justify-content: space-between;
|
1621
|
+
}
|
1622
|
+
data-styled.g209[id='sc-1sjqft3-1'] {
|
1623
|
+
content: 'ckHxed,';
|
1624
|
+
}
|
1625
|
+
.ckPTIm {
|
1626
|
+
display: -webkit-box;
|
1627
|
+
display: -webkit-flex;
|
1628
|
+
display: -ms-flexbox;
|
1629
|
+
display: flex;
|
1630
|
+
width: 100%;
|
1631
|
+
}
|
1632
|
+
data-styled.g210[id='sc-1sjqft3-2'] {
|
1633
|
+
content: 'ckPTIm,';
|
1634
|
+
}
|
1635
|
+
.ckYqmv {
|
1636
|
+
display: -webkit-box;
|
1637
|
+
display: -webkit-flex;
|
1638
|
+
display: -ms-flexbox;
|
1639
|
+
display: flex;
|
1640
|
+
}
|
1641
|
+
data-styled.g211[id='sc-1sjqft3-3'] {
|
1642
|
+
content: 'ckYqmv,';
|
1643
|
+
}
|
1644
|
+
.gGBWmo {
|
1645
|
+
-webkit-flex: 1 1 auto;
|
1646
|
+
-ms-flex: 1 1 auto;
|
1647
|
+
flex: 1 1 auto;
|
1648
|
+
display: -webkit-box;
|
1649
|
+
display: -webkit-flex;
|
1650
|
+
display: -ms-flexbox;
|
1651
|
+
display: flex;
|
1652
|
+
-webkit-flex-direction: row;
|
1653
|
+
-ms-flex-direction: row;
|
1654
|
+
flex-direction: row;
|
1655
|
+
-webkit-box-pack: end;
|
1656
|
+
-webkit-justify-content: flex-end;
|
1657
|
+
-ms-flex-pack: end;
|
1658
|
+
justify-content: flex-end;
|
1659
|
+
}
|
1660
|
+
@media (max-width: 991px) {
|
1661
|
+
.gGBWmo {
|
1662
|
+
padding-top: 32px;
|
1663
|
+
-webkit-box-pack: justify;
|
1664
|
+
-webkit-justify-content: space-between;
|
1665
|
+
-ms-flex-pack: justify;
|
1666
|
+
justify-content: space-between;
|
1667
|
+
}
|
766
1668
|
}
|
767
|
-
|
768
|
-
|
1669
|
+
@media (max-width: 575px) {
|
1670
|
+
.gGBWmo {
|
1671
|
+
-webkit-flex-direction: column;
|
1672
|
+
-ms-flex-direction: column;
|
1673
|
+
flex-direction: column;
|
1674
|
+
}
|
769
1675
|
}
|
770
|
-
.
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
1676
|
+
data-styled.g285[id='wji7uu-0'] {
|
1677
|
+
content: 'gGBWmo,';
|
1678
|
+
}
|
1679
|
+
.gGKsQx {
|
1680
|
+
margin: -12px 0;
|
1681
|
+
padding: 0;
|
1682
|
+
display: -webkit-box;
|
1683
|
+
display: -webkit-flex;
|
1684
|
+
display: -ms-flexbox;
|
1685
|
+
display: flex;
|
1686
|
+
-webkit-flex-direction: column;
|
1687
|
+
-ms-flex-direction: column;
|
1688
|
+
flex-direction: column;
|
1689
|
+
-webkit-box-flex: 1;
|
1690
|
+
-webkit-flex-grow: 1;
|
1691
|
+
-ms-flex-positive: 1;
|
1692
|
+
flex-grow: 1;
|
1693
|
+
-webkit-flex-shrink: 1;
|
1694
|
+
-ms-flex-negative: 1;
|
1695
|
+
flex-shrink: 1;
|
1696
|
+
-webkit-flex-basis: 0;
|
1697
|
+
-ms-flex-preferred-size: 0;
|
1698
|
+
flex-basis: 0;
|
1699
|
+
}
|
1700
|
+
@media (min-width: 992px) {
|
1701
|
+
.gGKsQx {
|
1702
|
+
-webkit-flex: initial;
|
1703
|
+
-ms-flex: initial;
|
1704
|
+
flex: initial;
|
1705
|
+
width: 160px;
|
1706
|
+
}
|
1707
|
+
.gGKsQx:not(:first-child) {
|
1708
|
+
margin-left: 80px;
|
1709
|
+
}
|
782
1710
|
}
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
1711
|
+
@media (min-width: 576px) and (max-width: 991px) {
|
1712
|
+
.gGKsQx {
|
1713
|
+
padding: 0 20px;
|
1714
|
+
}
|
1715
|
+
.gGKsQx:first-child {
|
1716
|
+
padding-left: 0;
|
1717
|
+
}
|
1718
|
+
.gGKsQx:last-child {
|
1719
|
+
padding-right: 0;
|
1720
|
+
}
|
790
1721
|
}
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
background: rgb(255, 255, 255);
|
801
|
-
border-radius: 10px;
|
802
|
-
padding: 13px 22px;
|
803
|
-
font-size: 16px;
|
804
|
-
font-weight: bold;
|
805
|
-
line-height: 1.19;
|
806
|
-
letter-spacing: 0.32px;
|
807
|
-
cursor: pointer;
|
808
|
-
border: unset;
|
809
|
-
color:#974fff!important;
|
810
|
-
/* margin-left: 137px; */
|
811
|
-
}
|
812
|
-
.download-reset-button{
|
813
|
-
display:flex;
|
814
|
-
float:right;
|
815
|
-
align-items: center;
|
816
|
-
position:sticky;
|
817
|
-
right:0;
|
818
|
-
bottom:0;
|
819
|
-
|
1722
|
+
@media (max-width: 575px) {
|
1723
|
+
.gGKsQx {
|
1724
|
+
-webkit-flex-basis: auto;
|
1725
|
+
-ms-flex-preferred-size: auto;
|
1726
|
+
flex-basis: auto;
|
1727
|
+
}
|
1728
|
+
.gGKsQx:not(:first-child) {
|
1729
|
+
margin-top: 28px;
|
1730
|
+
}
|
820
1731
|
}
|
821
|
-
.
|
822
|
-
|
823
|
-
margin:auto;
|
824
|
-
padding-top:40px;
|
825
|
-
margin-bottom:30px;
|
826
|
-
display:none;
|
827
|
-
}
|
828
|
-
.download-all{
|
829
|
-
background: rgb(255, 255, 255);
|
830
|
-
border-radius: 10px;
|
831
|
-
padding: 7px 22px;
|
832
|
-
font-size: 16px;
|
833
|
-
font-weight: bold;
|
834
|
-
line-height: 1.19;
|
835
|
-
letter-spacing: 0.32px;
|
836
|
-
cursor: pointer;
|
837
|
-
border: unset;
|
838
|
-
color:#974fff!important;
|
839
|
-
float:left;
|
1732
|
+
data-styled.g286[id='wji7uu-1'] {
|
1733
|
+
content: 'gGKsQx,';
|
840
1734
|
}
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
1735
|
+
.gGSPuG {
|
1736
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1737
|
+
-webkit-font-smoothing: antialiased;
|
1738
|
+
font-stretch: 400;
|
1739
|
+
font-weight: 700;
|
1740
|
+
font-size: 16px;
|
1741
|
+
line-height: 24px;
|
1742
|
+
color: rgba(26, 26, 26, 1);
|
1743
|
+
padding: 12px 0;
|
1744
|
+
-webkit-user-select: none;
|
1745
|
+
-moz-user-select: none;
|
1746
|
+
-ms-user-select: none;
|
1747
|
+
user-select: none;
|
1748
|
+
}
|
1749
|
+
data-styled.g287[id='wji7uu-2'] {
|
1750
|
+
content: 'gGSPuG,';
|
1751
|
+
}
|
1752
|
+
.gHblYP {
|
1753
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1754
|
+
-webkit-font-smoothing: antialiased;
|
1755
|
+
font-stretch: 400;
|
1756
|
+
font-weight: 400;
|
1757
|
+
font-size: 16px;
|
1758
|
+
line-height: 24px;
|
1759
|
+
color: rgba(26, 26, 26, 1);
|
1760
|
+
padding: 12px 0;
|
1761
|
+
-webkit-flex: 0 0 auto;
|
1762
|
+
-ms-flex: 0 0 auto;
|
1763
|
+
flex: 0 0 auto;
|
1764
|
+
width: 100%;
|
1765
|
+
}
|
1766
|
+
.gHblYP:hover {
|
1767
|
+
color: rgba(117, 117, 117, 1);
|
1768
|
+
}
|
1769
|
+
data-styled.g288[id='wji7uu-3'] {
|
1770
|
+
content: 'gHblYP,';
|
1771
|
+
}
|
1772
|
+
.gpvEdY {
|
1773
|
+
padding: 32px 0;
|
1774
|
+
display: -webkit-box;
|
1775
|
+
display: -webkit-flex;
|
1776
|
+
display: -ms-flexbox;
|
1777
|
+
display: flex;
|
1778
|
+
-webkit-flex-direction: row;
|
1779
|
+
-ms-flex-direction: row;
|
1780
|
+
flex-direction: row;
|
1781
|
+
}
|
1782
|
+
@media (max-width: 991px) {
|
1783
|
+
.gpvEdY {
|
1784
|
+
-webkit-flex-direction: column;
|
1785
|
+
-ms-flex-direction: column;
|
1786
|
+
flex-direction: column;
|
1787
|
+
}
|
853
1788
|
}
|
854
|
-
|
855
|
-
|
856
|
-
|
1789
|
+
data-styled.g289[id='g4nc6y-0'] {
|
1790
|
+
content: 'gpvEdY,';
|
1791
|
+
}
|
1792
|
+
.gpEaIh {
|
1793
|
+
-webkit-flex: 1 1 auto;
|
1794
|
+
-ms-flex: 1 1 auto;
|
1795
|
+
flex: 1 1 auto;
|
1796
|
+
display: -webkit-box;
|
1797
|
+
display: -webkit-flex;
|
1798
|
+
display: -ms-flexbox;
|
1799
|
+
display: flex;
|
1800
|
+
-webkit-flex-direction: column;
|
1801
|
+
-ms-flex-direction: column;
|
1802
|
+
flex-direction: column;
|
1803
|
+
-webkit-align-items: flex-start;
|
1804
|
+
-webkit-box-align: flex-start;
|
1805
|
+
-ms-flex-align: flex-start;
|
1806
|
+
align-items: flex-start;
|
1807
|
+
}
|
1808
|
+
data-styled.g290[id='g4nc6y-1'] {
|
1809
|
+
content: 'gpEaIh,';
|
1810
|
+
}
|
1811
|
+
.gpMxmq {
|
1812
|
+
height: 40px;
|
1813
|
+
}
|
1814
|
+
data-styled.g291[id='g4nc6y-2'] {
|
1815
|
+
content: 'gpMxmq,';
|
1816
|
+
}
|
1817
|
+
.gpUTQz {
|
1818
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1819
|
+
-webkit-font-smoothing: antialiased;
|
1820
|
+
font-stretch: 400;
|
1821
|
+
font-weight: 400;
|
1822
|
+
font-size: 18px;
|
1823
|
+
line-height: 28px;
|
1824
|
+
color: rgba(26, 26, 26, 1);
|
1825
|
+
padding-top: 24px;
|
1826
|
+
}
|
1827
|
+
data-styled.g292[id='g4nc6y-3'] {
|
1828
|
+
content: 'gpUTQz,';
|
1829
|
+
}
|
1830
|
+
.gqdquI {
|
1831
|
+
display: -webkit-box;
|
1832
|
+
display: -webkit-flex;
|
1833
|
+
display: -ms-flexbox;
|
1834
|
+
display: flex;
|
1835
|
+
}
|
1836
|
+
data-styled.g293[id='g4nc6y-4'] {
|
1837
|
+
content: 'gqdquI,';
|
1838
|
+
}
|
1839
|
+
.gqlMYR {
|
1840
|
+
padding-left: 6px;
|
1841
|
+
}
|
1842
|
+
data-styled.g294[id='g4nc6y-5'] {
|
1843
|
+
content: 'gqlMYR,';
|
1844
|
+
}
|
1845
|
+
.jwCnFi {
|
1846
|
+
list-style: none;
|
1847
|
+
padding: 0 12px;
|
1848
|
+
}
|
1849
|
+
.jwCnFi:first-child {
|
1850
|
+
padding-left: 0;
|
1851
|
+
}
|
1852
|
+
.jwCnFi:last-child {
|
1853
|
+
padding-right: 0;
|
1854
|
+
}
|
1855
|
+
@media (max-width: 767px) {
|
1856
|
+
.jwCnFi {
|
1857
|
+
padding-bottom: 16px;
|
1858
|
+
}
|
857
1859
|
}
|
858
|
-
.
|
859
|
-
|
860
|
-
|
1860
|
+
data-styled.g295[id='sc-1gpgyss-0'] {
|
1861
|
+
content: 'jwCnFi,';
|
1862
|
+
}
|
1863
|
+
.cVpsCJ {
|
1864
|
+
line-height: 30px;
|
1865
|
+
font-size: 18px;
|
1866
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1867
|
+
-webkit-font-smoothing: antialiased;
|
1868
|
+
font-stretch: 400;
|
1869
|
+
font-weight: 400;
|
1870
|
+
cursor: pointer;
|
1871
|
+
-webkit-align-items: center;
|
1872
|
+
-webkit-box-align: center;
|
1873
|
+
-ms-flex-align: center;
|
1874
|
+
align-items: center;
|
1875
|
+
color: rgba(33, 33, 33, 1);
|
1876
|
+
-webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1877
|
+
transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
861
1878
|
}
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
1879
|
+
@media (min-width: 768px) {
|
1880
|
+
.cVpsCJ {
|
1881
|
+
line-height: 18px;
|
1882
|
+
font-size: 15px;
|
1883
|
+
}
|
868
1884
|
}
|
869
|
-
.
|
870
|
-
|
871
|
-
}
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
1885
|
+
.cVpsCJ:hover {
|
1886
|
+
color: rgba(0, 119, 181, 1);
|
1887
|
+
}
|
1888
|
+
.cMLuEn {
|
1889
|
+
line-height: 30px;
|
1890
|
+
font-size: 18px;
|
1891
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1892
|
+
-webkit-font-smoothing: antialiased;
|
1893
|
+
font-stretch: 400;
|
1894
|
+
font-weight: 400;
|
1895
|
+
cursor: pointer;
|
1896
|
+
-webkit-align-items: center;
|
1897
|
+
-webkit-box-align: center;
|
1898
|
+
-ms-flex-align: center;
|
1899
|
+
align-items: center;
|
1900
|
+
color: rgba(33, 33, 33, 1);
|
1901
|
+
-webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1902
|
+
transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1903
|
+
}
|
1904
|
+
@media (min-width: 768px) {
|
1905
|
+
.cMLuEn {
|
1906
|
+
line-height: 18px;
|
1907
|
+
font-size: 15px;
|
882
1908
|
}
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
1909
|
+
}
|
1910
|
+
.cMLuEn:hover {
|
1911
|
+
color: rgba(59, 89, 152, 1);
|
1912
|
+
}
|
1913
|
+
.izevWD {
|
1914
|
+
line-height: 30px;
|
1915
|
+
font-size: 18px;
|
1916
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1917
|
+
-webkit-font-smoothing: antialiased;
|
1918
|
+
font-stretch: 400;
|
1919
|
+
font-weight: 400;
|
1920
|
+
cursor: pointer;
|
1921
|
+
-webkit-align-items: center;
|
1922
|
+
-webkit-box-align: center;
|
1923
|
+
-ms-flex-align: center;
|
1924
|
+
align-items: center;
|
1925
|
+
color: rgba(33, 33, 33, 1);
|
1926
|
+
-webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1927
|
+
transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1928
|
+
}
|
1929
|
+
@media (min-width: 768px) {
|
1930
|
+
.izevWD {
|
1931
|
+
line-height: 18px;
|
1932
|
+
font-size: 15px;
|
887
1933
|
}
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
1934
|
+
}
|
1935
|
+
.izevWD:hover {
|
1936
|
+
color: rgba(195, 42, 163, 1);
|
1937
|
+
}
|
1938
|
+
.krVgxS {
|
1939
|
+
line-height: 30px;
|
1940
|
+
font-size: 18px;
|
1941
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1942
|
+
-webkit-font-smoothing: antialiased;
|
1943
|
+
font-stretch: 400;
|
1944
|
+
font-weight: 400;
|
1945
|
+
cursor: pointer;
|
1946
|
+
-webkit-align-items: center;
|
1947
|
+
-webkit-box-align: center;
|
1948
|
+
-ms-flex-align: center;
|
1949
|
+
align-items: center;
|
1950
|
+
color: rgba(33, 33, 33, 1);
|
1951
|
+
-webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1952
|
+
transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1953
|
+
}
|
1954
|
+
@media (min-width: 768px) {
|
1955
|
+
.krVgxS {
|
1956
|
+
line-height: 18px;
|
1957
|
+
font-size: 15px;
|
895
1958
|
}
|
896
|
-
|
1959
|
+
}
|
1960
|
+
.krVgxS:hover {
|
1961
|
+
color: rgba(217, 37, 42, 1);
|
1962
|
+
}
|
1963
|
+
.keyVmj {
|
1964
|
+
line-height: 30px;
|
1965
|
+
font-size: 18px;
|
1966
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
1967
|
+
-webkit-font-smoothing: antialiased;
|
1968
|
+
font-stretch: 400;
|
1969
|
+
font-weight: 400;
|
1970
|
+
cursor: pointer;
|
1971
|
+
-webkit-align-items: center;
|
1972
|
+
-webkit-box-align: center;
|
1973
|
+
-ms-flex-align: center;
|
1974
|
+
align-items: center;
|
1975
|
+
color: rgba(33, 33, 33, 1);
|
1976
|
+
-webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1977
|
+
transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
1978
|
+
}
|
1979
|
+
@media (min-width: 768px) {
|
1980
|
+
.keyVmj {
|
1981
|
+
line-height: 18px;
|
897
1982
|
font-size: 15px;
|
898
|
-
line-height: 1.41;
|
899
|
-
color: rgb(17, 48, 78);
|
900
1983
|
}
|
901
|
-
|
902
|
-
|
903
|
-
|
1984
|
+
}
|
1985
|
+
.keyVmj:hover {
|
1986
|
+
color: rgba(29, 161, 242, 1);
|
1987
|
+
}
|
1988
|
+
data-styled.g296[id='sc-1gpgyss-1'] {
|
1989
|
+
content: 'cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,';
|
1990
|
+
}
|
1991
|
+
.ghIpqL {
|
1992
|
+
display: -webkit-box;
|
1993
|
+
display: -webkit-flex;
|
1994
|
+
display: -ms-flexbox;
|
1995
|
+
display: flex;
|
1996
|
+
-webkit-box-pack: justify;
|
1997
|
+
-webkit-justify-content: space-between;
|
1998
|
+
-ms-flex-pack: justify;
|
1999
|
+
justify-content: space-between;
|
2000
|
+
-webkit-align-items: center;
|
2001
|
+
-webkit-box-align: center;
|
2002
|
+
-ms-flex-align: center;
|
2003
|
+
align-items: center;
|
2004
|
+
-webkit-flex-direction: row;
|
2005
|
+
-ms-flex-direction: row;
|
2006
|
+
flex-direction: row;
|
2007
|
+
padding: 24px 0;
|
2008
|
+
}
|
2009
|
+
@media (max-width: 767px) {
|
2010
|
+
.ghIpqL {
|
2011
|
+
-webkit-align-items: flex-start;
|
2012
|
+
-webkit-box-align: flex-start;
|
2013
|
+
-ms-flex-align: flex-start;
|
2014
|
+
align-items: flex-start;
|
2015
|
+
-webkit-flex-direction: column;
|
2016
|
+
-ms-flex-direction: column;
|
2017
|
+
flex-direction: column;
|
2018
|
+
padding: 32px 0;
|
904
2019
|
}
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
2020
|
+
}
|
2021
|
+
data-styled.g297[id='sc-1vdvga6-0'] {
|
2022
|
+
content: 'ghIpqL,';
|
2023
|
+
}
|
2024
|
+
.ghQLUU {
|
2025
|
+
display: -webkit-box;
|
2026
|
+
display: -webkit-flex;
|
2027
|
+
display: -ms-flexbox;
|
2028
|
+
display: flex;
|
2029
|
+
-webkit-flex-direction: row;
|
2030
|
+
-ms-flex-direction: row;
|
2031
|
+
flex-direction: row;
|
2032
|
+
padding: 0;
|
2033
|
+
margin: 0;
|
2034
|
+
}
|
2035
|
+
data-styled.g298[id='sc-1vdvga6-1'] {
|
2036
|
+
content: 'ghQLUU,';
|
2037
|
+
}
|
2038
|
+
.ghZizd {
|
2039
|
+
display: -webkit-box;
|
2040
|
+
display: -webkit-flex;
|
2041
|
+
display: -ms-flexbox;
|
2042
|
+
display: flex;
|
2043
|
+
-webkit-flex-wrap: wrap;
|
2044
|
+
-ms-flex-wrap: wrap;
|
2045
|
+
flex-wrap: wrap;
|
2046
|
+
margin: 0 -8px;
|
2047
|
+
}
|
2048
|
+
data-styled.g299[id='sc-1vdvga6-2'] {
|
2049
|
+
content: 'ghZizd,';
|
2050
|
+
}
|
2051
|
+
.gihFdm {
|
2052
|
+
padding: 0 8px;
|
2053
|
+
}
|
2054
|
+
@media (max-width: 767px) {
|
2055
|
+
.gihFdm {
|
2056
|
+
margin-top: 16px;
|
2057
|
+
}
|
2058
|
+
}
|
2059
|
+
data-styled.g300[id='sc-1vdvga6-3'] {
|
2060
|
+
content: 'gihFdm,';
|
2061
|
+
}
|
2062
|
+
.cPhikk {
|
2063
|
+
position: relative;
|
2064
|
+
padding: 0 6px;
|
2065
|
+
}
|
2066
|
+
@media (max-width: 767px) {
|
2067
|
+
.cPhikk {
|
922
2068
|
width: 100%;
|
923
|
-
margin-top: 70px;
|
924
|
-
}
|
925
|
-
.steps{
|
926
|
-
padding-left: 29px;
|
927
|
-
}
|
928
|
-
ul li span {
|
929
|
-
display: inline-block;
|
930
|
-
width: 20px;
|
931
|
-
margin-right: 20px;
|
932
|
-
position: absolute;
|
933
|
-
top: 0px;
|
934
|
-
left: 0px;
|
935
|
-
}
|
936
|
-
ul li {
|
937
|
-
margin: 0px 0px 20px;
|
938
|
-
padding: 0px;
|
939
|
-
font-size: 17px;
|
940
|
-
font-weight: 500;
|
941
|
-
line-height: 1.4;
|
942
|
-
text-align: left;
|
943
|
-
color: rgb(17, 48, 78);
|
944
|
-
list-style: none;
|
945
|
-
position: relative;
|
946
2069
|
}
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
height: auto;
|
2070
|
+
}
|
2071
|
+
@media (min-width: 768px) {
|
2072
|
+
.cPhikk {
|
2073
|
+
width: 50%;
|
952
2074
|
}
|
953
|
-
|
954
|
-
|
2075
|
+
}
|
2076
|
+
data-styled.g301[id='sc-1fadrw7-0'] {
|
2077
|
+
content: 'cPhikk,';
|
2078
|
+
}
|
2079
|
+
.eitabK {
|
2080
|
+
line-height: 30px;
|
2081
|
+
font-size: 18px;
|
2082
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2083
|
+
-webkit-font-smoothing: antialiased;
|
2084
|
+
font-stretch: 400;
|
2085
|
+
font-weight: 400;
|
2086
|
+
display: -webkit-box;
|
2087
|
+
display: -webkit-flex;
|
2088
|
+
display: -ms-flexbox;
|
2089
|
+
display: flex;
|
2090
|
+
-webkit-align-items: center;
|
2091
|
+
-webkit-box-align: center;
|
2092
|
+
-ms-flex-align: center;
|
2093
|
+
align-items: center;
|
2094
|
+
padding: 0 6px;
|
2095
|
+
color: rgba(33, 33, 33, 1);
|
2096
|
+
border-bottom: 1px solid rgba(224, 224, 224, 1);
|
2097
|
+
}
|
2098
|
+
@media (min-width: 768px) {
|
2099
|
+
.eitabK {
|
2100
|
+
line-height: 18px;
|
2101
|
+
font-size: 15px;
|
955
2102
|
}
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
2103
|
+
}
|
2104
|
+
.eitabK:hover {
|
2105
|
+
background-color: rgba(238, 238, 238, 1);
|
2106
|
+
}
|
2107
|
+
@media (max-width: 767px) {
|
2108
|
+
.eitabK {
|
2109
|
+
height: 72px;
|
961
2110
|
}
|
962
|
-
.rating-row{
|
963
|
-
margin-right: -15px;
|
964
|
-
margin-left: -15px;
|
965
2111
|
}
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
padding-left: 15px;
|
971
|
-
}
|
972
|
-
.faq-h2{
|
973
|
-
font-size: 53px;
|
974
|
-
font-weight: 800;
|
975
|
-
line-height: 1.16;
|
976
|
-
text-align: center;
|
977
|
-
color: #11304e;
|
978
|
-
margin: 100px 0 50px;
|
979
|
-
}
|
980
|
-
.faq-h3{
|
981
|
-
margin: 0 0 25px;
|
982
|
-
font-size: 20px;
|
983
|
-
font-weight: 600;
|
984
|
-
color: #11304e;
|
985
|
-
position: relative;
|
986
|
-
padding-right: 30px;
|
987
|
-
line-height: 1.4;
|
988
|
-
cursor: pointer;
|
989
|
-
}
|
990
|
-
.faq-list{
|
991
|
-
position: relative;
|
992
|
-
min-height: 1px;
|
993
|
-
padding-right: 15px;
|
994
|
-
padding-left: 15px;
|
995
|
-
margin: auto;
|
996
|
-
width: 50%;
|
997
|
-
padding: 10px;
|
998
|
-
|
999
|
-
|
1000
|
-
}
|
1001
|
-
.sup-h2{
|
1002
|
-
font-size: 56px;
|
1003
|
-
font-weight: 800;
|
1004
|
-
line-height: 1.21;
|
1005
|
-
color: rgb(17, 48, 78);
|
1006
|
-
text-align: center;
|
2112
|
+
@media (min-width: 768px) {
|
2113
|
+
.eitabK {
|
2114
|
+
height: 42px;
|
2115
|
+
}
|
1007
2116
|
}
|
1008
|
-
.
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
2117
|
+
.eYrAGp {
|
2118
|
+
line-height: 30px;
|
2119
|
+
font-size: 18px;
|
2120
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2121
|
+
-webkit-font-smoothing: antialiased;
|
2122
|
+
font-stretch: 400;
|
2123
|
+
font-weight: 400;
|
2124
|
+
display: -webkit-box;
|
2125
|
+
display: -webkit-flex;
|
2126
|
+
display: -ms-flexbox;
|
2127
|
+
display: flex;
|
2128
|
+
-webkit-align-items: center;
|
2129
|
+
-webkit-box-align: center;
|
2130
|
+
-ms-flex-align: center;
|
2131
|
+
align-items: center;
|
2132
|
+
padding: 0 6px;
|
2133
|
+
color: rgba(33, 33, 33, 1);
|
2134
|
+
border-bottom: 1px solid rgba(224, 224, 224, 1);
|
2135
|
+
line-height: 30px;
|
2136
|
+
font-size: 18px;
|
2137
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2138
|
+
-webkit-font-smoothing: antialiased;
|
2139
|
+
font-stretch: 400;
|
2140
|
+
font-weight: 700;
|
2141
|
+
}
|
2142
|
+
@media (min-width: 768px) {
|
2143
|
+
.eYrAGp {
|
2144
|
+
line-height: 18px;
|
2145
|
+
font-size: 15px;
|
2146
|
+
}
|
1012
2147
|
}
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
2148
|
+
@media (min-width: 768px) {
|
2149
|
+
.eYrAGp {
|
2150
|
+
line-height: 18px;
|
1016
2151
|
font-size: 15px;
|
1017
|
-
|
2152
|
+
}
|
2153
|
+
}
|
2154
|
+
.eYrAGp:hover {
|
2155
|
+
background-color: rgba(238, 238, 238, 1);
|
2156
|
+
}
|
2157
|
+
@media (max-width: 767px) {
|
2158
|
+
.eYrAGp {
|
2159
|
+
height: 72px;
|
2160
|
+
}
|
2161
|
+
}
|
2162
|
+
@media (min-width: 768px) {
|
2163
|
+
.eYrAGp {
|
2164
|
+
height: 42px;
|
2165
|
+
}
|
2166
|
+
}
|
2167
|
+
data-styled.g302[id='sc-1fadrw7-1'] {
|
2168
|
+
content: 'eitabK,eYrAGp,';
|
2169
|
+
}
|
2170
|
+
.cPybsC {
|
2171
|
+
position: absolute;
|
2172
|
+
display: -webkit-box;
|
2173
|
+
display: -webkit-flex;
|
2174
|
+
display: -ms-flexbox;
|
2175
|
+
display: flex;
|
2176
|
+
-webkit-align-items: center;
|
2177
|
+
-webkit-box-align: center;
|
2178
|
+
-ms-flex-align: center;
|
2179
|
+
align-items: center;
|
2180
|
+
top: 0;
|
2181
|
+
right: 12px;
|
2182
|
+
bottom: 0;
|
2183
|
+
}
|
2184
|
+
data-styled.g303[id='sc-1fadrw7-2'] {
|
2185
|
+
content: 'cPybsC,';
|
2186
|
+
}
|
2187
|
+
.gGWepF {
|
2188
|
+
line-height: 30px;
|
2189
|
+
font-size: 20px;
|
2190
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2191
|
+
-webkit-font-smoothing: antialiased;
|
2192
|
+
font-stretch: 400;
|
2193
|
+
font-weight: 600;
|
2194
|
+
color: rgba(33, 33, 33, 1);
|
2195
|
+
padding: 12px 0;
|
2196
|
+
text-align: center;
|
2197
|
+
}
|
2198
|
+
@media (min-width: 768px) {
|
2199
|
+
.gGWepF {
|
2200
|
+
line-height: 30px;
|
2201
|
+
font-size: 22px;
|
2202
|
+
}
|
2203
|
+
}
|
2204
|
+
data-styled.g304[id='awcnw8-0'] {
|
2205
|
+
content: 'gGWepF,';
|
2206
|
+
}
|
2207
|
+
.gHeATO {
|
2208
|
+
display: -webkit-box;
|
2209
|
+
display: -webkit-flex;
|
2210
|
+
display: -ms-flexbox;
|
2211
|
+
display: flex;
|
2212
|
+
-webkit-flex-wrap: wrap;
|
2213
|
+
-ms-flex-wrap: wrap;
|
2214
|
+
flex-wrap: wrap;
|
2215
|
+
-webkit-box-pack: justify;
|
2216
|
+
-webkit-justify-content: space-between;
|
2217
|
+
-ms-flex-pack: justify;
|
2218
|
+
justify-content: space-between;
|
2219
|
+
padding: 24px;
|
2220
|
+
margin: 0;
|
2221
|
+
list-style: none;
|
2222
|
+
}
|
2223
|
+
data-styled.g305[id='awcnw8-1'] {
|
2224
|
+
content: 'gHeATO,';
|
2225
|
+
}
|
2226
|
+
.jsgFNg {
|
2227
|
+
cursor: pointer;
|
2228
|
+
-webkit-user-select: none;
|
2229
|
+
-moz-user-select: none;
|
2230
|
+
-ms-user-select: none;
|
2231
|
+
user-select: none;
|
2232
|
+
margin: 0;
|
2233
|
+
padding: 0;
|
2234
|
+
outline: 0;
|
2235
|
+
border: 0;
|
2236
|
+
width: auto;
|
2237
|
+
overflow: visible;
|
2238
|
+
display: -webkit-box;
|
2239
|
+
display: -webkit-flex;
|
2240
|
+
display: -ms-flexbox;
|
2241
|
+
display: flex;
|
2242
|
+
-webkit-align-items: center;
|
2243
|
+
-webkit-box-align: center;
|
2244
|
+
-ms-flex-align: center;
|
2245
|
+
align-items: center;
|
2246
|
+
color: inherit;
|
2247
|
+
background-color: transparent;
|
2248
|
+
font-family: inherit;
|
2249
|
+
line-height: inherit;
|
2250
|
+
-webkit-transition: background-color 0.1s
|
2251
|
+
cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
2252
|
+
transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
2253
|
+
}
|
2254
|
+
.jsgFNg::-moz-focus-inner {
|
2255
|
+
border: 0;
|
2256
|
+
padding: 0;
|
2257
|
+
}
|
2258
|
+
data-styled.g306[id='j86yjt-0'] {
|
2259
|
+
content: 'jsgFNg,';
|
2260
|
+
}
|
2261
|
+
.ffGyct {
|
2262
|
+
background-color: rgba(244, 244, 244, 1);
|
2263
|
+
}
|
2264
|
+
data-styled.g307[id='sc-1fplln8-0'] {
|
2265
|
+
content: 'ffGyct,';
|
2266
|
+
}
|
2267
|
+
.ffOUGC {
|
2268
|
+
display: -webkit-box;
|
2269
|
+
display: -webkit-flex;
|
2270
|
+
display: -ms-flexbox;
|
2271
|
+
display: flex;
|
2272
|
+
-webkit-flex-direction: row;
|
2273
|
+
-ms-flex-direction: row;
|
2274
|
+
flex-direction: row;
|
2275
|
+
padding: 24px 0;
|
2276
|
+
}
|
2277
|
+
@media (max-width: 991px) {
|
2278
|
+
.ffOUGC {
|
2279
|
+
-webkit-flex-direction: column-reverse;
|
2280
|
+
-ms-flex-direction: column-reverse;
|
2281
|
+
flex-direction: column-reverse;
|
2282
|
+
}
|
2283
|
+
}
|
2284
|
+
@media (max-width: 575px) {
|
2285
|
+
.ffOUGC {
|
2286
|
+
padding: 32px 0;
|
2287
|
+
}
|
2288
|
+
}
|
2289
|
+
data-styled.g308[id='sc-1fplln8-1'] {
|
2290
|
+
content: 'ffOUGC,';
|
2291
|
+
}
|
2292
|
+
.ffXrkL {
|
2293
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2294
|
+
-webkit-font-smoothing: antialiased;
|
2295
|
+
font-stretch: 400;
|
2296
|
+
font-weight: 400;
|
2297
|
+
font-size: 16px;
|
2298
|
+
line-height: 24px;
|
2299
|
+
color: rgba(26, 26, 26, 1);
|
2300
|
+
-webkit-flex: 1 1 auto;
|
2301
|
+
-ms-flex: 1 1 auto;
|
2302
|
+
flex: 1 1 auto;
|
2303
|
+
}
|
2304
|
+
@media (min-width: 576px) and (max-width: 991px) {
|
2305
|
+
.ffXrkL {
|
2306
|
+
padding-top: 24px;
|
2307
|
+
}
|
2308
|
+
}
|
2309
|
+
data-styled.g309[id='sc-1fplln8-2'] {
|
2310
|
+
content: 'ffXrkL,';
|
2311
|
+
}
|
2312
|
+
.fgfNOU {
|
2313
|
+
display: -webkit-box;
|
2314
|
+
display: -webkit-flex;
|
2315
|
+
display: -ms-flexbox;
|
2316
|
+
display: flex;
|
2317
|
+
-webkit-align-items: flex-start;
|
2318
|
+
-webkit-box-align: flex-start;
|
2319
|
+
-ms-flex-align: flex-start;
|
2320
|
+
align-items: flex-start;
|
2321
|
+
-webkit-flex-direction: row;
|
2322
|
+
-ms-flex-direction: row;
|
2323
|
+
flex-direction: row;
|
2324
|
+
}
|
2325
|
+
@media (max-width: 575px) {
|
2326
|
+
.fgfNOU {
|
2327
|
+
-webkit-flex-direction: column-reverse;
|
2328
|
+
-ms-flex-direction: column-reverse;
|
2329
|
+
flex-direction: column-reverse;
|
2330
|
+
}
|
2331
|
+
}
|
2332
|
+
data-styled.g310[id='sc-1fplln8-3'] {
|
2333
|
+
content: 'fgfNOU,';
|
2334
|
+
}
|
2335
|
+
.fgoktd {
|
2336
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2337
|
+
-webkit-font-smoothing: antialiased;
|
2338
|
+
font-stretch: 400;
|
2339
|
+
font-weight: 400;
|
2340
|
+
font-size: 16px;
|
2341
|
+
line-height: 24px;
|
2342
|
+
color: rgba(26, 26, 26, 1);
|
2343
|
+
margin: 0 20px;
|
2344
|
+
}
|
2345
|
+
.fgoktd:hover {
|
2346
|
+
color: rgba(117, 117, 117, 1);
|
2347
|
+
}
|
2348
|
+
.fgoktd:first-child {
|
2349
|
+
margin-left: 0;
|
2350
|
+
}
|
2351
|
+
.fgoktd:last-child {
|
2352
|
+
margin-right: 0;
|
2353
|
+
}
|
2354
|
+
@media (max-width: 575px) {
|
2355
|
+
.fgoktd {
|
2356
|
+
margin-left: 0;
|
2357
|
+
margin-right: 0;
|
2358
|
+
margin-bottom: 32px;
|
2359
|
+
}
|
2360
|
+
}
|
2361
|
+
data-styled.g311[id='sc-1fplln8-4'] {
|
2362
|
+
content: 'fgoktd,';
|
2363
|
+
}
|
2364
|
+
.khdGMm {
|
2365
|
+
color: rgba(242, 48, 48, 1);
|
2366
|
+
display: inline-block;
|
2367
|
+
vertical-align: middle;
|
2368
|
+
margin: 0 4px;
|
2369
|
+
}
|
2370
|
+
@media (prefers-reduced-motion: no-preference) {
|
2371
|
+
.khdGMm {
|
2372
|
+
-webkit-animation: dgzxEO 2s infinite;
|
2373
|
+
animation: dgzxEO 2s infinite;
|
2374
|
+
}
|
2375
|
+
}
|
2376
|
+
data-styled.g312[id='sc-1fplln8-5'] {
|
2377
|
+
content: 'khdGMm,';
|
2378
|
+
}
|
2379
|
+
.jKLUgT {
|
2380
|
+
height: 1px;
|
2381
|
+
background-color: rgba(232, 232, 232, 1);
|
2382
|
+
}
|
2383
|
+
data-styled.g313[id='sc-1p2sah-0'] {
|
2384
|
+
content: 'jKLUgT,';
|
2385
|
+
}
|
2386
|
+
.jKUqLc {
|
2387
|
+
width: 100%;
|
2388
|
+
}
|
2389
|
+
data-styled.g314[id='sc-1p2sah-1'] {
|
2390
|
+
content: 'jKUqLc,';
|
2391
|
+
}
|
2392
|
+
.dhopRv {
|
2393
|
+
display: -webkit-box;
|
2394
|
+
display: -webkit-flex;
|
2395
|
+
display: -ms-flexbox;
|
2396
|
+
display: flex;
|
2397
|
+
-webkit-flex-wrap: wrap;
|
2398
|
+
-ms-flex-wrap: wrap;
|
2399
|
+
flex-wrap: wrap;
|
2400
|
+
list-style: none;
|
2401
|
+
margin: 0;
|
2402
|
+
padding: 0 0 90px 0;
|
2403
|
+
}
|
2404
|
+
data-styled.g710[id='je654-0'] {
|
2405
|
+
content: 'dhopRv,';
|
2406
|
+
}
|
2407
|
+
.dTTiwf {
|
2408
|
+
width: 36px;
|
2409
|
+
height: 36px;
|
2410
|
+
}
|
2411
|
+
data-styled.g711[id='sc-1nz7oec-0'] {
|
2412
|
+
content: 'dTTiwf,';
|
2413
|
+
}
|
2414
|
+
.hpzLVg {
|
2415
|
+
position: relative;
|
2416
|
+
color: white;
|
2417
|
+
margin: 0;
|
2418
|
+
border: 1px solid white;
|
2419
|
+
}
|
2420
|
+
@media (min-width: 0px) and (max-width: 767px) {
|
2421
|
+
.hpzLVg {
|
2422
|
+
width: 100%;
|
2423
|
+
height: 114px;
|
2424
|
+
}
|
2425
|
+
}
|
2426
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
2427
|
+
.hpzLVg {
|
1018
2428
|
width: 25%;
|
1019
|
-
|
1020
|
-
|
1021
|
-
}
|
1022
|
-
a{
|
1023
|
-
text-decoration: unset;
|
1024
|
-
color: unset;
|
1025
|
-
}
|
1026
|
-
.sup-i{
|
1027
|
-
display: inline-block;
|
1028
|
-
margin-right: 10px;
|
1029
|
-
width: 19px;
|
1030
|
-
vertical-align: middle;
|
1031
|
-
}
|
1032
|
-
.sup-span{
|
1033
|
-
display: inline-block;
|
1034
|
-
width: 20px;
|
1035
|
-
margin-right: 20px;
|
1036
|
-
position: unset!important;
|
1037
|
-
top: 0px;
|
1038
|
-
left: 0px;
|
2429
|
+
height: 180px;
|
2430
|
+
}
|
1039
2431
|
}
|
1040
|
-
|
1041
|
-
|
2432
|
+
@media (min-width: 992px) {
|
2433
|
+
.hpzLVg {
|
2434
|
+
width: 20%;
|
2435
|
+
height: 180px;
|
2436
|
+
}
|
1042
2437
|
}
|
1043
|
-
.
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
2438
|
+
data-styled.g712[id='sc-1jhrmy1-0'] {
|
2439
|
+
content: 'hpzLVg,';
|
2440
|
+
}
|
2441
|
+
.hpIizp {
|
2442
|
+
line-height: 24px;
|
2443
|
+
font-size: 16px;
|
2444
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2445
|
+
-webkit-font-smoothing: antialiased;
|
2446
|
+
font-stretch: 400;
|
2447
|
+
font-weight: 700;
|
2448
|
+
text-overflow: ellipsis;
|
2449
|
+
white-space: nowrap;
|
2450
|
+
overflow: hidden;
|
2451
|
+
position: absolute;
|
2452
|
+
top: 0;
|
2453
|
+
right: 0;
|
2454
|
+
bottom: 0;
|
2455
|
+
left: 0;
|
2456
|
+
-webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
2457
|
+
transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
2458
|
+
}
|
2459
|
+
.hpIizp:hover {
|
2460
|
+
box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
|
2461
|
+
z-index: 1;
|
2462
|
+
}
|
2463
|
+
@media (max-width: 767px) {
|
2464
|
+
.hpIizp {
|
2465
|
+
padding: 12px 12px 12px 60px;
|
2466
|
+
}
|
2467
|
+
}
|
2468
|
+
@media (min-width: 768px) {
|
2469
|
+
.hpIizp {
|
2470
|
+
padding: 60px 12px 12px 12px;
|
2471
|
+
}
|
2472
|
+
}
|
2473
|
+
data-styled.g713[id='sc-1jhrmy1-1'] {
|
2474
|
+
content: 'hpIizp,';
|
2475
|
+
}
|
2476
|
+
.hpQFdy {
|
2477
|
+
position: absolute;
|
2478
|
+
padding: 12px;
|
2479
|
+
}
|
2480
|
+
data-styled.g714[id='sc-1jhrmy1-2'] {
|
2481
|
+
content: 'hpQFdy,';
|
2482
|
+
}
|
2483
|
+
.hpZbHH {
|
2484
|
+
line-height: 18px;
|
2485
|
+
font-size: 14px;
|
2486
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2487
|
+
-webkit-font-smoothing: antialiased;
|
2488
|
+
font-stretch: 400;
|
2489
|
+
font-weight: 400;
|
2490
|
+
position: absolute;
|
2491
|
+
padding: 12px;
|
2492
|
+
}
|
2493
|
+
@media (max-width: 767px) {
|
2494
|
+
.hpZbHH {
|
2495
|
+
right: 0;
|
2496
|
+
bottom: 0;
|
2497
|
+
left: 48px;
|
2498
|
+
top: 36px;
|
2499
|
+
}
|
2500
|
+
}
|
2501
|
+
@media (min-width: 768px) {
|
2502
|
+
.hpZbHH {
|
2503
|
+
left: 0;
|
2504
|
+
right: 0;
|
2505
|
+
bottom: 0;
|
2506
|
+
top: 84px;
|
2507
|
+
}
|
2508
|
+
}
|
2509
|
+
data-styled.g715[id='sc-1jhrmy1-3'] {
|
2510
|
+
content: 'hpZbHH,';
|
2511
|
+
}
|
2512
|
+
.hqhylQ {
|
2513
|
+
position: absolute;
|
2514
|
+
top: 12px;
|
2515
|
+
right: 12px;
|
2516
|
+
}
|
2517
|
+
data-styled.g716[id='sc-1jhrmy1-4'] {
|
2518
|
+
content: 'hqhylQ,';
|
2519
|
+
}
|
2520
|
+
.fMjvGP {
|
2521
|
+
padding: 24px 0;
|
2522
|
+
}
|
2523
|
+
data-styled.g717[id='sc-8oiqhz-0'] {
|
2524
|
+
content: 'fMjvGP,';
|
2525
|
+
}
|
2526
|
+
.fMrSkY {
|
2527
|
+
line-height: 30px;
|
2528
|
+
font-size: 22px;
|
2529
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2530
|
+
-webkit-font-smoothing: antialiased;
|
2531
|
+
font-stretch: 400;
|
2532
|
+
font-weight: 600;
|
2533
|
+
color: rgba(33, 33, 33, 1);
|
2534
|
+
text-align: center;
|
2535
|
+
margin: 0;
|
2536
|
+
}
|
2537
|
+
@media (min-width: 768px) {
|
2538
|
+
.fMrSkY {
|
2539
|
+
line-height: 36px;
|
2540
|
+
font-size: 30px;
|
2541
|
+
}
|
2542
|
+
}
|
2543
|
+
data-styled.g718[id='sc-8oiqhz-1'] {
|
2544
|
+
content: 'fMrSkY,';
|
2545
|
+
}
|
2546
|
+
.fMAoPh {
|
2547
|
+
line-height: 30px;
|
2548
|
+
font-size: 20px;
|
2549
|
+
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2550
|
+
-webkit-font-smoothing: antialiased;
|
2551
|
+
font-stretch: 400;
|
2552
|
+
font-weight: 300;
|
2553
|
+
color: rgba(33, 33, 33, 1);
|
2554
|
+
text-align: center;
|
2555
|
+
margin: 0;
|
2556
|
+
}
|
2557
|
+
@media (min-width: 768px) {
|
2558
|
+
.fMAoPh {
|
2559
|
+
line-height: 30px;
|
2560
|
+
font-size: 22px;
|
2561
|
+
}
|
2562
|
+
}
|
2563
|
+
data-styled.g719[id='sc-8oiqhz-2'] {
|
2564
|
+
content: 'fMAoPh,';
|
2565
|
+
}
|
2566
|
+
.eHZkTG {
|
2567
|
+
padding: 12px 0 0 0;
|
2568
|
+
width: 100%;
|
2569
|
+
}
|
2570
|
+
data-styled.g726[id='i92094-0'] {
|
2571
|
+
content: 'eHZkTG,';
|
2572
|
+
}
|
2573
|
+
.jEgdbF {
|
2574
|
+
width: 100%;
|
2575
|
+
}
|
2576
|
+
data-styled.g854[id='sc-194jngp-0'] {
|
2577
|
+
content: 'jEgdbF,';
|
2578
|
+
}
|
2579
|
+
@-webkit-keyframes dgzxEO {
|
2580
|
+
1% {
|
2581
|
+
-webkit-transform: scale(1.25);
|
2582
|
+
-ms-transform: scale(1.25);
|
2583
|
+
transform: scale(1.25);
|
2584
|
+
}
|
2585
|
+
10% {
|
2586
|
+
-webkit-transform: scale(1);
|
2587
|
+
-ms-transform: scale(1);
|
2588
|
+
transform: scale(1);
|
2589
|
+
}
|
2590
|
+
15% {
|
2591
|
+
-webkit-transform: scale(1.25);
|
2592
|
+
-ms-transform: scale(1.25);
|
2593
|
+
transform: scale(1.25);
|
2594
|
+
}
|
2595
|
+
18% {
|
2596
|
+
-webkit-transform: scale(1);
|
2597
|
+
-ms-transform: scale(1);
|
2598
|
+
transform: scale(1);
|
2599
|
+
}
|
2600
|
+
}
|
2601
|
+
@keyframes dgzxEO {
|
2602
|
+
1% {
|
2603
|
+
-webkit-transform: scale(1.25);
|
2604
|
+
-ms-transform: scale(1.25);
|
2605
|
+
transform: scale(1.25);
|
2606
|
+
}
|
2607
|
+
10% {
|
2608
|
+
-webkit-transform: scale(1);
|
2609
|
+
-ms-transform: scale(1);
|
2610
|
+
transform: scale(1);
|
2611
|
+
}
|
2612
|
+
15% {
|
2613
|
+
-webkit-transform: scale(1.25);
|
2614
|
+
-ms-transform: scale(1.25);
|
2615
|
+
transform: scale(1.25);
|
2616
|
+
}
|
2617
|
+
18% {
|
2618
|
+
-webkit-transform: scale(1);
|
2619
|
+
-ms-transform: scale(1);
|
2620
|
+
transform: scale(1);
|
2621
|
+
}
|
2622
|
+
}
|
2623
|
+
data-styled.g2329[id='sc-keyframes-dgzxEO'] {
|
2624
|
+
content: 'dgzxEO,';
|
2625
|
+
}
|
2626
|
+
html {
|
2627
|
+
line-height: 1.15;
|
2628
|
+
-webkit-text-size-adjust: 100%;
|
1068
2629
|
}
|
1069
2630
|
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
2631
|
+
* {
|
2632
|
+
box-sizing: border-box;
|
2633
|
+
}
|
2634
|
+
body {
|
2635
|
+
background-image: url('img/hero-bg.png');
|
2636
|
+
font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
|
2637
|
+
sans-serif;
|
1074
2638
|
}
|
1075
|
-
|
2639
|
+
|
2640
|
+
.header {
|
2641
|
+
min-height: 80px;
|
2642
|
+
}
|
2643
|
+
.heading {
|
2644
|
+
text-align: center;
|
2645
|
+
margin-top: 90px;
|
2646
|
+
}
|
2647
|
+
.heading-h1 {
|
2648
|
+
font-size: 60px;
|
2649
|
+
font-weight: 800;
|
2650
|
+
line-height: 1.33;
|
2651
|
+
color: #11304e;
|
2652
|
+
margin: 70px 0 12px;
|
2653
|
+
}
|
2654
|
+
.heading-h2 {
|
2655
|
+
font-size: 20px;
|
2656
|
+
font-weight: 500;
|
2657
|
+
opacity: 70%;
|
2658
|
+
color: #11304e;
|
2659
|
+
}
|
2660
|
+
.img-uploader {
|
2661
|
+
margin-top: 45px;
|
2662
|
+
}
|
2663
|
+
.uploader {
|
2664
|
+
background-color: #974fff;
|
2665
|
+
border-radius: 25px;
|
2666
|
+
position: relative;
|
2667
|
+
min-height: 1px;
|
2668
|
+
padding-right: 15px;
|
2669
|
+
padding-left: 15px;
|
2670
|
+
margin: auto;
|
2671
|
+
width: 65%;
|
2672
|
+
padding: 10px;
|
2673
|
+
height: 300px;
|
2674
|
+
}
|
2675
|
+
.inner-box {
|
2676
|
+
background-color: #11304e2e;
|
2677
|
+
border-radius: 25px;
|
2678
|
+
width: 100%;
|
2679
|
+
height: 280px;
|
2680
|
+
overflow: auto;
|
2681
|
+
text-align: justify;
|
2682
|
+
}
|
2683
|
+
.dropzone {
|
2684
|
+
text-align: center;
|
2685
|
+
color: white;
|
2686
|
+
}
|
2687
|
+
.drop-span {
|
2688
|
+
color: white;
|
2689
|
+
}
|
2690
|
+
.button {
|
2691
|
+
display: inline-block;
|
2692
|
+
background: rgb(255, 255, 255);
|
2693
|
+
border-radius: 10px;
|
2694
|
+
padding: 13px 22px;
|
2695
|
+
font-size: 16px;
|
2696
|
+
font-weight: bold;
|
2697
|
+
line-height: 1.19;
|
2698
|
+
letter-spacing: 0.32px;
|
2699
|
+
cursor: pointer;
|
2700
|
+
border: unset;
|
2701
|
+
color: #974fff !important;
|
2702
|
+
/* margin-left: 137px; */
|
2703
|
+
}
|
2704
|
+
.download-reset-button {
|
2705
|
+
display: flex;
|
2706
|
+
float: right;
|
2707
|
+
align-items: center;
|
2708
|
+
position: sticky;
|
2709
|
+
right: 0;
|
2710
|
+
bottom: 0;
|
2711
|
+
}
|
2712
|
+
.extract-container {
|
2713
|
+
width: 90%;
|
2714
|
+
margin: auto;
|
2715
|
+
padding-top: 40px;
|
2716
|
+
margin-bottom: 30px;
|
2717
|
+
display: none;
|
2718
|
+
}
|
2719
|
+
.download-all {
|
2720
|
+
background: rgb(255, 255, 255);
|
2721
|
+
border-radius: 10px;
|
2722
|
+
padding: 7px 22px;
|
2723
|
+
font-size: 16px;
|
2724
|
+
font-weight: bold;
|
2725
|
+
line-height: 1.19;
|
2726
|
+
letter-spacing: 0.32px;
|
2727
|
+
cursor: pointer;
|
2728
|
+
border: unset;
|
2729
|
+
color: #974fff !important;
|
2730
|
+
float: left;
|
2731
|
+
}
|
2732
|
+
|
2733
|
+
.restart-button {
|
2734
|
+
background: rgb(255, 255, 255);
|
2735
|
+
border-radius: 10px;
|
2736
|
+
padding: 7px 7px;
|
1076
2737
|
font-size: 16px;
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
2738
|
+
line-height: 1.19;
|
2739
|
+
letter-spacing: 0;
|
2740
|
+
cursor: pointer;
|
2741
|
+
border: unset;
|
2742
|
+
color: #974fff !important;
|
2743
|
+
margin-top: 18px;
|
2744
|
+
}
|
2745
|
+
|
2746
|
+
.file-upload {
|
2747
|
+
display: none;
|
2748
|
+
}
|
2749
|
+
.textual-content {
|
2750
|
+
margin-top: 90px;
|
2751
|
+
}
|
2752
|
+
.textual-content-box {
|
2753
|
+
margin-top: 90px;
|
2754
|
+
background-color: rgba(17, 48, 78, 0.18);
|
2755
|
+
display: flex;
|
2756
|
+
flex-direction: row;
|
2757
|
+
}
|
2758
|
+
.supported {
|
2759
|
+
margin-top: 90px;
|
2760
|
+
}
|
2761
|
+
|
2762
|
+
.row {
|
2763
|
+
/* flex: 1 1 0px; */
|
2764
|
+
/* position: relative; */
|
2765
|
+
min-height: 1px;
|
2766
|
+
padding-right: 15px;
|
2767
|
+
padding-left: 15px;
|
2768
|
+
height: auto;
|
2769
|
+
text-align: center;
|
2770
|
+
margin-bottom: 30px;
|
2771
|
+
}
|
2772
|
+
i {
|
2773
|
+
display: block;
|
2774
|
+
margin-bottom: 18px;
|
2775
|
+
}
|
2776
|
+
.span {
|
2777
|
+
display: block;
|
2778
|
+
font-size: 20px;
|
2779
|
+
font-weight: bold;
|
2780
|
+
line-height: 1.21;
|
2781
|
+
margin-bottom: 15px;
|
2782
|
+
color: rgb(17, 48, 78);
|
2783
|
+
}
|
2784
|
+
p {
|
2785
|
+
font-size: 15px;
|
2786
|
+
line-height: 1.41;
|
2787
|
+
color: rgb(17, 48, 78);
|
2788
|
+
}
|
2789
|
+
.how-to {
|
2790
|
+
margin-right: -15px;
|
2791
|
+
margin-left: -15px;
|
2792
|
+
}
|
2793
|
+
.how-to-text {
|
2794
|
+
position: relative;
|
2795
|
+
min-height: 1px;
|
2796
|
+
padding-right: 15px;
|
2797
|
+
padding-left: 15px;
|
2798
|
+
margin: auto;
|
2799
|
+
width: 74%;
|
2800
|
+
padding: 10px;
|
2801
|
+
}
|
2802
|
+
.how-to-h2 {
|
2803
|
+
font-size: 40px;
|
2804
|
+
font-weight: 800;
|
2805
|
+
line-height: 1.16;
|
2806
|
+
text-align: left;
|
2807
|
+
color: rgb(17, 48, 78);
|
2808
|
+
/* margin: 0px 0px 40px; */
|
2809
|
+
width: 100%;
|
2810
|
+
margin-top: 70px;
|
2811
|
+
}
|
2812
|
+
.steps {
|
2813
|
+
padding-left: 29px;
|
2814
|
+
}
|
2815
|
+
ul li span {
|
2816
|
+
display: inline-block;
|
2817
|
+
width: 20px;
|
2818
|
+
margin-right: 20px;
|
2819
|
+
position: absolute;
|
2820
|
+
top: 0px;
|
2821
|
+
left: 0px;
|
2822
|
+
}
|
2823
|
+
img {
|
2824
|
+
outline: none;
|
2825
|
+
border: none;
|
2826
|
+
max-width: 100%;
|
2827
|
+
height: auto;
|
2828
|
+
}
|
2829
|
+
.rating-div {
|
2830
|
+
background-color: red;
|
2831
|
+
}
|
2832
|
+
.rating-container {
|
2833
|
+
padding-right: 15px;
|
2834
|
+
padding-left: 15px;
|
2835
|
+
margin-right: auto;
|
2836
|
+
margin-left: auto;
|
2837
|
+
}
|
2838
|
+
.rating-row {
|
2839
|
+
margin-right: -15px;
|
2840
|
+
margin-left: -15px;
|
2841
|
+
}
|
2842
|
+
.faq-container {
|
2843
|
+
position: relative;
|
2844
|
+
min-height: 1px;
|
2845
|
+
padding-right: 15px;
|
2846
|
+
padding-left: 15px;
|
2847
|
+
}
|
2848
|
+
.faq-h2 {
|
2849
|
+
font-size: 53px;
|
2850
|
+
font-weight: 800;
|
2851
|
+
line-height: 1.16;
|
2852
|
+
text-align: center;
|
2853
|
+
color: #11304e;
|
2854
|
+
margin: 100px 0 50px;
|
2855
|
+
}
|
2856
|
+
.faq-h3 {
|
2857
|
+
margin: 0 0 25px;
|
2858
|
+
font-size: 20px;
|
2859
|
+
font-weight: 600;
|
2860
|
+
color: #11304e;
|
2861
|
+
position: relative;
|
2862
|
+
padding-right: 30px;
|
2863
|
+
line-height: 1.4;
|
2864
|
+
cursor: pointer;
|
2865
|
+
}
|
2866
|
+
.faq-list {
|
2867
|
+
position: relative;
|
2868
|
+
min-height: 1px;
|
2869
|
+
padding-right: 15px;
|
2870
|
+
padding-left: 15px;
|
2871
|
+
margin: auto;
|
2872
|
+
width: 50%;
|
2873
|
+
padding: 10px;
|
2874
|
+
}
|
2875
|
+
.sup-h2 {
|
2876
|
+
font-size: 56px;
|
2877
|
+
font-weight: 800;
|
2878
|
+
line-height: 1.21;
|
2879
|
+
color: rgb(17, 48, 78);
|
2880
|
+
text-align: center;
|
2881
|
+
}
|
2882
|
+
.sup-ul {
|
2883
|
+
margin: 0px;
|
2884
|
+
padding: 63px 0px 0px;
|
2885
|
+
text-align: left;
|
2886
|
+
}
|
2887
|
+
.sup-li {
|
2888
|
+
list-style: none;
|
2889
|
+
margin: 0px 0px 20px;
|
2890
|
+
font-size: 15px;
|
2891
|
+
color: rgb(17, 48, 78);
|
2892
|
+
width: 25%;
|
2893
|
+
text-align: left;
|
2894
|
+
display: inline-block;
|
2895
|
+
}
|
2896
|
+
a {
|
2897
|
+
text-decoration: unset;
|
2898
|
+
color: unset;
|
2899
|
+
}
|
2900
|
+
.sup-i {
|
2901
|
+
display: inline-block;
|
2902
|
+
margin-right: 10px;
|
2903
|
+
width: 19px;
|
2904
|
+
vertical-align: middle;
|
2905
|
+
}
|
2906
|
+
.sup-span {
|
2907
|
+
display: inline-block;
|
2908
|
+
width: 20px;
|
2909
|
+
margin-right: 20px;
|
2910
|
+
position: unset !important;
|
2911
|
+
top: 0px;
|
2912
|
+
left: 0px;
|
2913
|
+
}
|
2914
|
+
.clear {
|
2915
|
+
clear: both;
|
2916
|
+
}
|
2917
|
+
.leftbox {
|
2918
|
+
float: left;
|
2919
|
+
width: 30%;
|
2920
|
+
height: 280px;
|
2921
|
+
margin: 0px 28px;
|
2922
|
+
text-align: center;
|
2923
|
+
margin-bottom: 30px;
|
2924
|
+
}
|
2925
|
+
.middlebox {
|
2926
|
+
float: left;
|
2927
|
+
width: 30%;
|
2928
|
+
height: 280px;
|
2929
|
+
text-align: center;
|
2930
|
+
margin-bottom: 30px;
|
2931
|
+
}
|
2932
|
+
.rightbox {
|
2933
|
+
text-align: center;
|
2934
|
+
float: right;
|
2935
|
+
width: 30%;
|
2936
|
+
height: 280px;
|
2937
|
+
margin-bottom: 30px;
|
2938
|
+
}
|
2939
|
+
.file-list {
|
2940
|
+
padding: 10px 0 20px;
|
2941
|
+
}
|
2942
|
+
|
2943
|
+
.single-file {
|
2944
|
+
color: white;
|
2945
|
+
|
2946
|
+
cursor: pointer;
|
2947
|
+
}
|
2948
|
+
.small-text {
|
2949
|
+
font-size: 16px;
|
2950
|
+
font-weight: 500;
|
2951
|
+
}
|
2952
|
+
.rows {
|
2953
|
+
padding: 10px;
|
2954
|
+
margin: auto;
|
2955
|
+
width: 50%;
|
2956
|
+
margin-top: 70px;
|
2957
|
+
display: inline;
|
2958
|
+
min-height: 1px;
|
2959
|
+
padding-right: 15px;
|
2960
|
+
padding-left: 15px;
|
2961
|
+
}
|
2962
|
+
.rows-2 {
|
2963
|
+
margin-top: 50px;
|
2964
|
+
}
|
2965
|
+
ul li {
|
2966
|
+
margin: 0 0 20px;
|
2967
|
+
padding: 0;
|
2968
|
+
font-size: 17px;
|
2969
|
+
font-weight: 500;
|
2970
|
+
line-height: 1.4;
|
2971
|
+
text-align: left;
|
2972
|
+
color: #11304e;
|
2973
|
+
list-style: none;
|
2974
|
+
position: relative;
|
2975
|
+
}
|
2976
|
+
|
1093
2977
|
.header {
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
2978
|
+
overflow: hidden;
|
2979
|
+
/* background-color: #f1f1f1; */
|
2980
|
+
padding: 20px 10px;
|
2981
|
+
}
|
2982
|
+
|
2983
|
+
.header a {
|
2984
|
+
/* float: left;
|
1101
2985
|
color: black;
|
1102
2986
|
text-align: center;
|
1103
2987
|
|
1104
2988
|
line-height: 25px;
|
1105
2989
|
border-radius: 4px; */
|
1106
2990
|
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
2991
|
+
padding: 0 20px 0 8px;
|
2992
|
+
text-decoration: none;
|
2993
|
+
color: #1e283c;
|
2994
|
+
font-weight: 600;
|
2995
|
+
font-size: 12px;
|
2996
|
+
text-transform: uppercase;
|
2997
|
+
outline: 0;
|
2998
|
+
}
|
2999
|
+
|
3000
|
+
.header a.logo {
|
3001
|
+
font-size: 25px;
|
3002
|
+
font-weight: bold;
|
3003
|
+
margin: 0px 101px;
|
3004
|
+
}
|
3005
|
+
|
3006
|
+
.header a:hover {
|
3007
|
+
background-color: #ddd;
|
3008
|
+
color: black;
|
3009
|
+
}
|
3010
|
+
|
3011
|
+
.header a.active {
|
3012
|
+
background-color: #eee;
|
3013
|
+
color: black;
|
3014
|
+
}
|
3015
|
+
|
3016
|
+
.header-right {
|
3017
|
+
float: right;
|
3018
|
+
padding-right: 124px;
|
3019
|
+
}
|
3020
|
+
|
3021
|
+
/* @media screen and (max-width: 500px) {
|
1138
3022
|
.header a {
|
1139
3023
|
float: none;
|
1140
3024
|
display: block;
|
@@ -1146,25 +3030,23 @@ a{
|
|
1146
3030
|
}
|
1147
3031
|
} */
|
1148
3032
|
|
1149
|
-
.how-to-p{
|
1150
|
-
|
1151
|
-
}
|
1152
|
-
.footer{
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
3033
|
+
.how-to-p {
|
3034
|
+
margin-top: 35px;
|
3035
|
+
}
|
3036
|
+
.footer {
|
3037
|
+
background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
|
3038
|
+
color: white;
|
3039
|
+
padding: 100px 0px;
|
3040
|
+
display: block;
|
1158
3041
|
}
|
1159
3042
|
|
1160
3043
|
.footer .single-footer-widget p {
|
1161
|
-
|
3044
|
+
color: #fff;
|
1162
3045
|
}
|
1163
3046
|
.footer .single-footer-widget .menu-list li a {
|
1164
|
-
|
1165
|
-
|
3047
|
+
color: #fff;
|
3048
|
+
transition: all 0.3s ease 0s;
|
1166
3049
|
}
|
1167
3050
|
.footer .footer-bottom p {
|
1168
|
-
|
1169
|
-
|
1170
|
-
}
|
3051
|
+
color: #fff;
|
3052
|
+
}
|