+
+
+
{{ end }}
diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html
index 4ef8db92ad..d7913e7171 100644
--- a/layouts/partials/head/head.html
+++ b/layouts/partials/head/head.html
@@ -54,4 +54,5 @@
diff --git a/layouts/partials/header/header.html b/layouts/partials/header/header.html
index f376336481..32af660810 100644
--- a/layouts/partials/header/header.html
+++ b/layouts/partials/header/header.html
@@ -328,7 +328,7 @@
{{ range $index, $service := site.Data.services.services_menu.servicesMenu }}
-

+
{{ $service.title }}
diff --git a/static/assets/images/authors/sami.jpg b/static/assets/images/authors/sami.jpg
new file mode 100644
index 0000000000..f75e03db4c
Binary files /dev/null and b/static/assets/images/authors/sami.jpg differ
diff --git a/static/assets/sass/base/utilities/_initial-variable.scss b/static/assets/sass/base/utilities/_initial-variable.scss
index 9cba4c9673..11e2cdca23 100644
--- a/static/assets/sass/base/utilities/_initial-variable.scss
+++ b/static/assets/sass/base/utilities/_initial-variable.scss
@@ -38,3 +38,15 @@ $ac-green: #158748;
$ac-blue: #0aafff;
$ac-purple: #791e94;
$ac-red: #ff3729;
+
+// 2026 Design System — Neutral Text Scale
+$color-heading-deep: #081419; // primary page headings (darker than $ac-color-heading)
+$color-text-medium: #4a5565; // body copy
+$color-text-muted: #6a7282; // secondary labels, icons
+$color-text-dark: #111827; // card/component headings
+$color-text-slate: #364153; // hero subtext, balanced grey
+
+// 2026 Design System — Surface & Border Scale
+$color-border-light: #e5e7eb; // component borders (slightly cooler than $ac-white-light)
+$color-surface-light: #f8fafc; // hover backgrounds
+$color-surface-subtle: #fafafa; // card backgrounds
diff --git a/static/assets/sass/components/_button.scss b/static/assets/sass/components/_button.scss
index 3adc238b45..82c28a997e 100644
--- a/static/assets/sass/components/_button.scss
+++ b/static/assets/sass/components/_button.scss
@@ -1,11 +1,12 @@
.button {
transition: 0.3s ease-in-out;
+
&.ac-button {
border-color: $ac-primary;
border-radius: 0.125rem;
font-size: 0.875rem;
font-family: $ac-font-paragraph;
- letter-spacing: 0.078rem;
+ letter-spacing: 0;
line-height: 1;
color: $ac-primary;
font-weight: 500;
@@ -14,9 +15,12 @@
align-items: center;
justify-content: center;
height: 46px;
+ gap: 4px;
+
@include mobile {
height: 44px;
}
+
&:focus-visible {
outline: none;
}
@@ -56,6 +60,18 @@
font-size: 18px;
padding-left: 45px;
padding-right: 45px;
+
+ @include desktop {
+ height: 48px;
+ padding-left: 24px;
+ padding-right: 24px;
+ }
+
+ @include touch {
+ height: 48px;
+ padding-left: 24px;
+ padding-right: 24px;
+ }
}
&.is-transparent {
@@ -66,6 +82,7 @@
font-weight: 500;
background-color: transparent;
color: $ac-color-heading;
+
&:hover {
box-shadow: none !important;
}
@@ -104,6 +121,7 @@
&.is-white {
background-color: $ac-white;
border: none;
+
&:hover {
color: $ac-primary;
opacity: 0.9;
@@ -113,9 +131,9 @@
// ac-button from mixin
&.is-primary {
@include ac-button($ac-primary);
- background: linear-gradient(to left, hsl(149, 100%, 33%) , hsl(149, 50%, 33%)) !important;
+ background: linear-gradient(to left, hsl(149, 100%, 33%), hsl(149, 50%, 33%)) !important;
}
-
+
&.is-link {
@include ac-button($ac-blue);
}
@@ -140,11 +158,13 @@
@include ac-button($ac-green);
}
}
+
.icon {
width: 1.2em;
height: 1.2em;
}
}
+
.readmore-button {
margin: 0;
padding: 0;
@@ -158,12 +178,12 @@
cursor: pointer;
line-height: 1;
transition: 0.3s ease-in-out;
-
+
.material-icons-outlined {
font-size: 0.875rem;
margin-left: 10px;
transition: 0.3s ease-in-out;
}
}
-// dark theme end
+// dark theme end
\ No newline at end of file
diff --git a/static/assets/sass/components/_testimonial.scss b/static/assets/sass/components/_testimonial.scss
index 039d53ddb8..e1067dd944 100644
--- a/static/assets/sass/components/_testimonial.scss
+++ b/static/assets/sass/components/_testimonial.scss
@@ -5,9 +5,12 @@
.section-title {
h2 {
font-size: 48px;
+ text-align: left;
}
+
p {
font-size: 18px;
+ text-align: left;
}
}
@@ -131,6 +134,7 @@ Responsive Classes
h6 {
font-size: 20px;
}
+
text-align: left;
}
}
@@ -172,6 +176,7 @@ Responsive Classes
.testimonial-area {
.single-testimonial-item {
padding: 30px;
+
.user-info-wrapper {
.user-info {
h5 {
@@ -181,5 +186,4 @@ Responsive Classes
}
}
}
-}
-
+}
\ No newline at end of file
diff --git a/static/assets/sass/main.css b/static/assets/sass/main.css
index 53b1a90a6f..6153c53687 100644
--- a/static/assets/sass/main.css
+++ b/static/assets/sass/main.css
@@ -1,11 +1,11 @@
@charset "UTF-8";
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
-.button, .input, .textarea, .select select, .file-cta,
-.file-name, .pagination-previous,
+.pagination-previous,
.pagination-next,
.pagination-link,
-.pagination-ellipsis {
+.pagination-ellipsis, .file-cta,
+.file-name, .select select, .textarea, .input, .button {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
@@ -22,47 +22,51 @@
padding-right: calc(0.75em - 1px);
padding-top: calc(0.5em - 1px);
position: relative;
- vertical-align: top; }
- .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
- .file-name:focus, .pagination-previous:focus,
- .pagination-next:focus,
- .pagination-link:focus,
- .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
- .is-focused.file-name, .is-focused.pagination-previous,
- .is-focused.pagination-next,
- .is-focused.pagination-link,
- .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
- .file-name:active, .pagination-previous:active,
- .pagination-next:active,
- .pagination-link:active,
- .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
- .is-active.file-name, .is-active.pagination-previous,
- .is-active.pagination-next,
- .is-active.pagination-link,
- .is-active.pagination-ellipsis {
- outline: none; }
- [disabled].button, [disabled].input, [disabled].textarea, .select select[disabled], [disabled].file-cta,
- [disabled].file-name, [disabled].pagination-previous,
- [disabled].pagination-next,
- [disabled].pagination-link,
- [disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
- fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous,
- fieldset[disabled] .pagination-next,
- fieldset[disabled] .pagination-link,
- fieldset[disabled] .pagination-ellipsis {
- cursor: not-allowed; }
-
-.button, .file, .breadcrumb, .pagination-previous,
+ vertical-align: top;
+}
+.pagination-previous:focus,
+.pagination-next:focus,
+.pagination-link:focus,
+.pagination-ellipsis:focus, .file-cta:focus,
+.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
+.is-focused.pagination-next,
+.is-focused.pagination-link,
+.is-focused.pagination-ellipsis, .is-focused.file-cta,
+.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
+.pagination-next:active,
+.pagination-link:active,
+.pagination-ellipsis:active, .file-cta:active,
+.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
+.is-active.pagination-next,
+.is-active.pagination-link,
+.is-active.pagination-ellipsis, .is-active.file-cta,
+.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
+ outline: none;
+}
+[disabled].pagination-previous,
+[disabled].pagination-next,
+[disabled].pagination-link,
+[disabled].pagination-ellipsis, [disabled].file-cta,
+[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
+fieldset[disabled] .pagination-next,
+fieldset[disabled] .pagination-link,
+fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
+fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
+ cursor: not-allowed;
+}
+
+.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
-.pagination-ellipsis, .tabs, .is-unselectable {
+.pagination-ellipsis, .breadcrumb, .file, .button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
- user-select: none; }
+ user-select: none;
+}
-.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
+.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
@@ -76,13 +80,15 @@
top: 50%;
transform: rotate(-45deg);
transform-origin: center;
- width: 0.625em; }
+ width: 0.625em;
+}
-.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
-.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
- margin-bottom: 1.5rem; }
+.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
+.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
-.delete, .modal-close {
+.modal-close, .delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
@@ -90,7 +96,7 @@
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
- background-color: rgba(10, 10, 10, 0.2);
+ background-color: rgba(10.2, 10.2, 10.2, 0.2);
border: none;
border-radius: 9999px;
cursor: pointer;
@@ -107,51 +113,60 @@
outline: none;
position: relative;
vertical-align: top;
- width: 20px; }
- .delete::before, .modal-close::before, .delete::after, .modal-close::after {
- background-color: white;
- content: "";
- display: block;
- left: 50%;
- position: absolute;
- top: 50%;
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform-origin: center center; }
- .delete::before, .modal-close::before {
- height: 2px;
- width: 50%; }
- .delete::after, .modal-close::after {
- height: 50%;
- width: 2px; }
- .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
- background-color: rgba(10, 10, 10, 0.3); }
- .delete:active, .modal-close:active {
- background-color: rgba(10, 10, 10, 0.4); }
- .is-small.delete, .is-small.modal-close {
- height: 16px;
- max-height: 16px;
- max-width: 16px;
- min-height: 16px;
- min-width: 16px;
- width: 16px; }
- .is-medium.delete, .is-medium.modal-close {
- height: 24px;
- max-height: 24px;
- max-width: 24px;
- min-height: 24px;
- min-width: 24px;
- width: 24px; }
- .is-large.delete, .is-large.modal-close {
- height: 32px;
- max-height: 32px;
- max-width: 32px;
- min-height: 32px;
- min-width: 32px;
- width: 32px; }
-
-.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
+ width: 20px;
+}
+.modal-close::before, .delete::before, .modal-close::after, .delete::after {
+ background-color: hsl(0, 0%, 100%);
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center;
+}
+.modal-close::before, .delete::before {
+ height: 2px;
+ width: 50%;
+}
+.modal-close::after, .delete::after {
+ height: 50%;
+ width: 2px;
+}
+.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
+ background-color: rgba(10.2, 10.2, 10.2, 0.3);
+}
+.modal-close:active, .delete:active {
+ background-color: rgba(10.2, 10.2, 10.2, 0.4);
+}
+.is-small.modal-close, .is-small.delete {
+ height: 16px;
+ max-height: 16px;
+ max-width: 16px;
+ min-height: 16px;
+ min-width: 16px;
+ width: 16px;
+}
+.is-medium.modal-close, .is-medium.delete {
+ height: 24px;
+ max-height: 24px;
+ max-width: 24px;
+ min-height: 24px;
+ min-width: 24px;
+ width: 24px;
+}
+.is-large.modal-close, .is-large.delete {
+ height: 32px;
+ max-height: 32px;
+ max-width: 32px;
+ min-height: 32px;
+ min-width: 32px;
+ width: 32px;
+}
+
+.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
animation: spinAround 500ms infinite linear;
- border: 2px solid #dbdbdb;
+ border: 2px solid hsl(0, 0%, 86%);
border-radius: 9999px;
border-right-color: transparent;
border-top-color: transparent;
@@ -159,9 +174,10 @@
display: block;
height: 1em;
position: relative;
- width: 1em; }
+ width: 1em;
+}
-.image.is-square img,
+.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
@@ -177,12 +193,13 @@
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
-.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
+.image.is-1by3 .has-ratio {
bottom: 0;
left: 0;
position: absolute;
right: 0;
- top: 0; }
+ top: 0;
+}
.navbar-burger {
-moz-appearance: none;
@@ -194,7 +211,8 @@
font-family: inherit;
font-size: 1em;
margin: 0;
- padding: 0; }
+ padding: 0;
+}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
@@ -222,7 +240,8 @@ h4,
h5,
h6 {
margin: 0;
- padding: 0; }
+ padding: 0;
+}
h1,
h2,
@@ -231,44 +250,54 @@ h4,
h5,
h6 {
font-size: 100%;
- font-weight: normal; }
+ font-weight: normal;
+}
ul {
- list-style: none; }
+ list-style: none;
+}
button,
input,
select,
textarea {
- margin: 0; }
+ margin: 0;
+}
html {
- box-sizing: border-box; }
+ box-sizing: border-box;
+}
*, *::before, *::after {
- box-sizing: inherit; }
+ box-sizing: inherit;
+}
img,
video {
height: auto;
- max-width: 100%; }
+ max-width: 100%;
+}
iframe {
- border: 0; }
+ border: 0;
+}
table {
border-collapse: collapse;
- border-spacing: 0; }
+ border-spacing: 0;
+}
td,
th {
- padding: 0; }
- td:not([align]),
- th:not([align]) {
- text-align: inherit; }
+ padding: 0;
+}
+td:not([align]),
+th:not([align]) {
+ text-align: inherit;
+}
html {
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@@ -276,7 +305,8 @@ html {
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
- text-size-adjust: 100%; }
+ text-size-adjust: 100%;
+}
article,
aside,
@@ -285,7 +315,8 @@ footer,
header,
hgroup,
section {
- display: block; }
+ display: block;
+}
body,
button,
@@ -293,113 +324,138 @@ input,
optgroup,
select,
textarea {
- font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+}
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
- font-family: monospace; }
+ font-family: monospace;
+}
body {
- color: #4a4a4a;
+ color: hsl(0, 0%, 29%);
font-size: 1em;
font-weight: 400;
- line-height: 1.5; }
+ line-height: 1.5;
+}
a {
- color: #485fc7;
+ color: hsl(229, 53%, 53%);
cursor: pointer;
- text-decoration: none; }
- a strong {
- color: currentColor; }
- a:hover {
- color: #363636; }
+ text-decoration: none;
+}
+a strong {
+ color: currentColor;
+}
+a:hover {
+ color: hsl(0, 0%, 21%);
+}
code {
- background-color: whitesmoke;
- color: #da1039;
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(348, 86%, 46%);
font-size: 0.875em;
font-weight: normal;
- padding: 0.25em 0.5em 0.25em; }
+ padding: 0.25em 0.5em 0.25em;
+}
hr {
- background-color: whitesmoke;
+ background-color: hsl(0, 0%, 96%);
border: none;
display: block;
height: 2px;
- margin: 1.5rem 0; }
+ margin: 1.5rem 0;
+}
img {
height: auto;
- max-width: 100%; }
+ max-width: 100%;
+}
-input[type="checkbox"],
-input[type="radio"] {
- vertical-align: baseline; }
+input[type=checkbox],
+input[type=radio] {
+ vertical-align: baseline;
+}
small {
- font-size: 0.875em; }
+ font-size: 0.875em;
+}
span {
font-style: inherit;
- font-weight: inherit; }
+ font-weight: inherit;
+}
strong {
- color: #363636;
- font-weight: 700; }
+ color: hsl(0, 0%, 21%);
+ font-weight: 700;
+}
fieldset {
- border: none; }
+ border: none;
+}
pre {
-webkit-overflow-scrolling: touch;
- background-color: whitesmoke;
- color: #4a4a4a;
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 29%);
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
- word-wrap: normal; }
- pre code {
- background-color: transparent;
- color: currentColor;
- font-size: 1em;
- padding: 0; }
+ word-wrap: normal;
+}
+pre code {
+ background-color: transparent;
+ color: currentColor;
+ font-size: 1em;
+ padding: 0;
+}
table td,
table th {
- vertical-align: top; }
- table td:not([align]),
- table th:not([align]) {
- text-align: inherit; }
+ vertical-align: top;
+}
+table td:not([align]),
+table th:not([align]) {
+ text-align: inherit;
+}
table th {
- color: #363636; }
+ color: hsl(0, 0%, 21%);
+}
@keyframes spinAround {
from {
- transform: rotate(0deg); }
+ transform: rotate(0deg);
+ }
to {
- transform: rotate(359deg); } }
+ transform: rotate(359deg);
+ }
+}
/* Bulma Elements */
.box {
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
border-radius: 6px;
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
- color: #4a4a4a;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
+ color: hsl(0, 0%, 29%);
display: block;
- padding: 1.25rem; }
+ padding: 1.25rem;
+}
a.box:hover, a.box:focus {
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; }
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px hsl(229, 53%, 53%);
+}
a.box:active {
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; }
+ box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px hsl(229, 53%, 53%);
+}
.button {
- background-color: white;
- border-color: #dbdbdb;
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 86%);
border-width: 1px;
- color: #363636;
+ color: hsl(0, 0%, 21%);
cursor: pointer;
justify-content: center;
padding-bottom: calc(0.5em - 1px);
@@ -407,2212 +463,2927 @@ a.box:active {
padding-right: 1em;
padding-top: calc(0.5em - 1px);
text-align: center;
- white-space: nowrap; }
- .button strong {
- color: inherit; }
- .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
- height: 1.5em;
- width: 1.5em; }
- .button .icon:first-child:not(:last-child) {
- margin-left: calc(-0.5em - 1px);
- margin-right: 0.25em; }
- .button .icon:last-child:not(:first-child) {
- margin-left: 0.25em;
- margin-right: calc(-0.5em - 1px); }
- .button .icon:first-child:last-child {
- margin-left: calc(-0.5em - 1px);
- margin-right: calc(-0.5em - 1px); }
- .button:hover, .button.is-hovered {
- border-color: #b5b5b5;
- color: #363636; }
- .button:focus, .button.is-focused {
- border-color: #485fc7;
- color: #363636; }
- .button:focus:not(:active), .button.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
- .button:active, .button.is-active {
- border-color: #4a4a4a;
- color: #363636; }
- .button.is-text {
- background-color: transparent;
- border-color: transparent;
- color: #4a4a4a;
- text-decoration: underline; }
- .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
- background-color: whitesmoke;
- color: #363636; }
- .button.is-text:active, .button.is-text.is-active {
- background-color: #e8e8e8;
- color: #363636; }
- .button.is-text[disabled], fieldset[disabled] .button.is-text {
- background-color: transparent;
- border-color: transparent;
- box-shadow: none; }
- .button.is-ghost {
- background: none;
- border-color: transparent;
- color: #485fc7;
- text-decoration: none; }
- .button.is-ghost:hover, .button.is-ghost.is-hovered {
- color: #485fc7;
- text-decoration: underline; }
- .button.is-white {
- background-color: white;
- border-color: transparent;
- color: #0a0a0a; }
- .button.is-white:hover, .button.is-white.is-hovered {
- background-color: #f9f9f9;
- border-color: transparent;
- color: #0a0a0a; }
- .button.is-white:focus, .button.is-white.is-focused {
- border-color: transparent;
- color: #0a0a0a; }
- .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
- .button.is-white:active, .button.is-white.is-active {
- background-color: #f2f2f2;
- border-color: transparent;
- color: #0a0a0a; }
- .button.is-white[disabled], fieldset[disabled] .button.is-white {
- background-color: white;
- border-color: white;
- box-shadow: none; }
- .button.is-white.is-inverted {
- background-color: #0a0a0a;
- color: white; }
- .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
- background-color: black; }
- .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
- background-color: #0a0a0a;
- border-color: transparent;
- box-shadow: none;
- color: white; }
- .button.is-white.is-loading::after {
- border-color: transparent transparent #0a0a0a #0a0a0a !important; }
- .button.is-white.is-outlined {
- background-color: transparent;
- border-color: white;
- color: white; }
- .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
- background-color: white;
- border-color: white;
- color: #0a0a0a; }
- .button.is-white.is-outlined.is-loading::after {
- border-color: transparent transparent white white !important; }
- .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #0a0a0a #0a0a0a !important; }
- .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
- background-color: transparent;
- border-color: white;
- box-shadow: none;
- color: white; }
- .button.is-white.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #0a0a0a;
- color: #0a0a0a; }
- .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
- background-color: #0a0a0a;
- color: white; }
- .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent white white !important; }
- .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #0a0a0a;
- box-shadow: none;
- color: #0a0a0a; }
- .button.is-black {
- background-color: #0a0a0a;
- border-color: transparent;
- color: white; }
- .button.is-black:hover, .button.is-black.is-hovered {
- background-color: #040404;
- border-color: transparent;
- color: white; }
- .button.is-black:focus, .button.is-black.is-focused {
- border-color: transparent;
- color: white; }
- .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
- .button.is-black:active, .button.is-black.is-active {
- background-color: black;
- border-color: transparent;
- color: white; }
- .button.is-black[disabled], fieldset[disabled] .button.is-black {
- background-color: #0a0a0a;
- border-color: #0a0a0a;
- box-shadow: none; }
- .button.is-black.is-inverted {
- background-color: white;
- color: #0a0a0a; }
- .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
- background-color: white;
- border-color: transparent;
- box-shadow: none;
- color: #0a0a0a; }
- .button.is-black.is-loading::after {
- border-color: transparent transparent white white !important; }
- .button.is-black.is-outlined {
- background-color: transparent;
- border-color: #0a0a0a;
- color: #0a0a0a; }
- .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
- background-color: #0a0a0a;
- border-color: #0a0a0a;
- color: white; }
- .button.is-black.is-outlined.is-loading::after {
- border-color: transparent transparent #0a0a0a #0a0a0a !important; }
- .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent white white !important; }
- .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
- background-color: transparent;
- border-color: #0a0a0a;
- box-shadow: none;
- color: #0a0a0a; }
- .button.is-black.is-inverted.is-outlined {
- background-color: transparent;
- border-color: white;
- color: white; }
- .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
- background-color: white;
- color: #0a0a0a; }
- .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #0a0a0a #0a0a0a !important; }
- .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
- background-color: transparent;
- border-color: white;
- box-shadow: none;
- color: white; }
- .button.is-light {
- background-color: whitesmoke;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light:hover, .button.is-light.is-hovered {
- background-color: #eeeeee;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light:focus, .button.is-light.is-focused {
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
- .button.is-light:active, .button.is-light.is-active {
- background-color: #e8e8e8;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light[disabled], fieldset[disabled] .button.is-light {
- background-color: whitesmoke;
- border-color: whitesmoke;
- box-shadow: none; }
- .button.is-light.is-inverted {
- background-color: rgba(0, 0, 0, 0.7);
- color: whitesmoke; }
- .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
- background-color: rgba(0, 0, 0, 0.7); }
- .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
- background-color: rgba(0, 0, 0, 0.7);
- border-color: transparent;
- box-shadow: none;
- color: whitesmoke; }
- .button.is-light.is-loading::after {
- border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
- .button.is-light.is-outlined {
- background-color: transparent;
- border-color: whitesmoke;
- color: whitesmoke; }
- .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
- background-color: whitesmoke;
- border-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light.is-outlined.is-loading::after {
- border-color: transparent transparent whitesmoke whitesmoke !important; }
- .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
- .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
- background-color: transparent;
- border-color: whitesmoke;
- box-shadow: none;
- color: whitesmoke; }
- .button.is-light.is-inverted.is-outlined {
- background-color: transparent;
- border-color: rgba(0, 0, 0, 0.7);
- color: rgba(0, 0, 0, 0.7); }
- .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
- background-color: rgba(0, 0, 0, 0.7);
- color: whitesmoke; }
- .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent whitesmoke whitesmoke !important; }
- .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
- background-color: transparent;
- border-color: rgba(0, 0, 0, 0.7);
- box-shadow: none;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-dark {
- background-color: #363636;
- border-color: transparent;
- color: #fff; }
- .button.is-dark:hover, .button.is-dark.is-hovered {
- background-color: #2f2f2f;
- border-color: transparent;
- color: #fff; }
- .button.is-dark:focus, .button.is-dark.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
- .button.is-dark:active, .button.is-dark.is-active {
- background-color: #292929;
- border-color: transparent;
- color: #fff; }
- .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
- background-color: #363636;
- border-color: #363636;
- box-shadow: none; }
- .button.is-dark.is-inverted {
- background-color: #fff;
- color: #363636; }
- .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #363636; }
- .button.is-dark.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-dark.is-outlined {
- background-color: transparent;
- border-color: #363636;
- color: #363636; }
- .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
- background-color: #363636;
- border-color: #363636;
- color: #fff; }
- .button.is-dark.is-outlined.is-loading::after {
- border-color: transparent transparent #363636 #363636 !important; }
- .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
- background-color: transparent;
- border-color: #363636;
- box-shadow: none;
- color: #363636; }
- .button.is-dark.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #363636; }
- .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #363636 #363636 !important; }
- .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-primary {
- background-color: #00d1b2;
- border-color: transparent;
- color: #fff; }
- .button.is-primary:hover, .button.is-primary.is-hovered {
- background-color: #00c4a7;
- border-color: transparent;
- color: #fff; }
- .button.is-primary:focus, .button.is-primary.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
- .button.is-primary:active, .button.is-primary.is-active {
- background-color: #00b89c;
- border-color: transparent;
- color: #fff; }
- .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
- background-color: #00d1b2;
- border-color: #00d1b2;
- box-shadow: none; }
- .button.is-primary.is-inverted {
- background-color: #fff;
- color: #00d1b2; }
- .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #00d1b2; }
- .button.is-primary.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-primary.is-outlined {
- background-color: transparent;
- border-color: #00d1b2;
- color: #00d1b2; }
- .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
- background-color: #00d1b2;
- border-color: #00d1b2;
- color: #fff; }
- .button.is-primary.is-outlined.is-loading::after {
- border-color: transparent transparent #00d1b2 #00d1b2 !important; }
- .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
- background-color: transparent;
- border-color: #00d1b2;
- box-shadow: none;
- color: #00d1b2; }
- .button.is-primary.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #00d1b2; }
- .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #00d1b2 #00d1b2 !important; }
- .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-primary.is-light {
- background-color: #ebfffc;
- color: #00947e; }
- .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
- background-color: #defffa;
- border-color: transparent;
- color: #00947e; }
- .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
- background-color: #d1fff8;
- border-color: transparent;
- color: #00947e; }
- .button.is-link {
- background-color: #485fc7;
- border-color: transparent;
- color: #fff; }
- .button.is-link:hover, .button.is-link.is-hovered {
- background-color: #3e56c4;
- border-color: transparent;
- color: #fff; }
- .button.is-link:focus, .button.is-link.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
- .button.is-link:active, .button.is-link.is-active {
- background-color: #3a51bb;
- border-color: transparent;
- color: #fff; }
- .button.is-link[disabled], fieldset[disabled] .button.is-link {
- background-color: #485fc7;
- border-color: #485fc7;
- box-shadow: none; }
- .button.is-link.is-inverted {
- background-color: #fff;
- color: #485fc7; }
- .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #485fc7; }
- .button.is-link.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-link.is-outlined {
- background-color: transparent;
- border-color: #485fc7;
- color: #485fc7; }
- .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
- background-color: #485fc7;
- border-color: #485fc7;
- color: #fff; }
- .button.is-link.is-outlined.is-loading::after {
- border-color: transparent transparent #485fc7 #485fc7 !important; }
- .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
- background-color: transparent;
- border-color: #485fc7;
- box-shadow: none;
- color: #485fc7; }
- .button.is-link.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #485fc7; }
- .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #485fc7 #485fc7 !important; }
- .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-link.is-light {
- background-color: #eff1fa;
- color: #3850b7; }
- .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
- background-color: #e6e9f7;
- border-color: transparent;
- color: #3850b7; }
- .button.is-link.is-light:active, .button.is-link.is-light.is-active {
- background-color: #dce0f4;
- border-color: transparent;
- color: #3850b7; }
- .button.is-info {
- background-color: #3e8ed0;
- border-color: transparent;
- color: #fff; }
- .button.is-info:hover, .button.is-info.is-hovered {
- background-color: #3488ce;
- border-color: transparent;
- color: #fff; }
- .button.is-info:focus, .button.is-info.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); }
- .button.is-info:active, .button.is-info.is-active {
- background-color: #3082c5;
- border-color: transparent;
- color: #fff; }
- .button.is-info[disabled], fieldset[disabled] .button.is-info {
- background-color: #3e8ed0;
- border-color: #3e8ed0;
- box-shadow: none; }
- .button.is-info.is-inverted {
- background-color: #fff;
- color: #3e8ed0; }
- .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #3e8ed0; }
- .button.is-info.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-info.is-outlined {
- background-color: transparent;
- border-color: #3e8ed0;
- color: #3e8ed0; }
- .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
- background-color: #3e8ed0;
- border-color: #3e8ed0;
- color: #fff; }
- .button.is-info.is-outlined.is-loading::after {
- border-color: transparent transparent #3e8ed0 #3e8ed0 !important; }
- .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
- background-color: transparent;
- border-color: #3e8ed0;
- box-shadow: none;
- color: #3e8ed0; }
- .button.is-info.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #3e8ed0; }
- .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #3e8ed0 #3e8ed0 !important; }
- .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-info.is-light {
- background-color: #eff5fb;
- color: #296fa8; }
- .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
- background-color: #e4eff9;
- border-color: transparent;
- color: #296fa8; }
- .button.is-info.is-light:active, .button.is-info.is-light.is-active {
- background-color: #dae9f6;
- border-color: transparent;
- color: #296fa8; }
- .button.is-success {
- background-color: #48c78e;
- border-color: transparent;
- color: #fff; }
- .button.is-success:hover, .button.is-success.is-hovered {
- background-color: #3ec487;
- border-color: transparent;
- color: #fff; }
- .button.is-success:focus, .button.is-success.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); }
- .button.is-success:active, .button.is-success.is-active {
- background-color: #3abb81;
- border-color: transparent;
- color: #fff; }
- .button.is-success[disabled], fieldset[disabled] .button.is-success {
- background-color: #48c78e;
- border-color: #48c78e;
- box-shadow: none; }
- .button.is-success.is-inverted {
- background-color: #fff;
- color: #48c78e; }
- .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #48c78e; }
- .button.is-success.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-success.is-outlined {
- background-color: transparent;
- border-color: #48c78e;
- color: #48c78e; }
- .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
- background-color: #48c78e;
- border-color: #48c78e;
- color: #fff; }
- .button.is-success.is-outlined.is-loading::after {
- border-color: transparent transparent #48c78e #48c78e !important; }
- .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
- background-color: transparent;
- border-color: #48c78e;
- box-shadow: none;
- color: #48c78e; }
- .button.is-success.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #48c78e; }
- .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #48c78e #48c78e !important; }
- .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-success.is-light {
- background-color: #effaf5;
- color: #257953; }
- .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
- background-color: #e6f7ef;
- border-color: transparent;
- color: #257953; }
- .button.is-success.is-light:active, .button.is-success.is-light.is-active {
- background-color: #dcf4e9;
- border-color: transparent;
- color: #257953; }
- .button.is-warning {
- background-color: #ffe08a;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning:hover, .button.is-warning.is-hovered {
- background-color: #ffdc7d;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning:focus, .button.is-warning.is-focused {
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); }
- .button.is-warning:active, .button.is-warning.is-active {
- background-color: #ffd970;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
- background-color: #ffe08a;
- border-color: #ffe08a;
- box-shadow: none; }
- .button.is-warning.is-inverted {
- background-color: rgba(0, 0, 0, 0.7);
- color: #ffe08a; }
- .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
- background-color: rgba(0, 0, 0, 0.7); }
- .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
- background-color: rgba(0, 0, 0, 0.7);
- border-color: transparent;
- box-shadow: none;
- color: #ffe08a; }
- .button.is-warning.is-loading::after {
- border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
- .button.is-warning.is-outlined {
- background-color: transparent;
- border-color: #ffe08a;
- color: #ffe08a; }
- .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
- background-color: #ffe08a;
- border-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning.is-outlined.is-loading::after {
- border-color: transparent transparent #ffe08a #ffe08a !important; }
- .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
- .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
- background-color: transparent;
- border-color: #ffe08a;
- box-shadow: none;
- color: #ffe08a; }
- .button.is-warning.is-inverted.is-outlined {
- background-color: transparent;
- border-color: rgba(0, 0, 0, 0.7);
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
- background-color: rgba(0, 0, 0, 0.7);
- color: #ffe08a; }
- .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #ffe08a #ffe08a !important; }
- .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
- background-color: transparent;
- border-color: rgba(0, 0, 0, 0.7);
- box-shadow: none;
- color: rgba(0, 0, 0, 0.7); }
- .button.is-warning.is-light {
- background-color: #fffaeb;
- color: #946c00; }
- .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
- background-color: #fff6de;
- border-color: transparent;
- color: #946c00; }
- .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
- background-color: #fff3d1;
- border-color: transparent;
- color: #946c00; }
- .button.is-danger {
- background-color: #f14668;
- border-color: transparent;
- color: #fff; }
- .button.is-danger:hover, .button.is-danger.is-hovered {
- background-color: #f03a5f;
- border-color: transparent;
- color: #fff; }
- .button.is-danger:focus, .button.is-danger.is-focused {
- border-color: transparent;
- color: #fff; }
- .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
- .button.is-danger:active, .button.is-danger.is-active {
- background-color: #ef2e55;
- border-color: transparent;
- color: #fff; }
- .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
- background-color: #f14668;
- border-color: #f14668;
- box-shadow: none; }
- .button.is-danger.is-inverted {
- background-color: #fff;
- color: #f14668; }
- .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
- background-color: #f2f2f2; }
- .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
- background-color: #fff;
- border-color: transparent;
- box-shadow: none;
- color: #f14668; }
- .button.is-danger.is-loading::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-danger.is-outlined {
- background-color: transparent;
- border-color: #f14668;
- color: #f14668; }
- .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
- background-color: #f14668;
- border-color: #f14668;
- color: #fff; }
- .button.is-danger.is-outlined.is-loading::after {
- border-color: transparent transparent #f14668 #f14668 !important; }
- .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #fff #fff !important; }
- .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
- background-color: transparent;
- border-color: #f14668;
- box-shadow: none;
- color: #f14668; }
- .button.is-danger.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- color: #fff; }
- .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
- background-color: #fff;
- color: #f14668; }
- .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
- border-color: transparent transparent #f14668 #f14668 !important; }
- .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
- background-color: transparent;
- border-color: #fff;
- box-shadow: none;
- color: #fff; }
- .button.is-danger.is-light {
- background-color: #feecf0;
- color: #cc0f35; }
- .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
- background-color: #fde0e6;
- border-color: transparent;
- color: #cc0f35; }
- .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
- background-color: #fcd4dc;
- border-color: transparent;
- color: #cc0f35; }
- .button.is-small {
- font-size: 0.75rem; }
- .button.is-small:not(.is-rounded) {
- border-radius: 2px; }
- .button.is-normal {
- font-size: 1rem; }
- .button.is-medium {
- font-size: 1.25rem; }
- .button.is-large {
- font-size: 1.5rem; }
- .button[disabled], fieldset[disabled] .button {
- background-color: white;
- border-color: #dbdbdb;
- box-shadow: none;
- opacity: 0.5; }
- .button.is-fullwidth {
- display: flex;
- width: 100%; }
- .button.is-loading {
- color: transparent !important;
- pointer-events: none; }
- .button.is-loading::after {
- position: absolute;
- left: calc(50% - (1em * 0.5));
- top: calc(50% - (1em * 0.5));
- position: absolute !important; }
- .button.is-static {
- background-color: whitesmoke;
- border-color: #dbdbdb;
- color: #7a7a7a;
- box-shadow: none;
- pointer-events: none; }
- .button.is-rounded {
- border-radius: 9999px;
- padding-left: calc(1em + 0.25em);
- padding-right: calc(1em + 0.25em); }
-
-.buttons {
- align-items: center;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start; }
- .buttons .button {
- margin-bottom: 0.5rem; }
- .buttons .button:not(:last-child):not(.is-fullwidth) {
- margin-right: 0.5rem; }
- .buttons:last-child {
- margin-bottom: -0.5rem; }
- .buttons:not(:last-child) {
- margin-bottom: 1rem; }
- .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
- font-size: 0.75rem; }
- .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
- border-radius: 2px; }
- .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
- font-size: 1.25rem; }
- .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
- font-size: 1.5rem; }
- .buttons.has-addons .button:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0; }
- .buttons.has-addons .button:not(:last-child) {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- margin-right: -1px; }
- .buttons.has-addons .button:last-child {
- margin-right: 0; }
- .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
- z-index: 2; }
- .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
- z-index: 3; }
- .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
- z-index: 4; }
- .buttons.has-addons .button.is-expanded {
- flex-grow: 1;
- flex-shrink: 1; }
- .buttons.is-centered {
- justify-content: center; }
- .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
- margin-left: 0.25rem;
- margin-right: 0.25rem; }
- .buttons.is-right {
- justify-content: flex-end; }
- .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
- margin-left: 0.25rem;
- margin-right: 0.25rem; }
-
-@media screen and (max-width: 768px) {
- .button.is-responsive.is-small {
- font-size: 0.5625rem; }
-
- .button.is-responsive,
- .button.is-responsive.is-normal {
- font-size: 0.65625rem; }
-
- .button.is-responsive.is-medium {
- font-size: 0.75rem; }
-
- .button.is-responsive.is-large {
- font-size: 1rem; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .button.is-responsive.is-small {
- font-size: 0.65625rem; }
-
- .button.is-responsive,
- .button.is-responsive.is-normal {
- font-size: 0.75rem; }
-
- .button.is-responsive.is-medium {
- font-size: 1rem; }
-
- .button.is-responsive.is-large {
- font-size: 1.25rem; } }
-.container {
- flex-grow: 1;
- margin: 0 auto;
- position: relative;
- width: auto; }
- .container.is-fluid {
- max-width: none !important;
- padding-left: 32px;
- padding-right: 32px;
- width: 100%; }
- @media screen and (min-width: 1024px) {
- .container {
- max-width: 960px; } }
- @media screen and (max-width: 1215px) {
- .container.is-widescreen:not(.is-max-desktop) {
- max-width: 1152px; } }
- @media screen and (max-width: 1407px) {
- .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
- max-width: 1344px; } }
- @media screen and (min-width: 1216px) {
- .container:not(.is-max-desktop) {
- max-width: 1152px; } }
- @media screen and (min-width: 1408px) {
- .container:not(.is-max-desktop):not(.is-max-widescreen) {
- max-width: 1344px; } }
-
-.content li + li {
- margin-top: 0.25em; }
-.content p:not(:last-child),
-.content dl:not(:last-child),
-.content ol:not(:last-child),
-.content ul:not(:last-child),
-.content blockquote:not(:last-child),
-.content pre:not(:last-child),
-.content table:not(:last-child) {
- margin-bottom: 1em; }
-.content h1,
-.content h2,
-.content h3,
-.content h4,
-.content h5,
-.content h6 {
- color: #363636;
- font-weight: 600;
- line-height: 1.125; }
-.content h1 {
- font-size: 2em;
- margin-bottom: 0.5em; }
- .content h1:not(:first-child) {
- margin-top: 1em; }
-.content h2 {
- font-size: 1.75em;
- margin-bottom: 0.5714em; }
- .content h2:not(:first-child) {
- margin-top: 1.1428em; }
-.content h3 {
- font-size: 1.5em;
- margin-bottom: 0.6666em; }
- .content h3:not(:first-child) {
- margin-top: 1.3333em; }
-.content h4 {
- font-size: 1.25em;
- margin-bottom: 0.8em; }
-.content h5 {
- font-size: 1.125em;
- margin-bottom: 0.8888em; }
-.content h6 {
- font-size: 1em;
- margin-bottom: 1em; }
-.content blockquote {
- background-color: whitesmoke;
- border-left: 5px solid #dbdbdb;
- padding: 1.25em 1.5em; }
-.content ol {
- list-style-position: outside;
- margin-left: 2em;
- margin-top: 1em; }
- .content ol:not([type]) {
- list-style-type: decimal; }
- .content ol:not([type]).is-lower-alpha {
- list-style-type: lower-alpha; }
- .content ol:not([type]).is-lower-roman {
- list-style-type: lower-roman; }
- .content ol:not([type]).is-upper-alpha {
- list-style-type: upper-alpha; }
- .content ol:not([type]).is-upper-roman {
- list-style-type: upper-roman; }
-.content ul {
- list-style: disc outside;
- margin-left: 2em;
- margin-top: 1em; }
- .content ul ul {
- list-style-type: circle;
- margin-top: 0.5em; }
- .content ul ul ul {
- list-style-type: square; }
-.content dd {
- margin-left: 2em; }
-.content figure {
- margin-left: 2em;
- margin-right: 2em;
- text-align: center; }
- .content figure:not(:first-child) {
- margin-top: 2em; }
- .content figure:not(:last-child) {
- margin-bottom: 2em; }
- .content figure img {
- display: inline-block; }
- .content figure figcaption {
- font-style: italic; }
-.content pre {
- -webkit-overflow-scrolling: touch;
- overflow-x: auto;
- padding: 1.25em 1.5em;
- white-space: pre;
- word-wrap: normal; }
-.content sup,
-.content sub {
- font-size: 75%; }
-.content table {
- width: 100%; }
- .content table td,
- .content table th {
- border: 1px solid #dbdbdb;
- border-width: 0 0 1px;
- padding: 0.5em 0.75em;
- vertical-align: top; }
- .content table th {
- color: #363636; }
- .content table th:not([align]) {
- text-align: inherit; }
- .content table thead td,
- .content table thead th {
- border-width: 0 0 2px;
- color: #363636; }
- .content table tfoot td,
- .content table tfoot th {
- border-width: 2px 0 0;
- color: #363636; }
- .content table tbody tr:last-child td,
- .content table tbody tr:last-child th {
- border-bottom-width: 0; }
-.content .tabs li + li {
- margin-top: 0; }
-.content.is-small {
- font-size: 0.75rem; }
-.content.is-normal {
- font-size: 1rem; }
-.content.is-medium {
- font-size: 1.25rem; }
-.content.is-large {
- font-size: 1.5rem; }
-
-.icon {
- align-items: center;
- display: inline-flex;
- justify-content: center;
- height: 1.5rem;
- width: 1.5rem; }
- .icon.is-small {
- height: 1rem;
- width: 1rem; }
- .icon.is-medium {
- height: 2rem;
- width: 2rem; }
- .icon.is-large {
- height: 3rem;
- width: 3rem; }
-
-.icon-text {
- align-items: flex-start;
+ white-space: nowrap;
+}
+.button strong {
color: inherit;
- display: inline-flex;
- flex-wrap: wrap;
- line-height: 1.5rem;
- vertical-align: top; }
- .icon-text .icon {
- flex-grow: 0;
- flex-shrink: 0; }
- .icon-text .icon:not(:last-child) {
- margin-right: 0.25em; }
- .icon-text .icon:not(:first-child) {
- margin-left: 0.25em; }
-
-div.icon-text {
- display: flex; }
-
-.image {
- display: block;
- position: relative; }
- .image img {
- display: block;
- height: auto;
- width: 100%; }
- .image img.is-rounded {
- border-radius: 9999px; }
- .image.is-fullwidth {
- width: 100%; }
- .image.is-square img,
- .image.is-square .has-ratio, .image.is-1by1 img,
- .image.is-1by1 .has-ratio, .image.is-5by4 img,
- .image.is-5by4 .has-ratio, .image.is-4by3 img,
- .image.is-4by3 .has-ratio, .image.is-3by2 img,
- .image.is-3by2 .has-ratio, .image.is-5by3 img,
- .image.is-5by3 .has-ratio, .image.is-16by9 img,
- .image.is-16by9 .has-ratio, .image.is-2by1 img,
- .image.is-2by1 .has-ratio, .image.is-3by1 img,
- .image.is-3by1 .has-ratio, .image.is-4by5 img,
- .image.is-4by5 .has-ratio, .image.is-3by4 img,
- .image.is-3by4 .has-ratio, .image.is-2by3 img,
- .image.is-2by3 .has-ratio, .image.is-3by5 img,
- .image.is-3by5 .has-ratio, .image.is-9by16 img,
- .image.is-9by16 .has-ratio, .image.is-1by2 img,
- .image.is-1by2 .has-ratio, .image.is-1by3 img,
- .image.is-1by3 .has-ratio {
- height: 100%;
- width: 100%; }
- .image.is-square, .image.is-1by1 {
- padding-top: 100%; }
- .image.is-5by4 {
- padding-top: 80%; }
- .image.is-4by3 {
- padding-top: 75%; }
- .image.is-3by2 {
- padding-top: 66.6666%; }
- .image.is-5by3 {
- padding-top: 60%; }
- .image.is-16by9 {
- padding-top: 56.25%; }
- .image.is-2by1 {
- padding-top: 50%; }
- .image.is-3by1 {
- padding-top: 33.3333%; }
- .image.is-4by5 {
- padding-top: 125%; }
- .image.is-3by4 {
- padding-top: 133.3333%; }
- .image.is-2by3 {
- padding-top: 150%; }
- .image.is-3by5 {
- padding-top: 166.6666%; }
- .image.is-9by16 {
- padding-top: 177.7777%; }
- .image.is-1by2 {
- padding-top: 200%; }
- .image.is-1by3 {
- padding-top: 300%; }
- .image.is-16x16 {
- height: 16px;
- width: 16px; }
- .image.is-24x24 {
- height: 24px;
- width: 24px; }
- .image.is-32x32 {
- height: 32px;
- width: 32px; }
- .image.is-48x48 {
- height: 48px;
- width: 48px; }
- .image.is-64x64 {
- height: 64px;
- width: 64px; }
- .image.is-96x96 {
- height: 96px;
- width: 96px; }
- .image.is-128x128 {
- height: 128px;
- width: 128px; }
-
-.notification {
- background-color: whitesmoke;
- border-radius: 4px;
- position: relative;
- padding: 1.25rem 2.5rem 1.25rem 1.5rem; }
- .notification a:not(.button):not(.dropdown-item) {
- color: currentColor;
- text-decoration: underline; }
- .notification strong {
- color: currentColor; }
- .notification code,
- .notification pre {
- background: white; }
- .notification pre code {
- background: transparent; }
- .notification > .delete {
- right: 0.5rem;
- position: absolute;
- top: 0.5rem; }
- .notification .title,
- .notification .subtitle,
- .notification .content {
- color: currentColor; }
- .notification.is-white {
- background-color: white;
- color: #0a0a0a; }
- .notification.is-black {
- background-color: #0a0a0a;
- color: white; }
- .notification.is-light {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .notification.is-dark {
- background-color: #363636;
- color: #fff; }
- .notification.is-primary {
- background-color: #00d1b2;
- color: #fff; }
- .notification.is-primary.is-light {
- background-color: #ebfffc;
- color: #00947e; }
- .notification.is-link {
- background-color: #485fc7;
- color: #fff; }
- .notification.is-link.is-light {
- background-color: #eff1fa;
- color: #3850b7; }
- .notification.is-info {
- background-color: #3e8ed0;
- color: #fff; }
- .notification.is-info.is-light {
- background-color: #eff5fb;
- color: #296fa8; }
- .notification.is-success {
- background-color: #48c78e;
- color: #fff; }
- .notification.is-success.is-light {
- background-color: #effaf5;
- color: #257953; }
- .notification.is-warning {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .notification.is-warning.is-light {
- background-color: #fffaeb;
- color: #946c00; }
- .notification.is-danger {
- background-color: #f14668;
- color: #fff; }
- .notification.is-danger.is-light {
- background-color: #feecf0;
- color: #cc0f35; }
-
-.progress {
- -moz-appearance: none;
- -webkit-appearance: none;
- border: none;
- border-radius: 9999px;
- display: block;
- height: 1rem;
- overflow: hidden;
- padding: 0;
- width: 100%; }
- .progress::-webkit-progress-bar {
- background-color: #ededed; }
- .progress::-webkit-progress-value {
- background-color: #4a4a4a; }
- .progress::-moz-progress-bar {
- background-color: #4a4a4a; }
- .progress::-ms-fill {
- background-color: #4a4a4a;
- border: none; }
- .progress.is-white::-webkit-progress-value {
- background-color: white; }
- .progress.is-white::-moz-progress-bar {
- background-color: white; }
- .progress.is-white::-ms-fill {
- background-color: white; }
- .progress.is-white:indeterminate {
- background-image: linear-gradient(to right, white 30%, #ededed 30%); }
- .progress.is-black::-webkit-progress-value {
- background-color: #0a0a0a; }
- .progress.is-black::-moz-progress-bar {
- background-color: #0a0a0a; }
- .progress.is-black::-ms-fill {
- background-color: #0a0a0a; }
- .progress.is-black:indeterminate {
- background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); }
- .progress.is-light::-webkit-progress-value {
- background-color: whitesmoke; }
- .progress.is-light::-moz-progress-bar {
- background-color: whitesmoke; }
- .progress.is-light::-ms-fill {
- background-color: whitesmoke; }
- .progress.is-light:indeterminate {
- background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); }
- .progress.is-dark::-webkit-progress-value {
- background-color: #363636; }
- .progress.is-dark::-moz-progress-bar {
- background-color: #363636; }
- .progress.is-dark::-ms-fill {
- background-color: #363636; }
- .progress.is-dark:indeterminate {
- background-image: linear-gradient(to right, #363636 30%, #ededed 30%); }
- .progress.is-primary::-webkit-progress-value {
- background-color: #00d1b2; }
- .progress.is-primary::-moz-progress-bar {
- background-color: #00d1b2; }
- .progress.is-primary::-ms-fill {
- background-color: #00d1b2; }
- .progress.is-primary:indeterminate {
- background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); }
- .progress.is-link::-webkit-progress-value {
- background-color: #485fc7; }
- .progress.is-link::-moz-progress-bar {
- background-color: #485fc7; }
- .progress.is-link::-ms-fill {
- background-color: #485fc7; }
- .progress.is-link:indeterminate {
- background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); }
- .progress.is-info::-webkit-progress-value {
- background-color: #3e8ed0; }
- .progress.is-info::-moz-progress-bar {
- background-color: #3e8ed0; }
- .progress.is-info::-ms-fill {
- background-color: #3e8ed0; }
- .progress.is-info:indeterminate {
- background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); }
- .progress.is-success::-webkit-progress-value {
- background-color: #48c78e; }
- .progress.is-success::-moz-progress-bar {
- background-color: #48c78e; }
- .progress.is-success::-ms-fill {
- background-color: #48c78e; }
- .progress.is-success:indeterminate {
- background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); }
- .progress.is-warning::-webkit-progress-value {
- background-color: #ffe08a; }
- .progress.is-warning::-moz-progress-bar {
- background-color: #ffe08a; }
- .progress.is-warning::-ms-fill {
- background-color: #ffe08a; }
- .progress.is-warning:indeterminate {
- background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); }
- .progress.is-danger::-webkit-progress-value {
- background-color: #f14668; }
- .progress.is-danger::-moz-progress-bar {
- background-color: #f14668; }
- .progress.is-danger::-ms-fill {
- background-color: #f14668; }
- .progress.is-danger:indeterminate {
- background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); }
- .progress:indeterminate {
- animation-duration: 1.5s;
- animation-iteration-count: infinite;
- animation-name: moveIndeterminate;
- animation-timing-function: linear;
- background-color: #ededed;
- background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
- background-position: top left;
- background-repeat: no-repeat;
- background-size: 150% 150%; }
- .progress:indeterminate::-webkit-progress-bar {
- background-color: transparent; }
- .progress:indeterminate::-moz-progress-bar {
- background-color: transparent; }
- .progress:indeterminate::-ms-fill {
- animation-name: none; }
- .progress.is-small {
- height: 0.75rem; }
- .progress.is-medium {
- height: 1.25rem; }
- .progress.is-large {
- height: 1.5rem; }
-
-@keyframes moveIndeterminate {
- from {
- background-position: 200% 0; }
- to {
- background-position: -200% 0; } }
-.table {
- background-color: white;
- color: #363636; }
- .table td,
- .table th {
- border: 1px solid #dbdbdb;
- border-width: 0 0 1px;
- padding: 0.5em 0.75em;
- vertical-align: top; }
- .table td.is-white,
- .table th.is-white {
- background-color: white;
- border-color: white;
- color: #0a0a0a; }
- .table td.is-black,
- .table th.is-black {
- background-color: #0a0a0a;
- border-color: #0a0a0a;
- color: white; }
- .table td.is-light,
- .table th.is-light {
- background-color: whitesmoke;
- border-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .table td.is-dark,
- .table th.is-dark {
- background-color: #363636;
- border-color: #363636;
- color: #fff; }
- .table td.is-primary,
- .table th.is-primary {
- background-color: #00d1b2;
- border-color: #00d1b2;
- color: #fff; }
- .table td.is-link,
- .table th.is-link {
- background-color: #485fc7;
- border-color: #485fc7;
- color: #fff; }
- .table td.is-info,
- .table th.is-info {
- background-color: #3e8ed0;
- border-color: #3e8ed0;
- color: #fff; }
- .table td.is-success,
- .table th.is-success {
- background-color: #48c78e;
- border-color: #48c78e;
- color: #fff; }
- .table td.is-warning,
- .table th.is-warning {
- background-color: #ffe08a;
- border-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .table td.is-danger,
- .table th.is-danger {
- background-color: #f14668;
- border-color: #f14668;
- color: #fff; }
- .table td.is-narrow,
- .table th.is-narrow {
- white-space: nowrap;
- width: 1%; }
- .table td.is-selected,
- .table th.is-selected {
- background-color: #00d1b2;
- color: #fff; }
- .table td.is-selected a,
- .table td.is-selected strong,
- .table th.is-selected a,
- .table th.is-selected strong {
- color: currentColor; }
- .table td.is-vcentered,
- .table th.is-vcentered {
- vertical-align: middle; }
- .table th {
- color: #363636; }
- .table th:not([align]) {
- text-align: left; }
- .table tr.is-selected {
- background-color: #00d1b2;
- color: #fff; }
- .table tr.is-selected a,
- .table tr.is-selected strong {
- color: currentColor; }
- .table tr.is-selected td,
- .table tr.is-selected th {
- border-color: #fff;
- color: currentColor; }
- .table thead {
- background-color: transparent; }
- .table thead td,
- .table thead th {
- border-width: 0 0 2px;
- color: #363636; }
- .table tfoot {
- background-color: transparent; }
- .table tfoot td,
- .table tfoot th {
- border-width: 2px 0 0;
- color: #363636; }
- .table tbody {
- background-color: transparent; }
- .table tbody tr:last-child td,
- .table tbody tr:last-child th {
- border-bottom-width: 0; }
- .table.is-bordered td,
- .table.is-bordered th {
- border-width: 1px; }
- .table.is-bordered tr:last-child td,
- .table.is-bordered tr:last-child th {
- border-bottom-width: 1px; }
- .table.is-fullwidth {
- width: 100%; }
- .table.is-hoverable tbody tr:not(.is-selected):hover {
- background-color: #fafafa; }
- .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
- background-color: #fafafa; }
- .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
- background-color: whitesmoke; }
- .table.is-narrow td,
- .table.is-narrow th {
- padding: 0.25em 0.5em; }
- .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
- background-color: #fafafa; }
-
-.table-container {
- -webkit-overflow-scrolling: touch;
- overflow: auto;
- overflow-y: hidden;
- max-width: 100%; }
-
-.tags {
- align-items: center;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start; }
- .tags .tag {
- margin-bottom: 0.5rem; }
- .tags .tag:not(:last-child) {
- margin-right: 0.5rem; }
- .tags:last-child {
- margin-bottom: -0.5rem; }
- .tags:not(:last-child) {
- margin-bottom: 1rem; }
- .tags.are-medium .tag:not(.is-normal):not(.is-large) {
- font-size: 1rem; }
- .tags.are-large .tag:not(.is-normal):not(.is-medium) {
- font-size: 1.25rem; }
- .tags.is-centered {
- justify-content: center; }
- .tags.is-centered .tag {
- margin-right: 0.25rem;
- margin-left: 0.25rem; }
- .tags.is-right {
- justify-content: flex-end; }
- .tags.is-right .tag:not(:first-child) {
- margin-left: 0.5rem; }
- .tags.is-right .tag:not(:last-child) {
- margin-right: 0; }
- .tags.has-addons .tag {
- margin-right: 0; }
- .tags.has-addons .tag:not(:first-child) {
- margin-left: 0;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
- .tags.has-addons .tag:not(:last-child) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
-
-.tag:not(body) {
- align-items: center;
- background-color: whitesmoke;
- border-radius: 4px;
- color: #4a4a4a;
- display: inline-flex;
- font-size: 0.75rem;
- height: 2em;
- justify-content: center;
- line-height: 1.5;
- padding-left: 0.75em;
- padding-right: 0.75em;
- white-space: nowrap; }
- .tag:not(body) .delete {
- margin-left: 0.25rem;
- margin-right: -0.375rem; }
- .tag:not(body).is-white {
- background-color: white;
- color: #0a0a0a; }
- .tag:not(body).is-black {
- background-color: #0a0a0a;
- color: white; }
- .tag:not(body).is-light {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .tag:not(body).is-dark {
- background-color: #363636;
- color: #fff; }
- .tag:not(body).is-primary {
- background-color: #00d1b2;
- color: #fff; }
- .tag:not(body).is-primary.is-light {
- background-color: #ebfffc;
- color: #00947e; }
- .tag:not(body).is-link {
- background-color: #485fc7;
- color: #fff; }
- .tag:not(body).is-link.is-light {
- background-color: #eff1fa;
- color: #3850b7; }
- .tag:not(body).is-info {
- background-color: #3e8ed0;
- color: #fff; }
- .tag:not(body).is-info.is-light {
- background-color: #eff5fb;
- color: #296fa8; }
- .tag:not(body).is-success {
- background-color: #48c78e;
- color: #fff; }
- .tag:not(body).is-success.is-light {
- background-color: #effaf5;
- color: #257953; }
- .tag:not(body).is-warning {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .tag:not(body).is-warning.is-light {
- background-color: #fffaeb;
- color: #946c00; }
- .tag:not(body).is-danger {
- background-color: #f14668;
- color: #fff; }
- .tag:not(body).is-danger.is-light {
- background-color: #feecf0;
- color: #cc0f35; }
- .tag:not(body).is-normal {
- font-size: 0.75rem; }
- .tag:not(body).is-medium {
- font-size: 1rem; }
- .tag:not(body).is-large {
- font-size: 1.25rem; }
- .tag:not(body) .icon:first-child:not(:last-child) {
- margin-left: -0.375em;
- margin-right: 0.1875em; }
- .tag:not(body) .icon:last-child:not(:first-child) {
- margin-left: 0.1875em;
- margin-right: -0.375em; }
- .tag:not(body) .icon:first-child:last-child {
- margin-left: -0.375em;
- margin-right: -0.375em; }
- .tag:not(body).is-delete {
- margin-left: 1px;
- padding: 0;
- position: relative;
- width: 2em; }
- .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
- background-color: currentColor;
- content: "";
- display: block;
- left: 50%;
- position: absolute;
- top: 50%;
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform-origin: center center; }
- .tag:not(body).is-delete::before {
- height: 1px;
- width: 50%; }
- .tag:not(body).is-delete::after {
- height: 50%;
- width: 1px; }
- .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
- background-color: #e8e8e8; }
- .tag:not(body).is-delete:active {
- background-color: #dbdbdb; }
- .tag:not(body).is-rounded {
- border-radius: 9999px; }
-
-a.tag:hover {
- text-decoration: underline; }
-
-.title,
-.subtitle {
- word-break: break-word; }
- .title em,
- .title span,
- .subtitle em,
- .subtitle span {
- font-weight: inherit; }
- .title sub,
- .subtitle sub {
- font-size: 0.75em; }
- .title sup,
- .subtitle sup {
- font-size: 0.75em; }
- .title .tag,
- .subtitle .tag {
- vertical-align: middle; }
-
-.title {
- color: #363636;
- font-size: 2rem;
- font-weight: 600;
- line-height: 1.125; }
- .title strong {
- color: inherit;
- font-weight: inherit; }
- .title:not(.is-spaced) + .subtitle {
- margin-top: -1.25rem; }
- .title.is-1 {
- font-size: 3rem; }
- .title.is-2 {
- font-size: 2.5rem; }
- .title.is-3 {
- font-size: 2rem; }
- .title.is-4 {
- font-size: 1.5rem; }
- .title.is-5 {
- font-size: 1.25rem; }
- .title.is-6 {
- font-size: 1rem; }
- .title.is-7 {
- font-size: 0.75rem; }
-
-.subtitle {
- color: #4a4a4a;
- font-size: 1.25rem;
- font-weight: 400;
- line-height: 1.25; }
- .subtitle strong {
- color: #363636;
- font-weight: 600; }
- .subtitle:not(.is-spaced) + .title {
- margin-top: -1.25rem; }
- .subtitle.is-1 {
- font-size: 3rem; }
- .subtitle.is-2 {
- font-size: 2.5rem; }
- .subtitle.is-3 {
- font-size: 2rem; }
- .subtitle.is-4 {
- font-size: 1.5rem; }
- .subtitle.is-5 {
- font-size: 1.25rem; }
- .subtitle.is-6 {
- font-size: 1rem; }
- .subtitle.is-7 {
- font-size: 0.75rem; }
-
-.heading {
- display: block;
- font-size: 11px;
- letter-spacing: 1px;
- margin-bottom: 5px;
- text-transform: uppercase; }
-
-.number {
- align-items: center;
- background-color: whitesmoke;
- border-radius: 9999px;
- display: inline-flex;
- font-size: 1.25rem;
- height: 2em;
- justify-content: center;
- margin-right: 1.5rem;
- min-width: 2.5em;
- padding: 0.25rem 0.5rem;
- text-align: center;
- vertical-align: top; }
-
-/* Bulma Form */
-.input, .textarea, .select select {
- background-color: white;
- border-color: #dbdbdb;
- border-radius: 4px;
- color: #363636; }
- .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
- color: rgba(54, 54, 54, 0.3); }
- .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
- color: rgba(54, 54, 54, 0.3); }
- .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
- color: rgba(54, 54, 54, 0.3); }
- .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
- color: rgba(54, 54, 54, 0.3); }
- .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
- border-color: #b5b5b5; }
- .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
- border-color: #485fc7;
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
- [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
- background-color: whitesmoke;
- border-color: whitesmoke;
- box-shadow: none;
- color: #7a7a7a; }
- [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
- color: rgba(122, 122, 122, 0.3); }
- [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
- color: rgba(122, 122, 122, 0.3); }
- [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
- color: rgba(122, 122, 122, 0.3); }
- [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
- color: rgba(122, 122, 122, 0.3); }
-
-.input, .textarea {
- box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
- max-width: 100%;
- width: 100%; }
- [readonly].input, [readonly].textarea {
- box-shadow: none; }
- .is-white.input, .is-white.textarea {
- border-color: white; }
- .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
- .is-black.input, .is-black.textarea {
- border-color: #0a0a0a; }
- .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
- .is-light.input, .is-light.textarea {
- border-color: whitesmoke; }
- .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
- .is-dark.input, .is-dark.textarea {
- border-color: #363636; }
- .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
- .is-primary.input, .is-primary.textarea {
- border-color: #00d1b2; }
- .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
- .is-link.input, .is-link.textarea {
- border-color: #485fc7; }
- .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
- .is-info.input, .is-info.textarea {
- border-color: #3e8ed0; }
- .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); }
- .is-success.input, .is-success.textarea {
- border-color: #48c78e; }
- .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); }
- .is-warning.input, .is-warning.textarea {
- border-color: #ffe08a; }
- .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); }
- .is-danger.input, .is-danger.textarea {
- border-color: #f14668; }
- .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
- .is-small.input, .is-small.textarea {
- border-radius: 2px;
- font-size: 0.75rem; }
- .is-medium.input, .is-medium.textarea {
- font-size: 1.25rem; }
- .is-large.input, .is-large.textarea {
- font-size: 1.5rem; }
- .is-fullwidth.input, .is-fullwidth.textarea {
- display: block;
- width: 100%; }
- .is-inline.input, .is-inline.textarea {
- display: inline;
- width: auto; }
-
-.input.is-rounded {
- border-radius: 9999px;
- padding-left: calc(calc(0.75em - 1px) + 0.375em);
- padding-right: calc(calc(0.75em - 1px) + 0.375em); }
-.input.is-static {
+}
+.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
+ height: 1.5em;
+ width: 1.5em;
+}
+.button .icon:first-child:not(:last-child) {
+ margin-left: calc(-0.5em - 1px);
+ margin-right: 0.25em;
+}
+.button .icon:last-child:not(:first-child) {
+ margin-left: 0.25em;
+ margin-right: calc(-0.5em - 1px);
+}
+.button .icon:first-child:last-child {
+ margin-left: calc(-0.5em - 1px);
+ margin-right: calc(-0.5em - 1px);
+}
+.button:hover, .button.is-hovered {
+ border-color: hsl(0, 0%, 71%);
+ color: hsl(0, 0%, 21%);
+}
+.button:focus, .button.is-focused {
+ border-color: hsl(229, 53%, 53%);
+ color: hsl(0, 0%, 21%);
+}
+.button:focus:not(:active), .button.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
+}
+.button:active, .button.is-active {
+ border-color: hsl(0, 0%, 29%);
+ color: hsl(0, 0%, 21%);
+}
+.button.is-text {
+ background-color: transparent;
+ border-color: transparent;
+ color: hsl(0, 0%, 29%);
+ text-decoration: underline;
+}
+.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 21%);
+}
+.button.is-text:active, .button.is-text.is-active {
+ background-color: hsl(0, 0%, 91%);
+ color: hsl(0, 0%, 21%);
+}
+.button.is-text[disabled], fieldset[disabled] .button.is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none;
- padding-left: 0;
- padding-right: 0; }
-
-.textarea {
- display: block;
- max-width: 100%;
- min-width: 100%;
- padding: calc(0.75em - 1px);
- resize: vertical; }
- .textarea:not([rows]) {
- max-height: 40em;
- min-height: 8em; }
- .textarea[rows] {
- height: initial; }
- .textarea.has-fixed-size {
- resize: none; }
-
-.checkbox, .radio {
- cursor: pointer;
- display: inline-block;
- line-height: 1.25;
- position: relative; }
- .checkbox input, .radio input {
- cursor: pointer; }
- .checkbox:hover, .radio:hover {
- color: #363636; }
- [disabled].checkbox, [disabled].radio, fieldset[disabled] .checkbox, fieldset[disabled] .radio,
- .checkbox input[disabled],
- .radio input[disabled] {
- color: #7a7a7a;
- cursor: not-allowed; }
-
-.radio + .radio {
- margin-left: 0.5em; }
+}
+.button.is-ghost {
+ background: none;
+ border-color: transparent;
+ color: hsl(229, 53%, 53%);
+ text-decoration: none;
+}
+.button.is-ghost:hover, .button.is-ghost.is-hovered {
+ color: hsl(229, 53%, 53%);
+ text-decoration: underline;
+}
+.button.is-white {
+ background-color: hsl(0, 0%, 100%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white:hover, .button.is-white.is-hovered {
+ background-color: hsl(0, 0%, 97.5%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white:focus, .button.is-white.is-focused {
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+.button.is-white:active, .button.is-white.is-active {
+ background-color: hsl(0, 0%, 95%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white[disabled], fieldset[disabled] .button.is-white {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 100%);
+ box-shadow: none;
+}
+.button.is-white.is-inverted {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
+ background-color: hsl(0, 0%, 0%);
+}
+.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
+ background-color: hsl(0, 0%, 4%);
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-white.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
+}
+.button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 100%);
+}
+.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
+}
+.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
+}
+.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 100%);
+ box-shadow: none;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 4%);
+}
+.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
+}
+.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 4%);
+ box-shadow: none;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black {
+ background-color: hsl(0, 0%, 4%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black:hover, .button.is-black.is-hovered {
+ background-color: hsl(0, 0%, 1.5%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black:focus, .button.is-black.is-focused {
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
+}
+.button.is-black:active, .button.is-black.is-active {
+ background-color: hsl(0, 0%, 0%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black[disabled], fieldset[disabled] .button.is-black {
+ background-color: hsl(0, 0%, 4%);
+ border-color: hsl(0, 0%, 4%);
+ box-shadow: none;
+}
+.button.is-black.is-inverted {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
+ background-color: hsl(0, 0%, 95%);
+}
+.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
+ background-color: hsl(0, 0%, 100%);
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
+}
+.button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 4%);
+ border-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
+}
+.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
+}
+.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 4%);
+ box-shadow: none;
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 100%);
+}
+.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
+}
+.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 100%);
+ box-shadow: none;
+ color: hsl(0, 0%, 100%);
+}
+.button.is-light {
+ background-color: hsl(0, 0%, 96%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light:hover, .button.is-light.is-hovered {
+ background-color: hsl(0, 0%, 93.5%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light:focus, .button.is-light.is-focused {
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
+}
+.button.is-light:active, .button.is-light.is-active {
+ background-color: hsl(0, 0%, 91%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light[disabled], fieldset[disabled] .button.is-light {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 96%);
+ box-shadow: none;
+}
+.button.is-light.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: hsl(0, 0%, 96%);
+}
+.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
+ background-color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(0, 0%, 96%);
+}
+.button.is-light.is-loading::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+.button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 96%);
+}
+.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
+}
+.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 96%);
+ box-shadow: none;
+ color: hsl(0, 0%, 96%);
+}
+.button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: hsl(0, 0%, 96%);
+}
+.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
+}
+.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ box-shadow: none;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-dark:hover, .button.is-dark.is-hovered {
+ background-color: hsl(0, 0%, 18.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-dark:focus, .button.is-dark.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
+}
+.button.is-dark:active, .button.is-dark.is-active {
+ background-color: hsl(0, 0%, 16%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ border-color: hsl(0, 0%, 21%);
+ box-shadow: none;
+}
+.button.is-dark.is-inverted {
+ background-color: #fff;
+ color: hsl(0, 0%, 21%);
+}
+.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(0, 0%, 21%);
+}
+.button.is-dark.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 21%);
+ color: hsl(0, 0%, 21%);
+}
+.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
+ background-color: hsl(0, 0%, 21%);
+ border-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.button.is-dark.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
+}
+.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
+ background-color: transparent;
+ border-color: hsl(0, 0%, 21%);
+ box-shadow: none;
+ color: hsl(0, 0%, 21%);
+}
+.button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(0, 0%, 21%);
+}
+.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
+}
+.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-primary:hover, .button.is-primary.is-hovered {
+ background-color: hsl(171, 100%, 38.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-primary:focus, .button.is-primary.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
+}
+.button.is-primary:active, .button.is-primary.is-active {
+ background-color: hsl(171, 100%, 36%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ border-color: hsl(171, 100%, 41%);
+ box-shadow: none;
+}
+.button.is-primary.is-inverted {
+ background-color: #fff;
+ color: hsl(171, 100%, 41%);
+}
+.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(171, 100%, 41%);
+}
+.button.is-primary.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: hsl(171, 100%, 41%);
+ color: hsl(171, 100%, 41%);
+}
+.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
+ background-color: hsl(171, 100%, 41%);
+ border-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.button.is-primary.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
+}
+.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
+ background-color: transparent;
+ border-color: hsl(171, 100%, 41%);
+ box-shadow: none;
+ color: hsl(171, 100%, 41%);
+}
+.button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(171, 100%, 41%);
+}
+.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
+}
+.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-primary.is-light {
+ background-color: hsl(171, 100%, 96%);
+ color: hsl(171, 100%, 29%);
+}
+.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
+ background-color: hsl(171, 100%, 93.5%);
+ border-color: transparent;
+ color: hsl(171, 100%, 29%);
+}
+.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
+ background-color: hsl(171, 100%, 91%);
+ border-color: transparent;
+ color: hsl(171, 100%, 29%);
+}
+.button.is-link {
+ background-color: hsl(229, 53%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-link:hover, .button.is-link.is-hovered {
+ background-color: hsl(229, 53%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-link:focus, .button.is-link.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
+}
+.button.is-link:active, .button.is-link.is-active {
+ background-color: hsl(229, 53%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-link[disabled], fieldset[disabled] .button.is-link {
+ background-color: hsl(229, 53%, 53%);
+ border-color: hsl(229, 53%, 53%);
+ box-shadow: none;
+}
+.button.is-link.is-inverted {
+ background-color: #fff;
+ color: hsl(229, 53%, 53%);
+}
+.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(229, 53%, 53%);
+}
+.button.is-link.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: hsl(229, 53%, 53%);
+ color: hsl(229, 53%, 53%);
+}
+.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
+ background-color: hsl(229, 53%, 53%);
+ border-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.button.is-link.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
+}
+.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
+ background-color: transparent;
+ border-color: hsl(229, 53%, 53%);
+ box-shadow: none;
+ color: hsl(229, 53%, 53%);
+}
+.button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(229, 53%, 53%);
+}
+.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
+}
+.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-link.is-light {
+ background-color: hsl(229, 53%, 96%);
+ color: hsl(229, 53%, 47%);
+}
+.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
+ background-color: hsl(229, 53%, 93.5%);
+ border-color: transparent;
+ color: hsl(229, 53%, 47%);
+}
+.button.is-link.is-light:active, .button.is-link.is-light.is-active {
+ background-color: hsl(229, 53%, 91%);
+ border-color: transparent;
+ color: hsl(229, 53%, 47%);
+}
+.button.is-info {
+ background-color: hsl(207, 61%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-info:hover, .button.is-info.is-hovered {
+ background-color: hsl(207, 61%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-info:focus, .button.is-info.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
+}
+.button.is-info:active, .button.is-info.is-active {
+ background-color: hsl(207, 61%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-info[disabled], fieldset[disabled] .button.is-info {
+ background-color: hsl(207, 61%, 53%);
+ border-color: hsl(207, 61%, 53%);
+ box-shadow: none;
+}
+.button.is-info.is-inverted {
+ background-color: #fff;
+ color: hsl(207, 61%, 53%);
+}
+.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(207, 61%, 53%);
+}
+.button.is-info.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: hsl(207, 61%, 53%);
+ color: hsl(207, 61%, 53%);
+}
+.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
+ background-color: hsl(207, 61%, 53%);
+ border-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.button.is-info.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
+}
+.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
+ background-color: transparent;
+ border-color: hsl(207, 61%, 53%);
+ box-shadow: none;
+ color: hsl(207, 61%, 53%);
+}
+.button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(207, 61%, 53%);
+}
+.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
+}
+.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-info.is-light {
+ background-color: hsl(207, 61%, 96%);
+ color: hsl(207, 61%, 41%);
+}
+.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
+ background-color: hsl(207, 61%, 93.5%);
+ border-color: transparent;
+ color: hsl(207, 61%, 41%);
+}
+.button.is-info.is-light:active, .button.is-info.is-light.is-active {
+ background-color: hsl(207, 61%, 91%);
+ border-color: transparent;
+ color: hsl(207, 61%, 41%);
+}
+.button.is-success {
+ background-color: hsl(153, 53%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-success:hover, .button.is-success.is-hovered {
+ background-color: hsl(153, 53%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-success:focus, .button.is-success.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
+}
+.button.is-success:active, .button.is-success.is-active {
+ background-color: hsl(153, 53%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-success[disabled], fieldset[disabled] .button.is-success {
+ background-color: hsl(153, 53%, 53%);
+ border-color: hsl(153, 53%, 53%);
+ box-shadow: none;
+}
+.button.is-success.is-inverted {
+ background-color: #fff;
+ color: hsl(153, 53%, 53%);
+}
+.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(153, 53%, 53%);
+}
+.button.is-success.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: hsl(153, 53%, 53%);
+ color: hsl(153, 53%, 53%);
+}
+.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
+ background-color: hsl(153, 53%, 53%);
+ border-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.button.is-success.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
+}
+.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
+ background-color: transparent;
+ border-color: hsl(153, 53%, 53%);
+ box-shadow: none;
+ color: hsl(153, 53%, 53%);
+}
+.button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(153, 53%, 53%);
+}
+.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
+}
+.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-success.is-light {
+ background-color: hsl(153, 53%, 96%);
+ color: hsl(153, 53%, 31%);
+}
+.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
+ background-color: hsl(153, 53%, 93.5%);
+ border-color: transparent;
+ color: hsl(153, 53%, 31%);
+}
+.button.is-success.is-light:active, .button.is-success.is-light.is-active {
+ background-color: hsl(153, 53%, 91%);
+ border-color: transparent;
+ color: hsl(153, 53%, 31%);
+}
+.button.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning:hover, .button.is-warning.is-hovered {
+ background-color: hsl(44, 100%, 74.5%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning:focus, .button.is-warning.is-focused {
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
+}
+.button.is-warning:active, .button.is-warning.is-active {
+ background-color: hsl(44, 100%, 72%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ border-color: hsl(44, 100%, 77%);
+ box-shadow: none;
+}
+.button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: hsl(44, 100%, 77%);
+}
+.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
+ background-color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(44, 100%, 77%);
+}
+.button.is-warning.is-loading::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+.button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: hsl(44, 100%, 77%);
+ color: hsl(44, 100%, 77%);
+}
+.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
+ background-color: hsl(44, 100%, 77%);
+ border-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
+}
+.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
+}
+.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
+ background-color: transparent;
+ border-color: hsl(44, 100%, 77%);
+ box-shadow: none;
+ color: hsl(44, 100%, 77%);
+}
+.button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
+ background-color: rgba(0, 0, 0, 0.7);
+ color: hsl(44, 100%, 77%);
+}
+.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
+}
+.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: rgba(0, 0, 0, 0.7);
+ box-shadow: none;
+ color: rgba(0, 0, 0, 0.7);
+}
+.button.is-warning.is-light {
+ background-color: hsl(44, 100%, 96%);
+ color: hsl(44, 100%, 29%);
+}
+.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
+ background-color: hsl(44, 100%, 93.5%);
+ border-color: transparent;
+ color: hsl(44, 100%, 29%);
+}
+.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
+ background-color: hsl(44, 100%, 91%);
+ border-color: transparent;
+ color: hsl(44, 100%, 29%);
+}
+.button.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-danger:hover, .button.is-danger.is-hovered {
+ background-color: hsl(348, 86%, 58.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-danger:focus, .button.is-danger.is-focused {
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
+}
+.button.is-danger:active, .button.is-danger.is-active {
+ background-color: hsl(348, 86%, 56%);
+ border-color: transparent;
+ color: #fff;
+}
+.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ border-color: hsl(348, 86%, 61%);
+ box-shadow: none;
+}
+.button.is-danger.is-inverted {
+ background-color: #fff;
+ color: hsl(348, 86%, 61%);
+}
+.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
+ background-color: rgb(242.25, 242.25, 242.25);
+}
+.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
+ background-color: #fff;
+ border-color: transparent;
+ box-shadow: none;
+ color: hsl(348, 86%, 61%);
+}
+.button.is-danger.is-loading::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: hsl(348, 86%, 61%);
+ color: hsl(348, 86%, 61%);
+}
+.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
+ background-color: hsl(348, 86%, 61%);
+ border-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.button.is-danger.is-outlined.is-loading::after {
+ border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
+}
+.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent #fff #fff !important;
+}
+.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
+ background-color: transparent;
+ border-color: hsl(348, 86%, 61%);
+ box-shadow: none;
+ color: hsl(348, 86%, 61%);
+}
+.button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ color: #fff;
+}
+.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
+ background-color: #fff;
+ color: hsl(348, 86%, 61%);
+}
+.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
+ border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
+}
+.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
+ background-color: transparent;
+ border-color: #fff;
+ box-shadow: none;
+ color: #fff;
+}
+.button.is-danger.is-light {
+ background-color: hsl(348, 86%, 96%);
+ color: hsl(348, 86%, 43%);
+}
+.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
+ background-color: hsl(348, 86%, 93.5%);
+ border-color: transparent;
+ color: hsl(348, 86%, 43%);
+}
+.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
+ background-color: hsl(348, 86%, 91%);
+ border-color: transparent;
+ color: hsl(348, 86%, 43%);
+}
+.button.is-small:not(.is-rounded) {
+ border-radius: 2px;
+}
+.button.is-small {
+ font-size: 0.75rem;
+}
+.button.is-normal {
+ font-size: 1rem;
+}
+.button.is-medium {
+ font-size: 1.25rem;
+}
+.button.is-large {
+ font-size: 1.5rem;
+}
+.button[disabled], fieldset[disabled] .button {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 86%);
+ box-shadow: none;
+ opacity: 0.5;
+}
+.button.is-fullwidth {
+ display: flex;
+ width: 100%;
+}
+.button.is-loading {
+ color: transparent !important;
+ pointer-events: none;
+}
+.button.is-loading::after {
+ position: absolute;
+ left: calc(50% - 1em * 0.5);
+ top: calc(50% - 1em * 0.5);
+ position: absolute !important;
+}
+.button.is-static {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 86%);
+ color: hsl(0, 0%, 48%);
+ box-shadow: none;
+ pointer-events: none;
+}
+.button.is-rounded {
+ border-radius: 9999px;
+ padding-left: calc(1em + 0.25em);
+ padding-right: calc(1em + 0.25em);
+}
+
+.buttons {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+.buttons .button {
+ margin-bottom: 0.5rem;
+}
+.buttons .button:not(:last-child):not(.is-fullwidth) {
+ margin-right: 0.5rem;
+}
+.buttons:last-child {
+ margin-bottom: -0.5rem;
+}
+.buttons:not(:last-child) {
+ margin-bottom: 1rem;
+}
+.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
+ border-radius: 2px;
+}
+.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
+ font-size: 0.75rem;
+}
+.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
+ font-size: 1.25rem;
+}
+.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
+ font-size: 1.5rem;
+}
+.buttons.has-addons .button:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+.buttons.has-addons .button:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ margin-right: -1px;
+}
+.buttons.has-addons .button:last-child {
+ margin-right: 0;
+}
+.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
+ z-index: 2;
+}
+.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
+ z-index: 3;
+}
+.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
+ z-index: 4;
+}
+.buttons.has-addons .button.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+.buttons.is-centered {
+ justify-content: center;
+}
+.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+.buttons.is-right {
+ justify-content: flex-end;
+}
+.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
+ margin-left: 0.25rem;
+ margin-right: 0.25rem;
+}
+
+@media screen and (max-width: 768px) {
+ .button.is-responsive.is-small {
+ font-size: 0.5625rem;
+ }
+ .button.is-responsive,
+ .button.is-responsive.is-normal {
+ font-size: 0.65625rem;
+ }
+ .button.is-responsive.is-medium {
+ font-size: 0.75rem;
+ }
+ .button.is-responsive.is-large {
+ font-size: 1rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .button.is-responsive.is-small {
+ font-size: 0.65625rem;
+ }
+ .button.is-responsive,
+ .button.is-responsive.is-normal {
+ font-size: 0.75rem;
+ }
+ .button.is-responsive.is-medium {
+ font-size: 1rem;
+ }
+ .button.is-responsive.is-large {
+ font-size: 1.25rem;
+ }
+}
+.container {
+ flex-grow: 1;
+ margin: 0 auto;
+ position: relative;
+ width: auto;
+}
+.container.is-fluid {
+ max-width: none !important;
+ padding-left: 32px;
+ padding-right: 32px;
+ width: 100%;
+}
+@media screen and (min-width: 1024px) {
+ .container {
+ max-width: 960px;
+ }
+}
+@media screen and (max-width: 1215px) {
+ .container.is-widescreen:not(.is-max-desktop) {
+ max-width: 1152px;
+ }
+}
+@media screen and (max-width: 1407px) {
+ .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
+ max-width: 1344px;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .container:not(.is-max-desktop) {
+ max-width: 1152px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .container:not(.is-max-desktop):not(.is-max-widescreen) {
+ max-width: 1344px;
+ }
+}
+
+.content li + li {
+ margin-top: 0.25em;
+}
+.content p:not(:last-child),
+.content dl:not(:last-child),
+.content ol:not(:last-child),
+.content ul:not(:last-child),
+.content blockquote:not(:last-child),
+.content pre:not(:last-child),
+.content table:not(:last-child) {
+ margin-bottom: 1em;
+}
+.content h1,
+.content h2,
+.content h3,
+.content h4,
+.content h5,
+.content h6 {
+ color: hsl(0, 0%, 21%);
+ font-weight: 600;
+ line-height: 1.125;
+}
+.content h1 {
+ font-size: 2em;
+ margin-bottom: 0.5em;
+}
+.content h1:not(:first-child) {
+ margin-top: 1em;
+}
+.content h2 {
+ font-size: 1.75em;
+ margin-bottom: 0.5714em;
+}
+.content h2:not(:first-child) {
+ margin-top: 1.1428em;
+}
+.content h3 {
+ font-size: 1.5em;
+ margin-bottom: 0.6666em;
+}
+.content h3:not(:first-child) {
+ margin-top: 1.3333em;
+}
+.content h4 {
+ font-size: 1.25em;
+ margin-bottom: 0.8em;
+}
+.content h5 {
+ font-size: 1.125em;
+ margin-bottom: 0.8888em;
+}
+.content h6 {
+ font-size: 1em;
+ margin-bottom: 1em;
+}
+.content blockquote {
+ background-color: hsl(0, 0%, 96%);
+ border-left: 5px solid hsl(0, 0%, 86%);
+ padding: 1.25em 1.5em;
+}
+.content ol {
+ list-style-position: outside;
+ margin-left: 2em;
+ margin-top: 1em;
+}
+.content ol:not([type]) {
+ list-style-type: decimal;
+}
+.content ol:not([type]).is-lower-alpha {
+ list-style-type: lower-alpha;
+}
+.content ol:not([type]).is-lower-roman {
+ list-style-type: lower-roman;
+}
+.content ol:not([type]).is-upper-alpha {
+ list-style-type: upper-alpha;
+}
+.content ol:not([type]).is-upper-roman {
+ list-style-type: upper-roman;
+}
+.content ul {
+ list-style: disc outside;
+ margin-left: 2em;
+ margin-top: 1em;
+}
+.content ul ul {
+ list-style-type: circle;
+ margin-top: 0.5em;
+}
+.content ul ul ul {
+ list-style-type: square;
+}
+.content dd {
+ margin-left: 2em;
+}
+.content figure {
+ margin-left: 2em;
+ margin-right: 2em;
+ text-align: center;
+}
+.content figure:not(:first-child) {
+ margin-top: 2em;
+}
+.content figure:not(:last-child) {
+ margin-bottom: 2em;
+}
+.content figure img {
+ display: inline-block;
+}
+.content figure figcaption {
+ font-style: italic;
+}
+.content pre {
+ -webkit-overflow-scrolling: touch;
+ overflow-x: auto;
+ padding: 1.25em 1.5em;
+ white-space: pre;
+ word-wrap: normal;
+}
+.content sup,
+.content sub {
+ font-size: 75%;
+}
+.content table {
+ width: 100%;
+}
+.content table td,
+.content table th {
+ border: 1px solid hsl(0, 0%, 86%);
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top;
+}
+.content table th {
+ color: hsl(0, 0%, 21%);
+}
+.content table th:not([align]) {
+ text-align: inherit;
+}
+.content table thead td,
+.content table thead th {
+ border-width: 0 0 2px;
+ color: hsl(0, 0%, 21%);
+}
+.content table tfoot td,
+.content table tfoot th {
+ border-width: 2px 0 0;
+ color: hsl(0, 0%, 21%);
+}
+.content table tbody tr:last-child td,
+.content table tbody tr:last-child th {
+ border-bottom-width: 0;
+}
+.content .tabs li + li {
+ margin-top: 0;
+}
+.content.is-small {
+ font-size: 0.75rem;
+}
+.content.is-normal {
+ font-size: 1rem;
+}
+.content.is-medium {
+ font-size: 1.25rem;
+}
+.content.is-large {
+ font-size: 1.5rem;
+}
+
+.icon {
+ align-items: center;
+ display: inline-flex;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem;
+}
+.icon.is-small {
+ height: 1rem;
+ width: 1rem;
+}
+.icon.is-medium {
+ height: 2rem;
+ width: 2rem;
+}
+.icon.is-large {
+ height: 3rem;
+ width: 3rem;
+}
+
+.icon-text {
+ align-items: flex-start;
+ color: inherit;
+ display: inline-flex;
+ flex-wrap: wrap;
+ line-height: 1.5rem;
+ vertical-align: top;
+}
+.icon-text .icon {
+ flex-grow: 0;
+ flex-shrink: 0;
+}
+.icon-text .icon:not(:last-child) {
+ margin-right: 0.25em;
+}
+.icon-text .icon:not(:first-child) {
+ margin-left: 0.25em;
+}
+
+div.icon-text {
+ display: flex;
+}
+
+.image {
+ display: block;
+ position: relative;
+}
+.image img {
+ display: block;
+ height: auto;
+ width: 100%;
+}
+.image img.is-rounded {
+ border-radius: 9999px;
+}
+.image.is-fullwidth {
+ width: 100%;
+}
+.image.is-square img,
+.image.is-square .has-ratio, .image.is-1by1 img,
+.image.is-1by1 .has-ratio, .image.is-5by4 img,
+.image.is-5by4 .has-ratio, .image.is-4by3 img,
+.image.is-4by3 .has-ratio, .image.is-3by2 img,
+.image.is-3by2 .has-ratio, .image.is-5by3 img,
+.image.is-5by3 .has-ratio, .image.is-16by9 img,
+.image.is-16by9 .has-ratio, .image.is-2by1 img,
+.image.is-2by1 .has-ratio, .image.is-3by1 img,
+.image.is-3by1 .has-ratio, .image.is-4by5 img,
+.image.is-4by5 .has-ratio, .image.is-3by4 img,
+.image.is-3by4 .has-ratio, .image.is-2by3 img,
+.image.is-2by3 .has-ratio, .image.is-3by5 img,
+.image.is-3by5 .has-ratio, .image.is-9by16 img,
+.image.is-9by16 .has-ratio, .image.is-1by2 img,
+.image.is-1by2 .has-ratio, .image.is-1by3 img,
+.image.is-1by3 .has-ratio {
+ height: 100%;
+ width: 100%;
+}
+.image.is-square, .image.is-1by1 {
+ padding-top: 100%;
+}
+.image.is-5by4 {
+ padding-top: 80%;
+}
+.image.is-4by3 {
+ padding-top: 75%;
+}
+.image.is-3by2 {
+ padding-top: 66.6666%;
+}
+.image.is-5by3 {
+ padding-top: 60%;
+}
+.image.is-16by9 {
+ padding-top: 56.25%;
+}
+.image.is-2by1 {
+ padding-top: 50%;
+}
+.image.is-3by1 {
+ padding-top: 33.3333%;
+}
+.image.is-4by5 {
+ padding-top: 125%;
+}
+.image.is-3by4 {
+ padding-top: 133.3333%;
+}
+.image.is-2by3 {
+ padding-top: 150%;
+}
+.image.is-3by5 {
+ padding-top: 166.6666%;
+}
+.image.is-9by16 {
+ padding-top: 177.7777%;
+}
+.image.is-1by2 {
+ padding-top: 200%;
+}
+.image.is-1by3 {
+ padding-top: 300%;
+}
+.image.is-16x16 {
+ height: 16px;
+ width: 16px;
+}
+.image.is-24x24 {
+ height: 24px;
+ width: 24px;
+}
+.image.is-32x32 {
+ height: 32px;
+ width: 32px;
+}
+.image.is-48x48 {
+ height: 48px;
+ width: 48px;
+}
+.image.is-64x64 {
+ height: 64px;
+ width: 64px;
+}
+.image.is-96x96 {
+ height: 96px;
+ width: 96px;
+}
+.image.is-128x128 {
+ height: 128px;
+ width: 128px;
+}
+
+.notification {
+ background-color: hsl(0, 0%, 96%);
+ border-radius: 4px;
+ position: relative;
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
+}
+.notification a:not(.button):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline;
+}
+.notification strong {
+ color: currentColor;
+}
+.notification code,
+.notification pre {
+ background: hsl(0, 0%, 100%);
+}
+.notification pre code {
+ background: transparent;
+}
+.notification > .delete {
+ right: 0.5rem;
+ position: absolute;
+ top: 0.5rem;
+}
+.notification .title,
+.notification .subtitle,
+.notification .content {
+ color: currentColor;
+}
+.notification.is-white {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.notification.is-black {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.notification.is-light {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.notification.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.notification.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.notification.is-primary.is-light {
+ background-color: hsl(171, 100%, 96%);
+ color: hsl(171, 100%, 29%);
+}
+.notification.is-link {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.notification.is-link.is-light {
+ background-color: hsl(229, 53%, 96%);
+ color: hsl(229, 53%, 47%);
+}
+.notification.is-info {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.notification.is-info.is-light {
+ background-color: hsl(207, 61%, 96%);
+ color: hsl(207, 61%, 41%);
+}
+.notification.is-success {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.notification.is-success.is-light {
+ background-color: hsl(153, 53%, 96%);
+ color: hsl(153, 53%, 31%);
+}
+.notification.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.notification.is-warning.is-light {
+ background-color: hsl(44, 100%, 96%);
+ color: hsl(44, 100%, 29%);
+}
+.notification.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.notification.is-danger.is-light {
+ background-color: hsl(348, 86%, 96%);
+ color: hsl(348, 86%, 43%);
+}
+
+.progress {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ border: none;
+ border-radius: 9999px;
+ display: block;
+ height: 1rem;
+ overflow: hidden;
+ padding: 0;
+ width: 100%;
+}
+.progress::-webkit-progress-bar {
+ background-color: hsl(0, 0%, 93%);
+}
+.progress::-webkit-progress-value {
+ background-color: hsl(0, 0%, 29%);
+}
+.progress::-moz-progress-bar {
+ background-color: hsl(0, 0%, 29%);
+}
+.progress::-ms-fill {
+ background-color: hsl(0, 0%, 29%);
+ border: none;
+}
+.progress.is-white::-webkit-progress-value {
+ background-color: hsl(0, 0%, 100%);
+}
+.progress.is-white::-moz-progress-bar {
+ background-color: hsl(0, 0%, 100%);
+}
+.progress.is-white::-ms-fill {
+ background-color: hsl(0, 0%, 100%);
+}
+.progress.is-white:indeterminate {
+ background-image: linear-gradient(to right, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-black::-webkit-progress-value {
+ background-color: hsl(0, 0%, 4%);
+}
+.progress.is-black::-moz-progress-bar {
+ background-color: hsl(0, 0%, 4%);
+}
+.progress.is-black::-ms-fill {
+ background-color: hsl(0, 0%, 4%);
+}
+.progress.is-black:indeterminate {
+ background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-light::-webkit-progress-value {
+ background-color: hsl(0, 0%, 96%);
+}
+.progress.is-light::-moz-progress-bar {
+ background-color: hsl(0, 0%, 96%);
+}
+.progress.is-light::-ms-fill {
+ background-color: hsl(0, 0%, 96%);
+}
+.progress.is-light:indeterminate {
+ background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-dark::-webkit-progress-value {
+ background-color: hsl(0, 0%, 21%);
+}
+.progress.is-dark::-moz-progress-bar {
+ background-color: hsl(0, 0%, 21%);
+}
+.progress.is-dark::-ms-fill {
+ background-color: hsl(0, 0%, 21%);
+}
+.progress.is-dark:indeterminate {
+ background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-primary::-webkit-progress-value {
+ background-color: hsl(171, 100%, 41%);
+}
+.progress.is-primary::-moz-progress-bar {
+ background-color: hsl(171, 100%, 41%);
+}
+.progress.is-primary::-ms-fill {
+ background-color: hsl(171, 100%, 41%);
+}
+.progress.is-primary:indeterminate {
+ background-image: linear-gradient(to right, hsl(171, 100%, 41%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-link::-webkit-progress-value {
+ background-color: hsl(229, 53%, 53%);
+}
+.progress.is-link::-moz-progress-bar {
+ background-color: hsl(229, 53%, 53%);
+}
+.progress.is-link::-ms-fill {
+ background-color: hsl(229, 53%, 53%);
+}
+.progress.is-link:indeterminate {
+ background-image: linear-gradient(to right, hsl(229, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-info::-webkit-progress-value {
+ background-color: hsl(207, 61%, 53%);
+}
+.progress.is-info::-moz-progress-bar {
+ background-color: hsl(207, 61%, 53%);
+}
+.progress.is-info::-ms-fill {
+ background-color: hsl(207, 61%, 53%);
+}
+.progress.is-info:indeterminate {
+ background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-success::-webkit-progress-value {
+ background-color: hsl(153, 53%, 53%);
+}
+.progress.is-success::-moz-progress-bar {
+ background-color: hsl(153, 53%, 53%);
+}
+.progress.is-success::-ms-fill {
+ background-color: hsl(153, 53%, 53%);
+}
+.progress.is-success:indeterminate {
+ background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-warning::-webkit-progress-value {
+ background-color: hsl(44, 100%, 77%);
+}
+.progress.is-warning::-moz-progress-bar {
+ background-color: hsl(44, 100%, 77%);
+}
+.progress.is-warning::-ms-fill {
+ background-color: hsl(44, 100%, 77%);
+}
+.progress.is-warning:indeterminate {
+ background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress.is-danger::-webkit-progress-value {
+ background-color: hsl(348, 86%, 61%);
+}
+.progress.is-danger::-moz-progress-bar {
+ background-color: hsl(348, 86%, 61%);
+}
+.progress.is-danger::-ms-fill {
+ background-color: hsl(348, 86%, 61%);
+}
+.progress.is-danger:indeterminate {
+ background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, hsl(0, 0%, 93%) 30%);
+}
+.progress:indeterminate {
+ animation-duration: 1.5s;
+ animation-iteration-count: infinite;
+ animation-name: moveIndeterminate;
+ animation-timing-function: linear;
+ background-color: hsl(0, 0%, 93%);
+ background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30%);
+ background-position: top left;
+ background-repeat: no-repeat;
+ background-size: 150% 150%;
+}
+.progress:indeterminate::-webkit-progress-bar {
+ background-color: transparent;
+}
+.progress:indeterminate::-moz-progress-bar {
+ background-color: transparent;
+}
+.progress:indeterminate::-ms-fill {
+ animation-name: none;
+}
+.progress.is-small {
+ height: 0.75rem;
+}
+.progress.is-medium {
+ height: 1.25rem;
+}
+.progress.is-large {
+ height: 1.5rem;
+}
+
+@keyframes moveIndeterminate {
+ from {
+ background-position: 200% 0;
+ }
+ to {
+ background-position: -200% 0;
+ }
+}
+.table {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 21%);
+}
+.table td,
+.table th {
+ border: 1px solid hsl(0, 0%, 86%);
+ border-width: 0 0 1px;
+ padding: 0.5em 0.75em;
+ vertical-align: top;
+}
+.table td.is-white,
+.table th.is-white {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.table td.is-black,
+.table th.is-black {
+ background-color: hsl(0, 0%, 4%);
+ border-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.table td.is-light,
+.table th.is-light {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.table td.is-dark,
+.table th.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ border-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.table td.is-primary,
+.table th.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ border-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.table td.is-link,
+.table th.is-link {
+ background-color: hsl(229, 53%, 53%);
+ border-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.table td.is-info,
+.table th.is-info {
+ background-color: hsl(207, 61%, 53%);
+ border-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.table td.is-success,
+.table th.is-success {
+ background-color: hsl(153, 53%, 53%);
+ border-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.table td.is-warning,
+.table th.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ border-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.table td.is-danger,
+.table th.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ border-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.table td.is-narrow,
+.table th.is-narrow {
+ white-space: nowrap;
+ width: 1%;
+}
+.table td.is-selected,
+.table th.is-selected {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.table td.is-selected a,
+.table td.is-selected strong,
+.table th.is-selected a,
+.table th.is-selected strong {
+ color: currentColor;
+}
+.table td.is-vcentered,
+.table th.is-vcentered {
+ vertical-align: middle;
+}
+.table th {
+ color: hsl(0, 0%, 21%);
+}
+.table th:not([align]) {
+ text-align: left;
+}
+.table tr.is-selected {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.table tr.is-selected a,
+.table tr.is-selected strong {
+ color: currentColor;
+}
+.table tr.is-selected td,
+.table tr.is-selected th {
+ border-color: #fff;
+ color: currentColor;
+}
+.table thead {
+ background-color: transparent;
+}
+.table thead td,
+.table thead th {
+ border-width: 0 0 2px;
+ color: hsl(0, 0%, 21%);
+}
+.table tfoot {
+ background-color: transparent;
+}
+.table tfoot td,
+.table tfoot th {
+ border-width: 2px 0 0;
+ color: hsl(0, 0%, 21%);
+}
+.table tbody {
+ background-color: transparent;
+}
+.table tbody tr:last-child td,
+.table tbody tr:last-child th {
+ border-bottom-width: 0;
+}
+.table.is-bordered td,
+.table.is-bordered th {
+ border-width: 1px;
+}
+.table.is-bordered tr:last-child td,
+.table.is-bordered tr:last-child th {
+ border-bottom-width: 1px;
+}
+.table.is-fullwidth {
+ width: 100%;
+}
+.table.is-hoverable tbody tr:not(.is-selected):hover {
+ background-color: hsl(0, 0%, 98%);
+}
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
+ background-color: hsl(0, 0%, 98%);
+}
+.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
+ background-color: hsl(0, 0%, 96%);
+}
+.table.is-narrow td,
+.table.is-narrow th {
+ padding: 0.25em 0.5em;
+}
+.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
+ background-color: hsl(0, 0%, 98%);
+}
+
+.table-container {
+ -webkit-overflow-scrolling: touch;
+ overflow: auto;
+ overflow-y: hidden;
+ max-width: 100%;
+}
+
+.tags {
+ align-items: center;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+.tags .tag {
+ margin-bottom: 0.5rem;
+}
+.tags .tag:not(:last-child) {
+ margin-right: 0.5rem;
+}
+.tags:last-child {
+ margin-bottom: -0.5rem;
+}
+.tags:not(:last-child) {
+ margin-bottom: 1rem;
+}
+.tags.are-medium .tag:not(.is-normal):not(.is-large) {
+ font-size: 1rem;
+}
+.tags.are-large .tag:not(.is-normal):not(.is-medium) {
+ font-size: 1.25rem;
+}
+.tags.is-centered {
+ justify-content: center;
+}
+.tags.is-centered .tag {
+ margin-right: 0.25rem;
+ margin-left: 0.25rem;
+}
+.tags.is-right {
+ justify-content: flex-end;
+}
+.tags.is-right .tag:not(:first-child) {
+ margin-left: 0.5rem;
+}
+.tags.is-right .tag:not(:last-child) {
+ margin-right: 0;
+}
+.tags.has-addons .tag {
+ margin-right: 0;
+}
+.tags.has-addons .tag:not(:first-child) {
+ margin-left: 0;
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+}
+.tags.has-addons .tag:not(:last-child) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.tag:not(body) {
+ align-items: center;
+ background-color: hsl(0, 0%, 96%);
+ border-radius: 4px;
+ color: hsl(0, 0%, 29%);
+ display: inline-flex;
+ font-size: 0.75rem;
+ height: 2em;
+ justify-content: center;
+ line-height: 1.5;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap;
+}
+.tag:not(body) .delete {
+ margin-left: 0.25rem;
+ margin-right: -0.375rem;
+}
+.tag:not(body).is-white {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.tag:not(body).is-black {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.tag:not(body).is-light {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.tag:not(body).is-dark {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.tag:not(body).is-primary {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.tag:not(body).is-primary.is-light {
+ background-color: hsl(171, 100%, 96%);
+ color: hsl(171, 100%, 29%);
+}
+.tag:not(body).is-link {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.tag:not(body).is-link.is-light {
+ background-color: hsl(229, 53%, 96%);
+ color: hsl(229, 53%, 47%);
+}
+.tag:not(body).is-info {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.tag:not(body).is-info.is-light {
+ background-color: hsl(207, 61%, 96%);
+ color: hsl(207, 61%, 41%);
+}
+.tag:not(body).is-success {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.tag:not(body).is-success.is-light {
+ background-color: hsl(153, 53%, 96%);
+ color: hsl(153, 53%, 31%);
+}
+.tag:not(body).is-warning {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.tag:not(body).is-warning.is-light {
+ background-color: hsl(44, 100%, 96%);
+ color: hsl(44, 100%, 29%);
+}
+.tag:not(body).is-danger {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.tag:not(body).is-danger.is-light {
+ background-color: hsl(348, 86%, 96%);
+ color: hsl(348, 86%, 43%);
+}
+.tag:not(body).is-normal {
+ font-size: 0.75rem;
+}
+.tag:not(body).is-medium {
+ font-size: 1rem;
+}
+.tag:not(body).is-large {
+ font-size: 1.25rem;
+}
+.tag:not(body) .icon:first-child:not(:last-child) {
+ margin-left: -0.375em;
+ margin-right: 0.1875em;
+}
+.tag:not(body) .icon:last-child:not(:first-child) {
+ margin-left: 0.1875em;
+ margin-right: -0.375em;
+}
+.tag:not(body) .icon:first-child:last-child {
+ margin-left: -0.375em;
+ margin-right: -0.375em;
+}
+.tag:not(body).is-delete {
+ margin-left: 1px;
+ padding: 0;
+ position: relative;
+ width: 2em;
+}
+.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
+ background-color: currentColor;
+ content: "";
+ display: block;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform-origin: center center;
+}
+.tag:not(body).is-delete::before {
+ height: 1px;
+ width: 50%;
+}
+.tag:not(body).is-delete::after {
+ height: 50%;
+ width: 1px;
+}
+.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
+ background-color: hsl(0, 0%, 91%);
+}
+.tag:not(body).is-delete:active {
+ background-color: hsl(0, 0%, 86%);
+}
+.tag:not(body).is-rounded {
+ border-radius: 9999px;
+}
+
+a.tag:hover {
+ text-decoration: underline;
+}
+
+.title,
+.subtitle {
+ word-break: break-word;
+}
+.title em,
+.title span,
+.subtitle em,
+.subtitle span {
+ font-weight: inherit;
+}
+.title sub,
+.subtitle sub {
+ font-size: 0.75em;
+}
+.title sup,
+.subtitle sup {
+ font-size: 0.75em;
+}
+.title .tag,
+.subtitle .tag {
+ vertical-align: middle;
+}
+
+.title {
+ color: hsl(0, 0%, 21%);
+ font-size: 2rem;
+ font-weight: 600;
+ line-height: 1.125;
+}
+.title strong {
+ color: inherit;
+ font-weight: inherit;
+}
+.title:not(.is-spaced) + .subtitle {
+ margin-top: -1.25rem;
+}
+.title.is-1 {
+ font-size: 3rem;
+}
+.title.is-2 {
+ font-size: 2.5rem;
+}
+.title.is-3 {
+ font-size: 2rem;
+}
+.title.is-4 {
+ font-size: 1.5rem;
+}
+.title.is-5 {
+ font-size: 1.25rem;
+}
+.title.is-6 {
+ font-size: 1rem;
+}
+.title.is-7 {
+ font-size: 0.75rem;
+}
+
+.subtitle {
+ color: hsl(0, 0%, 29%);
+ font-size: 1.25rem;
+ font-weight: 400;
+ line-height: 1.25;
+}
+.subtitle strong {
+ color: hsl(0, 0%, 21%);
+ font-weight: 600;
+}
+.subtitle:not(.is-spaced) + .title {
+ margin-top: -1.25rem;
+}
+.subtitle.is-1 {
+ font-size: 3rem;
+}
+.subtitle.is-2 {
+ font-size: 2.5rem;
+}
+.subtitle.is-3 {
+ font-size: 2rem;
+}
+.subtitle.is-4 {
+ font-size: 1.5rem;
+}
+.subtitle.is-5 {
+ font-size: 1.25rem;
+}
+.subtitle.is-6 {
+ font-size: 1rem;
+}
+.subtitle.is-7 {
+ font-size: 0.75rem;
+}
+
+.heading {
+ display: block;
+ font-size: 11px;
+ letter-spacing: 1px;
+ margin-bottom: 5px;
+ text-transform: uppercase;
+}
+
+.number {
+ align-items: center;
+ background-color: hsl(0, 0%, 96%);
+ border-radius: 9999px;
+ display: inline-flex;
+ font-size: 1.25rem;
+ height: 2em;
+ justify-content: center;
+ margin-right: 1.5rem;
+ min-width: 2.5em;
+ padding: 0.25rem 0.5rem;
+ text-align: center;
+ vertical-align: top;
+}
+
+/* Bulma Form */
+.select select, .textarea, .input {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 86%);
+ border-radius: 4px;
+ color: hsl(0, 0%, 21%);
+}
+.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
+ color: rgba(53.55, 53.55, 53.55, 0.3);
+}
+.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
+ color: rgba(53.55, 53.55, 53.55, 0.3);
+}
+.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
+ color: rgba(53.55, 53.55, 53.55, 0.3);
+}
+.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
+ color: rgba(53.55, 53.55, 53.55, 0.3);
+}
+.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
+ border-color: hsl(0, 0%, 71%);
+}
+.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
+ border-color: hsl(229, 53%, 53%);
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
+}
+.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 96%);
+ box-shadow: none;
+ color: hsl(0, 0%, 48%);
+}
+.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
+ color: rgba(122.4, 122.4, 122.4, 0.3);
+}
+.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
+ color: rgba(122.4, 122.4, 122.4, 0.3);
+}
+.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
+ color: rgba(122.4, 122.4, 122.4, 0.3);
+}
+.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
+ color: rgba(122.4, 122.4, 122.4, 0.3);
+}
+
+.textarea, .input {
+ box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
+ max-width: 100%;
+ width: 100%;
+}
+[readonly].textarea, [readonly].input {
+ box-shadow: none;
+}
+.is-white.textarea, .is-white.input {
+ border-color: hsl(0, 0%, 100%);
+}
+.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+.is-black.textarea, .is-black.input {
+ border-color: hsl(0, 0%, 4%);
+}
+.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
+}
+.is-light.textarea, .is-light.input {
+ border-color: hsl(0, 0%, 96%);
+}
+.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
+}
+.is-dark.textarea, .is-dark.input {
+ border-color: hsl(0, 0%, 21%);
+}
+.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
+}
+.is-primary.textarea, .is-primary.input {
+ border-color: hsl(171, 100%, 41%);
+}
+.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
+}
+.is-link.textarea, .is-link.input {
+ border-color: hsl(229, 53%, 53%);
+}
+.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
+}
+.is-info.textarea, .is-info.input {
+ border-color: hsl(207, 61%, 53%);
+}
+.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
+}
+.is-success.textarea, .is-success.input {
+ border-color: hsl(153, 53%, 53%);
+}
+.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
+}
+.is-warning.textarea, .is-warning.input {
+ border-color: hsl(44, 100%, 77%);
+}
+.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
+}
+.is-danger.textarea, .is-danger.input {
+ border-color: hsl(348, 86%, 61%);
+}
+.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
+}
+.is-small.textarea, .is-small.input {
+ border-radius: 2px;
+ font-size: 0.75rem;
+}
+.is-medium.textarea, .is-medium.input {
+ font-size: 1.25rem;
+}
+.is-large.textarea, .is-large.input {
+ font-size: 1.5rem;
+}
+.is-fullwidth.textarea, .is-fullwidth.input {
+ display: block;
+ width: 100%;
+}
+.is-inline.textarea, .is-inline.input {
+ display: inline;
+ width: auto;
+}
+
+.input.is-rounded {
+ border-radius: 9999px;
+ padding-left: calc(calc(0.75em - 1px) + 0.375em);
+ padding-right: calc(calc(0.75em - 1px) + 0.375em);
+}
+.input.is-static {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none;
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.textarea {
+ display: block;
+ max-width: 100%;
+ min-width: 100%;
+ padding: calc(0.75em - 1px);
+ resize: vertical;
+}
+.textarea:not([rows]) {
+ max-height: 40em;
+ min-height: 8em;
+}
+.textarea[rows] {
+ height: initial;
+}
+.textarea.has-fixed-size {
+ resize: none;
+}
+
+.radio, .checkbox {
+ cursor: pointer;
+ display: inline-block;
+ line-height: 1.25;
+ position: relative;
+}
+.radio input, .checkbox input {
+ cursor: pointer;
+}
+.radio:hover, .checkbox:hover {
+ color: hsl(0, 0%, 21%);
+}
+[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
+.radio input[disabled],
+.checkbox input[disabled] {
+ color: hsl(0, 0%, 48%);
+ cursor: not-allowed;
+}
+
+.radio + .radio {
+ margin-left: 0.5em;
+}
.select {
display: inline-block;
max-width: 100%;
position: relative;
- vertical-align: top; }
- .select:not(.is-multiple) {
- height: 2.5em; }
- .select:not(.is-multiple):not(.is-loading)::after {
- border-color: #485fc7;
- right: 1.125em;
- z-index: 4; }
- .select.is-rounded select {
- border-radius: 9999px;
- padding-left: 1em; }
- .select select {
- cursor: pointer;
- display: block;
- font-size: 1em;
- max-width: 100%;
- outline: none; }
- .select select::-ms-expand {
- display: none; }
- .select select[disabled]:hover, fieldset[disabled] .select select:hover {
- border-color: whitesmoke; }
- .select select:not([multiple]) {
- padding-right: 2.5em; }
- .select select[multiple] {
- height: auto;
- padding: 0; }
- .select select[multiple] option {
- padding: 0.5em 1em; }
- .select:not(.is-multiple):not(.is-loading):hover::after {
- border-color: #363636; }
- .select.is-white:not(:hover)::after {
- border-color: white; }
- .select.is-white select {
- border-color: white; }
- .select.is-white select:hover, .select.is-white select.is-hovered {
- border-color: #f2f2f2; }
- .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
- box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
- .select.is-black:not(:hover)::after {
- border-color: #0a0a0a; }
- .select.is-black select {
- border-color: #0a0a0a; }
- .select.is-black select:hover, .select.is-black select.is-hovered {
- border-color: black; }
- .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
- .select.is-light:not(:hover)::after {
- border-color: whitesmoke; }
- .select.is-light select {
- border-color: whitesmoke; }
- .select.is-light select:hover, .select.is-light select.is-hovered {
- border-color: #e8e8e8; }
- .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
- .select.is-dark:not(:hover)::after {
- border-color: #363636; }
- .select.is-dark select {
- border-color: #363636; }
- .select.is-dark select:hover, .select.is-dark select.is-hovered {
- border-color: #292929; }
- .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
- .select.is-primary:not(:hover)::after {
- border-color: #00d1b2; }
- .select.is-primary select {
- border-color: #00d1b2; }
- .select.is-primary select:hover, .select.is-primary select.is-hovered {
- border-color: #00b89c; }
- .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
- .select.is-link:not(:hover)::after {
- border-color: #485fc7; }
- .select.is-link select {
- border-color: #485fc7; }
- .select.is-link select:hover, .select.is-link select.is-hovered {
- border-color: #3a51bb; }
- .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
- .select.is-info:not(:hover)::after {
- border-color: #3e8ed0; }
- .select.is-info select {
- border-color: #3e8ed0; }
- .select.is-info select:hover, .select.is-info select.is-hovered {
- border-color: #3082c5; }
- .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); }
- .select.is-success:not(:hover)::after {
- border-color: #48c78e; }
- .select.is-success select {
- border-color: #48c78e; }
- .select.is-success select:hover, .select.is-success select.is-hovered {
- border-color: #3abb81; }
- .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); }
- .select.is-warning:not(:hover)::after {
- border-color: #ffe08a; }
- .select.is-warning select {
- border-color: #ffe08a; }
- .select.is-warning select:hover, .select.is-warning select.is-hovered {
- border-color: #ffd970; }
- .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); }
- .select.is-danger:not(:hover)::after {
- border-color: #f14668; }
- .select.is-danger select {
- border-color: #f14668; }
- .select.is-danger select:hover, .select.is-danger select.is-hovered {
- border-color: #ef2e55; }
- .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
- .select.is-small {
- border-radius: 2px;
- font-size: 0.75rem; }
- .select.is-medium {
- font-size: 1.25rem; }
- .select.is-large {
- font-size: 1.5rem; }
- .select.is-disabled::after {
- border-color: #7a7a7a !important;
- opacity: 0.5; }
- .select.is-fullwidth {
- width: 100%; }
- .select.is-fullwidth select {
- width: 100%; }
- .select.is-loading::after {
- margin-top: 0;
- position: absolute;
- right: 0.625em;
- top: 0.625em;
- transform: none; }
- .select.is-loading.is-small:after {
- font-size: 0.75rem; }
- .select.is-loading.is-medium:after {
- font-size: 1.25rem; }
- .select.is-loading.is-large:after {
- font-size: 1.5rem; }
+ vertical-align: top;
+}
+.select:not(.is-multiple) {
+ height: 2.5em;
+}
+.select:not(.is-multiple):not(.is-loading)::after {
+ border-color: hsl(229, 53%, 53%);
+ right: 1.125em;
+ z-index: 4;
+}
+.select.is-rounded select {
+ border-radius: 9999px;
+ padding-left: 1em;
+}
+.select select {
+ cursor: pointer;
+ display: block;
+ font-size: 1em;
+ max-width: 100%;
+ outline: none;
+}
+.select select::-ms-expand {
+ display: none;
+}
+.select select[disabled]:hover, fieldset[disabled] .select select:hover {
+ border-color: hsl(0, 0%, 96%);
+}
+.select select:not([multiple]) {
+ padding-right: 2.5em;
+}
+.select select[multiple] {
+ height: auto;
+ padding: 0;
+}
+.select select[multiple] option {
+ padding: 0.5em 1em;
+}
+.select:not(.is-multiple):not(.is-loading):hover::after {
+ border-color: hsl(0, 0%, 21%);
+}
+.select.is-white:not(:hover)::after {
+ border-color: hsl(0, 0%, 100%);
+}
+.select.is-white select {
+ border-color: hsl(0, 0%, 100%);
+}
+.select.is-white select:hover, .select.is-white select.is-hovered {
+ border-color: hsl(0, 0%, 95%);
+}
+.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
+}
+.select.is-black:not(:hover)::after {
+ border-color: hsl(0, 0%, 4%);
+}
+.select.is-black select {
+ border-color: hsl(0, 0%, 4%);
+}
+.select.is-black select:hover, .select.is-black select.is-hovered {
+ border-color: hsl(0, 0%, 0%);
+}
+.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
+}
+.select.is-light:not(:hover)::after {
+ border-color: hsl(0, 0%, 96%);
+}
+.select.is-light select {
+ border-color: hsl(0, 0%, 96%);
+}
+.select.is-light select:hover, .select.is-light select.is-hovered {
+ border-color: hsl(0, 0%, 91%);
+}
+.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
+}
+.select.is-dark:not(:hover)::after {
+ border-color: hsl(0, 0%, 21%);
+}
+.select.is-dark select {
+ border-color: hsl(0, 0%, 21%);
+}
+.select.is-dark select:hover, .select.is-dark select.is-hovered {
+ border-color: hsl(0, 0%, 16%);
+}
+.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
+}
+.select.is-primary:not(:hover)::after {
+ border-color: hsl(171, 100%, 41%);
+}
+.select.is-primary select {
+ border-color: hsl(171, 100%, 41%);
+}
+.select.is-primary select:hover, .select.is-primary select.is-hovered {
+ border-color: hsl(171, 100%, 36%);
+}
+.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
+}
+.select.is-link:not(:hover)::after {
+ border-color: hsl(229, 53%, 53%);
+}
+.select.is-link select {
+ border-color: hsl(229, 53%, 53%);
+}
+.select.is-link select:hover, .select.is-link select.is-hovered {
+ border-color: hsl(229, 53%, 48%);
+}
+.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
+}
+.select.is-info:not(:hover)::after {
+ border-color: hsl(207, 61%, 53%);
+}
+.select.is-info select {
+ border-color: hsl(207, 61%, 53%);
+}
+.select.is-info select:hover, .select.is-info select.is-hovered {
+ border-color: hsl(207, 61%, 48%);
+}
+.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
+}
+.select.is-success:not(:hover)::after {
+ border-color: hsl(153, 53%, 53%);
+}
+.select.is-success select {
+ border-color: hsl(153, 53%, 53%);
+}
+.select.is-success select:hover, .select.is-success select.is-hovered {
+ border-color: hsl(153, 53%, 48%);
+}
+.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
+}
+.select.is-warning:not(:hover)::after {
+ border-color: hsl(44, 100%, 77%);
+}
+.select.is-warning select {
+ border-color: hsl(44, 100%, 77%);
+}
+.select.is-warning select:hover, .select.is-warning select.is-hovered {
+ border-color: hsl(44, 100%, 72%);
+}
+.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
+}
+.select.is-danger:not(:hover)::after {
+ border-color: hsl(348, 86%, 61%);
+}
+.select.is-danger select {
+ border-color: hsl(348, 86%, 61%);
+}
+.select.is-danger select:hover, .select.is-danger select.is-hovered {
+ border-color: hsl(348, 86%, 56%);
+}
+.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
+}
+.select.is-small {
+ border-radius: 2px;
+ font-size: 0.75rem;
+}
+.select.is-medium {
+ font-size: 1.25rem;
+}
+.select.is-large {
+ font-size: 1.5rem;
+}
+.select.is-disabled::after {
+ border-color: hsl(0, 0%, 48%) !important;
+ opacity: 0.5;
+}
+.select.is-fullwidth {
+ width: 100%;
+}
+.select.is-fullwidth select {
+ width: 100%;
+}
+.select.is-loading::after {
+ margin-top: 0;
+ position: absolute;
+ right: 0.625em;
+ top: 0.625em;
+ transform: none;
+}
+.select.is-loading.is-small:after {
+ font-size: 0.75rem;
+}
+.select.is-loading.is-medium:after {
+ font-size: 1.25rem;
+}
+.select.is-loading.is-large:after {
+ font-size: 1.5rem;
+}
.file {
align-items: stretch;
display: flex;
justify-content: flex-start;
- position: relative; }
- .file.is-white .file-cta {
- background-color: white;
- border-color: transparent;
- color: #0a0a0a; }
- .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
- background-color: #f9f9f9;
- border-color: transparent;
- color: #0a0a0a; }
- .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
- color: #0a0a0a; }
- .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
- background-color: #f2f2f2;
- border-color: transparent;
- color: #0a0a0a; }
- .file.is-black .file-cta {
- background-color: #0a0a0a;
- border-color: transparent;
- color: white; }
- .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
- background-color: #040404;
- border-color: transparent;
- color: white; }
- .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
- color: white; }
- .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
- background-color: black;
- border-color: transparent;
- color: white; }
- .file.is-light .file-cta {
- background-color: whitesmoke;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
- background-color: #eeeeee;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
- color: rgba(0, 0, 0, 0.7); }
- .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
- background-color: #e8e8e8;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-dark .file-cta {
- background-color: #363636;
- border-color: transparent;
- color: #fff; }
- .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
- background-color: #2f2f2f;
- border-color: transparent;
- color: #fff; }
- .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
- color: #fff; }
- .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
- background-color: #292929;
- border-color: transparent;
- color: #fff; }
- .file.is-primary .file-cta {
- background-color: #00d1b2;
- border-color: transparent;
- color: #fff; }
- .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
- background-color: #00c4a7;
- border-color: transparent;
- color: #fff; }
- .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
- color: #fff; }
- .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
- background-color: #00b89c;
- border-color: transparent;
- color: #fff; }
- .file.is-link .file-cta {
- background-color: #485fc7;
- border-color: transparent;
- color: #fff; }
- .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
- background-color: #3e56c4;
- border-color: transparent;
- color: #fff; }
- .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
- color: #fff; }
- .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
- background-color: #3a51bb;
- border-color: transparent;
- color: #fff; }
- .file.is-info .file-cta {
- background-color: #3e8ed0;
- border-color: transparent;
- color: #fff; }
- .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
- background-color: #3488ce;
- border-color: transparent;
- color: #fff; }
- .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
- color: #fff; }
- .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
- background-color: #3082c5;
- border-color: transparent;
- color: #fff; }
- .file.is-success .file-cta {
- background-color: #48c78e;
- border-color: transparent;
- color: #fff; }
- .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
- background-color: #3ec487;
- border-color: transparent;
- color: #fff; }
- .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
- color: #fff; }
- .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
- background-color: #3abb81;
- border-color: transparent;
- color: #fff; }
- .file.is-warning .file-cta {
- background-color: #ffe08a;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
- background-color: #ffdc7d;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
- color: rgba(0, 0, 0, 0.7); }
- .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
- background-color: #ffd970;
- border-color: transparent;
- color: rgba(0, 0, 0, 0.7); }
- .file.is-danger .file-cta {
- background-color: #f14668;
- border-color: transparent;
- color: #fff; }
- .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
- background-color: #f03a5f;
- border-color: transparent;
- color: #fff; }
- .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
- border-color: transparent;
- box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
- color: #fff; }
- .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
- background-color: #ef2e55;
- border-color: transparent;
- color: #fff; }
- .file.is-small {
- font-size: 0.75rem; }
- .file.is-normal {
- font-size: 1rem; }
- .file.is-medium {
- font-size: 1.25rem; }
- .file.is-medium .file-icon .fa {
- font-size: 21px; }
- .file.is-large {
- font-size: 1.5rem; }
- .file.is-large .file-icon .fa {
- font-size: 28px; }
- .file.has-name .file-cta {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0; }
- .file.has-name .file-name {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0; }
- .file.has-name.is-empty .file-cta {
- border-radius: 4px; }
- .file.has-name.is-empty .file-name {
- display: none; }
- .file.is-boxed .file-label {
- flex-direction: column; }
- .file.is-boxed .file-cta {
- flex-direction: column;
- height: auto;
- padding: 1em 3em; }
- .file.is-boxed .file-name {
- border-width: 0 1px 1px; }
- .file.is-boxed .file-icon {
- height: 1.5em;
- width: 1.5em; }
- .file.is-boxed .file-icon .fa {
- font-size: 21px; }
- .file.is-boxed.is-small .file-icon .fa {
- font-size: 14px; }
- .file.is-boxed.is-medium .file-icon .fa {
- font-size: 28px; }
- .file.is-boxed.is-large .file-icon .fa {
- font-size: 35px; }
- .file.is-boxed.has-name .file-cta {
- border-radius: 4px 4px 0 0; }
- .file.is-boxed.has-name .file-name {
- border-radius: 0 0 4px 4px;
- border-width: 0 1px 1px; }
- .file.is-centered {
- justify-content: center; }
- .file.is-fullwidth .file-label {
- width: 100%; }
- .file.is-fullwidth .file-name {
- flex-grow: 1;
- max-width: none; }
- .file.is-right {
- justify-content: flex-end; }
- .file.is-right .file-cta {
- border-radius: 0 4px 4px 0; }
- .file.is-right .file-name {
- border-radius: 4px 0 0 4px;
- border-width: 1px 0 1px 1px;
- order: -1; }
+ position: relative;
+}
+.file.is-white .file-cta {
+ background-color: hsl(0, 0%, 100%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
+ background-color: hsl(0, 0%, 97.5%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
+ color: hsl(0, 0%, 4%);
+}
+.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
+ background-color: hsl(0, 0%, 95%);
+ border-color: transparent;
+ color: hsl(0, 0%, 4%);
+}
+.file.is-black .file-cta {
+ background-color: hsl(0, 0%, 4%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
+ background-color: hsl(0, 0%, 1.5%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
+ color: hsl(0, 0%, 100%);
+}
+.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
+ background-color: hsl(0, 0%, 0%);
+ border-color: transparent;
+ color: hsl(0, 0%, 100%);
+}
+.file.is-light .file-cta {
+ background-color: hsl(0, 0%, 96%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
+ background-color: hsl(0, 0%, 93.5%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
+ background-color: hsl(0, 0%, 91%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-dark .file-cta {
+ background-color: hsl(0, 0%, 21%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
+ background-color: hsl(0, 0%, 18.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
+ color: #fff;
+}
+.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
+ background-color: hsl(0, 0%, 16%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-primary .file-cta {
+ background-color: hsl(171, 100%, 41%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
+ background-color: hsl(171, 100%, 38.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
+ color: #fff;
+}
+.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
+ background-color: hsl(171, 100%, 36%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-link .file-cta {
+ background-color: hsl(229, 53%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
+ background-color: hsl(229, 53%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.25);
+ color: #fff;
+}
+.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
+ background-color: hsl(229, 53%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-info .file-cta {
+ background-color: hsl(207, 61%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
+ background-color: hsl(207, 61%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.25);
+ color: #fff;
+}
+.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
+ background-color: hsl(207, 61%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-success .file-cta {
+ background-color: hsl(153, 53%, 53%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
+ background-color: hsl(153, 53%, 50.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.25);
+ color: #fff;
+}
+.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
+ background-color: hsl(153, 53%, 48%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-warning .file-cta {
+ background-color: hsl(44, 100%, 77%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
+ background-color: hsl(44, 100%, 74.5%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.25);
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
+ background-color: hsl(44, 100%, 72%);
+ border-color: transparent;
+ color: rgba(0, 0, 0, 0.7);
+}
+.file.is-danger .file-cta {
+ background-color: hsl(348, 86%, 61%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
+ background-color: hsl(348, 86%, 58.5%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
+ border-color: transparent;
+ box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.25);
+ color: #fff;
+}
+.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
+ background-color: hsl(348, 86%, 56%);
+ border-color: transparent;
+ color: #fff;
+}
+.file.is-small {
+ font-size: 0.75rem;
+}
+.file.is-normal {
+ font-size: 1rem;
+}
+.file.is-medium {
+ font-size: 1.25rem;
+}
+.file.is-medium .file-icon .fa {
+ font-size: 21px;
+}
+.file.is-large {
+ font-size: 1.5rem;
+}
+.file.is-large .file-icon .fa {
+ font-size: 28px;
+}
+.file.has-name .file-cta {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+.file.has-name .file-name {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+.file.has-name.is-empty .file-cta {
+ border-radius: 4px;
+}
+.file.has-name.is-empty .file-name {
+ display: none;
+}
+.file.is-boxed .file-label {
+ flex-direction: column;
+}
+.file.is-boxed .file-cta {
+ flex-direction: column;
+ height: auto;
+ padding: 1em 3em;
+}
+.file.is-boxed .file-name {
+ border-width: 0 1px 1px;
+}
+.file.is-boxed .file-icon {
+ height: 1.5em;
+ width: 1.5em;
+}
+.file.is-boxed .file-icon .fa {
+ font-size: 21px;
+}
+.file.is-boxed.is-small .file-icon .fa {
+ font-size: 14px;
+}
+.file.is-boxed.is-medium .file-icon .fa {
+ font-size: 28px;
+}
+.file.is-boxed.is-large .file-icon .fa {
+ font-size: 35px;
+}
+.file.is-boxed.has-name .file-cta {
+ border-radius: 4px 4px 0 0;
+}
+.file.is-boxed.has-name .file-name {
+ border-radius: 0 0 4px 4px;
+ border-width: 0 1px 1px;
+}
+.file.is-centered {
+ justify-content: center;
+}
+.file.is-fullwidth .file-label {
+ width: 100%;
+}
+.file.is-fullwidth .file-name {
+ flex-grow: 1;
+ max-width: none;
+}
+.file.is-right {
+ justify-content: flex-end;
+}
+.file.is-right .file-cta {
+ border-radius: 0 4px 4px 0;
+}
+.file.is-right .file-name {
+ border-radius: 4px 0 0 4px;
+ border-width: 1px 0 1px 1px;
+ order: -1;
+}
.file-label {
align-items: stretch;
@@ -2620,17 +3391,22 @@ a.tag:hover {
cursor: pointer;
justify-content: flex-start;
overflow: hidden;
- position: relative; }
- .file-label:hover .file-cta {
- background-color: #eeeeee;
- color: #363636; }
- .file-label:hover .file-name {
- border-color: #d5d5d5; }
- .file-label:active .file-cta {
- background-color: #e8e8e8;
- color: #363636; }
- .file-label:active .file-name {
- border-color: #cfcfcf; }
+ position: relative;
+}
+.file-label:hover .file-cta {
+ background-color: hsl(0, 0%, 93.5%);
+ color: hsl(0, 0%, 21%);
+}
+.file-label:hover .file-name {
+ border-color: hsl(0, 0%, 83.5%);
+}
+.file-label:active .file-cta {
+ background-color: hsl(0, 0%, 91%);
+ color: hsl(0, 0%, 21%);
+}
+.file-label:active .file-name {
+ border-color: hsl(0, 0%, 81%);
+}
.file-input {
height: 100%;
@@ -2639,30 +3415,34 @@ a.tag:hover {
outline: none;
position: absolute;
top: 0;
- width: 100%; }
+ width: 100%;
+}
.file-cta,
.file-name {
- border-color: #dbdbdb;
+ border-color: hsl(0, 0%, 86%);
border-radius: 4px;
font-size: 1em;
padding-left: 1em;
padding-right: 1em;
- white-space: nowrap; }
+ white-space: nowrap;
+}
.file-cta {
- background-color: whitesmoke;
- color: #4a4a4a; }
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 29%);
+}
.file-name {
- border-color: #dbdbdb;
+ border-color: hsl(0, 0%, 86%);
border-style: solid;
border-width: 1px 1px 1px 0;
display: block;
max-width: 16em;
overflow: hidden;
text-align: inherit;
- text-overflow: ellipsis; }
+ text-overflow: ellipsis;
+}
.file-icon {
align-items: center;
@@ -2670,311 +3450,409 @@ a.tag:hover {
height: 1em;
justify-content: center;
margin-right: 0.5em;
- width: 1em; }
- .file-icon .fa {
- font-size: 14px; }
+ width: 1em;
+}
+.file-icon .fa {
+ font-size: 14px;
+}
.label {
- color: #363636;
+ color: hsl(0, 0%, 21%);
display: block;
font-size: 1rem;
- font-weight: 700; }
- .label:not(:last-child) {
- margin-bottom: 0.5em; }
- .label.is-small {
- font-size: 0.75rem; }
- .label.is-medium {
- font-size: 1.25rem; }
- .label.is-large {
- font-size: 1.5rem; }
+ font-weight: 700;
+}
+.label:not(:last-child) {
+ margin-bottom: 0.5em;
+}
+.label.is-small {
+ font-size: 0.75rem;
+}
+.label.is-medium {
+ font-size: 1.25rem;
+}
+.label.is-large {
+ font-size: 1.5rem;
+}
.help {
display: block;
font-size: 0.75rem;
- margin-top: 0.25rem; }
- .help.is-white {
- color: white; }
- .help.is-black {
- color: #0a0a0a; }
- .help.is-light {
- color: whitesmoke; }
- .help.is-dark {
- color: #363636; }
- .help.is-primary {
- color: #00d1b2; }
- .help.is-link {
- color: #485fc7; }
- .help.is-info {
- color: #3e8ed0; }
- .help.is-success {
- color: #48c78e; }
- .help.is-warning {
- color: #ffe08a; }
- .help.is-danger {
- color: #f14668; }
+ margin-top: 0.25rem;
+}
+.help.is-white {
+ color: hsl(0, 0%, 100%);
+}
+.help.is-black {
+ color: hsl(0, 0%, 4%);
+}
+.help.is-light {
+ color: hsl(0, 0%, 96%);
+}
+.help.is-dark {
+ color: hsl(0, 0%, 21%);
+}
+.help.is-primary {
+ color: hsl(171, 100%, 41%);
+}
+.help.is-link {
+ color: hsl(229, 53%, 53%);
+}
+.help.is-info {
+ color: hsl(207, 61%, 53%);
+}
+.help.is-success {
+ color: hsl(153, 53%, 53%);
+}
+.help.is-warning {
+ color: hsl(44, 100%, 77%);
+}
+.help.is-danger {
+ color: hsl(348, 86%, 61%);
+}
.field:not(:last-child) {
- margin-bottom: 0.75rem; }
+ margin-bottom: 0.75rem;
+}
.field.has-addons {
display: flex;
- justify-content: flex-start; }
- .field.has-addons .control:not(:last-child) {
- margin-right: -1px; }
- .field.has-addons .control:not(:first-child):not(:last-child) .button,
- .field.has-addons .control:not(:first-child):not(:last-child) .input,
- .field.has-addons .control:not(:first-child):not(:last-child) .select select {
- border-radius: 0; }
- .field.has-addons .control:first-child:not(:only-child) .button,
- .field.has-addons .control:first-child:not(:only-child) .input,
- .field.has-addons .control:first-child:not(:only-child) .select select {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0; }
- .field.has-addons .control:last-child:not(:only-child) .button,
- .field.has-addons .control:last-child:not(:only-child) .input,
- .field.has-addons .control:last-child:not(:only-child) .select select {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0; }
- .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
- .field.has-addons .control .input:not([disabled]):hover,
- .field.has-addons .control .input:not([disabled]).is-hovered,
- .field.has-addons .control .select select:not([disabled]):hover,
- .field.has-addons .control .select select:not([disabled]).is-hovered {
- z-index: 2; }
- .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
- .field.has-addons .control .input:not([disabled]):focus,
- .field.has-addons .control .input:not([disabled]).is-focused,
- .field.has-addons .control .input:not([disabled]):active,
- .field.has-addons .control .input:not([disabled]).is-active,
- .field.has-addons .control .select select:not([disabled]):focus,
- .field.has-addons .control .select select:not([disabled]).is-focused,
- .field.has-addons .control .select select:not([disabled]):active,
- .field.has-addons .control .select select:not([disabled]).is-active {
- z-index: 3; }
- .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
- .field.has-addons .control .input:not([disabled]):focus:hover,
- .field.has-addons .control .input:not([disabled]).is-focused:hover,
- .field.has-addons .control .input:not([disabled]):active:hover,
- .field.has-addons .control .input:not([disabled]).is-active:hover,
- .field.has-addons .control .select select:not([disabled]):focus:hover,
- .field.has-addons .control .select select:not([disabled]).is-focused:hover,
- .field.has-addons .control .select select:not([disabled]):active:hover,
- .field.has-addons .control .select select:not([disabled]).is-active:hover {
- z-index: 4; }
- .field.has-addons .control.is-expanded {
- flex-grow: 1;
- flex-shrink: 1; }
- .field.has-addons.has-addons-centered {
- justify-content: center; }
- .field.has-addons.has-addons-right {
- justify-content: flex-end; }
- .field.has-addons.has-addons-fullwidth .control {
- flex-grow: 1;
- flex-shrink: 0; }
+ justify-content: flex-start;
+}
+.field.has-addons .control:not(:last-child) {
+ margin-right: -1px;
+}
+.field.has-addons .control:not(:first-child):not(:last-child) .button,
+.field.has-addons .control:not(:first-child):not(:last-child) .input,
+.field.has-addons .control:not(:first-child):not(:last-child) .select select {
+ border-radius: 0;
+}
+.field.has-addons .control:first-child:not(:only-child) .button,
+.field.has-addons .control:first-child:not(:only-child) .input,
+.field.has-addons .control:first-child:not(:only-child) .select select {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+.field.has-addons .control:last-child:not(:only-child) .button,
+.field.has-addons .control:last-child:not(:only-child) .input,
+.field.has-addons .control:last-child:not(:only-child) .select select {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
+.field.has-addons .control .input:not([disabled]):hover,
+.field.has-addons .control .input:not([disabled]).is-hovered,
+.field.has-addons .control .select select:not([disabled]):hover,
+.field.has-addons .control .select select:not([disabled]).is-hovered {
+ z-index: 2;
+}
+.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
+.field.has-addons .control .input:not([disabled]):focus,
+.field.has-addons .control .input:not([disabled]).is-focused,
+.field.has-addons .control .input:not([disabled]):active,
+.field.has-addons .control .input:not([disabled]).is-active,
+.field.has-addons .control .select select:not([disabled]):focus,
+.field.has-addons .control .select select:not([disabled]).is-focused,
+.field.has-addons .control .select select:not([disabled]):active,
+.field.has-addons .control .select select:not([disabled]).is-active {
+ z-index: 3;
+}
+.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
+.field.has-addons .control .input:not([disabled]):focus:hover,
+.field.has-addons .control .input:not([disabled]).is-focused:hover,
+.field.has-addons .control .input:not([disabled]):active:hover,
+.field.has-addons .control .input:not([disabled]).is-active:hover,
+.field.has-addons .control .select select:not([disabled]):focus:hover,
+.field.has-addons .control .select select:not([disabled]).is-focused:hover,
+.field.has-addons .control .select select:not([disabled]):active:hover,
+.field.has-addons .control .select select:not([disabled]).is-active:hover {
+ z-index: 4;
+}
+.field.has-addons .control.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+.field.has-addons.has-addons-centered {
+ justify-content: center;
+}
+.field.has-addons.has-addons-right {
+ justify-content: flex-end;
+}
+.field.has-addons.has-addons-fullwidth .control {
+ flex-grow: 1;
+ flex-shrink: 0;
+}
.field.is-grouped {
display: flex;
- justify-content: flex-start; }
- .field.is-grouped > .control {
- flex-shrink: 0; }
- .field.is-grouped > .control:not(:last-child) {
- margin-bottom: 0;
- margin-right: 0.75rem; }
- .field.is-grouped > .control.is-expanded {
- flex-grow: 1;
- flex-shrink: 1; }
- .field.is-grouped.is-grouped-centered {
- justify-content: center; }
- .field.is-grouped.is-grouped-right {
- justify-content: flex-end; }
- .field.is-grouped.is-grouped-multiline {
- flex-wrap: wrap; }
- .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
- margin-bottom: 0.75rem; }
- .field.is-grouped.is-grouped-multiline:last-child {
- margin-bottom: -0.75rem; }
- .field.is-grouped.is-grouped-multiline:not(:last-child) {
- margin-bottom: 0; }
+ justify-content: flex-start;
+}
+.field.is-grouped > .control {
+ flex-shrink: 0;
+}
+.field.is-grouped > .control:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem;
+}
+.field.is-grouped > .control.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+.field.is-grouped.is-grouped-centered {
+ justify-content: center;
+}
+.field.is-grouped.is-grouped-right {
+ justify-content: flex-end;
+}
+.field.is-grouped.is-grouped-multiline {
+ flex-wrap: wrap;
+}
+.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+.field.is-grouped.is-grouped-multiline:last-child {
+ margin-bottom: -0.75rem;
+}
+.field.is-grouped.is-grouped-multiline:not(:last-child) {
+ margin-bottom: 0;
+}
@media screen and (min-width: 769px), print {
.field.is-horizontal {
- display: flex; } }
+ display: flex;
+ }
+}
.field-label .label {
- font-size: inherit; }
+ font-size: inherit;
+}
@media screen and (max-width: 768px) {
.field-label {
- margin-bottom: 0.5rem; } }
+ margin-bottom: 0.5rem;
+ }
+}
@media screen and (min-width: 769px), print {
.field-label {
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
margin-right: 1.5rem;
- text-align: right; }
- .field-label.is-small {
- font-size: 0.75rem;
- padding-top: 0.375em; }
- .field-label.is-normal {
- padding-top: 0.375em; }
- .field-label.is-medium {
- font-size: 1.25rem;
- padding-top: 0.375em; }
- .field-label.is-large {
- font-size: 1.5rem;
- padding-top: 0.375em; } }
+ text-align: right;
+ }
+ .field-label.is-small {
+ font-size: 0.75rem;
+ padding-top: 0.375em;
+ }
+ .field-label.is-normal {
+ padding-top: 0.375em;
+ }
+ .field-label.is-medium {
+ font-size: 1.25rem;
+ padding-top: 0.375em;
+ }
+ .field-label.is-large {
+ font-size: 1.5rem;
+ padding-top: 0.375em;
+ }
+}
.field-body .field .field {
- margin-bottom: 0; }
+ margin-bottom: 0;
+}
@media screen and (min-width: 769px), print {
.field-body {
display: flex;
flex-basis: 0;
flex-grow: 5;
- flex-shrink: 1; }
- .field-body .field {
- margin-bottom: 0; }
- .field-body > .field {
- flex-shrink: 1; }
- .field-body > .field:not(.is-narrow) {
- flex-grow: 1; }
- .field-body > .field:not(:last-child) {
- margin-right: 0.75rem; } }
+ flex-shrink: 1;
+ }
+ .field-body .field {
+ margin-bottom: 0;
+ }
+ .field-body > .field {
+ flex-shrink: 1;
+ }
+ .field-body > .field:not(.is-narrow) {
+ flex-grow: 1;
+ }
+ .field-body > .field:not(:last-child) {
+ margin-right: 0.75rem;
+ }
+}
.control {
box-sizing: border-box;
clear: both;
font-size: 1rem;
position: relative;
- text-align: inherit; }
- .control.has-icons-left .input:focus ~ .icon,
- .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
- .control.has-icons-right .select:focus ~ .icon {
- color: #4a4a4a; }
- .control.has-icons-left .input.is-small ~ .icon,
- .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
- .control.has-icons-right .select.is-small ~ .icon {
- font-size: 0.75rem; }
- .control.has-icons-left .input.is-medium ~ .icon,
- .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
- .control.has-icons-right .select.is-medium ~ .icon {
- font-size: 1.25rem; }
- .control.has-icons-left .input.is-large ~ .icon,
- .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
- .control.has-icons-right .select.is-large ~ .icon {
- font-size: 1.5rem; }
- .control.has-icons-left .icon, .control.has-icons-right .icon {
- color: #dbdbdb;
- height: 2.5em;
- pointer-events: none;
- position: absolute;
- top: 0;
- width: 2.5em;
- z-index: 4; }
- .control.has-icons-left .input,
- .control.has-icons-left .select select {
- padding-left: 2.5em; }
- .control.has-icons-left .icon.is-left {
- left: 0; }
- .control.has-icons-right .input,
- .control.has-icons-right .select select {
- padding-right: 2.5em; }
- .control.has-icons-right .icon.is-right {
- right: 0; }
- .control.is-loading::after {
- position: absolute !important;
- right: 0.625em;
- top: 0.625em;
- z-index: 4; }
- .control.is-loading.is-small:after {
- font-size: 0.75rem; }
- .control.is-loading.is-medium:after {
- font-size: 1.25rem; }
- .control.is-loading.is-large:after {
- font-size: 1.5rem; }
+ text-align: inherit;
+}
+.control.has-icons-left .input:focus ~ .icon,
+.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
+.control.has-icons-right .select:focus ~ .icon {
+ color: hsl(0, 0%, 29%);
+}
+.control.has-icons-left .input.is-small ~ .icon,
+.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
+.control.has-icons-right .select.is-small ~ .icon {
+ font-size: 0.75rem;
+}
+.control.has-icons-left .input.is-medium ~ .icon,
+.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
+.control.has-icons-right .select.is-medium ~ .icon {
+ font-size: 1.25rem;
+}
+.control.has-icons-left .input.is-large ~ .icon,
+.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
+.control.has-icons-right .select.is-large ~ .icon {
+ font-size: 1.5rem;
+}
+.control.has-icons-left .icon, .control.has-icons-right .icon {
+ color: hsl(0, 0%, 86%);
+ height: 2.5em;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ width: 2.5em;
+ z-index: 4;
+}
+.control.has-icons-left .input,
+.control.has-icons-left .select select {
+ padding-left: 2.5em;
+}
+.control.has-icons-left .icon.is-left {
+ left: 0;
+}
+.control.has-icons-right .input,
+.control.has-icons-right .select select {
+ padding-right: 2.5em;
+}
+.control.has-icons-right .icon.is-right {
+ right: 0;
+}
+.control.is-loading::after {
+ position: absolute !important;
+ right: 0.625em;
+ top: 0.625em;
+ z-index: 4;
+}
+.control.is-loading.is-small:after {
+ font-size: 0.75rem;
+}
+.control.is-loading.is-medium:after {
+ font-size: 1.25rem;
+}
+.control.is-loading.is-large:after {
+ font-size: 1.5rem;
+}
/* Bulma Components */
.breadcrumb {
font-size: 1rem;
- white-space: nowrap; }
- .breadcrumb a {
- align-items: center;
- color: #485fc7;
- display: flex;
- justify-content: center;
- padding: 0 0.75em; }
- .breadcrumb a:hover {
- color: #363636; }
- .breadcrumb li {
- align-items: center;
- display: flex; }
- .breadcrumb li:first-child a {
- padding-left: 0; }
- .breadcrumb li.is-active a {
- color: #363636;
- cursor: default;
- pointer-events: none; }
- .breadcrumb li + li::before {
- color: #b5b5b5;
- content: "/"; }
- .breadcrumb ul,
- .breadcrumb ol {
- align-items: flex-start;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start; }
- .breadcrumb .icon:first-child {
- margin-right: 0.5em; }
- .breadcrumb .icon:last-child {
- margin-left: 0.5em; }
- .breadcrumb.is-centered ol,
- .breadcrumb.is-centered ul {
- justify-content: center; }
- .breadcrumb.is-right ol,
- .breadcrumb.is-right ul {
- justify-content: flex-end; }
- .breadcrumb.is-small {
- font-size: 0.75rem; }
- .breadcrumb.is-medium {
- font-size: 1.25rem; }
- .breadcrumb.is-large {
- font-size: 1.5rem; }
- .breadcrumb.has-arrow-separator li + li::before {
- content: "→"; }
- .breadcrumb.has-bullet-separator li + li::before {
- content: "•"; }
- .breadcrumb.has-dot-separator li + li::before {
- content: "·"; }
- .breadcrumb.has-succeeds-separator li + li::before {
- content: "≻"; }
+ white-space: nowrap;
+}
+.breadcrumb a {
+ align-items: center;
+ color: hsl(229, 53%, 53%);
+ display: flex;
+ justify-content: center;
+ padding: 0 0.75em;
+}
+.breadcrumb a:hover {
+ color: hsl(0, 0%, 21%);
+}
+.breadcrumb li {
+ align-items: center;
+ display: flex;
+}
+.breadcrumb li:first-child a {
+ padding-left: 0;
+}
+.breadcrumb li.is-active a {
+ color: hsl(0, 0%, 21%);
+ cursor: default;
+ pointer-events: none;
+}
+.breadcrumb li + li::before {
+ color: hsl(0, 0%, 71%);
+ content: "/";
+}
+.breadcrumb ul,
+.breadcrumb ol {
+ align-items: flex-start;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+}
+.breadcrumb .icon:first-child {
+ margin-right: 0.5em;
+}
+.breadcrumb .icon:last-child {
+ margin-left: 0.5em;
+}
+.breadcrumb.is-centered ol,
+.breadcrumb.is-centered ul {
+ justify-content: center;
+}
+.breadcrumb.is-right ol,
+.breadcrumb.is-right ul {
+ justify-content: flex-end;
+}
+.breadcrumb.is-small {
+ font-size: 0.75rem;
+}
+.breadcrumb.is-medium {
+ font-size: 1.25rem;
+}
+.breadcrumb.is-large {
+ font-size: 1.5rem;
+}
+.breadcrumb.has-arrow-separator li + li::before {
+ content: "→";
+}
+.breadcrumb.has-bullet-separator li + li::before {
+ content: "•";
+}
+.breadcrumb.has-dot-separator li + li::before {
+ content: "·";
+}
+.breadcrumb.has-succeeds-separator li + li::before {
+ content: "≻";
+}
.card {
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
border-radius: 0.25rem;
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
- color: #4a4a4a;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
+ color: hsl(0, 0%, 29%);
max-width: 100%;
- position: relative; }
+ position: relative;
+}
-.card-header:first-child, .card-content:first-child, .card-footer:first-child {
+.card-footer:first-child, .card-content:first-child, .card-header:first-child {
border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem; }
-.card-header:last-child, .card-content:last-child, .card-footer:last-child {
+ border-top-right-radius: 0.25rem;
+}
+.card-footer:last-child, .card-content:last-child, .card-header:last-child {
border-bottom-left-radius: 0.25rem;
- border-bottom-right-radius: 0.25rem; }
+ border-bottom-right-radius: 0.25rem;
+}
.card-header {
background-color: transparent;
align-items: stretch;
- box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
- display: flex; }
+ box-shadow: 0 0.125em 0.25em rgba(10.2, 10.2, 10.2, 0.1);
+ display: flex;
+}
.card-header-title {
align-items: center;
- color: #363636;
+ color: hsl(0, 0%, 21%);
display: flex;
flex-grow: 1;
font-weight: 700;
- padding: 0.75rem 1rem; }
- .card-header-title.is-centered {
- justify-content: center; }
+ padding: 0.75rem 1rem;
+}
+.card-header-title.is-centered {
+ justify-content: center;
+}
.card-header-icon {
-moz-appearance: none;
@@ -2991,27 +3869,33 @@ a.tag:hover {
cursor: pointer;
display: flex;
justify-content: center;
- padding: 0.75rem 1rem; }
+ padding: 0.75rem 1rem;
+}
.card-image {
display: block;
- position: relative; }
- .card-image:first-child img {
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem; }
- .card-image:last-child img {
- border-bottom-left-radius: 0.25rem;
- border-bottom-right-radius: 0.25rem; }
+ position: relative;
+}
+.card-image:first-child img {
+ border-top-left-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+.card-image:last-child img {
+ border-bottom-left-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+}
.card-content {
background-color: transparent;
- padding: 1.5rem; }
+ padding: 1.5rem;
+}
.card-footer {
background-color: transparent;
- border-top: 1px solid #ededed;
+ border-top: 1px solid hsl(0, 0%, 93%);
align-items: stretch;
- display: flex; }
+ display: flex;
+}
.card-footer-item {
align-items: center;
@@ -3020,27 +3904,34 @@ a.tag:hover {
flex-grow: 1;
flex-shrink: 0;
justify-content: center;
- padding: 0.75rem; }
- .card-footer-item:not(:last-child) {
- border-right: 1px solid #ededed; }
+ padding: 0.75rem;
+}
+.card-footer-item:not(:last-child) {
+ border-right: 1px solid hsl(0, 0%, 93%);
+}
.card .media:not(:last-child) {
- margin-bottom: 1.5rem; }
+ margin-bottom: 1.5rem;
+}
.dropdown {
display: inline-flex;
position: relative;
- vertical-align: top; }
- .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
- display: block; }
- .dropdown.is-right .dropdown-menu {
- left: auto;
- right: 0; }
- .dropdown.is-up .dropdown-menu {
- bottom: 100%;
- padding-bottom: 4px;
- padding-top: initial;
- top: auto; }
+ vertical-align: top;
+}
+.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
+ display: block;
+}
+.dropdown.is-right .dropdown-menu {
+ left: auto;
+ right: 0;
+}
+.dropdown.is-up .dropdown-menu {
+ bottom: 100%;
+ padding-bottom: 4px;
+ padding-top: initial;
+ top: auto;
+}
.dropdown-menu {
display: none;
@@ -3049,70 +3940,88 @@ a.tag:hover {
padding-top: 4px;
position: absolute;
top: 100%;
- z-index: 20; }
+ z-index: 20;
+}
.dropdown-content {
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
border-radius: 4px;
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
padding-bottom: 0.5rem;
- padding-top: 0.5rem; }
+ padding-top: 0.5rem;
+}
.dropdown-item {
- color: #4a4a4a;
+ color: hsl(0, 0%, 29%);
display: block;
font-size: 0.875rem;
line-height: 1.5;
padding: 0.375rem 1rem;
- position: relative; }
+ position: relative;
+}
a.dropdown-item,
button.dropdown-item {
padding-right: 3rem;
text-align: inherit;
white-space: nowrap;
- width: 100%; }
- a.dropdown-item:hover,
- button.dropdown-item:hover {
- background-color: whitesmoke;
- color: #0a0a0a; }
- a.dropdown-item.is-active,
- button.dropdown-item.is-active {
- background-color: #485fc7;
- color: #fff; }
+ width: 100%;
+}
+a.dropdown-item:hover,
+button.dropdown-item:hover {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 4%);
+}
+a.dropdown-item.is-active,
+button.dropdown-item.is-active {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
.dropdown-divider {
- background-color: #ededed;
+ background-color: hsl(0, 0%, 93%);
border: none;
display: block;
height: 1px;
- margin: 0.5rem 0; }
+ margin: 0.5rem 0;
+}
.level {
align-items: center;
- justify-content: space-between; }
- .level code {
- border-radius: 4px; }
- .level img {
- display: inline-block;
- vertical-align: top; }
- .level.is-mobile {
- display: flex; }
- .level.is-mobile .level-left,
- .level.is-mobile .level-right {
- display: flex; }
- .level.is-mobile .level-left + .level-right {
- margin-top: 0; }
- .level.is-mobile .level-item:not(:last-child) {
- margin-bottom: 0;
- margin-right: 0.75rem; }
- .level.is-mobile .level-item:not(.is-narrow) {
- flex-grow: 1; }
- @media screen and (min-width: 769px), print {
- .level {
- display: flex; }
- .level > .level-item:not(.is-narrow) {
- flex-grow: 1; } }
+ justify-content: space-between;
+}
+.level code {
+ border-radius: 4px;
+}
+.level img {
+ display: inline-block;
+ vertical-align: top;
+}
+.level.is-mobile {
+ display: flex;
+}
+.level.is-mobile .level-left,
+.level.is-mobile .level-right {
+ display: flex;
+}
+.level.is-mobile .level-left + .level-right {
+ margin-top: 0;
+}
+.level.is-mobile .level-item:not(:last-child) {
+ margin-bottom: 0;
+ margin-right: 0.75rem;
+}
+.level.is-mobile .level-item:not(.is-narrow) {
+ flex-grow: 1;
+}
+@media screen and (min-width: 769px), print {
+ .level {
+ display: flex;
+ }
+ .level > .level-item:not(.is-narrow) {
+ flex-grow: 1;
+ }
+}
.level-item {
align-items: center;
@@ -3120,222 +4029,300 @@ button.dropdown-item {
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
- justify-content: center; }
- .level-item .title,
- .level-item .subtitle {
- margin-bottom: 0; }
- @media screen and (max-width: 768px) {
- .level-item:not(:last-child) {
- margin-bottom: 0.75rem; } }
+ justify-content: center;
+}
+.level-item .title,
+.level-item .subtitle {
+ margin-bottom: 0;
+}
+@media screen and (max-width: 768px) {
+ .level-item:not(:last-child) {
+ margin-bottom: 0.75rem;
+ }
+}
.level-left,
.level-right {
flex-basis: auto;
flex-grow: 0;
- flex-shrink: 0; }
- .level-left .level-item.is-flexible,
- .level-right .level-item.is-flexible {
- flex-grow: 1; }
- @media screen and (min-width: 769px), print {
- .level-left .level-item:not(:last-child),
- .level-right .level-item:not(:last-child) {
- margin-right: 0.75rem; } }
+ flex-shrink: 0;
+}
+.level-left .level-item.is-flexible,
+.level-right .level-item.is-flexible {
+ flex-grow: 1;
+}
+@media screen and (min-width: 769px), print {
+ .level-left .level-item:not(:last-child),
+ .level-right .level-item:not(:last-child) {
+ margin-right: 0.75rem;
+ }
+}
.level-left {
align-items: center;
- justify-content: flex-start; }
- @media screen and (max-width: 768px) {
- .level-left + .level-right {
- margin-top: 1.5rem; } }
- @media screen and (min-width: 769px), print {
- .level-left {
- display: flex; } }
+ justify-content: flex-start;
+}
+@media screen and (max-width: 768px) {
+ .level-left + .level-right {
+ margin-top: 1.5rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .level-left {
+ display: flex;
+ }
+}
.level-right {
align-items: center;
- justify-content: flex-end; }
- @media screen and (min-width: 769px), print {
- .level-right {
- display: flex; } }
+ justify-content: flex-end;
+}
+@media screen and (min-width: 769px), print {
+ .level-right {
+ display: flex;
+ }
+}
.media {
align-items: flex-start;
display: flex;
- text-align: inherit; }
- .media .content:not(:last-child) {
- margin-bottom: 0.75rem; }
- .media .media {
- border-top: 1px solid rgba(219, 219, 219, 0.5);
- display: flex;
- padding-top: 0.75rem; }
- .media .media .content:not(:last-child),
- .media .media .control:not(:last-child) {
- margin-bottom: 0.5rem; }
- .media .media .media {
- padding-top: 0.5rem; }
- .media .media .media + .media {
- margin-top: 0.5rem; }
- .media + .media {
- border-top: 1px solid rgba(219, 219, 219, 0.5);
- margin-top: 1rem;
- padding-top: 1rem; }
- .media.is-large + .media {
- margin-top: 1.5rem;
- padding-top: 1.5rem; }
+ text-align: inherit;
+}
+.media .content:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+.media .media {
+ border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
+ display: flex;
+ padding-top: 0.75rem;
+}
+.media .media .content:not(:last-child),
+.media .media .control:not(:last-child) {
+ margin-bottom: 0.5rem;
+}
+.media .media .media {
+ padding-top: 0.5rem;
+}
+.media .media .media + .media {
+ margin-top: 0.5rem;
+}
+.media + .media {
+ border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
+ margin-top: 1rem;
+ padding-top: 1rem;
+}
+.media.is-large + .media {
+ margin-top: 1.5rem;
+ padding-top: 1.5rem;
+}
.media-left,
.media-right {
flex-basis: auto;
flex-grow: 0;
- flex-shrink: 0; }
+ flex-shrink: 0;
+}
.media-left {
- margin-right: 1rem; }
+ margin-right: 1rem;
+}
.media-right {
- margin-left: 1rem; }
+ margin-left: 1rem;
+}
.media-content {
flex-basis: auto;
flex-grow: 1;
flex-shrink: 1;
- text-align: inherit; }
+ text-align: inherit;
+}
@media screen and (max-width: 768px) {
.media-content {
- overflow-x: auto; } }
+ overflow-x: auto;
+ }
+}
.menu {
- font-size: 1rem; }
- .menu.is-small {
- font-size: 0.75rem; }
- .menu.is-medium {
- font-size: 1.25rem; }
- .menu.is-large {
- font-size: 1.5rem; }
+ font-size: 1rem;
+}
+.menu.is-small {
+ font-size: 0.75rem;
+}
+.menu.is-medium {
+ font-size: 1.25rem;
+}
+.menu.is-large {
+ font-size: 1.5rem;
+}
.menu-list {
- line-height: 1.25; }
- .menu-list a {
- border-radius: 2px;
- color: #4a4a4a;
- display: block;
- padding: 0.5em 0.75em; }
- .menu-list a:hover {
- background-color: whitesmoke;
- color: #363636; }
- .menu-list a.is-active {
- background-color: #485fc7;
- color: #fff; }
- .menu-list li ul {
- border-left: 1px solid #dbdbdb;
- margin: 0.75em;
- padding-left: 0.75em; }
+ line-height: 1.25;
+}
+.menu-list a {
+ border-radius: 2px;
+ color: hsl(0, 0%, 29%);
+ display: block;
+ padding: 0.5em 0.75em;
+}
+.menu-list a:hover {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 21%);
+}
+.menu-list a.is-active {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.menu-list li ul {
+ border-left: 1px solid hsl(0, 0%, 86%);
+ margin: 0.75em;
+ padding-left: 0.75em;
+}
.menu-label {
- color: #7a7a7a;
+ color: hsl(0, 0%, 48%);
font-size: 0.75em;
letter-spacing: 0.1em;
- text-transform: uppercase; }
- .menu-label:not(:first-child) {
- margin-top: 1em; }
- .menu-label:not(:last-child) {
- margin-bottom: 1em; }
+ text-transform: uppercase;
+}
+.menu-label:not(:first-child) {
+ margin-top: 1em;
+}
+.menu-label:not(:last-child) {
+ margin-bottom: 1em;
+}
.message {
- background-color: whitesmoke;
+ background-color: hsl(0, 0%, 96%);
border-radius: 4px;
- font-size: 1rem; }
- .message strong {
- color: currentColor; }
- .message a:not(.button):not(.tag):not(.dropdown-item) {
- color: currentColor;
- text-decoration: underline; }
- .message.is-small {
- font-size: 0.75rem; }
- .message.is-medium {
- font-size: 1.25rem; }
- .message.is-large {
- font-size: 1.5rem; }
- .message.is-white {
- background-color: white; }
- .message.is-white .message-header {
- background-color: white;
- color: #0a0a0a; }
- .message.is-white .message-body {
- border-color: white; }
- .message.is-black {
- background-color: #fafafa; }
- .message.is-black .message-header {
- background-color: #0a0a0a;
- color: white; }
- .message.is-black .message-body {
- border-color: #0a0a0a; }
- .message.is-light {
- background-color: #fafafa; }
- .message.is-light .message-header {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .message.is-light .message-body {
- border-color: whitesmoke; }
- .message.is-dark {
- background-color: #fafafa; }
- .message.is-dark .message-header {
- background-color: #363636;
- color: #fff; }
- .message.is-dark .message-body {
- border-color: #363636; }
- .message.is-primary {
- background-color: #ebfffc; }
- .message.is-primary .message-header {
- background-color: #00d1b2;
- color: #fff; }
- .message.is-primary .message-body {
- border-color: #00d1b2;
- color: #00947e; }
- .message.is-link {
- background-color: #eff1fa; }
- .message.is-link .message-header {
- background-color: #485fc7;
- color: #fff; }
- .message.is-link .message-body {
- border-color: #485fc7;
- color: #3850b7; }
- .message.is-info {
- background-color: #eff5fb; }
- .message.is-info .message-header {
- background-color: #3e8ed0;
- color: #fff; }
- .message.is-info .message-body {
- border-color: #3e8ed0;
- color: #296fa8; }
- .message.is-success {
- background-color: #effaf5; }
- .message.is-success .message-header {
- background-color: #48c78e;
- color: #fff; }
- .message.is-success .message-body {
- border-color: #48c78e;
- color: #257953; }
- .message.is-warning {
- background-color: #fffaeb; }
- .message.is-warning .message-header {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .message.is-warning .message-body {
- border-color: #ffe08a;
- color: #946c00; }
- .message.is-danger {
- background-color: #feecf0; }
- .message.is-danger .message-header {
- background-color: #f14668;
- color: #fff; }
- .message.is-danger .message-body {
- border-color: #f14668;
- color: #cc0f35; }
+ font-size: 1rem;
+}
+.message strong {
+ color: currentColor;
+}
+.message a:not(.button):not(.tag):not(.dropdown-item) {
+ color: currentColor;
+ text-decoration: underline;
+}
+.message.is-small {
+ font-size: 0.75rem;
+}
+.message.is-medium {
+ font-size: 1.25rem;
+}
+.message.is-large {
+ font-size: 1.5rem;
+}
+.message.is-white {
+ background-color: hsl(0, 0%, 100%);
+}
+.message.is-white .message-header {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.message.is-white .message-body {
+ border-color: hsl(0, 0%, 100%);
+}
+.message.is-black {
+ background-color: hsl(0, 0%, 98%);
+}
+.message.is-black .message-header {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.message.is-black .message-body {
+ border-color: hsl(0, 0%, 4%);
+}
+.message.is-light {
+ background-color: hsl(0, 0%, 98%);
+}
+.message.is-light .message-header {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.message.is-light .message-body {
+ border-color: hsl(0, 0%, 96%);
+}
+.message.is-dark {
+ background-color: hsl(0, 0%, 98%);
+}
+.message.is-dark .message-header {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.message.is-dark .message-body {
+ border-color: hsl(0, 0%, 21%);
+}
+.message.is-primary {
+ background-color: hsl(171, 100%, 96%);
+}
+.message.is-primary .message-header {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.message.is-primary .message-body {
+ border-color: hsl(171, 100%, 41%);
+ color: hsl(171, 100%, 29%);
+}
+.message.is-link {
+ background-color: hsl(229, 53%, 96%);
+}
+.message.is-link .message-header {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.message.is-link .message-body {
+ border-color: hsl(229, 53%, 53%);
+ color: hsl(229, 53%, 47%);
+}
+.message.is-info {
+ background-color: hsl(207, 61%, 96%);
+}
+.message.is-info .message-header {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.message.is-info .message-body {
+ border-color: hsl(207, 61%, 53%);
+ color: hsl(207, 61%, 41%);
+}
+.message.is-success {
+ background-color: hsl(153, 53%, 96%);
+}
+.message.is-success .message-header {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.message.is-success .message-body {
+ border-color: hsl(153, 53%, 53%);
+ color: hsl(153, 53%, 31%);
+}
+.message.is-warning {
+ background-color: hsl(44, 100%, 96%);
+}
+.message.is-warning .message-header {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.message.is-warning .message-body {
+ border-color: hsl(44, 100%, 77%);
+ color: hsl(44, 100%, 29%);
+}
+.message.is-danger {
+ background-color: hsl(348, 86%, 96%);
+}
+.message.is-danger .message-header {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.message.is-danger .message-body {
+ border-color: hsl(348, 86%, 61%);
+ color: hsl(348, 86%, 43%);
+}
.message-header {
align-items: center;
- background-color: #4a4a4a;
+ background-color: hsl(0, 0%, 29%);
border-radius: 4px 4px 0 0;
color: #fff;
display: flex;
@@ -3343,28 +4330,34 @@ button.dropdown-item {
justify-content: space-between;
line-height: 1.25;
padding: 0.75em 1em;
- position: relative; }
- .message-header .delete {
- flex-grow: 0;
- flex-shrink: 0;
- margin-left: 0.75em; }
- .message-header + .message-body {
- border-width: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
+ position: relative;
+}
+.message-header .delete {
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-left: 0.75em;
+}
+.message-header + .message-body {
+ border-width: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+}
.message-body {
- border-color: #dbdbdb;
+ border-color: hsl(0, 0%, 86%);
border-radius: 4px;
border-style: solid;
border-width: 0 0 0 4px;
- color: #4a4a4a;
- padding: 1.25em 1.5em; }
- .message-body code,
- .message-body pre {
- background-color: white; }
- .message-body pre code {
- background-color: transparent; }
+ color: hsl(0, 0%, 29%);
+ padding: 1.25em 1.5em;
+}
+.message-body code,
+.message-body pre {
+ background-color: hsl(0, 0%, 100%);
+}
+.message-body pre code {
+ background-color: transparent;
+}
.modal {
align-items: center;
@@ -3373,12 +4366,15 @@ button.dropdown-item {
justify-content: center;
overflow: hidden;
position: fixed;
- z-index: 40; }
- .modal.is-active {
- display: flex; }
+ z-index: 40;
+}
+.modal.is-active {
+ display: flex;
+}
.modal-background {
- background-color: rgba(10, 10, 10, 0.86); }
+ background-color: rgba(10.2, 10.2, 10.2, 0.86);
+}
.modal-content,
.modal-card {
@@ -3386,13 +4382,16 @@ button.dropdown-item {
max-height: calc(100vh - 160px);
overflow: auto;
position: relative;
- width: 100%; }
- @media screen and (min-width: 769px) {
- .modal-content,
- .modal-card {
- margin: 0 auto;
- max-height: calc(100vh - 40px);
- width: 640px; } }
+ width: 100%;
+}
+@media screen and (min-width: 769px) {
+ .modal-content,
+ .modal-card {
+ margin: 0 auto;
+ max-height: calc(100vh - 40px);
+ width: 640px;
+ }
+}
.modal-close {
background: none;
@@ -3400,551 +4399,681 @@ button.dropdown-item {
position: fixed;
right: 20px;
top: 20px;
- width: 40px; }
+ width: 40px;
+}
.modal-card {
display: flex;
flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
- -ms-overflow-y: visible; }
+ -ms-overflow-y: visible;
+}
.modal-card-head,
.modal-card-foot {
align-items: center;
- background-color: whitesmoke;
+ background-color: hsl(0, 0%, 96%);
display: flex;
flex-shrink: 0;
justify-content: flex-start;
padding: 20px;
- position: relative; }
+ position: relative;
+}
.modal-card-head {
- border-bottom: 1px solid #dbdbdb;
+ border-bottom: 1px solid hsl(0, 0%, 86%);
border-top-left-radius: 6px;
- border-top-right-radius: 6px; }
+ border-top-right-radius: 6px;
+}
.modal-card-title {
- color: #363636;
+ color: hsl(0, 0%, 21%);
flex-grow: 1;
flex-shrink: 0;
font-size: 1.5rem;
- line-height: 1; }
+ line-height: 1;
+}
.modal-card-foot {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
- border-top: 1px solid #dbdbdb; }
- .modal-card-foot .button:not(:last-child) {
- margin-right: 0.5em; }
+ border-top: 1px solid hsl(0, 0%, 86%);
+}
+.modal-card-foot .button:not(:last-child) {
+ margin-right: 0.5em;
+}
.modal-card-body {
-webkit-overflow-scrolling: touch;
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
flex-grow: 1;
flex-shrink: 1;
overflow: auto;
- padding: 20px; }
+ padding: 20px;
+}
.navbar {
- background-color: white;
+ background-color: hsl(0, 0%, 100%);
min-height: 3.25rem;
position: relative;
- z-index: 30; }
- .navbar.is-white {
- background-color: white;
- color: #0a0a0a; }
- .navbar.is-white .navbar-brand > .navbar-item,
- .navbar.is-white .navbar-brand .navbar-link {
- color: #0a0a0a; }
- .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
- .navbar.is-white .navbar-brand .navbar-link:focus,
- .navbar.is-white .navbar-brand .navbar-link:hover,
- .navbar.is-white .navbar-brand .navbar-link.is-active {
- background-color: #f2f2f2;
- color: #0a0a0a; }
- .navbar.is-white .navbar-brand .navbar-link::after {
- border-color: #0a0a0a; }
- .navbar.is-white .navbar-burger {
- color: #0a0a0a; }
- @media screen and (min-width: 1024px) {
- .navbar.is-white .navbar-start > .navbar-item,
- .navbar.is-white .navbar-start .navbar-link,
- .navbar.is-white .navbar-end > .navbar-item,
- .navbar.is-white .navbar-end .navbar-link {
- color: #0a0a0a; }
- .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
- .navbar.is-white .navbar-start .navbar-link:focus,
- .navbar.is-white .navbar-start .navbar-link:hover,
- .navbar.is-white .navbar-start .navbar-link.is-active,
- .navbar.is-white .navbar-end > a.navbar-item:focus,
- .navbar.is-white .navbar-end > a.navbar-item:hover,
- .navbar.is-white .navbar-end > a.navbar-item.is-active,
- .navbar.is-white .navbar-end .navbar-link:focus,
- .navbar.is-white .navbar-end .navbar-link:hover,
- .navbar.is-white .navbar-end .navbar-link.is-active {
- background-color: #f2f2f2;
- color: #0a0a0a; }
- .navbar.is-white .navbar-start .navbar-link::after,
- .navbar.is-white .navbar-end .navbar-link::after {
- border-color: #0a0a0a; }
- .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #f2f2f2;
- color: #0a0a0a; }
- .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
- background-color: white;
- color: #0a0a0a; } }
- .navbar.is-black {
- background-color: #0a0a0a;
- color: white; }
- .navbar.is-black .navbar-brand > .navbar-item,
- .navbar.is-black .navbar-brand .navbar-link {
- color: white; }
- .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
- .navbar.is-black .navbar-brand .navbar-link:focus,
- .navbar.is-black .navbar-brand .navbar-link:hover,
- .navbar.is-black .navbar-brand .navbar-link.is-active {
- background-color: black;
- color: white; }
- .navbar.is-black .navbar-brand .navbar-link::after {
- border-color: white; }
- .navbar.is-black .navbar-burger {
- color: white; }
- @media screen and (min-width: 1024px) {
- .navbar.is-black .navbar-start > .navbar-item,
- .navbar.is-black .navbar-start .navbar-link,
- .navbar.is-black .navbar-end > .navbar-item,
- .navbar.is-black .navbar-end .navbar-link {
- color: white; }
- .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
- .navbar.is-black .navbar-start .navbar-link:focus,
- .navbar.is-black .navbar-start .navbar-link:hover,
- .navbar.is-black .navbar-start .navbar-link.is-active,
- .navbar.is-black .navbar-end > a.navbar-item:focus,
- .navbar.is-black .navbar-end > a.navbar-item:hover,
- .navbar.is-black .navbar-end > a.navbar-item.is-active,
- .navbar.is-black .navbar-end .navbar-link:focus,
- .navbar.is-black .navbar-end .navbar-link:hover,
- .navbar.is-black .navbar-end .navbar-link.is-active {
- background-color: black;
- color: white; }
- .navbar.is-black .navbar-start .navbar-link::after,
- .navbar.is-black .navbar-end .navbar-link::after {
- border-color: white; }
- .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: black;
- color: white; }
- .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
- background-color: #0a0a0a;
- color: white; } }
- .navbar.is-light {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-brand > .navbar-item,
- .navbar.is-light .navbar-brand .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
- .navbar.is-light .navbar-brand .navbar-link:focus,
- .navbar.is-light .navbar-brand .navbar-link:hover,
- .navbar.is-light .navbar-brand .navbar-link.is-active {
- background-color: #e8e8e8;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-brand .navbar-link::after {
- border-color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-burger {
- color: rgba(0, 0, 0, 0.7); }
- @media screen and (min-width: 1024px) {
- .navbar.is-light .navbar-start > .navbar-item,
- .navbar.is-light .navbar-start .navbar-link,
- .navbar.is-light .navbar-end > .navbar-item,
- .navbar.is-light .navbar-end .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
- .navbar.is-light .navbar-start .navbar-link:focus,
- .navbar.is-light .navbar-start .navbar-link:hover,
- .navbar.is-light .navbar-start .navbar-link.is-active,
- .navbar.is-light .navbar-end > a.navbar-item:focus,
- .navbar.is-light .navbar-end > a.navbar-item:hover,
- .navbar.is-light .navbar-end > a.navbar-item.is-active,
- .navbar.is-light .navbar-end .navbar-link:focus,
- .navbar.is-light .navbar-end .navbar-link:hover,
- .navbar.is-light .navbar-end .navbar-link.is-active {
- background-color: #e8e8e8;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-start .navbar-link::after,
- .navbar.is-light .navbar-end .navbar-link::after {
- border-color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #e8e8e8;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); } }
- .navbar.is-dark {
- background-color: #363636;
- color: #fff; }
- .navbar.is-dark .navbar-brand > .navbar-item,
- .navbar.is-dark .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
- .navbar.is-dark .navbar-brand .navbar-link:focus,
- .navbar.is-dark .navbar-brand .navbar-link:hover,
- .navbar.is-dark .navbar-brand .navbar-link.is-active {
- background-color: #292929;
- color: #fff; }
- .navbar.is-dark .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-dark .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-dark .navbar-start > .navbar-item,
- .navbar.is-dark .navbar-start .navbar-link,
- .navbar.is-dark .navbar-end > .navbar-item,
- .navbar.is-dark .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
- .navbar.is-dark .navbar-start .navbar-link:focus,
- .navbar.is-dark .navbar-start .navbar-link:hover,
- .navbar.is-dark .navbar-start .navbar-link.is-active,
- .navbar.is-dark .navbar-end > a.navbar-item:focus,
- .navbar.is-dark .navbar-end > a.navbar-item:hover,
- .navbar.is-dark .navbar-end > a.navbar-item.is-active,
- .navbar.is-dark .navbar-end .navbar-link:focus,
- .navbar.is-dark .navbar-end .navbar-link:hover,
- .navbar.is-dark .navbar-end .navbar-link.is-active {
- background-color: #292929;
- color: #fff; }
- .navbar.is-dark .navbar-start .navbar-link::after,
- .navbar.is-dark .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #292929;
- color: #fff; }
- .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
- background-color: #363636;
- color: #fff; } }
- .navbar.is-primary {
- background-color: #00d1b2;
- color: #fff; }
- .navbar.is-primary .navbar-brand > .navbar-item,
- .navbar.is-primary .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
- .navbar.is-primary .navbar-brand .navbar-link:focus,
- .navbar.is-primary .navbar-brand .navbar-link:hover,
- .navbar.is-primary .navbar-brand .navbar-link.is-active {
- background-color: #00b89c;
- color: #fff; }
- .navbar.is-primary .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-primary .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-primary .navbar-start > .navbar-item,
- .navbar.is-primary .navbar-start .navbar-link,
- .navbar.is-primary .navbar-end > .navbar-item,
- .navbar.is-primary .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
- .navbar.is-primary .navbar-start .navbar-link:focus,
- .navbar.is-primary .navbar-start .navbar-link:hover,
- .navbar.is-primary .navbar-start .navbar-link.is-active,
- .navbar.is-primary .navbar-end > a.navbar-item:focus,
- .navbar.is-primary .navbar-end > a.navbar-item:hover,
- .navbar.is-primary .navbar-end > a.navbar-item.is-active,
- .navbar.is-primary .navbar-end .navbar-link:focus,
- .navbar.is-primary .navbar-end .navbar-link:hover,
- .navbar.is-primary .navbar-end .navbar-link.is-active {
- background-color: #00b89c;
- color: #fff; }
- .navbar.is-primary .navbar-start .navbar-link::after,
- .navbar.is-primary .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #00b89c;
- color: #fff; }
- .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
- background-color: #00d1b2;
- color: #fff; } }
- .navbar.is-link {
- background-color: #485fc7;
- color: #fff; }
- .navbar.is-link .navbar-brand > .navbar-item,
- .navbar.is-link .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
- .navbar.is-link .navbar-brand .navbar-link:focus,
- .navbar.is-link .navbar-brand .navbar-link:hover,
- .navbar.is-link .navbar-brand .navbar-link.is-active {
- background-color: #3a51bb;
- color: #fff; }
- .navbar.is-link .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-link .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-link .navbar-start > .navbar-item,
- .navbar.is-link .navbar-start .navbar-link,
- .navbar.is-link .navbar-end > .navbar-item,
- .navbar.is-link .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
- .navbar.is-link .navbar-start .navbar-link:focus,
- .navbar.is-link .navbar-start .navbar-link:hover,
- .navbar.is-link .navbar-start .navbar-link.is-active,
- .navbar.is-link .navbar-end > a.navbar-item:focus,
- .navbar.is-link .navbar-end > a.navbar-item:hover,
- .navbar.is-link .navbar-end > a.navbar-item.is-active,
- .navbar.is-link .navbar-end .navbar-link:focus,
- .navbar.is-link .navbar-end .navbar-link:hover,
- .navbar.is-link .navbar-end .navbar-link.is-active {
- background-color: #3a51bb;
- color: #fff; }
- .navbar.is-link .navbar-start .navbar-link::after,
- .navbar.is-link .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #3a51bb;
- color: #fff; }
- .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
- background-color: #485fc7;
- color: #fff; } }
- .navbar.is-info {
- background-color: #3e8ed0;
- color: #fff; }
- .navbar.is-info .navbar-brand > .navbar-item,
- .navbar.is-info .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
- .navbar.is-info .navbar-brand .navbar-link:focus,
- .navbar.is-info .navbar-brand .navbar-link:hover,
- .navbar.is-info .navbar-brand .navbar-link.is-active {
- background-color: #3082c5;
- color: #fff; }
- .navbar.is-info .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-info .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-info .navbar-start > .navbar-item,
- .navbar.is-info .navbar-start .navbar-link,
- .navbar.is-info .navbar-end > .navbar-item,
- .navbar.is-info .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
- .navbar.is-info .navbar-start .navbar-link:focus,
- .navbar.is-info .navbar-start .navbar-link:hover,
- .navbar.is-info .navbar-start .navbar-link.is-active,
- .navbar.is-info .navbar-end > a.navbar-item:focus,
- .navbar.is-info .navbar-end > a.navbar-item:hover,
- .navbar.is-info .navbar-end > a.navbar-item.is-active,
- .navbar.is-info .navbar-end .navbar-link:focus,
- .navbar.is-info .navbar-end .navbar-link:hover,
- .navbar.is-info .navbar-end .navbar-link.is-active {
- background-color: #3082c5;
- color: #fff; }
- .navbar.is-info .navbar-start .navbar-link::after,
- .navbar.is-info .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #3082c5;
- color: #fff; }
- .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
- background-color: #3e8ed0;
- color: #fff; } }
- .navbar.is-success {
- background-color: #48c78e;
- color: #fff; }
- .navbar.is-success .navbar-brand > .navbar-item,
- .navbar.is-success .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
- .navbar.is-success .navbar-brand .navbar-link:focus,
- .navbar.is-success .navbar-brand .navbar-link:hover,
- .navbar.is-success .navbar-brand .navbar-link.is-active {
- background-color: #3abb81;
- color: #fff; }
- .navbar.is-success .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-success .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-success .navbar-start > .navbar-item,
- .navbar.is-success .navbar-start .navbar-link,
- .navbar.is-success .navbar-end > .navbar-item,
- .navbar.is-success .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
- .navbar.is-success .navbar-start .navbar-link:focus,
- .navbar.is-success .navbar-start .navbar-link:hover,
- .navbar.is-success .navbar-start .navbar-link.is-active,
- .navbar.is-success .navbar-end > a.navbar-item:focus,
- .navbar.is-success .navbar-end > a.navbar-item:hover,
- .navbar.is-success .navbar-end > a.navbar-item.is-active,
- .navbar.is-success .navbar-end .navbar-link:focus,
- .navbar.is-success .navbar-end .navbar-link:hover,
- .navbar.is-success .navbar-end .navbar-link.is-active {
- background-color: #3abb81;
- color: #fff; }
- .navbar.is-success .navbar-start .navbar-link::after,
- .navbar.is-success .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #3abb81;
- color: #fff; }
- .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
- background-color: #48c78e;
- color: #fff; } }
- .navbar.is-warning {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-brand > .navbar-item,
- .navbar.is-warning .navbar-brand .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
- .navbar.is-warning .navbar-brand .navbar-link:focus,
- .navbar.is-warning .navbar-brand .navbar-link:hover,
- .navbar.is-warning .navbar-brand .navbar-link.is-active {
- background-color: #ffd970;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-brand .navbar-link::after {
- border-color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-burger {
- color: rgba(0, 0, 0, 0.7); }
- @media screen and (min-width: 1024px) {
- .navbar.is-warning .navbar-start > .navbar-item,
- .navbar.is-warning .navbar-start .navbar-link,
- .navbar.is-warning .navbar-end > .navbar-item,
- .navbar.is-warning .navbar-end .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
- .navbar.is-warning .navbar-start .navbar-link:focus,
- .navbar.is-warning .navbar-start .navbar-link:hover,
- .navbar.is-warning .navbar-start .navbar-link.is-active,
- .navbar.is-warning .navbar-end > a.navbar-item:focus,
- .navbar.is-warning .navbar-end > a.navbar-item:hover,
- .navbar.is-warning .navbar-end > a.navbar-item.is-active,
- .navbar.is-warning .navbar-end .navbar-link:focus,
- .navbar.is-warning .navbar-end .navbar-link:hover,
- .navbar.is-warning .navbar-end .navbar-link.is-active {
- background-color: #ffd970;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-start .navbar-link::after,
- .navbar.is-warning .navbar-end .navbar-link::after {
- border-color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #ffd970;
- color: rgba(0, 0, 0, 0.7); }
- .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); } }
- .navbar.is-danger {
- background-color: #f14668;
- color: #fff; }
- .navbar.is-danger .navbar-brand > .navbar-item,
- .navbar.is-danger .navbar-brand .navbar-link {
- color: #fff; }
- .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
- .navbar.is-danger .navbar-brand .navbar-link:focus,
- .navbar.is-danger .navbar-brand .navbar-link:hover,
- .navbar.is-danger .navbar-brand .navbar-link.is-active {
- background-color: #ef2e55;
- color: #fff; }
- .navbar.is-danger .navbar-brand .navbar-link::after {
- border-color: #fff; }
- .navbar.is-danger .navbar-burger {
- color: #fff; }
- @media screen and (min-width: 1024px) {
- .navbar.is-danger .navbar-start > .navbar-item,
- .navbar.is-danger .navbar-start .navbar-link,
- .navbar.is-danger .navbar-end > .navbar-item,
- .navbar.is-danger .navbar-end .navbar-link {
- color: #fff; }
- .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
- .navbar.is-danger .navbar-start .navbar-link:focus,
- .navbar.is-danger .navbar-start .navbar-link:hover,
- .navbar.is-danger .navbar-start .navbar-link.is-active,
- .navbar.is-danger .navbar-end > a.navbar-item:focus,
- .navbar.is-danger .navbar-end > a.navbar-item:hover,
- .navbar.is-danger .navbar-end > a.navbar-item.is-active,
- .navbar.is-danger .navbar-end .navbar-link:focus,
- .navbar.is-danger .navbar-end .navbar-link:hover,
- .navbar.is-danger .navbar-end .navbar-link.is-active {
- background-color: #ef2e55;
- color: #fff; }
- .navbar.is-danger .navbar-start .navbar-link::after,
- .navbar.is-danger .navbar-end .navbar-link::after {
- border-color: #fff; }
- .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
- .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
- .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #ef2e55;
- color: #fff; }
- .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
- background-color: #f14668;
- color: #fff; } }
- .navbar > .container {
- align-items: stretch;
- display: flex;
- min-height: 3.25rem;
- width: 100%; }
- .navbar.has-shadow {
- box-shadow: 0 2px 0 0 whitesmoke; }
- .navbar.is-fixed-bottom, .navbar.is-fixed-top {
- left: 0;
- position: fixed;
- right: 0;
- z-index: 30; }
- .navbar.is-fixed-bottom {
- bottom: 0; }
- .navbar.is-fixed-bottom.has-shadow {
- box-shadow: 0 -2px 0 0 whitesmoke; }
- .navbar.is-fixed-top {
- top: 0; }
+ z-index: 30;
+}
+.navbar.is-white {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.navbar.is-white .navbar-brand > .navbar-item,
+.navbar.is-white .navbar-brand .navbar-link {
+ color: hsl(0, 0%, 4%);
+}
+.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
+.navbar.is-white .navbar-brand .navbar-link:focus,
+.navbar.is-white .navbar-brand .navbar-link:hover,
+.navbar.is-white .navbar-brand .navbar-link.is-active {
+ background-color: hsl(0, 0%, 95%);
+ color: hsl(0, 0%, 4%);
+}
+.navbar.is-white .navbar-brand .navbar-link::after {
+ border-color: hsl(0, 0%, 4%);
+}
+.navbar.is-white .navbar-burger {
+ color: hsl(0, 0%, 4%);
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-white .navbar-start > .navbar-item,
+ .navbar.is-white .navbar-start .navbar-link,
+ .navbar.is-white .navbar-end > .navbar-item,
+ .navbar.is-white .navbar-end .navbar-link {
+ color: hsl(0, 0%, 4%);
+ }
+ .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
+ .navbar.is-white .navbar-start .navbar-link:focus,
+ .navbar.is-white .navbar-start .navbar-link:hover,
+ .navbar.is-white .navbar-start .navbar-link.is-active,
+ .navbar.is-white .navbar-end > a.navbar-item:focus,
+ .navbar.is-white .navbar-end > a.navbar-item:hover,
+ .navbar.is-white .navbar-end > a.navbar-item.is-active,
+ .navbar.is-white .navbar-end .navbar-link:focus,
+ .navbar.is-white .navbar-end .navbar-link:hover,
+ .navbar.is-white .navbar-end .navbar-link.is-active {
+ background-color: hsl(0, 0%, 95%);
+ color: hsl(0, 0%, 4%);
+ }
+ .navbar.is-white .navbar-start .navbar-link::after,
+ .navbar.is-white .navbar-end .navbar-link::after {
+ border-color: hsl(0, 0%, 4%);
+ }
+ .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(0, 0%, 95%);
+ color: hsl(0, 0%, 4%);
+ }
+ .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+ }
+}
+.navbar.is-black {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.navbar.is-black .navbar-brand > .navbar-item,
+.navbar.is-black .navbar-brand .navbar-link {
+ color: hsl(0, 0%, 100%);
+}
+.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
+.navbar.is-black .navbar-brand .navbar-link:focus,
+.navbar.is-black .navbar-brand .navbar-link:hover,
+.navbar.is-black .navbar-brand .navbar-link.is-active {
+ background-color: hsl(0, 0%, 0%);
+ color: hsl(0, 0%, 100%);
+}
+.navbar.is-black .navbar-brand .navbar-link::after {
+ border-color: hsl(0, 0%, 100%);
+}
+.navbar.is-black .navbar-burger {
+ color: hsl(0, 0%, 100%);
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-black .navbar-start > .navbar-item,
+ .navbar.is-black .navbar-start .navbar-link,
+ .navbar.is-black .navbar-end > .navbar-item,
+ .navbar.is-black .navbar-end .navbar-link {
+ color: hsl(0, 0%, 100%);
+ }
+ .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
+ .navbar.is-black .navbar-start .navbar-link:focus,
+ .navbar.is-black .navbar-start .navbar-link:hover,
+ .navbar.is-black .navbar-start .navbar-link.is-active,
+ .navbar.is-black .navbar-end > a.navbar-item:focus,
+ .navbar.is-black .navbar-end > a.navbar-item:hover,
+ .navbar.is-black .navbar-end > a.navbar-item.is-active,
+ .navbar.is-black .navbar-end .navbar-link:focus,
+ .navbar.is-black .navbar-end .navbar-link:hover,
+ .navbar.is-black .navbar-end .navbar-link.is-active {
+ background-color: hsl(0, 0%, 0%);
+ color: hsl(0, 0%, 100%);
+ }
+ .navbar.is-black .navbar-start .navbar-link::after,
+ .navbar.is-black .navbar-end .navbar-link::after {
+ border-color: hsl(0, 0%, 100%);
+ }
+ .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(0, 0%, 0%);
+ color: hsl(0, 0%, 100%);
+ }
+ .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+ }
+}
+.navbar.is-light {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-light .navbar-brand > .navbar-item,
+.navbar.is-light .navbar-brand .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
+.navbar.is-light .navbar-brand .navbar-link:focus,
+.navbar.is-light .navbar-brand .navbar-link:hover,
+.navbar.is-light .navbar-brand .navbar-link.is-active {
+ background-color: hsl(0, 0%, 91%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-light .navbar-brand .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-light .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-light .navbar-start > .navbar-item,
+ .navbar.is-light .navbar-start .navbar-link,
+ .navbar.is-light .navbar-end > .navbar-item,
+ .navbar.is-light .navbar-end .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
+ .navbar.is-light .navbar-start .navbar-link:focus,
+ .navbar.is-light .navbar-start .navbar-link:hover,
+ .navbar.is-light .navbar-start .navbar-link.is-active,
+ .navbar.is-light .navbar-end > a.navbar-item:focus,
+ .navbar.is-light .navbar-end > a.navbar-item:hover,
+ .navbar.is-light .navbar-end > a.navbar-item.is-active,
+ .navbar.is-light .navbar-end .navbar-link:focus,
+ .navbar.is-light .navbar-end .navbar-link:hover,
+ .navbar.is-light .navbar-end .navbar-link.is-active {
+ background-color: hsl(0, 0%, 91%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-start .navbar-link::after,
+ .navbar.is-light .navbar-end .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(0, 0%, 91%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+}
+.navbar.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.navbar.is-dark .navbar-brand > .navbar-item,
+.navbar.is-dark .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
+.navbar.is-dark .navbar-brand .navbar-link:focus,
+.navbar.is-dark .navbar-brand .navbar-link:hover,
+.navbar.is-dark .navbar-brand .navbar-link.is-active {
+ background-color: hsl(0, 0%, 16%);
+ color: #fff;
+}
+.navbar.is-dark .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-dark .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-dark .navbar-start > .navbar-item,
+ .navbar.is-dark .navbar-start .navbar-link,
+ .navbar.is-dark .navbar-end > .navbar-item,
+ .navbar.is-dark .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-start .navbar-link:focus,
+ .navbar.is-dark .navbar-start .navbar-link:hover,
+ .navbar.is-dark .navbar-start .navbar-link.is-active,
+ .navbar.is-dark .navbar-end > a.navbar-item:focus,
+ .navbar.is-dark .navbar-end > a.navbar-item:hover,
+ .navbar.is-dark .navbar-end > a.navbar-item.is-active,
+ .navbar.is-dark .navbar-end .navbar-link:focus,
+ .navbar.is-dark .navbar-end .navbar-link:hover,
+ .navbar.is-dark .navbar-end .navbar-link.is-active {
+ background-color: hsl(0, 0%, 16%);
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-start .navbar-link::after,
+ .navbar.is-dark .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(0, 0%, 16%);
+ color: #fff;
+ }
+ .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+ }
+}
+.navbar.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.navbar.is-primary .navbar-brand > .navbar-item,
+.navbar.is-primary .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
+.navbar.is-primary .navbar-brand .navbar-link:focus,
+.navbar.is-primary .navbar-brand .navbar-link:hover,
+.navbar.is-primary .navbar-brand .navbar-link.is-active {
+ background-color: hsl(171, 100%, 36%);
+ color: #fff;
+}
+.navbar.is-primary .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-primary .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-primary .navbar-start > .navbar-item,
+ .navbar.is-primary .navbar-start .navbar-link,
+ .navbar.is-primary .navbar-end > .navbar-item,
+ .navbar.is-primary .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-start .navbar-link:focus,
+ .navbar.is-primary .navbar-start .navbar-link:hover,
+ .navbar.is-primary .navbar-start .navbar-link.is-active,
+ .navbar.is-primary .navbar-end > a.navbar-item:focus,
+ .navbar.is-primary .navbar-end > a.navbar-item:hover,
+ .navbar.is-primary .navbar-end > a.navbar-item.is-active,
+ .navbar.is-primary .navbar-end .navbar-link:focus,
+ .navbar.is-primary .navbar-end .navbar-link:hover,
+ .navbar.is-primary .navbar-end .navbar-link.is-active {
+ background-color: hsl(171, 100%, 36%);
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-start .navbar-link::after,
+ .navbar.is-primary .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(171, 100%, 36%);
+ color: #fff;
+ }
+ .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+ }
+}
+.navbar.is-link {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.navbar.is-link .navbar-brand > .navbar-item,
+.navbar.is-link .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
+.navbar.is-link .navbar-brand .navbar-link:focus,
+.navbar.is-link .navbar-brand .navbar-link:hover,
+.navbar.is-link .navbar-brand .navbar-link.is-active {
+ background-color: hsl(229, 53%, 48%);
+ color: #fff;
+}
+.navbar.is-link .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-link .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-link .navbar-start > .navbar-item,
+ .navbar.is-link .navbar-start .navbar-link,
+ .navbar.is-link .navbar-end > .navbar-item,
+ .navbar.is-link .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
+ .navbar.is-link .navbar-start .navbar-link:focus,
+ .navbar.is-link .navbar-start .navbar-link:hover,
+ .navbar.is-link .navbar-start .navbar-link.is-active,
+ .navbar.is-link .navbar-end > a.navbar-item:focus,
+ .navbar.is-link .navbar-end > a.navbar-item:hover,
+ .navbar.is-link .navbar-end > a.navbar-item.is-active,
+ .navbar.is-link .navbar-end .navbar-link:focus,
+ .navbar.is-link .navbar-end .navbar-link:hover,
+ .navbar.is-link .navbar-end .navbar-link.is-active {
+ background-color: hsl(229, 53%, 48%);
+ color: #fff;
+ }
+ .navbar.is-link .navbar-start .navbar-link::after,
+ .navbar.is-link .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(229, 53%, 48%);
+ color: #fff;
+ }
+ .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+ }
+}
+.navbar.is-info {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.navbar.is-info .navbar-brand > .navbar-item,
+.navbar.is-info .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
+.navbar.is-info .navbar-brand .navbar-link:focus,
+.navbar.is-info .navbar-brand .navbar-link:hover,
+.navbar.is-info .navbar-brand .navbar-link.is-active {
+ background-color: hsl(207, 61%, 48%);
+ color: #fff;
+}
+.navbar.is-info .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-info .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-info .navbar-start > .navbar-item,
+ .navbar.is-info .navbar-start .navbar-link,
+ .navbar.is-info .navbar-end > .navbar-item,
+ .navbar.is-info .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
+ .navbar.is-info .navbar-start .navbar-link:focus,
+ .navbar.is-info .navbar-start .navbar-link:hover,
+ .navbar.is-info .navbar-start .navbar-link.is-active,
+ .navbar.is-info .navbar-end > a.navbar-item:focus,
+ .navbar.is-info .navbar-end > a.navbar-item:hover,
+ .navbar.is-info .navbar-end > a.navbar-item.is-active,
+ .navbar.is-info .navbar-end .navbar-link:focus,
+ .navbar.is-info .navbar-end .navbar-link:hover,
+ .navbar.is-info .navbar-end .navbar-link.is-active {
+ background-color: hsl(207, 61%, 48%);
+ color: #fff;
+ }
+ .navbar.is-info .navbar-start .navbar-link::after,
+ .navbar.is-info .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(207, 61%, 48%);
+ color: #fff;
+ }
+ .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+ }
+}
+.navbar.is-success {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.navbar.is-success .navbar-brand > .navbar-item,
+.navbar.is-success .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
+.navbar.is-success .navbar-brand .navbar-link:focus,
+.navbar.is-success .navbar-brand .navbar-link:hover,
+.navbar.is-success .navbar-brand .navbar-link.is-active {
+ background-color: hsl(153, 53%, 48%);
+ color: #fff;
+}
+.navbar.is-success .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-success .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-success .navbar-start > .navbar-item,
+ .navbar.is-success .navbar-start .navbar-link,
+ .navbar.is-success .navbar-end > .navbar-item,
+ .navbar.is-success .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
+ .navbar.is-success .navbar-start .navbar-link:focus,
+ .navbar.is-success .navbar-start .navbar-link:hover,
+ .navbar.is-success .navbar-start .navbar-link.is-active,
+ .navbar.is-success .navbar-end > a.navbar-item:focus,
+ .navbar.is-success .navbar-end > a.navbar-item:hover,
+ .navbar.is-success .navbar-end > a.navbar-item.is-active,
+ .navbar.is-success .navbar-end .navbar-link:focus,
+ .navbar.is-success .navbar-end .navbar-link:hover,
+ .navbar.is-success .navbar-end .navbar-link.is-active {
+ background-color: hsl(153, 53%, 48%);
+ color: #fff;
+ }
+ .navbar.is-success .navbar-start .navbar-link::after,
+ .navbar.is-success .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(153, 53%, 48%);
+ color: #fff;
+ }
+ .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+ }
+}
+.navbar.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-warning .navbar-brand > .navbar-item,
+.navbar.is-warning .navbar-brand .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
+.navbar.is-warning .navbar-brand .navbar-link:focus,
+.navbar.is-warning .navbar-brand .navbar-link:hover,
+.navbar.is-warning .navbar-brand .navbar-link.is-active {
+ background-color: hsl(44, 100%, 72%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-warning .navbar-brand .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+}
+.navbar.is-warning .navbar-burger {
+ color: rgba(0, 0, 0, 0.7);
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-warning .navbar-start > .navbar-item,
+ .navbar.is-warning .navbar-start .navbar-link,
+ .navbar.is-warning .navbar-end > .navbar-item,
+ .navbar.is-warning .navbar-end .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-start .navbar-link:focus,
+ .navbar.is-warning .navbar-start .navbar-link:hover,
+ .navbar.is-warning .navbar-start .navbar-link.is-active,
+ .navbar.is-warning .navbar-end > a.navbar-item:focus,
+ .navbar.is-warning .navbar-end > a.navbar-item:hover,
+ .navbar.is-warning .navbar-end > a.navbar-item.is-active,
+ .navbar.is-warning .navbar-end .navbar-link:focus,
+ .navbar.is-warning .navbar-end .navbar-link:hover,
+ .navbar.is-warning .navbar-end .navbar-link.is-active {
+ background-color: hsl(44, 100%, 72%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-start .navbar-link::after,
+ .navbar.is-warning .navbar-end .navbar-link::after {
+ border-color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(44, 100%, 72%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+ .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+ }
+}
+.navbar.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.navbar.is-danger .navbar-brand > .navbar-item,
+.navbar.is-danger .navbar-brand .navbar-link {
+ color: #fff;
+}
+.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
+.navbar.is-danger .navbar-brand .navbar-link:focus,
+.navbar.is-danger .navbar-brand .navbar-link:hover,
+.navbar.is-danger .navbar-brand .navbar-link.is-active {
+ background-color: hsl(348, 86%, 56%);
+ color: #fff;
+}
+.navbar.is-danger .navbar-brand .navbar-link::after {
+ border-color: #fff;
+}
+.navbar.is-danger .navbar-burger {
+ color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .navbar.is-danger .navbar-start > .navbar-item,
+ .navbar.is-danger .navbar-start .navbar-link,
+ .navbar.is-danger .navbar-end > .navbar-item,
+ .navbar.is-danger .navbar-end .navbar-link {
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-start .navbar-link:focus,
+ .navbar.is-danger .navbar-start .navbar-link:hover,
+ .navbar.is-danger .navbar-start .navbar-link.is-active,
+ .navbar.is-danger .navbar-end > a.navbar-item:focus,
+ .navbar.is-danger .navbar-end > a.navbar-item:hover,
+ .navbar.is-danger .navbar-end > a.navbar-item.is-active,
+ .navbar.is-danger .navbar-end .navbar-link:focus,
+ .navbar.is-danger .navbar-end .navbar-link:hover,
+ .navbar.is-danger .navbar-end .navbar-link.is-active {
+ background-color: hsl(348, 86%, 56%);
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-start .navbar-link::after,
+ .navbar.is-danger .navbar-end .navbar-link::after {
+ border-color: #fff;
+ }
+ .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
+ .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
+ .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(348, 86%, 56%);
+ color: #fff;
+ }
+ .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+ }
+}
+.navbar > .container {
+ align-items: stretch;
+ display: flex;
+ min-height: 3.25rem;
+ width: 100%;
+}
+.navbar.has-shadow {
+ box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
+}
+.navbar.is-fixed-bottom, .navbar.is-fixed-top {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30;
+}
+.navbar.is-fixed-bottom {
+ bottom: 0;
+}
+.navbar.is-fixed-bottom.has-shadow {
+ box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
+}
+.navbar.is-fixed-top {
+ top: 0;
+}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
- padding-top: 3.25rem; }
+ padding-top: 3.25rem;
+}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
- padding-bottom: 3.25rem; }
+ padding-bottom: 3.25rem;
+}
.navbar-brand,
.navbar-tabs {
align-items: stretch;
display: flex;
flex-shrink: 0;
- min-height: 3.25rem; }
+ min-height: 3.25rem;
+}
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
- background-color: transparent; }
+ background-color: transparent;
+}
.navbar-tabs {
-webkit-overflow-scrolling: touch;
max-width: 100vw;
overflow-x: auto;
- overflow-y: hidden; }
+ overflow-y: hidden;
+}
.navbar-burger {
- color: #4a4a4a;
+ color: hsl(0, 0%, 29%);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
@@ -3955,3174 +5084,4351 @@ body.has-navbar-fixed-bottom {
height: 3.25rem;
position: relative;
width: 3.25rem;
- margin-left: auto; }
- .navbar-burger span {
- background-color: currentColor;
- display: block;
- height: 1px;
- left: calc(50% - 8px);
- position: absolute;
- transform-origin: center;
- transition-duration: 86ms;
- transition-property: background-color, opacity, transform;
- transition-timing-function: ease-out;
- width: 16px; }
- .navbar-burger span:nth-child(1) {
- top: calc(50% - 6px); }
- .navbar-burger span:nth-child(2) {
- top: calc(50% - 1px); }
- .navbar-burger span:nth-child(3) {
- top: calc(50% + 4px); }
- .navbar-burger:hover {
- background-color: rgba(0, 0, 0, 0.05); }
- .navbar-burger.is-active span:nth-child(1) {
- transform: translateY(5px) rotate(45deg); }
- .navbar-burger.is-active span:nth-child(2) {
- opacity: 0; }
- .navbar-burger.is-active span:nth-child(3) {
- transform: translateY(-5px) rotate(-45deg); }
+}
+.navbar-burger span {
+ background-color: currentColor;
+ display: block;
+ height: 1px;
+ left: calc(50% - 8px);
+ position: absolute;
+ transform-origin: center;
+ transition-duration: 86ms;
+ transition-property: background-color, opacity, transform;
+ transition-timing-function: ease-out;
+ width: 16px;
+}
+.navbar-burger span:nth-child(1) {
+ top: calc(50% - 6px);
+}
+.navbar-burger span:nth-child(2) {
+ top: calc(50% - 1px);
+}
+.navbar-burger span:nth-child(3) {
+ top: calc(50% + 4px);
+}
+.navbar-burger:hover {
+ background-color: rgba(0, 0, 0, 0.05);
+}
+.navbar-burger.is-active span:nth-child(1) {
+ transform: translateY(5px) rotate(45deg);
+}
+.navbar-burger.is-active span:nth-child(2) {
+ opacity: 0;
+}
+.navbar-burger.is-active span:nth-child(3) {
+ transform: translateY(-5px) rotate(-45deg);
+}
+.navbar-burger {
+ margin-left: auto;
+}
.navbar-menu {
- display: none; }
+ display: none;
+}
.navbar-item,
.navbar-link {
- color: #4a4a4a;
+ color: hsl(0, 0%, 29%);
display: block;
line-height: 1.5;
padding: 0.5rem 0.75rem;
- position: relative; }
- .navbar-item .icon:only-child,
- .navbar-link .icon:only-child {
- margin-left: -0.25rem;
- margin-right: -0.25rem; }
+ position: relative;
+}
+.navbar-item .icon:only-child,
+.navbar-link .icon:only-child {
+ margin-left: -0.25rem;
+ margin-right: -0.25rem;
+}
a.navbar-item,
.navbar-link {
- cursor: pointer; }
- a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
- .navbar-link:focus,
- .navbar-link:focus-within,
- .navbar-link:hover,
- .navbar-link.is-active {
- background-color: #fafafa;
- color: #485fc7; }
+ cursor: pointer;
+}
+a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
+.navbar-link:focus,
+.navbar-link:focus-within,
+.navbar-link:hover,
+.navbar-link.is-active {
+ background-color: hsl(0, 0%, 98%);
+ color: hsl(229, 53%, 53%);
+}
.navbar-item {
flex-grow: 0;
- flex-shrink: 0; }
- .navbar-item img {
- max-height: 1.75rem; }
- .navbar-item.has-dropdown {
- padding: 0; }
- .navbar-item.is-expanded {
- flex-grow: 1;
- flex-shrink: 1; }
- .navbar-item.is-tab {
- border-bottom: 1px solid transparent;
- min-height: 3.25rem;
- padding-bottom: calc(0.5rem - 1px); }
- .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
- background-color: transparent;
- border-bottom-color: #485fc7; }
- .navbar-item.is-tab.is-active {
- background-color: transparent;
- border-bottom-color: #485fc7;
- border-bottom-style: solid;
- border-bottom-width: 3px;
- color: #485fc7;
- padding-bottom: calc(0.5rem - 3px); }
+ flex-shrink: 0;
+}
+.navbar-item img {
+ max-height: 1.75rem;
+}
+.navbar-item.has-dropdown {
+ padding: 0;
+}
+.navbar-item.is-expanded {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+.navbar-item.is-tab {
+ border-bottom: 1px solid transparent;
+ min-height: 3.25rem;
+ padding-bottom: calc(0.5rem - 1px);
+}
+.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
+ background-color: transparent;
+ border-bottom-color: hsl(229, 53%, 53%);
+}
+.navbar-item.is-tab.is-active {
+ background-color: transparent;
+ border-bottom-color: hsl(229, 53%, 53%);
+ border-bottom-style: solid;
+ border-bottom-width: 3px;
+ color: hsl(229, 53%, 53%);
+ padding-bottom: calc(0.5rem - 3px);
+}
.navbar-content {
flex-grow: 1;
- flex-shrink: 1; }
+ flex-shrink: 1;
+}
.navbar-link:not(.is-arrowless) {
- padding-right: 2.5em; }
- .navbar-link:not(.is-arrowless)::after {
- border-color: #485fc7;
- margin-top: -0.375em;
- right: 1.125em; }
+ padding-right: 2.5em;
+}
+.navbar-link:not(.is-arrowless)::after {
+ border-color: hsl(229, 53%, 53%);
+ margin-top: -0.375em;
+ right: 1.125em;
+}
.navbar-dropdown {
font-size: 0.875rem;
padding-bottom: 0.5rem;
- padding-top: 0.5rem; }
- .navbar-dropdown .navbar-item {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
+ padding-top: 0.5rem;
+}
+.navbar-dropdown .navbar-item {
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+}
.navbar-divider {
- background-color: whitesmoke;
+ background-color: hsl(0, 0%, 96%);
border: none;
display: none;
height: 2px;
- margin: 0.5rem 0; }
+ margin: 0.5rem 0;
+}
@media screen and (max-width: 1023px) {
.navbar > .container {
- display: block; }
-
+ display: block;
+ }
.navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
align-items: center;
- display: flex; }
-
+ display: flex;
+ }
.navbar-link::after {
- display: none; }
-
+ display: none;
+ }
.navbar-menu {
- background-color: white;
- box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
- padding: 0.5rem 0; }
- .navbar-menu.is-active {
- display: block; }
-
+ background-color: hsl(0, 0%, 100%);
+ box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
+ padding: 0.5rem 0;
+ }
+ .navbar-menu.is-active {
+ display: block;
+ }
.navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
left: 0;
position: fixed;
right: 0;
- z-index: 30; }
+ z-index: 30;
+ }
.navbar.is-fixed-bottom-touch {
- bottom: 0; }
- .navbar.is-fixed-bottom-touch.has-shadow {
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
+ bottom: 0;
+ }
+ .navbar.is-fixed-bottom-touch.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
+ }
.navbar.is-fixed-top-touch {
- top: 0; }
+ top: 0;
+ }
.navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
-webkit-overflow-scrolling: touch;
max-height: calc(100vh - 3.25rem);
- overflow: auto; }
-
+ overflow: auto;
+ }
html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
- padding-top: 3.25rem; }
+ padding-top: 3.25rem;
+ }
html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
- padding-bottom: 3.25rem; } }
+ padding-bottom: 3.25rem;
+ }
+}
@media screen and (min-width: 1024px) {
.navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
align-items: stretch;
- display: flex; }
-
+ display: flex;
+ }
.navbar {
- min-height: 3.25rem; }
- .navbar.is-spaced {
- padding: 1rem 2rem; }
- .navbar.is-spaced .navbar-start,
- .navbar.is-spaced .navbar-end {
- align-items: center; }
- .navbar.is-spaced a.navbar-item,
- .navbar.is-spaced .navbar-link {
- border-radius: 4px; }
- .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
- .navbar.is-transparent .navbar-link:focus,
- .navbar.is-transparent .navbar-link:hover,
- .navbar.is-transparent .navbar-link.is-active {
- background-color: transparent !important; }
- .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
- background-color: transparent !important; }
- .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
- background-color: whitesmoke;
- color: #0a0a0a; }
- .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
- background-color: whitesmoke;
- color: #485fc7; }
-
+ min-height: 3.25rem;
+ }
+ .navbar.is-spaced {
+ padding: 1rem 2rem;
+ }
+ .navbar.is-spaced .navbar-start,
+ .navbar.is-spaced .navbar-end {
+ align-items: center;
+ }
+ .navbar.is-spaced a.navbar-item,
+ .navbar.is-spaced .navbar-link {
+ border-radius: 4px;
+ }
+ .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
+ .navbar.is-transparent .navbar-link:focus,
+ .navbar.is-transparent .navbar-link:hover,
+ .navbar.is-transparent .navbar-link.is-active {
+ background-color: transparent !important;
+ }
+ .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
+ background-color: transparent !important;
+ }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 4%);
+ }
+ .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(229, 53%, 53%);
+ }
.navbar-burger {
- display: none; }
-
+ display: none;
+ }
.navbar-item,
.navbar-link {
align-items: center;
- display: flex; }
-
+ display: flex;
+ }
.navbar-item.has-dropdown {
- align-items: stretch; }
+ align-items: stretch;
+ }
.navbar-item.has-dropdown-up .navbar-link::after {
- transform: rotate(135deg) translate(0.25em, -0.25em); }
+ transform: rotate(135deg) translate(0.25em, -0.25em);
+ }
.navbar-item.has-dropdown-up .navbar-dropdown {
- border-bottom: 2px solid #dbdbdb;
+ border-bottom: 2px solid hsl(0, 0%, 86%);
border-radius: 6px 6px 0 0;
border-top: none;
bottom: 100%;
- box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
- top: auto; }
+ box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
+ top: auto;
+ }
.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
- display: block; }
- .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
- opacity: 1;
- pointer-events: auto;
- transform: translateY(0); }
-
+ display: block;
+ }
+ .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
+ opacity: 1;
+ pointer-events: auto;
+ transform: translateY(0);
+ }
.navbar-menu {
flex-grow: 1;
- flex-shrink: 0; }
-
- .navbar-start {
+ flex-shrink: 0;
+ }
+ .navbar-start {
+ justify-content: flex-start;
+ margin-right: auto;
+ }
+ .navbar-end {
+ justify-content: flex-end;
+ margin-left: auto;
+ }
+ .navbar-dropdown {
+ background-color: hsl(0, 0%, 100%);
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ border-top: 2px solid hsl(0, 0%, 86%);
+ box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
+ display: none;
+ font-size: 0.875rem;
+ left: 0;
+ min-width: 100%;
+ position: absolute;
+ top: 100%;
+ z-index: 20;
+ }
+ .navbar-dropdown .navbar-item {
+ padding: 0.375rem 1rem;
+ white-space: nowrap;
+ }
+ .navbar-dropdown a.navbar-item {
+ padding-right: 3rem;
+ }
+ .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(0, 0%, 4%);
+ }
+ .navbar-dropdown a.navbar-item.is-active {
+ background-color: hsl(0, 0%, 96%);
+ color: hsl(229, 53%, 53%);
+ }
+ .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
+ border-radius: 6px;
+ border-top: none;
+ box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
+ display: block;
+ opacity: 0;
+ pointer-events: none;
+ top: calc(100% + (-4px));
+ transform: translateY(-5px);
+ transition-duration: 86ms;
+ transition-property: opacity, transform;
+ }
+ .navbar-dropdown.is-right {
+ left: auto;
+ right: 0;
+ }
+ .navbar-divider {
+ display: block;
+ }
+ .navbar > .container .navbar-brand,
+ .container > .navbar .navbar-brand {
+ margin-left: -0.75rem;
+ }
+ .navbar > .container .navbar-menu,
+ .container > .navbar .navbar-menu {
+ margin-right: -0.75rem;
+ }
+ .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
+ left: 0;
+ position: fixed;
+ right: 0;
+ z-index: 30;
+ }
+ .navbar.is-fixed-bottom-desktop {
+ bottom: 0;
+ }
+ .navbar.is-fixed-bottom-desktop.has-shadow {
+ box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
+ }
+ .navbar.is-fixed-top-desktop {
+ top: 0;
+ }
+ html.has-navbar-fixed-top-desktop,
+ body.has-navbar-fixed-top-desktop {
+ padding-top: 3.25rem;
+ }
+ html.has-navbar-fixed-bottom-desktop,
+ body.has-navbar-fixed-bottom-desktop {
+ padding-bottom: 3.25rem;
+ }
+ html.has-spaced-navbar-fixed-top,
+ body.has-spaced-navbar-fixed-top {
+ padding-top: 5.25rem;
+ }
+ html.has-spaced-navbar-fixed-bottom,
+ body.has-spaced-navbar-fixed-bottom {
+ padding-bottom: 5.25rem;
+ }
+ a.navbar-item.is-active,
+ .navbar-link.is-active {
+ color: hsl(0, 0%, 4%);
+ }
+ a.navbar-item.is-active:not(:focus):not(:hover),
+ .navbar-link.is-active:not(:focus):not(:hover) {
+ background-color: transparent;
+ }
+ .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
+ background-color: hsl(0, 0%, 98%);
+ }
+}
+.hero.is-fullheight-with-navbar {
+ min-height: calc(100vh - 3.25rem);
+}
+
+.pagination {
+ font-size: 1rem;
+ margin: -0.25rem;
+}
+.pagination.is-small {
+ font-size: 0.75rem;
+}
+.pagination.is-medium {
+ font-size: 1.25rem;
+}
+.pagination.is-large {
+ font-size: 1.5rem;
+}
+.pagination.is-rounded .pagination-previous,
+.pagination.is-rounded .pagination-next {
+ padding-left: 1em;
+ padding-right: 1em;
+ border-radius: 9999px;
+}
+.pagination.is-rounded .pagination-link {
+ border-radius: 9999px;
+}
+
+.pagination,
+.pagination-list {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+}
+
+.pagination-previous,
+.pagination-next,
+.pagination-link,
+.pagination-ellipsis {
+ font-size: 1em;
+ justify-content: center;
+ margin: 0.25rem;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ text-align: center;
+}
+
+.pagination-previous,
+.pagination-next,
+.pagination-link {
+ border-color: hsl(0, 0%, 86%);
+ color: hsl(0, 0%, 21%);
+ min-width: 2.5em;
+}
+.pagination-previous:hover,
+.pagination-next:hover,
+.pagination-link:hover {
+ border-color: hsl(0, 0%, 71%);
+ color: hsl(0, 0%, 21%);
+}
+.pagination-previous:focus,
+.pagination-next:focus,
+.pagination-link:focus {
+ border-color: hsl(229, 53%, 53%);
+}
+.pagination-previous:active,
+.pagination-next:active,
+.pagination-link:active {
+ box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
+}
+.pagination-previous[disabled], .pagination-previous.is-disabled,
+.pagination-next[disabled],
+.pagination-next.is-disabled,
+.pagination-link[disabled],
+.pagination-link.is-disabled {
+ background-color: hsl(0, 0%, 86%);
+ border-color: hsl(0, 0%, 86%);
+ box-shadow: none;
+ color: hsl(0, 0%, 48%);
+ opacity: 0.5;
+}
+
+.pagination-previous,
+.pagination-next {
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+ white-space: nowrap;
+}
+
+.pagination-link.is-current {
+ background-color: hsl(229, 53%, 53%);
+ border-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+
+.pagination-ellipsis {
+ color: hsl(0, 0%, 71%);
+ pointer-events: none;
+}
+
+.pagination-list {
+ flex-wrap: wrap;
+}
+.pagination-list li {
+ list-style: none;
+}
+
+@media screen and (max-width: 768px) {
+ .pagination {
+ flex-wrap: wrap;
+ }
+ .pagination-previous,
+ .pagination-next {
+ flex-grow: 1;
+ flex-shrink: 1;
+ }
+ .pagination-list li {
+ flex-grow: 1;
+ flex-shrink: 1;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .pagination-list {
+ flex-grow: 1;
+ flex-shrink: 1;
justify-content: flex-start;
- margin-right: auto; }
-
- .navbar-end {
+ order: 1;
+ }
+ .pagination-previous,
+ .pagination-next,
+ .pagination-link,
+ .pagination-ellipsis {
+ margin-bottom: 0;
+ margin-top: 0;
+ }
+ .pagination-previous {
+ order: 2;
+ }
+ .pagination-next {
+ order: 3;
+ }
+ .pagination {
+ justify-content: space-between;
+ margin-bottom: 0;
+ margin-top: 0;
+ }
+ .pagination.is-centered .pagination-previous {
+ order: 1;
+ }
+ .pagination.is-centered .pagination-list {
+ justify-content: center;
+ order: 2;
+ }
+ .pagination.is-centered .pagination-next {
+ order: 3;
+ }
+ .pagination.is-right .pagination-previous {
+ order: 1;
+ }
+ .pagination.is-right .pagination-next {
+ order: 2;
+ }
+ .pagination.is-right .pagination-list {
justify-content: flex-end;
- margin-left: auto; }
+ order: 3;
+ }
+}
+.panel {
+ border-radius: 6px;
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
+ font-size: 1rem;
+}
+.panel:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+.panel.is-white .panel-heading {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.panel.is-white .panel-tabs a.is-active {
+ border-bottom-color: hsl(0, 0%, 100%);
+}
+.panel.is-white .panel-block.is-active .panel-icon {
+ color: hsl(0, 0%, 100%);
+}
+.panel.is-black .panel-heading {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.panel.is-black .panel-tabs a.is-active {
+ border-bottom-color: hsl(0, 0%, 4%);
+}
+.panel.is-black .panel-block.is-active .panel-icon {
+ color: hsl(0, 0%, 4%);
+}
+.panel.is-light .panel-heading {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.panel.is-light .panel-tabs a.is-active {
+ border-bottom-color: hsl(0, 0%, 96%);
+}
+.panel.is-light .panel-block.is-active .panel-icon {
+ color: hsl(0, 0%, 96%);
+}
+.panel.is-dark .panel-heading {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.panel.is-dark .panel-tabs a.is-active {
+ border-bottom-color: hsl(0, 0%, 21%);
+}
+.panel.is-dark .panel-block.is-active .panel-icon {
+ color: hsl(0, 0%, 21%);
+}
+.panel.is-primary .panel-heading {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.panel.is-primary .panel-tabs a.is-active {
+ border-bottom-color: hsl(171, 100%, 41%);
+}
+.panel.is-primary .panel-block.is-active .panel-icon {
+ color: hsl(171, 100%, 41%);
+}
+.panel.is-link .panel-heading {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.panel.is-link .panel-tabs a.is-active {
+ border-bottom-color: hsl(229, 53%, 53%);
+}
+.panel.is-link .panel-block.is-active .panel-icon {
+ color: hsl(229, 53%, 53%);
+}
+.panel.is-info .panel-heading {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.panel.is-info .panel-tabs a.is-active {
+ border-bottom-color: hsl(207, 61%, 53%);
+}
+.panel.is-info .panel-block.is-active .panel-icon {
+ color: hsl(207, 61%, 53%);
+}
+.panel.is-success .panel-heading {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.panel.is-success .panel-tabs a.is-active {
+ border-bottom-color: hsl(153, 53%, 53%);
+}
+.panel.is-success .panel-block.is-active .panel-icon {
+ color: hsl(153, 53%, 53%);
+}
+.panel.is-warning .panel-heading {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.panel.is-warning .panel-tabs a.is-active {
+ border-bottom-color: hsl(44, 100%, 77%);
+}
+.panel.is-warning .panel-block.is-active .panel-icon {
+ color: hsl(44, 100%, 77%);
+}
+.panel.is-danger .panel-heading {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.panel.is-danger .panel-tabs a.is-active {
+ border-bottom-color: hsl(348, 86%, 61%);
+}
+.panel.is-danger .panel-block.is-active .panel-icon {
+ color: hsl(348, 86%, 61%);
+}
- .navbar-dropdown {
- background-color: white;
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
- border-top: 2px solid #dbdbdb;
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
- display: none;
- font-size: 0.875rem;
- left: 0;
- min-width: 100%;
- position: absolute;
- top: 100%;
- z-index: 20; }
- .navbar-dropdown .navbar-item {
- padding: 0.375rem 1rem;
- white-space: nowrap; }
- .navbar-dropdown a.navbar-item {
- padding-right: 3rem; }
- .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
- background-color: whitesmoke;
- color: #0a0a0a; }
- .navbar-dropdown a.navbar-item.is-active {
- background-color: whitesmoke;
- color: #485fc7; }
- .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
- border-radius: 6px;
- border-top: none;
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
- display: block;
- opacity: 0;
- pointer-events: none;
- top: calc(100% + (-4px));
- transform: translateY(-5px);
- transition-duration: 86ms;
- transition-property: opacity, transform; }
- .navbar-dropdown.is-right {
- left: auto;
- right: 0; }
+.panel-tabs:not(:last-child),
+.panel-block:not(:last-child) {
+ border-bottom: 1px solid hsl(0, 0%, 93%);
+}
- .navbar-divider {
- display: block; }
+.panel-heading {
+ background-color: hsl(0, 0%, 93%);
+ border-radius: 6px 6px 0 0;
+ color: hsl(0, 0%, 21%);
+ font-size: 1.25em;
+ font-weight: 700;
+ line-height: 1.25;
+ padding: 0.75em 1em;
+}
- .navbar > .container .navbar-brand,
- .container > .navbar .navbar-brand {
- margin-left: -0.75rem; }
- .navbar > .container .navbar-menu,
- .container > .navbar .navbar-menu {
- margin-right: -0.75rem; }
+.panel-tabs {
+ align-items: flex-end;
+ display: flex;
+ font-size: 0.875em;
+ justify-content: center;
+}
+.panel-tabs a {
+ border-bottom: 1px solid hsl(0, 0%, 86%);
+ margin-bottom: -1px;
+ padding: 0.5em;
+}
+.panel-tabs a.is-active {
+ border-bottom-color: hsl(0, 0%, 29%);
+ color: hsl(0, 0%, 21%);
+}
- .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
- left: 0;
- position: fixed;
- right: 0;
- z-index: 30; }
- .navbar.is-fixed-bottom-desktop {
- bottom: 0; }
- .navbar.is-fixed-bottom-desktop.has-shadow {
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
- .navbar.is-fixed-top-desktop {
- top: 0; }
+.panel-list a {
+ color: hsl(0, 0%, 29%);
+}
+.panel-list a:hover {
+ color: hsl(229, 53%, 53%);
+}
- html.has-navbar-fixed-top-desktop,
- body.has-navbar-fixed-top-desktop {
- padding-top: 3.25rem; }
- html.has-navbar-fixed-bottom-desktop,
- body.has-navbar-fixed-bottom-desktop {
- padding-bottom: 3.25rem; }
- html.has-spaced-navbar-fixed-top,
- body.has-spaced-navbar-fixed-top {
- padding-top: 5.25rem; }
- html.has-spaced-navbar-fixed-bottom,
- body.has-spaced-navbar-fixed-bottom {
- padding-bottom: 5.25rem; }
+.panel-block {
+ align-items: center;
+ color: hsl(0, 0%, 21%);
+ display: flex;
+ justify-content: flex-start;
+ padding: 0.5em 0.75em;
+}
+.panel-block input[type=checkbox] {
+ margin-right: 0.75em;
+}
+.panel-block > .control {
+ flex-grow: 1;
+ flex-shrink: 1;
+ width: 100%;
+}
+.panel-block.is-wrapped {
+ flex-wrap: wrap;
+}
+.panel-block.is-active {
+ border-left-color: hsl(229, 53%, 53%);
+ color: hsl(0, 0%, 21%);
+}
+.panel-block.is-active .panel-icon {
+ color: hsl(229, 53%, 53%);
+}
+.panel-block:last-child {
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+}
- a.navbar-item.is-active,
- .navbar-link.is-active {
- color: #0a0a0a; }
- a.navbar-item.is-active:not(:focus):not(:hover),
- .navbar-link.is-active:not(:focus):not(:hover) {
- background-color: transparent; }
+a.panel-block,
+label.panel-block {
+ cursor: pointer;
+}
+a.panel-block:hover,
+label.panel-block:hover {
+ background-color: hsl(0, 0%, 96%);
+}
- .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #fafafa; } }
-.hero.is-fullheight-with-navbar {
- min-height: calc(100vh - 3.25rem); }
+.panel-icon {
+ display: inline-block;
+ font-size: 14px;
+ height: 1em;
+ line-height: 1em;
+ text-align: center;
+ vertical-align: top;
+ width: 1em;
+ color: hsl(0, 0%, 48%);
+ margin-right: 0.75em;
+}
+.panel-icon .fa {
+ font-size: inherit;
+ line-height: inherit;
+}
-.pagination {
+.tabs {
+ -webkit-overflow-scrolling: touch;
+ align-items: stretch;
+ display: flex;
font-size: 1rem;
- margin: -0.25rem; }
- .pagination.is-small {
- font-size: 0.75rem; }
- .pagination.is-medium {
- font-size: 1.25rem; }
- .pagination.is-large {
- font-size: 1.5rem; }
- .pagination.is-rounded .pagination-previous,
- .pagination.is-rounded .pagination-next {
- padding-left: 1em;
- padding-right: 1em;
- border-radius: 9999px; }
- .pagination.is-rounded .pagination-link {
- border-radius: 9999px; }
-
-.pagination,
-.pagination-list {
+ justify-content: space-between;
+ overflow: hidden;
+ overflow-x: auto;
+ white-space: nowrap;
+}
+.tabs a {
+ align-items: center;
+ border-bottom-color: hsl(0, 0%, 86%);
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ color: hsl(0, 0%, 29%);
+ display: flex;
+ justify-content: center;
+ margin-bottom: -1px;
+ padding: 0.5em 1em;
+ vertical-align: top;
+}
+.tabs a:hover {
+ border-bottom-color: hsl(0, 0%, 21%);
+ color: hsl(0, 0%, 21%);
+}
+.tabs li {
+ display: block;
+}
+.tabs li.is-active a {
+ border-bottom-color: hsl(229, 53%, 53%);
+ color: hsl(229, 53%, 53%);
+}
+.tabs ul {
align-items: center;
+ border-bottom-color: hsl(0, 0%, 86%);
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
display: flex;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: flex-start;
+}
+.tabs ul.is-left {
+ padding-right: 0.75em;
+}
+.tabs ul.is-center {
+ flex: none;
+ justify-content: center;
+ padding-left: 0.75em;
+ padding-right: 0.75em;
+}
+.tabs ul.is-right {
+ justify-content: flex-end;
+ padding-left: 0.75em;
+}
+.tabs .icon:first-child {
+ margin-right: 0.5em;
+}
+.tabs .icon:last-child {
+ margin-left: 0.5em;
+}
+.tabs.is-centered ul {
justify-content: center;
- text-align: center; }
+}
+.tabs.is-right ul {
+ justify-content: flex-end;
+}
+.tabs.is-boxed a {
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0;
+}
+.tabs.is-boxed a:hover {
+ background-color: hsl(0, 0%, 96%);
+ border-bottom-color: hsl(0, 0%, 86%);
+}
+.tabs.is-boxed li.is-active a {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 86%);
+ border-bottom-color: transparent !important;
+}
+.tabs.is-fullwidth li {
+ flex-grow: 1;
+ flex-shrink: 0;
+}
+.tabs.is-toggle a {
+ border-color: hsl(0, 0%, 86%);
+ border-style: solid;
+ border-width: 1px;
+ margin-bottom: 0;
+ position: relative;
+}
+.tabs.is-toggle a:hover {
+ background-color: hsl(0, 0%, 96%);
+ border-color: hsl(0, 0%, 71%);
+ z-index: 2;
+}
+.tabs.is-toggle li + li {
+ margin-left: -1px;
+}
+.tabs.is-toggle li:first-child a {
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
+.tabs.is-toggle li:last-child a {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+.tabs.is-toggle li.is-active a {
+ background-color: hsl(229, 53%, 53%);
+ border-color: hsl(229, 53%, 53%);
+ color: #fff;
+ z-index: 1;
+}
+.tabs.is-toggle ul {
+ border-bottom: none;
+}
+.tabs.is-toggle.is-toggle-rounded li:first-child a {
+ border-bottom-left-radius: 9999px;
+ border-top-left-radius: 9999px;
+ padding-left: 1.25em;
+}
+.tabs.is-toggle.is-toggle-rounded li:last-child a {
+ border-bottom-right-radius: 9999px;
+ border-top-right-radius: 9999px;
+ padding-right: 1.25em;
+}
+.tabs.is-small {
+ font-size: 0.75rem;
+}
+.tabs.is-medium {
+ font-size: 1.25rem;
+}
+.tabs.is-large {
+ font-size: 1.5rem;
+}
+
+/* Bulma Grid */
+.column {
+ display: block;
+ flex-basis: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ padding: 0.75rem;
+}
+.columns.is-mobile > .column.is-narrow {
+ flex: none;
+ width: unset;
+}
+.columns.is-mobile > .column.is-full {
+ flex: none;
+ width: 100%;
+}
+.columns.is-mobile > .column.is-three-quarters {
+ flex: none;
+ width: 75%;
+}
+.columns.is-mobile > .column.is-two-thirds {
+ flex: none;
+ width: 66.6666%;
+}
+.columns.is-mobile > .column.is-half {
+ flex: none;
+ width: 50%;
+}
+.columns.is-mobile > .column.is-one-third {
+ flex: none;
+ width: 33.3333%;
+}
+.columns.is-mobile > .column.is-one-quarter {
+ flex: none;
+ width: 25%;
+}
+.columns.is-mobile > .column.is-one-fifth {
+ flex: none;
+ width: 20%;
+}
+.columns.is-mobile > .column.is-two-fifths {
+ flex: none;
+ width: 40%;
+}
+.columns.is-mobile > .column.is-three-fifths {
+ flex: none;
+ width: 60%;
+}
+.columns.is-mobile > .column.is-four-fifths {
+ flex: none;
+ width: 80%;
+}
+.columns.is-mobile > .column.is-offset-three-quarters {
+ margin-left: 75%;
+}
+.columns.is-mobile > .column.is-offset-two-thirds {
+ margin-left: 66.6666%;
+}
+.columns.is-mobile > .column.is-offset-half {
+ margin-left: 50%;
+}
+.columns.is-mobile > .column.is-offset-one-third {
+ margin-left: 33.3333%;
+}
+.columns.is-mobile > .column.is-offset-one-quarter {
+ margin-left: 25%;
+}
+.columns.is-mobile > .column.is-offset-one-fifth {
+ margin-left: 20%;
+}
+.columns.is-mobile > .column.is-offset-two-fifths {
+ margin-left: 40%;
+}
+.columns.is-mobile > .column.is-offset-three-fifths {
+ margin-left: 60%;
+}
+.columns.is-mobile > .column.is-offset-four-fifths {
+ margin-left: 80%;
+}
+.columns.is-mobile > .column.is-0 {
+ flex: none;
+ width: 0%;
+}
+.columns.is-mobile > .column.is-offset-0 {
+ margin-left: 0%;
+}
+.columns.is-mobile > .column.is-1 {
+ flex: none;
+ width: 8.33333337%;
+}
+.columns.is-mobile > .column.is-offset-1 {
+ margin-left: 8.33333337%;
+}
+.columns.is-mobile > .column.is-2 {
+ flex: none;
+ width: 16.66666674%;
+}
+.columns.is-mobile > .column.is-offset-2 {
+ margin-left: 16.66666674%;
+}
+.columns.is-mobile > .column.is-3 {
+ flex: none;
+ width: 25%;
+}
+.columns.is-mobile > .column.is-offset-3 {
+ margin-left: 25%;
+}
+.columns.is-mobile > .column.is-4 {
+ flex: none;
+ width: 33.33333337%;
+}
+.columns.is-mobile > .column.is-offset-4 {
+ margin-left: 33.33333337%;
+}
+.columns.is-mobile > .column.is-5 {
+ flex: none;
+ width: 41.66666674%;
+}
+.columns.is-mobile > .column.is-offset-5 {
+ margin-left: 41.66666674%;
+}
+.columns.is-mobile > .column.is-6 {
+ flex: none;
+ width: 50%;
+}
+.columns.is-mobile > .column.is-offset-6 {
+ margin-left: 50%;
+}
+.columns.is-mobile > .column.is-7 {
+ flex: none;
+ width: 58.33333337%;
+}
+.columns.is-mobile > .column.is-offset-7 {
+ margin-left: 58.33333337%;
+}
+.columns.is-mobile > .column.is-8 {
+ flex: none;
+ width: 66.66666674%;
+}
+.columns.is-mobile > .column.is-offset-8 {
+ margin-left: 66.66666674%;
+}
+.columns.is-mobile > .column.is-9 {
+ flex: none;
+ width: 75%;
+}
+.columns.is-mobile > .column.is-offset-9 {
+ margin-left: 75%;
+}
+.columns.is-mobile > .column.is-10 {
+ flex: none;
+ width: 83.33333337%;
+}
+.columns.is-mobile > .column.is-offset-10 {
+ margin-left: 83.33333337%;
+}
+.columns.is-mobile > .column.is-11 {
+ flex: none;
+ width: 91.66666674%;
+}
+.columns.is-mobile > .column.is-offset-11 {
+ margin-left: 91.66666674%;
+}
+.columns.is-mobile > .column.is-12 {
+ flex: none;
+ width: 100%;
+}
+.columns.is-mobile > .column.is-offset-12 {
+ margin-left: 100%;
+}
+@media screen and (max-width: 768px) {
+ .column.is-narrow-mobile {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-mobile {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-mobile {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-mobile {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-mobile {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-mobile {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-mobile {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-mobile {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-mobile {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-mobile {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-mobile {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-mobile {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-mobile {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-mobile {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-mobile {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-mobile {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-mobile {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-mobile {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-mobile {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-mobile {
+ margin-left: 80%;
+ }
+ .column.is-0-mobile {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-mobile {
+ margin-left: 0%;
+ }
+ .column.is-1-mobile {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1-mobile {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2-mobile {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2-mobile {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3-mobile {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-mobile {
+ margin-left: 25%;
+ }
+ .column.is-4-mobile {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4-mobile {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5-mobile {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5-mobile {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6-mobile {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-mobile {
+ margin-left: 50%;
+ }
+ .column.is-7-mobile {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7-mobile {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8-mobile {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8-mobile {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9-mobile {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-mobile {
+ margin-left: 75%;
+ }
+ .column.is-10-mobile {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10-mobile {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11-mobile {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11-mobile {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12-mobile {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-mobile {
+ margin-left: 100%;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .column.is-narrow, .column.is-narrow-tablet {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full, .column.is-full-tablet {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters, .column.is-three-quarters-tablet {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds, .column.is-two-thirds-tablet {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half, .column.is-half-tablet {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third, .column.is-one-third-tablet {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter, .column.is-one-quarter-tablet {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth, .column.is-one-fifth-tablet {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths, .column.is-two-fifths-tablet {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths, .column.is-three-fifths-tablet {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths, .column.is-four-fifths-tablet {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half, .column.is-offset-half-tablet {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third, .column.is-offset-one-third-tablet {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
+ margin-left: 80%;
+ }
+ .column.is-0, .column.is-0-tablet {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0, .column.is-offset-0-tablet {
+ margin-left: 0%;
+ }
+ .column.is-1, .column.is-1-tablet {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1, .column.is-offset-1-tablet {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2, .column.is-2-tablet {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2, .column.is-offset-2-tablet {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3, .column.is-3-tablet {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3, .column.is-offset-3-tablet {
+ margin-left: 25%;
+ }
+ .column.is-4, .column.is-4-tablet {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4, .column.is-offset-4-tablet {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5, .column.is-5-tablet {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5, .column.is-offset-5-tablet {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6, .column.is-6-tablet {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6, .column.is-offset-6-tablet {
+ margin-left: 50%;
+ }
+ .column.is-7, .column.is-7-tablet {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7, .column.is-offset-7-tablet {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8, .column.is-8-tablet {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8, .column.is-offset-8-tablet {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9, .column.is-9-tablet {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9, .column.is-offset-9-tablet {
+ margin-left: 75%;
+ }
+ .column.is-10, .column.is-10-tablet {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10, .column.is-offset-10-tablet {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11, .column.is-11-tablet {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11, .column.is-offset-11-tablet {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12, .column.is-12-tablet {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12, .column.is-offset-12-tablet {
+ margin-left: 100%;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .column.is-narrow-touch {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-touch {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-touch {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-touch {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-touch {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-touch {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-touch {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-touch {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-touch {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-touch {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-touch {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-touch {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-touch {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-touch {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-touch {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-touch {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-touch {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-touch {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-touch {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-touch {
+ margin-left: 80%;
+ }
+ .column.is-0-touch {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-touch {
+ margin-left: 0%;
+ }
+ .column.is-1-touch {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1-touch {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2-touch {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2-touch {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3-touch {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-touch {
+ margin-left: 25%;
+ }
+ .column.is-4-touch {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4-touch {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5-touch {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5-touch {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6-touch {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-touch {
+ margin-left: 50%;
+ }
+ .column.is-7-touch {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7-touch {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8-touch {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8-touch {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9-touch {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-touch {
+ margin-left: 75%;
+ }
+ .column.is-10-touch {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10-touch {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11-touch {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11-touch {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12-touch {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-touch {
+ margin-left: 100%;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .column.is-narrow-desktop {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-desktop {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-desktop {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-desktop {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-desktop {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-desktop {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-desktop {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-desktop {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-desktop {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-desktop {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-desktop {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-desktop {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-desktop {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-desktop {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-desktop {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-desktop {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-desktop {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-desktop {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-desktop {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-desktop {
+ margin-left: 80%;
+ }
+ .column.is-0-desktop {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-desktop {
+ margin-left: 0%;
+ }
+ .column.is-1-desktop {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1-desktop {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2-desktop {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2-desktop {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3-desktop {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-desktop {
+ margin-left: 25%;
+ }
+ .column.is-4-desktop {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4-desktop {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5-desktop {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5-desktop {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6-desktop {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-desktop {
+ margin-left: 50%;
+ }
+ .column.is-7-desktop {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7-desktop {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8-desktop {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8-desktop {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9-desktop {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-desktop {
+ margin-left: 75%;
+ }
+ .column.is-10-desktop {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10-desktop {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11-desktop {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11-desktop {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12-desktop {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-desktop {
+ margin-left: 100%;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .column.is-narrow-widescreen {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-widescreen {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-widescreen {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-widescreen {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-widescreen {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-widescreen {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-widescreen {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-widescreen {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-widescreen {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-widescreen {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-widescreen {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-widescreen {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-widescreen {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-widescreen {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-widescreen {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-widescreen {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-widescreen {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-widescreen {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-widescreen {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-widescreen {
+ margin-left: 80%;
+ }
+ .column.is-0-widescreen {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-widescreen {
+ margin-left: 0%;
+ }
+ .column.is-1-widescreen {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1-widescreen {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2-widescreen {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2-widescreen {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3-widescreen {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-widescreen {
+ margin-left: 25%;
+ }
+ .column.is-4-widescreen {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4-widescreen {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5-widescreen {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5-widescreen {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6-widescreen {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-widescreen {
+ margin-left: 50%;
+ }
+ .column.is-7-widescreen {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7-widescreen {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8-widescreen {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8-widescreen {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9-widescreen {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-widescreen {
+ margin-left: 75%;
+ }
+ .column.is-10-widescreen {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10-widescreen {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11-widescreen {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11-widescreen {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12-widescreen {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-widescreen {
+ margin-left: 100%;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .column.is-narrow-fullhd {
+ flex: none;
+ width: unset;
+ }
+ .column.is-full-fullhd {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-three-quarters-fullhd {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-two-thirds-fullhd {
+ flex: none;
+ width: 66.6666%;
+ }
+ .column.is-half-fullhd {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-one-third-fullhd {
+ flex: none;
+ width: 33.3333%;
+ }
+ .column.is-one-quarter-fullhd {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-one-fifth-fullhd {
+ flex: none;
+ width: 20%;
+ }
+ .column.is-two-fifths-fullhd {
+ flex: none;
+ width: 40%;
+ }
+ .column.is-three-fifths-fullhd {
+ flex: none;
+ width: 60%;
+ }
+ .column.is-four-fifths-fullhd {
+ flex: none;
+ width: 80%;
+ }
+ .column.is-offset-three-quarters-fullhd {
+ margin-left: 75%;
+ }
+ .column.is-offset-two-thirds-fullhd {
+ margin-left: 66.6666%;
+ }
+ .column.is-offset-half-fullhd {
+ margin-left: 50%;
+ }
+ .column.is-offset-one-third-fullhd {
+ margin-left: 33.3333%;
+ }
+ .column.is-offset-one-quarter-fullhd {
+ margin-left: 25%;
+ }
+ .column.is-offset-one-fifth-fullhd {
+ margin-left: 20%;
+ }
+ .column.is-offset-two-fifths-fullhd {
+ margin-left: 40%;
+ }
+ .column.is-offset-three-fifths-fullhd {
+ margin-left: 60%;
+ }
+ .column.is-offset-four-fifths-fullhd {
+ margin-left: 80%;
+ }
+ .column.is-0-fullhd {
+ flex: none;
+ width: 0%;
+ }
+ .column.is-offset-0-fullhd {
+ margin-left: 0%;
+ }
+ .column.is-1-fullhd {
+ flex: none;
+ width: 8.33333337%;
+ }
+ .column.is-offset-1-fullhd {
+ margin-left: 8.33333337%;
+ }
+ .column.is-2-fullhd {
+ flex: none;
+ width: 16.66666674%;
+ }
+ .column.is-offset-2-fullhd {
+ margin-left: 16.66666674%;
+ }
+ .column.is-3-fullhd {
+ flex: none;
+ width: 25%;
+ }
+ .column.is-offset-3-fullhd {
+ margin-left: 25%;
+ }
+ .column.is-4-fullhd {
+ flex: none;
+ width: 33.33333337%;
+ }
+ .column.is-offset-4-fullhd {
+ margin-left: 33.33333337%;
+ }
+ .column.is-5-fullhd {
+ flex: none;
+ width: 41.66666674%;
+ }
+ .column.is-offset-5-fullhd {
+ margin-left: 41.66666674%;
+ }
+ .column.is-6-fullhd {
+ flex: none;
+ width: 50%;
+ }
+ .column.is-offset-6-fullhd {
+ margin-left: 50%;
+ }
+ .column.is-7-fullhd {
+ flex: none;
+ width: 58.33333337%;
+ }
+ .column.is-offset-7-fullhd {
+ margin-left: 58.33333337%;
+ }
+ .column.is-8-fullhd {
+ flex: none;
+ width: 66.66666674%;
+ }
+ .column.is-offset-8-fullhd {
+ margin-left: 66.66666674%;
+ }
+ .column.is-9-fullhd {
+ flex: none;
+ width: 75%;
+ }
+ .column.is-offset-9-fullhd {
+ margin-left: 75%;
+ }
+ .column.is-10-fullhd {
+ flex: none;
+ width: 83.33333337%;
+ }
+ .column.is-offset-10-fullhd {
+ margin-left: 83.33333337%;
+ }
+ .column.is-11-fullhd {
+ flex: none;
+ width: 91.66666674%;
+ }
+ .column.is-offset-11-fullhd {
+ margin-left: 91.66666674%;
+ }
+ .column.is-12-fullhd {
+ flex: none;
+ width: 100%;
+ }
+ .column.is-offset-12-fullhd {
+ margin-left: 100%;
+ }
+}
-.pagination-previous,
-.pagination-next,
-.pagination-link,
-.pagination-ellipsis {
- font-size: 1em;
+.columns {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+}
+.columns:last-child {
+ margin-bottom: -0.75rem;
+}
+.columns:not(:last-child) {
+ margin-bottom: calc(1.5rem - 0.75rem);
+}
+.columns.is-centered {
justify-content: center;
- margin: 0.25rem;
- padding-left: 0.5em;
- padding-right: 0.5em;
- text-align: center; }
-
-.pagination-previous,
-.pagination-next,
-.pagination-link {
- border-color: #dbdbdb;
- color: #363636;
- min-width: 2.5em; }
- .pagination-previous:hover,
- .pagination-next:hover,
- .pagination-link:hover {
- border-color: #b5b5b5;
- color: #363636; }
- .pagination-previous:focus,
- .pagination-next:focus,
- .pagination-link:focus {
- border-color: #485fc7; }
- .pagination-previous:active,
- .pagination-next:active,
- .pagination-link:active {
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
- .pagination-previous[disabled], .pagination-previous.is-disabled,
- .pagination-next[disabled],
- .pagination-next.is-disabled,
- .pagination-link[disabled],
- .pagination-link.is-disabled {
- background-color: #dbdbdb;
- border-color: #dbdbdb;
- box-shadow: none;
- color: #7a7a7a;
- opacity: 0.5; }
-
-.pagination-previous,
-.pagination-next {
- padding-left: 0.75em;
- padding-right: 0.75em;
- white-space: nowrap; }
-
-.pagination-link.is-current {
- background-color: #485fc7;
- border-color: #485fc7;
- color: #fff; }
-
-.pagination-ellipsis {
- color: #b5b5b5;
- pointer-events: none; }
-
-.pagination-list {
- flex-wrap: wrap; }
- .pagination-list li {
- list-style: none; }
-
-@media screen and (max-width: 768px) {
- .pagination {
- flex-wrap: wrap; }
-
- .pagination-previous,
- .pagination-next {
- flex-grow: 1;
- flex-shrink: 1; }
-
- .pagination-list li {
- flex-grow: 1;
- flex-shrink: 1; } }
-@media screen and (min-width: 769px), print {
- .pagination-list {
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: flex-start;
- order: 1; }
-
- .pagination-previous,
- .pagination-next,
- .pagination-link,
- .pagination-ellipsis {
- margin-bottom: 0;
- margin-top: 0; }
-
- .pagination-previous {
- order: 2; }
-
- .pagination-next {
- order: 3; }
-
- .pagination {
- justify-content: space-between;
- margin-bottom: 0;
- margin-top: 0; }
- .pagination.is-centered .pagination-previous {
- order: 1; }
- .pagination.is-centered .pagination-list {
- justify-content: center;
- order: 2; }
- .pagination.is-centered .pagination-next {
- order: 3; }
- .pagination.is-right .pagination-previous {
- order: 1; }
- .pagination.is-right .pagination-next {
- order: 2; }
- .pagination.is-right .pagination-list {
- justify-content: flex-end;
- order: 3; } }
-.panel {
- border-radius: 6px;
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
- font-size: 1rem; }
- .panel:not(:last-child) {
- margin-bottom: 1.5rem; }
- .panel.is-white .panel-heading {
- background-color: white;
- color: #0a0a0a; }
- .panel.is-white .panel-tabs a.is-active {
- border-bottom-color: white; }
- .panel.is-white .panel-block.is-active .panel-icon {
- color: white; }
- .panel.is-black .panel-heading {
- background-color: #0a0a0a;
- color: white; }
- .panel.is-black .panel-tabs a.is-active {
- border-bottom-color: #0a0a0a; }
- .panel.is-black .panel-block.is-active .panel-icon {
- color: #0a0a0a; }
- .panel.is-light .panel-heading {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .panel.is-light .panel-tabs a.is-active {
- border-bottom-color: whitesmoke; }
- .panel.is-light .panel-block.is-active .panel-icon {
- color: whitesmoke; }
- .panel.is-dark .panel-heading {
- background-color: #363636;
- color: #fff; }
- .panel.is-dark .panel-tabs a.is-active {
- border-bottom-color: #363636; }
- .panel.is-dark .panel-block.is-active .panel-icon {
- color: #363636; }
- .panel.is-primary .panel-heading {
- background-color: #00d1b2;
- color: #fff; }
- .panel.is-primary .panel-tabs a.is-active {
- border-bottom-color: #00d1b2; }
- .panel.is-primary .panel-block.is-active .panel-icon {
- color: #00d1b2; }
- .panel.is-link .panel-heading {
- background-color: #485fc7;
- color: #fff; }
- .panel.is-link .panel-tabs a.is-active {
- border-bottom-color: #485fc7; }
- .panel.is-link .panel-block.is-active .panel-icon {
- color: #485fc7; }
- .panel.is-info .panel-heading {
- background-color: #3e8ed0;
- color: #fff; }
- .panel.is-info .panel-tabs a.is-active {
- border-bottom-color: #3e8ed0; }
- .panel.is-info .panel-block.is-active .panel-icon {
- color: #3e8ed0; }
- .panel.is-success .panel-heading {
- background-color: #48c78e;
- color: #fff; }
- .panel.is-success .panel-tabs a.is-active {
- border-bottom-color: #48c78e; }
- .panel.is-success .panel-block.is-active .panel-icon {
- color: #48c78e; }
- .panel.is-warning .panel-heading {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .panel.is-warning .panel-tabs a.is-active {
- border-bottom-color: #ffe08a; }
- .panel.is-warning .panel-block.is-active .panel-icon {
- color: #ffe08a; }
- .panel.is-danger .panel-heading {
- background-color: #f14668;
- color: #fff; }
- .panel.is-danger .panel-tabs a.is-active {
- border-bottom-color: #f14668; }
- .panel.is-danger .panel-block.is-active .panel-icon {
- color: #f14668; }
-
-.panel-tabs:not(:last-child),
-.panel-block:not(:last-child) {
- border-bottom: 1px solid #ededed; }
-
-.panel-heading {
- background-color: #ededed;
- border-radius: 6px 6px 0 0;
- color: #363636;
- font-size: 1.25em;
- font-weight: 700;
- line-height: 1.25;
- padding: 0.75em 1em; }
-
-.panel-tabs {
- align-items: flex-end;
+}
+.columns.is-gapless {
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 0;
+}
+.columns.is-gapless > .column {
+ margin: 0;
+ padding: 0 !important;
+}
+.columns.is-gapless:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+.columns.is-gapless:last-child {
+ margin-bottom: 0;
+}
+.columns.is-mobile {
display: flex;
- font-size: 0.875em;
- justify-content: center; }
- .panel-tabs a {
- border-bottom: 1px solid #dbdbdb;
- margin-bottom: -1px;
- padding: 0.5em; }
- .panel-tabs a.is-active {
- border-bottom-color: #4a4a4a;
- color: #363636; }
-
-.panel-list a {
- color: #4a4a4a; }
- .panel-list a:hover {
- color: #485fc7; }
-
-.panel-block {
+}
+.columns.is-multiline {
+ flex-wrap: wrap;
+}
+.columns.is-vcentered {
align-items: center;
- color: #363636;
- display: flex;
- justify-content: flex-start;
- padding: 0.5em 0.75em; }
- .panel-block input[type="checkbox"] {
- margin-right: 0.75em; }
- .panel-block > .control {
- flex-grow: 1;
- flex-shrink: 1;
- width: 100%; }
- .panel-block.is-wrapped {
- flex-wrap: wrap; }
- .panel-block.is-active {
- border-left-color: #485fc7;
- color: #363636; }
- .panel-block.is-active .panel-icon {
- color: #485fc7; }
- .panel-block:last-child {
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px; }
-
-a.panel-block,
-label.panel-block {
- cursor: pointer; }
- a.panel-block:hover,
- label.panel-block:hover {
- background-color: whitesmoke; }
+}
+@media screen and (min-width: 769px), print {
+ .columns:not(.is-desktop) {
+ display: flex;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-desktop {
+ display: flex;
+ }
+}
-.panel-icon {
- display: inline-block;
- font-size: 14px;
- height: 1em;
- line-height: 1em;
- text-align: center;
- vertical-align: top;
- width: 1em;
- color: #7a7a7a;
- margin-right: 0.75em; }
- .panel-icon .fa {
- font-size: inherit;
- line-height: inherit; }
+.columns.is-variable {
+ --columnGap: 0.75rem;
+ margin-left: calc(-1 * var(--columnGap));
+ margin-right: calc(-1 * var(--columnGap));
+}
+.columns.is-variable > .column {
+ padding-left: var(--columnGap);
+ padding-right: var(--columnGap);
+}
+.columns.is-variable.is-0 {
+ --columnGap: 0rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-0-mobile {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-0-tablet {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-0-tablet-only {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-0-touch {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-0-desktop {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-0-desktop-only {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-0-widescreen {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-0-widescreen-only {
+ --columnGap: 0rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-0-fullhd {
+ --columnGap: 0rem;
+ }
+}
+.columns.is-variable.is-1 {
+ --columnGap: 0.25rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-1-mobile {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-1-tablet {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-1-tablet-only {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-1-touch {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-1-desktop {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-1-desktop-only {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-1-widescreen {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-1-widescreen-only {
+ --columnGap: 0.25rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-1-fullhd {
+ --columnGap: 0.25rem;
+ }
+}
+.columns.is-variable.is-2 {
+ --columnGap: 0.5rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-2-mobile {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-2-tablet {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-2-tablet-only {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-2-touch {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-2-desktop {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-2-desktop-only {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-2-widescreen {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-2-widescreen-only {
+ --columnGap: 0.5rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-2-fullhd {
+ --columnGap: 0.5rem;
+ }
+}
+.columns.is-variable.is-3 {
+ --columnGap: 0.75rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-3-mobile {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-3-tablet {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-3-tablet-only {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-3-touch {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-3-desktop {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-3-desktop-only {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-3-widescreen {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-3-widescreen-only {
+ --columnGap: 0.75rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-3-fullhd {
+ --columnGap: 0.75rem;
+ }
+}
+.columns.is-variable.is-4 {
+ --columnGap: 1rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-4-mobile {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-4-tablet {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-4-tablet-only {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-4-touch {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-4-desktop {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-4-desktop-only {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-4-widescreen {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-4-widescreen-only {
+ --columnGap: 1rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-4-fullhd {
+ --columnGap: 1rem;
+ }
+}
+.columns.is-variable.is-5 {
+ --columnGap: 1.25rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-5-mobile {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-5-tablet {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-5-tablet-only {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-5-touch {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-5-desktop {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-5-desktop-only {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-5-widescreen {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-5-widescreen-only {
+ --columnGap: 1.25rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-5-fullhd {
+ --columnGap: 1.25rem;
+ }
+}
+.columns.is-variable.is-6 {
+ --columnGap: 1.5rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-6-mobile {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-6-tablet {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-6-tablet-only {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-6-touch {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-6-desktop {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-6-desktop-only {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-6-widescreen {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-6-widescreen-only {
+ --columnGap: 1.5rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-6-fullhd {
+ --columnGap: 1.5rem;
+ }
+}
+.columns.is-variable.is-7 {
+ --columnGap: 1.75rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-7-mobile {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-7-tablet {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-7-tablet-only {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-7-touch {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-7-desktop {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-7-desktop-only {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-7-widescreen {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-7-widescreen-only {
+ --columnGap: 1.75rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-7-fullhd {
+ --columnGap: 1.75rem;
+ }
+}
+.columns.is-variable.is-8 {
+ --columnGap: 2rem;
+}
+@media screen and (max-width: 768px) {
+ .columns.is-variable.is-8-mobile {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .columns.is-variable.is-8-tablet {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .columns.is-variable.is-8-tablet-only {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .columns.is-variable.is-8-touch {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .columns.is-variable.is-8-desktop {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .columns.is-variable.is-8-desktop-only {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .columns.is-variable.is-8-widescreen {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .columns.is-variable.is-8-widescreen-only {
+ --columnGap: 2rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .columns.is-variable.is-8-fullhd {
+ --columnGap: 2rem;
+ }
+}
-.tabs {
- -webkit-overflow-scrolling: touch;
+.tile {
align-items: stretch;
- display: flex;
- font-size: 1rem;
- justify-content: space-between;
- overflow: hidden;
- overflow-x: auto;
- white-space: nowrap; }
- .tabs a {
- align-items: center;
- border-bottom-color: #dbdbdb;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- color: #4a4a4a;
- display: flex;
- justify-content: center;
- margin-bottom: -1px;
- padding: 0.5em 1em;
- vertical-align: top; }
- .tabs a:hover {
- border-bottom-color: #363636;
- color: #363636; }
- .tabs li {
- display: block; }
- .tabs li.is-active a {
- border-bottom-color: #485fc7;
- color: #485fc7; }
- .tabs ul {
- align-items: center;
- border-bottom-color: #dbdbdb;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- display: flex;
- flex-grow: 1;
- flex-shrink: 0;
- justify-content: flex-start; }
- .tabs ul.is-left {
- padding-right: 0.75em; }
- .tabs ul.is-center {
- flex: none;
- justify-content: center;
- padding-left: 0.75em;
- padding-right: 0.75em; }
- .tabs ul.is-right {
- justify-content: flex-end;
- padding-left: 0.75em; }
- .tabs .icon:first-child {
- margin-right: 0.5em; }
- .tabs .icon:last-child {
- margin-left: 0.5em; }
- .tabs.is-centered ul {
- justify-content: center; }
- .tabs.is-right ul {
- justify-content: flex-end; }
- .tabs.is-boxed a {
- border: 1px solid transparent;
- border-radius: 4px 4px 0 0; }
- .tabs.is-boxed a:hover {
- background-color: whitesmoke;
- border-bottom-color: #dbdbdb; }
- .tabs.is-boxed li.is-active a {
- background-color: white;
- border-color: #dbdbdb;
- border-bottom-color: transparent !important; }
- .tabs.is-fullwidth li {
- flex-grow: 1;
- flex-shrink: 0; }
- .tabs.is-toggle a {
- border-color: #dbdbdb;
- border-style: solid;
- border-width: 1px;
- margin-bottom: 0;
- position: relative; }
- .tabs.is-toggle a:hover {
- background-color: whitesmoke;
- border-color: #b5b5b5;
- z-index: 2; }
- .tabs.is-toggle li + li {
- margin-left: -1px; }
- .tabs.is-toggle li:first-child a {
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px; }
- .tabs.is-toggle li:last-child a {
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px; }
- .tabs.is-toggle li.is-active a {
- background-color: #485fc7;
- border-color: #485fc7;
- color: #fff;
- z-index: 1; }
- .tabs.is-toggle ul {
- border-bottom: none; }
- .tabs.is-toggle.is-toggle-rounded li:first-child a {
- border-bottom-left-radius: 9999px;
- border-top-left-radius: 9999px;
- padding-left: 1.25em; }
- .tabs.is-toggle.is-toggle-rounded li:last-child a {
- border-bottom-right-radius: 9999px;
- border-top-right-radius: 9999px;
- padding-right: 1.25em; }
- .tabs.is-small {
- font-size: 0.75rem; }
- .tabs.is-medium {
- font-size: 1.25rem; }
- .tabs.is-large {
- font-size: 1.5rem; }
-
-/* Bulma Grid */
-.column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
- padding: 0.75rem; }
- .columns.is-mobile > .column.is-narrow {
- flex: none;
- width: unset; }
- .columns.is-mobile > .column.is-full {
- flex: none;
- width: 100%; }
- .columns.is-mobile > .column.is-three-quarters {
- flex: none;
- width: 75%; }
- .columns.is-mobile > .column.is-two-thirds {
- flex: none;
- width: 66.6666%; }
- .columns.is-mobile > .column.is-half {
- flex: none;
- width: 50%; }
- .columns.is-mobile > .column.is-one-third {
- flex: none;
- width: 33.3333%; }
- .columns.is-mobile > .column.is-one-quarter {
- flex: none;
- width: 25%; }
- .columns.is-mobile > .column.is-one-fifth {
- flex: none;
- width: 20%; }
- .columns.is-mobile > .column.is-two-fifths {
- flex: none;
- width: 40%; }
- .columns.is-mobile > .column.is-three-fifths {
- flex: none;
- width: 60%; }
- .columns.is-mobile > .column.is-four-fifths {
- flex: none;
- width: 80%; }
- .columns.is-mobile > .column.is-offset-three-quarters {
- margin-left: 75%; }
- .columns.is-mobile > .column.is-offset-two-thirds {
- margin-left: 66.6666%; }
- .columns.is-mobile > .column.is-offset-half {
- margin-left: 50%; }
- .columns.is-mobile > .column.is-offset-one-third {
- margin-left: 33.3333%; }
- .columns.is-mobile > .column.is-offset-one-quarter {
- margin-left: 25%; }
- .columns.is-mobile > .column.is-offset-one-fifth {
- margin-left: 20%; }
- .columns.is-mobile > .column.is-offset-two-fifths {
- margin-left: 40%; }
- .columns.is-mobile > .column.is-offset-three-fifths {
- margin-left: 60%; }
- .columns.is-mobile > .column.is-offset-four-fifths {
- margin-left: 80%; }
- .columns.is-mobile > .column.is-0 {
- flex: none;
- width: 0%; }
- .columns.is-mobile > .column.is-offset-0 {
- margin-left: 0%; }
- .columns.is-mobile > .column.is-1 {
+ min-height: min-content;
+}
+.tile.is-ancestor {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+}
+.tile.is-ancestor:last-child {
+ margin-bottom: -0.75rem;
+}
+.tile.is-ancestor:not(:last-child) {
+ margin-bottom: 0.75rem;
+}
+.tile.is-child {
+ margin: 0 !important;
+}
+.tile.is-parent {
+ padding: 0.75rem;
+}
+.tile.is-vertical {
+ flex-direction: column;
+}
+.tile.is-vertical > .tile.is-child:not(:last-child) {
+ margin-bottom: 1.5rem !important;
+}
+@media screen and (min-width: 769px), print {
+ .tile:not(.is-child) {
+ display: flex;
+ }
+ .tile.is-1 {
flex: none;
- width: 8.33333337%; }
- .columns.is-mobile > .column.is-offset-1 {
- margin-left: 8.33333337%; }
- .columns.is-mobile > .column.is-2 {
+ width: 8.33333337%;
+ }
+ .tile.is-2 {
flex: none;
- width: 16.66666674%; }
- .columns.is-mobile > .column.is-offset-2 {
- margin-left: 16.66666674%; }
- .columns.is-mobile > .column.is-3 {
+ width: 16.66666674%;
+ }
+ .tile.is-3 {
flex: none;
- width: 25%; }
- .columns.is-mobile > .column.is-offset-3 {
- margin-left: 25%; }
- .columns.is-mobile > .column.is-4 {
+ width: 25%;
+ }
+ .tile.is-4 {
flex: none;
- width: 33.33333337%; }
- .columns.is-mobile > .column.is-offset-4 {
- margin-left: 33.33333337%; }
- .columns.is-mobile > .column.is-5 {
+ width: 33.33333337%;
+ }
+ .tile.is-5 {
flex: none;
- width: 41.66666674%; }
- .columns.is-mobile > .column.is-offset-5 {
- margin-left: 41.66666674%; }
- .columns.is-mobile > .column.is-6 {
+ width: 41.66666674%;
+ }
+ .tile.is-6 {
flex: none;
- width: 50%; }
- .columns.is-mobile > .column.is-offset-6 {
- margin-left: 50%; }
- .columns.is-mobile > .column.is-7 {
+ width: 50%;
+ }
+ .tile.is-7 {
flex: none;
- width: 58.33333337%; }
- .columns.is-mobile > .column.is-offset-7 {
- margin-left: 58.33333337%; }
- .columns.is-mobile > .column.is-8 {
+ width: 58.33333337%;
+ }
+ .tile.is-8 {
flex: none;
- width: 66.66666674%; }
- .columns.is-mobile > .column.is-offset-8 {
- margin-left: 66.66666674%; }
- .columns.is-mobile > .column.is-9 {
+ width: 66.66666674%;
+ }
+ .tile.is-9 {
flex: none;
- width: 75%; }
- .columns.is-mobile > .column.is-offset-9 {
- margin-left: 75%; }
- .columns.is-mobile > .column.is-10 {
+ width: 75%;
+ }
+ .tile.is-10 {
flex: none;
- width: 83.33333337%; }
- .columns.is-mobile > .column.is-offset-10 {
- margin-left: 83.33333337%; }
- .columns.is-mobile > .column.is-11 {
+ width: 83.33333337%;
+ }
+ .tile.is-11 {
flex: none;
- width: 91.66666674%; }
- .columns.is-mobile > .column.is-offset-11 {
- margin-left: 91.66666674%; }
- .columns.is-mobile > .column.is-12 {
+ width: 91.66666674%;
+ }
+ .tile.is-12 {
flex: none;
- width: 100%; }
- .columns.is-mobile > .column.is-offset-12 {
- margin-left: 100%; }
- @media screen and (max-width: 768px) {
- .column.is-narrow-mobile {
- flex: none;
- width: unset; }
- .column.is-full-mobile {
- flex: none;
- width: 100%; }
- .column.is-three-quarters-mobile {
- flex: none;
- width: 75%; }
- .column.is-two-thirds-mobile {
- flex: none;
- width: 66.6666%; }
- .column.is-half-mobile {
- flex: none;
- width: 50%; }
- .column.is-one-third-mobile {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter-mobile {
- flex: none;
- width: 25%; }
- .column.is-one-fifth-mobile {
- flex: none;
- width: 20%; }
- .column.is-two-fifths-mobile {
- flex: none;
- width: 40%; }
- .column.is-three-fifths-mobile {
- flex: none;
- width: 60%; }
- .column.is-four-fifths-mobile {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters-mobile {
- margin-left: 75%; }
- .column.is-offset-two-thirds-mobile {
- margin-left: 66.6666%; }
- .column.is-offset-half-mobile {
- margin-left: 50%; }
- .column.is-offset-one-third-mobile {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter-mobile {
- margin-left: 25%; }
- .column.is-offset-one-fifth-mobile {
- margin-left: 20%; }
- .column.is-offset-two-fifths-mobile {
- margin-left: 40%; }
- .column.is-offset-three-fifths-mobile {
- margin-left: 60%; }
- .column.is-offset-four-fifths-mobile {
- margin-left: 80%; }
- .column.is-0-mobile {
- flex: none;
- width: 0%; }
- .column.is-offset-0-mobile {
- margin-left: 0%; }
- .column.is-1-mobile {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1-mobile {
- margin-left: 8.33333337%; }
- .column.is-2-mobile {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2-mobile {
- margin-left: 16.66666674%; }
- .column.is-3-mobile {
- flex: none;
- width: 25%; }
- .column.is-offset-3-mobile {
- margin-left: 25%; }
- .column.is-4-mobile {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4-mobile {
- margin-left: 33.33333337%; }
- .column.is-5-mobile {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5-mobile {
- margin-left: 41.66666674%; }
- .column.is-6-mobile {
- flex: none;
- width: 50%; }
- .column.is-offset-6-mobile {
- margin-left: 50%; }
- .column.is-7-mobile {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7-mobile {
- margin-left: 58.33333337%; }
- .column.is-8-mobile {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8-mobile {
- margin-left: 66.66666674%; }
- .column.is-9-mobile {
- flex: none;
- width: 75%; }
- .column.is-offset-9-mobile {
- margin-left: 75%; }
- .column.is-10-mobile {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10-mobile {
- margin-left: 83.33333337%; }
- .column.is-11-mobile {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11-mobile {
- margin-left: 91.66666674%; }
- .column.is-12-mobile {
- flex: none;
- width: 100%; }
- .column.is-offset-12-mobile {
- margin-left: 100%; } }
- @media screen and (min-width: 769px), print {
- .column.is-narrow, .column.is-narrow-tablet {
- flex: none;
- width: unset; }
- .column.is-full, .column.is-full-tablet {
- flex: none;
- width: 100%; }
- .column.is-three-quarters, .column.is-three-quarters-tablet {
- flex: none;
- width: 75%; }
- .column.is-two-thirds, .column.is-two-thirds-tablet {
- flex: none;
- width: 66.6666%; }
- .column.is-half, .column.is-half-tablet {
- flex: none;
- width: 50%; }
- .column.is-one-third, .column.is-one-third-tablet {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter, .column.is-one-quarter-tablet {
- flex: none;
- width: 25%; }
- .column.is-one-fifth, .column.is-one-fifth-tablet {
- flex: none;
- width: 20%; }
- .column.is-two-fifths, .column.is-two-fifths-tablet {
- flex: none;
- width: 40%; }
- .column.is-three-fifths, .column.is-three-fifths-tablet {
- flex: none;
- width: 60%; }
- .column.is-four-fifths, .column.is-four-fifths-tablet {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
- margin-left: 75%; }
- .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
- margin-left: 66.6666%; }
- .column.is-offset-half, .column.is-offset-half-tablet {
- margin-left: 50%; }
- .column.is-offset-one-third, .column.is-offset-one-third-tablet {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
- margin-left: 25%; }
- .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
- margin-left: 20%; }
- .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
- margin-left: 40%; }
- .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
- margin-left: 60%; }
- .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
- margin-left: 80%; }
- .column.is-0, .column.is-0-tablet {
- flex: none;
- width: 0%; }
- .column.is-offset-0, .column.is-offset-0-tablet {
- margin-left: 0%; }
- .column.is-1, .column.is-1-tablet {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1, .column.is-offset-1-tablet {
- margin-left: 8.33333337%; }
- .column.is-2, .column.is-2-tablet {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2, .column.is-offset-2-tablet {
- margin-left: 16.66666674%; }
- .column.is-3, .column.is-3-tablet {
- flex: none;
- width: 25%; }
- .column.is-offset-3, .column.is-offset-3-tablet {
- margin-left: 25%; }
- .column.is-4, .column.is-4-tablet {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4, .column.is-offset-4-tablet {
- margin-left: 33.33333337%; }
- .column.is-5, .column.is-5-tablet {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5, .column.is-offset-5-tablet {
- margin-left: 41.66666674%; }
- .column.is-6, .column.is-6-tablet {
- flex: none;
- width: 50%; }
- .column.is-offset-6, .column.is-offset-6-tablet {
- margin-left: 50%; }
- .column.is-7, .column.is-7-tablet {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7, .column.is-offset-7-tablet {
- margin-left: 58.33333337%; }
- .column.is-8, .column.is-8-tablet {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8, .column.is-offset-8-tablet {
- margin-left: 66.66666674%; }
- .column.is-9, .column.is-9-tablet {
- flex: none;
- width: 75%; }
- .column.is-offset-9, .column.is-offset-9-tablet {
- margin-left: 75%; }
- .column.is-10, .column.is-10-tablet {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10, .column.is-offset-10-tablet {
- margin-left: 83.33333337%; }
- .column.is-11, .column.is-11-tablet {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11, .column.is-offset-11-tablet {
- margin-left: 91.66666674%; }
- .column.is-12, .column.is-12-tablet {
- flex: none;
- width: 100%; }
- .column.is-offset-12, .column.is-offset-12-tablet {
- margin-left: 100%; } }
- @media screen and (max-width: 1023px) {
- .column.is-narrow-touch {
- flex: none;
- width: unset; }
- .column.is-full-touch {
- flex: none;
- width: 100%; }
- .column.is-three-quarters-touch {
- flex: none;
- width: 75%; }
- .column.is-two-thirds-touch {
- flex: none;
- width: 66.6666%; }
- .column.is-half-touch {
- flex: none;
- width: 50%; }
- .column.is-one-third-touch {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter-touch {
- flex: none;
- width: 25%; }
- .column.is-one-fifth-touch {
- flex: none;
- width: 20%; }
- .column.is-two-fifths-touch {
- flex: none;
- width: 40%; }
- .column.is-three-fifths-touch {
- flex: none;
- width: 60%; }
- .column.is-four-fifths-touch {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters-touch {
- margin-left: 75%; }
- .column.is-offset-two-thirds-touch {
- margin-left: 66.6666%; }
- .column.is-offset-half-touch {
- margin-left: 50%; }
- .column.is-offset-one-third-touch {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter-touch {
- margin-left: 25%; }
- .column.is-offset-one-fifth-touch {
- margin-left: 20%; }
- .column.is-offset-two-fifths-touch {
- margin-left: 40%; }
- .column.is-offset-three-fifths-touch {
- margin-left: 60%; }
- .column.is-offset-four-fifths-touch {
- margin-left: 80%; }
- .column.is-0-touch {
- flex: none;
- width: 0%; }
- .column.is-offset-0-touch {
- margin-left: 0%; }
- .column.is-1-touch {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1-touch {
- margin-left: 8.33333337%; }
- .column.is-2-touch {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2-touch {
- margin-left: 16.66666674%; }
- .column.is-3-touch {
- flex: none;
- width: 25%; }
- .column.is-offset-3-touch {
- margin-left: 25%; }
- .column.is-4-touch {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4-touch {
- margin-left: 33.33333337%; }
- .column.is-5-touch {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5-touch {
- margin-left: 41.66666674%; }
- .column.is-6-touch {
- flex: none;
- width: 50%; }
- .column.is-offset-6-touch {
- margin-left: 50%; }
- .column.is-7-touch {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7-touch {
- margin-left: 58.33333337%; }
- .column.is-8-touch {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8-touch {
- margin-left: 66.66666674%; }
- .column.is-9-touch {
- flex: none;
- width: 75%; }
- .column.is-offset-9-touch {
- margin-left: 75%; }
- .column.is-10-touch {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10-touch {
- margin-left: 83.33333337%; }
- .column.is-11-touch {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11-touch {
- margin-left: 91.66666674%; }
- .column.is-12-touch {
- flex: none;
- width: 100%; }
- .column.is-offset-12-touch {
- margin-left: 100%; } }
- @media screen and (min-width: 1024px) {
- .column.is-narrow-desktop {
- flex: none;
- width: unset; }
- .column.is-full-desktop {
- flex: none;
- width: 100%; }
- .column.is-three-quarters-desktop {
- flex: none;
- width: 75%; }
- .column.is-two-thirds-desktop {
- flex: none;
- width: 66.6666%; }
- .column.is-half-desktop {
- flex: none;
- width: 50%; }
- .column.is-one-third-desktop {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter-desktop {
- flex: none;
- width: 25%; }
- .column.is-one-fifth-desktop {
- flex: none;
- width: 20%; }
- .column.is-two-fifths-desktop {
- flex: none;
- width: 40%; }
- .column.is-three-fifths-desktop {
- flex: none;
- width: 60%; }
- .column.is-four-fifths-desktop {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters-desktop {
- margin-left: 75%; }
- .column.is-offset-two-thirds-desktop {
- margin-left: 66.6666%; }
- .column.is-offset-half-desktop {
- margin-left: 50%; }
- .column.is-offset-one-third-desktop {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter-desktop {
- margin-left: 25%; }
- .column.is-offset-one-fifth-desktop {
- margin-left: 20%; }
- .column.is-offset-two-fifths-desktop {
- margin-left: 40%; }
- .column.is-offset-three-fifths-desktop {
- margin-left: 60%; }
- .column.is-offset-four-fifths-desktop {
- margin-left: 80%; }
- .column.is-0-desktop {
- flex: none;
- width: 0%; }
- .column.is-offset-0-desktop {
- margin-left: 0%; }
- .column.is-1-desktop {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1-desktop {
- margin-left: 8.33333337%; }
- .column.is-2-desktop {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2-desktop {
- margin-left: 16.66666674%; }
- .column.is-3-desktop {
- flex: none;
- width: 25%; }
- .column.is-offset-3-desktop {
- margin-left: 25%; }
- .column.is-4-desktop {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4-desktop {
- margin-left: 33.33333337%; }
- .column.is-5-desktop {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5-desktop {
- margin-left: 41.66666674%; }
- .column.is-6-desktop {
- flex: none;
- width: 50%; }
- .column.is-offset-6-desktop {
- margin-left: 50%; }
- .column.is-7-desktop {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7-desktop {
- margin-left: 58.33333337%; }
- .column.is-8-desktop {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8-desktop {
- margin-left: 66.66666674%; }
- .column.is-9-desktop {
- flex: none;
- width: 75%; }
- .column.is-offset-9-desktop {
- margin-left: 75%; }
- .column.is-10-desktop {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10-desktop {
- margin-left: 83.33333337%; }
- .column.is-11-desktop {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11-desktop {
- margin-left: 91.66666674%; }
- .column.is-12-desktop {
- flex: none;
- width: 100%; }
- .column.is-offset-12-desktop {
- margin-left: 100%; } }
- @media screen and (min-width: 1216px) {
- .column.is-narrow-widescreen {
- flex: none;
- width: unset; }
- .column.is-full-widescreen {
- flex: none;
- width: 100%; }
- .column.is-three-quarters-widescreen {
- flex: none;
- width: 75%; }
- .column.is-two-thirds-widescreen {
- flex: none;
- width: 66.6666%; }
- .column.is-half-widescreen {
- flex: none;
- width: 50%; }
- .column.is-one-third-widescreen {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter-widescreen {
- flex: none;
- width: 25%; }
- .column.is-one-fifth-widescreen {
- flex: none;
- width: 20%; }
- .column.is-two-fifths-widescreen {
- flex: none;
- width: 40%; }
- .column.is-three-fifths-widescreen {
- flex: none;
- width: 60%; }
- .column.is-four-fifths-widescreen {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters-widescreen {
- margin-left: 75%; }
- .column.is-offset-two-thirds-widescreen {
- margin-left: 66.6666%; }
- .column.is-offset-half-widescreen {
- margin-left: 50%; }
- .column.is-offset-one-third-widescreen {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter-widescreen {
- margin-left: 25%; }
- .column.is-offset-one-fifth-widescreen {
- margin-left: 20%; }
- .column.is-offset-two-fifths-widescreen {
- margin-left: 40%; }
- .column.is-offset-three-fifths-widescreen {
- margin-left: 60%; }
- .column.is-offset-four-fifths-widescreen {
- margin-left: 80%; }
- .column.is-0-widescreen {
- flex: none;
- width: 0%; }
- .column.is-offset-0-widescreen {
- margin-left: 0%; }
- .column.is-1-widescreen {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1-widescreen {
- margin-left: 8.33333337%; }
- .column.is-2-widescreen {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2-widescreen {
- margin-left: 16.66666674%; }
- .column.is-3-widescreen {
- flex: none;
- width: 25%; }
- .column.is-offset-3-widescreen {
- margin-left: 25%; }
- .column.is-4-widescreen {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4-widescreen {
- margin-left: 33.33333337%; }
- .column.is-5-widescreen {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5-widescreen {
- margin-left: 41.66666674%; }
- .column.is-6-widescreen {
- flex: none;
- width: 50%; }
- .column.is-offset-6-widescreen {
- margin-left: 50%; }
- .column.is-7-widescreen {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7-widescreen {
- margin-left: 58.33333337%; }
- .column.is-8-widescreen {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8-widescreen {
- margin-left: 66.66666674%; }
- .column.is-9-widescreen {
- flex: none;
- width: 75%; }
- .column.is-offset-9-widescreen {
- margin-left: 75%; }
- .column.is-10-widescreen {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10-widescreen {
- margin-left: 83.33333337%; }
- .column.is-11-widescreen {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11-widescreen {
- margin-left: 91.66666674%; }
- .column.is-12-widescreen {
- flex: none;
- width: 100%; }
- .column.is-offset-12-widescreen {
- margin-left: 100%; } }
- @media screen and (min-width: 1408px) {
- .column.is-narrow-fullhd {
- flex: none;
- width: unset; }
- .column.is-full-fullhd {
- flex: none;
- width: 100%; }
- .column.is-three-quarters-fullhd {
- flex: none;
- width: 75%; }
- .column.is-two-thirds-fullhd {
- flex: none;
- width: 66.6666%; }
- .column.is-half-fullhd {
- flex: none;
- width: 50%; }
- .column.is-one-third-fullhd {
- flex: none;
- width: 33.3333%; }
- .column.is-one-quarter-fullhd {
- flex: none;
- width: 25%; }
- .column.is-one-fifth-fullhd {
- flex: none;
- width: 20%; }
- .column.is-two-fifths-fullhd {
- flex: none;
- width: 40%; }
- .column.is-three-fifths-fullhd {
- flex: none;
- width: 60%; }
- .column.is-four-fifths-fullhd {
- flex: none;
- width: 80%; }
- .column.is-offset-three-quarters-fullhd {
- margin-left: 75%; }
- .column.is-offset-two-thirds-fullhd {
- margin-left: 66.6666%; }
- .column.is-offset-half-fullhd {
- margin-left: 50%; }
- .column.is-offset-one-third-fullhd {
- margin-left: 33.3333%; }
- .column.is-offset-one-quarter-fullhd {
- margin-left: 25%; }
- .column.is-offset-one-fifth-fullhd {
- margin-left: 20%; }
- .column.is-offset-two-fifths-fullhd {
- margin-left: 40%; }
- .column.is-offset-three-fifths-fullhd {
- margin-left: 60%; }
- .column.is-offset-four-fifths-fullhd {
- margin-left: 80%; }
- .column.is-0-fullhd {
- flex: none;
- width: 0%; }
- .column.is-offset-0-fullhd {
- margin-left: 0%; }
- .column.is-1-fullhd {
- flex: none;
- width: 8.33333337%; }
- .column.is-offset-1-fullhd {
- margin-left: 8.33333337%; }
- .column.is-2-fullhd {
- flex: none;
- width: 16.66666674%; }
- .column.is-offset-2-fullhd {
- margin-left: 16.66666674%; }
- .column.is-3-fullhd {
- flex: none;
- width: 25%; }
- .column.is-offset-3-fullhd {
- margin-left: 25%; }
- .column.is-4-fullhd {
- flex: none;
- width: 33.33333337%; }
- .column.is-offset-4-fullhd {
- margin-left: 33.33333337%; }
- .column.is-5-fullhd {
- flex: none;
- width: 41.66666674%; }
- .column.is-offset-5-fullhd {
- margin-left: 41.66666674%; }
- .column.is-6-fullhd {
- flex: none;
- width: 50%; }
- .column.is-offset-6-fullhd {
- margin-left: 50%; }
- .column.is-7-fullhd {
- flex: none;
- width: 58.33333337%; }
- .column.is-offset-7-fullhd {
- margin-left: 58.33333337%; }
- .column.is-8-fullhd {
- flex: none;
- width: 66.66666674%; }
- .column.is-offset-8-fullhd {
- margin-left: 66.66666674%; }
- .column.is-9-fullhd {
- flex: none;
- width: 75%; }
- .column.is-offset-9-fullhd {
- margin-left: 75%; }
- .column.is-10-fullhd {
- flex: none;
- width: 83.33333337%; }
- .column.is-offset-10-fullhd {
- margin-left: 83.33333337%; }
- .column.is-11-fullhd {
- flex: none;
- width: 91.66666674%; }
- .column.is-offset-11-fullhd {
- margin-left: 91.66666674%; }
- .column.is-12-fullhd {
- flex: none;
- width: 100%; }
- .column.is-offset-12-fullhd {
- margin-left: 100%; } }
-
-.columns {
- margin-left: -0.75rem;
- margin-right: -0.75rem;
- margin-top: -0.75rem; }
- .columns:last-child {
- margin-bottom: -0.75rem; }
- .columns:not(:last-child) {
- margin-bottom: calc(1.5rem - 0.75rem); }
- .columns.is-centered {
- justify-content: center; }
- .columns.is-gapless {
- margin-left: 0;
- margin-right: 0;
- margin-top: 0; }
- .columns.is-gapless > .column {
- margin: 0;
- padding: 0 !important; }
- .columns.is-gapless:not(:last-child) {
- margin-bottom: 1.5rem; }
- .columns.is-gapless:last-child {
- margin-bottom: 0; }
- .columns.is-mobile {
- display: flex; }
- .columns.is-multiline {
- flex-wrap: wrap; }
- .columns.is-vcentered {
- align-items: center; }
- @media screen and (min-width: 769px), print {
- .columns:not(.is-desktop) {
- display: flex; } }
- @media screen and (min-width: 1024px) {
- .columns.is-desktop {
- display: flex; } }
-
-.columns.is-variable {
- --columnGap: 0.75rem;
- margin-left: calc(-1 * var(--columnGap));
- margin-right: calc(-1 * var(--columnGap)); }
- .columns.is-variable > .column {
- padding-left: var(--columnGap);
- padding-right: var(--columnGap); }
- .columns.is-variable.is-0 {
- --columnGap: 0rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-0-mobile {
- --columnGap: 0rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-0-tablet {
- --columnGap: 0rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-0-tablet-only {
- --columnGap: 0rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-0-touch {
- --columnGap: 0rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-0-desktop {
- --columnGap: 0rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-0-desktop-only {
- --columnGap: 0rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-0-widescreen {
- --columnGap: 0rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-0-widescreen-only {
- --columnGap: 0rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-0-fullhd {
- --columnGap: 0rem; } }
- .columns.is-variable.is-1 {
- --columnGap: 0.25rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-1-mobile {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-1-tablet {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-1-tablet-only {
- --columnGap: 0.25rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-1-touch {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-1-desktop {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-1-desktop-only {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-1-widescreen {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-1-widescreen-only {
- --columnGap: 0.25rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-1-fullhd {
- --columnGap: 0.25rem; } }
- .columns.is-variable.is-2 {
- --columnGap: 0.5rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-2-mobile {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-2-tablet {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-2-tablet-only {
- --columnGap: 0.5rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-2-touch {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-2-desktop {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-2-desktop-only {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-2-widescreen {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-2-widescreen-only {
- --columnGap: 0.5rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-2-fullhd {
- --columnGap: 0.5rem; } }
- .columns.is-variable.is-3 {
- --columnGap: 0.75rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-3-mobile {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-3-tablet {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-3-tablet-only {
- --columnGap: 0.75rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-3-touch {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-3-desktop {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-3-desktop-only {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-3-widescreen {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-3-widescreen-only {
- --columnGap: 0.75rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-3-fullhd {
- --columnGap: 0.75rem; } }
- .columns.is-variable.is-4 {
- --columnGap: 1rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-4-mobile {
- --columnGap: 1rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-4-tablet {
- --columnGap: 1rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-4-tablet-only {
- --columnGap: 1rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-4-touch {
- --columnGap: 1rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-4-desktop {
- --columnGap: 1rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-4-desktop-only {
- --columnGap: 1rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-4-widescreen {
- --columnGap: 1rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-4-widescreen-only {
- --columnGap: 1rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-4-fullhd {
- --columnGap: 1rem; } }
- .columns.is-variable.is-5 {
- --columnGap: 1.25rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-5-mobile {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-5-tablet {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-5-tablet-only {
- --columnGap: 1.25rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-5-touch {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-5-desktop {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-5-desktop-only {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-5-widescreen {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-5-widescreen-only {
- --columnGap: 1.25rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-5-fullhd {
- --columnGap: 1.25rem; } }
- .columns.is-variable.is-6 {
- --columnGap: 1.5rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-6-mobile {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-6-tablet {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-6-tablet-only {
- --columnGap: 1.5rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-6-touch {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-6-desktop {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-6-desktop-only {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-6-widescreen {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-6-widescreen-only {
- --columnGap: 1.5rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-6-fullhd {
- --columnGap: 1.5rem; } }
- .columns.is-variable.is-7 {
- --columnGap: 1.75rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-7-mobile {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-7-tablet {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-7-tablet-only {
- --columnGap: 1.75rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-7-touch {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-7-desktop {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-7-desktop-only {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-7-widescreen {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-7-widescreen-only {
- --columnGap: 1.75rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-7-fullhd {
- --columnGap: 1.75rem; } }
- .columns.is-variable.is-8 {
- --columnGap: 2rem; }
- @media screen and (max-width: 768px) {
- .columns.is-variable.is-8-mobile {
- --columnGap: 2rem; } }
- @media screen and (min-width: 769px), print {
- .columns.is-variable.is-8-tablet {
- --columnGap: 2rem; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .columns.is-variable.is-8-tablet-only {
- --columnGap: 2rem; } }
- @media screen and (max-width: 1023px) {
- .columns.is-variable.is-8-touch {
- --columnGap: 2rem; } }
- @media screen and (min-width: 1024px) {
- .columns.is-variable.is-8-desktop {
- --columnGap: 2rem; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .columns.is-variable.is-8-desktop-only {
- --columnGap: 2rem; } }
- @media screen and (min-width: 1216px) {
- .columns.is-variable.is-8-widescreen {
- --columnGap: 2rem; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .columns.is-variable.is-8-widescreen-only {
- --columnGap: 2rem; } }
- @media screen and (min-width: 1408px) {
- .columns.is-variable.is-8-fullhd {
- --columnGap: 2rem; } }
-
-.tile {
- align-items: stretch;
- display: block;
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 1;
- min-height: min-content; }
- .tile.is-ancestor {
- margin-left: -0.75rem;
- margin-right: -0.75rem;
- margin-top: -0.75rem; }
- .tile.is-ancestor:last-child {
- margin-bottom: -0.75rem; }
- .tile.is-ancestor:not(:last-child) {
- margin-bottom: 0.75rem; }
- .tile.is-child {
- margin: 0 !important; }
- .tile.is-parent {
- padding: 0.75rem; }
- .tile.is-vertical {
- flex-direction: column; }
- .tile.is-vertical > .tile.is-child:not(:last-child) {
- margin-bottom: 1.5rem !important; }
- @media screen and (min-width: 769px), print {
- .tile:not(.is-child) {
- display: flex; }
- .tile.is-1 {
- flex: none;
- width: 8.33333337%; }
- .tile.is-2 {
- flex: none;
- width: 16.66666674%; }
- .tile.is-3 {
- flex: none;
- width: 25%; }
- .tile.is-4 {
- flex: none;
- width: 33.33333337%; }
- .tile.is-5 {
- flex: none;
- width: 41.66666674%; }
- .tile.is-6 {
- flex: none;
- width: 50%; }
- .tile.is-7 {
- flex: none;
- width: 58.33333337%; }
- .tile.is-8 {
- flex: none;
- width: 66.66666674%; }
- .tile.is-9 {
- flex: none;
- width: 75%; }
- .tile.is-10 {
- flex: none;
- width: 83.33333337%; }
- .tile.is-11 {
- flex: none;
- width: 91.66666674%; }
- .tile.is-12 {
- flex: none;
- width: 100%; } }
+ width: 100%;
+ }
+}
/* Bulma Helpers */
.has-text-white {
- color: white !important; }
+ color: hsl(0, 0%, 100%) !important;
+}
a.has-text-white:hover, a.has-text-white:focus {
- color: #e6e6e6 !important; }
+ color: hsl(0, 0%, 90%) !important;
+}
.has-background-white {
- background-color: white !important; }
+ background-color: hsl(0, 0%, 100%) !important;
+}
.has-text-black {
- color: #0a0a0a !important; }
+ color: hsl(0, 0%, 4%) !important;
+}
a.has-text-black:hover, a.has-text-black:focus {
- color: black !important; }
+ color: hsl(0, 0%, 0%) !important;
+}
.has-background-black {
- background-color: #0a0a0a !important; }
+ background-color: hsl(0, 0%, 4%) !important;
+}
.has-text-light {
- color: whitesmoke !important; }
+ color: hsl(0, 0%, 96%) !important;
+}
a.has-text-light:hover, a.has-text-light:focus {
- color: #dbdbdb !important; }
+ color: hsl(0, 0%, 86%) !important;
+}
.has-background-light {
- background-color: whitesmoke !important; }
+ background-color: hsl(0, 0%, 96%) !important;
+}
.has-text-dark {
- color: #363636 !important; }
+ color: hsl(0, 0%, 21%) !important;
+}
a.has-text-dark:hover, a.has-text-dark:focus {
- color: #1c1c1c !important; }
+ color: hsl(0, 0%, 11%) !important;
+}
.has-background-dark {
- background-color: #363636 !important; }
+ background-color: hsl(0, 0%, 21%) !important;
+}
.has-text-primary {
- color: #00d1b2 !important; }
+ color: hsl(171, 100%, 41%) !important;
+}
a.has-text-primary:hover, a.has-text-primary:focus {
- color: #009e86 !important; }
+ color: hsl(171, 100%, 31%) !important;
+}
.has-background-primary {
- background-color: #00d1b2 !important; }
+ background-color: hsl(171, 100%, 41%) !important;
+}
.has-text-primary-light {
- color: #ebfffc !important; }
+ color: hsl(171, 100%, 96%) !important;
+}
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
- color: #b8fff4 !important; }
+ color: hsl(171, 100%, 86%) !important;
+}
.has-background-primary-light {
- background-color: #ebfffc !important; }
+ background-color: hsl(171, 100%, 96%) !important;
+}
.has-text-primary-dark {
- color: #00947e !important; }
+ color: hsl(171, 100%, 29%) !important;
+}
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
- color: #00c7a9 !important; }
+ color: hsl(171, 100%, 39%) !important;
+}
.has-background-primary-dark {
- background-color: #00947e !important; }
+ background-color: hsl(171, 100%, 29%) !important;
+}
.has-text-link {
- color: #485fc7 !important; }
+ color: hsl(229, 53%, 53%) !important;
+}
a.has-text-link:hover, a.has-text-link:focus {
- color: #3449a8 !important; }
+ color: hsl(229, 53%, 43%) !important;
+}
.has-background-link {
- background-color: #485fc7 !important; }
+ background-color: hsl(229, 53%, 53%) !important;
+}
.has-text-link-light {
- color: #eff1fa !important; }
+ color: hsl(229, 53%, 96%) !important;
+}
a.has-text-link-light:hover, a.has-text-link-light:focus {
- color: #c8cfee !important; }
+ color: hsl(229, 53%, 86%) !important;
+}
.has-background-link-light {
- background-color: #eff1fa !important; }
+ background-color: hsl(229, 53%, 96%) !important;
+}
.has-text-link-dark {
- color: #3850b7 !important; }
+ color: hsl(229, 53%, 47%) !important;
+}
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
- color: #576dcb !important; }
+ color: hsl(229, 53%, 57%) !important;
+}
.has-background-link-dark {
- background-color: #3850b7 !important; }
+ background-color: hsl(229, 53%, 47%) !important;
+}
.has-text-info {
- color: #3e8ed0 !important; }
+ color: hsl(207, 61%, 53%) !important;
+}
a.has-text-info:hover, a.has-text-info:focus {
- color: #2b74b1 !important; }
+ color: hsl(207, 61%, 43%) !important;
+}
.has-background-info {
- background-color: #3e8ed0 !important; }
+ background-color: hsl(207, 61%, 53%) !important;
+}
.has-text-info-light {
- color: #eff5fb !important; }
+ color: hsl(207, 61%, 96%) !important;
+}
a.has-text-info-light:hover, a.has-text-info-light:focus {
- color: #c6ddf1 !important; }
+ color: hsl(207, 61%, 86%) !important;
+}
.has-background-info-light {
- background-color: #eff5fb !important; }
+ background-color: hsl(207, 61%, 96%) !important;
+}
.has-text-info-dark {
- color: #296fa8 !important; }
+ color: hsl(207, 61%, 41%) !important;
+}
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
- color: #368ace !important; }
+ color: hsl(207, 61%, 51%) !important;
+}
.has-background-info-dark {
- background-color: #296fa8 !important; }
+ background-color: hsl(207, 61%, 41%) !important;
+}
.has-text-success {
- color: #48c78e !important; }
+ color: hsl(153, 53%, 53%) !important;
+}
a.has-text-success:hover, a.has-text-success:focus {
- color: #34a873 !important; }
+ color: hsl(153, 53%, 43%) !important;
+}
.has-background-success {
- background-color: #48c78e !important; }
+ background-color: hsl(153, 53%, 53%) !important;
+}
.has-text-success-light {
- color: #effaf5 !important; }
+ color: hsl(153, 53%, 96%) !important;
+}
a.has-text-success-light:hover, a.has-text-success-light:focus {
- color: #c8eedd !important; }
+ color: hsl(153, 53%, 86%) !important;
+}
.has-background-success-light {
- background-color: #effaf5 !important; }
+ background-color: hsl(153, 53%, 96%) !important;
+}
.has-text-success-dark {
- color: #257953 !important; }
+ color: hsl(153, 53%, 31%) !important;
+}
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
- color: #31a06e !important; }
+ color: hsl(153, 53%, 41%) !important;
+}
.has-background-success-dark {
- background-color: #257953 !important; }
+ background-color: hsl(153, 53%, 31%) !important;
+}
.has-text-warning {
- color: #ffe08a !important; }
+ color: hsl(44, 100%, 77%) !important;
+}
a.has-text-warning:hover, a.has-text-warning:focus {
- color: #ffd257 !important; }
+ color: hsl(44, 100%, 67%) !important;
+}
.has-background-warning {
- background-color: #ffe08a !important; }
+ background-color: hsl(44, 100%, 77%) !important;
+}
.has-text-warning-light {
- color: #fffaeb !important; }
+ color: hsl(44, 100%, 96%) !important;
+}
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
- color: #ffecb8 !important; }
+ color: hsl(44, 100%, 86%) !important;
+}
.has-background-warning-light {
- background-color: #fffaeb !important; }
+ background-color: hsl(44, 100%, 96%) !important;
+}
.has-text-warning-dark {
- color: #946c00 !important; }
+ color: hsl(44, 100%, 29%) !important;
+}
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
- color: #c79200 !important; }
+ color: hsl(44, 100%, 39%) !important;
+}
.has-background-warning-dark {
- background-color: #946c00 !important; }
+ background-color: hsl(44, 100%, 29%) !important;
+}
.has-text-danger {
- color: #f14668 !important; }
+ color: hsl(348, 86%, 61%) !important;
+}
a.has-text-danger:hover, a.has-text-danger:focus {
- color: #ee1742 !important; }
+ color: hsl(348, 86%, 51%) !important;
+}
.has-background-danger {
- background-color: #f14668 !important; }
+ background-color: hsl(348, 86%, 61%) !important;
+}
.has-text-danger-light {
- color: #feecf0 !important; }
+ color: hsl(348, 86%, 96%) !important;
+}
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
- color: #fabdc9 !important; }
+ color: hsl(348, 86%, 86%) !important;
+}
.has-background-danger-light {
- background-color: #feecf0 !important; }
+ background-color: hsl(348, 86%, 96%) !important;
+}
.has-text-danger-dark {
- color: #cc0f35 !important; }
+ color: hsl(348, 86%, 43%) !important;
+}
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
- color: #ee2049 !important; }
+ color: hsl(348, 86%, 53%) !important;
+}
.has-background-danger-dark {
- background-color: #cc0f35 !important; }
+ background-color: hsl(348, 86%, 43%) !important;
+}
.has-text-black-bis {
- color: #121212 !important; }
+ color: hsl(0, 0%, 7%) !important;
+}
.has-background-black-bis {
- background-color: #121212 !important; }
+ background-color: hsl(0, 0%, 7%) !important;
+}
.has-text-black-ter {
- color: #242424 !important; }
+ color: hsl(0, 0%, 14%) !important;
+}
.has-background-black-ter {
- background-color: #242424 !important; }
+ background-color: hsl(0, 0%, 14%) !important;
+}
.has-text-grey-darker {
- color: #363636 !important; }
+ color: hsl(0, 0%, 21%) !important;
+}
.has-background-grey-darker {
- background-color: #363636 !important; }
+ background-color: hsl(0, 0%, 21%) !important;
+}
.has-text-grey-dark {
- color: #4a4a4a !important; }
+ color: hsl(0, 0%, 29%) !important;
+}
.has-background-grey-dark {
- background-color: #4a4a4a !important; }
+ background-color: hsl(0, 0%, 29%) !important;
+}
.has-text-grey {
- color: #7a7a7a !important; }
+ color: hsl(0, 0%, 48%) !important;
+}
.has-background-grey {
- background-color: #7a7a7a !important; }
+ background-color: hsl(0, 0%, 48%) !important;
+}
.has-text-grey-light {
- color: #b5b5b5 !important; }
+ color: hsl(0, 0%, 71%) !important;
+}
.has-background-grey-light {
- background-color: #b5b5b5 !important; }
+ background-color: hsl(0, 0%, 71%) !important;
+}
.has-text-grey-lighter {
- color: #dbdbdb !important; }
+ color: hsl(0, 0%, 86%) !important;
+}
.has-background-grey-lighter {
- background-color: #dbdbdb !important; }
+ background-color: hsl(0, 0%, 86%) !important;
+}
.has-text-white-ter {
- color: whitesmoke !important; }
+ color: hsl(0, 0%, 96%) !important;
+}
.has-background-white-ter {
- background-color: whitesmoke !important; }
+ background-color: hsl(0, 0%, 96%) !important;
+}
.has-text-white-bis {
- color: #fafafa !important; }
+ color: hsl(0, 0%, 98%) !important;
+}
.has-background-white-bis {
- background-color: #fafafa !important; }
+ background-color: hsl(0, 0%, 98%) !important;
+}
.is-flex-direction-row {
- flex-direction: row !important; }
+ flex-direction: row !important;
+}
.is-flex-direction-row-reverse {
- flex-direction: row-reverse !important; }
+ flex-direction: row-reverse !important;
+}
.is-flex-direction-column {
- flex-direction: column !important; }
+ flex-direction: column !important;
+}
.is-flex-direction-column-reverse {
- flex-direction: column-reverse !important; }
+ flex-direction: column-reverse !important;
+}
.is-flex-wrap-nowrap {
- flex-wrap: nowrap !important; }
+ flex-wrap: nowrap !important;
+}
.is-flex-wrap-wrap {
- flex-wrap: wrap !important; }
+ flex-wrap: wrap !important;
+}
.is-flex-wrap-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
+ flex-wrap: wrap-reverse !important;
+}
.is-justify-content-flex-start {
- justify-content: flex-start !important; }
+ justify-content: flex-start !important;
+}
.is-justify-content-flex-end {
- justify-content: flex-end !important; }
+ justify-content: flex-end !important;
+}
.is-justify-content-center {
- justify-content: center !important; }
+ justify-content: center !important;
+}
.is-justify-content-space-between {
- justify-content: space-between !important; }
+ justify-content: space-between !important;
+}
.is-justify-content-space-around {
- justify-content: space-around !important; }
+ justify-content: space-around !important;
+}
.is-justify-content-space-evenly {
- justify-content: space-evenly !important; }
+ justify-content: space-evenly !important;
+}
.is-justify-content-start {
- justify-content: start !important; }
+ justify-content: start !important;
+}
.is-justify-content-end {
- justify-content: end !important; }
+ justify-content: end !important;
+}
.is-justify-content-left {
- justify-content: left !important; }
+ justify-content: left !important;
+}
.is-justify-content-right {
- justify-content: right !important; }
+ justify-content: right !important;
+}
.is-align-content-flex-start {
- align-content: flex-start !important; }
+ align-content: flex-start !important;
+}
.is-align-content-flex-end {
- align-content: flex-end !important; }
+ align-content: flex-end !important;
+}
.is-align-content-center {
- align-content: center !important; }
+ align-content: center !important;
+}
.is-align-content-space-between {
- align-content: space-between !important; }
+ align-content: space-between !important;
+}
.is-align-content-space-around {
- align-content: space-around !important; }
+ align-content: space-around !important;
+}
.is-align-content-space-evenly {
- align-content: space-evenly !important; }
+ align-content: space-evenly !important;
+}
.is-align-content-stretch {
- align-content: stretch !important; }
+ align-content: stretch !important;
+}
.is-align-content-start {
- align-content: start !important; }
+ align-content: start !important;
+}
.is-align-content-end {
- align-content: end !important; }
+ align-content: end !important;
+}
.is-align-content-baseline {
- align-content: baseline !important; }
+ align-content: baseline !important;
+}
.is-align-items-stretch {
- align-items: stretch !important; }
+ align-items: stretch !important;
+}
.is-align-items-flex-start {
- align-items: flex-start !important; }
+ align-items: flex-start !important;
+}
.is-align-items-flex-end {
- align-items: flex-end !important; }
+ align-items: flex-end !important;
+}
.is-align-items-center {
- align-items: center !important; }
+ align-items: center !important;
+}
.is-align-items-baseline {
- align-items: baseline !important; }
+ align-items: baseline !important;
+}
.is-align-items-start {
- align-items: start !important; }
+ align-items: start !important;
+}
.is-align-items-end {
- align-items: end !important; }
+ align-items: end !important;
+}
.is-align-items-self-start {
- align-items: self-start !important; }
+ align-items: self-start !important;
+}
.is-align-items-self-end {
- align-items: self-end !important; }
+ align-items: self-end !important;
+}
.is-align-self-auto {
- align-self: auto !important; }
+ align-self: auto !important;
+}
.is-align-self-flex-start {
- align-self: flex-start !important; }
+ align-self: flex-start !important;
+}
.is-align-self-flex-end {
- align-self: flex-end !important; }
+ align-self: flex-end !important;
+}
.is-align-self-center {
- align-self: center !important; }
+ align-self: center !important;
+}
.is-align-self-baseline {
- align-self: baseline !important; }
+ align-self: baseline !important;
+}
.is-align-self-stretch {
- align-self: stretch !important; }
+ align-self: stretch !important;
+}
.is-flex-grow-0 {
- flex-grow: 0 !important; }
+ flex-grow: 0 !important;
+}
.is-flex-grow-1 {
- flex-grow: 1 !important; }
+ flex-grow: 1 !important;
+}
.is-flex-grow-2 {
- flex-grow: 2 !important; }
+ flex-grow: 2 !important;
+}
.is-flex-grow-3 {
- flex-grow: 3 !important; }
+ flex-grow: 3 !important;
+}
.is-flex-grow-4 {
- flex-grow: 4 !important; }
+ flex-grow: 4 !important;
+}
.is-flex-grow-5 {
- flex-grow: 5 !important; }
+ flex-grow: 5 !important;
+}
.is-flex-shrink-0 {
- flex-shrink: 0 !important; }
+ flex-shrink: 0 !important;
+}
.is-flex-shrink-1 {
- flex-shrink: 1 !important; }
+ flex-shrink: 1 !important;
+}
.is-flex-shrink-2 {
- flex-shrink: 2 !important; }
+ flex-shrink: 2 !important;
+}
.is-flex-shrink-3 {
- flex-shrink: 3 !important; }
+ flex-shrink: 3 !important;
+}
.is-flex-shrink-4 {
- flex-shrink: 4 !important; }
+ flex-shrink: 4 !important;
+}
.is-flex-shrink-5 {
- flex-shrink: 5 !important; }
+ flex-shrink: 5 !important;
+}
.is-clearfix::after {
clear: both;
content: " ";
- display: table; }
+ display: table;
+}
.is-pulled-left {
- float: left !important; }
+ float: left !important;
+}
.is-pulled-right {
- float: right !important; }
+ float: right !important;
+}
.is-radiusless {
- border-radius: 0 !important; }
+ border-radius: 0 !important;
+}
.is-shadowless {
- box-shadow: none !important; }
+ box-shadow: none !important;
+}
.is-clickable {
cursor: pointer !important;
- pointer-events: all !important; }
+ pointer-events: all !important;
+}
.is-clipped {
- overflow: hidden !important; }
+ overflow: hidden !important;
+}
.is-relative {
- position: relative !important; }
+ position: relative !important;
+}
.is-marginless {
- margin: 0 !important; }
+ margin: 0 !important;
+}
.is-paddingless {
- padding: 0 !important; }
+ padding: 0 !important;
+}
.m-0 {
- margin: 0 !important; }
+ margin: 0 !important;
+}
.mt-0 {
- margin-top: 0 !important; }
+ margin-top: 0 !important;
+}
.mr-0 {
- margin-right: 0 !important; }
+ margin-right: 0 !important;
+}
.mb-0 {
- margin-bottom: 0 !important; }
+ margin-bottom: 0 !important;
+}
.ml-0 {
- margin-left: 0 !important; }
+ margin-left: 0 !important;
+}
.mx-0 {
margin-left: 0 !important;
- margin-right: 0 !important; }
+ margin-right: 0 !important;
+}
.my-0 {
margin-top: 0 !important;
- margin-bottom: 0 !important; }
+ margin-bottom: 0 !important;
+}
.m-1 {
- margin: 0.25rem !important; }
+ margin: 0.25rem !important;
+}
.mt-1 {
- margin-top: 0.25rem !important; }
+ margin-top: 0.25rem !important;
+}
.mr-1 {
- margin-right: 0.25rem !important; }
+ margin-right: 0.25rem !important;
+}
.mb-1 {
- margin-bottom: 0.25rem !important; }
+ margin-bottom: 0.25rem !important;
+}
.ml-1 {
- margin-left: 0.25rem !important; }
+ margin-left: 0.25rem !important;
+}
.mx-1 {
margin-left: 0.25rem !important;
- margin-right: 0.25rem !important; }
+ margin-right: 0.25rem !important;
+}
.my-1 {
margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
+ margin-bottom: 0.25rem !important;
+}
.m-2 {
- margin: 0.5rem !important; }
+ margin: 0.5rem !important;
+}
.mt-2 {
- margin-top: 0.5rem !important; }
+ margin-top: 0.5rem !important;
+}
.mr-2 {
- margin-right: 0.5rem !important; }
+ margin-right: 0.5rem !important;
+}
.mb-2 {
- margin-bottom: 0.5rem !important; }
+ margin-bottom: 0.5rem !important;
+}
.ml-2 {
- margin-left: 0.5rem !important; }
+ margin-left: 0.5rem !important;
+}
.mx-2 {
margin-left: 0.5rem !important;
- margin-right: 0.5rem !important; }
+ margin-right: 0.5rem !important;
+}
.my-2 {
margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
+ margin-bottom: 0.5rem !important;
+}
.m-3 {
- margin: 0.75rem !important; }
+ margin: 0.75rem !important;
+}
.mt-3 {
- margin-top: 0.75rem !important; }
+ margin-top: 0.75rem !important;
+}
.mr-3 {
- margin-right: 0.75rem !important; }
+ margin-right: 0.75rem !important;
+}
.mb-3 {
- margin-bottom: 0.75rem !important; }
+ margin-bottom: 0.75rem !important;
+}
.ml-3 {
- margin-left: 0.75rem !important; }
+ margin-left: 0.75rem !important;
+}
.mx-3 {
margin-left: 0.75rem !important;
- margin-right: 0.75rem !important; }
+ margin-right: 0.75rem !important;
+}
.my-3 {
margin-top: 0.75rem !important;
- margin-bottom: 0.75rem !important; }
+ margin-bottom: 0.75rem !important;
+}
.m-4 {
- margin: 1rem !important; }
+ margin: 1rem !important;
+}
.mt-4 {
- margin-top: 1rem !important; }
+ margin-top: 1rem !important;
+}
.mr-4 {
- margin-right: 1rem !important; }
+ margin-right: 1rem !important;
+}
.mb-4 {
- margin-bottom: 1rem !important; }
+ margin-bottom: 1rem !important;
+}
.ml-4 {
- margin-left: 1rem !important; }
+ margin-left: 1rem !important;
+}
.mx-4 {
margin-left: 1rem !important;
- margin-right: 1rem !important; }
+ margin-right: 1rem !important;
+}
.my-4 {
margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
+ margin-bottom: 1rem !important;
+}
.m-5 {
- margin: 1.5rem !important; }
+ margin: 1.5rem !important;
+}
.mt-5 {
- margin-top: 1.5rem !important; }
+ margin-top: 1.5rem !important;
+}
.mr-5 {
- margin-right: 1.5rem !important; }
+ margin-right: 1.5rem !important;
+}
.mb-5 {
- margin-bottom: 1.5rem !important; }
+ margin-bottom: 1.5rem !important;
+}
.ml-5 {
- margin-left: 1.5rem !important; }
+ margin-left: 1.5rem !important;
+}
.mx-5 {
margin-left: 1.5rem !important;
- margin-right: 1.5rem !important; }
+ margin-right: 1.5rem !important;
+}
.my-5 {
margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
+ margin-bottom: 1.5rem !important;
+}
.m-6 {
- margin: 3rem !important; }
+ margin: 3rem !important;
+}
.mt-6 {
- margin-top: 3rem !important; }
+ margin-top: 3rem !important;
+}
.mr-6 {
- margin-right: 3rem !important; }
+ margin-right: 3rem !important;
+}
.mb-6 {
- margin-bottom: 3rem !important; }
+ margin-bottom: 3rem !important;
+}
.ml-6 {
- margin-left: 3rem !important; }
+ margin-left: 3rem !important;
+}
.mx-6 {
margin-left: 3rem !important;
- margin-right: 3rem !important; }
+ margin-right: 3rem !important;
+}
.my-6 {
margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
+ margin-bottom: 3rem !important;
+}
.m-auto {
- margin: auto !important; }
+ margin: auto !important;
+}
.mt-auto {
- margin-top: auto !important; }
+ margin-top: auto !important;
+}
.mr-auto {
- margin-right: auto !important; }
+ margin-right: auto !important;
+}
.mb-auto {
- margin-bottom: auto !important; }
+ margin-bottom: auto !important;
+}
.ml-auto {
- margin-left: auto !important; }
+ margin-left: auto !important;
+}
.mx-auto {
margin-left: auto !important;
- margin-right: auto !important; }
+ margin-right: auto !important;
+}
.my-auto {
margin-top: auto !important;
- margin-bottom: auto !important; }
+ margin-bottom: auto !important;
+}
.p-0 {
- padding: 0 !important; }
+ padding: 0 !important;
+}
.pt-0 {
- padding-top: 0 !important; }
+ padding-top: 0 !important;
+}
.pr-0 {
- padding-right: 0 !important; }
+ padding-right: 0 !important;
+}
.pb-0 {
- padding-bottom: 0 !important; }
+ padding-bottom: 0 !important;
+}
.pl-0 {
- padding-left: 0 !important; }
+ padding-left: 0 !important;
+}
.px-0 {
padding-left: 0 !important;
- padding-right: 0 !important; }
+ padding-right: 0 !important;
+}
.py-0 {
padding-top: 0 !important;
- padding-bottom: 0 !important; }
+ padding-bottom: 0 !important;
+}
.p-1 {
- padding: 0.25rem !important; }
+ padding: 0.25rem !important;
+}
.pt-1 {
- padding-top: 0.25rem !important; }
+ padding-top: 0.25rem !important;
+}
.pr-1 {
- padding-right: 0.25rem !important; }
+ padding-right: 0.25rem !important;
+}
.pb-1 {
- padding-bottom: 0.25rem !important; }
+ padding-bottom: 0.25rem !important;
+}
.pl-1 {
- padding-left: 0.25rem !important; }
+ padding-left: 0.25rem !important;
+}
.px-1 {
padding-left: 0.25rem !important;
- padding-right: 0.25rem !important; }
+ padding-right: 0.25rem !important;
+}
.py-1 {
padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
+ padding-bottom: 0.25rem !important;
+}
.p-2 {
- padding: 0.5rem !important; }
+ padding: 0.5rem !important;
+}
.pt-2 {
- padding-top: 0.5rem !important; }
+ padding-top: 0.5rem !important;
+}
.pr-2 {
- padding-right: 0.5rem !important; }
+ padding-right: 0.5rem !important;
+}
.pb-2 {
- padding-bottom: 0.5rem !important; }
+ padding-bottom: 0.5rem !important;
+}
.pl-2 {
- padding-left: 0.5rem !important; }
+ padding-left: 0.5rem !important;
+}
.px-2 {
padding-left: 0.5rem !important;
- padding-right: 0.5rem !important; }
+ padding-right: 0.5rem !important;
+}
.py-2 {
padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
+ padding-bottom: 0.5rem !important;
+}
.p-3 {
- padding: 0.75rem !important; }
+ padding: 0.75rem !important;
+}
.pt-3 {
- padding-top: 0.75rem !important; }
+ padding-top: 0.75rem !important;
+}
.pr-3 {
- padding-right: 0.75rem !important; }
+ padding-right: 0.75rem !important;
+}
.pb-3 {
- padding-bottom: 0.75rem !important; }
+ padding-bottom: 0.75rem !important;
+}
.pl-3 {
- padding-left: 0.75rem !important; }
+ padding-left: 0.75rem !important;
+}
.px-3 {
padding-left: 0.75rem !important;
- padding-right: 0.75rem !important; }
+ padding-right: 0.75rem !important;
+}
.py-3 {
padding-top: 0.75rem !important;
- padding-bottom: 0.75rem !important; }
+ padding-bottom: 0.75rem !important;
+}
.p-4 {
- padding: 1rem !important; }
+ padding: 1rem !important;
+}
.pt-4 {
- padding-top: 1rem !important; }
+ padding-top: 1rem !important;
+}
.pr-4 {
- padding-right: 1rem !important; }
+ padding-right: 1rem !important;
+}
.pb-4 {
- padding-bottom: 1rem !important; }
+ padding-bottom: 1rem !important;
+}
.pl-4 {
- padding-left: 1rem !important; }
+ padding-left: 1rem !important;
+}
.px-4 {
padding-left: 1rem !important;
- padding-right: 1rem !important; }
+ padding-right: 1rem !important;
+}
.py-4 {
padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
+ padding-bottom: 1rem !important;
+}
.p-5 {
- padding: 1.5rem !important; }
+ padding: 1.5rem !important;
+}
.pt-5 {
- padding-top: 1.5rem !important; }
+ padding-top: 1.5rem !important;
+}
.pr-5 {
- padding-right: 1.5rem !important; }
+ padding-right: 1.5rem !important;
+}
.pb-5 {
- padding-bottom: 1.5rem !important; }
+ padding-bottom: 1.5rem !important;
+}
.pl-5 {
- padding-left: 1.5rem !important; }
+ padding-left: 1.5rem !important;
+}
.px-5 {
padding-left: 1.5rem !important;
- padding-right: 1.5rem !important; }
+ padding-right: 1.5rem !important;
+}
.py-5 {
padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
+ padding-bottom: 1.5rem !important;
+}
.p-6 {
- padding: 3rem !important; }
+ padding: 3rem !important;
+}
.pt-6 {
- padding-top: 3rem !important; }
+ padding-top: 3rem !important;
+}
.pr-6 {
- padding-right: 3rem !important; }
+ padding-right: 3rem !important;
+}
.pb-6 {
- padding-bottom: 3rem !important; }
+ padding-bottom: 3rem !important;
+}
.pl-6 {
- padding-left: 3rem !important; }
+ padding-left: 3rem !important;
+}
.px-6 {
padding-left: 3rem !important;
- padding-right: 3rem !important; }
+ padding-right: 3rem !important;
+}
.py-6 {
padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
+ padding-bottom: 3rem !important;
+}
.p-auto {
- padding: auto !important; }
+ padding: auto !important;
+}
.pt-auto {
- padding-top: auto !important; }
+ padding-top: auto !important;
+}
.pr-auto {
- padding-right: auto !important; }
+ padding-right: auto !important;
+}
.pb-auto {
- padding-bottom: auto !important; }
+ padding-bottom: auto !important;
+}
.pl-auto {
- padding-left: auto !important; }
+ padding-left: auto !important;
+}
.px-auto {
padding-left: auto !important;
- padding-right: auto !important; }
+ padding-right: auto !important;
+}
.py-auto {
padding-top: auto !important;
- padding-bottom: auto !important; }
+ padding-bottom: auto !important;
+}
.is-size-1 {
- font-size: 3rem !important; }
+ font-size: 3rem !important;
+}
.is-size-2 {
- font-size: 2.5rem !important; }
+ font-size: 2.5rem !important;
+}
.is-size-3 {
- font-size: 2rem !important; }
+ font-size: 2rem !important;
+}
.is-size-4 {
- font-size: 1.5rem !important; }
+ font-size: 1.5rem !important;
+}
.is-size-5 {
- font-size: 1.25rem !important; }
+ font-size: 1.25rem !important;
+}
.is-size-6 {
- font-size: 1rem !important; }
+ font-size: 1rem !important;
+}
.is-size-7 {
- font-size: 0.75rem !important; }
+ font-size: 0.75rem !important;
+}
@media screen and (max-width: 768px) {
.is-size-1-mobile {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-mobile {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-mobile {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-mobile {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-mobile {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-mobile {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-mobile {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-size-1-tablet {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-tablet {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-tablet {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-tablet {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-tablet {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-tablet {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-tablet {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-size-1-touch {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-touch {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-touch {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-touch {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-touch {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-touch {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-touch {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-size-1-desktop {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-desktop {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-desktop {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-desktop {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-desktop {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-desktop {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-desktop {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-size-1-widescreen {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-widescreen {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-widescreen {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-widescreen {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-widescreen {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-widescreen {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-widescreen {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-size-1-fullhd {
- font-size: 3rem !important; }
-
+ font-size: 3rem !important;
+ }
.is-size-2-fullhd {
- font-size: 2.5rem !important; }
-
+ font-size: 2.5rem !important;
+ }
.is-size-3-fullhd {
- font-size: 2rem !important; }
-
+ font-size: 2rem !important;
+ }
.is-size-4-fullhd {
- font-size: 1.5rem !important; }
-
+ font-size: 1.5rem !important;
+ }
.is-size-5-fullhd {
- font-size: 1.25rem !important; }
-
+ font-size: 1.25rem !important;
+ }
.is-size-6-fullhd {
- font-size: 1rem !important; }
-
+ font-size: 1rem !important;
+ }
.is-size-7-fullhd {
- font-size: 0.75rem !important; } }
+ font-size: 0.75rem !important;
+ }
+}
.has-text-centered {
- text-align: center !important; }
+ text-align: center !important;
+}
.has-text-justified {
- text-align: justify !important; }
+ text-align: justify !important;
+}
.has-text-left {
- text-align: left !important; }
+ text-align: left !important;
+}
.has-text-right {
- text-align: right !important; }
+ text-align: right !important;
+}
@media screen and (max-width: 768px) {
.has-text-centered-mobile {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 769px), print {
.has-text-centered-tablet {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-centered-tablet-only {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (max-width: 1023px) {
.has-text-centered-touch {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 1024px) {
.has-text-centered-desktop {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-centered-desktop-only {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 1216px) {
.has-text-centered-widescreen {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-centered-widescreen-only {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (min-width: 1408px) {
.has-text-centered-fullhd {
- text-align: center !important; } }
+ text-align: center !important;
+ }
+}
@media screen and (max-width: 768px) {
.has-text-justified-mobile {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 769px), print {
.has-text-justified-tablet {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-justified-tablet-only {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (max-width: 1023px) {
.has-text-justified-touch {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 1024px) {
.has-text-justified-desktop {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-justified-desktop-only {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 1216px) {
.has-text-justified-widescreen {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-justified-widescreen-only {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (min-width: 1408px) {
.has-text-justified-fullhd {
- text-align: justify !important; } }
+ text-align: justify !important;
+ }
+}
@media screen and (max-width: 768px) {
.has-text-left-mobile {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 769px), print {
.has-text-left-tablet {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-left-tablet-only {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (max-width: 1023px) {
.has-text-left-touch {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 1024px) {
.has-text-left-desktop {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-left-desktop-only {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 1216px) {
.has-text-left-widescreen {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-left-widescreen-only {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (min-width: 1408px) {
.has-text-left-fullhd {
- text-align: left !important; } }
+ text-align: left !important;
+ }
+}
@media screen and (max-width: 768px) {
.has-text-right-mobile {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 769px), print {
.has-text-right-tablet {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.has-text-right-tablet-only {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (max-width: 1023px) {
.has-text-right-touch {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 1024px) {
.has-text-right-desktop {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.has-text-right-desktop-only {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 1216px) {
.has-text-right-widescreen {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.has-text-right-widescreen-only {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
@media screen and (min-width: 1408px) {
.has-text-right-fullhd {
- text-align: right !important; } }
+ text-align: right !important;
+ }
+}
.is-capitalized {
- text-transform: capitalize !important; }
+ text-transform: capitalize !important;
+}
.is-lowercase {
- text-transform: lowercase !important; }
+ text-transform: lowercase !important;
+}
.is-uppercase {
- text-transform: uppercase !important; }
+ text-transform: uppercase !important;
+}
.is-italic {
- font-style: italic !important; }
+ font-style: italic !important;
+}
.is-underlined {
- text-decoration: underline !important; }
+ text-decoration: underline !important;
+}
.has-text-weight-light {
- font-weight: 300 !important; }
+ font-weight: 300 !important;
+}
.has-text-weight-normal {
- font-weight: 400 !important; }
+ font-weight: 400 !important;
+}
.has-text-weight-medium {
- font-weight: 500 !important; }
+ font-weight: 500 !important;
+}
.has-text-weight-semibold {
- font-weight: 600 !important; }
+ font-weight: 600 !important;
+}
.has-text-weight-bold {
- font-weight: 700 !important; }
+ font-weight: 700 !important;
+}
.is-family-primary {
- font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
.is-family-secondary {
- font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
.is-family-sans-serif {
- font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
+}
.is-family-monospace {
- font-family: monospace !important; }
+ font-family: monospace !important;
+}
.is-family-code {
- font-family: monospace !important; }
+ font-family: monospace !important;
+}
.is-block {
- display: block !important; }
+ display: block !important;
+}
@media screen and (max-width: 768px) {
.is-block-mobile {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-block-tablet {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-block-tablet-only {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-block-touch {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-block-desktop {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-block-desktop-only {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-block-widescreen {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-block-widescreen-only {
- display: block !important; } }
+ display: block !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-block-fullhd {
- display: block !important; } }
+ display: block !important;
+ }
+}
.is-flex {
- display: flex !important; }
+ display: flex !important;
+}
@media screen and (max-width: 768px) {
.is-flex-mobile {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-flex-tablet {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-flex-tablet-only {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-flex-touch {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-flex-desktop {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-flex-desktop-only {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-flex-widescreen {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-flex-widescreen-only {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-flex-fullhd {
- display: flex !important; } }
+ display: flex !important;
+ }
+}
.is-inline {
- display: inline !important; }
+ display: inline !important;
+}
@media screen and (max-width: 768px) {
.is-inline-mobile {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-inline-tablet {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-tablet-only {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-inline-touch {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-inline-desktop {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-desktop-only {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-inline-widescreen {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-widescreen-only {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-inline-fullhd {
- display: inline !important; } }
+ display: inline !important;
+ }
+}
.is-inline-block {
- display: inline-block !important; }
+ display: inline-block !important;
+}
@media screen and (max-width: 768px) {
.is-inline-block-mobile {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-inline-block-tablet {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-block-tablet-only {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-inline-block-touch {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-inline-block-desktop {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-block-desktop-only {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-inline-block-widescreen {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-block-widescreen-only {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-inline-block-fullhd {
- display: inline-block !important; } }
+ display: inline-block !important;
+ }
+}
.is-inline-flex {
- display: inline-flex !important; }
+ display: inline-flex !important;
+}
@media screen and (max-width: 768px) {
.is-inline-flex-mobile {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 769px), print {
.is-inline-flex-tablet {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.is-inline-flex-tablet-only {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (max-width: 1023px) {
.is-inline-flex-touch {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 1024px) {
.is-inline-flex-desktop {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.is-inline-flex-desktop-only {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 1216px) {
.is-inline-flex-widescreen {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.is-inline-flex-widescreen-only {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
@media screen and (min-width: 1408px) {
.is-inline-flex-fullhd {
- display: inline-flex !important; } }
+ display: inline-flex !important;
+ }
+}
.is-hidden {
- display: none !important; }
+ display: none !important;
+}
.is-sr-only {
border: none !important;
@@ -7132,10419 +9438,14237 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
- width: 0.01em !important; }
+ width: 0.01em !important;
+}
+
+@media screen and (max-width: 768px) {
+ .is-hidden-mobile {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .is-hidden-tablet {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-hidden-tablet-only {
+ display: none !important;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .is-hidden-touch {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .is-hidden-desktop {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-hidden-desktop-only {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .is-hidden-widescreen {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-hidden-widescreen-only {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .is-hidden-fullhd {
+ display: none !important;
+ }
+}
+.is-invisible {
+ visibility: hidden !important;
+}
@media screen and (max-width: 768px) {
- .is-hidden-mobile {
- display: none !important; } }
-@media screen and (min-width: 769px), print {
- .is-hidden-tablet {
- display: none !important; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .is-hidden-tablet-only {
- display: none !important; } }
+ .is-invisible-mobile {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .is-invisible-tablet {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .is-invisible-tablet-only {
+ visibility: hidden !important;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .is-invisible-touch {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 1024px) {
+ .is-invisible-desktop {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .is-invisible-desktop-only {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 1216px) {
+ .is-invisible-widescreen {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .is-invisible-widescreen-only {
+ visibility: hidden !important;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .is-invisible-fullhd {
+ visibility: hidden !important;
+ }
+}
+/* Bulma Layout */
+.hero {
+ align-items: stretch;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+}
+.hero .navbar {
+ background: none;
+}
+.hero .tabs ul {
+ border-bottom: none;
+}
+.hero.is-white {
+ background-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-white strong {
+ color: inherit;
+}
+.hero.is-white .title {
+ color: hsl(0, 0%, 4%);
+}
+.hero.is-white .subtitle {
+ color: rgba(10.2, 10.2, 10.2, 0.9);
+}
+.hero.is-white .subtitle a:not(.button),
+.hero.is-white .subtitle strong {
+ color: hsl(0, 0%, 4%);
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-white .navbar-menu {
+ background-color: hsl(0, 0%, 100%);
+ }
+}
+.hero.is-white .navbar-item,
+.hero.is-white .navbar-link {
+ color: rgba(10.2, 10.2, 10.2, 0.7);
+}
+.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
+.hero.is-white .navbar-link:hover,
+.hero.is-white .navbar-link.is-active {
+ background-color: hsl(0, 0%, 95%);
+ color: hsl(0, 0%, 4%);
+}
+.hero.is-white .tabs a {
+ color: hsl(0, 0%, 4%);
+ opacity: 0.9;
+}
+.hero.is-white .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-white .tabs li.is-active a {
+ color: hsl(0, 0%, 100%) !important;
+ opacity: 1;
+}
+.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
+ color: hsl(0, 0%, 4%);
+}
+.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
+ background-color: hsl(0, 0%, 4%);
+ border-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.hero.is-white.is-bold {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-white.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
+ }
+}
+.hero.is-black {
+ background-color: hsl(0, 0%, 4%);
+ color: hsl(0, 0%, 100%);
+}
+.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-black strong {
+ color: inherit;
+}
+.hero.is-black .title {
+ color: hsl(0, 0%, 100%);
+}
+.hero.is-black .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-black .subtitle a:not(.button),
+.hero.is-black .subtitle strong {
+ color: hsl(0, 0%, 100%);
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-black .navbar-menu {
+ background-color: hsl(0, 0%, 4%);
+ }
+}
+.hero.is-black .navbar-item,
+.hero.is-black .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
+.hero.is-black .navbar-link:hover,
+.hero.is-black .navbar-link.is-active {
+ background-color: hsl(0, 0%, 0%);
+ color: hsl(0, 0%, 100%);
+}
+.hero.is-black .tabs a {
+ color: hsl(0, 0%, 100%);
+ opacity: 0.9;
+}
+.hero.is-black .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-black .tabs li.is-active a {
+ color: hsl(0, 0%, 4%) !important;
+ opacity: 1;
+}
+.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
+ color: hsl(0, 0%, 100%);
+}
+.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
+ background-color: hsl(0, 0%, 100%);
+ border-color: hsl(0, 0%, 100%);
+ color: hsl(0, 0%, 4%);
+}
+.hero.is-black.is-bold {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-black.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
+ }
+}
+.hero.is-light {
+ background-color: hsl(0, 0%, 96%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-light strong {
+ color: inherit;
+}
+.hero.is-light .title {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-light .subtitle {
+ color: rgba(0, 0, 0, 0.9);
+}
+.hero.is-light .subtitle a:not(.button),
+.hero.is-light .subtitle strong {
+ color: rgba(0, 0, 0, 0.7);
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-light .navbar-menu {
+ background-color: hsl(0, 0%, 96%);
+ }
+}
+.hero.is-light .navbar-item,
+.hero.is-light .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
+.hero.is-light .navbar-link:hover,
+.hero.is-light .navbar-link.is-active {
+ background-color: hsl(0, 0%, 91%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-light .tabs a {
+ color: rgba(0, 0, 0, 0.7);
+ opacity: 0.9;
+}
+.hero.is-light .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-light .tabs li.is-active a {
+ color: hsl(0, 0%, 96%) !important;
+ opacity: 1;
+}
+.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
+ color: hsl(0, 0%, 96%);
+}
+.hero.is-light.is-bold {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-light.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
+ }
+}
+.hero.is-dark {
+ background-color: hsl(0, 0%, 21%);
+ color: #fff;
+}
+.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-dark strong {
+ color: inherit;
+}
+.hero.is-dark .title {
+ color: #fff;
+}
+.hero.is-dark .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-dark .subtitle a:not(.button),
+.hero.is-dark .subtitle strong {
+ color: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-dark .navbar-menu {
+ background-color: hsl(0, 0%, 21%);
+ }
+}
+.hero.is-dark .navbar-item,
+.hero.is-dark .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
+.hero.is-dark .navbar-link:hover,
+.hero.is-dark .navbar-link.is-active {
+ background-color: hsl(0, 0%, 16%);
+ color: #fff;
+}
+.hero.is-dark .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-dark .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-dark .tabs li.is-active a {
+ color: hsl(0, 0%, 21%) !important;
+ opacity: 1;
+}
+.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(0, 0%, 21%);
+}
+.hero.is-dark.is-bold {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-dark.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
+ }
+}
+.hero.is-primary {
+ background-color: hsl(171, 100%, 41%);
+ color: #fff;
+}
+.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-primary strong {
+ color: inherit;
+}
+.hero.is-primary .title {
+ color: #fff;
+}
+.hero.is-primary .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-primary .subtitle a:not(.button),
+.hero.is-primary .subtitle strong {
+ color: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-primary .navbar-menu {
+ background-color: hsl(171, 100%, 41%);
+ }
+}
+.hero.is-primary .navbar-item,
+.hero.is-primary .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
+.hero.is-primary .navbar-link:hover,
+.hero.is-primary .navbar-link.is-active {
+ background-color: hsl(171, 100%, 36%);
+ color: #fff;
+}
+.hero.is-primary .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-primary .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-primary .tabs li.is-active a {
+ color: hsl(171, 100%, 41%) !important;
+ opacity: 1;
+}
+.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(171, 100%, 41%);
+}
+.hero.is-primary.is-bold {
+ background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-primary.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
+ }
+}
+.hero.is-link {
+ background-color: hsl(229, 53%, 53%);
+ color: #fff;
+}
+.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-link strong {
+ color: inherit;
+}
+.hero.is-link .title {
+ color: #fff;
+}
+.hero.is-link .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-link .subtitle a:not(.button),
+.hero.is-link .subtitle strong {
+ color: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-link .navbar-menu {
+ background-color: hsl(229, 53%, 53%);
+ }
+}
+.hero.is-link .navbar-item,
+.hero.is-link .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
+.hero.is-link .navbar-link:hover,
+.hero.is-link .navbar-link.is-active {
+ background-color: hsl(229, 53%, 48%);
+ color: #fff;
+}
+.hero.is-link .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-link .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-link .tabs li.is-active a {
+ color: hsl(229, 53%, 53%) !important;
+ opacity: 1;
+}
+.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(229, 53%, 53%);
+}
+.hero.is-link.is-bold {
+ background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-link.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
+ }
+}
+.hero.is-info {
+ background-color: hsl(207, 61%, 53%);
+ color: #fff;
+}
+.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-info strong {
+ color: inherit;
+}
+.hero.is-info .title {
+ color: #fff;
+}
+.hero.is-info .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-info .subtitle a:not(.button),
+.hero.is-info .subtitle strong {
+ color: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-info .navbar-menu {
+ background-color: hsl(207, 61%, 53%);
+ }
+}
+.hero.is-info .navbar-item,
+.hero.is-info .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
+.hero.is-info .navbar-link:hover,
+.hero.is-info .navbar-link.is-active {
+ background-color: hsl(207, 61%, 48%);
+ color: #fff;
+}
+.hero.is-info .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-info .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-info .tabs li.is-active a {
+ color: hsl(207, 61%, 53%) !important;
+ opacity: 1;
+}
+.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(207, 61%, 53%);
+}
+.hero.is-info.is-bold {
+ background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-info.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
+ }
+}
+.hero.is-success {
+ background-color: hsl(153, 53%, 53%);
+ color: #fff;
+}
+.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-success strong {
+ color: inherit;
+}
+.hero.is-success .title {
+ color: #fff;
+}
+.hero.is-success .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-success .subtitle a:not(.button),
+.hero.is-success .subtitle strong {
+ color: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .hero.is-success .navbar-menu {
+ background-color: hsl(153, 53%, 53%);
+ }
+}
+.hero.is-success .navbar-item,
+.hero.is-success .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
+.hero.is-success .navbar-link:hover,
+.hero.is-success .navbar-link.is-active {
+ background-color: hsl(153, 53%, 48%);
+ color: #fff;
+}
+.hero.is-success .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-success .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-success .tabs li.is-active a {
+ color: hsl(153, 53%, 53%) !important;
+ opacity: 1;
+}
+.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(153, 53%, 53%);
+}
+.hero.is-success.is-bold {
+ background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-success.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
+ }
+}
+.hero.is-warning {
+ background-color: hsl(44, 100%, 77%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-warning strong {
+ color: inherit;
+}
+.hero.is-warning .title {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-warning .subtitle {
+ color: rgba(0, 0, 0, 0.9);
+}
+.hero.is-warning .subtitle a:not(.button),
+.hero.is-warning .subtitle strong {
+ color: rgba(0, 0, 0, 0.7);
+}
@media screen and (max-width: 1023px) {
- .is-hidden-touch {
- display: none !important; } }
-@media screen and (min-width: 1024px) {
- .is-hidden-desktop {
- display: none !important; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .is-hidden-desktop-only {
- display: none !important; } }
-@media screen and (min-width: 1216px) {
- .is-hidden-widescreen {
- display: none !important; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .is-hidden-widescreen-only {
- display: none !important; } }
-@media screen and (min-width: 1408px) {
- .is-hidden-fullhd {
- display: none !important; } }
-.is-invisible {
- visibility: hidden !important; }
-
+ .hero.is-warning .navbar-menu {
+ background-color: hsl(44, 100%, 77%);
+ }
+}
+.hero.is-warning .navbar-item,
+.hero.is-warning .navbar-link {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
+.hero.is-warning .navbar-link:hover,
+.hero.is-warning .navbar-link.is-active {
+ background-color: hsl(44, 100%, 72%);
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-warning .tabs a {
+ color: rgba(0, 0, 0, 0.7);
+ opacity: 0.9;
+}
+.hero.is-warning .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-warning .tabs li.is-active a {
+ color: hsl(44, 100%, 77%) !important;
+ opacity: 1;
+}
+.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
+ color: rgba(0, 0, 0, 0.7);
+}
+.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
+ background-color: rgba(0, 0, 0, 0.7);
+ border-color: rgba(0, 0, 0, 0.7);
+ color: hsl(44, 100%, 77%);
+}
+.hero.is-warning.is-bold {
+ background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
+}
@media screen and (max-width: 768px) {
- .is-invisible-mobile {
- visibility: hidden !important; } }
-@media screen and (min-width: 769px), print {
- .is-invisible-tablet {
- visibility: hidden !important; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .is-invisible-tablet-only {
- visibility: hidden !important; } }
+ .hero.is-warning.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
+ }
+}
+.hero.is-danger {
+ background-color: hsl(348, 86%, 61%);
+ color: #fff;
+}
+.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
+.hero.is-danger strong {
+ color: inherit;
+}
+.hero.is-danger .title {
+ color: #fff;
+}
+.hero.is-danger .subtitle {
+ color: rgba(255, 255, 255, 0.9);
+}
+.hero.is-danger .subtitle a:not(.button),
+.hero.is-danger .subtitle strong {
+ color: #fff;
+}
@media screen and (max-width: 1023px) {
- .is-invisible-touch {
- visibility: hidden !important; } }
-@media screen and (min-width: 1024px) {
- .is-invisible-desktop {
- visibility: hidden !important; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .is-invisible-desktop-only {
- visibility: hidden !important; } }
-@media screen and (min-width: 1216px) {
- .is-invisible-widescreen {
- visibility: hidden !important; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .is-invisible-widescreen-only {
- visibility: hidden !important; } }
-@media screen and (min-width: 1408px) {
- .is-invisible-fullhd {
- visibility: hidden !important; } }
-/* Bulma Layout */
-.hero {
- align-items: stretch;
+ .hero.is-danger .navbar-menu {
+ background-color: hsl(348, 86%, 61%);
+ }
+}
+.hero.is-danger .navbar-item,
+.hero.is-danger .navbar-link {
+ color: rgba(255, 255, 255, 0.7);
+}
+.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
+.hero.is-danger .navbar-link:hover,
+.hero.is-danger .navbar-link.is-active {
+ background-color: hsl(348, 86%, 56%);
+ color: #fff;
+}
+.hero.is-danger .tabs a {
+ color: #fff;
+ opacity: 0.9;
+}
+.hero.is-danger .tabs a:hover {
+ opacity: 1;
+}
+.hero.is-danger .tabs li.is-active a {
+ color: hsl(348, 86%, 61%) !important;
+ opacity: 1;
+}
+.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
+ color: #fff;
+}
+.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
+}
+.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
+ background-color: #fff;
+ border-color: #fff;
+ color: hsl(348, 86%, 61%);
+}
+.hero.is-danger.is-bold {
+ background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
+}
+@media screen and (max-width: 768px) {
+ .hero.is-danger.is-bold .navbar-menu {
+ background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
+ }
+}
+.hero.is-small .hero-body {
+ padding: 1.5rem;
+}
+@media screen and (min-width: 769px), print {
+ .hero.is-medium .hero-body {
+ padding: 9rem 4.5rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .hero.is-large .hero-body {
+ padding: 18rem 6rem;
+ }
+}
+.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
+ align-items: center;
display: flex;
- flex-direction: column;
- justify-content: space-between; }
- .hero .navbar {
- background: none; }
- .hero .tabs ul {
- border-bottom: none; }
- .hero.is-white {
- background-color: white;
- color: #0a0a0a; }
- .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-white strong {
- color: inherit; }
- .hero.is-white .title {
- color: #0a0a0a; }
- .hero.is-white .subtitle {
- color: rgba(10, 10, 10, 0.9); }
- .hero.is-white .subtitle a:not(.button),
- .hero.is-white .subtitle strong {
- color: #0a0a0a; }
- @media screen and (max-width: 1023px) {
- .hero.is-white .navbar-menu {
- background-color: white; } }
- .hero.is-white .navbar-item,
- .hero.is-white .navbar-link {
- color: rgba(10, 10, 10, 0.7); }
- .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
- .hero.is-white .navbar-link:hover,
- .hero.is-white .navbar-link.is-active {
- background-color: #f2f2f2;
- color: #0a0a0a; }
- .hero.is-white .tabs a {
- color: #0a0a0a;
- opacity: 0.9; }
- .hero.is-white .tabs a:hover {
- opacity: 1; }
- .hero.is-white .tabs li.is-active a {
- color: white !important;
- opacity: 1; }
- .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
- color: #0a0a0a; }
- .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
- background-color: #0a0a0a;
- border-color: #0a0a0a;
- color: white; }
- .hero.is-white.is-bold {
- background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-white.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); } }
- .hero.is-black {
- background-color: #0a0a0a;
- color: white; }
- .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-black strong {
- color: inherit; }
- .hero.is-black .title {
- color: white; }
- .hero.is-black .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-black .subtitle a:not(.button),
- .hero.is-black .subtitle strong {
- color: white; }
- @media screen and (max-width: 1023px) {
- .hero.is-black .navbar-menu {
- background-color: #0a0a0a; } }
- .hero.is-black .navbar-item,
- .hero.is-black .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
- .hero.is-black .navbar-link:hover,
- .hero.is-black .navbar-link.is-active {
- background-color: black;
- color: white; }
- .hero.is-black .tabs a {
- color: white;
- opacity: 0.9; }
- .hero.is-black .tabs a:hover {
- opacity: 1; }
- .hero.is-black .tabs li.is-active a {
- color: #0a0a0a !important;
- opacity: 1; }
- .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
- color: white; }
- .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
- background-color: white;
- border-color: white;
- color: #0a0a0a; }
- .hero.is-black.is-bold {
- background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-black.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
- .hero.is-light {
- background-color: whitesmoke;
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-light strong {
- color: inherit; }
- .hero.is-light .title {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-light .subtitle {
- color: rgba(0, 0, 0, 0.9); }
- .hero.is-light .subtitle a:not(.button),
- .hero.is-light .subtitle strong {
- color: rgba(0, 0, 0, 0.7); }
- @media screen and (max-width: 1023px) {
- .hero.is-light .navbar-menu {
- background-color: whitesmoke; } }
- .hero.is-light .navbar-item,
- .hero.is-light .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
- .hero.is-light .navbar-link:hover,
- .hero.is-light .navbar-link.is-active {
- background-color: #e8e8e8;
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-light .tabs a {
- color: rgba(0, 0, 0, 0.7);
- opacity: 0.9; }
- .hero.is-light .tabs a:hover {
- opacity: 1; }
- .hero.is-light .tabs li.is-active a {
- color: whitesmoke !important;
- opacity: 1; }
- .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
- background-color: rgba(0, 0, 0, 0.7);
- border-color: rgba(0, 0, 0, 0.7);
- color: whitesmoke; }
- .hero.is-light.is-bold {
- background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-light.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
- .hero.is-dark {
- background-color: #363636;
- color: #fff; }
- .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-dark strong {
- color: inherit; }
- .hero.is-dark .title {
- color: #fff; }
- .hero.is-dark .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-dark .subtitle a:not(.button),
- .hero.is-dark .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-dark .navbar-menu {
- background-color: #363636; } }
- .hero.is-dark .navbar-item,
- .hero.is-dark .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
- .hero.is-dark .navbar-link:hover,
- .hero.is-dark .navbar-link.is-active {
- background-color: #292929;
- color: #fff; }
- .hero.is-dark .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-dark .tabs a:hover {
- opacity: 1; }
- .hero.is-dark .tabs li.is-active a {
- color: #363636 !important;
- opacity: 1; }
- .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
- color: #fff; }
- .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #363636; }
- .hero.is-dark.is-bold {
- background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-dark.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
- .hero.is-primary {
- background-color: #00d1b2;
- color: #fff; }
- .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-primary strong {
- color: inherit; }
- .hero.is-primary .title {
- color: #fff; }
- .hero.is-primary .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-primary .subtitle a:not(.button),
- .hero.is-primary .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-primary .navbar-menu {
- background-color: #00d1b2; } }
- .hero.is-primary .navbar-item,
- .hero.is-primary .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
- .hero.is-primary .navbar-link:hover,
- .hero.is-primary .navbar-link.is-active {
- background-color: #00b89c;
- color: #fff; }
- .hero.is-primary .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-primary .tabs a:hover {
- opacity: 1; }
- .hero.is-primary .tabs li.is-active a {
- color: #00d1b2 !important;
- opacity: 1; }
- .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
- color: #fff; }
- .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #00d1b2; }
- .hero.is-primary.is-bold {
- background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-primary.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } }
- .hero.is-link {
- background-color: #485fc7;
- color: #fff; }
- .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-link strong {
- color: inherit; }
- .hero.is-link .title {
- color: #fff; }
- .hero.is-link .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-link .subtitle a:not(.button),
- .hero.is-link .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-link .navbar-menu {
- background-color: #485fc7; } }
- .hero.is-link .navbar-item,
- .hero.is-link .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
- .hero.is-link .navbar-link:hover,
- .hero.is-link .navbar-link.is-active {
- background-color: #3a51bb;
- color: #fff; }
- .hero.is-link .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-link .tabs a:hover {
- opacity: 1; }
- .hero.is-link .tabs li.is-active a {
- color: #485fc7 !important;
- opacity: 1; }
- .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
- color: #fff; }
- .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #485fc7; }
- .hero.is-link.is-bold {
- background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-link.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } }
- .hero.is-info {
- background-color: #3e8ed0;
- color: #fff; }
- .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-info strong {
- color: inherit; }
- .hero.is-info .title {
- color: #fff; }
- .hero.is-info .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-info .subtitle a:not(.button),
- .hero.is-info .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-info .navbar-menu {
- background-color: #3e8ed0; } }
- .hero.is-info .navbar-item,
- .hero.is-info .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
- .hero.is-info .navbar-link:hover,
- .hero.is-info .navbar-link.is-active {
- background-color: #3082c5;
- color: #fff; }
- .hero.is-info .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-info .tabs a:hover {
- opacity: 1; }
- .hero.is-info .tabs li.is-active a {
- color: #3e8ed0 !important;
- opacity: 1; }
- .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
- color: #fff; }
- .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #3e8ed0; }
- .hero.is-info.is-bold {
- background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-info.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } }
- .hero.is-success {
- background-color: #48c78e;
- color: #fff; }
- .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-success strong {
- color: inherit; }
- .hero.is-success .title {
- color: #fff; }
- .hero.is-success .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-success .subtitle a:not(.button),
- .hero.is-success .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-success .navbar-menu {
- background-color: #48c78e; } }
- .hero.is-success .navbar-item,
- .hero.is-success .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
- .hero.is-success .navbar-link:hover,
- .hero.is-success .navbar-link.is-active {
- background-color: #3abb81;
- color: #fff; }
- .hero.is-success .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-success .tabs a:hover {
- opacity: 1; }
- .hero.is-success .tabs li.is-active a {
- color: #48c78e !important;
- opacity: 1; }
- .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
- color: #fff; }
- .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #48c78e; }
- .hero.is-success.is-bold {
- background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-success.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } }
- .hero.is-warning {
- background-color: #ffe08a;
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-warning strong {
- color: inherit; }
- .hero.is-warning .title {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-warning .subtitle {
- color: rgba(0, 0, 0, 0.9); }
- .hero.is-warning .subtitle a:not(.button),
- .hero.is-warning .subtitle strong {
- color: rgba(0, 0, 0, 0.7); }
- @media screen and (max-width: 1023px) {
- .hero.is-warning .navbar-menu {
- background-color: #ffe08a; } }
- .hero.is-warning .navbar-item,
- .hero.is-warning .navbar-link {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
- .hero.is-warning .navbar-link:hover,
- .hero.is-warning .navbar-link.is-active {
- background-color: #ffd970;
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-warning .tabs a {
- color: rgba(0, 0, 0, 0.7);
- opacity: 0.9; }
- .hero.is-warning .tabs a:hover {
- opacity: 1; }
- .hero.is-warning .tabs li.is-active a {
- color: #ffe08a !important;
- opacity: 1; }
- .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
- color: rgba(0, 0, 0, 0.7); }
- .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
- background-color: rgba(0, 0, 0, 0.7);
- border-color: rgba(0, 0, 0, 0.7);
- color: #ffe08a; }
- .hero.is-warning.is-bold {
- background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-warning.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } }
- .hero.is-danger {
- background-color: #f14668;
- color: #fff; }
- .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
- .hero.is-danger strong {
- color: inherit; }
- .hero.is-danger .title {
- color: #fff; }
- .hero.is-danger .subtitle {
- color: rgba(255, 255, 255, 0.9); }
- .hero.is-danger .subtitle a:not(.button),
- .hero.is-danger .subtitle strong {
- color: #fff; }
- @media screen and (max-width: 1023px) {
- .hero.is-danger .navbar-menu {
- background-color: #f14668; } }
- .hero.is-danger .navbar-item,
- .hero.is-danger .navbar-link {
- color: rgba(255, 255, 255, 0.7); }
- .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
- .hero.is-danger .navbar-link:hover,
- .hero.is-danger .navbar-link.is-active {
- background-color: #ef2e55;
- color: #fff; }
- .hero.is-danger .tabs a {
- color: #fff;
- opacity: 0.9; }
- .hero.is-danger .tabs a:hover {
- opacity: 1; }
- .hero.is-danger .tabs li.is-active a {
- color: #f14668 !important;
- opacity: 1; }
- .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
- color: #fff; }
- .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
- background-color: rgba(10, 10, 10, 0.1); }
- .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
- background-color: #fff;
- border-color: #fff;
- color: #f14668; }
- .hero.is-danger.is-bold {
- background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); }
- @media screen and (max-width: 768px) {
- .hero.is-danger.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } }
- .hero.is-small .hero-body {
- padding: 1.5rem; }
- @media screen and (min-width: 769px), print {
- .hero.is-medium .hero-body {
- padding: 9rem 4.5rem; } }
- @media screen and (min-width: 769px), print {
- .hero.is-large .hero-body {
- padding: 18rem 6rem; } }
- .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
- align-items: center;
- display: flex; }
- .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
- flex-grow: 1;
- flex-shrink: 1; }
- .hero.is-halfheight {
- min-height: 50vh; }
- .hero.is-fullheight {
- min-height: 100vh; }
+}
+.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
+ flex-grow: 1;
+ flex-shrink: 1;
+}
+.hero.is-halfheight {
+ min-height: 50vh;
+}
+.hero.is-fullheight {
+ min-height: 100vh;
+}
.hero-video {
- overflow: hidden; }
- .hero-video video {
- left: 50%;
- min-height: 100%;
- min-width: 100%;
- position: absolute;
- top: 50%;
- transform: translate3d(-50%, -50%, 0); }
- .hero-video.is-transparent {
- opacity: 0.3; }
- @media screen and (max-width: 768px) {
- .hero-video {
- display: none; } }
+ overflow: hidden;
+}
+.hero-video video {
+ left: 50%;
+ min-height: 100%;
+ min-width: 100%;
+ position: absolute;
+ top: 50%;
+ transform: translate3d(-50%, -50%, 0);
+}
+.hero-video.is-transparent {
+ opacity: 0.3;
+}
+@media screen and (max-width: 768px) {
+ .hero-video {
+ display: none;
+ }
+}
.hero-buttons {
- margin-top: 1.5rem; }
- @media screen and (max-width: 768px) {
- .hero-buttons .button {
- display: flex; }
- .hero-buttons .button:not(:last-child) {
- margin-bottom: 0.75rem; } }
- @media screen and (min-width: 769px), print {
- .hero-buttons {
- display: flex;
- justify-content: center; }
- .hero-buttons .button:not(:last-child) {
- margin-right: 1.5rem; } }
+ margin-top: 1.5rem;
+}
+@media screen and (max-width: 768px) {
+ .hero-buttons .button {
+ display: flex;
+ }
+ .hero-buttons .button:not(:last-child) {
+ margin-bottom: 0.75rem;
+ }
+}
+@media screen and (min-width: 769px), print {
+ .hero-buttons {
+ display: flex;
+ justify-content: center;
+ }
+ .hero-buttons .button:not(:last-child) {
+ margin-right: 1.5rem;
+ }
+}
.hero-head,
.hero-foot {
flex-grow: 0;
- flex-shrink: 0; }
+ flex-shrink: 0;
+}
.hero-body {
flex-grow: 1;
flex-shrink: 0;
- padding: 3rem 1.5rem; }
- @media screen and (min-width: 769px), print {
- .hero-body {
- padding: 3rem 3rem; } }
+ padding: 3rem 1.5rem;
+}
+@media screen and (min-width: 769px), print {
+ .hero-body {
+ padding: 3rem 3rem;
+ }
+}
.section {
- padding: 3rem 1.5rem; }
- @media screen and (min-width: 1024px) {
- .section {
- padding: 3rem 3rem; }
- .section.is-medium {
- padding: 9rem 4.5rem; }
- .section.is-large {
- padding: 18rem 6rem; } }
+ padding: 3rem 1.5rem;
+}
+@media screen and (min-width: 1024px) {
+ .section {
+ padding: 3rem 3rem;
+ }
+ .section.is-medium {
+ padding: 9rem 4.5rem;
+ }
+ .section.is-large {
+ padding: 18rem 6rem;
+ }
+}
.footer {
- background-color: #fafafa;
- padding: 3rem 1.5rem 6rem; }
+ background-color: hsl(0, 0%, 98%);
+ padding: 3rem 1.5rem 6rem;
+}
/* Deafult Margin & Padding view-height & view-width */
.m-0 {
- margin: 0px !important; }
+ margin: 0px !important;
+}
.mt-0 {
- margin-top: 0px !important; }
+ margin-top: 0px !important;
+}
.mb-0 {
- margin-bottom: 0px !important; }
+ margin-bottom: 0px !important;
+}
.ml-0 {
- margin-left: 0px !important; }
+ margin-left: 0px !important;
+}
.mr-0 {
- margin-right: 0px !important; }
+ margin-right: 0px !important;
+}
.p-0 {
- padding: 0px !important; }
+ padding: 0px !important;
+}
.pt-0 {
- padding-top: 0px !important; }
+ padding-top: 0px !important;
+}
.pb-0 {
- padding-bottom: 0px !important; }
+ padding-bottom: 0px !important;
+}
.pl-0 {
- padding-left: 0px !important; }
+ padding-left: 0px !important;
+}
.pr-0 {
- padding-right: 0px !important; }
+ padding-right: 0px !important;
+}
.vh-0 {
- height: 0vh !important; }
+ height: 0vh !important;
+}
.vw-0 {
- width: 0vw !important; }
+ width: 0vw !important;
+}
.font-size-0 {
- font-size: 0px !important; }
+ font-size: 0px !important;
+}
.m-1 {
- margin: 1px !important; }
+ margin: 1px !important;
+}
.mt-1 {
- margin-top: 1px !important; }
+ margin-top: 1px !important;
+}
.mb-1 {
- margin-bottom: 1px !important; }
+ margin-bottom: 1px !important;
+}
.ml-1 {
- margin-left: 1px !important; }
+ margin-left: 1px !important;
+}
.mr-1 {
- margin-right: 1px !important; }
+ margin-right: 1px !important;
+}
.p-1 {
- padding: 1px !important; }
+ padding: 1px !important;
+}
.pt-1 {
- padding-top: 1px !important; }
+ padding-top: 1px !important;
+}
.pb-1 {
- padding-bottom: 1px !important; }
+ padding-bottom: 1px !important;
+}
.pl-1 {
- padding-left: 1px !important; }
+ padding-left: 1px !important;
+}
.pr-1 {
- padding-right: 1px !important; }
+ padding-right: 1px !important;
+}
.vh-1 {
- height: 1vh !important; }
+ height: 1vh !important;
+}
.vw-1 {
- width: 1vw !important; }
+ width: 1vw !important;
+}
.font-size-1 {
- font-size: 1px !important; }
+ font-size: 1px !important;
+}
.m-2 {
- margin: 2px !important; }
+ margin: 2px !important;
+}
.mt-2 {
- margin-top: 2px !important; }
+ margin-top: 2px !important;
+}
.mb-2 {
- margin-bottom: 2px !important; }
+ margin-bottom: 2px !important;
+}
.ml-2 {
- margin-left: 2px !important; }
+ margin-left: 2px !important;
+}
.mr-2 {
- margin-right: 2px !important; }
+ margin-right: 2px !important;
+}
.p-2 {
- padding: 2px !important; }
+ padding: 2px !important;
+}
.pt-2 {
- padding-top: 2px !important; }
+ padding-top: 2px !important;
+}
.pb-2 {
- padding-bottom: 2px !important; }
+ padding-bottom: 2px !important;
+}
.pl-2 {
- padding-left: 2px !important; }
+ padding-left: 2px !important;
+}
.pr-2 {
- padding-right: 2px !important; }
+ padding-right: 2px !important;
+}
.vh-2 {
- height: 2vh !important; }
+ height: 2vh !important;
+}
.vw-2 {
- width: 2vw !important; }
+ width: 2vw !important;
+}
.font-size-2 {
- font-size: 2px !important; }
+ font-size: 2px !important;
+}
.m-3 {
- margin: 3px !important; }
+ margin: 3px !important;
+}
.mt-3 {
- margin-top: 3px !important; }
+ margin-top: 3px !important;
+}
.mb-3 {
- margin-bottom: 3px !important; }
+ margin-bottom: 3px !important;
+}
.ml-3 {
- margin-left: 3px !important; }
+ margin-left: 3px !important;
+}
.mr-3 {
- margin-right: 3px !important; }
+ margin-right: 3px !important;
+}
.p-3 {
- padding: 3px !important; }
+ padding: 3px !important;
+}
.pt-3 {
- padding-top: 3px !important; }
+ padding-top: 3px !important;
+}
.pb-3 {
- padding-bottom: 3px !important; }
+ padding-bottom: 3px !important;
+}
.pl-3 {
- padding-left: 3px !important; }
+ padding-left: 3px !important;
+}
.pr-3 {
- padding-right: 3px !important; }
+ padding-right: 3px !important;
+}
.vh-3 {
- height: 3vh !important; }
+ height: 3vh !important;
+}
.vw-3 {
- width: 3vw !important; }
+ width: 3vw !important;
+}
.font-size-3 {
- font-size: 3px !important; }
+ font-size: 3px !important;
+}
.m-4 {
- margin: 4px !important; }
+ margin: 4px !important;
+}
.mt-4 {
- margin-top: 4px !important; }
+ margin-top: 4px !important;
+}
.mb-4 {
- margin-bottom: 4px !important; }
+ margin-bottom: 4px !important;
+}
.ml-4 {
- margin-left: 4px !important; }
+ margin-left: 4px !important;
+}
.mr-4 {
- margin-right: 4px !important; }
+ margin-right: 4px !important;
+}
.p-4 {
- padding: 4px !important; }
+ padding: 4px !important;
+}
.pt-4 {
- padding-top: 4px !important; }
+ padding-top: 4px !important;
+}
.pb-4 {
- padding-bottom: 4px !important; }
+ padding-bottom: 4px !important;
+}
.pl-4 {
- padding-left: 4px !important; }
+ padding-left: 4px !important;
+}
.pr-4 {
- padding-right: 4px !important; }
+ padding-right: 4px !important;
+}
.vh-4 {
- height: 4vh !important; }
+ height: 4vh !important;
+}
.vw-4 {
- width: 4vw !important; }
+ width: 4vw !important;
+}
.font-size-4 {
- font-size: 4px !important; }
+ font-size: 4px !important;
+}
.m-5 {
- margin: 5px !important; }
+ margin: 5px !important;
+}
.mt-5 {
- margin-top: 5px !important; }
+ margin-top: 5px !important;
+}
.mb-5 {
- margin-bottom: 5px !important; }
+ margin-bottom: 5px !important;
+}
.ml-5 {
- margin-left: 5px !important; }
+ margin-left: 5px !important;
+}
.mr-5 {
- margin-right: 5px !important; }
+ margin-right: 5px !important;
+}
.p-5 {
- padding: 5px !important; }
+ padding: 5px !important;
+}
.pt-5 {
- padding-top: 5px !important; }
+ padding-top: 5px !important;
+}
.pb-5 {
- padding-bottom: 5px !important; }
+ padding-bottom: 5px !important;
+}
.pl-5 {
- padding-left: 5px !important; }
+ padding-left: 5px !important;
+}
.pr-5 {
- padding-right: 5px !important; }
+ padding-right: 5px !important;
+}
.vh-5 {
- height: 5vh !important; }
+ height: 5vh !important;
+}
.vw-5 {
- width: 5vw !important; }
+ width: 5vw !important;
+}
.font-size-5 {
- font-size: 5px !important; }
+ font-size: 5px !important;
+}
.m-6 {
- margin: 6px !important; }
+ margin: 6px !important;
+}
.mt-6 {
- margin-top: 6px !important; }
+ margin-top: 6px !important;
+}
.mb-6 {
- margin-bottom: 6px !important; }
+ margin-bottom: 6px !important;
+}
.ml-6 {
- margin-left: 6px !important; }
+ margin-left: 6px !important;
+}
.mr-6 {
- margin-right: 6px !important; }
+ margin-right: 6px !important;
+}
.p-6 {
- padding: 6px !important; }
+ padding: 6px !important;
+}
.pt-6 {
- padding-top: 6px !important; }
+ padding-top: 6px !important;
+}
.pb-6 {
- padding-bottom: 6px !important; }
+ padding-bottom: 6px !important;
+}
.pl-6 {
- padding-left: 6px !important; }
+ padding-left: 6px !important;
+}
.pr-6 {
- padding-right: 6px !important; }
+ padding-right: 6px !important;
+}
.vh-6 {
- height: 6vh !important; }
+ height: 6vh !important;
+}
.vw-6 {
- width: 6vw !important; }
+ width: 6vw !important;
+}
.font-size-6 {
- font-size: 6px !important; }
+ font-size: 6px !important;
+}
.m-7 {
- margin: 7px !important; }
+ margin: 7px !important;
+}
.mt-7 {
- margin-top: 7px !important; }
+ margin-top: 7px !important;
+}
.mb-7 {
- margin-bottom: 7px !important; }
+ margin-bottom: 7px !important;
+}
.ml-7 {
- margin-left: 7px !important; }
+ margin-left: 7px !important;
+}
.mr-7 {
- margin-right: 7px !important; }
+ margin-right: 7px !important;
+}
.p-7 {
- padding: 7px !important; }
+ padding: 7px !important;
+}
.pt-7 {
- padding-top: 7px !important; }
+ padding-top: 7px !important;
+}
.pb-7 {
- padding-bottom: 7px !important; }
+ padding-bottom: 7px !important;
+}
.pl-7 {
- padding-left: 7px !important; }
+ padding-left: 7px !important;
+}
.pr-7 {
- padding-right: 7px !important; }
+ padding-right: 7px !important;
+}
.vh-7 {
- height: 7vh !important; }
+ height: 7vh !important;
+}
.vw-7 {
- width: 7vw !important; }
+ width: 7vw !important;
+}
.font-size-7 {
- font-size: 7px !important; }
+ font-size: 7px !important;
+}
.m-8 {
- margin: 8px !important; }
+ margin: 8px !important;
+}
.mt-8 {
- margin-top: 8px !important; }
+ margin-top: 8px !important;
+}
.mb-8 {
- margin-bottom: 8px !important; }
+ margin-bottom: 8px !important;
+}
.ml-8 {
- margin-left: 8px !important; }
+ margin-left: 8px !important;
+}
.mr-8 {
- margin-right: 8px !important; }
+ margin-right: 8px !important;
+}
.p-8 {
- padding: 8px !important; }
+ padding: 8px !important;
+}
.pt-8 {
- padding-top: 8px !important; }
+ padding-top: 8px !important;
+}
.pb-8 {
- padding-bottom: 8px !important; }
+ padding-bottom: 8px !important;
+}
.pl-8 {
- padding-left: 8px !important; }
+ padding-left: 8px !important;
+}
.pr-8 {
- padding-right: 8px !important; }
+ padding-right: 8px !important;
+}
.vh-8 {
- height: 8vh !important; }
+ height: 8vh !important;
+}
.vw-8 {
- width: 8vw !important; }
+ width: 8vw !important;
+}
.font-size-8 {
- font-size: 8px !important; }
+ font-size: 8px !important;
+}
.m-9 {
- margin: 9px !important; }
+ margin: 9px !important;
+}
.mt-9 {
- margin-top: 9px !important; }
+ margin-top: 9px !important;
+}
.mb-9 {
- margin-bottom: 9px !important; }
+ margin-bottom: 9px !important;
+}
.ml-9 {
- margin-left: 9px !important; }
+ margin-left: 9px !important;
+}
.mr-9 {
- margin-right: 9px !important; }
+ margin-right: 9px !important;
+}
.p-9 {
- padding: 9px !important; }
+ padding: 9px !important;
+}
.pt-9 {
- padding-top: 9px !important; }
+ padding-top: 9px !important;
+}
.pb-9 {
- padding-bottom: 9px !important; }
+ padding-bottom: 9px !important;
+}
.pl-9 {
- padding-left: 9px !important; }
+ padding-left: 9px !important;
+}
.pr-9 {
- padding-right: 9px !important; }
+ padding-right: 9px !important;
+}
.vh-9 {
- height: 9vh !important; }
+ height: 9vh !important;
+}
.vw-9 {
- width: 9vw !important; }
+ width: 9vw !important;
+}
.font-size-9 {
- font-size: 9px !important; }
+ font-size: 9px !important;
+}
.m-10 {
- margin: 10px !important; }
+ margin: 10px !important;
+}
.mt-10 {
- margin-top: 10px !important; }
+ margin-top: 10px !important;
+}
.mb-10 {
- margin-bottom: 10px !important; }
+ margin-bottom: 10px !important;
+}
.ml-10 {
- margin-left: 10px !important; }
+ margin-left: 10px !important;
+}
.mr-10 {
- margin-right: 10px !important; }
+ margin-right: 10px !important;
+}
.p-10 {
- padding: 10px !important; }
+ padding: 10px !important;
+}
.pt-10 {
- padding-top: 10px !important; }
+ padding-top: 10px !important;
+}
.pb-10 {
- padding-bottom: 10px !important; }
+ padding-bottom: 10px !important;
+}
.pl-10 {
- padding-left: 10px !important; }
+ padding-left: 10px !important;
+}
.pr-10 {
- padding-right: 10px !important; }
+ padding-right: 10px !important;
+}
.vh-10 {
- height: 10vh !important; }
+ height: 10vh !important;
+}
.vw-10 {
- width: 10vw !important; }
+ width: 10vw !important;
+}
.font-size-10 {
- font-size: 10px !important; }
+ font-size: 10px !important;
+}
.m-11 {
- margin: 11px !important; }
+ margin: 11px !important;
+}
.mt-11 {
- margin-top: 11px !important; }
+ margin-top: 11px !important;
+}
.mb-11 {
- margin-bottom: 11px !important; }
+ margin-bottom: 11px !important;
+}
.ml-11 {
- margin-left: 11px !important; }
+ margin-left: 11px !important;
+}
.mr-11 {
- margin-right: 11px !important; }
+ margin-right: 11px !important;
+}
.p-11 {
- padding: 11px !important; }
+ padding: 11px !important;
+}
.pt-11 {
- padding-top: 11px !important; }
+ padding-top: 11px !important;
+}
.pb-11 {
- padding-bottom: 11px !important; }
+ padding-bottom: 11px !important;
+}
.pl-11 {
- padding-left: 11px !important; }
+ padding-left: 11px !important;
+}
.pr-11 {
- padding-right: 11px !important; }
+ padding-right: 11px !important;
+}
.vh-11 {
- height: 11vh !important; }
+ height: 11vh !important;
+}
.vw-11 {
- width: 11vw !important; }
+ width: 11vw !important;
+}
.font-size-11 {
- font-size: 11px !important; }
+ font-size: 11px !important;
+}
.m-12 {
- margin: 12px !important; }
+ margin: 12px !important;
+}
.mt-12 {
- margin-top: 12px !important; }
+ margin-top: 12px !important;
+}
.mb-12 {
- margin-bottom: 12px !important; }
+ margin-bottom: 12px !important;
+}
.ml-12 {
- margin-left: 12px !important; }
+ margin-left: 12px !important;
+}
.mr-12 {
- margin-right: 12px !important; }
+ margin-right: 12px !important;
+}
.p-12 {
- padding: 12px !important; }
+ padding: 12px !important;
+}
.pt-12 {
- padding-top: 12px !important; }
+ padding-top: 12px !important;
+}
.pb-12 {
- padding-bottom: 12px !important; }
+ padding-bottom: 12px !important;
+}
.pl-12 {
- padding-left: 12px !important; }
+ padding-left: 12px !important;
+}
.pr-12 {
- padding-right: 12px !important; }
+ padding-right: 12px !important;
+}
.vh-12 {
- height: 12vh !important; }
+ height: 12vh !important;
+}
.vw-12 {
- width: 12vw !important; }
+ width: 12vw !important;
+}
.font-size-12 {
- font-size: 12px !important; }
+ font-size: 12px !important;
+}
.m-13 {
- margin: 13px !important; }
+ margin: 13px !important;
+}
.mt-13 {
- margin-top: 13px !important; }
+ margin-top: 13px !important;
+}
.mb-13 {
- margin-bottom: 13px !important; }
+ margin-bottom: 13px !important;
+}
.ml-13 {
- margin-left: 13px !important; }
+ margin-left: 13px !important;
+}
.mr-13 {
- margin-right: 13px !important; }
+ margin-right: 13px !important;
+}
.p-13 {
- padding: 13px !important; }
+ padding: 13px !important;
+}
.pt-13 {
- padding-top: 13px !important; }
+ padding-top: 13px !important;
+}
.pb-13 {
- padding-bottom: 13px !important; }
+ padding-bottom: 13px !important;
+}
.pl-13 {
- padding-left: 13px !important; }
+ padding-left: 13px !important;
+}
.pr-13 {
- padding-right: 13px !important; }
+ padding-right: 13px !important;
+}
.vh-13 {
- height: 13vh !important; }
+ height: 13vh !important;
+}
.vw-13 {
- width: 13vw !important; }
+ width: 13vw !important;
+}
.font-size-13 {
- font-size: 13px !important; }
+ font-size: 13px !important;
+}
.m-14 {
- margin: 14px !important; }
+ margin: 14px !important;
+}
.mt-14 {
- margin-top: 14px !important; }
+ margin-top: 14px !important;
+}
.mb-14 {
- margin-bottom: 14px !important; }
+ margin-bottom: 14px !important;
+}
.ml-14 {
- margin-left: 14px !important; }
+ margin-left: 14px !important;
+}
.mr-14 {
- margin-right: 14px !important; }
+ margin-right: 14px !important;
+}
.p-14 {
- padding: 14px !important; }
+ padding: 14px !important;
+}
.pt-14 {
- padding-top: 14px !important; }
+ padding-top: 14px !important;
+}
.pb-14 {
- padding-bottom: 14px !important; }
+ padding-bottom: 14px !important;
+}
.pl-14 {
- padding-left: 14px !important; }
+ padding-left: 14px !important;
+}
.pr-14 {
- padding-right: 14px !important; }
+ padding-right: 14px !important;
+}
.vh-14 {
- height: 14vh !important; }
+ height: 14vh !important;
+}
.vw-14 {
- width: 14vw !important; }
+ width: 14vw !important;
+}
.font-size-14 {
- font-size: 14px !important; }
+ font-size: 14px !important;
+}
.m-15 {
- margin: 15px !important; }
+ margin: 15px !important;
+}
.mt-15 {
- margin-top: 15px !important; }
+ margin-top: 15px !important;
+}
.mb-15 {
- margin-bottom: 15px !important; }
+ margin-bottom: 15px !important;
+}
.ml-15 {
- margin-left: 15px !important; }
+ margin-left: 15px !important;
+}
.mr-15 {
- margin-right: 15px !important; }
+ margin-right: 15px !important;
+}
.p-15 {
- padding: 15px !important; }
+ padding: 15px !important;
+}
.pt-15 {
- padding-top: 15px !important; }
+ padding-top: 15px !important;
+}
.pb-15 {
- padding-bottom: 15px !important; }
+ padding-bottom: 15px !important;
+}
.pl-15 {
- padding-left: 15px !important; }
+ padding-left: 15px !important;
+}
.pr-15 {
- padding-right: 15px !important; }
+ padding-right: 15px !important;
+}
.vh-15 {
- height: 15vh !important; }
+ height: 15vh !important;
+}
.vw-15 {
- width: 15vw !important; }
+ width: 15vw !important;
+}
.font-size-15 {
- font-size: 15px !important; }
+ font-size: 15px !important;
+}
.m-16 {
- margin: 16px !important; }
+ margin: 16px !important;
+}
.mt-16 {
- margin-top: 16px !important; }
+ margin-top: 16px !important;
+}
.mb-16 {
- margin-bottom: 16px !important; }
+ margin-bottom: 16px !important;
+}
.ml-16 {
- margin-left: 16px !important; }
+ margin-left: 16px !important;
+}
.mr-16 {
- margin-right: 16px !important; }
+ margin-right: 16px !important;
+}
.p-16 {
- padding: 16px !important; }
+ padding: 16px !important;
+}
.pt-16 {
- padding-top: 16px !important; }
+ padding-top: 16px !important;
+}
.pb-16 {
- padding-bottom: 16px !important; }
+ padding-bottom: 16px !important;
+}
.pl-16 {
- padding-left: 16px !important; }
+ padding-left: 16px !important;
+}
.pr-16 {
- padding-right: 16px !important; }
+ padding-right: 16px !important;
+}
.vh-16 {
- height: 16vh !important; }
+ height: 16vh !important;
+}
.vw-16 {
- width: 16vw !important; }
+ width: 16vw !important;
+}
.font-size-16 {
- font-size: 16px !important; }
+ font-size: 16px !important;
+}
.m-17 {
- margin: 17px !important; }
+ margin: 17px !important;
+}
.mt-17 {
- margin-top: 17px !important; }
+ margin-top: 17px !important;
+}
.mb-17 {
- margin-bottom: 17px !important; }
+ margin-bottom: 17px !important;
+}
.ml-17 {
- margin-left: 17px !important; }
+ margin-left: 17px !important;
+}
.mr-17 {
- margin-right: 17px !important; }
+ margin-right: 17px !important;
+}
.p-17 {
- padding: 17px !important; }
+ padding: 17px !important;
+}
.pt-17 {
- padding-top: 17px !important; }
+ padding-top: 17px !important;
+}
.pb-17 {
- padding-bottom: 17px !important; }
+ padding-bottom: 17px !important;
+}
.pl-17 {
- padding-left: 17px !important; }
+ padding-left: 17px !important;
+}
.pr-17 {
- padding-right: 17px !important; }
+ padding-right: 17px !important;
+}
.vh-17 {
- height: 17vh !important; }
+ height: 17vh !important;
+}
.vw-17 {
- width: 17vw !important; }
+ width: 17vw !important;
+}
.font-size-17 {
- font-size: 17px !important; }
+ font-size: 17px !important;
+}
.m-18 {
- margin: 18px !important; }
+ margin: 18px !important;
+}
.mt-18 {
- margin-top: 18px !important; }
+ margin-top: 18px !important;
+}
.mb-18 {
- margin-bottom: 18px !important; }
+ margin-bottom: 18px !important;
+}
.ml-18 {
- margin-left: 18px !important; }
+ margin-left: 18px !important;
+}
.mr-18 {
- margin-right: 18px !important; }
+ margin-right: 18px !important;
+}
.p-18 {
- padding: 18px !important; }
+ padding: 18px !important;
+}
.pt-18 {
- padding-top: 18px !important; }
+ padding-top: 18px !important;
+}
.pb-18 {
- padding-bottom: 18px !important; }
+ padding-bottom: 18px !important;
+}
.pl-18 {
- padding-left: 18px !important; }
+ padding-left: 18px !important;
+}
.pr-18 {
- padding-right: 18px !important; }
+ padding-right: 18px !important;
+}
.vh-18 {
- height: 18vh !important; }
+ height: 18vh !important;
+}
.vw-18 {
- width: 18vw !important; }
+ width: 18vw !important;
+}
.font-size-18 {
- font-size: 18px !important; }
+ font-size: 18px !important;
+}
.m-19 {
- margin: 19px !important; }
+ margin: 19px !important;
+}
.mt-19 {
- margin-top: 19px !important; }
+ margin-top: 19px !important;
+}
.mb-19 {
- margin-bottom: 19px !important; }
+ margin-bottom: 19px !important;
+}
.ml-19 {
- margin-left: 19px !important; }
+ margin-left: 19px !important;
+}
.mr-19 {
- margin-right: 19px !important; }
+ margin-right: 19px !important;
+}
.p-19 {
- padding: 19px !important; }
+ padding: 19px !important;
+}
.pt-19 {
- padding-top: 19px !important; }
+ padding-top: 19px !important;
+}
.pb-19 {
- padding-bottom: 19px !important; }
+ padding-bottom: 19px !important;
+}
.pl-19 {
- padding-left: 19px !important; }
+ padding-left: 19px !important;
+}
.pr-19 {
- padding-right: 19px !important; }
+ padding-right: 19px !important;
+}
.vh-19 {
- height: 19vh !important; }
+ height: 19vh !important;
+}
.vw-19 {
- width: 19vw !important; }
+ width: 19vw !important;
+}
.font-size-19 {
- font-size: 19px !important; }
+ font-size: 19px !important;
+}
.m-20 {
- margin: 20px !important; }
+ margin: 20px !important;
+}
.mt-20 {
- margin-top: 20px !important; }
+ margin-top: 20px !important;
+}
.mb-20 {
- margin-bottom: 20px !important; }
+ margin-bottom: 20px !important;
+}
.ml-20 {
- margin-left: 20px !important; }
+ margin-left: 20px !important;
+}
.mr-20 {
- margin-right: 20px !important; }
+ margin-right: 20px !important;
+}
.p-20 {
- padding: 20px !important; }
+ padding: 20px !important;
+}
.pt-20 {
- padding-top: 20px !important; }
+ padding-top: 20px !important;
+}
.pb-20 {
- padding-bottom: 20px !important; }
+ padding-bottom: 20px !important;
+}
.pl-20 {
- padding-left: 20px !important; }
+ padding-left: 20px !important;
+}
.pr-20 {
- padding-right: 20px !important; }
+ padding-right: 20px !important;
+}
.vh-20 {
- height: 20vh !important; }
+ height: 20vh !important;
+}
.vw-20 {
- width: 20vw !important; }
+ width: 20vw !important;
+}
.font-size-20 {
- font-size: 20px !important; }
+ font-size: 20px !important;
+}
.m-21 {
- margin: 21px !important; }
+ margin: 21px !important;
+}
.mt-21 {
- margin-top: 21px !important; }
+ margin-top: 21px !important;
+}
.mb-21 {
- margin-bottom: 21px !important; }
+ margin-bottom: 21px !important;
+}
.ml-21 {
- margin-left: 21px !important; }
+ margin-left: 21px !important;
+}
.mr-21 {
- margin-right: 21px !important; }
+ margin-right: 21px !important;
+}
.p-21 {
- padding: 21px !important; }
+ padding: 21px !important;
+}
.pt-21 {
- padding-top: 21px !important; }
+ padding-top: 21px !important;
+}
.pb-21 {
- padding-bottom: 21px !important; }
+ padding-bottom: 21px !important;
+}
.pl-21 {
- padding-left: 21px !important; }
+ padding-left: 21px !important;
+}
.pr-21 {
- padding-right: 21px !important; }
+ padding-right: 21px !important;
+}
.vh-21 {
- height: 21vh !important; }
+ height: 21vh !important;
+}
.vw-21 {
- width: 21vw !important; }
+ width: 21vw !important;
+}
.font-size-21 {
- font-size: 21px !important; }
+ font-size: 21px !important;
+}
.m-22 {
- margin: 22px !important; }
+ margin: 22px !important;
+}
.mt-22 {
- margin-top: 22px !important; }
+ margin-top: 22px !important;
+}
.mb-22 {
- margin-bottom: 22px !important; }
+ margin-bottom: 22px !important;
+}
.ml-22 {
- margin-left: 22px !important; }
+ margin-left: 22px !important;
+}
.mr-22 {
- margin-right: 22px !important; }
+ margin-right: 22px !important;
+}
.p-22 {
- padding: 22px !important; }
+ padding: 22px !important;
+}
.pt-22 {
- padding-top: 22px !important; }
+ padding-top: 22px !important;
+}
.pb-22 {
- padding-bottom: 22px !important; }
+ padding-bottom: 22px !important;
+}
.pl-22 {
- padding-left: 22px !important; }
+ padding-left: 22px !important;
+}
.pr-22 {
- padding-right: 22px !important; }
+ padding-right: 22px !important;
+}
.vh-22 {
- height: 22vh !important; }
+ height: 22vh !important;
+}
.vw-22 {
- width: 22vw !important; }
+ width: 22vw !important;
+}
.font-size-22 {
- font-size: 22px !important; }
+ font-size: 22px !important;
+}
.m-23 {
- margin: 23px !important; }
+ margin: 23px !important;
+}
.mt-23 {
- margin-top: 23px !important; }
+ margin-top: 23px !important;
+}
.mb-23 {
- margin-bottom: 23px !important; }
+ margin-bottom: 23px !important;
+}
.ml-23 {
- margin-left: 23px !important; }
+ margin-left: 23px !important;
+}
.mr-23 {
- margin-right: 23px !important; }
+ margin-right: 23px !important;
+}
.p-23 {
- padding: 23px !important; }
+ padding: 23px !important;
+}
.pt-23 {
- padding-top: 23px !important; }
+ padding-top: 23px !important;
+}
.pb-23 {
- padding-bottom: 23px !important; }
+ padding-bottom: 23px !important;
+}
.pl-23 {
- padding-left: 23px !important; }
+ padding-left: 23px !important;
+}
.pr-23 {
- padding-right: 23px !important; }
+ padding-right: 23px !important;
+}
.vh-23 {
- height: 23vh !important; }
+ height: 23vh !important;
+}
.vw-23 {
- width: 23vw !important; }
+ width: 23vw !important;
+}
.font-size-23 {
- font-size: 23px !important; }
+ font-size: 23px !important;
+}
.m-24 {
- margin: 24px !important; }
+ margin: 24px !important;
+}
.mt-24 {
- margin-top: 24px !important; }
+ margin-top: 24px !important;
+}
.mb-24 {
- margin-bottom: 24px !important; }
+ margin-bottom: 24px !important;
+}
.ml-24 {
- margin-left: 24px !important; }
+ margin-left: 24px !important;
+}
.mr-24 {
- margin-right: 24px !important; }
+ margin-right: 24px !important;
+}
.p-24 {
- padding: 24px !important; }
+ padding: 24px !important;
+}
.pt-24 {
- padding-top: 24px !important; }
+ padding-top: 24px !important;
+}
.pb-24 {
- padding-bottom: 24px !important; }
+ padding-bottom: 24px !important;
+}
.pl-24 {
- padding-left: 24px !important; }
+ padding-left: 24px !important;
+}
.pr-24 {
- padding-right: 24px !important; }
+ padding-right: 24px !important;
+}
.vh-24 {
- height: 24vh !important; }
+ height: 24vh !important;
+}
.vw-24 {
- width: 24vw !important; }
+ width: 24vw !important;
+}
.font-size-24 {
- font-size: 24px !important; }
+ font-size: 24px !important;
+}
.m-25 {
- margin: 25px !important; }
+ margin: 25px !important;
+}
.mt-25 {
- margin-top: 25px !important; }
+ margin-top: 25px !important;
+}
.mb-25 {
- margin-bottom: 25px !important; }
+ margin-bottom: 25px !important;
+}
.ml-25 {
- margin-left: 25px !important; }
+ margin-left: 25px !important;
+}
.mr-25 {
- margin-right: 25px !important; }
+ margin-right: 25px !important;
+}
.p-25 {
- padding: 25px !important; }
+ padding: 25px !important;
+}
.pt-25 {
- padding-top: 25px !important; }
+ padding-top: 25px !important;
+}
.pb-25 {
- padding-bottom: 25px !important; }
+ padding-bottom: 25px !important;
+}
.pl-25 {
- padding-left: 25px !important; }
+ padding-left: 25px !important;
+}
.pr-25 {
- padding-right: 25px !important; }
+ padding-right: 25px !important;
+}
.vh-25 {
- height: 25vh !important; }
+ height: 25vh !important;
+}
.vw-25 {
- width: 25vw !important; }
+ width: 25vw !important;
+}
.font-size-25 {
- font-size: 25px !important; }
+ font-size: 25px !important;
+}
.m-26 {
- margin: 26px !important; }
+ margin: 26px !important;
+}
.mt-26 {
- margin-top: 26px !important; }
+ margin-top: 26px !important;
+}
.mb-26 {
- margin-bottom: 26px !important; }
+ margin-bottom: 26px !important;
+}
.ml-26 {
- margin-left: 26px !important; }
+ margin-left: 26px !important;
+}
.mr-26 {
- margin-right: 26px !important; }
+ margin-right: 26px !important;
+}
.p-26 {
- padding: 26px !important; }
+ padding: 26px !important;
+}
.pt-26 {
- padding-top: 26px !important; }
+ padding-top: 26px !important;
+}
.pb-26 {
- padding-bottom: 26px !important; }
+ padding-bottom: 26px !important;
+}
.pl-26 {
- padding-left: 26px !important; }
+ padding-left: 26px !important;
+}
.pr-26 {
- padding-right: 26px !important; }
+ padding-right: 26px !important;
+}
.vh-26 {
- height: 26vh !important; }
+ height: 26vh !important;
+}
.vw-26 {
- width: 26vw !important; }
+ width: 26vw !important;
+}
.font-size-26 {
- font-size: 26px !important; }
+ font-size: 26px !important;
+}
.m-27 {
- margin: 27px !important; }
+ margin: 27px !important;
+}
.mt-27 {
- margin-top: 27px !important; }
+ margin-top: 27px !important;
+}
.mb-27 {
- margin-bottom: 27px !important; }
+ margin-bottom: 27px !important;
+}
.ml-27 {
- margin-left: 27px !important; }
+ margin-left: 27px !important;
+}
.mr-27 {
- margin-right: 27px !important; }
+ margin-right: 27px !important;
+}
.p-27 {
- padding: 27px !important; }
+ padding: 27px !important;
+}
.pt-27 {
- padding-top: 27px !important; }
+ padding-top: 27px !important;
+}
.pb-27 {
- padding-bottom: 27px !important; }
+ padding-bottom: 27px !important;
+}
.pl-27 {
- padding-left: 27px !important; }
+ padding-left: 27px !important;
+}
.pr-27 {
- padding-right: 27px !important; }
+ padding-right: 27px !important;
+}
.vh-27 {
- height: 27vh !important; }
+ height: 27vh !important;
+}
.vw-27 {
- width: 27vw !important; }
+ width: 27vw !important;
+}
.font-size-27 {
- font-size: 27px !important; }
+ font-size: 27px !important;
+}
.m-28 {
- margin: 28px !important; }
+ margin: 28px !important;
+}
.mt-28 {
- margin-top: 28px !important; }
+ margin-top: 28px !important;
+}
.mb-28 {
- margin-bottom: 28px !important; }
+ margin-bottom: 28px !important;
+}
.ml-28 {
- margin-left: 28px !important; }
+ margin-left: 28px !important;
+}
.mr-28 {
- margin-right: 28px !important; }
+ margin-right: 28px !important;
+}
.p-28 {
- padding: 28px !important; }
+ padding: 28px !important;
+}
.pt-28 {
- padding-top: 28px !important; }
+ padding-top: 28px !important;
+}
.pb-28 {
- padding-bottom: 28px !important; }
+ padding-bottom: 28px !important;
+}
.pl-28 {
- padding-left: 28px !important; }
+ padding-left: 28px !important;
+}
.pr-28 {
- padding-right: 28px !important; }
+ padding-right: 28px !important;
+}
.vh-28 {
- height: 28vh !important; }
+ height: 28vh !important;
+}
.vw-28 {
- width: 28vw !important; }
+ width: 28vw !important;
+}
.font-size-28 {
- font-size: 28px !important; }
+ font-size: 28px !important;
+}
.m-29 {
- margin: 29px !important; }
+ margin: 29px !important;
+}
.mt-29 {
- margin-top: 29px !important; }
+ margin-top: 29px !important;
+}
.mb-29 {
- margin-bottom: 29px !important; }
+ margin-bottom: 29px !important;
+}
.ml-29 {
- margin-left: 29px !important; }
+ margin-left: 29px !important;
+}
.mr-29 {
- margin-right: 29px !important; }
+ margin-right: 29px !important;
+}
.p-29 {
- padding: 29px !important; }
+ padding: 29px !important;
+}
.pt-29 {
- padding-top: 29px !important; }
+ padding-top: 29px !important;
+}
.pb-29 {
- padding-bottom: 29px !important; }
+ padding-bottom: 29px !important;
+}
.pl-29 {
- padding-left: 29px !important; }
+ padding-left: 29px !important;
+}
.pr-29 {
- padding-right: 29px !important; }
+ padding-right: 29px !important;
+}
.vh-29 {
- height: 29vh !important; }
+ height: 29vh !important;
+}
.vw-29 {
- width: 29vw !important; }
+ width: 29vw !important;
+}
.font-size-29 {
- font-size: 29px !important; }
+ font-size: 29px !important;
+}
.m-30 {
- margin: 30px !important; }
+ margin: 30px !important;
+}
.mt-30 {
- margin-top: 30px !important; }
+ margin-top: 30px !important;
+}
.mb-30 {
- margin-bottom: 30px !important; }
+ margin-bottom: 30px !important;
+}
.ml-30 {
- margin-left: 30px !important; }
+ margin-left: 30px !important;
+}
.mr-30 {
- margin-right: 30px !important; }
+ margin-right: 30px !important;
+}
.p-30 {
- padding: 30px !important; }
+ padding: 30px !important;
+}
.pt-30 {
- padding-top: 30px !important; }
+ padding-top: 30px !important;
+}
.pb-30 {
- padding-bottom: 30px !important; }
+ padding-bottom: 30px !important;
+}
.pl-30 {
- padding-left: 30px !important; }
+ padding-left: 30px !important;
+}
.pr-30 {
- padding-right: 30px !important; }
+ padding-right: 30px !important;
+}
.vh-30 {
- height: 30vh !important; }
+ height: 30vh !important;
+}
.vw-30 {
- width: 30vw !important; }
+ width: 30vw !important;
+}
.font-size-30 {
- font-size: 30px !important; }
+ font-size: 30px !important;
+}
.m-31 {
- margin: 31px !important; }
+ margin: 31px !important;
+}
.mt-31 {
- margin-top: 31px !important; }
+ margin-top: 31px !important;
+}
.mb-31 {
- margin-bottom: 31px !important; }
+ margin-bottom: 31px !important;
+}
.ml-31 {
- margin-left: 31px !important; }
+ margin-left: 31px !important;
+}
.mr-31 {
- margin-right: 31px !important; }
+ margin-right: 31px !important;
+}
.p-31 {
- padding: 31px !important; }
+ padding: 31px !important;
+}
.pt-31 {
- padding-top: 31px !important; }
+ padding-top: 31px !important;
+}
.pb-31 {
- padding-bottom: 31px !important; }
+ padding-bottom: 31px !important;
+}
.pl-31 {
- padding-left: 31px !important; }
+ padding-left: 31px !important;
+}
.pr-31 {
- padding-right: 31px !important; }
+ padding-right: 31px !important;
+}
.vh-31 {
- height: 31vh !important; }
+ height: 31vh !important;
+}
.vw-31 {
- width: 31vw !important; }
+ width: 31vw !important;
+}
.font-size-31 {
- font-size: 31px !important; }
+ font-size: 31px !important;
+}
.m-32 {
- margin: 32px !important; }
+ margin: 32px !important;
+}
.mt-32 {
- margin-top: 32px !important; }
+ margin-top: 32px !important;
+}
.mb-32 {
- margin-bottom: 32px !important; }
+ margin-bottom: 32px !important;
+}
.ml-32 {
- margin-left: 32px !important; }
+ margin-left: 32px !important;
+}
.mr-32 {
- margin-right: 32px !important; }
+ margin-right: 32px !important;
+}
.p-32 {
- padding: 32px !important; }
+ padding: 32px !important;
+}
.pt-32 {
- padding-top: 32px !important; }
+ padding-top: 32px !important;
+}
.pb-32 {
- padding-bottom: 32px !important; }
+ padding-bottom: 32px !important;
+}
.pl-32 {
- padding-left: 32px !important; }
+ padding-left: 32px !important;
+}
.pr-32 {
- padding-right: 32px !important; }
+ padding-right: 32px !important;
+}
.vh-32 {
- height: 32vh !important; }
+ height: 32vh !important;
+}
.vw-32 {
- width: 32vw !important; }
+ width: 32vw !important;
+}
.font-size-32 {
- font-size: 32px !important; }
+ font-size: 32px !important;
+}
.m-33 {
- margin: 33px !important; }
+ margin: 33px !important;
+}
.mt-33 {
- margin-top: 33px !important; }
+ margin-top: 33px !important;
+}
.mb-33 {
- margin-bottom: 33px !important; }
+ margin-bottom: 33px !important;
+}
.ml-33 {
- margin-left: 33px !important; }
+ margin-left: 33px !important;
+}
.mr-33 {
- margin-right: 33px !important; }
+ margin-right: 33px !important;
+}
.p-33 {
- padding: 33px !important; }
+ padding: 33px !important;
+}
.pt-33 {
- padding-top: 33px !important; }
+ padding-top: 33px !important;
+}
.pb-33 {
- padding-bottom: 33px !important; }
+ padding-bottom: 33px !important;
+}
.pl-33 {
- padding-left: 33px !important; }
+ padding-left: 33px !important;
+}
.pr-33 {
- padding-right: 33px !important; }
+ padding-right: 33px !important;
+}
.vh-33 {
- height: 33vh !important; }
+ height: 33vh !important;
+}
.vw-33 {
- width: 33vw !important; }
+ width: 33vw !important;
+}
.font-size-33 {
- font-size: 33px !important; }
+ font-size: 33px !important;
+}
.m-34 {
- margin: 34px !important; }
+ margin: 34px !important;
+}
.mt-34 {
- margin-top: 34px !important; }
+ margin-top: 34px !important;
+}
.mb-34 {
- margin-bottom: 34px !important; }
+ margin-bottom: 34px !important;
+}
.ml-34 {
- margin-left: 34px !important; }
+ margin-left: 34px !important;
+}
.mr-34 {
- margin-right: 34px !important; }
+ margin-right: 34px !important;
+}
.p-34 {
- padding: 34px !important; }
+ padding: 34px !important;
+}
.pt-34 {
- padding-top: 34px !important; }
+ padding-top: 34px !important;
+}
.pb-34 {
- padding-bottom: 34px !important; }
+ padding-bottom: 34px !important;
+}
.pl-34 {
- padding-left: 34px !important; }
+ padding-left: 34px !important;
+}
.pr-34 {
- padding-right: 34px !important; }
+ padding-right: 34px !important;
+}
.vh-34 {
- height: 34vh !important; }
+ height: 34vh !important;
+}
.vw-34 {
- width: 34vw !important; }
+ width: 34vw !important;
+}
.font-size-34 {
- font-size: 34px !important; }
+ font-size: 34px !important;
+}
.m-35 {
- margin: 35px !important; }
+ margin: 35px !important;
+}
.mt-35 {
- margin-top: 35px !important; }
+ margin-top: 35px !important;
+}
.mb-35 {
- margin-bottom: 35px !important; }
+ margin-bottom: 35px !important;
+}
.ml-35 {
- margin-left: 35px !important; }
+ margin-left: 35px !important;
+}
.mr-35 {
- margin-right: 35px !important; }
+ margin-right: 35px !important;
+}
.p-35 {
- padding: 35px !important; }
+ padding: 35px !important;
+}
.pt-35 {
- padding-top: 35px !important; }
+ padding-top: 35px !important;
+}
.pb-35 {
- padding-bottom: 35px !important; }
+ padding-bottom: 35px !important;
+}
.pl-35 {
- padding-left: 35px !important; }
+ padding-left: 35px !important;
+}
.pr-35 {
- padding-right: 35px !important; }
+ padding-right: 35px !important;
+}
.vh-35 {
- height: 35vh !important; }
+ height: 35vh !important;
+}
.vw-35 {
- width: 35vw !important; }
+ width: 35vw !important;
+}
.font-size-35 {
- font-size: 35px !important; }
+ font-size: 35px !important;
+}
.m-36 {
- margin: 36px !important; }
+ margin: 36px !important;
+}
.mt-36 {
- margin-top: 36px !important; }
+ margin-top: 36px !important;
+}
.mb-36 {
- margin-bottom: 36px !important; }
+ margin-bottom: 36px !important;
+}
.ml-36 {
- margin-left: 36px !important; }
+ margin-left: 36px !important;
+}
.mr-36 {
- margin-right: 36px !important; }
+ margin-right: 36px !important;
+}
.p-36 {
- padding: 36px !important; }
+ padding: 36px !important;
+}
.pt-36 {
- padding-top: 36px !important; }
+ padding-top: 36px !important;
+}
.pb-36 {
- padding-bottom: 36px !important; }
+ padding-bottom: 36px !important;
+}
.pl-36 {
- padding-left: 36px !important; }
+ padding-left: 36px !important;
+}
.pr-36 {
- padding-right: 36px !important; }
+ padding-right: 36px !important;
+}
.vh-36 {
- height: 36vh !important; }
+ height: 36vh !important;
+}
.vw-36 {
- width: 36vw !important; }
+ width: 36vw !important;
+}
.font-size-36 {
- font-size: 36px !important; }
+ font-size: 36px !important;
+}
.m-37 {
- margin: 37px !important; }
+ margin: 37px !important;
+}
.mt-37 {
- margin-top: 37px !important; }
+ margin-top: 37px !important;
+}
.mb-37 {
- margin-bottom: 37px !important; }
+ margin-bottom: 37px !important;
+}
.ml-37 {
- margin-left: 37px !important; }
+ margin-left: 37px !important;
+}
.mr-37 {
- margin-right: 37px !important; }
+ margin-right: 37px !important;
+}
.p-37 {
- padding: 37px !important; }
+ padding: 37px !important;
+}
.pt-37 {
- padding-top: 37px !important; }
+ padding-top: 37px !important;
+}
.pb-37 {
- padding-bottom: 37px !important; }
+ padding-bottom: 37px !important;
+}
.pl-37 {
- padding-left: 37px !important; }
+ padding-left: 37px !important;
+}
.pr-37 {
- padding-right: 37px !important; }
+ padding-right: 37px !important;
+}
.vh-37 {
- height: 37vh !important; }
+ height: 37vh !important;
+}
.vw-37 {
- width: 37vw !important; }
+ width: 37vw !important;
+}
.font-size-37 {
- font-size: 37px !important; }
+ font-size: 37px !important;
+}
.m-38 {
- margin: 38px !important; }
+ margin: 38px !important;
+}
.mt-38 {
- margin-top: 38px !important; }
+ margin-top: 38px !important;
+}
.mb-38 {
- margin-bottom: 38px !important; }
+ margin-bottom: 38px !important;
+}
.ml-38 {
- margin-left: 38px !important; }
+ margin-left: 38px !important;
+}
.mr-38 {
- margin-right: 38px !important; }
+ margin-right: 38px !important;
+}
.p-38 {
- padding: 38px !important; }
+ padding: 38px !important;
+}
.pt-38 {
- padding-top: 38px !important; }
+ padding-top: 38px !important;
+}
.pb-38 {
- padding-bottom: 38px !important; }
+ padding-bottom: 38px !important;
+}
.pl-38 {
- padding-left: 38px !important; }
+ padding-left: 38px !important;
+}
.pr-38 {
- padding-right: 38px !important; }
+ padding-right: 38px !important;
+}
.vh-38 {
- height: 38vh !important; }
+ height: 38vh !important;
+}
.vw-38 {
- width: 38vw !important; }
+ width: 38vw !important;
+}
.font-size-38 {
- font-size: 38px !important; }
+ font-size: 38px !important;
+}
.m-39 {
- margin: 39px !important; }
+ margin: 39px !important;
+}
.mt-39 {
- margin-top: 39px !important; }
+ margin-top: 39px !important;
+}
.mb-39 {
- margin-bottom: 39px !important; }
+ margin-bottom: 39px !important;
+}
.ml-39 {
- margin-left: 39px !important; }
+ margin-left: 39px !important;
+}
.mr-39 {
- margin-right: 39px !important; }
+ margin-right: 39px !important;
+}
.p-39 {
- padding: 39px !important; }
+ padding: 39px !important;
+}
.pt-39 {
- padding-top: 39px !important; }
+ padding-top: 39px !important;
+}
.pb-39 {
- padding-bottom: 39px !important; }
+ padding-bottom: 39px !important;
+}
.pl-39 {
- padding-left: 39px !important; }
+ padding-left: 39px !important;
+}
.pr-39 {
- padding-right: 39px !important; }
+ padding-right: 39px !important;
+}
.vh-39 {
- height: 39vh !important; }
+ height: 39vh !important;
+}
.vw-39 {
- width: 39vw !important; }
+ width: 39vw !important;
+}
.font-size-39 {
- font-size: 39px !important; }
+ font-size: 39px !important;
+}
.m-40 {
- margin: 40px !important; }
+ margin: 40px !important;
+}
.mt-40 {
- margin-top: 40px !important; }
+ margin-top: 40px !important;
+}
.mb-40 {
- margin-bottom: 40px !important; }
+ margin-bottom: 40px !important;
+}
.ml-40 {
- margin-left: 40px !important; }
+ margin-left: 40px !important;
+}
.mr-40 {
- margin-right: 40px !important; }
+ margin-right: 40px !important;
+}
.p-40 {
- padding: 40px !important; }
+ padding: 40px !important;
+}
.pt-40 {
- padding-top: 40px !important; }
+ padding-top: 40px !important;
+}
.pb-40 {
- padding-bottom: 40px !important; }
+ padding-bottom: 40px !important;
+}
.pl-40 {
- padding-left: 40px !important; }
+ padding-left: 40px !important;
+}
.pr-40 {
- padding-right: 40px !important; }
+ padding-right: 40px !important;
+}
.vh-40 {
- height: 40vh !important; }
+ height: 40vh !important;
+}
.vw-40 {
- width: 40vw !important; }
+ width: 40vw !important;
+}
.font-size-40 {
- font-size: 40px !important; }
+ font-size: 40px !important;
+}
.m-41 {
- margin: 41px !important; }
+ margin: 41px !important;
+}
.mt-41 {
- margin-top: 41px !important; }
+ margin-top: 41px !important;
+}
.mb-41 {
- margin-bottom: 41px !important; }
+ margin-bottom: 41px !important;
+}
.ml-41 {
- margin-left: 41px !important; }
+ margin-left: 41px !important;
+}
.mr-41 {
- margin-right: 41px !important; }
+ margin-right: 41px !important;
+}
.p-41 {
- padding: 41px !important; }
+ padding: 41px !important;
+}
.pt-41 {
- padding-top: 41px !important; }
+ padding-top: 41px !important;
+}
.pb-41 {
- padding-bottom: 41px !important; }
+ padding-bottom: 41px !important;
+}
.pl-41 {
- padding-left: 41px !important; }
+ padding-left: 41px !important;
+}
.pr-41 {
- padding-right: 41px !important; }
+ padding-right: 41px !important;
+}
.vh-41 {
- height: 41vh !important; }
+ height: 41vh !important;
+}
.vw-41 {
- width: 41vw !important; }
+ width: 41vw !important;
+}
.font-size-41 {
- font-size: 41px !important; }
+ font-size: 41px !important;
+}
.m-42 {
- margin: 42px !important; }
+ margin: 42px !important;
+}
.mt-42 {
- margin-top: 42px !important; }
+ margin-top: 42px !important;
+}
.mb-42 {
- margin-bottom: 42px !important; }
+ margin-bottom: 42px !important;
+}
.ml-42 {
- margin-left: 42px !important; }
+ margin-left: 42px !important;
+}
.mr-42 {
- margin-right: 42px !important; }
+ margin-right: 42px !important;
+}
.p-42 {
- padding: 42px !important; }
+ padding: 42px !important;
+}
.pt-42 {
- padding-top: 42px !important; }
+ padding-top: 42px !important;
+}
.pb-42 {
- padding-bottom: 42px !important; }
+ padding-bottom: 42px !important;
+}
.pl-42 {
- padding-left: 42px !important; }
+ padding-left: 42px !important;
+}
.pr-42 {
- padding-right: 42px !important; }
+ padding-right: 42px !important;
+}
.vh-42 {
- height: 42vh !important; }
+ height: 42vh !important;
+}
.vw-42 {
- width: 42vw !important; }
+ width: 42vw !important;
+}
.font-size-42 {
- font-size: 42px !important; }
+ font-size: 42px !important;
+}
.m-43 {
- margin: 43px !important; }
+ margin: 43px !important;
+}
.mt-43 {
- margin-top: 43px !important; }
+ margin-top: 43px !important;
+}
.mb-43 {
- margin-bottom: 43px !important; }
+ margin-bottom: 43px !important;
+}
.ml-43 {
- margin-left: 43px !important; }
+ margin-left: 43px !important;
+}
.mr-43 {
- margin-right: 43px !important; }
+ margin-right: 43px !important;
+}
.p-43 {
- padding: 43px !important; }
+ padding: 43px !important;
+}
.pt-43 {
- padding-top: 43px !important; }
+ padding-top: 43px !important;
+}
.pb-43 {
- padding-bottom: 43px !important; }
+ padding-bottom: 43px !important;
+}
.pl-43 {
- padding-left: 43px !important; }
+ padding-left: 43px !important;
+}
.pr-43 {
- padding-right: 43px !important; }
+ padding-right: 43px !important;
+}
.vh-43 {
- height: 43vh !important; }
+ height: 43vh !important;
+}
.vw-43 {
- width: 43vw !important; }
+ width: 43vw !important;
+}
.font-size-43 {
- font-size: 43px !important; }
+ font-size: 43px !important;
+}
.m-44 {
- margin: 44px !important; }
+ margin: 44px !important;
+}
.mt-44 {
- margin-top: 44px !important; }
+ margin-top: 44px !important;
+}
.mb-44 {
- margin-bottom: 44px !important; }
+ margin-bottom: 44px !important;
+}
.ml-44 {
- margin-left: 44px !important; }
+ margin-left: 44px !important;
+}
.mr-44 {
- margin-right: 44px !important; }
+ margin-right: 44px !important;
+}
.p-44 {
- padding: 44px !important; }
+ padding: 44px !important;
+}
.pt-44 {
- padding-top: 44px !important; }
+ padding-top: 44px !important;
+}
.pb-44 {
- padding-bottom: 44px !important; }
+ padding-bottom: 44px !important;
+}
.pl-44 {
- padding-left: 44px !important; }
+ padding-left: 44px !important;
+}
.pr-44 {
- padding-right: 44px !important; }
+ padding-right: 44px !important;
+}
.vh-44 {
- height: 44vh !important; }
+ height: 44vh !important;
+}
.vw-44 {
- width: 44vw !important; }
+ width: 44vw !important;
+}
.font-size-44 {
- font-size: 44px !important; }
+ font-size: 44px !important;
+}
.m-45 {
- margin: 45px !important; }
+ margin: 45px !important;
+}
.mt-45 {
- margin-top: 45px !important; }
+ margin-top: 45px !important;
+}
.mb-45 {
- margin-bottom: 45px !important; }
+ margin-bottom: 45px !important;
+}
.ml-45 {
- margin-left: 45px !important; }
+ margin-left: 45px !important;
+}
.mr-45 {
- margin-right: 45px !important; }
+ margin-right: 45px !important;
+}
.p-45 {
- padding: 45px !important; }
+ padding: 45px !important;
+}
.pt-45 {
- padding-top: 45px !important; }
+ padding-top: 45px !important;
+}
.pb-45 {
- padding-bottom: 45px !important; }
+ padding-bottom: 45px !important;
+}
.pl-45 {
- padding-left: 45px !important; }
+ padding-left: 45px !important;
+}
.pr-45 {
- padding-right: 45px !important; }
+ padding-right: 45px !important;
+}
.vh-45 {
- height: 45vh !important; }
+ height: 45vh !important;
+}
.vw-45 {
- width: 45vw !important; }
+ width: 45vw !important;
+}
.font-size-45 {
- font-size: 45px !important; }
+ font-size: 45px !important;
+}
.m-46 {
- margin: 46px !important; }
+ margin: 46px !important;
+}
.mt-46 {
- margin-top: 46px !important; }
+ margin-top: 46px !important;
+}
.mb-46 {
- margin-bottom: 46px !important; }
+ margin-bottom: 46px !important;
+}
.ml-46 {
- margin-left: 46px !important; }
+ margin-left: 46px !important;
+}
.mr-46 {
- margin-right: 46px !important; }
+ margin-right: 46px !important;
+}
.p-46 {
- padding: 46px !important; }
+ padding: 46px !important;
+}
.pt-46 {
- padding-top: 46px !important; }
+ padding-top: 46px !important;
+}
.pb-46 {
- padding-bottom: 46px !important; }
+ padding-bottom: 46px !important;
+}
.pl-46 {
- padding-left: 46px !important; }
+ padding-left: 46px !important;
+}
.pr-46 {
- padding-right: 46px !important; }
+ padding-right: 46px !important;
+}
.vh-46 {
- height: 46vh !important; }
+ height: 46vh !important;
+}
.vw-46 {
- width: 46vw !important; }
+ width: 46vw !important;
+}
.font-size-46 {
- font-size: 46px !important; }
+ font-size: 46px !important;
+}
.m-47 {
- margin: 47px !important; }
+ margin: 47px !important;
+}
.mt-47 {
- margin-top: 47px !important; }
+ margin-top: 47px !important;
+}
.mb-47 {
- margin-bottom: 47px !important; }
+ margin-bottom: 47px !important;
+}
.ml-47 {
- margin-left: 47px !important; }
+ margin-left: 47px !important;
+}
.mr-47 {
- margin-right: 47px !important; }
+ margin-right: 47px !important;
+}
.p-47 {
- padding: 47px !important; }
+ padding: 47px !important;
+}
.pt-47 {
- padding-top: 47px !important; }
+ padding-top: 47px !important;
+}
.pb-47 {
- padding-bottom: 47px !important; }
+ padding-bottom: 47px !important;
+}
.pl-47 {
- padding-left: 47px !important; }
+ padding-left: 47px !important;
+}
.pr-47 {
- padding-right: 47px !important; }
+ padding-right: 47px !important;
+}
.vh-47 {
- height: 47vh !important; }
+ height: 47vh !important;
+}
.vw-47 {
- width: 47vw !important; }
+ width: 47vw !important;
+}
.font-size-47 {
- font-size: 47px !important; }
+ font-size: 47px !important;
+}
.m-48 {
- margin: 48px !important; }
+ margin: 48px !important;
+}
.mt-48 {
- margin-top: 48px !important; }
+ margin-top: 48px !important;
+}
.mb-48 {
- margin-bottom: 48px !important; }
+ margin-bottom: 48px !important;
+}
.ml-48 {
- margin-left: 48px !important; }
+ margin-left: 48px !important;
+}
.mr-48 {
- margin-right: 48px !important; }
+ margin-right: 48px !important;
+}
.p-48 {
- padding: 48px !important; }
+ padding: 48px !important;
+}
.pt-48 {
- padding-top: 48px !important; }
+ padding-top: 48px !important;
+}
.pb-48 {
- padding-bottom: 48px !important; }
+ padding-bottom: 48px !important;
+}
.pl-48 {
- padding-left: 48px !important; }
+ padding-left: 48px !important;
+}
.pr-48 {
- padding-right: 48px !important; }
+ padding-right: 48px !important;
+}
.vh-48 {
- height: 48vh !important; }
+ height: 48vh !important;
+}
.vw-48 {
- width: 48vw !important; }
+ width: 48vw !important;
+}
.font-size-48 {
- font-size: 48px !important; }
+ font-size: 48px !important;
+}
.m-49 {
- margin: 49px !important; }
+ margin: 49px !important;
+}
.mt-49 {
- margin-top: 49px !important; }
+ margin-top: 49px !important;
+}
.mb-49 {
- margin-bottom: 49px !important; }
+ margin-bottom: 49px !important;
+}
.ml-49 {
- margin-left: 49px !important; }
+ margin-left: 49px !important;
+}
.mr-49 {
- margin-right: 49px !important; }
+ margin-right: 49px !important;
+}
.p-49 {
- padding: 49px !important; }
+ padding: 49px !important;
+}
.pt-49 {
- padding-top: 49px !important; }
+ padding-top: 49px !important;
+}
.pb-49 {
- padding-bottom: 49px !important; }
+ padding-bottom: 49px !important;
+}
.pl-49 {
- padding-left: 49px !important; }
+ padding-left: 49px !important;
+}
.pr-49 {
- padding-right: 49px !important; }
+ padding-right: 49px !important;
+}
.vh-49 {
- height: 49vh !important; }
+ height: 49vh !important;
+}
.vw-49 {
- width: 49vw !important; }
+ width: 49vw !important;
+}
.font-size-49 {
- font-size: 49px !important; }
+ font-size: 49px !important;
+}
.m-50 {
- margin: 50px !important; }
+ margin: 50px !important;
+}
.mt-50 {
- margin-top: 50px !important; }
+ margin-top: 50px !important;
+}
.mb-50 {
- margin-bottom: 50px !important; }
+ margin-bottom: 50px !important;
+}
.ml-50 {
- margin-left: 50px !important; }
+ margin-left: 50px !important;
+}
.mr-50 {
- margin-right: 50px !important; }
+ margin-right: 50px !important;
+}
.p-50 {
- padding: 50px !important; }
+ padding: 50px !important;
+}
.pt-50 {
- padding-top: 50px !important; }
+ padding-top: 50px !important;
+}
.pb-50 {
- padding-bottom: 50px !important; }
+ padding-bottom: 50px !important;
+}
.pl-50 {
- padding-left: 50px !important; }
+ padding-left: 50px !important;
+}
.pr-50 {
- padding-right: 50px !important; }
+ padding-right: 50px !important;
+}
.vh-50 {
- height: 50vh !important; }
+ height: 50vh !important;
+}
.vw-50 {
- width: 50vw !important; }
+ width: 50vw !important;
+}
.font-size-50 {
- font-size: 50px !important; }
+ font-size: 50px !important;
+}
.m-51 {
- margin: 51px !important; }
+ margin: 51px !important;
+}
.mt-51 {
- margin-top: 51px !important; }
+ margin-top: 51px !important;
+}
.mb-51 {
- margin-bottom: 51px !important; }
+ margin-bottom: 51px !important;
+}
.ml-51 {
- margin-left: 51px !important; }
+ margin-left: 51px !important;
+}
.mr-51 {
- margin-right: 51px !important; }
+ margin-right: 51px !important;
+}
.p-51 {
- padding: 51px !important; }
+ padding: 51px !important;
+}
.pt-51 {
- padding-top: 51px !important; }
+ padding-top: 51px !important;
+}
.pb-51 {
- padding-bottom: 51px !important; }
+ padding-bottom: 51px !important;
+}
.pl-51 {
- padding-left: 51px !important; }
+ padding-left: 51px !important;
+}
.pr-51 {
- padding-right: 51px !important; }
+ padding-right: 51px !important;
+}
.vh-51 {
- height: 51vh !important; }
+ height: 51vh !important;
+}
.vw-51 {
- width: 51vw !important; }
+ width: 51vw !important;
+}
.font-size-51 {
- font-size: 51px !important; }
+ font-size: 51px !important;
+}
.m-52 {
- margin: 52px !important; }
+ margin: 52px !important;
+}
.mt-52 {
- margin-top: 52px !important; }
+ margin-top: 52px !important;
+}
.mb-52 {
- margin-bottom: 52px !important; }
+ margin-bottom: 52px !important;
+}
.ml-52 {
- margin-left: 52px !important; }
+ margin-left: 52px !important;
+}
.mr-52 {
- margin-right: 52px !important; }
+ margin-right: 52px !important;
+}
.p-52 {
- padding: 52px !important; }
+ padding: 52px !important;
+}
.pt-52 {
- padding-top: 52px !important; }
+ padding-top: 52px !important;
+}
.pb-52 {
- padding-bottom: 52px !important; }
+ padding-bottom: 52px !important;
+}
.pl-52 {
- padding-left: 52px !important; }
+ padding-left: 52px !important;
+}
.pr-52 {
- padding-right: 52px !important; }
+ padding-right: 52px !important;
+}
.vh-52 {
- height: 52vh !important; }
+ height: 52vh !important;
+}
.vw-52 {
- width: 52vw !important; }
+ width: 52vw !important;
+}
.font-size-52 {
- font-size: 52px !important; }
+ font-size: 52px !important;
+}
.m-53 {
- margin: 53px !important; }
+ margin: 53px !important;
+}
.mt-53 {
- margin-top: 53px !important; }
+ margin-top: 53px !important;
+}
.mb-53 {
- margin-bottom: 53px !important; }
+ margin-bottom: 53px !important;
+}
.ml-53 {
- margin-left: 53px !important; }
+ margin-left: 53px !important;
+}
.mr-53 {
- margin-right: 53px !important; }
+ margin-right: 53px !important;
+}
.p-53 {
- padding: 53px !important; }
+ padding: 53px !important;
+}
.pt-53 {
- padding-top: 53px !important; }
+ padding-top: 53px !important;
+}
.pb-53 {
- padding-bottom: 53px !important; }
+ padding-bottom: 53px !important;
+}
.pl-53 {
- padding-left: 53px !important; }
+ padding-left: 53px !important;
+}
.pr-53 {
- padding-right: 53px !important; }
+ padding-right: 53px !important;
+}
.vh-53 {
- height: 53vh !important; }
+ height: 53vh !important;
+}
.vw-53 {
- width: 53vw !important; }
+ width: 53vw !important;
+}
.font-size-53 {
- font-size: 53px !important; }
+ font-size: 53px !important;
+}
.m-54 {
- margin: 54px !important; }
+ margin: 54px !important;
+}
.mt-54 {
- margin-top: 54px !important; }
+ margin-top: 54px !important;
+}
.mb-54 {
- margin-bottom: 54px !important; }
+ margin-bottom: 54px !important;
+}
.ml-54 {
- margin-left: 54px !important; }
+ margin-left: 54px !important;
+}
.mr-54 {
- margin-right: 54px !important; }
+ margin-right: 54px !important;
+}
.p-54 {
- padding: 54px !important; }
+ padding: 54px !important;
+}
.pt-54 {
- padding-top: 54px !important; }
+ padding-top: 54px !important;
+}
.pb-54 {
- padding-bottom: 54px !important; }
+ padding-bottom: 54px !important;
+}
.pl-54 {
- padding-left: 54px !important; }
+ padding-left: 54px !important;
+}
.pr-54 {
- padding-right: 54px !important; }
+ padding-right: 54px !important;
+}
.vh-54 {
- height: 54vh !important; }
+ height: 54vh !important;
+}
.vw-54 {
- width: 54vw !important; }
+ width: 54vw !important;
+}
.font-size-54 {
- font-size: 54px !important; }
+ font-size: 54px !important;
+}
.m-55 {
- margin: 55px !important; }
+ margin: 55px !important;
+}
.mt-55 {
- margin-top: 55px !important; }
+ margin-top: 55px !important;
+}
.mb-55 {
- margin-bottom: 55px !important; }
+ margin-bottom: 55px !important;
+}
.ml-55 {
- margin-left: 55px !important; }
+ margin-left: 55px !important;
+}
.mr-55 {
- margin-right: 55px !important; }
+ margin-right: 55px !important;
+}
.p-55 {
- padding: 55px !important; }
+ padding: 55px !important;
+}
.pt-55 {
- padding-top: 55px !important; }
+ padding-top: 55px !important;
+}
.pb-55 {
- padding-bottom: 55px !important; }
+ padding-bottom: 55px !important;
+}
.pl-55 {
- padding-left: 55px !important; }
+ padding-left: 55px !important;
+}
.pr-55 {
- padding-right: 55px !important; }
+ padding-right: 55px !important;
+}
.vh-55 {
- height: 55vh !important; }
+ height: 55vh !important;
+}
.vw-55 {
- width: 55vw !important; }
+ width: 55vw !important;
+}
.font-size-55 {
- font-size: 55px !important; }
+ font-size: 55px !important;
+}
.m-56 {
- margin: 56px !important; }
+ margin: 56px !important;
+}
.mt-56 {
- margin-top: 56px !important; }
+ margin-top: 56px !important;
+}
.mb-56 {
- margin-bottom: 56px !important; }
+ margin-bottom: 56px !important;
+}
.ml-56 {
- margin-left: 56px !important; }
+ margin-left: 56px !important;
+}
.mr-56 {
- margin-right: 56px !important; }
+ margin-right: 56px !important;
+}
.p-56 {
- padding: 56px !important; }
+ padding: 56px !important;
+}
.pt-56 {
- padding-top: 56px !important; }
+ padding-top: 56px !important;
+}
.pb-56 {
- padding-bottom: 56px !important; }
+ padding-bottom: 56px !important;
+}
.pl-56 {
- padding-left: 56px !important; }
+ padding-left: 56px !important;
+}
.pr-56 {
- padding-right: 56px !important; }
+ padding-right: 56px !important;
+}
.vh-56 {
- height: 56vh !important; }
+ height: 56vh !important;
+}
.vw-56 {
- width: 56vw !important; }
+ width: 56vw !important;
+}
.font-size-56 {
- font-size: 56px !important; }
+ font-size: 56px !important;
+}
.m-57 {
- margin: 57px !important; }
+ margin: 57px !important;
+}
.mt-57 {
- margin-top: 57px !important; }
+ margin-top: 57px !important;
+}
.mb-57 {
- margin-bottom: 57px !important; }
+ margin-bottom: 57px !important;
+}
.ml-57 {
- margin-left: 57px !important; }
+ margin-left: 57px !important;
+}
.mr-57 {
- margin-right: 57px !important; }
+ margin-right: 57px !important;
+}
.p-57 {
- padding: 57px !important; }
+ padding: 57px !important;
+}
.pt-57 {
- padding-top: 57px !important; }
+ padding-top: 57px !important;
+}
.pb-57 {
- padding-bottom: 57px !important; }
+ padding-bottom: 57px !important;
+}
.pl-57 {
- padding-left: 57px !important; }
+ padding-left: 57px !important;
+}
.pr-57 {
- padding-right: 57px !important; }
+ padding-right: 57px !important;
+}
.vh-57 {
- height: 57vh !important; }
+ height: 57vh !important;
+}
.vw-57 {
- width: 57vw !important; }
+ width: 57vw !important;
+}
.font-size-57 {
- font-size: 57px !important; }
+ font-size: 57px !important;
+}
.m-58 {
- margin: 58px !important; }
+ margin: 58px !important;
+}
.mt-58 {
- margin-top: 58px !important; }
+ margin-top: 58px !important;
+}
.mb-58 {
- margin-bottom: 58px !important; }
+ margin-bottom: 58px !important;
+}
.ml-58 {
- margin-left: 58px !important; }
+ margin-left: 58px !important;
+}
.mr-58 {
- margin-right: 58px !important; }
+ margin-right: 58px !important;
+}
.p-58 {
- padding: 58px !important; }
+ padding: 58px !important;
+}
.pt-58 {
- padding-top: 58px !important; }
+ padding-top: 58px !important;
+}
.pb-58 {
- padding-bottom: 58px !important; }
+ padding-bottom: 58px !important;
+}
.pl-58 {
- padding-left: 58px !important; }
+ padding-left: 58px !important;
+}
.pr-58 {
- padding-right: 58px !important; }
+ padding-right: 58px !important;
+}
.vh-58 {
- height: 58vh !important; }
+ height: 58vh !important;
+}
.vw-58 {
- width: 58vw !important; }
+ width: 58vw !important;
+}
.font-size-58 {
- font-size: 58px !important; }
+ font-size: 58px !important;
+}
.m-59 {
- margin: 59px !important; }
+ margin: 59px !important;
+}
.mt-59 {
- margin-top: 59px !important; }
+ margin-top: 59px !important;
+}
.mb-59 {
- margin-bottom: 59px !important; }
+ margin-bottom: 59px !important;
+}
.ml-59 {
- margin-left: 59px !important; }
+ margin-left: 59px !important;
+}
.mr-59 {
- margin-right: 59px !important; }
+ margin-right: 59px !important;
+}
.p-59 {
- padding: 59px !important; }
+ padding: 59px !important;
+}
.pt-59 {
- padding-top: 59px !important; }
+ padding-top: 59px !important;
+}
.pb-59 {
- padding-bottom: 59px !important; }
+ padding-bottom: 59px !important;
+}
.pl-59 {
- padding-left: 59px !important; }
+ padding-left: 59px !important;
+}
.pr-59 {
- padding-right: 59px !important; }
+ padding-right: 59px !important;
+}
.vh-59 {
- height: 59vh !important; }
+ height: 59vh !important;
+}
.vw-59 {
- width: 59vw !important; }
+ width: 59vw !important;
+}
.font-size-59 {
- font-size: 59px !important; }
+ font-size: 59px !important;
+}
.m-60 {
- margin: 60px !important; }
+ margin: 60px !important;
+}
.mt-60 {
- margin-top: 60px !important; }
+ margin-top: 60px !important;
+}
.mb-60 {
- margin-bottom: 60px !important; }
+ margin-bottom: 60px !important;
+}
.ml-60 {
- margin-left: 60px !important; }
+ margin-left: 60px !important;
+}
.mr-60 {
- margin-right: 60px !important; }
+ margin-right: 60px !important;
+}
.p-60 {
- padding: 60px !important; }
+ padding: 60px !important;
+}
.pt-60 {
- padding-top: 60px !important; }
+ padding-top: 60px !important;
+}
.pb-60 {
- padding-bottom: 60px !important; }
+ padding-bottom: 60px !important;
+}
.pl-60 {
- padding-left: 60px !important; }
+ padding-left: 60px !important;
+}
.pr-60 {
- padding-right: 60px !important; }
+ padding-right: 60px !important;
+}
.vh-60 {
- height: 60vh !important; }
+ height: 60vh !important;
+}
.vw-60 {
- width: 60vw !important; }
+ width: 60vw !important;
+}
.font-size-60 {
- font-size: 60px !important; }
+ font-size: 60px !important;
+}
.m-61 {
- margin: 61px !important; }
+ margin: 61px !important;
+}
.mt-61 {
- margin-top: 61px !important; }
+ margin-top: 61px !important;
+}
.mb-61 {
- margin-bottom: 61px !important; }
+ margin-bottom: 61px !important;
+}
.ml-61 {
- margin-left: 61px !important; }
+ margin-left: 61px !important;
+}
.mr-61 {
- margin-right: 61px !important; }
+ margin-right: 61px !important;
+}
.p-61 {
- padding: 61px !important; }
+ padding: 61px !important;
+}
.pt-61 {
- padding-top: 61px !important; }
+ padding-top: 61px !important;
+}
.pb-61 {
- padding-bottom: 61px !important; }
+ padding-bottom: 61px !important;
+}
.pl-61 {
- padding-left: 61px !important; }
+ padding-left: 61px !important;
+}
.pr-61 {
- padding-right: 61px !important; }
+ padding-right: 61px !important;
+}
.vh-61 {
- height: 61vh !important; }
+ height: 61vh !important;
+}
.vw-61 {
- width: 61vw !important; }
+ width: 61vw !important;
+}
.font-size-61 {
- font-size: 61px !important; }
+ font-size: 61px !important;
+}
.m-62 {
- margin: 62px !important; }
+ margin: 62px !important;
+}
.mt-62 {
- margin-top: 62px !important; }
+ margin-top: 62px !important;
+}
.mb-62 {
- margin-bottom: 62px !important; }
+ margin-bottom: 62px !important;
+}
.ml-62 {
- margin-left: 62px !important; }
+ margin-left: 62px !important;
+}
.mr-62 {
- margin-right: 62px !important; }
+ margin-right: 62px !important;
+}
.p-62 {
- padding: 62px !important; }
+ padding: 62px !important;
+}
.pt-62 {
- padding-top: 62px !important; }
+ padding-top: 62px !important;
+}
.pb-62 {
- padding-bottom: 62px !important; }
+ padding-bottom: 62px !important;
+}
.pl-62 {
- padding-left: 62px !important; }
+ padding-left: 62px !important;
+}
.pr-62 {
- padding-right: 62px !important; }
+ padding-right: 62px !important;
+}
.vh-62 {
- height: 62vh !important; }
+ height: 62vh !important;
+}
.vw-62 {
- width: 62vw !important; }
+ width: 62vw !important;
+}
.font-size-62 {
- font-size: 62px !important; }
+ font-size: 62px !important;
+}
.m-63 {
- margin: 63px !important; }
+ margin: 63px !important;
+}
.mt-63 {
- margin-top: 63px !important; }
+ margin-top: 63px !important;
+}
.mb-63 {
- margin-bottom: 63px !important; }
+ margin-bottom: 63px !important;
+}
.ml-63 {
- margin-left: 63px !important; }
+ margin-left: 63px !important;
+}
.mr-63 {
- margin-right: 63px !important; }
+ margin-right: 63px !important;
+}
.p-63 {
- padding: 63px !important; }
+ padding: 63px !important;
+}
.pt-63 {
- padding-top: 63px !important; }
+ padding-top: 63px !important;
+}
.pb-63 {
- padding-bottom: 63px !important; }
+ padding-bottom: 63px !important;
+}
.pl-63 {
- padding-left: 63px !important; }
+ padding-left: 63px !important;
+}
.pr-63 {
- padding-right: 63px !important; }
+ padding-right: 63px !important;
+}
.vh-63 {
- height: 63vh !important; }
+ height: 63vh !important;
+}
.vw-63 {
- width: 63vw !important; }
+ width: 63vw !important;
+}
.font-size-63 {
- font-size: 63px !important; }
+ font-size: 63px !important;
+}
.m-64 {
- margin: 64px !important; }
+ margin: 64px !important;
+}
.mt-64 {
- margin-top: 64px !important; }
+ margin-top: 64px !important;
+}
.mb-64 {
- margin-bottom: 64px !important; }
+ margin-bottom: 64px !important;
+}
.ml-64 {
- margin-left: 64px !important; }
+ margin-left: 64px !important;
+}
.mr-64 {
- margin-right: 64px !important; }
+ margin-right: 64px !important;
+}
.p-64 {
- padding: 64px !important; }
+ padding: 64px !important;
+}
.pt-64 {
- padding-top: 64px !important; }
+ padding-top: 64px !important;
+}
.pb-64 {
- padding-bottom: 64px !important; }
+ padding-bottom: 64px !important;
+}
.pl-64 {
- padding-left: 64px !important; }
+ padding-left: 64px !important;
+}
.pr-64 {
- padding-right: 64px !important; }
+ padding-right: 64px !important;
+}
.vh-64 {
- height: 64vh !important; }
+ height: 64vh !important;
+}
.vw-64 {
- width: 64vw !important; }
+ width: 64vw !important;
+}
.font-size-64 {
- font-size: 64px !important; }
+ font-size: 64px !important;
+}
.m-65 {
- margin: 65px !important; }
+ margin: 65px !important;
+}
.mt-65 {
- margin-top: 65px !important; }
+ margin-top: 65px !important;
+}
.mb-65 {
- margin-bottom: 65px !important; }
+ margin-bottom: 65px !important;
+}
.ml-65 {
- margin-left: 65px !important; }
+ margin-left: 65px !important;
+}
.mr-65 {
- margin-right: 65px !important; }
+ margin-right: 65px !important;
+}
.p-65 {
- padding: 65px !important; }
+ padding: 65px !important;
+}
.pt-65 {
- padding-top: 65px !important; }
+ padding-top: 65px !important;
+}
.pb-65 {
- padding-bottom: 65px !important; }
+ padding-bottom: 65px !important;
+}
.pl-65 {
- padding-left: 65px !important; }
+ padding-left: 65px !important;
+}
.pr-65 {
- padding-right: 65px !important; }
+ padding-right: 65px !important;
+}
.vh-65 {
- height: 65vh !important; }
+ height: 65vh !important;
+}
.vw-65 {
- width: 65vw !important; }
+ width: 65vw !important;
+}
.font-size-65 {
- font-size: 65px !important; }
+ font-size: 65px !important;
+}
.m-66 {
- margin: 66px !important; }
+ margin: 66px !important;
+}
.mt-66 {
- margin-top: 66px !important; }
+ margin-top: 66px !important;
+}
.mb-66 {
- margin-bottom: 66px !important; }
+ margin-bottom: 66px !important;
+}
.ml-66 {
- margin-left: 66px !important; }
+ margin-left: 66px !important;
+}
.mr-66 {
- margin-right: 66px !important; }
+ margin-right: 66px !important;
+}
.p-66 {
- padding: 66px !important; }
+ padding: 66px !important;
+}
.pt-66 {
- padding-top: 66px !important; }
+ padding-top: 66px !important;
+}
.pb-66 {
- padding-bottom: 66px !important; }
+ padding-bottom: 66px !important;
+}
.pl-66 {
- padding-left: 66px !important; }
+ padding-left: 66px !important;
+}
.pr-66 {
- padding-right: 66px !important; }
+ padding-right: 66px !important;
+}
.vh-66 {
- height: 66vh !important; }
+ height: 66vh !important;
+}
.vw-66 {
- width: 66vw !important; }
+ width: 66vw !important;
+}
.font-size-66 {
- font-size: 66px !important; }
+ font-size: 66px !important;
+}
.m-67 {
- margin: 67px !important; }
+ margin: 67px !important;
+}
.mt-67 {
- margin-top: 67px !important; }
+ margin-top: 67px !important;
+}
.mb-67 {
- margin-bottom: 67px !important; }
+ margin-bottom: 67px !important;
+}
.ml-67 {
- margin-left: 67px !important; }
+ margin-left: 67px !important;
+}
.mr-67 {
- margin-right: 67px !important; }
+ margin-right: 67px !important;
+}
.p-67 {
- padding: 67px !important; }
+ padding: 67px !important;
+}
.pt-67 {
- padding-top: 67px !important; }
+ padding-top: 67px !important;
+}
.pb-67 {
- padding-bottom: 67px !important; }
+ padding-bottom: 67px !important;
+}
.pl-67 {
- padding-left: 67px !important; }
+ padding-left: 67px !important;
+}
.pr-67 {
- padding-right: 67px !important; }
+ padding-right: 67px !important;
+}
.vh-67 {
- height: 67vh !important; }
+ height: 67vh !important;
+}
.vw-67 {
- width: 67vw !important; }
+ width: 67vw !important;
+}
.font-size-67 {
- font-size: 67px !important; }
+ font-size: 67px !important;
+}
.m-68 {
- margin: 68px !important; }
+ margin: 68px !important;
+}
.mt-68 {
- margin-top: 68px !important; }
+ margin-top: 68px !important;
+}
.mb-68 {
- margin-bottom: 68px !important; }
+ margin-bottom: 68px !important;
+}
.ml-68 {
- margin-left: 68px !important; }
+ margin-left: 68px !important;
+}
.mr-68 {
- margin-right: 68px !important; }
+ margin-right: 68px !important;
+}
.p-68 {
- padding: 68px !important; }
+ padding: 68px !important;
+}
.pt-68 {
- padding-top: 68px !important; }
+ padding-top: 68px !important;
+}
.pb-68 {
- padding-bottom: 68px !important; }
+ padding-bottom: 68px !important;
+}
.pl-68 {
- padding-left: 68px !important; }
+ padding-left: 68px !important;
+}
.pr-68 {
- padding-right: 68px !important; }
+ padding-right: 68px !important;
+}
.vh-68 {
- height: 68vh !important; }
+ height: 68vh !important;
+}
.vw-68 {
- width: 68vw !important; }
+ width: 68vw !important;
+}
.font-size-68 {
- font-size: 68px !important; }
+ font-size: 68px !important;
+}
.m-69 {
- margin: 69px !important; }
+ margin: 69px !important;
+}
.mt-69 {
- margin-top: 69px !important; }
+ margin-top: 69px !important;
+}
.mb-69 {
- margin-bottom: 69px !important; }
+ margin-bottom: 69px !important;
+}
.ml-69 {
- margin-left: 69px !important; }
+ margin-left: 69px !important;
+}
.mr-69 {
- margin-right: 69px !important; }
+ margin-right: 69px !important;
+}
.p-69 {
- padding: 69px !important; }
+ padding: 69px !important;
+}
.pt-69 {
- padding-top: 69px !important; }
+ padding-top: 69px !important;
+}
.pb-69 {
- padding-bottom: 69px !important; }
+ padding-bottom: 69px !important;
+}
.pl-69 {
- padding-left: 69px !important; }
+ padding-left: 69px !important;
+}
.pr-69 {
- padding-right: 69px !important; }
+ padding-right: 69px !important;
+}
.vh-69 {
- height: 69vh !important; }
+ height: 69vh !important;
+}
.vw-69 {
- width: 69vw !important; }
+ width: 69vw !important;
+}
.font-size-69 {
- font-size: 69px !important; }
+ font-size: 69px !important;
+}
.m-70 {
- margin: 70px !important; }
+ margin: 70px !important;
+}
.mt-70 {
- margin-top: 70px !important; }
+ margin-top: 70px !important;
+}
.mb-70 {
- margin-bottom: 70px !important; }
+ margin-bottom: 70px !important;
+}
.ml-70 {
- margin-left: 70px !important; }
+ margin-left: 70px !important;
+}
.mr-70 {
- margin-right: 70px !important; }
+ margin-right: 70px !important;
+}
.p-70 {
- padding: 70px !important; }
+ padding: 70px !important;
+}
.pt-70 {
- padding-top: 70px !important; }
+ padding-top: 70px !important;
+}
.pb-70 {
- padding-bottom: 70px !important; }
+ padding-bottom: 70px !important;
+}
.pl-70 {
- padding-left: 70px !important; }
+ padding-left: 70px !important;
+}
.pr-70 {
- padding-right: 70px !important; }
+ padding-right: 70px !important;
+}
.vh-70 {
- height: 70vh !important; }
+ height: 70vh !important;
+}
.vw-70 {
- width: 70vw !important; }
+ width: 70vw !important;
+}
.font-size-70 {
- font-size: 70px !important; }
+ font-size: 70px !important;
+}
.m-71 {
- margin: 71px !important; }
+ margin: 71px !important;
+}
.mt-71 {
- margin-top: 71px !important; }
+ margin-top: 71px !important;
+}
.mb-71 {
- margin-bottom: 71px !important; }
+ margin-bottom: 71px !important;
+}
.ml-71 {
- margin-left: 71px !important; }
+ margin-left: 71px !important;
+}
.mr-71 {
- margin-right: 71px !important; }
+ margin-right: 71px !important;
+}
.p-71 {
- padding: 71px !important; }
+ padding: 71px !important;
+}
.pt-71 {
- padding-top: 71px !important; }
+ padding-top: 71px !important;
+}
.pb-71 {
- padding-bottom: 71px !important; }
+ padding-bottom: 71px !important;
+}
.pl-71 {
- padding-left: 71px !important; }
+ padding-left: 71px !important;
+}
.pr-71 {
- padding-right: 71px !important; }
+ padding-right: 71px !important;
+}
.vh-71 {
- height: 71vh !important; }
+ height: 71vh !important;
+}
.vw-71 {
- width: 71vw !important; }
+ width: 71vw !important;
+}
.font-size-71 {
- font-size: 71px !important; }
+ font-size: 71px !important;
+}
.m-72 {
- margin: 72px !important; }
+ margin: 72px !important;
+}
.mt-72 {
- margin-top: 72px !important; }
+ margin-top: 72px !important;
+}
.mb-72 {
- margin-bottom: 72px !important; }
+ margin-bottom: 72px !important;
+}
.ml-72 {
- margin-left: 72px !important; }
+ margin-left: 72px !important;
+}
.mr-72 {
- margin-right: 72px !important; }
+ margin-right: 72px !important;
+}
.p-72 {
- padding: 72px !important; }
+ padding: 72px !important;
+}
.pt-72 {
- padding-top: 72px !important; }
+ padding-top: 72px !important;
+}
.pb-72 {
- padding-bottom: 72px !important; }
+ padding-bottom: 72px !important;
+}
.pl-72 {
- padding-left: 72px !important; }
+ padding-left: 72px !important;
+}
.pr-72 {
- padding-right: 72px !important; }
+ padding-right: 72px !important;
+}
.vh-72 {
- height: 72vh !important; }
+ height: 72vh !important;
+}
.vw-72 {
- width: 72vw !important; }
+ width: 72vw !important;
+}
.font-size-72 {
- font-size: 72px !important; }
+ font-size: 72px !important;
+}
.m-73 {
- margin: 73px !important; }
+ margin: 73px !important;
+}
.mt-73 {
- margin-top: 73px !important; }
+ margin-top: 73px !important;
+}
.mb-73 {
- margin-bottom: 73px !important; }
+ margin-bottom: 73px !important;
+}
.ml-73 {
- margin-left: 73px !important; }
+ margin-left: 73px !important;
+}
.mr-73 {
- margin-right: 73px !important; }
+ margin-right: 73px !important;
+}
.p-73 {
- padding: 73px !important; }
+ padding: 73px !important;
+}
.pt-73 {
- padding-top: 73px !important; }
+ padding-top: 73px !important;
+}
.pb-73 {
- padding-bottom: 73px !important; }
+ padding-bottom: 73px !important;
+}
.pl-73 {
- padding-left: 73px !important; }
+ padding-left: 73px !important;
+}
.pr-73 {
- padding-right: 73px !important; }
+ padding-right: 73px !important;
+}
.vh-73 {
- height: 73vh !important; }
+ height: 73vh !important;
+}
.vw-73 {
- width: 73vw !important; }
+ width: 73vw !important;
+}
.font-size-73 {
- font-size: 73px !important; }
+ font-size: 73px !important;
+}
.m-74 {
- margin: 74px !important; }
+ margin: 74px !important;
+}
.mt-74 {
- margin-top: 74px !important; }
+ margin-top: 74px !important;
+}
.mb-74 {
- margin-bottom: 74px !important; }
+ margin-bottom: 74px !important;
+}
.ml-74 {
- margin-left: 74px !important; }
+ margin-left: 74px !important;
+}
.mr-74 {
- margin-right: 74px !important; }
+ margin-right: 74px !important;
+}
.p-74 {
- padding: 74px !important; }
+ padding: 74px !important;
+}
.pt-74 {
- padding-top: 74px !important; }
+ padding-top: 74px !important;
+}
.pb-74 {
- padding-bottom: 74px !important; }
+ padding-bottom: 74px !important;
+}
.pl-74 {
- padding-left: 74px !important; }
+ padding-left: 74px !important;
+}
.pr-74 {
- padding-right: 74px !important; }
+ padding-right: 74px !important;
+}
.vh-74 {
- height: 74vh !important; }
+ height: 74vh !important;
+}
.vw-74 {
- width: 74vw !important; }
+ width: 74vw !important;
+}
.font-size-74 {
- font-size: 74px !important; }
+ font-size: 74px !important;
+}
.m-75 {
- margin: 75px !important; }
+ margin: 75px !important;
+}
.mt-75 {
- margin-top: 75px !important; }
+ margin-top: 75px !important;
+}
.mb-75 {
- margin-bottom: 75px !important; }
+ margin-bottom: 75px !important;
+}
.ml-75 {
- margin-left: 75px !important; }
+ margin-left: 75px !important;
+}
.mr-75 {
- margin-right: 75px !important; }
+ margin-right: 75px !important;
+}
.p-75 {
- padding: 75px !important; }
+ padding: 75px !important;
+}
.pt-75 {
- padding-top: 75px !important; }
+ padding-top: 75px !important;
+}
.pb-75 {
- padding-bottom: 75px !important; }
+ padding-bottom: 75px !important;
+}
.pl-75 {
- padding-left: 75px !important; }
+ padding-left: 75px !important;
+}
.pr-75 {
- padding-right: 75px !important; }
+ padding-right: 75px !important;
+}
.vh-75 {
- height: 75vh !important; }
+ height: 75vh !important;
+}
.vw-75 {
- width: 75vw !important; }
+ width: 75vw !important;
+}
.font-size-75 {
- font-size: 75px !important; }
+ font-size: 75px !important;
+}
.m-76 {
- margin: 76px !important; }
+ margin: 76px !important;
+}
.mt-76 {
- margin-top: 76px !important; }
+ margin-top: 76px !important;
+}
.mb-76 {
- margin-bottom: 76px !important; }
+ margin-bottom: 76px !important;
+}
.ml-76 {
- margin-left: 76px !important; }
+ margin-left: 76px !important;
+}
.mr-76 {
- margin-right: 76px !important; }
+ margin-right: 76px !important;
+}
.p-76 {
- padding: 76px !important; }
+ padding: 76px !important;
+}
.pt-76 {
- padding-top: 76px !important; }
+ padding-top: 76px !important;
+}
.pb-76 {
- padding-bottom: 76px !important; }
+ padding-bottom: 76px !important;
+}
.pl-76 {
- padding-left: 76px !important; }
+ padding-left: 76px !important;
+}
.pr-76 {
- padding-right: 76px !important; }
+ padding-right: 76px !important;
+}
.vh-76 {
- height: 76vh !important; }
+ height: 76vh !important;
+}
.vw-76 {
- width: 76vw !important; }
+ width: 76vw !important;
+}
.font-size-76 {
- font-size: 76px !important; }
+ font-size: 76px !important;
+}
.m-77 {
- margin: 77px !important; }
+ margin: 77px !important;
+}
.mt-77 {
- margin-top: 77px !important; }
+ margin-top: 77px !important;
+}
.mb-77 {
- margin-bottom: 77px !important; }
+ margin-bottom: 77px !important;
+}
.ml-77 {
- margin-left: 77px !important; }
+ margin-left: 77px !important;
+}
.mr-77 {
- margin-right: 77px !important; }
+ margin-right: 77px !important;
+}
.p-77 {
- padding: 77px !important; }
+ padding: 77px !important;
+}
.pt-77 {
- padding-top: 77px !important; }
+ padding-top: 77px !important;
+}
.pb-77 {
- padding-bottom: 77px !important; }
+ padding-bottom: 77px !important;
+}
.pl-77 {
- padding-left: 77px !important; }
+ padding-left: 77px !important;
+}
.pr-77 {
- padding-right: 77px !important; }
+ padding-right: 77px !important;
+}
.vh-77 {
- height: 77vh !important; }
+ height: 77vh !important;
+}
.vw-77 {
- width: 77vw !important; }
+ width: 77vw !important;
+}
.font-size-77 {
- font-size: 77px !important; }
+ font-size: 77px !important;
+}
.m-78 {
- margin: 78px !important; }
+ margin: 78px !important;
+}
.mt-78 {
- margin-top: 78px !important; }
+ margin-top: 78px !important;
+}
.mb-78 {
- margin-bottom: 78px !important; }
+ margin-bottom: 78px !important;
+}
.ml-78 {
- margin-left: 78px !important; }
+ margin-left: 78px !important;
+}
.mr-78 {
- margin-right: 78px !important; }
+ margin-right: 78px !important;
+}
.p-78 {
- padding: 78px !important; }
+ padding: 78px !important;
+}
.pt-78 {
- padding-top: 78px !important; }
+ padding-top: 78px !important;
+}
.pb-78 {
- padding-bottom: 78px !important; }
+ padding-bottom: 78px !important;
+}
.pl-78 {
- padding-left: 78px !important; }
+ padding-left: 78px !important;
+}
.pr-78 {
- padding-right: 78px !important; }
+ padding-right: 78px !important;
+}
.vh-78 {
- height: 78vh !important; }
+ height: 78vh !important;
+}
.vw-78 {
- width: 78vw !important; }
+ width: 78vw !important;
+}
.font-size-78 {
- font-size: 78px !important; }
+ font-size: 78px !important;
+}
.m-79 {
- margin: 79px !important; }
+ margin: 79px !important;
+}
.mt-79 {
- margin-top: 79px !important; }
+ margin-top: 79px !important;
+}
.mb-79 {
- margin-bottom: 79px !important; }
+ margin-bottom: 79px !important;
+}
.ml-79 {
- margin-left: 79px !important; }
+ margin-left: 79px !important;
+}
.mr-79 {
- margin-right: 79px !important; }
+ margin-right: 79px !important;
+}
.p-79 {
- padding: 79px !important; }
+ padding: 79px !important;
+}
.pt-79 {
- padding-top: 79px !important; }
+ padding-top: 79px !important;
+}
.pb-79 {
- padding-bottom: 79px !important; }
+ padding-bottom: 79px !important;
+}
.pl-79 {
- padding-left: 79px !important; }
+ padding-left: 79px !important;
+}
.pr-79 {
- padding-right: 79px !important; }
+ padding-right: 79px !important;
+}
.vh-79 {
- height: 79vh !important; }
+ height: 79vh !important;
+}
.vw-79 {
- width: 79vw !important; }
+ width: 79vw !important;
+}
.font-size-79 {
- font-size: 79px !important; }
+ font-size: 79px !important;
+}
.m-80 {
- margin: 80px !important; }
+ margin: 80px !important;
+}
.mt-80 {
- margin-top: 80px !important; }
+ margin-top: 80px !important;
+}
.mb-80 {
- margin-bottom: 80px !important; }
+ margin-bottom: 80px !important;
+}
.ml-80 {
- margin-left: 80px !important; }
+ margin-left: 80px !important;
+}
.mr-80 {
- margin-right: 80px !important; }
+ margin-right: 80px !important;
+}
.p-80 {
- padding: 80px !important; }
+ padding: 80px !important;
+}
.pt-80 {
- padding-top: 80px !important; }
+ padding-top: 80px !important;
+}
.pb-80 {
- padding-bottom: 80px !important; }
+ padding-bottom: 80px !important;
+}
.pl-80 {
- padding-left: 80px !important; }
+ padding-left: 80px !important;
+}
.pr-80 {
- padding-right: 80px !important; }
+ padding-right: 80px !important;
+}
.vh-80 {
- height: 80vh !important; }
+ height: 80vh !important;
+}
.vw-80 {
- width: 80vw !important; }
+ width: 80vw !important;
+}
.font-size-80 {
- font-size: 80px !important; }
+ font-size: 80px !important;
+}
.m-81 {
- margin: 81px !important; }
+ margin: 81px !important;
+}
.mt-81 {
- margin-top: 81px !important; }
+ margin-top: 81px !important;
+}
.mb-81 {
- margin-bottom: 81px !important; }
+ margin-bottom: 81px !important;
+}
.ml-81 {
- margin-left: 81px !important; }
+ margin-left: 81px !important;
+}
.mr-81 {
- margin-right: 81px !important; }
+ margin-right: 81px !important;
+}
.p-81 {
- padding: 81px !important; }
+ padding: 81px !important;
+}
.pt-81 {
- padding-top: 81px !important; }
+ padding-top: 81px !important;
+}
.pb-81 {
- padding-bottom: 81px !important; }
+ padding-bottom: 81px !important;
+}
.pl-81 {
- padding-left: 81px !important; }
+ padding-left: 81px !important;
+}
.pr-81 {
- padding-right: 81px !important; }
+ padding-right: 81px !important;
+}
.vh-81 {
- height: 81vh !important; }
+ height: 81vh !important;
+}
.vw-81 {
- width: 81vw !important; }
+ width: 81vw !important;
+}
.font-size-81 {
- font-size: 81px !important; }
+ font-size: 81px !important;
+}
.m-82 {
- margin: 82px !important; }
+ margin: 82px !important;
+}
.mt-82 {
- margin-top: 82px !important; }
+ margin-top: 82px !important;
+}
.mb-82 {
- margin-bottom: 82px !important; }
+ margin-bottom: 82px !important;
+}
.ml-82 {
- margin-left: 82px !important; }
+ margin-left: 82px !important;
+}
.mr-82 {
- margin-right: 82px !important; }
+ margin-right: 82px !important;
+}
.p-82 {
- padding: 82px !important; }
+ padding: 82px !important;
+}
.pt-82 {
- padding-top: 82px !important; }
+ padding-top: 82px !important;
+}
.pb-82 {
- padding-bottom: 82px !important; }
+ padding-bottom: 82px !important;
+}
.pl-82 {
- padding-left: 82px !important; }
+ padding-left: 82px !important;
+}
.pr-82 {
- padding-right: 82px !important; }
+ padding-right: 82px !important;
+}
.vh-82 {
- height: 82vh !important; }
+ height: 82vh !important;
+}
.vw-82 {
- width: 82vw !important; }
+ width: 82vw !important;
+}
.font-size-82 {
- font-size: 82px !important; }
+ font-size: 82px !important;
+}
.m-83 {
- margin: 83px !important; }
+ margin: 83px !important;
+}
.mt-83 {
- margin-top: 83px !important; }
+ margin-top: 83px !important;
+}
.mb-83 {
- margin-bottom: 83px !important; }
+ margin-bottom: 83px !important;
+}
.ml-83 {
- margin-left: 83px !important; }
+ margin-left: 83px !important;
+}
.mr-83 {
- margin-right: 83px !important; }
+ margin-right: 83px !important;
+}
.p-83 {
- padding: 83px !important; }
+ padding: 83px !important;
+}
.pt-83 {
- padding-top: 83px !important; }
+ padding-top: 83px !important;
+}
.pb-83 {
- padding-bottom: 83px !important; }
+ padding-bottom: 83px !important;
+}
.pl-83 {
- padding-left: 83px !important; }
+ padding-left: 83px !important;
+}
.pr-83 {
- padding-right: 83px !important; }
+ padding-right: 83px !important;
+}
.vh-83 {
- height: 83vh !important; }
+ height: 83vh !important;
+}
.vw-83 {
- width: 83vw !important; }
+ width: 83vw !important;
+}
.font-size-83 {
- font-size: 83px !important; }
+ font-size: 83px !important;
+}
.m-84 {
- margin: 84px !important; }
+ margin: 84px !important;
+}
.mt-84 {
- margin-top: 84px !important; }
+ margin-top: 84px !important;
+}
.mb-84 {
- margin-bottom: 84px !important; }
+ margin-bottom: 84px !important;
+}
.ml-84 {
- margin-left: 84px !important; }
+ margin-left: 84px !important;
+}
.mr-84 {
- margin-right: 84px !important; }
+ margin-right: 84px !important;
+}
.p-84 {
- padding: 84px !important; }
+ padding: 84px !important;
+}
.pt-84 {
- padding-top: 84px !important; }
+ padding-top: 84px !important;
+}
.pb-84 {
- padding-bottom: 84px !important; }
+ padding-bottom: 84px !important;
+}
.pl-84 {
- padding-left: 84px !important; }
+ padding-left: 84px !important;
+}
.pr-84 {
- padding-right: 84px !important; }
+ padding-right: 84px !important;
+}
.vh-84 {
- height: 84vh !important; }
+ height: 84vh !important;
+}
.vw-84 {
- width: 84vw !important; }
+ width: 84vw !important;
+}
.font-size-84 {
- font-size: 84px !important; }
+ font-size: 84px !important;
+}
.m-85 {
- margin: 85px !important; }
+ margin: 85px !important;
+}
.mt-85 {
- margin-top: 85px !important; }
+ margin-top: 85px !important;
+}
.mb-85 {
- margin-bottom: 85px !important; }
+ margin-bottom: 85px !important;
+}
.ml-85 {
- margin-left: 85px !important; }
+ margin-left: 85px !important;
+}
.mr-85 {
- margin-right: 85px !important; }
+ margin-right: 85px !important;
+}
.p-85 {
- padding: 85px !important; }
+ padding: 85px !important;
+}
.pt-85 {
- padding-top: 85px !important; }
+ padding-top: 85px !important;
+}
.pb-85 {
- padding-bottom: 85px !important; }
+ padding-bottom: 85px !important;
+}
.pl-85 {
- padding-left: 85px !important; }
+ padding-left: 85px !important;
+}
.pr-85 {
- padding-right: 85px !important; }
+ padding-right: 85px !important;
+}
.vh-85 {
- height: 85vh !important; }
+ height: 85vh !important;
+}
.vw-85 {
- width: 85vw !important; }
+ width: 85vw !important;
+}
.font-size-85 {
- font-size: 85px !important; }
+ font-size: 85px !important;
+}
.m-86 {
- margin: 86px !important; }
+ margin: 86px !important;
+}
.mt-86 {
- margin-top: 86px !important; }
+ margin-top: 86px !important;
+}
.mb-86 {
- margin-bottom: 86px !important; }
+ margin-bottom: 86px !important;
+}
.ml-86 {
- margin-left: 86px !important; }
+ margin-left: 86px !important;
+}
.mr-86 {
- margin-right: 86px !important; }
+ margin-right: 86px !important;
+}
.p-86 {
- padding: 86px !important; }
+ padding: 86px !important;
+}
.pt-86 {
- padding-top: 86px !important; }
+ padding-top: 86px !important;
+}
.pb-86 {
- padding-bottom: 86px !important; }
+ padding-bottom: 86px !important;
+}
.pl-86 {
- padding-left: 86px !important; }
+ padding-left: 86px !important;
+}
.pr-86 {
- padding-right: 86px !important; }
+ padding-right: 86px !important;
+}
.vh-86 {
- height: 86vh !important; }
+ height: 86vh !important;
+}
.vw-86 {
- width: 86vw !important; }
+ width: 86vw !important;
+}
.font-size-86 {
- font-size: 86px !important; }
+ font-size: 86px !important;
+}
.m-87 {
- margin: 87px !important; }
+ margin: 87px !important;
+}
.mt-87 {
- margin-top: 87px !important; }
+ margin-top: 87px !important;
+}
.mb-87 {
- margin-bottom: 87px !important; }
+ margin-bottom: 87px !important;
+}
.ml-87 {
- margin-left: 87px !important; }
+ margin-left: 87px !important;
+}
.mr-87 {
- margin-right: 87px !important; }
+ margin-right: 87px !important;
+}
.p-87 {
- padding: 87px !important; }
+ padding: 87px !important;
+}
.pt-87 {
- padding-top: 87px !important; }
+ padding-top: 87px !important;
+}
.pb-87 {
- padding-bottom: 87px !important; }
+ padding-bottom: 87px !important;
+}
.pl-87 {
- padding-left: 87px !important; }
+ padding-left: 87px !important;
+}
.pr-87 {
- padding-right: 87px !important; }
+ padding-right: 87px !important;
+}
.vh-87 {
- height: 87vh !important; }
+ height: 87vh !important;
+}
.vw-87 {
- width: 87vw !important; }
+ width: 87vw !important;
+}
.font-size-87 {
- font-size: 87px !important; }
+ font-size: 87px !important;
+}
.m-88 {
- margin: 88px !important; }
+ margin: 88px !important;
+}
.mt-88 {
- margin-top: 88px !important; }
+ margin-top: 88px !important;
+}
.mb-88 {
- margin-bottom: 88px !important; }
+ margin-bottom: 88px !important;
+}
.ml-88 {
- margin-left: 88px !important; }
+ margin-left: 88px !important;
+}
.mr-88 {
- margin-right: 88px !important; }
+ margin-right: 88px !important;
+}
.p-88 {
- padding: 88px !important; }
+ padding: 88px !important;
+}
.pt-88 {
- padding-top: 88px !important; }
+ padding-top: 88px !important;
+}
.pb-88 {
- padding-bottom: 88px !important; }
+ padding-bottom: 88px !important;
+}
.pl-88 {
- padding-left: 88px !important; }
+ padding-left: 88px !important;
+}
.pr-88 {
- padding-right: 88px !important; }
+ padding-right: 88px !important;
+}
.vh-88 {
- height: 88vh !important; }
+ height: 88vh !important;
+}
.vw-88 {
- width: 88vw !important; }
+ width: 88vw !important;
+}
.font-size-88 {
- font-size: 88px !important; }
+ font-size: 88px !important;
+}
.m-89 {
- margin: 89px !important; }
+ margin: 89px !important;
+}
.mt-89 {
- margin-top: 89px !important; }
+ margin-top: 89px !important;
+}
.mb-89 {
- margin-bottom: 89px !important; }
+ margin-bottom: 89px !important;
+}
.ml-89 {
- margin-left: 89px !important; }
+ margin-left: 89px !important;
+}
.mr-89 {
- margin-right: 89px !important; }
+ margin-right: 89px !important;
+}
.p-89 {
- padding: 89px !important; }
+ padding: 89px !important;
+}
.pt-89 {
- padding-top: 89px !important; }
+ padding-top: 89px !important;
+}
.pb-89 {
- padding-bottom: 89px !important; }
+ padding-bottom: 89px !important;
+}
.pl-89 {
- padding-left: 89px !important; }
+ padding-left: 89px !important;
+}
.pr-89 {
- padding-right: 89px !important; }
+ padding-right: 89px !important;
+}
.vh-89 {
- height: 89vh !important; }
+ height: 89vh !important;
+}
.vw-89 {
- width: 89vw !important; }
+ width: 89vw !important;
+}
.font-size-89 {
- font-size: 89px !important; }
+ font-size: 89px !important;
+}
.m-90 {
- margin: 90px !important; }
+ margin: 90px !important;
+}
.mt-90 {
- margin-top: 90px !important; }
+ margin-top: 90px !important;
+}
.mb-90 {
- margin-bottom: 90px !important; }
+ margin-bottom: 90px !important;
+}
.ml-90 {
- margin-left: 90px !important; }
+ margin-left: 90px !important;
+}
.mr-90 {
- margin-right: 90px !important; }
+ margin-right: 90px !important;
+}
.p-90 {
- padding: 90px !important; }
+ padding: 90px !important;
+}
.pt-90 {
- padding-top: 90px !important; }
+ padding-top: 90px !important;
+}
.pb-90 {
- padding-bottom: 90px !important; }
+ padding-bottom: 90px !important;
+}
.pl-90 {
- padding-left: 90px !important; }
+ padding-left: 90px !important;
+}
.pr-90 {
- padding-right: 90px !important; }
+ padding-right: 90px !important;
+}
.vh-90 {
- height: 90vh !important; }
+ height: 90vh !important;
+}
.vw-90 {
- width: 90vw !important; }
+ width: 90vw !important;
+}
.font-size-90 {
- font-size: 90px !important; }
+ font-size: 90px !important;
+}
.m-91 {
- margin: 91px !important; }
+ margin: 91px !important;
+}
.mt-91 {
- margin-top: 91px !important; }
+ margin-top: 91px !important;
+}
.mb-91 {
- margin-bottom: 91px !important; }
+ margin-bottom: 91px !important;
+}
.ml-91 {
- margin-left: 91px !important; }
+ margin-left: 91px !important;
+}
.mr-91 {
- margin-right: 91px !important; }
+ margin-right: 91px !important;
+}
.p-91 {
- padding: 91px !important; }
+ padding: 91px !important;
+}
.pt-91 {
- padding-top: 91px !important; }
+ padding-top: 91px !important;
+}
.pb-91 {
- padding-bottom: 91px !important; }
+ padding-bottom: 91px !important;
+}
.pl-91 {
- padding-left: 91px !important; }
+ padding-left: 91px !important;
+}
.pr-91 {
- padding-right: 91px !important; }
+ padding-right: 91px !important;
+}
.vh-91 {
- height: 91vh !important; }
+ height: 91vh !important;
+}
.vw-91 {
- width: 91vw !important; }
+ width: 91vw !important;
+}
.font-size-91 {
- font-size: 91px !important; }
+ font-size: 91px !important;
+}
.m-92 {
- margin: 92px !important; }
+ margin: 92px !important;
+}
.mt-92 {
- margin-top: 92px !important; }
+ margin-top: 92px !important;
+}
.mb-92 {
- margin-bottom: 92px !important; }
+ margin-bottom: 92px !important;
+}
.ml-92 {
- margin-left: 92px !important; }
+ margin-left: 92px !important;
+}
.mr-92 {
- margin-right: 92px !important; }
+ margin-right: 92px !important;
+}
.p-92 {
- padding: 92px !important; }
+ padding: 92px !important;
+}
.pt-92 {
- padding-top: 92px !important; }
+ padding-top: 92px !important;
+}
.pb-92 {
- padding-bottom: 92px !important; }
+ padding-bottom: 92px !important;
+}
.pl-92 {
- padding-left: 92px !important; }
+ padding-left: 92px !important;
+}
.pr-92 {
- padding-right: 92px !important; }
+ padding-right: 92px !important;
+}
.vh-92 {
- height: 92vh !important; }
+ height: 92vh !important;
+}
.vw-92 {
- width: 92vw !important; }
+ width: 92vw !important;
+}
.font-size-92 {
- font-size: 92px !important; }
+ font-size: 92px !important;
+}
.m-93 {
- margin: 93px !important; }
+ margin: 93px !important;
+}
.mt-93 {
- margin-top: 93px !important; }
+ margin-top: 93px !important;
+}
.mb-93 {
- margin-bottom: 93px !important; }
+ margin-bottom: 93px !important;
+}
.ml-93 {
- margin-left: 93px !important; }
+ margin-left: 93px !important;
+}
.mr-93 {
- margin-right: 93px !important; }
+ margin-right: 93px !important;
+}
.p-93 {
- padding: 93px !important; }
+ padding: 93px !important;
+}
.pt-93 {
- padding-top: 93px !important; }
+ padding-top: 93px !important;
+}
.pb-93 {
- padding-bottom: 93px !important; }
+ padding-bottom: 93px !important;
+}
.pl-93 {
- padding-left: 93px !important; }
+ padding-left: 93px !important;
+}
.pr-93 {
- padding-right: 93px !important; }
+ padding-right: 93px !important;
+}
.vh-93 {
- height: 93vh !important; }
+ height: 93vh !important;
+}
.vw-93 {
- width: 93vw !important; }
+ width: 93vw !important;
+}
.font-size-93 {
- font-size: 93px !important; }
+ font-size: 93px !important;
+}
.m-94 {
- margin: 94px !important; }
+ margin: 94px !important;
+}
.mt-94 {
- margin-top: 94px !important; }
+ margin-top: 94px !important;
+}
.mb-94 {
- margin-bottom: 94px !important; }
+ margin-bottom: 94px !important;
+}
.ml-94 {
- margin-left: 94px !important; }
+ margin-left: 94px !important;
+}
.mr-94 {
- margin-right: 94px !important; }
+ margin-right: 94px !important;
+}
.p-94 {
- padding: 94px !important; }
+ padding: 94px !important;
+}
.pt-94 {
- padding-top: 94px !important; }
+ padding-top: 94px !important;
+}
.pb-94 {
- padding-bottom: 94px !important; }
+ padding-bottom: 94px !important;
+}
.pl-94 {
- padding-left: 94px !important; }
+ padding-left: 94px !important;
+}
.pr-94 {
- padding-right: 94px !important; }
+ padding-right: 94px !important;
+}
.vh-94 {
- height: 94vh !important; }
+ height: 94vh !important;
+}
.vw-94 {
- width: 94vw !important; }
+ width: 94vw !important;
+}
.font-size-94 {
- font-size: 94px !important; }
+ font-size: 94px !important;
+}
.m-95 {
- margin: 95px !important; }
+ margin: 95px !important;
+}
.mt-95 {
- margin-top: 95px !important; }
+ margin-top: 95px !important;
+}
.mb-95 {
- margin-bottom: 95px !important; }
+ margin-bottom: 95px !important;
+}
.ml-95 {
- margin-left: 95px !important; }
+ margin-left: 95px !important;
+}
.mr-95 {
- margin-right: 95px !important; }
+ margin-right: 95px !important;
+}
.p-95 {
- padding: 95px !important; }
+ padding: 95px !important;
+}
.pt-95 {
- padding-top: 95px !important; }
+ padding-top: 95px !important;
+}
.pb-95 {
- padding-bottom: 95px !important; }
+ padding-bottom: 95px !important;
+}
.pl-95 {
- padding-left: 95px !important; }
+ padding-left: 95px !important;
+}
.pr-95 {
- padding-right: 95px !important; }
+ padding-right: 95px !important;
+}
.vh-95 {
- height: 95vh !important; }
+ height: 95vh !important;
+}
.vw-95 {
- width: 95vw !important; }
+ width: 95vw !important;
+}
.font-size-95 {
- font-size: 95px !important; }
+ font-size: 95px !important;
+}
.m-96 {
- margin: 96px !important; }
+ margin: 96px !important;
+}
.mt-96 {
- margin-top: 96px !important; }
+ margin-top: 96px !important;
+}
.mb-96 {
- margin-bottom: 96px !important; }
+ margin-bottom: 96px !important;
+}
.ml-96 {
- margin-left: 96px !important; }
+ margin-left: 96px !important;
+}
.mr-96 {
- margin-right: 96px !important; }
+ margin-right: 96px !important;
+}
.p-96 {
- padding: 96px !important; }
+ padding: 96px !important;
+}
.pt-96 {
- padding-top: 96px !important; }
+ padding-top: 96px !important;
+}
.pb-96 {
- padding-bottom: 96px !important; }
+ padding-bottom: 96px !important;
+}
.pl-96 {
- padding-left: 96px !important; }
+ padding-left: 96px !important;
+}
.pr-96 {
- padding-right: 96px !important; }
+ padding-right: 96px !important;
+}
.vh-96 {
- height: 96vh !important; }
+ height: 96vh !important;
+}
.vw-96 {
- width: 96vw !important; }
+ width: 96vw !important;
+}
.font-size-96 {
- font-size: 96px !important; }
+ font-size: 96px !important;
+}
.m-97 {
- margin: 97px !important; }
+ margin: 97px !important;
+}
.mt-97 {
- margin-top: 97px !important; }
+ margin-top: 97px !important;
+}
.mb-97 {
- margin-bottom: 97px !important; }
+ margin-bottom: 97px !important;
+}
.ml-97 {
- margin-left: 97px !important; }
+ margin-left: 97px !important;
+}
.mr-97 {
- margin-right: 97px !important; }
+ margin-right: 97px !important;
+}
.p-97 {
- padding: 97px !important; }
+ padding: 97px !important;
+}
.pt-97 {
- padding-top: 97px !important; }
+ padding-top: 97px !important;
+}
.pb-97 {
- padding-bottom: 97px !important; }
+ padding-bottom: 97px !important;
+}
.pl-97 {
- padding-left: 97px !important; }
+ padding-left: 97px !important;
+}
.pr-97 {
- padding-right: 97px !important; }
+ padding-right: 97px !important;
+}
.vh-97 {
- height: 97vh !important; }
+ height: 97vh !important;
+}
.vw-97 {
- width: 97vw !important; }
+ width: 97vw !important;
+}
.font-size-97 {
- font-size: 97px !important; }
+ font-size: 97px !important;
+}
.m-98 {
- margin: 98px !important; }
+ margin: 98px !important;
+}
.mt-98 {
- margin-top: 98px !important; }
+ margin-top: 98px !important;
+}
.mb-98 {
- margin-bottom: 98px !important; }
+ margin-bottom: 98px !important;
+}
.ml-98 {
- margin-left: 98px !important; }
+ margin-left: 98px !important;
+}
.mr-98 {
- margin-right: 98px !important; }
+ margin-right: 98px !important;
+}
.p-98 {
- padding: 98px !important; }
+ padding: 98px !important;
+}
.pt-98 {
- padding-top: 98px !important; }
+ padding-top: 98px !important;
+}
.pb-98 {
- padding-bottom: 98px !important; }
+ padding-bottom: 98px !important;
+}
.pl-98 {
- padding-left: 98px !important; }
+ padding-left: 98px !important;
+}
.pr-98 {
- padding-right: 98px !important; }
+ padding-right: 98px !important;
+}
.vh-98 {
- height: 98vh !important; }
+ height: 98vh !important;
+}
.vw-98 {
- width: 98vw !important; }
+ width: 98vw !important;
+}
.font-size-98 {
- font-size: 98px !important; }
+ font-size: 98px !important;
+}
.m-99 {
- margin: 99px !important; }
+ margin: 99px !important;
+}
.mt-99 {
- margin-top: 99px !important; }
+ margin-top: 99px !important;
+}
.mb-99 {
- margin-bottom: 99px !important; }
+ margin-bottom: 99px !important;
+}
.ml-99 {
- margin-left: 99px !important; }
+ margin-left: 99px !important;
+}
.mr-99 {
- margin-right: 99px !important; }
+ margin-right: 99px !important;
+}
.p-99 {
- padding: 99px !important; }
+ padding: 99px !important;
+}
.pt-99 {
- padding-top: 99px !important; }
+ padding-top: 99px !important;
+}
.pb-99 {
- padding-bottom: 99px !important; }
+ padding-bottom: 99px !important;
+}
.pl-99 {
- padding-left: 99px !important; }
+ padding-left: 99px !important;
+}
.pr-99 {
- padding-right: 99px !important; }
+ padding-right: 99px !important;
+}
.vh-99 {
- height: 99vh !important; }
+ height: 99vh !important;
+}
.vw-99 {
- width: 99vw !important; }
+ width: 99vw !important;
+}
.font-size-99 {
- font-size: 99px !important; }
+ font-size: 99px !important;
+}
.m-100 {
- margin: 100px !important; }
+ margin: 100px !important;
+}
.mt-100 {
- margin-top: 100px !important; }
+ margin-top: 100px !important;
+}
.mb-100 {
- margin-bottom: 100px !important; }
+ margin-bottom: 100px !important;
+}
.ml-100 {
- margin-left: 100px !important; }
+ margin-left: 100px !important;
+}
.mr-100 {
- margin-right: 100px !important; }
+ margin-right: 100px !important;
+}
.p-100 {
- padding: 100px !important; }
+ padding: 100px !important;
+}
.pt-100 {
- padding-top: 100px !important; }
+ padding-top: 100px !important;
+}
.pb-100 {
- padding-bottom: 100px !important; }
+ padding-bottom: 100px !important;
+}
.pl-100 {
- padding-left: 100px !important; }
+ padding-left: 100px !important;
+}
.pr-100 {
- padding-right: 100px !important; }
+ padding-right: 100px !important;
+}
.vh-100 {
- height: 100vh !important; }
+ height: 100vh !important;
+}
.vw-100 {
- width: 100vw !important; }
+ width: 100vw !important;
+}
.font-size-100 {
- font-size: 100px !important; }
+ font-size: 100px !important;
+}
/* Deafult height & widht */
.height-0 {
- height: 0px !important; }
+ height: 0px !important;
+}
.width-0 {
- width: 0px !important; }
+ width: 0px !important;
+}
.height-1 {
- height: 1px !important; }
+ height: 1px !important;
+}
.width-1 {
- width: 1px !important; }
+ width: 1px !important;
+}
.height-2 {
- height: 2px !important; }
+ height: 2px !important;
+}
.width-2 {
- width: 2px !important; }
+ width: 2px !important;
+}
.height-3 {
- height: 3px !important; }
+ height: 3px !important;
+}
.width-3 {
- width: 3px !important; }
+ width: 3px !important;
+}
.height-4 {
- height: 4px !important; }
+ height: 4px !important;
+}
.width-4 {
- width: 4px !important; }
+ width: 4px !important;
+}
.height-5 {
- height: 5px !important; }
+ height: 5px !important;
+}
.width-5 {
- width: 5px !important; }
+ width: 5px !important;
+}
.height-6 {
- height: 6px !important; }
+ height: 6px !important;
+}
.width-6 {
- width: 6px !important; }
+ width: 6px !important;
+}
.height-7 {
- height: 7px !important; }
+ height: 7px !important;
+}
.width-7 {
- width: 7px !important; }
+ width: 7px !important;
+}
.height-8 {
- height: 8px !important; }
+ height: 8px !important;
+}
.width-8 {
- width: 8px !important; }
+ width: 8px !important;
+}
.height-9 {
- height: 9px !important; }
+ height: 9px !important;
+}
.width-9 {
- width: 9px !important; }
+ width: 9px !important;
+}
.height-10 {
- height: 10px !important; }
+ height: 10px !important;
+}
.width-10 {
- width: 10px !important; }
+ width: 10px !important;
+}
.height-11 {
- height: 11px !important; }
+ height: 11px !important;
+}
.width-11 {
- width: 11px !important; }
+ width: 11px !important;
+}
.height-12 {
- height: 12px !important; }
+ height: 12px !important;
+}
.width-12 {
- width: 12px !important; }
+ width: 12px !important;
+}
.height-13 {
- height: 13px !important; }
+ height: 13px !important;
+}
.width-13 {
- width: 13px !important; }
+ width: 13px !important;
+}
.height-14 {
- height: 14px !important; }
+ height: 14px !important;
+}
.width-14 {
- width: 14px !important; }
+ width: 14px !important;
+}
.height-15 {
- height: 15px !important; }
+ height: 15px !important;
+}
.width-15 {
- width: 15px !important; }
+ width: 15px !important;
+}
.height-16 {
- height: 16px !important; }
+ height: 16px !important;
+}
.width-16 {
- width: 16px !important; }
+ width: 16px !important;
+}
.height-17 {
- height: 17px !important; }
+ height: 17px !important;
+}
.width-17 {
- width: 17px !important; }
+ width: 17px !important;
+}
.height-18 {
- height: 18px !important; }
+ height: 18px !important;
+}
.width-18 {
- width: 18px !important; }
+ width: 18px !important;
+}
.height-19 {
- height: 19px !important; }
+ height: 19px !important;
+}
.width-19 {
- width: 19px !important; }
+ width: 19px !important;
+}
.height-20 {
- height: 20px !important; }
+ height: 20px !important;
+}
.width-20 {
- width: 20px !important; }
+ width: 20px !important;
+}
.height-21 {
- height: 21px !important; }
+ height: 21px !important;
+}
.width-21 {
- width: 21px !important; }
+ width: 21px !important;
+}
.height-22 {
- height: 22px !important; }
+ height: 22px !important;
+}
.width-22 {
- width: 22px !important; }
+ width: 22px !important;
+}
.height-23 {
- height: 23px !important; }
+ height: 23px !important;
+}
.width-23 {
- width: 23px !important; }
+ width: 23px !important;
+}
.height-24 {
- height: 24px !important; }
+ height: 24px !important;
+}
.width-24 {
- width: 24px !important; }
+ width: 24px !important;
+}
.height-25 {
- height: 25px !important; }
+ height: 25px !important;
+}
.width-25 {
- width: 25px !important; }
+ width: 25px !important;
+}
.height-26 {
- height: 26px !important; }
+ height: 26px !important;
+}
.width-26 {
- width: 26px !important; }
+ width: 26px !important;
+}
.height-27 {
- height: 27px !important; }
+ height: 27px !important;
+}
.width-27 {
- width: 27px !important; }
+ width: 27px !important;
+}
.height-28 {
- height: 28px !important; }
+ height: 28px !important;
+}
.width-28 {
- width: 28px !important; }
+ width: 28px !important;
+}
.height-29 {
- height: 29px !important; }
+ height: 29px !important;
+}
.width-29 {
- width: 29px !important; }
+ width: 29px !important;
+}
.height-30 {
- height: 30px !important; }
+ height: 30px !important;
+}
.width-30 {
- width: 30px !important; }
+ width: 30px !important;
+}
.height-31 {
- height: 31px !important; }
+ height: 31px !important;
+}
.width-31 {
- width: 31px !important; }
+ width: 31px !important;
+}
.height-32 {
- height: 32px !important; }
+ height: 32px !important;
+}
.width-32 {
- width: 32px !important; }
+ width: 32px !important;
+}
.height-33 {
- height: 33px !important; }
+ height: 33px !important;
+}
.width-33 {
- width: 33px !important; }
+ width: 33px !important;
+}
.height-34 {
- height: 34px !important; }
+ height: 34px !important;
+}
.width-34 {
- width: 34px !important; }
+ width: 34px !important;
+}
.height-35 {
- height: 35px !important; }
+ height: 35px !important;
+}
.width-35 {
- width: 35px !important; }
+ width: 35px !important;
+}
.height-36 {
- height: 36px !important; }
+ height: 36px !important;
+}
.width-36 {
- width: 36px !important; }
+ width: 36px !important;
+}
.height-37 {
- height: 37px !important; }
+ height: 37px !important;
+}
.width-37 {
- width: 37px !important; }
+ width: 37px !important;
+}
.height-38 {
- height: 38px !important; }
+ height: 38px !important;
+}
.width-38 {
- width: 38px !important; }
+ width: 38px !important;
+}
.height-39 {
- height: 39px !important; }
+ height: 39px !important;
+}
.width-39 {
- width: 39px !important; }
+ width: 39px !important;
+}
.height-40 {
- height: 40px !important; }
+ height: 40px !important;
+}
.width-40 {
- width: 40px !important; }
+ width: 40px !important;
+}
.height-41 {
- height: 41px !important; }
+ height: 41px !important;
+}
.width-41 {
- width: 41px !important; }
+ width: 41px !important;
+}
.height-42 {
- height: 42px !important; }
+ height: 42px !important;
+}
.width-42 {
- width: 42px !important; }
+ width: 42px !important;
+}
.height-43 {
- height: 43px !important; }
+ height: 43px !important;
+}
.width-43 {
- width: 43px !important; }
+ width: 43px !important;
+}
.height-44 {
- height: 44px !important; }
+ height: 44px !important;
+}
.width-44 {
- width: 44px !important; }
+ width: 44px !important;
+}
.height-45 {
- height: 45px !important; }
+ height: 45px !important;
+}
.width-45 {
- width: 45px !important; }
+ width: 45px !important;
+}
.height-46 {
- height: 46px !important; }
+ height: 46px !important;
+}
.width-46 {
- width: 46px !important; }
+ width: 46px !important;
+}
.height-47 {
- height: 47px !important; }
+ height: 47px !important;
+}
.width-47 {
- width: 47px !important; }
+ width: 47px !important;
+}
.height-48 {
- height: 48px !important; }
+ height: 48px !important;
+}
.width-48 {
- width: 48px !important; }
+ width: 48px !important;
+}
.height-49 {
- height: 49px !important; }
+ height: 49px !important;
+}
.width-49 {
- width: 49px !important; }
+ width: 49px !important;
+}
.height-50 {
- height: 50px !important; }
+ height: 50px !important;
+}
.width-50 {
- width: 50px !important; }
+ width: 50px !important;
+}
.height-51 {
- height: 51px !important; }
+ height: 51px !important;
+}
.width-51 {
- width: 51px !important; }
+ width: 51px !important;
+}
.height-52 {
- height: 52px !important; }
+ height: 52px !important;
+}
.width-52 {
- width: 52px !important; }
+ width: 52px !important;
+}
.height-53 {
- height: 53px !important; }
+ height: 53px !important;
+}
.width-53 {
- width: 53px !important; }
+ width: 53px !important;
+}
.height-54 {
- height: 54px !important; }
+ height: 54px !important;
+}
.width-54 {
- width: 54px !important; }
+ width: 54px !important;
+}
.height-55 {
- height: 55px !important; }
+ height: 55px !important;
+}
.width-55 {
- width: 55px !important; }
+ width: 55px !important;
+}
.height-56 {
- height: 56px !important; }
+ height: 56px !important;
+}
.width-56 {
- width: 56px !important; }
+ width: 56px !important;
+}
.height-57 {
- height: 57px !important; }
+ height: 57px !important;
+}
.width-57 {
- width: 57px !important; }
+ width: 57px !important;
+}
.height-58 {
- height: 58px !important; }
+ height: 58px !important;
+}
.width-58 {
- width: 58px !important; }
+ width: 58px !important;
+}
.height-59 {
- height: 59px !important; }
+ height: 59px !important;
+}
.width-59 {
- width: 59px !important; }
+ width: 59px !important;
+}
.height-60 {
- height: 60px !important; }
+ height: 60px !important;
+}
.width-60 {
- width: 60px !important; }
+ width: 60px !important;
+}
.height-61 {
- height: 61px !important; }
+ height: 61px !important;
+}
.width-61 {
- width: 61px !important; }
+ width: 61px !important;
+}
.height-62 {
- height: 62px !important; }
+ height: 62px !important;
+}
.width-62 {
- width: 62px !important; }
+ width: 62px !important;
+}
.height-63 {
- height: 63px !important; }
+ height: 63px !important;
+}
.width-63 {
- width: 63px !important; }
+ width: 63px !important;
+}
.height-64 {
- height: 64px !important; }
+ height: 64px !important;
+}
.width-64 {
- width: 64px !important; }
+ width: 64px !important;
+}
.height-65 {
- height: 65px !important; }
+ height: 65px !important;
+}
.width-65 {
- width: 65px !important; }
+ width: 65px !important;
+}
.height-66 {
- height: 66px !important; }
+ height: 66px !important;
+}
.width-66 {
- width: 66px !important; }
+ width: 66px !important;
+}
.height-67 {
- height: 67px !important; }
+ height: 67px !important;
+}
.width-67 {
- width: 67px !important; }
+ width: 67px !important;
+}
.height-68 {
- height: 68px !important; }
+ height: 68px !important;
+}
.width-68 {
- width: 68px !important; }
+ width: 68px !important;
+}
.height-69 {
- height: 69px !important; }
+ height: 69px !important;
+}
.width-69 {
- width: 69px !important; }
+ width: 69px !important;
+}
.height-70 {
- height: 70px !important; }
+ height: 70px !important;
+}
.width-70 {
- width: 70px !important; }
+ width: 70px !important;
+}
.height-71 {
- height: 71px !important; }
+ height: 71px !important;
+}
.width-71 {
- width: 71px !important; }
+ width: 71px !important;
+}
.height-72 {
- height: 72px !important; }
+ height: 72px !important;
+}
.width-72 {
- width: 72px !important; }
+ width: 72px !important;
+}
.height-73 {
- height: 73px !important; }
+ height: 73px !important;
+}
.width-73 {
- width: 73px !important; }
+ width: 73px !important;
+}
.height-74 {
- height: 74px !important; }
+ height: 74px !important;
+}
.width-74 {
- width: 74px !important; }
+ width: 74px !important;
+}
.height-75 {
- height: 75px !important; }
+ height: 75px !important;
+}
.width-75 {
- width: 75px !important; }
+ width: 75px !important;
+}
.height-76 {
- height: 76px !important; }
+ height: 76px !important;
+}
.width-76 {
- width: 76px !important; }
+ width: 76px !important;
+}
.height-77 {
- height: 77px !important; }
+ height: 77px !important;
+}
.width-77 {
- width: 77px !important; }
+ width: 77px !important;
+}
.height-78 {
- height: 78px !important; }
+ height: 78px !important;
+}
.width-78 {
- width: 78px !important; }
+ width: 78px !important;
+}
.height-79 {
- height: 79px !important; }
+ height: 79px !important;
+}
.width-79 {
- width: 79px !important; }
+ width: 79px !important;
+}
.height-80 {
- height: 80px !important; }
+ height: 80px !important;
+}
.width-80 {
- width: 80px !important; }
+ width: 80px !important;
+}
.height-81 {
- height: 81px !important; }
+ height: 81px !important;
+}
.width-81 {
- width: 81px !important; }
+ width: 81px !important;
+}
.height-82 {
- height: 82px !important; }
+ height: 82px !important;
+}
.width-82 {
- width: 82px !important; }
+ width: 82px !important;
+}
.height-83 {
- height: 83px !important; }
+ height: 83px !important;
+}
.width-83 {
- width: 83px !important; }
+ width: 83px !important;
+}
.height-84 {
- height: 84px !important; }
+ height: 84px !important;
+}
.width-84 {
- width: 84px !important; }
+ width: 84px !important;
+}
.height-85 {
- height: 85px !important; }
+ height: 85px !important;
+}
.width-85 {
- width: 85px !important; }
+ width: 85px !important;
+}
.height-86 {
- height: 86px !important; }
+ height: 86px !important;
+}
.width-86 {
- width: 86px !important; }
+ width: 86px !important;
+}
.height-87 {
- height: 87px !important; }
+ height: 87px !important;
+}
.width-87 {
- width: 87px !important; }
+ width: 87px !important;
+}
.height-88 {
- height: 88px !important; }
+ height: 88px !important;
+}
.width-88 {
- width: 88px !important; }
+ width: 88px !important;
+}
.height-89 {
- height: 89px !important; }
+ height: 89px !important;
+}
.width-89 {
- width: 89px !important; }
+ width: 89px !important;
+}
.height-90 {
- height: 90px !important; }
+ height: 90px !important;
+}
.width-90 {
- width: 90px !important; }
+ width: 90px !important;
+}
.height-91 {
- height: 91px !important; }
+ height: 91px !important;
+}
.width-91 {
- width: 91px !important; }
+ width: 91px !important;
+}
.height-92 {
- height: 92px !important; }
+ height: 92px !important;
+}
.width-92 {
- width: 92px !important; }
+ width: 92px !important;
+}
.height-93 {
- height: 93px !important; }
+ height: 93px !important;
+}
.width-93 {
- width: 93px !important; }
+ width: 93px !important;
+}
.height-94 {
- height: 94px !important; }
+ height: 94px !important;
+}
.width-94 {
- width: 94px !important; }
+ width: 94px !important;
+}
.height-95 {
- height: 95px !important; }
+ height: 95px !important;
+}
.width-95 {
- width: 95px !important; }
+ width: 95px !important;
+}
.height-96 {
- height: 96px !important; }
+ height: 96px !important;
+}
.width-96 {
- width: 96px !important; }
+ width: 96px !important;
+}
.height-97 {
- height: 97px !important; }
+ height: 97px !important;
+}
.width-97 {
- width: 97px !important; }
+ width: 97px !important;
+}
.height-98 {
- height: 98px !important; }
+ height: 98px !important;
+}
.width-98 {
- width: 98px !important; }
+ width: 98px !important;
+}
.height-99 {
- height: 99px !important; }
+ height: 99px !important;
+}
.width-99 {
- width: 99px !important; }
+ width: 99px !important;
+}
.height-100 {
- height: 100px !important; }
+ height: 100px !important;
+}
.width-100 {
- width: 100px !important; }
+ width: 100px !important;
+}
.height-101 {
- height: 101px !important; }
+ height: 101px !important;
+}
.width-101 {
- width: 101px !important; }
+ width: 101px !important;
+}
.height-102 {
- height: 102px !important; }
+ height: 102px !important;
+}
.width-102 {
- width: 102px !important; }
+ width: 102px !important;
+}
.height-103 {
- height: 103px !important; }
+ height: 103px !important;
+}
.width-103 {
- width: 103px !important; }
+ width: 103px !important;
+}
.height-104 {
- height: 104px !important; }
+ height: 104px !important;
+}
.width-104 {
- width: 104px !important; }
+ width: 104px !important;
+}
.height-105 {
- height: 105px !important; }
+ height: 105px !important;
+}
.width-105 {
- width: 105px !important; }
+ width: 105px !important;
+}
.height-106 {
- height: 106px !important; }
+ height: 106px !important;
+}
.width-106 {
- width: 106px !important; }
+ width: 106px !important;
+}
.height-107 {
- height: 107px !important; }
+ height: 107px !important;
+}
.width-107 {
- width: 107px !important; }
+ width: 107px !important;
+}
.height-108 {
- height: 108px !important; }
+ height: 108px !important;
+}
.width-108 {
- width: 108px !important; }
+ width: 108px !important;
+}
.height-109 {
- height: 109px !important; }
+ height: 109px !important;
+}
.width-109 {
- width: 109px !important; }
+ width: 109px !important;
+}
.height-110 {
- height: 110px !important; }
+ height: 110px !important;
+}
.width-110 {
- width: 110px !important; }
+ width: 110px !important;
+}
.height-111 {
- height: 111px !important; }
+ height: 111px !important;
+}
.width-111 {
- width: 111px !important; }
+ width: 111px !important;
+}
.height-112 {
- height: 112px !important; }
+ height: 112px !important;
+}
.width-112 {
- width: 112px !important; }
+ width: 112px !important;
+}
.height-113 {
- height: 113px !important; }
+ height: 113px !important;
+}
.width-113 {
- width: 113px !important; }
+ width: 113px !important;
+}
.height-114 {
- height: 114px !important; }
+ height: 114px !important;
+}
.width-114 {
- width: 114px !important; }
+ width: 114px !important;
+}
.height-115 {
- height: 115px !important; }
+ height: 115px !important;
+}
.width-115 {
- width: 115px !important; }
+ width: 115px !important;
+}
.height-116 {
- height: 116px !important; }
+ height: 116px !important;
+}
.width-116 {
- width: 116px !important; }
+ width: 116px !important;
+}
.height-117 {
- height: 117px !important; }
+ height: 117px !important;
+}
.width-117 {
- width: 117px !important; }
+ width: 117px !important;
+}
.height-118 {
- height: 118px !important; }
+ height: 118px !important;
+}
.width-118 {
- width: 118px !important; }
+ width: 118px !important;
+}
.height-119 {
- height: 119px !important; }
+ height: 119px !important;
+}
.width-119 {
- width: 119px !important; }
+ width: 119px !important;
+}
.height-120 {
- height: 120px !important; }
+ height: 120px !important;
+}
.width-120 {
- width: 120px !important; }
+ width: 120px !important;
+}
.height-121 {
- height: 121px !important; }
+ height: 121px !important;
+}
.width-121 {
- width: 121px !important; }
+ width: 121px !important;
+}
.height-122 {
- height: 122px !important; }
+ height: 122px !important;
+}
.width-122 {
- width: 122px !important; }
+ width: 122px !important;
+}
.height-123 {
- height: 123px !important; }
+ height: 123px !important;
+}
.width-123 {
- width: 123px !important; }
+ width: 123px !important;
+}
.height-124 {
- height: 124px !important; }
+ height: 124px !important;
+}
.width-124 {
- width: 124px !important; }
+ width: 124px !important;
+}
.height-125 {
- height: 125px !important; }
+ height: 125px !important;
+}
.width-125 {
- width: 125px !important; }
+ width: 125px !important;
+}
.height-126 {
- height: 126px !important; }
+ height: 126px !important;
+}
.width-126 {
- width: 126px !important; }
+ width: 126px !important;
+}
.height-127 {
- height: 127px !important; }
+ height: 127px !important;
+}
.width-127 {
- width: 127px !important; }
+ width: 127px !important;
+}
.height-128 {
- height: 128px !important; }
+ height: 128px !important;
+}
.width-128 {
- width: 128px !important; }
+ width: 128px !important;
+}
.height-129 {
- height: 129px !important; }
+ height: 129px !important;
+}
.width-129 {
- width: 129px !important; }
+ width: 129px !important;
+}
.height-130 {
- height: 130px !important; }
+ height: 130px !important;
+}
.width-130 {
- width: 130px !important; }
+ width: 130px !important;
+}
.height-131 {
- height: 131px !important; }
+ height: 131px !important;
+}
.width-131 {
- width: 131px !important; }
+ width: 131px !important;
+}
.height-132 {
- height: 132px !important; }
+ height: 132px !important;
+}
.width-132 {
- width: 132px !important; }
+ width: 132px !important;
+}
.height-133 {
- height: 133px !important; }
+ height: 133px !important;
+}
.width-133 {
- width: 133px !important; }
+ width: 133px !important;
+}
.height-134 {
- height: 134px !important; }
+ height: 134px !important;
+}
.width-134 {
- width: 134px !important; }
+ width: 134px !important;
+}
.height-135 {
- height: 135px !important; }
+ height: 135px !important;
+}
.width-135 {
- width: 135px !important; }
+ width: 135px !important;
+}
.height-136 {
- height: 136px !important; }
+ height: 136px !important;
+}
.width-136 {
- width: 136px !important; }
+ width: 136px !important;
+}
.height-137 {
- height: 137px !important; }
+ height: 137px !important;
+}
.width-137 {
- width: 137px !important; }
+ width: 137px !important;
+}
.height-138 {
- height: 138px !important; }
+ height: 138px !important;
+}
.width-138 {
- width: 138px !important; }
+ width: 138px !important;
+}
.height-139 {
- height: 139px !important; }
+ height: 139px !important;
+}
.width-139 {
- width: 139px !important; }
+ width: 139px !important;
+}
.height-140 {
- height: 140px !important; }
+ height: 140px !important;
+}
.width-140 {
- width: 140px !important; }
+ width: 140px !important;
+}
.height-141 {
- height: 141px !important; }
+ height: 141px !important;
+}
.width-141 {
- width: 141px !important; }
+ width: 141px !important;
+}
.height-142 {
- height: 142px !important; }
+ height: 142px !important;
+}
.width-142 {
- width: 142px !important; }
+ width: 142px !important;
+}
.height-143 {
- height: 143px !important; }
+ height: 143px !important;
+}
.width-143 {
- width: 143px !important; }
+ width: 143px !important;
+}
.height-144 {
- height: 144px !important; }
+ height: 144px !important;
+}
.width-144 {
- width: 144px !important; }
+ width: 144px !important;
+}
.height-145 {
- height: 145px !important; }
+ height: 145px !important;
+}
.width-145 {
- width: 145px !important; }
+ width: 145px !important;
+}
.height-146 {
- height: 146px !important; }
+ height: 146px !important;
+}
.width-146 {
- width: 146px !important; }
+ width: 146px !important;
+}
.height-147 {
- height: 147px !important; }
+ height: 147px !important;
+}
.width-147 {
- width: 147px !important; }
+ width: 147px !important;
+}
.height-148 {
- height: 148px !important; }
+ height: 148px !important;
+}
.width-148 {
- width: 148px !important; }
+ width: 148px !important;
+}
.height-149 {
- height: 149px !important; }
+ height: 149px !important;
+}
.width-149 {
- width: 149px !important; }
+ width: 149px !important;
+}
.height-150 {
- height: 150px !important; }
+ height: 150px !important;
+}
.width-150 {
- width: 150px !important; }
+ width: 150px !important;
+}
.height-151 {
- height: 151px !important; }
+ height: 151px !important;
+}
.width-151 {
- width: 151px !important; }
+ width: 151px !important;
+}
.height-152 {
- height: 152px !important; }
+ height: 152px !important;
+}
.width-152 {
- width: 152px !important; }
+ width: 152px !important;
+}
.height-153 {
- height: 153px !important; }
+ height: 153px !important;
+}
.width-153 {
- width: 153px !important; }
+ width: 153px !important;
+}
.height-154 {
- height: 154px !important; }
+ height: 154px !important;
+}
.width-154 {
- width: 154px !important; }
+ width: 154px !important;
+}
.height-155 {
- height: 155px !important; }
+ height: 155px !important;
+}
.width-155 {
- width: 155px !important; }
+ width: 155px !important;
+}
.height-156 {
- height: 156px !important; }
+ height: 156px !important;
+}
.width-156 {
- width: 156px !important; }
+ width: 156px !important;
+}
.height-157 {
- height: 157px !important; }
+ height: 157px !important;
+}
.width-157 {
- width: 157px !important; }
+ width: 157px !important;
+}
.height-158 {
- height: 158px !important; }
+ height: 158px !important;
+}
.width-158 {
- width: 158px !important; }
+ width: 158px !important;
+}
.height-159 {
- height: 159px !important; }
+ height: 159px !important;
+}
.width-159 {
- width: 159px !important; }
+ width: 159px !important;
+}
.height-160 {
- height: 160px !important; }
+ height: 160px !important;
+}
.width-160 {
- width: 160px !important; }
+ width: 160px !important;
+}
.height-161 {
- height: 161px !important; }
+ height: 161px !important;
+}
.width-161 {
- width: 161px !important; }
+ width: 161px !important;
+}
.height-162 {
- height: 162px !important; }
+ height: 162px !important;
+}
.width-162 {
- width: 162px !important; }
+ width: 162px !important;
+}
.height-163 {
- height: 163px !important; }
+ height: 163px !important;
+}
.width-163 {
- width: 163px !important; }
+ width: 163px !important;
+}
.height-164 {
- height: 164px !important; }
+ height: 164px !important;
+}
.width-164 {
- width: 164px !important; }
+ width: 164px !important;
+}
.height-165 {
- height: 165px !important; }
+ height: 165px !important;
+}
.width-165 {
- width: 165px !important; }
+ width: 165px !important;
+}
.height-166 {
- height: 166px !important; }
+ height: 166px !important;
+}
.width-166 {
- width: 166px !important; }
+ width: 166px !important;
+}
.height-167 {
- height: 167px !important; }
+ height: 167px !important;
+}
.width-167 {
- width: 167px !important; }
+ width: 167px !important;
+}
.height-168 {
- height: 168px !important; }
+ height: 168px !important;
+}
.width-168 {
- width: 168px !important; }
+ width: 168px !important;
+}
.height-169 {
- height: 169px !important; }
+ height: 169px !important;
+}
.width-169 {
- width: 169px !important; }
+ width: 169px !important;
+}
.height-170 {
- height: 170px !important; }
+ height: 170px !important;
+}
.width-170 {
- width: 170px !important; }
+ width: 170px !important;
+}
.height-171 {
- height: 171px !important; }
+ height: 171px !important;
+}
.width-171 {
- width: 171px !important; }
+ width: 171px !important;
+}
.height-172 {
- height: 172px !important; }
+ height: 172px !important;
+}
.width-172 {
- width: 172px !important; }
+ width: 172px !important;
+}
.height-173 {
- height: 173px !important; }
+ height: 173px !important;
+}
.width-173 {
- width: 173px !important; }
+ width: 173px !important;
+}
.height-174 {
- height: 174px !important; }
+ height: 174px !important;
+}
.width-174 {
- width: 174px !important; }
+ width: 174px !important;
+}
.height-175 {
- height: 175px !important; }
+ height: 175px !important;
+}
.width-175 {
- width: 175px !important; }
+ width: 175px !important;
+}
.height-176 {
- height: 176px !important; }
+ height: 176px !important;
+}
.width-176 {
- width: 176px !important; }
+ width: 176px !important;
+}
.height-177 {
- height: 177px !important; }
+ height: 177px !important;
+}
.width-177 {
- width: 177px !important; }
+ width: 177px !important;
+}
.height-178 {
- height: 178px !important; }
+ height: 178px !important;
+}
.width-178 {
- width: 178px !important; }
+ width: 178px !important;
+}
.height-179 {
- height: 179px !important; }
+ height: 179px !important;
+}
.width-179 {
- width: 179px !important; }
+ width: 179px !important;
+}
.height-180 {
- height: 180px !important; }
+ height: 180px !important;
+}
.width-180 {
- width: 180px !important; }
+ width: 180px !important;
+}
.height-181 {
- height: 181px !important; }
+ height: 181px !important;
+}
.width-181 {
- width: 181px !important; }
+ width: 181px !important;
+}
.height-182 {
- height: 182px !important; }
+ height: 182px !important;
+}
.width-182 {
- width: 182px !important; }
+ width: 182px !important;
+}
.height-183 {
- height: 183px !important; }
+ height: 183px !important;
+}
.width-183 {
- width: 183px !important; }
+ width: 183px !important;
+}
.height-184 {
- height: 184px !important; }
+ height: 184px !important;
+}
.width-184 {
- width: 184px !important; }
+ width: 184px !important;
+}
.height-185 {
- height: 185px !important; }
+ height: 185px !important;
+}
.width-185 {
- width: 185px !important; }
+ width: 185px !important;
+}
.height-186 {
- height: 186px !important; }
+ height: 186px !important;
+}
.width-186 {
- width: 186px !important; }
+ width: 186px !important;
+}
.height-187 {
- height: 187px !important; }
+ height: 187px !important;
+}
.width-187 {
- width: 187px !important; }
+ width: 187px !important;
+}
.height-188 {
- height: 188px !important; }
+ height: 188px !important;
+}
.width-188 {
- width: 188px !important; }
+ width: 188px !important;
+}
.height-189 {
- height: 189px !important; }
+ height: 189px !important;
+}
.width-189 {
- width: 189px !important; }
+ width: 189px !important;
+}
.height-190 {
- height: 190px !important; }
+ height: 190px !important;
+}
.width-190 {
- width: 190px !important; }
+ width: 190px !important;
+}
.height-191 {
- height: 191px !important; }
+ height: 191px !important;
+}
.width-191 {
- width: 191px !important; }
+ width: 191px !important;
+}
.height-192 {
- height: 192px !important; }
+ height: 192px !important;
+}
.width-192 {
- width: 192px !important; }
+ width: 192px !important;
+}
.height-193 {
- height: 193px !important; }
+ height: 193px !important;
+}
.width-193 {
- width: 193px !important; }
+ width: 193px !important;
+}
.height-194 {
- height: 194px !important; }
+ height: 194px !important;
+}
.width-194 {
- width: 194px !important; }
+ width: 194px !important;
+}
.height-195 {
- height: 195px !important; }
+ height: 195px !important;
+}
.width-195 {
- width: 195px !important; }
+ width: 195px !important;
+}
.height-196 {
- height: 196px !important; }
+ height: 196px !important;
+}
.width-196 {
- width: 196px !important; }
+ width: 196px !important;
+}
.height-197 {
- height: 197px !important; }
+ height: 197px !important;
+}
.width-197 {
- width: 197px !important; }
+ width: 197px !important;
+}
.height-198 {
- height: 198px !important; }
+ height: 198px !important;
+}
.width-198 {
- width: 198px !important; }
+ width: 198px !important;
+}
.height-199 {
- height: 199px !important; }
+ height: 199px !important;
+}
.width-199 {
- width: 199px !important; }
+ width: 199px !important;
+}
.height-200 {
- height: 200px !important; }
+ height: 200px !important;
+}
.width-200 {
- width: 200px !important; }
+ width: 200px !important;
+}
.height-201 {
- height: 201px !important; }
+ height: 201px !important;
+}
.width-201 {
- width: 201px !important; }
+ width: 201px !important;
+}
.height-202 {
- height: 202px !important; }
+ height: 202px !important;
+}
.width-202 {
- width: 202px !important; }
+ width: 202px !important;
+}
.height-203 {
- height: 203px !important; }
+ height: 203px !important;
+}
.width-203 {
- width: 203px !important; }
+ width: 203px !important;
+}
.height-204 {
- height: 204px !important; }
+ height: 204px !important;
+}
.width-204 {
- width: 204px !important; }
+ width: 204px !important;
+}
.height-205 {
- height: 205px !important; }
+ height: 205px !important;
+}
.width-205 {
- width: 205px !important; }
+ width: 205px !important;
+}
.height-206 {
- height: 206px !important; }
+ height: 206px !important;
+}
.width-206 {
- width: 206px !important; }
+ width: 206px !important;
+}
.height-207 {
- height: 207px !important; }
+ height: 207px !important;
+}
.width-207 {
- width: 207px !important; }
+ width: 207px !important;
+}
.height-208 {
- height: 208px !important; }
+ height: 208px !important;
+}
.width-208 {
- width: 208px !important; }
+ width: 208px !important;
+}
.height-209 {
- height: 209px !important; }
+ height: 209px !important;
+}
.width-209 {
- width: 209px !important; }
+ width: 209px !important;
+}
.height-210 {
- height: 210px !important; }
+ height: 210px !important;
+}
.width-210 {
- width: 210px !important; }
+ width: 210px !important;
+}
.height-211 {
- height: 211px !important; }
+ height: 211px !important;
+}
.width-211 {
- width: 211px !important; }
+ width: 211px !important;
+}
.height-212 {
- height: 212px !important; }
+ height: 212px !important;
+}
.width-212 {
- width: 212px !important; }
+ width: 212px !important;
+}
.height-213 {
- height: 213px !important; }
+ height: 213px !important;
+}
.width-213 {
- width: 213px !important; }
+ width: 213px !important;
+}
.height-214 {
- height: 214px !important; }
+ height: 214px !important;
+}
.width-214 {
- width: 214px !important; }
+ width: 214px !important;
+}
.height-215 {
- height: 215px !important; }
+ height: 215px !important;
+}
.width-215 {
- width: 215px !important; }
+ width: 215px !important;
+}
.height-216 {
- height: 216px !important; }
+ height: 216px !important;
+}
.width-216 {
- width: 216px !important; }
+ width: 216px !important;
+}
.height-217 {
- height: 217px !important; }
+ height: 217px !important;
+}
.width-217 {
- width: 217px !important; }
+ width: 217px !important;
+}
.height-218 {
- height: 218px !important; }
+ height: 218px !important;
+}
.width-218 {
- width: 218px !important; }
+ width: 218px !important;
+}
.height-219 {
- height: 219px !important; }
+ height: 219px !important;
+}
.width-219 {
- width: 219px !important; }
+ width: 219px !important;
+}
.height-220 {
- height: 220px !important; }
+ height: 220px !important;
+}
.width-220 {
- width: 220px !important; }
+ width: 220px !important;
+}
.height-221 {
- height: 221px !important; }
+ height: 221px !important;
+}
.width-221 {
- width: 221px !important; }
+ width: 221px !important;
+}
.height-222 {
- height: 222px !important; }
+ height: 222px !important;
+}
.width-222 {
- width: 222px !important; }
+ width: 222px !important;
+}
.height-223 {
- height: 223px !important; }
+ height: 223px !important;
+}
.width-223 {
- width: 223px !important; }
+ width: 223px !important;
+}
.height-224 {
- height: 224px !important; }
+ height: 224px !important;
+}
.width-224 {
- width: 224px !important; }
+ width: 224px !important;
+}
.height-225 {
- height: 225px !important; }
+ height: 225px !important;
+}
.width-225 {
- width: 225px !important; }
+ width: 225px !important;
+}
.height-226 {
- height: 226px !important; }
+ height: 226px !important;
+}
.width-226 {
- width: 226px !important; }
+ width: 226px !important;
+}
.height-227 {
- height: 227px !important; }
+ height: 227px !important;
+}
.width-227 {
- width: 227px !important; }
+ width: 227px !important;
+}
.height-228 {
- height: 228px !important; }
+ height: 228px !important;
+}
.width-228 {
- width: 228px !important; }
+ width: 228px !important;
+}
.height-229 {
- height: 229px !important; }
+ height: 229px !important;
+}
.width-229 {
- width: 229px !important; }
+ width: 229px !important;
+}
.height-230 {
- height: 230px !important; }
+ height: 230px !important;
+}
.width-230 {
- width: 230px !important; }
+ width: 230px !important;
+}
.height-231 {
- height: 231px !important; }
+ height: 231px !important;
+}
.width-231 {
- width: 231px !important; }
+ width: 231px !important;
+}
.height-232 {
- height: 232px !important; }
+ height: 232px !important;
+}
.width-232 {
- width: 232px !important; }
+ width: 232px !important;
+}
.height-233 {
- height: 233px !important; }
+ height: 233px !important;
+}
.width-233 {
- width: 233px !important; }
+ width: 233px !important;
+}
.height-234 {
- height: 234px !important; }
+ height: 234px !important;
+}
.width-234 {
- width: 234px !important; }
+ width: 234px !important;
+}
.height-235 {
- height: 235px !important; }
+ height: 235px !important;
+}
.width-235 {
- width: 235px !important; }
+ width: 235px !important;
+}
.height-236 {
- height: 236px !important; }
+ height: 236px !important;
+}
.width-236 {
- width: 236px !important; }
+ width: 236px !important;
+}
.height-237 {
- height: 237px !important; }
+ height: 237px !important;
+}
.width-237 {
- width: 237px !important; }
+ width: 237px !important;
+}
.height-238 {
- height: 238px !important; }
+ height: 238px !important;
+}
.width-238 {
- width: 238px !important; }
+ width: 238px !important;
+}
.height-239 {
- height: 239px !important; }
+ height: 239px !important;
+}
.width-239 {
- width: 239px !important; }
+ width: 239px !important;
+}
.height-240 {
- height: 240px !important; }
+ height: 240px !important;
+}
.width-240 {
- width: 240px !important; }
+ width: 240px !important;
+}
.height-241 {
- height: 241px !important; }
+ height: 241px !important;
+}
.width-241 {
- width: 241px !important; }
+ width: 241px !important;
+}
.height-242 {
- height: 242px !important; }
+ height: 242px !important;
+}
.width-242 {
- width: 242px !important; }
+ width: 242px !important;
+}
.height-243 {
- height: 243px !important; }
+ height: 243px !important;
+}
.width-243 {
- width: 243px !important; }
+ width: 243px !important;
+}
.height-244 {
- height: 244px !important; }
+ height: 244px !important;
+}
.width-244 {
- width: 244px !important; }
+ width: 244px !important;
+}
+
+.height-245 {
+ height: 245px !important;
+}
+
+.width-245 {
+ width: 245px !important;
+}
+
+.height-246 {
+ height: 246px !important;
+}
+
+.width-246 {
+ width: 246px !important;
+}
+
+.height-247 {
+ height: 247px !important;
+}
+
+.width-247 {
+ width: 247px !important;
+}
+
+.height-248 {
+ height: 248px !important;
+}
+
+.width-248 {
+ width: 248px !important;
+}
+
+.height-249 {
+ height: 249px !important;
+}
+
+.width-249 {
+ width: 249px !important;
+}
+
+.height-250 {
+ height: 250px !important;
+}
+
+.width-250 {
+ width: 250px !important;
+}
+
+.height-251 {
+ height: 251px !important;
+}
+
+.width-251 {
+ width: 251px !important;
+}
+
+.height-252 {
+ height: 252px !important;
+}
+
+.width-252 {
+ width: 252px !important;
+}
+
+.height-253 {
+ height: 253px !important;
+}
+
+.width-253 {
+ width: 253px !important;
+}
+
+.height-254 {
+ height: 254px !important;
+}
+
+.width-254 {
+ width: 254px !important;
+}
+
+.height-255 {
+ height: 255px !important;
+}
+
+.width-255 {
+ width: 255px !important;
+}
+
+.height-256 {
+ height: 256px !important;
+}
+
+.width-256 {
+ width: 256px !important;
+}
+
+.height-257 {
+ height: 257px !important;
+}
+
+.width-257 {
+ width: 257px !important;
+}
+
+.height-258 {
+ height: 258px !important;
+}
+
+.width-258 {
+ width: 258px !important;
+}
+
+.height-259 {
+ height: 259px !important;
+}
+
+.width-259 {
+ width: 259px !important;
+}
+
+.height-260 {
+ height: 260px !important;
+}
+
+.width-260 {
+ width: 260px !important;
+}
+
+.height-261 {
+ height: 261px !important;
+}
+
+.width-261 {
+ width: 261px !important;
+}
+
+.height-262 {
+ height: 262px !important;
+}
+
+.width-262 {
+ width: 262px !important;
+}
+
+.height-263 {
+ height: 263px !important;
+}
+
+.width-263 {
+ width: 263px !important;
+}
+
+.height-264 {
+ height: 264px !important;
+}
+
+.width-264 {
+ width: 264px !important;
+}
+
+.height-265 {
+ height: 265px !important;
+}
+
+.width-265 {
+ width: 265px !important;
+}
+
+.height-266 {
+ height: 266px !important;
+}
+
+.width-266 {
+ width: 266px !important;
+}
+
+.height-267 {
+ height: 267px !important;
+}
+
+.width-267 {
+ width: 267px !important;
+}
+
+.height-268 {
+ height: 268px !important;
+}
+
+.width-268 {
+ width: 268px !important;
+}
+
+.height-269 {
+ height: 269px !important;
+}
+
+.width-269 {
+ width: 269px !important;
+}
+
+.height-270 {
+ height: 270px !important;
+}
+
+.width-270 {
+ width: 270px !important;
+}
+
+.height-271 {
+ height: 271px !important;
+}
+
+.width-271 {
+ width: 271px !important;
+}
+
+.height-272 {
+ height: 272px !important;
+}
+
+.width-272 {
+ width: 272px !important;
+}
+
+.height-273 {
+ height: 273px !important;
+}
+
+.width-273 {
+ width: 273px !important;
+}
+
+.height-274 {
+ height: 274px !important;
+}
+
+.width-274 {
+ width: 274px !important;
+}
+
+.height-275 {
+ height: 275px !important;
+}
+
+.width-275 {
+ width: 275px !important;
+}
+
+.height-276 {
+ height: 276px !important;
+}
+
+.width-276 {
+ width: 276px !important;
+}
+
+.height-277 {
+ height: 277px !important;
+}
+
+.width-277 {
+ width: 277px !important;
+}
+
+.height-278 {
+ height: 278px !important;
+}
+
+.width-278 {
+ width: 278px !important;
+}
+
+.height-279 {
+ height: 279px !important;
+}
+
+.width-279 {
+ width: 279px !important;
+}
+
+.height-280 {
+ height: 280px !important;
+}
+
+.width-280 {
+ width: 280px !important;
+}
+
+.height-281 {
+ height: 281px !important;
+}
+
+.width-281 {
+ width: 281px !important;
+}
+
+.height-282 {
+ height: 282px !important;
+}
+
+.width-282 {
+ width: 282px !important;
+}
+
+.height-283 {
+ height: 283px !important;
+}
+
+.width-283 {
+ width: 283px !important;
+}
+
+.height-284 {
+ height: 284px !important;
+}
+
+.width-284 {
+ width: 284px !important;
+}
+
+.height-285 {
+ height: 285px !important;
+}
+
+.width-285 {
+ width: 285px !important;
+}
+
+.height-286 {
+ height: 286px !important;
+}
+
+.width-286 {
+ width: 286px !important;
+}
+
+.height-287 {
+ height: 287px !important;
+}
+
+.width-287 {
+ width: 287px !important;
+}
+
+.height-288 {
+ height: 288px !important;
+}
+
+.width-288 {
+ width: 288px !important;
+}
-.height-245 {
- height: 245px !important; }
+.height-289 {
+ height: 289px !important;
+}
-.width-245 {
- width: 245px !important; }
+.width-289 {
+ width: 289px !important;
+}
-.height-246 {
- height: 246px !important; }
+.height-290 {
+ height: 290px !important;
+}
-.width-246 {
- width: 246px !important; }
+.width-290 {
+ width: 290px !important;
+}
-.height-247 {
- height: 247px !important; }
+.height-291 {
+ height: 291px !important;
+}
-.width-247 {
- width: 247px !important; }
+.width-291 {
+ width: 291px !important;
+}
-.height-248 {
- height: 248px !important; }
+.height-292 {
+ height: 292px !important;
+}
-.width-248 {
- width: 248px !important; }
+.width-292 {
+ width: 292px !important;
+}
-.height-249 {
- height: 249px !important; }
+.height-293 {
+ height: 293px !important;
+}
-.width-249 {
- width: 249px !important; }
+.width-293 {
+ width: 293px !important;
+}
-.height-250 {
- height: 250px !important; }
+.height-294 {
+ height: 294px !important;
+}
-.width-250 {
- width: 250px !important; }
+.width-294 {
+ width: 294px !important;
+}
-.height-251 {
- height: 251px !important; }
+.height-295 {
+ height: 295px !important;
+}
-.width-251 {
- width: 251px !important; }
+.width-295 {
+ width: 295px !important;
+}
-.height-252 {
- height: 252px !important; }
+.height-296 {
+ height: 296px !important;
+}
-.width-252 {
- width: 252px !important; }
+.width-296 {
+ width: 296px !important;
+}
-.height-253 {
- height: 253px !important; }
+.height-297 {
+ height: 297px !important;
+}
-.width-253 {
- width: 253px !important; }
+.width-297 {
+ width: 297px !important;
+}
-.height-254 {
- height: 254px !important; }
+.height-298 {
+ height: 298px !important;
+}
-.width-254 {
- width: 254px !important; }
+.width-298 {
+ width: 298px !important;
+}
-.height-255 {
- height: 255px !important; }
+.height-299 {
+ height: 299px !important;
+}
-.width-255 {
- width: 255px !important; }
+.width-299 {
+ width: 299px !important;
+}
-.height-256 {
- height: 256px !important; }
+.height-300 {
+ height: 300px !important;
+}
-.width-256 {
- width: 256px !important; }
+.width-300 {
+ width: 300px !important;
+}
-.height-257 {
- height: 257px !important; }
+/* Deafult z-index and font-weight*/
+.z-index-0 {
+ z-index: 0 !important;
+}
-.width-257 {
- width: 257px !important; }
+.font-weight-0 {
+ font-weight: 0 !important;
+}
-.height-258 {
- height: 258px !important; }
+.z-index-1 {
+ z-index: 1 !important;
+}
-.width-258 {
- width: 258px !important; }
+.font-weight-100 {
+ font-weight: 100 !important;
+}
-.height-259 {
- height: 259px !important; }
+.z-index-2 {
+ z-index: 2 !important;
+}
-.width-259 {
- width: 259px !important; }
+.font-weight-200 {
+ font-weight: 200 !important;
+}
-.height-260 {
- height: 260px !important; }
+.z-index-3 {
+ z-index: 3 !important;
+}
-.width-260 {
- width: 260px !important; }
+.font-weight-300 {
+ font-weight: 300 !important;
+}
-.height-261 {
- height: 261px !important; }
+.z-index-4 {
+ z-index: 4 !important;
+}
-.width-261 {
- width: 261px !important; }
+.font-weight-400 {
+ font-weight: 400 !important;
+}
-.height-262 {
- height: 262px !important; }
+.z-index-5 {
+ z-index: 5 !important;
+}
-.width-262 {
- width: 262px !important; }
+.font-weight-500 {
+ font-weight: 500 !important;
+}
-.height-263 {
- height: 263px !important; }
+.z-index-6 {
+ z-index: 6 !important;
+}
-.width-263 {
- width: 263px !important; }
+.font-weight-600 {
+ font-weight: 600 !important;
+}
-.height-264 {
- height: 264px !important; }
+.z-index-7 {
+ z-index: 7 !important;
+}
-.width-264 {
- width: 264px !important; }
+.font-weight-700 {
+ font-weight: 700 !important;
+}
-.height-265 {
- height: 265px !important; }
+.z-index-8 {
+ z-index: 8 !important;
+}
-.width-265 {
- width: 265px !important; }
+.font-weight-800 {
+ font-weight: 800 !important;
+}
-.height-266 {
- height: 266px !important; }
+.z-index-9 {
+ z-index: 9 !important;
+}
-.width-266 {
- width: 266px !important; }
+.font-weight-900 {
+ font-weight: 900 !important;
+}
-.height-267 {
- height: 267px !important; }
+.z-index-10 {
+ z-index: 10 !important;
+}
-.width-267 {
- width: 267px !important; }
+.font-weight-1000 {
+ font-weight: 1000 !important;
+}
-.height-268 {
- height: 268px !important; }
+.is-ellipsis-0 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 0;
+ -webkit-line-clamp: 0;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-268 {
- width: 268px !important; }
+.is-ellipsis-1 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 1;
+ -webkit-line-clamp: 1;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.height-269 {
- height: 269px !important; }
+.is-ellipsis-2 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 2;
+ -webkit-line-clamp: 2;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-269 {
- width: 269px !important; }
+.is-ellipsis-3 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 3;
+ -webkit-line-clamp: 3;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.height-270 {
- height: 270px !important; }
+.is-ellipsis-4 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 4;
+ -webkit-line-clamp: 4;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-270 {
- width: 270px !important; }
+.is-ellipsis-5 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 5;
+ -webkit-line-clamp: 5;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.height-271 {
- height: 271px !important; }
+.is-ellipsis-6 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 6;
+ -webkit-line-clamp: 6;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-271 {
- width: 271px !important; }
+.is-ellipsis-7 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 7;
+ -webkit-line-clamp: 7;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.height-272 {
- height: 272px !important; }
+.is-ellipsis-8 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 8;
+ -webkit-line-clamp: 8;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-272 {
- width: 272px !important; }
+.is-ellipsis-9 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 9;
+ -webkit-line-clamp: 9;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.height-273 {
- height: 273px !important; }
+.is-ellipsis-10 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 10;
+ -webkit-line-clamp: 10;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
-.width-273 {
- width: 273px !important; }
+:root {
+ --ac-primary: #00a651;
+}
-.height-274 {
- height: 274px !important; }
+body.guard {
+ --ac-primary: #d84e27;
+}
+body.kubedb {
+ --ac-primary: #4d4dcb;
+}
+body.kubeci {
+ --ac-primary: #2c3e50;
+}
+body.kubed {
+ --ac-primary: #1c7bd4;
+}
+body.kubesheild {
+ --ac-primary: #2516c7;
+}
+body.kubevault {
+ --ac-primary: #326ce5;
+}
+body.kubeform {
+ --ac-primary: #592217;
+}
+body.searchlight {
+ --ac-primary: #111738;
+}
+body.pharmer {
+ --ac-primary: #8e44ad;
+}
+body.service-broker {
+ --ac-primary: #29b4a2;
+}
+body.stash {
+ --ac-primary: #5e2dea;
+}
+body.swift {
+ --ac-primary: #3f51b6;
+}
+body.voyager {
+ --ac-primary: #2d2a78;
+}
-.width-274 {
- width: 274px !important; }
+html,
+body {
+ background-color: #ffffff;
+ font-family: "Roboto", sans-serif;
+ font-weight: 400;
+ font-size: 1rem;
+ color: #515D63;
+ scroll-behavior: smooth;
+}
-.height-275 {
- height: 275px !important; }
+p {
+ font-size: 1rem;
+}
-.width-275 {
- width: 275px !important; }
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ color: #171B1C;
+ line-height: 130%;
+}
-.height-276 {
- height: 276px !important; }
+h1 {
+ font-size: 60px;
+ letter-spacing: -0.5px;
+}
-.width-276 {
- width: 276px !important; }
+h2 {
+ font-size: 48px;
+ letter-spacing: -0.57px;
+}
-.height-277 {
- height: 277px !important; }
+h3 {
+ font-size: 32px;
+}
-.width-277 {
- width: 277px !important; }
+h4 {
+ font-size: 24px;
+ letter-spacing: -0.25px;
+}
-.height-278 {
- height: 278px !important; }
+h5 {
+ font-size: 18px;
+}
-.width-278 {
- width: 278px !important; }
+h6 {
+ font-size: 16px;
+ letter-spacing: -0.15px;
+}
-.height-279 {
- height: 279px !important; }
+a {
+ font-family: "Roboto", sans-serif;
+ color: var(--ac-primary);
+}
-.width-279 {
- width: 279px !important; }
+hr {
+ background-color: #e7e7e7;
+ border: none;
+ display: block;
+ height: 1px;
+ margin: 16px 0;
+}
-.height-280 {
- height: 280px !important; }
+strong {
+ color: #171B1C;
+}
-.width-280 {
- width: 280px !important; }
+.is-gradient {
+ background: linear-gradient(-45deg, var(--ac-primary), #940148, #4c346f, var(--ac-primary));
+ background-size: 300% 300%;
+ animation: gradient 5s ease infinite;
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
-.height-281 {
- height: 281px !important; }
+/* ======================
+ Global CSS start
+========================*/
+.bg-gradient-1 {
+ position: relative;
+ z-index: 1;
+ background-size: 120% 120%;
+ -webkit-animation: gradient 15s ease infinite;
+ animation: gradient 15s ease infinite;
+}
+.bg-gradient-1:after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background: rgb(255, 255, 255);
+ z-index: -1;
+ opacity: 0.9;
+ background-size: 50%;
+ overflow: hidden;
+}
-.width-281 {
- width: 281px !important; }
+.social-prove-brand-area .brand-image-wrapper {
+ padding-top: 16px;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ align-items: center;
+ width: 100%;
+}
+.social-prove-brand-area .brand-image-wrapper .single-brand {
+ border: 1px solid #e7e7e7;
+ background-color: #ffffff;
+ padding: 12px 24px;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ transition: 0.3s ease-in-out;
+}
+.social-prove-brand-area .brand-image-wrapper .single-brand img {
+ max-height: 2rem;
+ filter: grayscale(1);
+ transition: 0.3s ease-in-out;
+}
+.social-prove-brand-area .brand-image-wrapper .single-brand:hover img {
+ filter: grayscale(0);
+}
+.social-prove-brand-area .owl-carousel .owl-stage {
+ transition-timing-function: linear !important;
+}
+.social-prove-brand-area .owl-carousel .owl-item img {
+ width: auto !important;
+ height: 32px;
+}
-.height-282 {
- height: 282px !important; }
+.is-fullwidth {
+ width: 100% !important;
+}
-.width-282 {
- width: 282px !important; }
+.section-padding {
+ padding: 60px 0;
+}
+@media screen and (max-width: 1023px) {
+ .section-padding {
+ padding: 32px 0;
+ }
+}
-.height-283 {
- height: 283px !important; }
+.list-items {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+}
+@media screen and (max-width: 768px) {
+ .list-items {
+ gap: 4px;
+ }
+}
+.list-items li {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+}
+.list-items li span {
+ font-size: 18px;
+}
-.width-283 {
- width: 283px !important; }
+.decorative-el, .others-products, .products-features .features-tabs, .ui-features-area, .mechanics-area, .products-area, .hero-area-1 .h-right-content {
+ position: relative;
+ z-index: 1;
+}
+.decorative-el::after, .others-products::after, .products-features .features-tabs::after, .ui-features-area::after, .mechanics-area::after, .products-area::after, .hero-area-1 .h-right-content::after {
+ position: absolute;
+ content: "";
+ left: -54px;
+ top: 0px;
+ width: 250px;
+ height: 250px;
+ z-index: -1;
+ background-image: url("../images/shape/decorative-el.svg");
+ background-repeat: no-repeat;
+}
+@media screen and (max-width: 768px) {
+ .decorative-el::after, .others-products::after, .products-features .features-tabs::after, .ui-features-area::after, .mechanics-area::after, .products-area::after, .hero-area-1 .h-right-content::after {
+ width: 120px;
+ height: 120px;
+ }
+}
-.height-284 {
- height: 284px !important; }
+.yt-thumbnail {
+ position: relative;
+ z-index: 1;
+ border-radius: 4px;
+ overflow: hidden;
+}
+.yt-thumbnail img {
+ display: flex;
+ object-fit: cover;
+ height: 250px;
+ width: 400px;
+}
+.yt-thumbnail:hover .play-icon svg {
+ transform: scale(1.3);
+}
+.yt-thumbnail:after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background-color: #000000;
+ opacity: 0.5;
+}
+.yt-thumbnail .play-icon {
+ position: absolute;
+ z-index: 99;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.yt-thumbnail .play-icon svg {
+ width: 40px;
+ display: flex;
+ cursor: pointer;
+ transition: 0.3s ease-in-out;
+}
-.width-284 {
- width: 284px !important; }
+.section-title {
+ margin-bottom: 2rem;
+ position: relative;
+ z-index: 8;
+}
+.section-title h1 {
+ font-weight: 700;
+ font-size: 48px;
+ line-height: 130%;
+}
+.section-title h1.is-outlined-text {
+ color: #e7e7e7;
+ -webkit-text-fill-color: white;
+ /* Will override color (regardless of order) */
+ -webkit-text-stroke-width: 1px;
+ -webkit-text-stroke-color: #e7e7e7;
+ position: absolute;
+ font-size: 107px;
+ top: 0;
+ z-index: -1;
+ opacity: 0.5;
+ text-align: center;
+ width: 100%;
+}
+.section-title h2 {
+ font-size: 32px;
+ font-weight: 600;
+ margin-bottom: 8px;
+ text-wrap: balance;
+}
+.section-title p {
+ font-size: 16px;
+ line-height: 160%;
+ letter-spacing: 0;
+ margin-bottom: 3rem;
+ font-weight: normal;
+ text-wrap: balance;
+}
-.height-285 {
- height: 285px !important; }
+.left-0 {
+ left: 0 !important;
+}
-.width-285 {
- width: 285px !important; }
+.right-0 {
+ right: 0 !important;
+}
-.height-286 {
- height: 286px !important; }
+.top-0 {
+ top: 0 !important;
+}
-.width-286 {
- width: 286px !important; }
+.bottom-0 {
+ bottom: 0 !important;
+}
-.height-287 {
- height: 287px !important; }
+.breadcrumb-section {
+ padding-top: 200px;
+}
-.width-287 {
- width: 287px !important; }
+.cube {
+ position: absolute;
+ top: 80vh;
+ left: 45vw;
+ width: 10px;
+ height: 10px;
+ border: solid 1px #ffffff;
+ opacity: 0.5;
+ transform-origin: top left;
+ transform: scale(0) rotate(0deg) translate(-50%, -50%);
+ animation: cube 12s ease-in forwards infinite;
+}
+.cube:nth-child(2n) {
+ border-color: white;
+}
+.cube:nth-child(2) {
+ animation-delay: 2s;
+ left: 5vw;
+ top: 30vh;
+}
+.cube:nth-child(3) {
+ animation-delay: 4s;
+ left: 95vw;
+ top: 50vh;
+}
+.cube:nth-child(4) {
+ animation-delay: 6s;
+ left: 90vw;
+ top: 30vh;
+}
+.cube:nth-child(5) {
+ animation-delay: 8s;
+ left: 10vw;
+ top: 75vh;
+}
+.cube:nth-child(6) {
+ animation-delay: 10s;
+ left: 50vw;
+ top: 20vh;
+}
-.height-288 {
- height: 288px !important; }
+.circle {
+ position: absolute;
+ top: 20vh;
+ left: 35vw;
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ border: solid 1px #ffffff;
+ opacity: 0.5;
+ transform-origin: top left;
+ transform: scale(0) rotate(0deg) translate(-50%, -50%);
+ animation: cube 12s ease-in forwards infinite;
+}
+.circle:nth-child(2n) {
+ border-color: white;
+}
+.circle:nth-child(2) {
+ animation-delay: 0.5s;
+ left: 15vw;
+ top: 40vh;
+}
+.circle:nth-child(3) {
+ animation-delay: 2s;
+ left: 100vw;
+ top: 60vh;
+}
+.circle:nth-child(4) {
+ animation-delay: 3s;
+ left: 90vw;
+ top: 30vh;
+}
+.circle:nth-child(5) {
+ animation-delay: 5s;
+ left: 20vw;
+ top: 65vh;
+}
+.circle:nth-child(6) {
+ animation-delay: 8s;
+ left: 60vw;
+ top: 30vh;
+}
-.width-288 {
- width: 288px !important; }
+@keyframes cube {
+ from {
+ transform: scale(0) rotate(0deg) translate(-50%, -50%);
+ opacity: 2s;
+ margin-top: 200px;
+ }
+ to {
+ transform: scale(5) rotate(960deg) translate(-50%, -50%);
+ opacity: 0;
+ margin-top: 0;
+ }
+}
+.br-1 {
+ border-right: 1px solid #e7e7e7;
+}
-.height-289 {
- height: 289px !important; }
+.bl-1 {
+ border-left: 1px solid #e7e7e7;
+}
-.width-289 {
- width: 289px !important; }
+.bt-1 {
+ border-top: 1px solid #e7e7e7;
+}
-.height-290 {
- height: 290px !important; }
+.bb-1 {
+ border-bottom: 1px solid #e7e7e7;
+}
-.width-290 {
- width: 290px !important; }
+.has-text-primary {
+ color: var(--ac-primary) !important;
+}
-.height-291 {
- height: 291px !important; }
+::-moz-selection {
+ /* Code for Firefox */
+ color: #ffffff;
+ background: var(--ac-primary);
+}
-.width-291 {
- width: 291px !important; }
+::selection {
+ color: #ffffff;
+ background: var(--ac-primary);
+}
-.height-292 {
- height: 292px !important; }
+.d-table {
+ display: table;
+ height: 100%;
+ width: 100%;
+}
-.width-292 {
- width: 292px !important; }
+.d-table-cell {
+ width: 100%;
+ display: table-cell;
+ vertical-align: middle;
+}
-.height-293 {
- height: 293px !important; }
+/* brand logo area start */
+.single-brand-logo {
+ display: inline-block;
+ overflow: hidden;
+ margin: 10px 20px;
+ text-align: center;
+ vertical-align: middle;
+ max-width: 200px;
+ height: auto;
+}
+.single-brand-logo img {
+ max-height: 50px;
+}
-.width-293 {
- width: 293px !important; }
+/* brand logo area end */
+.ac-custom-select .ss-single-selected,
+.ac-custom-select .ss-multi-selected {
+ min-height: 45px !important;
+ border: 1px solid #a6abbd;
+ color: #515D63;
+ padding: 0 15px;
+}
+.ac-custom-select .ss-single-selected .ss-arrow,
+.ac-custom-select .ss-multi-selected .ss-arrow {
+ margin: 0;
+}
+.ac-custom-select .ss-single-selected .placeholder,
+.ac-custom-select .ss-multi-selected .placeholder {
+ font-size: 15px;
+ color: #515D63;
+ font-weight: 500;
+}
+.ac-custom-select .ss-single-selected .ss-values,
+.ac-custom-select .ss-multi-selected .ss-values {
+ margin-top: 3px;
+}
+.ac-custom-select .ss-single-selected .ss-values .ss-disabled,
+.ac-custom-select .ss-multi-selected .ss-values .ss-disabled {
+ margin: 0;
+ padding: 0;
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 14px;
+ line-height: 16px;
+ color: #a6abbd;
+}
+.ac-custom-select .ss-single-selected .ss-values .ss-value,
+.ac-custom-select .ss-multi-selected .ss-values .ss-value {
+ height: 30px;
+ margin-bottom: 6px;
+ padding: 0 10px;
+ background-color: #35a651;
+}
+.ac-custom-select .ss-single-selected .ss-add,
+.ac-custom-select .ss-multi-selected .ss-add {
+ margin: 4px;
+ align-items: center;
+}
+.ac-custom-select .ss-content {
+ border: 1px solid #a6abbd;
+}
+.ac-custom-select .ss-content .ss-list .ss-option {
+ font-size: 14px;
+ color: #515D63;
+ transition: 0.3s ease-in-out;
+}
+.ac-custom-select .ss-content .ss-list .ss-option:hover {
+ opacity: 0.8;
+ color: #ffffff;
+ background-color: var(--ac-primary);
+}
+.ac-custom-select .ss-content .ss-list .ss-option.ss-disabled {
+ opacity: 0.5;
+}
+.ac-custom-select .ss-content .ss-search input {
+ border: 1px solid #a6abbd;
+}
+.ac-custom-select .ss-content .ss-search input:focus {
+ outline: none;
+ box-shadow: none;
+}
-.height-294 {
- height: 294px !important; }
+.message {
+ display: flex;
+ align-items: center;
+}
+.message lord-icon {
+ margin-right: 1rem;
+}
+.message.is-warning {
+ background-color: transparent;
+}
+.message.is-warning .message-body {
+ border-color: transparent;
+ border-width: 0;
+ color: #515D63;
+ padding: 1em 1em;
+ background-color: #ffdd57;
+ width: 100%;
+}
+.message.is-danger {
+ background-color: transparent;
+}
+.message.is-danger .message-body {
+ border-color: transparent;
+ border-width: 0;
+ color: #ffffff;
+ padding: 1em 1em;
+ background-color: #ff3729;
+ width: 100%;
+}
-.width-294 {
- width: 294px !important; }
+.is-gap-0 {
+ gap: 0px;
+}
-.height-295 {
- height: 295px !important; }
+.is-gap-1 {
+ gap: 1px;
+}
-.width-295 {
- width: 295px !important; }
+.is-gap-2 {
+ gap: 2px;
+}
-.height-296 {
- height: 296px !important; }
+.is-gap-3 {
+ gap: 3px;
+}
-.width-296 {
- width: 296px !important; }
+.is-gap-4 {
+ gap: 4px;
+}
-.height-297 {
- height: 297px !important; }
+.is-gap-5 {
+ gap: 5px;
+}
-.width-297 {
- width: 297px !important; }
+.is-gap-6 {
+ gap: 6px;
+}
-.height-298 {
- height: 298px !important; }
+.is-gap-7 {
+ gap: 7px;
+}
-.width-298 {
- width: 298px !important; }
+.is-gap-8 {
+ gap: 8px;
+}
-.height-299 {
- height: 299px !important; }
+.is-gap-9 {
+ gap: 9px;
+}
-.width-299 {
- width: 299px !important; }
+.is-gap-10 {
+ gap: 10px;
+}
-.height-300 {
- height: 300px !important; }
+.is-gap-11 {
+ gap: 11px;
+}
-.width-300 {
- width: 300px !important; }
+.is-gap-12 {
+ gap: 12px;
+}
-/* Deafult z-index and font-weight*/
-.z-index-0 {
- z-index: 0 !important; }
+.is-gap-13 {
+ gap: 13px;
+}
-.font-weight-0 {
- font-weight: 0 !important; }
+.is-gap-14 {
+ gap: 14px;
+}
-.z-index-1 {
- z-index: 1 !important; }
+.is-gap-15 {
+ gap: 15px;
+}
-.font-weight-100 {
- font-weight: 100 !important; }
+.is-gap-16 {
+ gap: 16px;
+}
-.z-index-2 {
- z-index: 2 !important; }
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .is-flex-direction-row-reverse-mobile {
+ flex-direction: column-reverse;
+ display: flex;
+ }
+ .container {
+ padding: 0 15px;
+ }
+ .section-title {
+ font-size: 28px;
+ margin-bottom: 1rem;
+ }
+ .section-title h2 {
+ font-size: 28px;
+ margin-bottom: 0;
+ }
+ .section-title h1 {
+ font-size: 28px;
+ }
+ .section-title h1.is-outlined-text {
+ font-size: 60px;
+ }
+ .section-title p {
+ margin-bottom: 0;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .container {
+ padding: 0 30px;
+ }
+ .section-title h1.is-outlined-text {
+ font-size: 70px;
+ }
+ .section-title p {
+ margin-bottom: 0;
+ }
+ .is-flex-direction-row-reverse-tablet {
+ flex-direction: column-reverse;
+ display: flex;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .section-title h1.is-outlined-text {
+ font-size: 80px;
+ }
+ .cube {
+ animation: none;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .section-title h1.is-outlined-text {
+ font-size: 80px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .section-title h1.is-outlined-text {
+ font-size: 80px;
+ }
+}
+@media (min-width: 1216px) and (max-width: 1440px) {
+ .container {
+ max-width: 1200px !important;
+ }
+}
+@keyframes fadeIn {
+ from {
+ opacity: 0;
+ transform: translateY(5px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+@media screen and (max-width: 768px) {
+ .reverse-column-mobile {
+ flex-direction: column-reverse;
+ display: flex;
+ }
+}
-.font-weight-200 {
- font-weight: 200 !important; }
+.section-title.has-text-centered {
+ max-width: 80%;
+ margin: 0 auto 16px auto;
+}
+@media screen and (max-width: 1023px) {
+ .section-title.has-text-centered {
+ max-width: 100%;
+ }
+}
-.z-index-3 {
- z-index: 3 !important; }
+@media screen and (max-width: 768px) {
+ .has-text-center-mobile {
+ text-align: center;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+}
-.font-weight-300 {
- font-weight: 300 !important; }
+@media screen and (max-width: 1023px) {
+ .section-title.has-text-centered-tablet p {
+ text-align: center;
+ }
+}
-.z-index-4 {
- z-index: 4 !important; }
+.lightbox {
+ background-color: rgba(0, 0, 0, 0.8);
+ position: fixed;
+ display: none;
+ z-index: 99;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ top: 0;
+}
+.lightbox-container {
+ position: relative;
+ max-width: 1080px;
+ margin: 7% auto;
+ display: block;
+ padding: 0 3%;
+ height: auto;
+ z-index: 10;
+}
+@media screen and (max-width: 768px) {
+ .lightbox-container {
+ margin-top: 10%;
+ }
+}
+@media screen and (max-width: 414px) {
+ .lightbox-container {
+ margin-top: 13%;
+ }
+}
+.lightbox-content {
+ box-shadow: 0 1px 6px fade(black, 70%);
+}
+.lightbox-close {
+ text-transform: uppercase;
+ background: transparent;
+ position: absolute;
+ font-weight: 300;
+ font-size: 32px;
+ display: block;
+ border: none;
+ color: white;
+ top: -52px;
+ right: 3%;
+ cursor: pointer;
+}
-.font-weight-400 {
- font-weight: 400 !important; }
+.video-container {
+ padding-bottom: 56.25%;
+ position: relative;
+ padding-top: 30px;
+ overflow: hidden;
+ height: 0;
+}
-.z-index-5 {
- z-index: 5 !important; }
+.video-container iframe,
+.video-container object,
+.video-container embed {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ left: 0;
+ top: 0;
+}
-.font-weight-500 {
- font-weight: 500 !important; }
+.hero-area-2 {
+ position: relative;
+ z-index: 1;
+}
+.hero-area-2::after {
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background-repeat: no-repeat !important;
+ position: absolute;
+ z-index: -2;
+ content: "";
+ background: url(../images/appscode/about-hero-bg-2.png);
+ background-size: contain;
+}
+.hero-area-2 .hero-area-inner-2 {
+ height: 400px;
+ padding-top: 120px;
+}
+.hero-area-2 .hero-area-inner-2 h1 {
+ font-size: 48px;
+ margin-bottom: 15px;
+}
+.hero-area-2 .hero-area-inner-2 p {
+ font-size: 18px;
+}
-.z-index-6 {
- z-index: 6 !important; }
+.hero-area-2.bg-color-available:after {
+ background-color: #fbfbfb;
+}
-.font-weight-600 {
- font-weight: 600 !important; }
+.illustration-area {
+ min-height: 500px;
+ background-repeat: no-repeat;
+}
-.z-index-7 {
- z-index: 7 !important; }
+.illustration-1 {
+ background-image: url(../images/consulting-page/illustation.png);
+ background-size: contain;
+}
-.font-weight-700 {
- font-weight: 700 !important; }
+.consulting-inner h2 {
+ font-size: 36px;
+ margin-bottom: 30px;
+ font-weight: 400;
+ line-height: 50px;
+}
+.consulting-inner p {
+ font-size: 16px;
+ line-height: 28px;
+ color: #515D63;
+ margin-bottom: 20px;
+}
+.consulting-inner p:last-child {
+ margin-bottom: 0;
+}
-.z-index-8 {
- z-index: 8 !important; }
+.testimonial-area-2 .testimonial-wrapper {
+ overflow: hidden;
+}
+.testimonial-area-2 .testimonial-wrapper .quote-icon {
+ margin-bottom: 30px;
+}
+.testimonial-area-2 .testimonial-wrapper h1 {
+ font-size: 28px;
+ line-height: 45px;
+ font-weight: 600;
+}
+.testimonial-area-2 .testimonial-wrapper .user-information {
+ margin-top: 30px;
+ float: right;
+ overflow: hidden;
+ align-items: center;
+}
+.testimonial-area-2 .testimonial-wrapper .user-information figure {
+ margin-right: 15px;
+}
+.testimonial-area-2 .testimonial-wrapper .user-information h4 {
+ font-size: 18px;
+ line-height: 28px;
+ font-weight: 700;
+ color: var(--ac-primary);
+}
+.testimonial-area-2 .testimonial-wrapper .user-information p {
+ font-size: 14px;
+ color: #515D63;
+}
-.font-weight-800 {
- font-weight: 800 !important; }
+.package-area .single-package-wrapper {
+ padding: 30px 50px;
+}
+.package-area .single-package-wrapper h4 {
+ font-size: 18px;
+ margin-bottom: 5px;
+}
+.package-area .single-package-wrapper p {
+ font-size: 16px;
+}
-.z-index-9 {
- z-index: 9 !important; }
+.our-customer-area {
+ background-color: #FBFBFB;
+}
-.font-weight-900 {
- font-weight: 900 !important; }
+.training-wrapper-image .single-training-image-wrapper {
+ width: 280px;
+ height: 280px;
+ border-radius: 50%;
+ overflow: hidden;
+ display: inline-block;
+ margin-right: 30px;
+}
+.training-wrapper-image .single-training-image-wrapper:last-child {
+ margin-right: 0;
+}
+.training-wrapper-image .single-training-image-wrapper:nth-child(even) {
+ width: 250px;
+ height: 250px;
+ transform: translateY(-70px);
+}
+.training-wrapper-image .single-training-image-wrapper img {
+ transition: 0.3s ease-in-out;
+}
+.training-wrapper-image .single-training-image-wrapper:hover img {
+ transform: scale(1.3);
+}
-.z-index-10 {
- z-index: 10 !important; }
+.about-training {
+ position: relative;
+ z-index: 1;
+}
+.about-training .dots-shape {
+ position: absolute;
+ background-image: url(../images/training-page/dots-shape.png);
+ background-repeat: no-repeat;
+ z-index: -1;
+ width: 200px;
+ height: 300px;
+ right: -70px;
+ top: 30%;
+}
-.font-weight-1000 {
- font-weight: 1000 !important; }
+.cta-area-2 .cta-content h1 {
+ font-size: 73px;
+ line-height: 83px;
+ margin-bottom: 50px;
+}
-.is-ellipsis-0 {
+.client-thumb {
+ width: 50px;
+ height: 50px;
+ border-radius: 50%;
overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 0;
- -webkit-line-clamp: 0;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+ float: left;
+ margin-right: 20px;
+}
-.is-ellipsis-1 {
+.client-info {
+ float: left;
overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 1;
- -webkit-line-clamp: 1;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+ margin-top: 5px;
+ text-align: left;
+}
+.client-info h4 {
+ font-size: 16px;
+ line-height: 19px;
+ margin-bottom: 3px;
+}
+.client-info p {
+ margin: 0;
+ font-size: 12px;
+ font-style: italic;
+ color: #515D63;
+ opacity: 0.6;
+}
-.is-ellipsis-2 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 2;
- -webkit-line-clamp: 2;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+/*====================================
+ Support page CSS
+====================================*/
+/* Payment Method section style */
+.single-payment-method {
+ display: inline-block;
+ margin-left: 30px;
+}
-.is-ellipsis-3 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 3;
- -webkit-line-clamp: 3;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.single-payment-method:first-child {
+ margin-left: 0;
+}
-.is-ellipsis-4 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 4;
- -webkit-line-clamp: 4;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.payment-method-innner-text h2 {
+ color: #171B1C;
+ margin-bottom: 20px;
+}
-.is-ellipsis-5 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 5;
- -webkit-line-clamp: 5;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.payment-method-innner-text p {
+ margin: 0;
+}
+
+.payment-method-area {
+ position: relative;
+ background-image: url(../images/shape/shape-1.png);
+ background-repeat: no-repeat;
+ background-size: cover;
+ z-index: 1;
+ margin-top: 120px;
+}
-.is-ellipsis-6 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 6;
- -webkit-line-clamp: 6;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.payment-method-area:after {
+ background-image: url(../images/shape/shape-2.png);
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ background-size: cover;
+ z-index: -1;
+}
-.is-ellipsis-7 {
+.item ul,
+.item input[type=checkbox] {
+ display: none;
overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 7;
- -webkit-line-clamp: 7;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+ transition: 0.3s;
+}
-.is-ellipsis-8 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 8;
- -webkit-line-clamp: 8;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.product-sidebar-menu .item label a {
+ font-weight: 500;
+ color: #171B1C;
+ padding: 0.5rem 1.25rem;
+ display: block;
+}
-.is-ellipsis-9 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 9;
- -webkit-line-clamp: 9;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.item ul li.is-active a {
+ color: var(--ac-primary);
+}
-.is-ellipsis-10 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 10;
- -webkit-line-clamp: 10;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
+.item input:checked ~ ul,
+.item input:checked ~ .item > ul {
+ display: block;
+ transition: 0.3s linear;
+}
-:root {
- --ac-primary: #00a651; }
+.item input:checked ~ label span,
+.item input:checked ~ .item > label span {
+ transform: rotate(90deg);
+ margin-top: 0;
+ transform-origin: 0;
+}
-body.guard {
- --ac-primary: #d84e27; }
-body.kubedb {
- --ac-primary: #4d4dcb; }
-body.kubeci {
- --ac-primary: #2c3e50; }
-body.kubed {
- --ac-primary: #1c7bd4; }
-body.kubesheild {
- --ac-primary: #2516c7; }
-body.kubevault {
- --ac-primary: #326ce5; }
-body.kubeform {
- --ac-primary: #592217; }
-body.searchlight {
- --ac-primary: #111738; }
-body.pharmer {
- --ac-primary: #8e44ad; }
-body.service-broker {
- --ac-primary: #29b4a2; }
-body.stash {
- --ac-primary: #5e2dea; }
-body.swift {
- --ac-primary: #3f51b6; }
-body.voyager {
- --ac-primary: #2d2a78; }
+.item label span {
+ position: absolute;
+ right: 15px;
+ transition: 0.3s ease-in-out;
+ top: 9px;
+}
-html,
-body {
- background-color: #ffffff;
+.item ul li a {
+ display: block;
+ padding: 6px 0;
font-family: "Roboto", sans-serif;
font-weight: 400;
- font-size: 1rem;
- color: #515D63;
- scroll-behavior: smooth; }
+}
-p {
- font-size: 1rem; }
+.item label {
+ position: relative;
+ z-index: 9;
+}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-family: "Roboto", sans-serif;
- font-style: normal;
+.product-sidebar-menu label,
+.product-sidebar-menu li a {
+ font-size: 14px;
font-weight: 500;
- color: #171B1C;
- line-height: 130%; }
-
-h1 {
- font-size: 60px;
- letter-spacing: -0.5px; }
-
-h2 {
- font-size: 48px;
- letter-spacing: -0.57px; }
-
-h3 {
- font-size: 32px; }
-
-h4 {
- font-size: 24px;
- letter-spacing: -0.25px; }
+ color: #4a4a4a;
+ display: block;
+ cursor: pointer;
+ user-select: none;
+ transition: 0.3s;
+}
-h5 {
- font-size: 18px; }
+.product-sidebar-menu li a:hover {
+ color: var(--ac-primary);
+}
-h6 {
- font-size: 16px;
- letter-spacing: -0.15px; }
+.product-sidebar-menu .item ul {
+ margin-left: 20px;
+ padding-left: 15px;
+ border-left: 1px solid #e7e7e7;
+}
-a {
- font-family: "Roboto", sans-serif;
- color: var(--ac-primary); }
+.item:first-child input:checked ~ label,
+.item:first-child input:checked ~ .item:first-child > label {
+ border: 1px solid transparent;
+}
-hr {
- background-color: #e7e7e7;
- border: none;
- display: block;
- height: 1px;
- margin: 16px 0; }
+.appscode-style .item input:checked ~ label > a {
+ color: var(--ac-primary);
+}
-strong {
- color: #171B1C; }
+.item input:checked ~ ul,
+.item input:checked ~ .item > ul > .item {
+ margin-left: -20px;
+}
-.is-gradient {
- background: linear-gradient(-45deg, var(--ac-primary), #940148, #4c346f, var(--ac-primary));
- background-size: 300% 300%;
- animation: gradient 5s ease infinite;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent; }
+.ac-product-left-sidebar {
+ margin-right: 30px;
+ position: sticky;
+ top: 130px;
+ z-index: 9;
+ width: 100%;
+ height: 100%;
+ overflow-y: auto;
+ max-height: calc(100vh - 190px);
+ overflow-x: hidden;
+}
-/* ======================
- Global CSS start
-========================*/
-.bg-gradient-1 {
+.product-sidebar-menu .item label {
+ border: 1px solid transparent;
position: relative;
z-index: 1;
- background-size: 120% 120%;
- -webkit-animation: gradient 15s ease infinite;
- animation: gradient 15s ease infinite; }
- .bg-gradient-1:after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: white;
- z-index: -1;
- opacity: 0.9;
- background-size: 50%;
- overflow: hidden; }
+ border-radius: 3px 0 0 3px;
+}
-.social-prove-brand-area .brand-image-wrapper {
- padding-top: 16px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: center;
- width: 100%; }
- .social-prove-brand-area .brand-image-wrapper .single-brand {
- border: 1px solid #e7e7e7;
- background-color: #ffffff;
- padding: 12px 24px;
- border-radius: 4px;
- display: flex;
- align-items: center;
- transition: 0.3s ease-in-out; }
- .social-prove-brand-area .brand-image-wrapper .single-brand img {
- max-height: 2rem;
- filter: grayscale(1);
- transition: 0.3s ease-in-out; }
- .social-prove-brand-area .brand-image-wrapper .single-brand:hover img {
- filter: grayscale(0); }
-.social-prove-brand-area .owl-carousel .owl-stage {
- transition-timing-function: linear !important; }
-.social-prove-brand-area .owl-carousel .owl-item img {
- width: auto !important;
- height: 32px; }
+/* datasheet style start */
+.datasheet-wrapper {
+ padding: 0 100px;
+}
-.is-fullwidth {
- width: 100% !important; }
+.download-question h4 {
+ font-size: 18px;
+ color: #171B1C;
+ font-weight: 700;
+}
-.section-padding {
- padding: 60px 0; }
- @media screen and (max-width: 1023px) {
- .section-padding {
- padding: 32px 0; } }
+.download-question p {
+ color: #515D63;
+ font-size: 16px;
+ font-family: "Roboto", sans-serif;
+}
-.list-items {
- display: flex;
- flex-direction: column;
- gap: 12px; }
- @media screen and (max-width: 768px) {
- .list-items {
- gap: 4px; } }
- .list-items li {
- display: flex;
- align-items: center;
- gap: 12px; }
- .list-items li span {
- font-size: 18px; }
+.download-question p strong {
+ color: #32325d;
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+ margin: 10px 0;
+ display: block;
+}
-.decorative-el, .hero-area-1 .h-right-content, .products-area, .mechanics-area, .ui-features-area, .products-features .features-tabs, .others-products {
- position: relative;
- z-index: 1; }
- .decorative-el::after, .hero-area-1 .h-right-content::after, .products-area::after, .mechanics-area::after, .ui-features-area::after, .products-features .features-tabs::after, .others-products::after {
- position: absolute;
- content: "";
- left: -54px;
- top: 0px;
- width: 250px;
- height: 250px;
- z-index: -1;
- background-image: url("../images/shape/decorative-el.svg");
- background-repeat: no-repeat; }
- @media screen and (max-width: 768px) {
- .decorative-el::after, .hero-area-1 .h-right-content::after, .products-area::after, .mechanics-area::after, .ui-features-area::after, .products-features .features-tabs::after, .others-products::after {
- width: 120px;
- height: 120px; } }
+.download-question a {
+ font-family: "Roboto", sans-serif;
+ font-size: 16px;
+}
-.yt-thumbnail {
- position: relative;
- z-index: 1;
- border-radius: 4px;
- overflow: hidden; }
- .yt-thumbnail img {
- display: flex;
- object-fit: cover;
- height: 250px;
- width: 400px; }
- .yt-thumbnail:hover .play-icon svg {
- transform: scale(1.3); }
- .yt-thumbnail:after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: #000000;
- opacity: 0.5; }
- .yt-thumbnail .play-icon {
- position: absolute;
- z-index: 99;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center; }
- .yt-thumbnail .play-icon svg {
- width: 40px;
- display: flex;
- cursor: pointer;
- transition: 0.3s ease-in-out; }
+.form-area h4 {
+ font-size: 18px;
+ color: #171B1C;
+ font-weight: 700;
+ margin-bottom: 30px;
+}
-.section-title {
- margin-bottom: 2rem;
- position: relative;
- z-index: 8; }
- .section-title h1 {
- font-weight: 700;
- font-size: 48px;
- line-height: 130%; }
- .section-title h1.is-outlined-text {
- color: #e7e7e7;
- -webkit-text-fill-color: white;
- /* Will override color (regardless of order) */
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #e7e7e7;
- position: absolute;
- font-size: 107px;
- top: 0;
- z-index: -1;
- opacity: 0.5;
- text-align: center;
- width: 100%; }
- .section-title h2 {
- font-size: 32px;
- font-weight: 600;
- margin-bottom: 8px;
- text-wrap: balance; }
- .section-title p {
- font-size: 16px;
- line-height: 160%;
- letter-spacing: 0;
- margin-bottom: 3rem;
- font-weight: normal;
- text-wrap: balance; }
+.single-input-field label {
+ display: block;
+ color: #32325d;
+ font-family: "Roboto", sans-serif;
+ font-size: 16px;
+ margin-bottom: 5px;
+}
-.left-0 {
- left: 0 !important; }
+.single-input-field input {
+ padding: 12px 15px;
+ border: 1px solid #c4cbd3;
+ border-radius: 4px;
+ font-size: 16px;
+ font-family: "Roboto", sans-serif;
+ color: #242a31;
+ width: 100%;
+}
-.right-0 {
- right: 0 !important; }
+.single-input-field input::placeholder {
+ color: #e7e7e7;
+}
-.top-0 {
- top: 0 !important; }
+.single-input-field .select,
+select {
+ width: 100%;
+ height: 48px !important;
+}
-.bottom-0 {
- bottom: 0 !important; }
+.single-input-field .select select:not([multiple]) {
+ padding-left: 15px;
+ color: #e7e7e7;
+}
-.breadcrumb-section {
- padding-top: 200px; }
+.download-button .icon {
+ padding-right: 25px;
+}
-.cube {
- position: absolute;
- top: 80vh;
- left: 45vw;
- width: 10px;
- height: 10px;
- border: solid 1px #ffffff;
- opacity: 0.5;
- transform-origin: top left;
- transform: scale(0) rotate(0deg) translate(-50%, -50%);
- animation: cube 12s ease-in forwards infinite; }
- .cube:nth-child(2n) {
- border-color: white; }
- .cube:nth-child(2) {
- animation-delay: 2s;
- left: 5vw;
- top: 30vh; }
- .cube:nth-child(3) {
- animation-delay: 4s;
- left: 95vw;
- top: 50vh; }
- .cube:nth-child(4) {
- animation-delay: 6s;
- left: 90vw;
- top: 30vh; }
- .cube:nth-child(5) {
- animation-delay: 8s;
- left: 10vw;
- top: 75vh; }
- .cube:nth-child(6) {
- animation-delay: 10s;
- left: 50vw;
- top: 20vh; }
+/* datasheet style end */
+/* schedule-demo start */
+embed,
+iframe,
+object,
+video {
+ height: 100%;
+ max-width: 100%;
+}
-.circle {
- position: absolute;
- top: 20vh;
- left: 35vw;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- border: solid 1px #ffffff;
- opacity: 0.5;
- transform-origin: top left;
- transform: scale(0) rotate(0deg) translate(-50%, -50%);
- animation: cube 12s ease-in forwards infinite; }
- .circle:nth-child(2n) {
- border-color: white; }
- .circle:nth-child(2) {
- animation-delay: 0.5s;
- left: 15vw;
- top: 40vh; }
- .circle:nth-child(3) {
- animation-delay: 2s;
- left: 100vw;
- top: 60vh; }
- .circle:nth-child(4) {
- animation-delay: 3s;
- left: 90vw;
- top: 30vh; }
- .circle:nth-child(5) {
- animation-delay: 5s;
- left: 20vw;
- top: 65vh; }
- .circle:nth-child(6) {
- animation-delay: 8s;
- left: 60vw;
- top: 30vh; }
+.schedule-title {
+ margin-top: 65px;
+ color: #242a31;
+ margin-bottom: 30px;
+}
-@keyframes cube {
- from {
- transform: scale(0) rotate(0deg) translate(-50%, -50%);
- opacity: 2s;
- margin-top: 200px; }
- to {
- transform: scale(5) rotate(960deg) translate(-50%, -50%);
- opacity: 0;
- margin-top: 0; } }
-.br-1 {
- border-right: 1px solid #e7e7e7; }
+/* schedule-demo end */
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .package-area .single-package-wrapper {
+ padding: 20px 30px;
+ border: 1px solid #e7e7e7;
+ }
+ .testimonial-area-2 .testimonial-wrapper {
+ text-align: center;
+ }
+ .testimonial-area-2 .testimonial-wrapper .is-pulled-right {
+ float: inherit !important;
+ margin-top: 15px;
+ display: flex;
+ justify-content: center;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .package-area .single-package-wrapper {
+ padding: 20px;
+ border: 1px solid #e7e7e7;
+ }
+ .ac-image {
+ text-align: center;
+ }
+ .about-training .section-title h2 {
+ text-align: center;
+ }
+ .ac-text p {
+ text-align: center;
+ }
+ .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
+ width: 150px;
+ height: 150px;
+ }
+ .training-wrapper-image .single-training-image-wrapper {
+ width: 180px;
+ height: 180px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
+ width: 150px;
+ height: 150px;
+ }
+ .training-wrapper-image .single-training-image-wrapper {
+ width: 180px;
+ height: 180px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
+ width: 150px;
+ height: 150px;
+ }
+ .training-wrapper-image .single-training-image-wrapper {
+ width: 180px;
+ height: 180px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
+ width: 150px;
+ height: 150px;
+ }
+ .training-wrapper-image .single-training-image-wrapper {
+ width: 180px;
+ height: 180px;
+ }
+}
+.ac-notification.is-primary {
+ background-color: var(--ac-primary);
+}
+.ac-notification p {
+ color: #fff;
+}
+.ac-notification p a {
+ color: #3273dc !important;
+ font-weight: 500;
+}
-.bl-1 {
- border-left: 1px solid #e7e7e7; }
+.hero-area-2.webinar-page::after {
+ background-color: rgba(25, 113, 189, 0.1);
+ background-size: cover;
+}
+.hero-area-2.webinar-page .webinar-hero-area {
+ position: relative;
+ z-index: 1;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 {
+ height: auto;
+ padding-bottom: 120px;
+ padding-top: 100px;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 h1 {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 62px;
+ line-height: 93px;
+ color: #393e46;
+ margin-bottom: 10px;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .subtitle {
+ font-size: 36px;
+ color: #666;
+ line-height: 58px;
+ font-weight: 500;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info {
+ display: flex;
+ align-items: center;
+ margin-right: 44px;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info:last-child {
+ margin-right: 0;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info .icon {
+ width: 34px;
+ height: 34px;
+ background: #00a651;
+ color: #fff;
+ border-radius: 50%;
+ font-size: 14px;
+ line-height: 15px;
+ margin-right: 15px;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info strong {
+ color: #3f3d56;
+ margin-right: 5px;
+}
+.hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info p {
+ color: #666666;
+}
+.hero-area-2.webinar-page .count-down-area {
+ background: #ffffff;
+ box-shadow: 2px 4px 27px rgba(25, 113, 189, 0.16);
+ border-radius: 8px;
+ display: flex;
+ align-items: center;
+ padding: 7px 0;
+ position: absolute;
+ width: 85%;
+ bottom: -94px;
+}
+.hero-area-2.webinar-page .count-down-area .signle-count {
+ border-right: 1px solid #e6e6e6;
+ text-align: center;
+ width: 25%;
+ padding: 25px 0;
+}
+.hero-area-2.webinar-page .count-down-area .signle-count:last-child {
+ border-right: none;
+}
+.hero-area-2.webinar-page .count-down-area .signle-count .name {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 16px;
+ line-height: 19px;
+ color: #555555;
+ margin-bottom: 20px;
+}
+.hero-area-2.webinar-page .count-down-area .signle-count .unit {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 62px;
+ line-height: 62px;
+ color: #393e46;
+}
-.bt-1 {
- border-top: 1px solid #e7e7e7; }
+.registration-form-container.register-success, .registration-form-container.register-failed {
+ position: sticky;
+ top: 60px;
+}
+.registration-form-container.register-success form, .registration-form-container.register-failed form {
+ display: none;
+}
+.registration-form-container.register-success .register-notification, .registration-form-container.register-failed .register-notification {
+ display: block;
+}
+.registration-form-container .register-notification {
+ display: none;
+}
-.bb-1 {
- border-bottom: 1px solid #e7e7e7; }
+.registration-form-wrapper {
+ position: relative;
+ z-index: 1;
+}
+.registration-form-wrapper .registration-form {
+ width: 100%;
+}
+.registration-form-wrapper .circle-shape {
+ position: absolute;
+ right: 30px;
+ top: 30px;
+}
+.registration-form-wrapper .reg-illustration {
+ margin: 50px 0;
+}
-.has-text-primary {
- color: var(--ac-primary) !important; }
+.registration-form {
+ box-shadow: 0px 4px 27px rgba(25, 113, 189, 0.16);
+ background-color: #fff;
+ border-radius: 8px;
+ padding: 30px;
+}
+.registration-form h3 {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: 600;
+ font-size: 22px;
+ line-height: 20px;
+ color: #393e46;
+ margin-bottom: 30px;
+}
+.registration-form form label.radio-title {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 12px;
+ line-height: 14px;
+ display: block;
+ color: #393e46;
+ margin-bottom: 6px;
+ text-transform: uppercase;
+}
+.registration-form form label.radio-title .is-require {
+ color: #ff3729;
+ padding-left: 5px;
+}
+.registration-form form .ac-single-radio label {
+ font-size: 14px !important;
+}
+.registration-form form .form-message {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 12px;
+ line-height: 20px;
+ color: #555555;
+}
+.registration-form form input[type=submit] {
+ height: 45px;
+ font-size: 14px;
+ font-weight: 500;
+}
+.registration-form form .single-input-form {
+ width: 100%;
+ margin-bottom: 20px;
+}
+.registration-form form .single-input-form.is-fullwidth {
+ width: 100%;
+}
+.registration-form form .single-input-form label {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 12px;
+ line-height: 14px;
+ display: block;
+ color: #393e46;
+ margin-bottom: 6px;
+ text-transform: uppercase;
+}
+.registration-form form .single-input-form label .is-require {
+ color: #ea3d2f;
+ padding-left: 5px;
+}
+.registration-form form input,
+.registration-form form .textarea-wrapper,
+.registration-form form .select {
+ border: 1px solid #a6abbd;
+ border-radius: 4px;
+ height: 45px;
+ width: 100%;
+ padding: 0 15px;
+ font-weight: 500;
+ font-size: 15px;
+ background-color: transparent;
+ color: #515D63;
+}
+.registration-form form input:focus,
+.registration-form form .textarea-wrapper:focus,
+.registration-form form .select:focus {
+ outline: none !important;
+ border: 1px solid var(--ac-primary);
+}
+.registration-form form input::placeholder,
+.registration-form form .textarea-wrapper::placeholder,
+.registration-form form .select::placeholder {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 14px;
+ line-height: 16px;
+ color: #a6abbd;
+}
+.registration-form form .select {
+ border-color: #a6abbd;
+ padding: 0;
+}
+.registration-form form .select:hover {
+ border-color: #a6abbd;
+}
+.registration-form form .select select {
+ background-color: transparent;
+ border: none;
+ font-weight: 500;
+ height: 45px !important;
+ color: #515D63;
+ padding-left: 15px;
+}
+.registration-form form .select select option[selected] {
+ color: #333;
+}
+.registration-form form .textarea-wrapper {
+ height: 100px;
+}
+.registration-form form .textarea-wrapper {
+ padding: 10px 10px 10px 15px;
+}
+.registration-form form .textarea-wrapper:focus {
+ outline: none !important;
+ border: 1px solid var(--ac-primary);
+}
+.registration-form form textarea {
+ width: 100%;
+ height: calc(100% - 0px);
+ border: none;
+ font-weight: 500;
+ font-size: 15px;
+}
+.registration-form form textarea::placeholder {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 14px;
+ line-height: 16px;
+ color: #a6abbd;
+}
+.registration-form form textarea:focus {
+ outline: none;
+ border: none;
+}
+.registration-form form input[type=submit] {
+ width: 100%;
+ background-color: var(--ac-primary);
+ color: #fff;
+ cursor: pointer;
+}
+.registration-form form input[type=submit]:hover {
+ background-color: rgb(0, 140.5, 68.5572289157);
+}
+.registration-form form p.is-error {
+ color: #ea3d2f;
+ font-size: 12px;
+ line-height: 1.4;
+}
-::-moz-selection {
- /* Code for Firefox */
- color: #ffffff;
- background: var(--ac-primary); }
+.webinar-summary-area {
+ padding-top: 150px;
+}
+.webinar-summary-area .webinar-summary h3 {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 22px;
+ line-height: 22px;
+ color: #393e46;
+ margin-bottom: 20px;
+}
+.webinar-summary-area .webinar-summary .summary-content {
+ margin-bottom: 30px;
+ width: calc(100% - 30px);
+}
+.webinar-summary-area .webinar-summary .summary-content p {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 16px;
+ line-height: 28px;
+ color: #555555;
+ margin-bottom: 15px;
+ text-align: justify;
+}
+.webinar-summary-area .webinar-summary .summary-content p:last-child {
+ margin-bottom: 0;
+}
+.webinar-summary-area .speaker-info-wrapper {
+ margin-top: 30px;
+ max-width: calc(100% - 30px);
+ display: grid;
+ grid-template-columns: 110px auto;
+ grid-gap: 30px;
+}
+.webinar-summary-area .speaker-info-wrapper .speaker-thumbnail {
+ width: 110px;
+ height: 110px;
+ border: 1px solid #a6abbd;
+ border-radius: 50%;
+ overflow: hidden;
+}
+.webinar-summary-area .speaker-info-wrapper .speaker-info h5 {
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 18px;
+ line-height: 27px;
+ color: #393e46;
+}
+.webinar-summary-area .speaker-info-wrapper .speaker-info .designation {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 14px;
+ line-height: 16px;
+ display: flex;
+ align-items: center;
+ color: #555555;
+ margin-bottom: 15px;
+}
+.webinar-summary-area .speaker-info-wrapper .speaker-info .designation a {
+ font-family: Roboto;
+}
+.webinar-summary-area .speaker-info-wrapper .speaker-info .speaker-message {
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: normal;
+ font-size: 14px;
+ line-height: 24px;
+ color: #555555;
+}
-::selection {
+.webinar-header {
+ margin-bottom: 20px;
+}
+.webinar-header .upcoming-message h1 {
+ font-weight: 500;
+ line-height: 110%;
+}
+.webinar-header .webinar-list-items .webinar-item {
+ width: 130px;
+ background-color: #ccffe5;
+ border-radius: 4px;
+ margin-right: 20px;
+ padding: 15px;
+ cursor: pointer;
+}
+.webinar-header .webinar-list-items .webinar-item.is-active {
+ background-color: var(--ac-primary);
+ position: relative;
+ z-index: 1;
+}
+.webinar-header .webinar-list-items .webinar-item.is-active:after {
+ width: 60px;
+ height: 30px;
+ border-top: solid 30px var(--ac-primary);
+ border-left: solid 30px transparent;
+ border-right: solid 30px transparent;
+ position: absolute;
+ content: "";
+ bottom: -20px;
+ left: 30px;
+}
+.webinar-header .webinar-list-items .webinar-item.is-active p,
+.webinar-header .webinar-list-items .webinar-item.is-active h2 {
color: #ffffff;
- background: var(--ac-primary); }
+}
+.webinar-header .webinar-list-items .webinar-item:last-child {
+ margin-right: 0;
+}
+.webinar-header .webinar-list-items .webinar-item p {
+ font-size: 18px;
+ font-weight: 400;
+ text-align: center;
+ color: var(--ac-primary);
+}
+.webinar-header .webinar-list-items .webinar-item p.date {
+ font-size: 13px;
+}
+.webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 52px;
+ font-weight: 400;
+ text-align: center;
+ color: var(--ac-primary);
+ line-height: 1.029;
+}
-.d-table {
- display: table;
+.webinar-body .single-webinar {
+ opacity: 0;
+ visibility: hidden;
+ display: none;
+}
+.webinar-body .single-webinar.is-active {
+ opacity: 1;
+ visibility: visible;
+ display: block;
+}
+.webinar-body .webinar-video {
+ margin-bottom: 20px;
+ width: 100%;
+ height: 0;
+ position: relative;
+ padding-top: 56.25%;
+ background-color: #f2f3f4;
+}
+.webinar-body .webinar-video.active-overlay:after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
height: 100%;
- width: 100%; }
-
-.d-table-cell {
+ background: #000000;
+ opacity: 0.3;
+}
+.webinar-body .webinar-video {
+ /* 9 / 16 * 100 */
+}
+.webinar-body .webinar-video iframe {
width: 100%;
- display: table-cell;
- vertical-align: middle; }
-
-/* brand logo area start */
-.single-brand-logo {
- display: inline-block;
- overflow: hidden;
- margin: 10px 20px;
- text-align: center;
- vertical-align: middle;
- max-width: 200px;
- height: auto; }
- .single-brand-logo img {
- max-height: 50px; }
-
-/* brand logo area end */
-.ac-custom-select .ss-single-selected,
-.ac-custom-select .ss-multi-selected {
- min-height: 45px !important;
- border: 1px solid #a6abbd;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ border: 0;
+}
+.webinar-body .webinar-title h1 {
+ font-size: 40px;
+ line-height: 130%;
+ margin-bottom: 20px;
+ font-weight: 500;
+}
+.webinar-body .date-and-location {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 20px;
+}
+.webinar-body .date-and-location .date {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+}
+.webinar-body .date-and-location .date span {
+ font-size: 18px;
color: #515D63;
- padding: 0 15px; }
- .ac-custom-select .ss-single-selected .ss-arrow,
- .ac-custom-select .ss-multi-selected .ss-arrow {
- margin: 0; }
- .ac-custom-select .ss-single-selected .placeholder,
- .ac-custom-select .ss-multi-selected .placeholder {
- font-size: 15px;
- color: #515D63;
- font-weight: 500; }
- .ac-custom-select .ss-single-selected .ss-values,
- .ac-custom-select .ss-multi-selected .ss-values {
- margin-top: 3px; }
- .ac-custom-select .ss-single-selected .ss-values .ss-disabled,
- .ac-custom-select .ss-multi-selected .ss-values .ss-disabled {
- margin: 0;
- padding: 0;
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 16px;
- color: #a6abbd; }
- .ac-custom-select .ss-single-selected .ss-values .ss-value,
- .ac-custom-select .ss-multi-selected .ss-values .ss-value {
- height: 30px;
- margin-bottom: 6px;
- padding: 0 10px;
- background-color: #35a651; }
- .ac-custom-select .ss-single-selected .ss-add,
- .ac-custom-select .ss-multi-selected .ss-add {
- margin: 4px;
- align-items: center; }
-.ac-custom-select .ss-content {
- border: 1px solid #a6abbd; }
- .ac-custom-select .ss-content .ss-list .ss-option {
- font-size: 14px;
- color: #515D63;
- transition: 0.3s ease-in-out; }
- .ac-custom-select .ss-content .ss-list .ss-option:hover {
- opacity: 0.8;
- color: #ffffff;
- background-color: var(--ac-primary); }
- .ac-custom-select .ss-content .ss-list .ss-option.ss-disabled {
- opacity: 0.5; }
- .ac-custom-select .ss-content .ss-search input {
- border: 1px solid #a6abbd; }
- .ac-custom-select .ss-content .ss-search input:focus {
- outline: none;
- box-shadow: none; }
-
-.message {
+ font-weight: 500;
+}
+.webinar-body .webinar-summary .highlight {
+ position: relative;
+ padding-left: 25px;
+}
+.webinar-body .webinar-summary .highlight:after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 5px;
+ height: 100%;
+ background-color: var(--ac-primary);
+}
+.webinar-body .webinar-summary p {
+ color: #636363;
+ margin-bottom: 20px;
+}
+.webinar-body .webinar-summary .check-items li {
+ display: block;
+ margin-bottom: 8px;
+}
+.webinar-body .webinar-summary .check-items li span {
+ margin-left: 15px;
+ font-size: 15px;
+}
+.webinar-body .webinar-speakers {
display: flex;
- align-items: center; }
- .message lord-icon {
- margin-right: 1rem; }
- .message.is-warning {
- background-color: transparent; }
- .message.is-warning .message-body {
- border-color: transparent;
- border-width: 0;
- color: #515D63;
- padding: 1em 1em;
- background-color: #ffdd57;
- width: 100%; }
- .message.is-danger {
- background-color: transparent; }
- .message.is-danger .message-body {
- border-color: transparent;
- border-width: 0;
- color: #ffffff;
- padding: 1em 1em;
- background-color: #ff3729;
- width: 100%; }
-
-.is-gap-0 {
- gap: 0px; }
-
-.is-gap-1 {
- gap: 1px; }
-
-.is-gap-2 {
- gap: 2px; }
-
-.is-gap-3 {
- gap: 3px; }
-
-.is-gap-4 {
- gap: 4px; }
-
-.is-gap-5 {
- gap: 5px; }
-
-.is-gap-6 {
- gap: 6px; }
-
-.is-gap-7 {
- gap: 7px; }
+ align-items: center;
+ flex-wrap: wrap;
+}
+.webinar-body .webinar-speakers .single-speaker {
+ position: relative;
+ z-index: 1;
+ margin-right: 20px;
+ display: flex;
+ align-items: center;
+ max-width: 330px;
+ overflow: hidden;
+}
+.webinar-body .webinar-speakers .single-speaker .speaker-image {
+ width: 80px;
+ height: 80px;
+ border-radius: 50%;
+ overflow: hidden;
+ border: 2px solid var(--ac-primary);
+}
+.webinar-body .webinar-speakers .single-speaker:last-child {
+ margin-right: 0;
+}
+.webinar-body .webinar-speakers .single-speaker .speaker-info {
+ padding: 0px 15px;
+ margin-top: -7px;
+}
+.webinar-body .webinar-speakers .single-speaker .speaker-info p {
+ font-size: 13px;
+}
-.is-gap-8 {
- gap: 8px; }
+[data-tab-content] {
+ display: none;
+}
-.is-gap-9 {
- gap: 9px; }
+.active[data-tab-content] {
+ display: block;
+}
-.is-gap-10 {
- gap: 10px; }
+.tabs {
+ display: flex;
+ justify-content: space-around;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px solid black;
+}
-.is-gap-11 {
- gap: 11px; }
+.tab {
+ cursor: pointer;
+ padding: 10px;
+}
-.is-gap-12 {
- gap: 12px; }
+.tab.active {
+ background-color: #ccc;
+}
-.is-gap-13 {
- gap: 13px; }
+.tab:hover {
+ background-color: #aaa;
+}
-.is-gap-14 {
- gap: 14px; }
+.tab-content {
+ margin-left: 20px;
+ margin-right: 20px;
+}
-.is-gap-15 {
- gap: 15px; }
+.search-box {
+ display: flex;
+ align-items: center;
+ border: 1px solid #a6abbd;
+ padding: 0px 16px;
+ width: 430px;
+ border-radius: 4px;
+}
+.search-box input {
+ border: none;
+ width: 100%;
+ padding: 12px 8px;
+}
+.search-box input:focus {
+ outline: none;
+ border: none;
+}
-.is-gap-16 {
- gap: 16px; }
+.is-sticky.webinar-search {
+ position: sticky;
+ top: 89px;
+ background-color: #fff;
+ z-index: 9;
+}
/****************************************
Responsive Classes
*****************************************/
+@media screen and (max-width: 1023px) {
+ .webinar-header .upcoming-message h1 {
+ font-size: 34px;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ width: 110px;
+ }
+ .webinar-header .webinar-list-items .webinar-item.is-active::after {
+ left: 23px;
+ }
+ .webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 22px;
+ }
+ .webinar-header .webinar-list-items .webinar-item p {
+ font-size: 14px;
+ }
+ .webinar-body .webinar-title h1 {
+ font-size: 22px;
+ }
+ .webinar-body .webinar-speakers .single-speaker .speaker-info {
+ padding: 15px;
+ }
+ .webinar-body .webinar-speakers .single-speaker .speaker-info h6 {
+ font-size: 14px;
+ }
+ .search-box {
+ width: 190px;
+ }
+}
@media screen and (max-width: 768px) {
- .is-flex-direction-row-reverse-mobile {
- flex-direction: column-reverse;
- display: flex; }
+ .webinar-hero-area.mt-80.mr-100 {
+ margin-right: 0 !important;
+ margin-top: 80px !important;
+ }
+ .webinar-header {
+ flex-direction: column;
+ align-items: flex-start !important;
+ }
+ .webinar-header .upcoming-message h1 {
+ font-size: 30px;
+ margin-bottom: 20px;
+ }
+ .webinar-header .upcoming-message h1 br {
+ display: none;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ margin-right: 10px;
+ width: auto;
+ }
+ .webinar-body .date-and-location {
+ flex-direction: column;
+ align-items: flex-start !important;
+ }
+ .webinar-body .date-and-location .date {
+ margin-bottom: 8px;
+ }
+ .webinar-body .date-and-location .date span {
+ font-size: 15px;
+ }
+ .webinar-body .webinar-speakers {
+ overflow: auto;
+ }
+ .webinar-body .webinar-speakers .single-speaker {
+ min-width: 130px;
+ }
+}
+@media (min-width: 501px) and (max-width: 768.98px) {
+ .webinar-hero-area.mt-80.mr-100 {
+ margin-right: 0 !important;
+ margin-top: 80px !important;
+ }
+ .webinar-header {
+ flex-direction: column;
+ align-items: flex-start !important;
+ }
+ .webinar-header .upcoming-message h1 {
+ font-size: 34px;
+ margin-bottom: 20px;
+ }
+ .webinar-header .upcoming-message h1 br {
+ display: none;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ margin-right: 15px;
+ width: auto;
+ }
+ .webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 32px;
+ }
+ .webinar-body .date-and-location {
+ flex-direction: column;
+ align-items: flex-start !important;
+ }
+ .webinar-body .date-and-location .date {
+ margin-bottom: 8px;
+ }
+ .webinar-body .date-and-location .date span {
+ font-size: 15px;
+ }
+ .webinar-body .webinar-speakers {
+ overflow: auto;
+ }
+ .webinar-body .webinar-speakers .single-speaker {
+ min-width: 130px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .webinar-hero-area.mt-80.mr-100 {
+ margin-right: 0 !important;
+ margin-top: 80px !important;
+ }
+ .webinar-header {
+ flex-direction: row;
+ align-items: center !important;
+ }
+ .webinar-header .upcoming-message h1 {
+ font-size: 34px;
+ margin-bottom: 20px;
+ }
+ .webinar-header .upcoming-message h1 br {
+ display: block;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ margin-right: 15px;
+ width: auto;
+ }
+ .webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 32px;
+ }
+ .webinar-body .date-and-location {
+ flex-direction: column;
+ align-items: flex-start !important;
+ }
+ .webinar-body .date-and-location .date {
+ margin-bottom: 8px;
+ }
+ .webinar-body .date-and-location .date span {
+ font-size: 15px;
+ }
+ .webinar-body .webinar-speakers {
+ overflow: auto;
+ }
+ .webinar-body .webinar-speakers .single-speaker {
+ min-width: 130px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .webinar-hero-area.mt-80.mr-100 {
+ margin-right: 0 !important;
+ margin-top: 80px !important;
+ }
+ .webinar-header {
+ flex-direction: row;
+ align-items: center !important;
+ }
+ .webinar-header .upcoming-message h1 {
+ font-size: 34px;
+ margin-bottom: 20px;
+ }
+ .webinar-header .upcoming-message h1 br {
+ display: block;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ margin-right: 15px;
+ width: auto;
+ }
+ .webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 32px;
+ }
+ .webinar-body .webinar-title h1 {
+ font-size: 22px;
+ }
+ .webinar-body .date-and-location {
+ flex-direction: row;
+ align-items: center !important;
+ }
+ .webinar-body .date-and-location .date {
+ margin-bottom: 0px;
+ }
+ .webinar-body .date-and-location .date span {
+ font-size: 15px;
+ }
+ .webinar-body .webinar-speakers {
+ overflow: auto;
+ }
+ .webinar-body .webinar-speakers .single-speaker {
+ min-width: 130px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .webinar-hero-area.mt-80.mr-100 {
+ margin-right: 0 !important;
+ margin-top: 80px !important;
+ }
+ .webinar-header .upcoming-message h1 {
+ font-size: 48px;
+ }
+ .webinar-header .webinar-list-items .webinar-item {
+ margin-right: 15px;
+ width: 120px;
+ }
+ .webinar-header .webinar-list-items .webinar-item h2 {
+ font-size: 32px;
+ }
+ .webinar-body .webinar-title h1 {
+ font-size: 28px;
+ }
+ .webinar-body .date-and-location {
+ flex-direction: row;
+ align-items: center !important;
+ }
+ .webinar-body .date-and-location .date {
+ margin-bottom: 0px;
+ }
+ .webinar-body .date-and-location .date span {
+ font-size: 15px;
+ }
+ .webinar-body .webinar-speakers {
+ overflow: auto;
+ }
+ .webinar-body .webinar-speakers .single-speaker {
+ min-width: 130px;
+ }
+}
+.gallery-area {
+ padding: 80px 0 60px;
+}
- .container {
- padding: 0 15px; }
+.gallery-wrapper {
+ display: flex;
+}
+.gallery-wrapper .left-sidebar {
+ width: calc(25% - 25px);
+ margin-right: 25px;
+ background-color: #fafafd;
+ padding: 20px;
+ border: 1px solid #e7e7e7;
+ margin-top: -10px;
+ border-top: none;
+}
+.gallery-wrapper .left-sidebar .left-sidebar-inner {
+ display: block;
+ position: sticky;
+ top: 81px;
+}
+.gallery-wrapper .left-sidebar h4 {
+ font-weight: 600;
+ font-size: 18px;
+ line-height: 130%;
+ letter-spacing: -0.5px;
+ margin-bottom: 15px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.gallery-wrapper .left-sidebar h4 button {
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ font-size: 18px;
+ margin-right: -10px;
+}
+.gallery-wrapper .left-sidebar hr {
+ margin-left: -20px;
+ margin-right: -20px;
+}
+.gallery-wrapper .right-content {
+ width: 75%;
+}
- .section-title {
- font-size: 28px;
- margin-bottom: 1rem; }
- .section-title h2 {
- font-size: 28px;
- margin-bottom: 0; }
- .section-title h1 {
- font-size: 28px; }
- .section-title h1.is-outlined-text {
- font-size: 60px; }
- .section-title p {
- margin-bottom: 0; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .container {
- padding: 0 30px; }
+.tag.pointer {
+ cursor: pointer;
+}
+.tag.pointer.underline {
+ text-decoration: underline;
+ border: none;
+ background-color: transparent;
+}
- .section-title h1.is-outlined-text {
- font-size: 70px; }
- .section-title p {
- margin-bottom: 0; }
+.accordion.is-active .accordion-button i.fa {
+ transform: rotate(-180deg);
+}
+.accordion.is-active .accordion-body {
+ opacity: 1;
+ visibility: visible;
+ max-height: 200px;
+ margin-bottom: 30px;
+}
+.accordion .accordion-body {
+ opacity: 0;
+ visibility: hidden;
+ max-height: 0px;
+ transition: 0.3s ease-in-out;
+}
- .is-flex-direction-row-reverse-tablet {
- flex-direction: column-reverse;
- display: flex; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .section-title h1.is-outlined-text {
- font-size: 80px; }
+.filter-items .accordion-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.filter-items .accordion-header .accordion-button {
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: 600;
+ font-size: 13px;
+ line-height: 100%;
+ background-color: transparent;
+ border: none;
+ cursor: pointer;
+ margin-bottom: 15px;
+ padding-left: 0;
+ padding-right: 0;
+}
+.filter-items .accordion-header .accordion-button i.fa {
+ transition: 0.3s;
+}
+.filter-items .accordion-content .ac-single-checkbox {
+ margin-bottom: 14px;
+ display: flex;
+ align-items: center;
+}
+.filter-items .accordion-content .ac-single-checkbox input {
+ margin-right: 10px;
+}
+.filter-items .accordion-content .ac-single-checkbox label {
+ font-family: "Roboto";
+ line-height: 1;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 14px;
+ line-height: 100%;
+}
- .cube {
- animation: none; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .section-title h1.is-outlined-text {
- font-size: 80px; } }
-@media screen and (min-width: 1408px) {
- .section-title h1.is-outlined-text {
- font-size: 80px; } }
-@media (min-width: 1216px) and (max-width: 1440px) {
- .container {
- max-width: 1200px !important; } }
-@keyframes fadeIn {
- from {
- opacity: 0;
- transform: translateY(5px); }
- to {
- opacity: 1;
- transform: translateY(0); } }
-@media screen and (max-width: 768px) {
- .reverse-column-mobile {
- flex-direction: column-reverse;
- display: flex; } }
+.gallery-card {
+ display: block;
+ border: 1px solid #e7e7e7;
+ border-radius: 4px;
+ transition: 0.3s ease-in-out;
+ overflow: hidden;
+ min-height: 346px;
+}
+.gallery-card.webinar-video {
+ border: none;
+ border-radius: 0px;
+ min-height: 320px;
+}
+.gallery-card.webinar-video:hover {
+ border: none;
+}
+.gallery-card.webinar-video:hover .card-body h1 {
+ color: var(--ac-primary);
+}
+.gallery-card.webinar-video .card-thumbnail {
+ border: 1px solid #e7e7e7;
+ background-color: #f1f2f3;
+}
+.gallery-card.webinar-video .card-body {
+ padding: 20px 0 0;
+}
+.gallery-card.webinar-video .card-body h1 {
+ font-size: 18px;
+ line-height: 150%;
+ letter-spacing: 0;
+ transition: 0.3s ease-in-out;
+ margin: 0.5rem 0 1rem;
+}
+.gallery-card:hover {
+ border: 1px solid var(--ac-primary);
+}
+.gallery-card:hover .gallery-body h1 {
+ color: var(--ac-primary);
+}
+.gallery-card:hover .card-thumbnail .play-button {
+ background-color: var(--ac-primary);
+}
+.gallery-card .card-thumbnail {
+ position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.gallery-card .card-thumbnail img {
+ height: 170px;
+ object-fit: cover;
+ width: 100%;
+}
+.gallery-card .card-thumbnail .play-button {
+ position: absolute;
+ display: flex;
+ align-items: center;
+ width: 50px;
+ height: 50px;
+ border-radius: 50%;
+ background: rgba(0, 0, 0, 0.3);
+ justify-content: center;
+ color: #fff;
+ transition: 0.3s ease-in-out;
+}
+.gallery-card .card-thumbnail .play-button .material-icons-outlined {
+ font-size: 28px;
+}
+.gallery-card .card-body {
+ padding: 20px 20px;
+}
+.gallery-card .card-body .filtered-items span {
+ margin-right: 0.8rem;
+ font-weight: normal;
+ font-size: 13px;
+ color: #505050;
+}
+.gallery-card .card-body h1 {
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 130%;
+ margin: 1rem 0 2rem;
+ color: #171B1C;
+ transition: 0.3s ease-in-out;
+}
+.gallery-card .card-body .meta-tag p {
+ font-weight: normal;
+ font-size: 13px;
+ display: flex;
+ align-items: center;
+ color: #505050;
+}
+.gallery-card .card-body .meta-tag p .icon {
+ width: 18px;
+ margin-right: 8px;
+}
-.section-title.has-text-centered {
- max-width: 80%;
- margin: 0 auto 16px auto; }
- @media screen and (max-width: 1023px) {
- .section-title.has-text-centered {
- max-width: 100%; } }
+.filtered-tags .tag {
+ background-color: #fafafd;
+ border: 1px solid #e7e7e7;
+ height: 33px;
+ padding: 0 1.1rem;
+}
+.filtered-tags .tag span {
+ font-size: 13px;
+ margin-left: 8px;
+ cursor: pointer;
+ padding: 9px;
+ margin-right: -18px;
+}
-@media screen and (max-width: 768px) {
- .has-text-center-mobile {
- text-align: center;
- display: flex;
- align-items: center;
- justify-content: center; } }
+.outlined-bg-buttons .button {
+ background: #fafafd;
+ border: 1px solid var(--ac-primary);
+ font-size: 13px;
+ letter-spacing: -0.5px;
+ font-weight: 400;
+ height: 33px;
+ border-radius: 4px;
+ color: var(--ac-primary);
+}
+.outlined-bg-buttons .button:hover {
+ background-color: var(--ac-primary);
+ color: #fff;
+}
+.outlined-bg-buttons .button span {
+ font-size: 13px;
+}
-@media screen and (max-width: 1023px) {
- .section-title.has-text-centered-tablet p {
- text-align: center; } }
+.playlist-wrapper {
+ margin-top: 60px;
+}
+.playlist-wrapper h4 {
+ font-weight: 700;
+ font-size: 18px;
+ line-height: 130%;
+ margin-bottom: 20px;
+}
+.playlist-wrapper .playlist-item {
+ padding: 15px;
+ display: flex;
+ align-items: center;
+ border: 1px solid #e7e7e7;
+ transition: 0.3s ease-in-out;
+ border-radius: 4px;
+ margin-bottom: 20px;
+}
+.playlist-wrapper .playlist-item:last-child {
+ margin-bottom: 0;
+}
+.playlist-wrapper .playlist-item:hover {
+ background-color: #fafafd;
+ border: 1px solid var(--ac-primary);
+}
+.playlist-wrapper .playlist-item .thumbnail {
+ margin-right: 50px;
+ display: flex;
+}
+.playlist-wrapper .playlist-item .thumbnail img {
+ width: 190px;
+ height: 190px;
+ border-radius: 4px;
+}
+.playlist-wrapper .playlist-item .content {
+ width: calc(100% - 240px);
+}
+.playlist-wrapper .playlist-item .content .categories {
+ display: flex;
+ align-items: center;
+}
+.playlist-wrapper .playlist-item .content .categories span {
+ font-weight: 400;
+ font-size: 13px;
+ line-height: 100%;
+ color: #505050;
+ margin-bottom: 15px;
+ margin-right: 15px;
+ margin-bottom: 0;
+}
+.playlist-wrapper .playlist-item .content h2 {
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 130%;
+}
+.playlist-wrapper .playlist-item .content p {
+ font-size: 14px;
+ line-height: 160%;
+ color: #515D63;
+}
+.playlist-wrapper .playlist-item .content button {
+ font-weight: 500;
+ font-size: 14px;
+ line-height: 160%;
+ text-decoration-line: underline;
+ background: transparent;
+ border: none;
+ margin: 0;
+ padding: 0;
+ color: var(--ac-primary);
+}
-.lightbox {
- background-color: rgba(0, 0, 0, 0.8);
- position: fixed;
- display: none;
- z-index: 99;
- bottom: 0;
- right: 0;
- left: 0;
- top: 0; }
- .lightbox-container {
- position: relative;
- max-width: 1080px;
- margin: 7% auto;
- display: block;
- padding: 0 3%;
- height: auto;
- z-index: 10; }
- @media screen and (max-width: 768px) {
- .lightbox-container {
- margin-top: 10%; } }
- @media screen and (max-width: 414px) {
- .lightbox-container {
- margin-top: 13%; } }
- .lightbox-content {
- box-shadow: 0 1px 6px fade(black, 70%); }
- .lightbox-close {
- text-transform: uppercase;
- background: transparent;
- position: absolute;
- font-weight: 300;
- font-size: 32px;
- display: block;
- border: none;
- color: white;
- top: -52px;
- right: 3%;
- cursor: pointer; }
+.single-video-page .left-content .user-info-wrapper {
+ display: flex;
+ align-items: center;
+ margin-bottom: 20px;
+}
+.single-video-page .left-content .user-info-wrapper .image {
+ margin-right: 15px;
+}
+.single-video-page .left-content .user-info-wrapper .user-info h5 {
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 19px;
+ /* identical to box height */
+ letter-spacing: 0.15px;
+}
+.single-video-page .left-content .user-info-wrapper .user-info p {
+ font-weight: 400;
+ font-size: 13px;
+ line-height: 15px;
+ letter-spacing: 0.15px;
+ color: #414141;
+}
+.single-video-page .left-content .tags strong {
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 19px;
+ /* identical to box height */
+ letter-spacing: 0.15px;
+}
+.single-video-page .left-content .video-description p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ margin-bottom: 15px;
+}
+.single-video-page .left-content .video-description p a {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ color: #4d4dcb;
+}
+.single-video-page .right-content {
+ position: sticky;
+ top: 81px;
+}
+.single-video-page .right-content .video-list-wrapper {
+ background-color: #fafafd;
+ border: 1px solid #e7e7e7;
+ padding: 30px;
+}
+.single-video-page .right-content .video-list-wrapper h4 {
+ font-weight: 600;
+ font-size: 20px;
+ line-height: 100%;
+ margin-bottom: 15px;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video {
+ display: flex;
+ align-items: center;
+ margin-bottom: 15px;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video:last-child {
+ margin-bottom: 0;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video:hover .descriptions h5 {
+ color: var(--ac-primary);
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .thumbnail {
+ margin-right: 15px;
+ height: 60px;
+ width: 60px;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .thumbnail img {
+ object-fit: cover;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions {
+ width: calc(100% - 75px);
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions h5 {
+ transition: 0.3s ease-in-out;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions h5 {
+ font-size: 16px;
+ line-height: 120%;
+ /* or 19px */
+ letter-spacing: 0.25px;
+}
+.single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions p {
+ font-weight: 400;
+ font-size: 13px;
+ line-height: 150%;
+ color: #191536;
+}
-.video-container {
- padding-bottom: 56.25%;
+.video-content {
+ margin-bottom: 20px;
+ width: 100%;
+ height: 0;
position: relative;
- padding-top: 30px;
- overflow: hidden;
- height: 0; }
-
-.video-container iframe,
-.video-container object,
-.video-container embed {
- position: absolute;
- height: 100%;
+ padding-top: 56.25%;
+}
+.video-content iframe {
width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
left: 0;
- top: 0; }
+ border: 0;
+}
-.hero-area-2 {
- position: relative;
- z-index: 1; }
- .hero-area-2::after {
- left: 0;
+.video-title h1 {
+ font-weight: 700;
+ font-size: 24px;
+ line-height: 130%;
+ letter-spacing: 0.25px;
+ margin-bottom: 20px;
+}
+
+@keyframes waves {
+ 0% {
+ -webkit-transform: scale(0.2, 0.2);
+ transform: scale(0.2, 0.2);
+ opacity: 0;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ }
+ 50% {
+ opacity: 0.9;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
+ }
+ 100% {
+ -webkit-transform: scale(0.9, 0.9);
+ transform: scale(0.9, 0.9);
+ opacity: 0;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ }
+}
+.fa-play:before {
+ content: "\f04b";
+}
+
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .gallery-wrapper .left-sidebar {
+ width: calc(100vw - 40px);
+ z-index: 9;
+ position: fixed;
+ left: -110%;
+ height: 100%;
+ overflow-y: auto;
+ transition: 0.3s ease-in-out;
+ }
+ .gallery-wrapper .left-sidebar .left-sidebar-inner {
top: 0;
+ }
+ .gallery-wrapper .right-content {
+ width: 100%;
+ }
+ .filtered-tags .tag {
+ padding: 0 0.3rem;
+ }
+ .filtered-tags .tag span {
+ margin-right: 0;
+ padding: 6px;
+ margin-left: 0;
+ }
+ .outlined-bg-buttons {
+ justify-content: flex-end;
+ }
+ .outlined-bg-buttons .button {
+ margin-right: 10px;
+ }
+ .outlined-bg-buttons .button:last-child {
+ margin-right: 0;
+ }
+ .playlist-wrapper .playlist-item {
+ flex-direction: column;
+ align-items: flex-start;
+ }
+ .playlist-wrapper .playlist-item .thumbnail {
+ margin-right: 0;
+ margin-bottom: 15px;
+ }
+ .playlist-wrapper .playlist-item .thumbnail img {
+ width: 100%;
+ height: auto;
+ }
+ .playlist-wrapper .playlist-item .content {
width: 100%;
+ }
+ .gallery-card .card-thumbnail img {
height: 100%;
- background-repeat: no-repeat !important;
- position: absolute;
- z-index: -2;
- content: "";
- background: url(../images/appscode/about-hero-bg-2.png);
- background-size: contain; }
- .hero-area-2 .hero-area-inner-2 {
- height: 400px;
- padding-top: 120px; }
- .hero-area-2 .hero-area-inner-2 h1 {
- font-size: 48px;
- margin-bottom: 15px; }
- .hero-area-2 .hero-area-inner-2 p {
- font-size: 18px; }
-
-.hero-area-2.bg-color-available:after {
- background-color: #fbfbfb; }
-
-.illustration-area {
- min-height: 500px;
- background-repeat: no-repeat; }
-
-.illustration-1 {
- background-image: url(../images/consulting-page/illustation.png);
- background-size: contain; }
-
-.consulting-inner h2 {
- font-size: 36px;
- margin-bottom: 30px;
- font-weight: 400;
- line-height: 50px; }
-.consulting-inner p {
- font-size: 16px;
- line-height: 28px;
- color: #515D63;
- margin-bottom: 20px; }
- .consulting-inner p:last-child {
- margin-bottom: 0; }
-
-.testimonial-area-2 .testimonial-wrapper {
- overflow: hidden; }
- .testimonial-area-2 .testimonial-wrapper .quote-icon {
- margin-bottom: 30px; }
- .testimonial-area-2 .testimonial-wrapper h1 {
- font-size: 28px;
- line-height: 45px;
- font-weight: 600; }
- .testimonial-area-2 .testimonial-wrapper .user-information {
- margin-top: 30px;
- float: right;
- overflow: hidden;
- align-items: center; }
- .testimonial-area-2 .testimonial-wrapper .user-information figure {
- margin-right: 15px; }
- .testimonial-area-2 .testimonial-wrapper .user-information h4 {
- font-size: 18px;
- line-height: 28px;
- font-weight: 700;
- color: var(--ac-primary); }
- .testimonial-area-2 .testimonial-wrapper .user-information p {
- font-size: 14px;
- color: #515D63; }
-
-.package-area .single-package-wrapper {
- padding: 30px 50px; }
- .package-area .single-package-wrapper h4 {
- font-size: 18px;
- margin-bottom: 5px; }
- .package-area .single-package-wrapper p {
- font-size: 16px; }
-
-.our-customer-area {
- background-color: #FBFBFB; }
-
-.training-wrapper-image .single-training-image-wrapper {
- width: 280px;
- height: 280px;
- border-radius: 50%;
- overflow: hidden;
- display: inline-block;
- margin-right: 30px; }
- .training-wrapper-image .single-training-image-wrapper:last-child {
- margin-right: 0; }
- .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
- width: 250px;
- height: 250px;
- transform: translateY(-70px); }
- .training-wrapper-image .single-training-image-wrapper img {
- transition: 0.3s ease-in-out; }
- .training-wrapper-image .single-training-image-wrapper:hover img {
- transform: scale(1.3); }
-
-.about-training {
- position: relative;
- z-index: 1; }
- .about-training .dots-shape {
- position: absolute;
- background-image: url(../images/training-page/dots-shape.png);
- background-repeat: no-repeat;
- z-index: -1;
- width: 200px;
- height: 300px;
- right: -70px;
- top: 30%; }
-
-.cta-area-2 .cta-content h1 {
- font-size: 73px;
- line-height: 83px;
- margin-bottom: 50px; }
-
-.client-thumb {
- width: 50px;
- height: 50px;
- border-radius: 50%;
- overflow: hidden;
- float: left;
- margin-right: 20px; }
-
-.client-info {
- float: left;
- overflow: hidden;
- margin-top: 5px;
- text-align: left; }
- .client-info h4 {
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .gallery-card {
+ min-height: 280px;
+ }
+ .gallery-card .card-thumbnail img {
+ height: 150px;
+ }
+ .gallery-card .card-body {
+ padding: 10px;
+ }
+ .gallery-card .card-body h1 {
+ margin: 0.5rem 0 1rem;
+ }
+ .gallery-card .card-body .meta-tag p {
+ font-size: 13px;
+ }
+ .single-video-page .right-content .video-list-wrapper h4 {
font-size: 16px;
- line-height: 19px;
- margin-bottom: 3px; }
- .client-info p {
- margin: 0;
- font-size: 12px;
- font-style: italic;
- color: #515D63;
- opacity: 0.6; }
-
-/*====================================
- Support page CSS
-====================================*/
-/* Payment Method section style */
-.single-payment-method {
- display: inline-block;
- margin-left: 30px; }
+ }
+ .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions {
+ font-size: 14px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .gallery-card {
+ min-height: 290px;
+ }
+ .gallery-card .card-thumbnail img {
+ height: 150px;
+ }
+ .gallery-card .card-body {
+ padding: 10px;
+ }
+ .gallery-card .card-body h1 {
+ margin: 0.5rem 0 1rem;
+ }
+ .gallery-card .card-body .meta-tag p {
+ font-size: 13px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .gallery-card {
+ min-height: 290px;
+ }
+ .gallery-card .card-thumbnail img {
+ height: 150px;
+ }
+ .gallery-card .card-body {
+ padding: 10px;
+ }
+ .gallery-card .card-body h1 {
+ margin: 0.5rem 0 1rem;
+ }
+ .gallery-card .card-body .meta-tag p {
+ font-size: 13px;
+ }
+}
+.navbar-area {
+ position: relative;
+ z-index: 99;
+ background-color: #ffffff;
+}
-.single-payment-method:first-child {
- margin-left: 0; }
+.navbar-appscode-wrapper {
+ background-color: #ffffff;
+ border-bottom: 1px solid #e7e7e7;
+}
+.navbar-appscode-wrapper.navbar-product {
+ background-color: #fafafd;
+ will-change: transform;
+ transition: transform 200ms linear;
+}
+.navbar-appscode-wrapper.navbar-product .mega-menu-wrapper {
+ top: 57px;
+}
+.navbar-appscode-wrapper.navbar-product .navbar-left .navbar-brand a img {
+ height: 1.58rem;
+}
+.navbar-appscode-wrapper.navbar-product .buttons.has-addons .button {
+ font-size: 14px;
+}
-.payment-method-innner-text h2 {
+.navbar-appscode {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0.5rem 1.25rem;
+}
+.navbar-appscode.container {
+ padding: 0.5rem 0;
+}
+.navbar-appscode.container .mega-menu-wrapper {
+ width: 200%;
+ left: -50%;
+ min-height: 525px;
+}
+@media screen and (max-width: 1023px) {
+ .navbar-appscode.container .mega-menu-wrapper {
+ min-height: auto;
+ }
+}
+.navbar-appscode .navbar-right .button.ac-button {
+ height: 40px;
+}
+.navbar-appscode.documentation-menu {
+ margin-left: 349px;
+ background-color: #ffffff;
+ border-left: 1px solid #e7e7e7;
+}
+.navbar-appscode.documentation-menu .mega-menu-wrapper {
+ top: 104px;
+}
+.navbar-appscode.documentation-menu .navbar-right {
+ width: 100%;
+ justify-content: space-between;
+}
+.navbar-appscode.documentation-menu .navbar-right .ac-searchbar {
+ width: 49%;
+}
+.navbar-appscode.documentation-menu ul .nav-item .link.is-active {
+ position: relative;
+ z-index: 1;
+}
+.navbar-appscode.documentation-menu ul .nav-item .link.is-active:after {
+ position: absolute;
+ content: "";
+ left: 0;
+ bottom: -8px;
+ width: 100%;
+ height: 4px;
+ background: var(--ac-primary);
+ border-radius: 3px 3px 0 0;
+}
+.navbar-appscode .navbar-left {
+ display: flex;
+ align-items: center;
+}
+.navbar-appscode .navbar-left .navbar-brand {
+ min-height: auto;
+ align-items: center;
+ margin-right: 3.8rem;
+}
+.navbar-appscode .navbar-left .navbar-brand a {
+ display: flex;
+ align-items: center;
+}
+.navbar-appscode .navbar-left .navbar-brand a img {
+ height: 1.875rem;
+}
+.navbar-appscode .navbar-right {
+ display: flex;
+ align-items: center;
+ width: calc(100% - 200px);
+ justify-content: flex-end;
+}
+.navbar-appscode .navbar-right .navbar-left-group {
+ display: flex;
+ align-items: center;
+}
+@media (min-width: 0px) and (max-width: 1023px) {
+ .navbar-appscode .navbar-right .navbar-left-group {
+ align-items: flex-start;
+ }
+}
+.navbar-appscode .navbar-right .navbar-right-group {
+ display: flex;
+ align-items: center;
+ gap: 32px;
+}
+.navbar-appscode .navbar-right .navbar-right-group ul {
+ display: flex;
+ margin-left: 16px;
+}
+@media screen and (max-width: 1023px) {
+ .navbar-appscode .navbar-right .navbar-right-group ul {
+ margin-left: 0;
+ }
+}
+.navbar-appscode .navbar-right .navbar-right-group .buttons iframe {
+ transition: 0.3s ease-in-out;
+}
+.navbar-appscode .navbar-right .navbar-right-group .buttons iframe:hover {
+ box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
+ transform: translateY(-2px);
+}
+.navbar-appscode .navbar-right .navbar-right-group .buttons .button:has(.tag) {
+ gap: 4px;
+}
+.navbar-appscode .navbar-right .navbar-right-group .buttons .button .tag {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+}
+@media (min-width: 0px) and (max-width: 1023px) {
+ .navbar-appscode .navbar-right .navbar-right-group {
+ flex-direction: column;
+ align-items: flex-start;
+ gap: 16px;
+ width: 100%;
+ }
+ .navbar-appscode .navbar-right .navbar-right-group .buttons {
+ width: 100%;
+ }
+ .navbar-appscode .navbar-right .navbar-right-group .buttons .button {
+ width: 100%;
+ margin-right: 0;
+ }
+}
+.navbar-appscode ul .nav-item {
+ margin-right: 2.5rem;
+}
+.navbar-appscode ul .nav-item.is-active .link {
+ color: var(--ac-primary);
+}
+.navbar-appscode ul .nav-item.is-active .link i.fa {
+ transform: rotate(-180deg);
+}
+.navbar-appscode ul .nav-item.is-active .mega-menu-wrapper {
+ display: block !important;
+}
+.navbar-appscode ul .nav-item:last-child {
+ margin-right: 0;
+}
+.navbar-appscode ul .nav-item .link {
+ font-size: 0.875rem;
+ line-height: 1;
color: #171B1C;
- margin-bottom: 20px; }
-
-.payment-method-innner-text p {
- margin: 0; }
-
-.payment-method-area {
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+ border: none;
+ background-color: transparent;
+ cursor: pointer;
+ margin: 0;
+ padding: 0.5rem 0;
+ transition: 0.3s ease-in-out;
position: relative;
- background-image: url(../images/shape/shape-1.png);
- background-repeat: no-repeat;
- background-size: cover;
z-index: 1;
- margin-top: 120px; }
+ display: flex;
+}
+.navbar-appscode ul .nav-item .link.is-active {
+ color: var(--ac-primary);
+}
+.navbar-appscode ul .nav-item .link:hover {
+ color: var(--ac-primary);
+}
+.navbar-appscode ul .nav-item .link .fa {
+ transition: 0.3s ease-in-out;
+ margin-left: 0.625rem;
+}
-.payment-method-area:after {
- background-image: url(../images/shape/shape-2.png);
+.whats-new {
+ position: absolute;
+ z-index: 1;
+ top: -10px;
+ right: -30px;
+ font-size: 0.8rem;
+ color: #ffffff;
+ padding: 0.2rem 0.3rem;
+ line-height: 1.2;
+ display: none;
+}
+.whats-new:before {
content: "";
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
position: absolute;
- background-position: 0 0;
- background-repeat: no-repeat;
- background-size: cover;
- z-index: -1; }
+ z-index: -1;
+ left: 50%;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%);
+ display: block;
+ width: 2rem;
+ height: 1rem;
+ background: var(--ac-primary);
+ border-radius: 2px;
+ animation: pulse-border 1500ms ease-out infinite;
+}
+.whats-new:after {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ left: 50%;
+ top: 50%;
+ transform: translateX(-50%) translateY(-50%);
+ display: block;
+ width: 2rem;
+ height: 1rem;
+ background: var(--ac-primary);
+ transition: all 200ms;
+}
+@keyframes pulse-border {
+ 0% {
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
+ opacity: 1;
+ }
+ 100% {
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
+ opacity: 0;
+ }
+}
-.item ul,
-.item input[type="checkbox"] {
+.ac-grid-container {
+ max-width: 1344px;
+ margin: 0 auto;
+ padding: 0 0.5rem;
+}
+
+.mega-menu-wrapper {
display: none;
+ background: #ffffff;
+ position: absolute;
+ z-index: 9;
+ min-width: 300px;
+ padding: 1rem 0;
+ position: absolute;
+ width: 100%;
+ left: 0;
+ top: 61px;
+}
+.mega-menu-wrapper .mega-menu-inner {
overflow: hidden;
- transition: 0.3s; }
-
-.product-sidebar-menu .item label a {
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu {
+ display: grid;
+ grid-template-columns: auto auto;
+ width: 60%;
+ float: left;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.database-list {
+ grid-template-columns: auto auto auto;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product {
+ grid-template-columns: 40px auto 1.5rem;
+ width: 100%;
+ padding: 0.7rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .product-logo {
+ height: 40px;
+ width: 40px;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .product-logo img {
+ height: 1.5rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .navigate-icon .icon {
+ width: 1rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product {
+ display: grid;
+ grid-template-columns: 3.75rem auto 1.5rem;
+ padding: 1rem;
+ align-items: center;
+ width: 100%;
+ grid-gap: 1rem;
+ border-radius: 0.25rem;
+ transition: 0.3s ease-in-out;
+ cursor: pointer;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product:hover, .mega-menu-wrapper .mega-menu-inner .product-menu .single-product.is-active {
+ background-color: rgba(77, 77, 203, 0.0509803922);
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product:hover .navigate-icon .icon, .mega-menu-wrapper .mega-menu-inner .product-menu .single-product.is-active .navigate-icon .icon {
+ opacity: 1;
+ visibility: visible;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo {
+ height: 60px;
+ width: 60px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #e9e9fc;
+ border-radius: 0.25rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo img {
+ height: 2.5rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-info h2 {
+ font-size: 1rem;
+ letter-spacing: 0.009rem;
+ color: #171B1C;
font-weight: 500;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-info p {
+ font-size: 0.813rem;
+ color: #636363;
+ line-height: 140%;
+ letter-spacing: 0.025rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon {
+ text-align: right;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon .icon {
+ width: 1.2rem;
+ color: var(--ac-primary);
+ opacity: 0;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description {
+ margin-left: 1rem;
+ float: left;
+ border-left: 1px solid #e7e7e7;
+ padding-left: 4rem;
+ max-width: 36%;
+ opacity: 0;
+ display: none;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+ animation: fadeIn 0.2s ease-in-out;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description.is-block {
+ opacity: 1;
+ visibility: visible;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description .brand {
+ margin-bottom: 1rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description .brand img {
+ height: 1.5rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description p {
+ font-size: 0.875rem;
+ color: #515D63;
+ line-height: 160%;
+ margin-bottom: 1rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description .features li {
+ font-size: 0.813rem;
color: #171B1C;
- padding: 0.5rem 1.25rem;
- display: block; }
-
-.item ul li.is-active a {
- color: var(--ac-primary); }
-
-.item input:checked ~ ul,
-.item input:checked ~ .item > ul {
- display: block;
- transition: 0.3s linear; }
+ display: flex;
+ align-items: center;
+ margin-bottom: 15px;
+}
+.mega-menu-wrapper .mega-menu-inner .product-description .features li .material-icons {
+ font-size: 1rem;
+ margin-right: 0.6rem;
+ color: var(--ac-primary);
+}
-.item input:checked ~ label span,
-.item input:checked ~ .item > label span {
- transform: rotate(90deg);
- margin-top: 0;
- transform-origin: 0; }
+.back-button {
+ display: none !important;
+ color: #515D63;
+ margin-bottom: 10px !important;
+ background-color: transparent;
+}
-.item label span {
- position: absolute;
- right: 15px;
+.button.ac-button.inline-button {
+ border: none;
+ height: auto;
+ margin: 0;
+ padding: 0.5rem 0;
+ display: inline-flex;
+ align-items: center;
+ justify-content: flex-start;
+}
+.button.ac-button.inline-button:hover {
+ background-color: transparent;
+ border: none;
+ color: var(--ac-primary);
+}
+.button.ac-button.inline-button:hover .material-icons {
+ margin-left: 1rem;
+}
+.button.ac-button.inline-button .material-icons {
+ font-size: 1rem;
+ margin-left: 0.5rem;
transition: 0.3s ease-in-out;
- top: 9px; }
+}
-.item ul li a {
- display: block;
- padding: 6px 0;
- font-family: "Roboto", sans-serif;
- font-weight: 400; }
+.linkable-nav-items {
+ width: 500px;
+ float: left;
+}
+.linkable-nav-items ul {
+ display: grid;
+ grid-template-columns: auto auto;
+ grid-gap: 0.5rem;
+}
+.linkable-nav-items ul li {
+ width: 250px;
+}
+.linkable-nav-items ul li a {
+ display: inline-flex;
+ align-items: center;
+ font-size: 0.875rem;
+ letter-spacing: 0.009rem;
+ color: #171B1C;
+ font-weight: 500;
+ transition: 0.3s;
+ padding-left: 0;
+}
+.linkable-nav-items ul li a:hover {
+ color: var(--ac-primary);
+}
+.linkable-nav-items ul li a:hover span:last-child {
+ padding-left: 1rem;
+}
+.linkable-nav-items ul li a span {
+ display: flex;
+ align-items: center;
+ font-size: 1rem;
+}
+.linkable-nav-items ul li a span:last-child {
+ padding-left: 0.5rem;
+}
+.linkable-nav-items ul li a span img {
+ height: 1rem;
+ margin-right: 1rem;
+}
-.item label {
+.resources-list {
+ display: grid;
+ grid-template-columns: auto auto auto auto;
+ grid-gap: 2rem;
+}
+.resources-list .list-items h2 {
+ font-weight: 500;
position: relative;
- z-index: 9; }
-
-.product-sidebar-menu label,
-.product-sidebar-menu li a {
+ font-size: 0.875rem;
+ z-index: 1;
+ display: inline-block;
+ letter-spacing: 1.2px;
+}
+.resources-list .list-items ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+.resources-list .list-items ul li a {
+ font-size: 0.875rem;
+ padding: 0.6rem 0;
+ color: #171B1C;
+ display: inline-block;
+ line-height: 1;
+ transition: 0.3s ease-in-out;
+ font-weight: 500;
+}
+.resources-list .list-items ul li a span {
font-size: 14px;
+}
+.resources-list .list-items ul li a:hover {
+ color: var(--ac-primary);
+ text-decoration: underline;
+}
+
+.press-wrapper .single-press {
+ margin: 0;
+ padding: 0;
+ margin-bottom: 1.5rem;
+ display: flex;
+ align-items: center;
+ transition: 0.3s;
+}
+.press-wrapper .single-press:hover h6 {
+ color: var(--ac-primary);
+}
+.press-wrapper .single-press .calender {
+ text-align: center;
+ height: 90px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: flex-start;
+ flex-direction: column;
+ margin-right: 1rem;
+ border-radius: 4px;
+}
+.press-wrapper .single-press .calender .date {
+ width: 84px;
+ height: 45px;
+ background-color: #9dffcd;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 28px;
+ line-height: 140%;
+ letter-spacing: 0.4px;
+ color: var(--ac-primary);
+ align-items: center;
+ display: flex;
+ justify-content: center;
+}
+.press-wrapper .single-press .calender .month {
+ width: 84px;
+ height: 45px;
+ background: #ccffe5;
+ font-family: Roboto;
+ font-style: normal;
+ font-weight: 300;
+ font-size: 18px;
+ line-height: 140%;
+ letter-spacing: 0.4px;
+ color: var(--ac-primary);
+ align-items: center;
+ display: flex;
+ justify-content: center;
+}
+.press-wrapper .single-press .description {
+ max-width: 327px;
+}
+.press-wrapper .single-press .description h6 {
+ font-size: 1rem;
+ margin-bottom: 0px;
+ letter-spacing: 0;
font-weight: 500;
- color: #4a4a4a;
display: block;
- cursor: pointer;
- user-select: none;
- transition: 0.3s; }
-
-.product-sidebar-menu li a:hover {
- color: var(--ac-primary); }
-
-.product-sidebar-menu .item ul {
- margin-left: 20px;
- padding-left: 15px;
- border-left: 1px solid #e7e7e7; }
-
-.item:first-child input:checked ~ label,
-.item:first-child input:checked ~ .item:first-child > label {
- border: 1px solid transparent; }
+}
+.press-wrapper .single-press .description h6:after {
+ position: inherit;
+}
+.press-wrapper .single-press .description .author {
+ font-weight: 400;
+ font-size: 0.875rem;
+ letter-spacing: 0.4px;
+ margin-bottom: 0.5rem;
+ display: block;
+ color: #1c1c1c;
+}
+.press-wrapper .single-press .description p {
+ font-size: 0.875rem;
+ color: #636363;
+ line-height: 150%;
+}
+.press-wrapper .button.inline-button {
+ margin-left: 100px !important;
+}
-.appscode-style .item input:checked ~ label > a {
- color: var(--ac-primary); }
+.community-items {
+ display: flex;
+ align-items: center;
+}
+.community-items .community-item {
+ border: 1px solid #636363;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 2px;
+ width: 2.5rem;
+ height: 2.5rem;
+ margin-right: 0.5rem;
+ transition: 0.3s;
+}
+.community-items .community-item:hover {
+ background-color: var(--ac-primary);
+ border-color: var(--ac-primary);
+}
+.community-items .community-item:hover img {
+ filter: brightness(10);
+}
+.community-items .community-item:last-child {
+ margin-right: 0;
+}
-.item input:checked ~ ul,
-.item input:checked ~ .item > ul > .item {
- margin-left: -20px; }
+.responsive-menu {
+ background-color: var(--ac-primary);
+}
+.responsive-menu .button {
+ border: none;
+ padding-left: 0;
+ padding-right: 0;
+ font-size: 14px;
+ font-weight: 500;
+ background-color: transparent;
+ color: #ffffff;
+}
+.responsive-menu .button.is-active {
+ color: #d2d2d2;
+}
-.ac-product-left-sidebar {
- margin-right: 30px;
- position: sticky;
- top: 130px;
- z-index: 9;
- width: 100%;
- height: 100%;
+.product-version .dropdown .dropdown-trigger .button {
+ font-size: 0.813rem;
+ width: 210px;
+ height: 2rem;
+ border-radius: 2px;
+ padding: 2px 15px;
+ color: #171B1C;
+ border: 1px solid #e7e7e7;
+}
+.product-version .dropdown .dropdown-trigger .button .arrow {
+ color: #999999;
+ font-size: 0.9rem;
+}
+.product-version .dropdown .dropdown-menu {
+ /* ===== Scrollbar CSS ===== */
+ /* Firefox */
+}
+.product-version .dropdown .dropdown-menu * {
+ scrollbar-width: auto;
+ scrollbar-color: #ebebeb #fafafd;
+}
+.product-version .dropdown .dropdown-menu {
+ /* Chrome, Edge, and Safari */
+}
+.product-version .dropdown .dropdown-menu *::-webkit-scrollbar {
+ width: 12px;
+}
+.product-version .dropdown .dropdown-menu *::-webkit-scrollbar-track {
+ background: #fafafd;
+}
+.product-version .dropdown .dropdown-menu *::-webkit-scrollbar-thumb {
+ background-color: #ebebeb;
+ border-radius: 10px;
+ border: 3px solid #fafafd;
+}
+.product-version .dropdown .dropdown-menu .dropdown-content {
+ max-height: 420px;
overflow-y: auto;
- max-height: calc(100vh - 190px);
- overflow-x: hidden; }
+}
+.product-version .dropdown .dropdown-menu .dropdown-content .dropdown-item {
+ font-size: 0.813rem;
+ color: #171B1C;
+}
+.product-version .new-item {
+ background-color: var(--ac-primary);
+ font-size: 0.813rem;
+ color: #ffffff;
+ border-radius: 2px;
+ height: 1.2rem;
+ padding: 2px 5px;
+ line-height: 1.2;
+}
-.product-sidebar-menu .item label {
- border: 1px solid transparent;
+.ac-searchbar {
position: relative;
z-index: 1;
- border-radius: 3px 0 0 3px; }
-
-/* datasheet style start */
-.datasheet-wrapper {
- padding: 0 100px; }
-
-.download-question h4 {
- font-size: 18px;
+ padding: 0 20px;
+ border-left: 1px solid #e7e7e7;
+}
+.ac-searchbar label .fa {
color: #171B1C;
- font-weight: 700; }
-
-.download-question p {
+}
+.ac-searchbar input[type=search] {
+ border: none;
+ background-color: transparent;
color: #515D63;
- font-size: 16px;
- font-family: "Roboto", sans-serif; }
-
-.download-question p strong {
- color: #32325d;
- font-weight: 500;
- font-family: "Roboto", sans-serif;
- margin: 10px 0;
- display: block; }
-
-.download-question a {
- font-family: "Roboto", sans-serif;
- font-size: 16px; }
-
-.form-area h4 {
- font-size: 18px;
- color: #171B1C;
- font-weight: 700;
- margin-bottom: 30px; }
-
-.single-input-field label {
- display: block;
- color: #32325d;
- font-family: "Roboto", sans-serif;
- font-size: 16px;
- margin-bottom: 5px; }
-
-.single-input-field input {
- padding: 12px 15px;
- border: 1px solid #c4cbd3;
- border-radius: 4px;
- font-size: 16px;
- font-family: "Roboto", sans-serif;
- color: #242a31;
- width: 100%; }
+ font-size: 0.875rem;
+ width: 270px;
+ padding: 0.2rem 0.875rem;
+}
+.ac-searchbar input[type=search]:focus {
+ border: none;
+ outline: none;
+}
+.ac-searchbar input[type=search]::placeholder {
+ color: #636363;
+}
-.single-input-field input::placeholder {
- color: #e7e7e7; }
+.modal-backdrop.is-show {
+ width: 100%;
+ height: 100%;
+ background: #333;
+ position: fixed;
+ top: 0;
+ opacity: 0.8;
+ z-index: 9;
+}
-.single-input-field .select,
-select {
+.header--fixed {
+ position: fixed;
+ z-index: 10;
+ right: 0;
+ left: 0;
+ top: 0;
+}
+.header--fixed::after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
width: 100%;
- height: 48px !important; }
+ height: 100%;
+ background: #ffffff;
+ z-index: -1;
+ transition: 0.5s ease-in-out;
+}
+.header--fixed.headroom--unpinned::after {
+ transition: transform 500ms linear;
+}
-.single-input-field .select select:not([multiple]) {
- padding-left: 15px;
- color: #e7e7e7; }
+.headroom {
+ will-change: transform;
+ transition: transform 200ms linear;
+}
-.download-button .icon {
- padding-right: 25px; }
+.headroom--pinned {
+ transform: translateY(0px);
+ transition: transform 500ms linear;
+}
-/* datasheet style end */
-/* schedule-demo start */
-embed,
-iframe,
-object,
-video {
- height: 100%;
- max-width: 100%; }
+.headroom--unpinned {
+ transform: translateY(-165px);
+}
+.headroom--unpinned .navbar-area.navbar-fixed {
+ transform: translateY(135px);
+}
+.headroom--unpinned .navbar-appscode-wrapper.navbar-product {
+ transform: translateY(104px);
+}
-.schedule-title {
- margin-top: 65px;
- color: #242a31;
- margin-bottom: 30px; }
+.navbar-burger {
+ height: 30px;
+ width: 30px;
+ border-radius: 4px;
+}
+.navbar-burger.is-active i.fa {
+ transform: rotate(-180deg);
+ transform-origin: 10px;
+}
+.navbar-burger span {
+ height: 1.5px;
+}
-/* schedule-demo end */
/****************************************
Responsive Classes
*****************************************/
-@media screen and (max-width: 768px) {
- .package-area .single-package-wrapper {
- padding: 20px 30px;
- border: 1px solid #e7e7e7; }
-
- .testimonial-area-2 .testimonial-wrapper {
- text-align: center; }
- .testimonial-area-2 .testimonial-wrapper .is-pulled-right {
- float: inherit !important;
- margin-top: 15px;
- display: flex;
- justify-content: center; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .package-area .single-package-wrapper {
- padding: 20px;
- border: 1px solid #e7e7e7; }
-
- .ac-image {
- text-align: center; }
-
- .about-training .section-title h2 {
- text-align: center; }
-
- .ac-text p {
- text-align: center; }
-
- .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
- width: 150px;
- height: 150px; }
-
- .training-wrapper-image .single-training-image-wrapper {
- width: 180px;
- height: 180px; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
- width: 150px;
- height: 150px; }
-
- .training-wrapper-image .single-training-image-wrapper {
- width: 180px;
- height: 180px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
- width: 150px;
- height: 150px; }
-
- .training-wrapper-image .single-training-image-wrapper {
- width: 180px;
- height: 180px; } }
-@media screen and (min-width: 1408px) {
- .training-wrapper-image .single-training-image-wrapper:nth-child(even) {
- width: 150px;
- height: 150px; }
-
- .training-wrapper-image .single-training-image-wrapper {
- width: 180px;
- height: 180px; } }
-.ac-notification.is-primary {
- background-color: var(--ac-primary); }
-.ac-notification p {
- color: #fff; }
- .ac-notification p a {
- color: #3273dc !important;
- font-weight: 500; }
-
-.hero-area-2.webinar-page::after {
- background-color: rgba(25, 113, 189, 0.1);
- background-size: cover; }
-.hero-area-2.webinar-page .webinar-hero-area {
- position: relative;
- z-index: 1; }
-.hero-area-2.webinar-page .hero-area-inner-2 {
- height: auto;
- padding-bottom: 120px;
- padding-top: 100px; }
- .hero-area-2.webinar-page .hero-area-inner-2 h1 {
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 62px;
- line-height: 93px;
- color: #393e46;
- margin-bottom: 10px; }
- .hero-area-2.webinar-page .hero-area-inner-2 .subtitle {
- font-size: 36px;
- color: #666;
- line-height: 58px;
- font-weight: 500; }
- .hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info {
- display: flex;
- align-items: center;
- margin-right: 44px; }
- .hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info:last-child {
- margin-right: 0; }
- .hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info .icon {
- width: 34px;
- height: 34px;
- background: #00a651;
- color: #fff;
- border-radius: 50%;
- font-size: 14px;
- line-height: 15px;
- margin-right: 15px; }
- .hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info strong {
- color: #3f3d56;
- margin-right: 5px; }
- .hero-area-2.webinar-page .hero-area-inner-2 .single-webinar-info p {
- color: #666666; }
-.hero-area-2.webinar-page .count-down-area {
- background: #ffffff;
- box-shadow: 2px 4px 27px rgba(25, 113, 189, 0.16);
- border-radius: 8px;
- display: flex;
- align-items: center;
- padding: 7px 0;
- position: absolute;
- width: 85%;
- bottom: -94px; }
- .hero-area-2.webinar-page .count-down-area .signle-count {
- border-right: 1px solid #e6e6e6;
- text-align: center;
- width: 25%;
- padding: 25px 0; }
- .hero-area-2.webinar-page .count-down-area .signle-count:last-child {
- border-right: none; }
- .hero-area-2.webinar-page .count-down-area .signle-count .name {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 16px;
- line-height: 19px;
- color: #555555;
- margin-bottom: 20px; }
- .hero-area-2.webinar-page .count-down-area .signle-count .unit {
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 62px;
- line-height: 62px;
- color: #393e46; }
-
-.registration-form-container.register-success, .registration-form-container.register-failed {
- position: sticky;
- top: 60px; }
- .registration-form-container.register-success form, .registration-form-container.register-failed form {
- display: none; }
- .registration-form-container.register-success .register-notification, .registration-form-container.register-failed .register-notification {
- display: block; }
-.registration-form-container .register-notification {
- display: none; }
-
-.registration-form-wrapper {
- position: relative;
- z-index: 1; }
- .registration-form-wrapper .registration-form {
- width: 100%; }
- .registration-form-wrapper .circle-shape {
+@media screen and (max-width: 1023px) {
+ .headroom--unpinned .navbar-appscode-wrapper.navbar-product {
+ padding: 0 0;
+ transform: translateY(104px);
+ }
+ .headroom--unpinned .navbar-appscode-wrapper.navbar-product .navbar-appscode .navbar-right {
+ top: 47px;
+ }
+ .navbar-appscode.container {
+ padding: 0.5rem 15px;
+ }
+ .navbar-appscode.documentation-menu {
+ margin-left: 0;
+ padding: 0;
+ }
+ .navbar-appscode.documentation-menu ul .nav-item .link.is-active:after {
+ display: none;
+ }
+ .navbar-appscode.documentation-menu .navbar-right {
+ position: fixed;
+ width: 80%;
+ border-right: 1px solid #e7e7e7;
+ }
+ .navbar-appscode .navbar-left {
+ width: 100%;
+ }
+ .navbar-appscode .navbar-left .navbar-brand {
+ margin: 0;
+ width: 100%;
+ }
+ .navbar-appscode .navbar-left .navbar-brand a img {
+ height: 1.5rem !important;
+ }
+ .navbar-appscode .navbar-left ul {
position: absolute;
- right: 30px;
- top: 30px; }
- .registration-form-wrapper .reg-illustration {
- margin: 50px 0; }
-
-.registration-form {
- box-shadow: 0px 4px 27px rgba(25, 113, 189, 0.16);
- background-color: #fff;
- border-radius: 8px;
- padding: 30px; }
- .registration-form h3 {
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: 600;
- font-size: 22px;
- line-height: 20px;
- color: #393e46;
- margin-bottom: 30px; }
- .registration-form form label.radio-title {
- font-family: Roboto;
- font-style: normal;
- font-weight: 500;
- font-size: 12px;
- line-height: 14px;
- display: block;
- color: #393e46;
- margin-bottom: 6px;
- text-transform: uppercase; }
- .registration-form form label.radio-title .is-require {
- color: #ff3729;
- padding-left: 5px; }
- .registration-form form .ac-single-radio label {
- font-size: 14px !important; }
- .registration-form form .form-message {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 12px;
- line-height: 20px;
- color: #555555; }
- .registration-form form input[type="submit"] {
- height: 45px;
- font-size: 14px;
- font-weight: 500; }
- .registration-form form .single-input-form {
+ right: 20%;
+ opacity: 0;
+ visibility: hidden;
+ }
+ .navbar-appscode .navbar-right {
+ position: absolute;
+ z-index: 99;
+ right: 20%;
+ opacity: 0;
+ visibility: hidden;
+ background: #fafafd;
width: 100%;
- margin-bottom: 20px; }
- .registration-form form .single-input-form.is-fullwidth {
- width: 100%; }
- .registration-form form .single-input-form label {
- font-family: Roboto;
- font-style: normal;
- font-weight: 500;
- font-size: 12px;
- line-height: 14px;
- display: block;
- color: #393e46;
- margin-bottom: 6px;
- text-transform: uppercase; }
- .registration-form form .single-input-form label .is-require {
- color: #ea3d2f;
- padding-left: 5px; }
- .registration-form form input,
- .registration-form form .textarea-wrapper,
- .registration-form form .select {
- border: 1px solid #a6abbd;
- border-radius: 4px;
- height: 45px;
+ left: 0;
+ min-height: calc(100vh + 110px);
+ overflow-y: auto;
+ transition: 0.3s ease-in-out;
+ top: 61px;
+ padding: 15px;
+ justify-content: flex-start;
+ flex-direction: column;
+ align-items: flex-start;
+ }
+ .navbar-appscode .navbar-right .is-flex.is-justify-content-space-between {
+ flex-direction: column;
+ align-items: flex-start;
+ }
+ .navbar-appscode .navbar-right .is-primary.ml-8 {
+ margin-left: 0 !important;
+ margin-top: 15px;
+ }
+ .navbar-appscode .navbar-right .button.ac-button.is-primary {
+ margin-left: 0;
width: 100%;
- padding: 0 15px;
- font-weight: 500;
- font-size: 15px;
- background-color: transparent;
- color: #515D63; }
- .registration-form form input:focus,
- .registration-form form .textarea-wrapper:focus,
- .registration-form form .select:focus {
- outline: none !important;
- border: 1px solid var(--ac-primary); }
- .registration-form form input::placeholder,
- .registration-form form .textarea-wrapper::placeholder,
- .registration-form form .select::placeholder {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 16px;
- color: #a6abbd; }
- .registration-form form .select {
- border-color: #a6abbd;
- padding: 0; }
- .registration-form form .select:hover {
- border-color: #a6abbd; }
- .registration-form form .select select {
- background-color: transparent;
- border: none;
- font-weight: 500;
- height: 45px !important;
- color: #515D63;
- padding-left: 15px; }
- .registration-form form .select select option[selected] {
- color: #333; }
- .registration-form form .textarea-wrapper {
- height: 100px; }
- .registration-form form .textarea-wrapper {
- padding: 10px 10px 10px 15px; }
- .registration-form form .textarea-wrapper:focus {
- outline: none !important;
- border: 1px solid var(--ac-primary); }
- .registration-form form textarea {
+ }
+ .navbar-appscode .navbar-right ul {
+ display: flex;
+ flex-direction: column;
+ }
+ .navbar-appscode .navbar-right ul li.nav-item {
+ margin: 6px 0;
+ }
+ .navbar-appscode .navbar-right ul li.nav-item .link .whats-new {
+ top: -10px;
+ right: -30px;
+ }
+ .navbar-appscode .navbar-right .community-items.ml-70 {
+ margin-left: 0 !important;
+ margin-top: 30px;
+ }
+ .navbar-appscode .navbar-right.is-visible {
+ opacity: 1;
+ visibility: visible;
+ }
+ .resources-list {
+ grid-template-columns: auto;
+ }
+ .mega-menu-wrapper {
+ width: 100% !important;
+ left: 0 !important;
+ top: 0 !important;
+ padding-top: 20px !important;
+ background-color: #fafafd;
+ max-height: 75vh;
+ min-height: 70vh;
+ overflow-y: auto;
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu {
+ grid-template-columns: auto;
width: 100%;
- height: calc(100% - 0px);
- border: none;
- font-weight: 500;
- font-size: 15px; }
- .registration-form form textarea::placeholder {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 16px;
- color: #a6abbd; }
- .registration-form form textarea:focus {
- outline: none;
- border: none; }
- .registration-form form input[type="submit"] {
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu .single-product {
+ width: 100%;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo {
+ height: 50px;
+ width: 50px;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo img {
+ height: 1.8rem;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon .icon {
+ width: 16px;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu.database-list {
+ grid-template-columns: auto;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-description {
+ border-left: none;
+ padding-left: 0;
+ margin-top: 35px;
+ margin-left: 0;
+ max-width: 100%;
+ }
+ .press-wrapper .button.inline-button {
+ margin-left: 0 !important;
+ background-color: transparent;
+ }
+ .navbar-appscode-wrapper.navbar-product .navbar-appscode .navbar-right {
+ top: 47px;
+ }
+ .product-version.pl-20 {
+ padding-left: 10px;
+ }
+ .product-version .dropdown .dropdown-trigger .button {
+ width: 190px;
+ }
+ .product-version .dropdown-menu {
+ z-index: 9999;
+ }
+ .back-button {
+ display: flex !important;
+ }
+ .back-button span {
+ color: var(--ac-primary);
+ padding-right: 15px;
+ font-size: 18px;
+ }
+}
+.embeded-console-button {
+ height: 42px;
+ margin-bottom: 4px;
+ width: 185px;
+ overflow: hidden;
+}
+@media screen and (max-width: 768px) {
+ .embeded-console-button {
width: 100%;
- background-color: var(--ac-primary);
- color: #fff;
- cursor: pointer; }
- .registration-form form input[type="submit"]:hover {
- background-color: #008d45; }
- .registration-form form p.is-error {
- color: #ea3d2f;
- font-size: 12px;
- line-height: 1.4; }
-
-.webinar-summary-area {
- padding-top: 150px; }
- .webinar-summary-area .webinar-summary h3 {
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 22px;
- line-height: 22px;
- color: #393e46;
- margin-bottom: 20px; }
- .webinar-summary-area .webinar-summary .summary-content {
- margin-bottom: 30px;
- width: calc(100% - 30px); }
- .webinar-summary-area .webinar-summary .summary-content p {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 16px;
- line-height: 28px;
- color: #555555;
- margin-bottom: 15px;
- text-align: justify; }
- .webinar-summary-area .webinar-summary .summary-content p:last-child {
- margin-bottom: 0; }
- .webinar-summary-area .speaker-info-wrapper {
- margin-top: 30px;
- max-width: calc(100% - 30px);
- display: grid;
- grid-template-columns: 110px auto;
- grid-gap: 30px; }
- .webinar-summary-area .speaker-info-wrapper .speaker-thumbnail {
- width: 110px;
- height: 110px;
- border: 1px solid #a6abbd;
- border-radius: 50%;
- overflow: hidden; }
- .webinar-summary-area .speaker-info-wrapper .speaker-info h5 {
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: 500;
- font-size: 18px;
- line-height: 27px;
- color: #393e46; }
- .webinar-summary-area .speaker-info-wrapper .speaker-info .designation {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 16px;
- display: flex;
- align-items: center;
- color: #555555;
- margin-bottom: 15px; }
- .webinar-summary-area .speaker-info-wrapper .speaker-info .designation a {
- font-family: Roboto; }
- .webinar-summary-area .speaker-info-wrapper .speaker-info .speaker-message {
- font-family: Roboto;
- font-style: normal;
- font-weight: normal;
- font-size: 14px;
- line-height: 24px;
- color: #555555; }
+ }
+}
-.webinar-header {
- margin-bottom: 20px; }
- .webinar-header .upcoming-message h1 {
- font-weight: 500;
- line-height: 110%; }
- .webinar-header .webinar-list-items .webinar-item {
- width: 130px;
- background-color: #ccffe5;
- border-radius: 4px;
- margin-right: 20px;
- padding: 15px;
- cursor: pointer; }
- .webinar-header .webinar-list-items .webinar-item.is-active {
- background-color: var(--ac-primary);
- position: relative;
- z-index: 1; }
- .webinar-header .webinar-list-items .webinar-item.is-active:after {
- width: 60px;
- height: 30px;
- border-top: solid 30px var(--ac-primary);
- border-left: solid 30px transparent;
- border-right: solid 30px transparent;
- position: absolute;
- content: "";
- bottom: -20px;
- left: 30px; }
- .webinar-header .webinar-list-items .webinar-item.is-active p,
- .webinar-header .webinar-list-items .webinar-item.is-active h2 {
- color: #ffffff; }
- .webinar-header .webinar-list-items .webinar-item:last-child {
- margin-right: 0; }
- .webinar-header .webinar-list-items .webinar-item p {
- font-size: 18px;
- font-weight: 400;
- text-align: center;
- color: var(--ac-primary); }
- .webinar-header .webinar-list-items .webinar-item p.date {
- font-size: 13px; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 52px;
- font-weight: 400;
- text-align: center;
- color: var(--ac-primary);
- line-height: 1.029; }
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .navbar-burger {
+ display: none !important;
+ }
+ .navbar-appscode.documentation-menu {
+ margin-left: 0;
+ border-left: none;
+ }
+ .navbar-appscode .navbar-left .navbar-brand {
+ margin-right: 1rem;
+ }
+ .navbar-appscode .navbar-right {
+ width: calc(100% - 180px);
+ }
+ .navbar-appscode .navbar-right .community-items.ml-70 {
+ margin-left: 10px !important;
+ }
+ .navbar-appscode .navbar-right .buttons {
+ min-width: 354px !important;
+ }
+ .navbar-appscode .navbar-right .button.ac-button {
+ padding: 0.5rem 1rem;
+ }
+ .navbar-appscode .navbar-right-group {
+ gap: 8px !important;
+ }
+ .navbar-appscode ul .nav-item {
+ margin-right: 12px;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu {
+ grid-template-columns: auto;
+ width: calc(50% - 5rem);
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-description {
+ border-left: none;
+ }
+ .mega-menu-wrapper .video-content {
+ display: none;
+ }
+ .product-version.ml-20 {
+ margin-left: 4px !important;
+ }
+ .product-version .dropdown .dropdown-trigger .button {
+ width: 180px;
+ padding: 2px 5px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .navbar-burger {
+ display: none !important;
+ }
+ .navbar-appscode.documentation-menu {
+ margin-left: 0;
+ border-left: none;
+ }
+ .navbar-appscode .navbar-right {
+ width: calc(100% - 180px);
+ }
+ .navbar-appscode .navbar-right .community-items.ml-70 {
+ margin-left: 10px !important;
+ }
+ .navbar-appscode ul .nav-item {
+ margin-right: 1.5rem;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu {
+ grid-template-columns: auto;
+ width: calc(50% - 5rem);
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-description {
+ border-left: none;
+ }
+ .mega-menu-wrapper .video-content {
+ display: none;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .navbar-appscode .navbar-left .navbar-brand {
+ margin-right: 3rem;
+ }
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.services-grid {
+ grid-template-columns: 500px;
+ width: 500px;
+ background-color: #fbfbfb;
+ border-radius: 8px;
+}
+@media screen and (max-width: 1023px) {
+ .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid {
+ grid-template-columns: auto;
+ width: 100%;
+ }
+ .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product::after {
+ display: none;
+ }
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product {
+ padding: 0.8rem 1rem;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product .product-logo {
+ height: 48px;
+ width: 48px;
+}
+.mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product .product-logo img {
+ height: 1.5rem !important;
+}
-.webinar-body .single-webinar {
- opacity: 0;
- visibility: hidden;
- display: none; }
- .webinar-body .single-webinar.is-active {
- opacity: 1;
- visibility: visible;
- display: block; }
-.webinar-body .webinar-video {
- margin-bottom: 20px;
+.ac-preloader {
+ position: fixed;
+ height: 100vh;
+ top: 0;
+ z-index: 999;
width: 100%;
- height: 0;
+ background-color: #ffffff;
+}
+
+.spinner {
position: relative;
- padding-top: 56.25%;
- background-color: #f2f3f4;
- /* 9 / 16 * 100 */ }
- .webinar-body .webinar-video.active-overlay:after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: #000000;
- opacity: 0.3; }
- .webinar-body .webinar-video iframe {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- border: 0; }
-.webinar-body .webinar-title h1 {
- font-size: 40px;
- line-height: 130%;
- margin-bottom: 20px;
- font-weight: 500; }
-.webinar-body .date-and-location {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20px; }
- .webinar-body .date-and-location .date {
- display: flex;
- align-items: center;
- gap: 8px; }
- .webinar-body .date-and-location .date span {
- font-size: 18px;
- color: #515D63;
- font-weight: 500; }
-.webinar-body .webinar-summary .highlight {
+}
+
+.spinner:before,
+.spinner:after {
+ content: "";
position: relative;
- padding-left: 25px; }
- .webinar-body .webinar-summary .highlight:after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 5px;
- height: 100%;
- background-color: var(--ac-primary); }
-.webinar-body .webinar-summary p {
- color: #636363;
- margin-bottom: 20px; }
-.webinar-body .webinar-summary .check-items li {
display: block;
- margin-bottom: 8px; }
- .webinar-body .webinar-summary .check-items li span {
- margin-left: 15px;
- font-size: 15px; }
-.webinar-body .webinar-speakers {
- display: flex;
- align-items: center;
- flex-wrap: wrap; }
- .webinar-body .webinar-speakers .single-speaker {
- position: relative;
- z-index: 1;
- margin-right: 20px;
- display: flex;
- align-items: center;
- max-width: 330px;
- overflow: hidden; }
- .webinar-body .webinar-speakers .single-speaker .speaker-image {
- width: 80px;
- height: 80px;
- border-radius: 50%;
- overflow: hidden;
- border: 2px solid var(--ac-primary); }
- .webinar-body .webinar-speakers .single-speaker:last-child {
- margin-right: 0; }
- .webinar-body .webinar-speakers .single-speaker .speaker-info {
- padding: 0px 15px;
- margin-top: -7px; }
- .webinar-body .webinar-speakers .single-speaker .speaker-info p {
- font-size: 13px; }
-
-[data-tab-content] {
- display: none; }
-
-.active[data-tab-content] {
- display: block; }
-
-.tabs {
- display: flex;
- justify-content: space-around;
- list-style-type: none;
- margin: 0;
- padding: 0;
- border-bottom: 1px solid black; }
-
-.tab {
- cursor: pointer;
- padding: 10px; }
-
-.tab.active {
- background-color: #ccc; }
+}
-.tab:hover {
- background-color: #aaa; }
+.spinner:before {
+ -webkit-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
+ animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
+ width: 2em;
+ height: 2em;
+ background-color: var(--ac-primary);
+}
-.tab-content {
- margin-left: 20px;
- margin-right: 20px; }
+.spinner:after {
+ -webkit-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
+ animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
+ bottom: -0.5em;
+ height: 0.25em;
+ border-radius: 50%;
+ background-color: rgba(0, 0, 0, 0.2);
+}
-.search-box {
+@-webkit-keyframes spinner {
+ 50% {
+ border-radius: 50%;
+ transform: scale(0.5) rotate(360deg);
+ }
+ 100% {
+ transform: scale(1) rotate(720deg);
+ }
+}
+@keyframes spinner {
+ 50% {
+ border-radius: 50%;
+ transform: scale(0.5) rotate(360deg);
+ }
+ 100% {
+ transform: scale(1) rotate(720deg);
+ }
+}
+@-webkit-keyframes shadow {
+ 50% {
+ transform: scale(0.5);
+ background-color: rgba(0, 0, 0, 0.1);
+ }
+}
+@keyframes shadow {
+ 50% {
+ transform: scale(0.5);
+ background-color: rgba(0, 0, 0, 0.1);
+ }
+}
+.cookie-wrapper {
+ border-top: 1px solid #e7e7e7;
+ position: fixed;
+ width: 100%;
+ background-color: #fafafd;
+ bottom: 0;
+ left: 0;
+ padding: 8px 0;
+ z-index: 99;
+ transition: 0.3s ease-in-out;
+}
+.cookie-wrapper.hide {
+ opacity: 0;
+ visibility: hidden;
+}
+.cookie-wrapper .cookie-content {
display: flex;
align-items: center;
- border: 1px solid #a6abbd;
- padding: 0px 16px;
- width: 430px;
- border-radius: 4px; }
- .search-box input {
- border: none;
- width: 100%;
- padding: 12px 8px; }
- .search-box input:focus {
- outline: none;
- border: none; }
-
-.is-sticky.webinar-search {
- position: sticky;
- top: 89px;
- background-color: #fff;
- z-index: 9; }
+ justify-content: space-between;
+}
+.cookie-wrapper .cookie-content p {
+ font-size: 14px;
+ color: #171B1C;
+ width: calc(100% - 220px);
+ margin-bottom: 0;
+}
+.cookie-wrapper .cookie-content p a {
+ color: hsl(149, 90%, 20%);
+ text-decoration: underline;
+ font-weight: 500;
+}
+.cookie-wrapper .cookie-content p a:hover {
+ color: var(--ac-primary);
+}
+.cookie-wrapper .cookie-content .buttons .button {
+ border: none;
+ background-color: transparent;
+ font-weight: 500;
+ padding: 8px 16px;
+ font-size: 14px;
+ border-radius: 2px;
+ transition: 0.3s;
+}
+.cookie-wrapper .cookie-content .buttons .button:hover:not(.is-primary) {
+ text-decoration: underline;
+ color: var(--ac-primary);
+}
+.cookie-wrapper .cookie-content .buttons .button.is-primary {
+ background-color: var(--ac-primary);
+}
/****************************************
Responsive Classes
*****************************************/
-@media screen and (max-width: 1023px) {
- .webinar-header .upcoming-message h1 {
- font-size: 34px; }
- .webinar-header .webinar-list-items .webinar-item {
- width: 110px; }
- .webinar-header .webinar-list-items .webinar-item.is-active::after {
- left: 23px; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 22px; }
- .webinar-header .webinar-list-items .webinar-item p {
- font-size: 14px; }
-
- .webinar-body .webinar-title h1 {
- font-size: 22px; }
- .webinar-body .webinar-speakers .single-speaker .speaker-info {
- padding: 15px; }
- .webinar-body .webinar-speakers .single-speaker .speaker-info h6 {
- font-size: 14px; }
-
- .search-box {
- width: 190px; } }
@media screen and (max-width: 768px) {
- .webinar-hero-area.mt-80.mr-100 {
- margin-right: 0 !important;
- margin-top: 80px !important; }
-
- .webinar-header {
- flex-direction: column;
- align-items: flex-start !important; }
- .webinar-header .upcoming-message h1 {
- font-size: 30px;
- margin-bottom: 20px; }
- .webinar-header .upcoming-message h1 br {
- display: none; }
- .webinar-header .webinar-list-items .webinar-item {
- margin-right: 10px;
- width: auto; }
-
- .webinar-body .date-and-location {
- flex-direction: column;
- align-items: flex-start !important; }
- .webinar-body .date-and-location .date {
- margin-bottom: 8px; }
- .webinar-body .date-and-location .date span {
- font-size: 15px; }
- .webinar-body .webinar-speakers {
- overflow: auto; }
- .webinar-body .webinar-speakers .single-speaker {
- min-width: 130px; } }
-@media (min-width: 501px) and (max-width: 768.98px) {
- .webinar-hero-area.mt-80.mr-100 {
- margin-right: 0 !important;
- margin-top: 80px !important; }
-
- .webinar-header {
- flex-direction: column;
- align-items: flex-start !important; }
- .webinar-header .upcoming-message h1 {
- font-size: 34px;
- margin-bottom: 20px; }
- .webinar-header .upcoming-message h1 br {
- display: none; }
- .webinar-header .webinar-list-items .webinar-item {
- margin-right: 15px;
- width: auto; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 32px; }
-
- .webinar-body .date-and-location {
- flex-direction: column;
- align-items: flex-start !important; }
- .webinar-body .date-and-location .date {
- margin-bottom: 8px; }
- .webinar-body .date-and-location .date span {
- font-size: 15px; }
- .webinar-body .webinar-speakers {
- overflow: auto; }
- .webinar-body .webinar-speakers .single-speaker {
- min-width: 130px; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .webinar-hero-area.mt-80.mr-100 {
- margin-right: 0 !important;
- margin-top: 80px !important; }
-
- .webinar-header {
- flex-direction: row;
- align-items: center !important; }
- .webinar-header .upcoming-message h1 {
- font-size: 34px;
- margin-bottom: 20px; }
- .webinar-header .upcoming-message h1 br {
- display: block; }
- .webinar-header .webinar-list-items .webinar-item {
- margin-right: 15px;
- width: auto; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 32px; }
-
- .webinar-body .date-and-location {
+ .cookie-wrapper .cookie-content {
+ justify-content: center;
flex-direction: column;
- align-items: flex-start !important; }
- .webinar-body .date-and-location .date {
- margin-bottom: 8px; }
- .webinar-body .date-and-location .date span {
- font-size: 15px; }
- .webinar-body .webinar-speakers {
- overflow: auto; }
- .webinar-body .webinar-speakers .single-speaker {
- min-width: 130px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .webinar-hero-area.mt-80.mr-100 {
- margin-right: 0 !important;
- margin-top: 80px !important; }
-
- .webinar-header {
- flex-direction: row;
- align-items: center !important; }
- .webinar-header .upcoming-message h1 {
- font-size: 34px;
- margin-bottom: 20px; }
- .webinar-header .upcoming-message h1 br {
- display: block; }
- .webinar-header .webinar-list-items .webinar-item {
- margin-right: 15px;
- width: auto; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 32px; }
-
- .webinar-body .webinar-title h1 {
- font-size: 22px; }
- .webinar-body .date-and-location {
- flex-direction: row;
- align-items: center !important; }
- .webinar-body .date-and-location .date {
- margin-bottom: 0px; }
- .webinar-body .date-and-location .date span {
- font-size: 15px; }
- .webinar-body .webinar-speakers {
- overflow: auto; }
- .webinar-body .webinar-speakers .single-speaker {
- min-width: 130px; } }
-@media screen and (min-width: 1408px) {
- .webinar-hero-area.mt-80.mr-100 {
- margin-right: 0 !important;
- margin-top: 80px !important; }
-
- .webinar-header .upcoming-message h1 {
- font-size: 48px; }
- .webinar-header .webinar-list-items .webinar-item {
- margin-right: 15px;
- width: 120px; }
- .webinar-header .webinar-list-items .webinar-item h2 {
- font-size: 32px; }
+ }
+ .cookie-wrapper .cookie-content p {
+ width: 100%;
+ text-align: center;
+ margin-bottom: 10px;
+ }
+}
+li.nav-item {
+ display: inline-block !important;
+ text-indent: 0 !important;
+ padding: 0px !important;
+}
- .webinar-body .webinar-title h1 {
- font-size: 28px; }
- .webinar-body .date-and-location {
- flex-direction: row;
- align-items: center !important; }
- .webinar-body .date-and-location .date {
- margin-bottom: 0px; }
- .webinar-body .date-and-location .date span {
- font-size: 15px; }
- .webinar-body .webinar-speakers {
- overflow: auto; }
- .webinar-body .webinar-speakers .single-speaker {
- min-width: 130px; } }
-.gallery-area {
- padding: 80px 0 60px; }
+li.nav-item:before {
+ display: none;
+}
-.gallery-wrapper {
- display: flex; }
- .gallery-wrapper .left-sidebar {
- width: calc(25% - 25px);
- margin-right: 25px;
- background-color: #fafafd;
- padding: 20px;
- border: 1px solid #e7e7e7;
- margin-top: -10px;
- border-top: none; }
- .gallery-wrapper .left-sidebar .left-sidebar-inner {
- display: block;
- position: sticky;
- top: 81px; }
- .gallery-wrapper .left-sidebar h4 {
- font-weight: 600;
- font-size: 18px;
- line-height: 130%;
- letter-spacing: -0.5px;
- margin-bottom: 15px;
- display: flex;
- align-items: center;
- justify-content: space-between; }
- .gallery-wrapper .left-sidebar h4 button {
- background-color: transparent;
- border: none;
- cursor: pointer;
- font-size: 18px;
- margin-right: -10px; }
- .gallery-wrapper .left-sidebar hr {
- margin-left: -20px;
- margin-right: -20px; }
- .gallery-wrapper .right-content {
- width: 75%; }
+.tabs.is-boxed a {
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0;
+}
-.tag.pointer {
- cursor: pointer; }
- .tag.pointer.underline {
- text-decoration: underline;
- border: none;
- background-color: transparent; }
+.tab-pane {
+ display: none;
+}
-.accordion.is-active .accordion-button i.fa {
- transform: rotate(-180deg); }
-.accordion.is-active .accordion-body {
- opacity: 1;
- visibility: visible;
- max-height: 200px;
- margin-bottom: 30px; }
-.accordion .accordion-body {
- opacity: 0;
- visibility: hidden;
- max-height: 0px;
- transition: 0.3s ease-in-out; }
+.tab-pane.show {
+ display: block;
+}
-.filter-items .accordion-header {
- display: flex;
+.nav-tabs a {
align-items: center;
- justify-content: space-between; }
- .filter-items .accordion-header .accordion-button {
- display: flex;
- justify-content: space-between;
- width: 100%;
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: 600;
- font-size: 13px;
- line-height: 100%;
- background-color: transparent;
- border: none;
- cursor: pointer;
- margin-bottom: 15px;
- padding-left: 0;
- padding-right: 0; }
- .filter-items .accordion-header .accordion-button i.fa {
- transition: 0.3s; }
-.filter-items .accordion-content .ac-single-checkbox {
- margin-bottom: 14px;
+ border-bottom-color: #dbdbdb;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ color: #4a4a4a;
display: flex;
- align-items: center; }
- .filter-items .accordion-content .ac-single-checkbox input {
- margin-right: 10px; }
- .filter-items .accordion-content .ac-single-checkbox label {
- font-family: "Roboto";
- line-height: 1;
- font-style: normal;
- font-weight: 400;
- font-size: 14px;
- line-height: 100%; }
+ justify-content: center;
+ margin-bottom: -1px;
+ padding: 0.5em 1em;
+ vertical-align: top;
+}
-.gallery-card {
+li.nav-item a {
display: block;
- border: 1px solid #e7e7e7;
- border-radius: 4px;
- transition: 0.3s ease-in-out;
- overflow: hidden;
- min-height: 346px; }
- .gallery-card.webinar-video {
- border: none;
- border-radius: 0px;
- min-height: 320px; }
- .gallery-card.webinar-video:hover {
- border: none; }
- .gallery-card.webinar-video:hover .card-body h1 {
- color: var(--ac-primary); }
- .gallery-card.webinar-video .card-thumbnail {
- border: 1px solid #e7e7e7;
- background-color: #f1f2f3; }
- .gallery-card.webinar-video .card-body {
- padding: 20px 0 0; }
- .gallery-card.webinar-video .card-body h1 {
- font-size: 18px;
- line-height: 150%;
- letter-spacing: 0;
- transition: 0.3s ease-in-out;
- margin: 0.5rem 0 1rem; }
- .gallery-card:hover {
- border: 1px solid var(--ac-primary); }
- .gallery-card:hover .gallery-body h1 {
- color: var(--ac-primary); }
- .gallery-card:hover .card-thumbnail .play-button {
- background-color: var(--ac-primary); }
- .gallery-card .card-thumbnail {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center; }
- .gallery-card .card-thumbnail img {
- height: 170px;
- object-fit: cover;
- width: 100%; }
- .gallery-card .card-thumbnail .play-button {
- position: absolute;
- display: flex;
- align-items: center;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- background: rgba(0, 0, 0, 0.3);
- justify-content: center;
- color: #fff;
- transition: 0.3s ease-in-out; }
- .gallery-card .card-thumbnail .play-button .material-icons-outlined {
- font-size: 28px; }
- .gallery-card .card-body {
- padding: 20px 20px; }
- .gallery-card .card-body .filtered-items span {
- margin-right: 0.8rem;
- font-weight: normal;
- font-size: 13px;
- color: #505050; }
- .gallery-card .card-body h1 {
- font-weight: 500;
- font-size: 16px;
- line-height: 130%;
- margin: 1rem 0 2rem;
- color: #171B1C;
- transition: 0.3s ease-in-out; }
- .gallery-card .card-body .meta-tag p {
- font-weight: normal;
- font-size: 13px;
- display: flex;
- align-items: center;
- color: #505050; }
- .gallery-card .card-body .meta-tag p .icon {
- width: 18px;
- margin-right: 8px; }
+ padding: 5px 20px;
+}
-.filtered-tags .tag {
- background-color: #fafafd;
- border: 1px solid #e7e7e7;
- height: 33px;
- padding: 0 1.1rem; }
- .filtered-tags .tag span {
- font-size: 13px;
- margin-left: 8px;
- cursor: pointer;
- padding: 9px;
- margin-right: -18px; }
+a.nav-link.active {
+ background-color: #ffffff;
+ border-left: 1px solid #dbdbdb;
+ border-right: 1px solid #dbdbdb;
+ border-top: 1px solid #dbdbdb;
+ border-bottom-color: transparent !important;
+ border-radius: 4px 4px 0 0;
+ position: relative;
+ z-index: 1;
+}
-.outlined-bg-buttons .button {
- background: #fafafd;
- border: 1px solid var(--ac-primary);
- font-size: 13px;
- letter-spacing: -0.5px;
- font-weight: 400;
- height: 33px;
+a.nav-link.active:after {
+ position: absolute;
+ content: "";
+ background: var(--ac-primary);
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 4px;
+ z-index: -1;
+ border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs {
+ align-items: center;
+ border-bottom-width: 1px;
+ display: flex;
+ flex-grow: 1;
+ flex-shrink: 0;
+ justify-content: flex-start;
+}
+
+.tab-content {
+ border: 1px solid #dbdbdb;
+ padding: 20px;
border-radius: 4px;
- color: var(--ac-primary); }
- .outlined-bg-buttons .button:hover {
- background-color: var(--ac-primary);
- color: #fff; }
- .outlined-bg-buttons .button span {
- font-size: 13px; }
+ margin-bottom: 15px;
+}
-.playlist-wrapper {
- margin-top: 60px; }
- .playlist-wrapper h4 {
- font-weight: 700;
- font-size: 18px;
- line-height: 130%;
- margin-bottom: 20px; }
- .playlist-wrapper .playlist-item {
- padding: 15px;
- display: flex;
- align-items: center;
- border: 1px solid #e7e7e7;
- transition: 0.3s ease-in-out;
- border-radius: 4px;
- margin-bottom: 20px; }
- .playlist-wrapper .playlist-item:last-child {
- margin-bottom: 0; }
- .playlist-wrapper .playlist-item:hover {
- background-color: #fafafd;
- border: 1px solid var(--ac-primary); }
- .playlist-wrapper .playlist-item .thumbnail {
- margin-right: 50px;
- display: flex; }
- .playlist-wrapper .playlist-item .thumbnail img {
- width: 190px;
- height: 190px;
- border-radius: 4px; }
- .playlist-wrapper .playlist-item .content {
- width: calc(100% - 240px); }
- .playlist-wrapper .playlist-item .content .categories {
- display: flex;
- align-items: center; }
- .playlist-wrapper .playlist-item .content .categories span {
- font-weight: 400;
- font-size: 13px;
- line-height: 100%;
- color: #505050;
- margin-bottom: 15px;
- margin-right: 15px;
- margin-bottom: 0; }
- .playlist-wrapper .playlist-item .content h2 {
- font-weight: 500;
- font-size: 16px;
- line-height: 130%; }
- .playlist-wrapper .playlist-item .content p {
- font-size: 14px;
- line-height: 160%;
- color: #515D63; }
- .playlist-wrapper .playlist-item .content button {
- font-weight: 500;
- font-size: 14px;
- line-height: 160%;
- text-decoration-line: underline;
- background: transparent;
- border: none;
- margin: 0;
- padding: 0;
- color: var(--ac-primary); }
+.tab-content h2 {
+ margin-top: 0;
+}
-.single-video-page .left-content .user-info-wrapper {
- display: flex;
+.button {
+ transition: 0.3s ease-in-out;
+}
+.button.ac-button {
+ border-color: var(--ac-primary);
+ border-radius: 0.125rem;
+ font-size: 0.875rem;
+ font-family: "Roboto", sans-serif;
+ letter-spacing: 0;
+ line-height: 1;
+ color: var(--ac-primary);
+ font-weight: 500;
+ padding: 0.5rem 1.5rem;
+ display: inline-flex;
align-items: center;
- margin-bottom: 20px; }
- .single-video-page .left-content .user-info-wrapper .image {
- margin-right: 15px; }
- .single-video-page .left-content .user-info-wrapper .user-info h5 {
- font-weight: 500;
- font-size: 16px;
- line-height: 19px;
- /* identical to box height */
- letter-spacing: 0.15px; }
- .single-video-page .left-content .user-info-wrapper .user-info p {
- font-weight: 400;
- font-size: 13px;
- line-height: 15px;
- letter-spacing: 0.15px;
- color: #414141; }
-.single-video-page .left-content .tags strong {
+ justify-content: center;
+ height: 46px;
+ gap: 4px;
+}
+@media screen and (max-width: 768px) {
+ .button.ac-button {
+ height: 44px;
+ }
+}
+.button.ac-button:focus-visible {
+ outline: none;
+}
+.button.ac-button:hover {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+ box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
+ transform: translateY(-2px);
+}
+.button.ac-button.is-disabled {
+ opacity: 0.5 !important;
+}
+.button.ac-button .ac-icon {
+ margin-left: 25px;
+ background-color: #ffffff;
+ color: var(--ac-primary);
+ padding: 2px 6px;
+ border-radius: 4px;
+ width: 28px;
+ height: 28px;
+}
+.button.ac-button.is-normal {
+ height: 45px;
+ font-size: 15px;
+ letter-spacing: 0px;
font-weight: 500;
- font-size: 16px;
- line-height: 19px;
- /* identical to box height */
- letter-spacing: 0.15px; }
-.single-video-page .left-content .video-description p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- margin-bottom: 15px; }
- .single-video-page .left-content .video-description p a {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: #4d4dcb; }
-.single-video-page .right-content {
- position: sticky;
- top: 81px; }
- .single-video-page .right-content .video-list-wrapper {
- background-color: #fafafd;
- border: 1px solid #e7e7e7;
- padding: 30px; }
- .single-video-page .right-content .video-list-wrapper h4 {
- font-weight: 600;
- font-size: 20px;
- line-height: 100%;
- margin-bottom: 15px; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video {
- display: flex;
- align-items: center;
- margin-bottom: 15px; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video:last-child {
- margin-bottom: 0; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video:hover .descriptions h5 {
- color: var(--ac-primary); }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .thumbnail {
- margin-right: 15px;
- height: 60px;
- width: 60px; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .thumbnail img {
- object-fit: cover; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions {
- width: calc(100% - 75px); }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions h5 {
- transition: 0.3s ease-in-out; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions h5 {
- font-size: 16px;
- line-height: 120%;
- /* or 19px */
- letter-spacing: 0.25px; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions p {
- font-weight: 400;
- font-size: 13px;
- line-height: 150%;
- color: #191536; }
+ padding-left: 25px;
+ padding-right: 25px;
+}
+.button.ac-button.is-medium {
+ height: 58px;
+ font-size: 18px;
+ padding-left: 45px;
+ padding-right: 45px;
+}
+@media screen and (min-width: 1024px) {
+ .button.ac-button.is-medium {
+ height: 48px;
+ padding-left: 24px;
+ padding-right: 24px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .button.ac-button.is-medium {
+ height: 48px;
+ padding-left: 24px;
+ padding-right: 24px;
+ }
+}
+.button.ac-button.is-transparent {
+ padding: 0;
+ height: auto;
+ border: none;
+ font-size: 14px;
+ font-weight: 500;
+ background-color: transparent;
+ color: #171B1C;
+}
+.button.ac-button.is-transparent:hover {
+ box-shadow: none !important;
+}
+.button.ac-button.is-transparent.is-primary {
+ background-color: transparent;
+ color: var(--ac-primary);
+}
+.button.ac-button.is-transparent.is-primary:hover {
+ background-color: transparent;
+ color: var(--ac-primary);
+}
+.button.ac-button.is-transparent.is-danger {
+ background-color: transparent;
+ color: #ff3729;
+}
+.button.ac-button.is-transparent.is-danger:hover {
+ background-color: transparent;
+ color: #ff3729;
+}
+.button.ac-button.is-transparent.is-small {
+ letter-spacing: 0px;
+ font-size: 13px;
+}
+.button.ac-button.is-transparent:focus {
+ box-shadow: none;
+ outline: none;
+}
+.button.ac-button.is-white {
+ background-color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-white:hover {
+ color: var(--ac-primary);
+ opacity: 0.9;
+}
+.button.ac-button.is-primary {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-primary:hover {
+ background-color: var(--ac-primary);
+}
+.button.ac-button.is-primary:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-primary.is-light {
+ background-color: var(--ac-primary);
+ color: var(--ac-primary);
+}
+.button.ac-button.is-primary.is-light.is-border {
+ border: 1px solid var(--ac-primary);
+}
+.button.ac-button.is-primary.is-light:hover {
+ background-color: var(--ac-primary);
+}
+.button.ac-button.is-primary.is-outlined {
+ background-color: transparent;
+ border: 1px solid var(--ac-primary);
+ color: var(--ac-primary);
+}
+.button.ac-button.is-primary.is-outlined:hover {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+}
+.button.ac-button.is-primary {
+ background: linear-gradient(to left, hsl(149, 100%, 33%), hsl(149, 50%, 33%)) !important;
+}
+.button.ac-button.is-link {
+ background-color: #0aafff;
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-link:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-link.is-light {
+ color: #0aafff;
+}
+.button.ac-button.is-link.is-light.is-border {
+ border: 1px solid #0aafff;
+}
+.button.ac-button.is-link.is-outlined {
+ background-color: transparent;
+ border: 1px solid #0aafff;
+ color: #0aafff;
+}
+.button.ac-button.is-link.is-outlined:hover {
+ background-color: #0aafff;
+ color: #ffffff;
+}
+.button.ac-button.is-info {
+ background-color: #0aafff;
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-info:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-info.is-light {
+ color: #0aafff;
+}
+.button.ac-button.is-info.is-light.is-border {
+ border: 1px solid #0aafff;
+}
+.button.ac-button.is-info.is-outlined {
+ background-color: transparent;
+ border: 1px solid #0aafff;
+ color: #0aafff;
+}
+.button.ac-button.is-info.is-outlined:hover {
+ background-color: #0aafff;
+ color: #ffffff;
+}
+.button.ac-button.is-success {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-success:hover {
+ background-color: var(--ac-primary);
+}
+.button.ac-button.is-success:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-success.is-light {
+ background-color: var(--ac-primary);
+ color: var(--ac-primary);
+}
+.button.ac-button.is-success.is-light.is-border {
+ border: 1px solid var(--ac-primary);
+}
+.button.ac-button.is-success.is-light:hover {
+ background-color: var(--ac-primary);
+}
+.button.ac-button.is-success.is-outlined {
+ background-color: transparent;
+ border: 1px solid var(--ac-primary);
+ color: var(--ac-primary);
+}
+.button.ac-button.is-success.is-outlined:hover {
+ background-color: var(--ac-primary);
+ color: #ffffff;
+}
+.button.ac-button.is-warning {
+ background-color: #ff8000;
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-warning:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-warning.is-light {
+ color: #ff8000;
+}
+.button.ac-button.is-warning.is-light.is-border {
+ border: 1px solid #ff8000;
+}
+.button.ac-button.is-warning.is-outlined {
+ background-color: transparent;
+ border: 1px solid #ff8000;
+ color: #ff8000;
+}
+.button.ac-button.is-warning.is-outlined:hover {
+ background-color: #ff8000;
+ color: #ffffff;
+}
+.button.ac-button.is-danger {
+ background-color: #ff3729;
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-danger:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-danger.is-light {
+ color: #ff3729;
+}
+.button.ac-button.is-danger.is-light.is-border {
+ border: 1px solid #ff3729;
+}
+.button.ac-button.is-danger.is-outlined {
+ background-color: transparent;
+ border: 1px solid #ff3729;
+ color: #ff3729;
+}
+.button.ac-button.is-danger.is-outlined:hover {
+ background-color: #ff3729;
+ color: #ffffff;
+}
+.button.ac-button.is-green {
+ background-color: #158748;
+ color: #ffffff;
+ border: none;
+}
+.button.ac-button.is-green:focus-visible {
+ outline: none;
+}
+.button.ac-button.is-green.is-light {
+ color: #158748;
+}
+.button.ac-button.is-green.is-light.is-border {
+ border: 1px solid #158748;
+}
+.button.ac-button.is-green.is-outlined {
+ background-color: transparent;
+ border: 1px solid #158748;
+ color: #158748;
+}
+.button.ac-button.is-green.is-outlined:hover {
+ background-color: #158748;
+ color: #ffffff;
+}
+.button .icon {
+ width: 1.2em;
+ height: 1.2em;
+}
-.video-content {
- margin-bottom: 20px;
- width: 100%;
- height: 0;
- position: relative;
- padding-top: 56.25%; }
- .video-content iframe {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- border: 0; }
+.readmore-button {
+ margin: 0;
+ padding: 0;
+ font-size: 0.875rem;
+ color: #515D63;
+ font-weight: 500;
+ border: none;
+ background: transparent;
+ display: flex;
+ align-items: center;
+ cursor: pointer;
+ line-height: 1;
+ transition: 0.3s ease-in-out;
+}
+.readmore-button .material-icons-outlined {
+ font-size: 0.875rem;
+ margin-left: 10px;
+ transition: 0.3s ease-in-out;
+}
-.video-title h1 {
- font-weight: 700;
- font-size: 24px;
- line-height: 130%;
- letter-spacing: 0.25px;
- margin-bottom: 20px; }
+.testimonial-area {
+ padding: 60px 0 60px;
+}
+.testimonial-area .section-title h2 {
+ font-size: 48px;
+ text-align: left;
+}
+.testimonial-area .section-title p {
+ font-size: 18px;
+ text-align: left;
+}
+.testimonial-area .single-testimonial-item {
+ background: #ffffff;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
+ border-radius: 4px;
+ padding: 50px 40px;
+ min-height: 460px;
+}
+.testimonial-area .single-testimonial-item .user-info-wrapper {
+ display: flex;
+ align-items: center;
+ margin-bottom: 1rem;
+}
+.testimonial-area .single-testimonial-item .user-info-wrapper .image {
+ margin-right: 1.2rem;
+}
+.testimonial-area .single-testimonial-item .user-info-wrapper .image img {
+ height: 100%;
+}
+.testimonial-area .single-testimonial-item .user-info-wrapper .user-info .name {
+ font-weight: bold;
+ color: #171B1C;
+ font-size: 22px;
+ line-height: 1;
+ line-height: 160%;
+}
+.testimonial-area .single-testimonial-item .user-info-wrapper .user-info p {
+ font-size: 14px;
+ line-height: 160%;
+ color: #a6abbd;
+}
+.testimonial-area .single-testimonial-item p {
+ font-size: 1rem;
+ line-height: 160%;
+}
+.testimonial-area .owl-carousel .owl-stage-outer {
+ padding: 40px 0px;
+}
-@keyframes waves {
- 0% {
- -webkit-transform: scale(0.2, 0.2);
- transform: scale(0.2, 0.2);
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
- 50% {
- opacity: 0.9;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
- 100% {
- -webkit-transform: scale(0.9, 0.9);
- transform: scale(0.9, 0.9);
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
-.fa-play:before {
- content: "\f04b"; }
+.arrows {
+ display: flex;
+ width: 136px;
+ justify-content: space-between;
+}
+.arrows .button {
+ width: 60px;
+ height: 60px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: #ffffff;
+ border: 1px solid #e7e7e7;
+}
+.arrows .button:hover .material-icons-outlined {
+ transform: scale(1.2);
+ color: var(--ac-primary);
+}
+.arrows .button .material-icons-outlined {
+ transition: 0.3s ease-in-out;
+ font-size: 18px;
+}
/****************************************
Responsive Classes
*****************************************/
@media screen and (max-width: 768px) {
- .gallery-wrapper .left-sidebar {
- width: calc(100vw - 40px);
- z-index: 9;
- position: fixed;
- left: -110%;
- height: 100%;
- overflow-y: auto;
- transition: 0.3s ease-in-out; }
- .gallery-wrapper .left-sidebar .left-sidebar-inner {
- top: 0; }
- .gallery-wrapper .right-content {
- width: 100%; }
-
- .filtered-tags .tag {
- padding: 0 0.3rem; }
- .filtered-tags .tag span {
- margin-right: 0;
- padding: 6px;
- margin-left: 0; }
-
- .outlined-bg-buttons {
- justify-content: flex-end; }
- .outlined-bg-buttons .button {
- margin-right: 10px; }
- .outlined-bg-buttons .button:last-child {
- margin-right: 0; }
-
- .playlist-wrapper .playlist-item {
- flex-direction: column;
- align-items: flex-start; }
- .playlist-wrapper .playlist-item .thumbnail {
- margin-right: 0;
- margin-bottom: 15px; }
- .playlist-wrapper .playlist-item .thumbnail img {
- width: 100%;
- height: auto; }
- .playlist-wrapper .playlist-item .content {
- width: 100%; }
-
- .gallery-card .card-thumbnail img {
- height: 100%; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .gallery-card {
- min-height: 280px; }
- .gallery-card .card-thumbnail img {
- height: 150px; }
- .gallery-card .card-body {
- padding: 10px; }
- .gallery-card .card-body h1 {
- margin: 0.5rem 0 1rem; }
- .gallery-card .card-body .meta-tag p {
- font-size: 13px; }
-
- .single-video-page .right-content .video-list-wrapper h4 {
- font-size: 16px; }
- .single-video-page .right-content .video-list-wrapper .video-list-items .single-video .descriptions {
- font-size: 14px; } }
+ .testimonial-area {
+ padding-top: 30px;
+ }
+ .testimonial-area .section-title {
+ text-align: center;
+ }
+ .testimonial-area .section-title h2 {
+ font-size: 32px;
+ }
+ .testimonial-area .owl-carousel .owl-stage-outer {
+ padding: 0 !important;
+ }
+ .testimonial-area .arrows {
+ width: 96px;
+ margin: 0 auto;
+ margin-top: 30px;
+ }
+ .testimonial-area .arrows .button {
+ width: 40px;
+ height: 40px;
+ }
+ .testimonial-area .single-testimonial-item {
+ padding: 30px;
+ min-height: auto;
+ }
+ .testimonial-area .single-testimonial-item .user-info-wrapper .user-info h6 {
+ font-size: 20px;
+ }
+ .testimonial-area .single-testimonial-item .user-info-wrapper .user-info {
+ text-align: left;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .testimonial-area .section-title h2 {
+ font-size: 38px;
+ }
+ .testimonial-area .single-testimonial-item {
+ padding: 30px 30px;
+ min-height: 310px;
+ }
+}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .gallery-card {
- min-height: 290px; }
- .gallery-card .card-thumbnail img {
- height: 150px; }
- .gallery-card .card-body {
- padding: 10px; }
- .gallery-card .card-body h1 {
- margin: 0.5rem 0 1rem; }
- .gallery-card .card-body .meta-tag p {
- font-size: 13px; } }
+ .testimonial-area .section-title h2 {
+ font-size: 38px;
+ }
+ .testimonial-area .single-testimonial-item {
+ min-height: 310px;
+ padding: 30px;
+ }
+}
@media screen and (min-width: 1408px) {
- .gallery-card {
- min-height: 290px; }
- .gallery-card .card-thumbnail img {
- height: 150px; }
- .gallery-card .card-body {
- padding: 10px; }
- .gallery-card .card-body h1 {
- margin: 0.5rem 0 1rem; }
- .gallery-card .card-body .meta-tag p {
- font-size: 13px; } }
-.navbar-area {
+ .testimonial-area .single-testimonial-item {
+ padding: 30px;
+ }
+ .testimonial-area .single-testimonial-item .user-info-wrapper .user-info h5 {
+ font-size: 18px;
+ }
+}
+.features-area .features-image {
position: relative;
- z-index: 99;
- background-color: #ffffff; }
-
-.navbar-appscode-wrapper {
+ z-index: 1;
+}
+.features-area .features-image img {
+ border-radius: 4px;
+}
+.features-area .features-image .check-list {
+ position: absolute;
+ top: 60px;
+ left: -150px;
+ left: -150px;
+}
+.features-area .features-description h2 {
+ line-height: 130%;
+}
+.features-area .features-description h1 {
+ font-style: normal;
+ font-weight: bold;
+ font-size: 34px;
+ line-height: 130%;
+ letter-spacing: -0.57px;
+ margin-bottom: 1rem;
+}
+.features-area .features-description p {
+ font-size: 1rem;
+ margin-bottom: 15px;
+ text-align: justify;
+}
+.features-area .features-description p strong {
+ color: #171B1C;
+ font-weight: 500;
+}
+.features-area h3 {
+ margin-bottom: 1rem;
+ font-weight: 800;
+}
+.features-area .check-list {
background-color: #ffffff;
- border-bottom: 1px solid #e7e7e7; }
- .navbar-appscode-wrapper.navbar-product {
- background-color: #fafafd;
- will-change: transform;
- transition: transform 200ms linear; }
- .navbar-appscode-wrapper.navbar-product .mega-menu-wrapper {
- top: 57px; }
- .navbar-appscode-wrapper.navbar-product .navbar-left .navbar-brand a img {
- height: 1.58rem; }
- .navbar-appscode-wrapper.navbar-product .buttons.has-addons .button {
- font-size: 14px; }
-
-.navbar-appscode {
+ padding: 30px 40px;
+ width: 300px;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
+ border-radius: 0.5rem;
+}
+.features-area .check-list li {
display: flex;
align-items: center;
- justify-content: space-between;
- padding: 0.5rem 1.25rem; }
- .navbar-appscode.container {
- padding: 0.5rem 0; }
- .navbar-appscode.container .mega-menu-wrapper {
- width: calc(100% + 100%);
- left: -50%;
- min-height: 525px; }
- @media screen and (max-width: 1023px) {
- .navbar-appscode.container .mega-menu-wrapper {
- min-height: auto; } }
- .navbar-appscode .navbar-right .button.ac-button {
- height: 40px; }
- .navbar-appscode.documentation-menu {
- margin-left: 349px;
- background-color: #ffffff;
- border-left: 1px solid #e7e7e7; }
- .navbar-appscode.documentation-menu .mega-menu-wrapper {
- top: 104px; }
- .navbar-appscode.documentation-menu .navbar-right {
- width: 100%;
- justify-content: space-between; }
- .navbar-appscode.documentation-menu .navbar-right .ac-searchbar {
- width: 49%; }
- .navbar-appscode.documentation-menu ul .nav-item .link.is-active {
- position: relative;
- z-index: 1; }
- .navbar-appscode.documentation-menu ul .nav-item .link.is-active:after {
- position: absolute;
- content: "";
- left: 0;
- bottom: -8px;
- width: 100%;
- height: 4px;
- background: var(--ac-primary);
- border-radius: 3px 3px 0 0; }
- .navbar-appscode .navbar-left {
- display: flex;
- align-items: center; }
- .navbar-appscode .navbar-left .navbar-brand {
- min-height: auto;
- align-items: center;
- margin-right: 3.8rem; }
- .navbar-appscode .navbar-left .navbar-brand a {
- display: flex;
- align-items: center; }
- .navbar-appscode .navbar-left .navbar-brand a img {
- height: 1.875rem; }
- .navbar-appscode .navbar-right {
- display: flex;
- align-items: center;
- width: calc(100% - 200px);
- justify-content: flex-end; }
- .navbar-appscode .navbar-right .navbar-left-group {
- display: flex;
- align-items: center; }
- @media (min-width: 0px) and (max-width: 1023px) {
- .navbar-appscode .navbar-right .navbar-left-group {
- align-items: flex-start; } }
- .navbar-appscode .navbar-right .navbar-right-group {
- display: flex;
- align-items: center;
- gap: 32px; }
- .navbar-appscode .navbar-right .navbar-right-group ul {
- display: flex;
- margin-left: 16px; }
- @media screen and (max-width: 1023px) {
- .navbar-appscode .navbar-right .navbar-right-group ul {
- margin-left: 0; } }
- .navbar-appscode .navbar-right .navbar-right-group .buttons iframe {
- transition: 0.3s ease-in-out; }
- .navbar-appscode .navbar-right .navbar-right-group .buttons iframe:hover {
- box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
- transform: translateY(-2px); }
- .navbar-appscode .navbar-right .navbar-right-group .buttons .button:has(.tag) {
- gap: 4px; }
- .navbar-appscode .navbar-right .navbar-right-group .buttons .button .tag {
- background-color: var(--ac-primary);
- color: #ffffff; }
- @media (min-width: 0px) and (max-width: 1023px) {
- .navbar-appscode .navbar-right .navbar-right-group {
- flex-direction: column;
- align-items: flex-start;
- gap: 16px;
- width: 100%; }
- .navbar-appscode .navbar-right .navbar-right-group .buttons {
- width: 100%; }
- .navbar-appscode .navbar-right .navbar-right-group .buttons .button {
- width: 100%;
- margin-right: 0; } }
- .navbar-appscode ul .nav-item {
- margin-right: 2.5rem; }
- .navbar-appscode ul .nav-item.is-active .link {
- color: var(--ac-primary); }
- .navbar-appscode ul .nav-item.is-active .link i.fa {
- transform: rotate(-180deg); }
- .navbar-appscode ul .nav-item.is-active .mega-menu-wrapper {
- display: block !important; }
- .navbar-appscode ul .nav-item:last-child {
- margin-right: 0; }
- .navbar-appscode ul .nav-item .link {
- font-size: 0.875rem;
- line-height: 1;
- color: #171B1C;
- font-weight: 500;
- font-family: "Roboto", sans-serif;
- border: none;
- background-color: transparent;
- cursor: pointer;
- margin: 0;
- padding: 0.5rem 0;
- transition: 0.3s ease-in-out;
- position: relative;
- z-index: 1;
- display: flex; }
- .navbar-appscode ul .nav-item .link.is-active {
- color: var(--ac-primary); }
- .navbar-appscode ul .nav-item .link:hover {
- color: var(--ac-primary); }
- .navbar-appscode ul .nav-item .link .fa {
- transition: 0.3s ease-in-out;
- margin-left: 0.625rem; }
-
-.whats-new {
- position: absolute;
- z-index: 1;
- top: -10px;
- right: -30px;
- font-size: 0.8rem;
- color: #ffffff;
- padding: 0.2rem 0.3rem;
- line-height: 1.2;
- display: none; }
- .whats-new:before {
- content: "";
- position: absolute;
- z-index: -1;
- left: 50%;
- top: 50%;
- transform: translateX(-50%) translateY(-50%);
- display: block;
- width: 2rem;
- height: 1rem;
- background: var(--ac-primary);
- border-radius: 2px;
- animation: pulse-border 1500ms ease-out infinite; }
- .whats-new:after {
- content: "";
- position: absolute;
- z-index: -1;
- left: 50%;
- top: 50%;
- transform: translateX(-50%) translateY(-50%);
- display: block;
- width: 2rem;
- height: 1rem;
- background: var(--ac-primary);
- transition: all 200ms; }
-@keyframes pulse-border {
- 0% {
- transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
- opacity: 1; }
- 100% {
- transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
- opacity: 0; } }
-.ac-grid-container {
- max-width: 1344px;
- margin: 0 auto;
- padding: 0 0.5rem; }
-
-.mega-menu-wrapper {
- display: none;
- background: #ffffff;
- position: absolute;
- z-index: 9;
- min-width: 300px;
- padding: 1rem 0;
- position: absolute;
- width: 100%;
- left: 0;
- top: 61px; }
- .mega-menu-wrapper .mega-menu-inner {
- overflow: hidden; }
- .mega-menu-wrapper .mega-menu-inner .product-menu {
- display: grid;
- grid-template-columns: auto auto;
- width: 60%;
- float: left; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list {
- grid-template-columns: auto auto auto; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product {
- grid-template-columns: 40px auto 1.5rem;
- width: 100%;
- padding: 0.7rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .product-logo {
- height: 40px;
- width: 40px; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .product-logo img {
- height: 1.5rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list .single-product .navigate-icon .icon {
- width: 1rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product {
- display: grid;
- grid-template-columns: 3.75rem auto 1.5rem;
- padding: 1rem;
- align-items: center;
- width: 100%;
- grid-gap: 1rem;
- border-radius: 0.25rem;
- transition: 0.3s ease-in-out;
- cursor: pointer; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product:hover, .mega-menu-wrapper .mega-menu-inner .product-menu .single-product.is-active {
- background-color: #4d4dcb0d; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product:hover .navigate-icon .icon, .mega-menu-wrapper .mega-menu-inner .product-menu .single-product.is-active .navigate-icon .icon {
- opacity: 1;
- visibility: visible; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo {
- height: 60px;
- width: 60px;
- display: flex;
- align-items: center;
- justify-content: center;
- background: #e9e9fc;
- border-radius: 0.25rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo img {
- height: 2.5rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-info h2 {
- font-size: 1rem;
- letter-spacing: 0.009rem;
- color: #171B1C;
- font-weight: 500; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-info p {
- font-size: 0.813rem;
- color: #636363;
- line-height: 140%;
- letter-spacing: 0.025rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon {
- text-align: right;
- display: flex;
- justify-content: center;
- align-items: center; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon .icon {
- width: 1.2rem;
- color: var(--ac-primary);
- opacity: 0;
- visibility: hidden;
- transition: 0.3s ease-in-out; }
- .mega-menu-wrapper .mega-menu-inner .product-description {
- margin-left: 1rem;
- float: left;
- border-left: 1px solid #e7e7e7;
- padding-left: 4rem;
- max-width: 36%;
- opacity: 0;
- display: none;
- visibility: hidden;
- transition: 0.3s ease-in-out;
- animation: fadeIn 0.2s ease-in-out; }
- .mega-menu-wrapper .mega-menu-inner .product-description.is-block {
- opacity: 1;
- visibility: visible; }
- .mega-menu-wrapper .mega-menu-inner .product-description .brand {
- margin-bottom: 1rem; }
- .mega-menu-wrapper .mega-menu-inner .product-description .brand img {
- height: 1.5rem; }
- .mega-menu-wrapper .mega-menu-inner .product-description p {
- font-size: 0.875rem;
- color: #515D63;
- line-height: 160%;
- margin-bottom: 1rem; }
- .mega-menu-wrapper .mega-menu-inner .product-description .features li {
- font-size: 0.813rem;
- color: #171B1C;
- display: flex;
- align-items: center;
- margin-bottom: 15px; }
- .mega-menu-wrapper .mega-menu-inner .product-description .features li .material-icons {
- font-size: 1rem;
- margin-right: 0.6rem;
- color: var(--ac-primary); }
+ font-size: 1rem;
+ margin-bottom: 0.8rem;
+}
+.features-area .check-list li:last-child {
+ margin-bottom: 0;
+}
+.features-area .check-list li span {
+ font-size: 18px;
+ margin-right: 0.8rem;
+ color: var(--ac-primary);
+}
-.back-button {
- display: none !important;
+.single-features-item {
+ padding: 20px 20px;
+ display: grid;
+ grid-gap: 20px;
+ grid-template-columns: 3.75rem auto;
+ border: 1px solid #e7e7e7;
+ border-radius: 2px;
+ min-height: 126px;
+}
+.single-features-item:hover .readmore-button {
+ letter-spacing: 0;
+ color: var(--ac-primary);
+}
+.single-features-item:hover .readmore-button .material-icons-outlined {
+ margin-left: 20px;
+}
+.single-features-item .feature-icon {
+ width: 3.75rem;
+ height: 3.75rem;
+ background-color: #f1f1f9;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 2px;
+}
+.single-features-item .feature-icon img {
+ height: 30px;
+}
+.single-features-item .feature-information h5 {
+ font-size: 20px;
+ margin-bottom: 5px;
+}
+.single-features-item .feature-information p {
+ font-size: 0.875rem;
+ line-height: 160%;
+ transition: 0.3s ease-in-out;
color: #515D63;
- margin-bottom: 10px !important;
- background-color: transparent; }
+}
-.button.ac-button.inline-button {
- border: none;
- height: auto;
- margin: 0;
- padding: 0.5rem 0;
- display: inline-flex;
+.features-area .single-feature-image {
+ display: flex;
align-items: center;
- justify-content: flex-start; }
- .button.ac-button.inline-button:hover {
- background-color: transparent;
- border: none;
- color: var(--ac-primary); }
- .button.ac-button.inline-button:hover .material-icons {
- margin-left: 1rem; }
- .button.ac-button.inline-button .material-icons {
- font-size: 1rem;
- margin-left: 0.5rem;
- transition: 0.3s ease-in-out; }
+}
+.features-area .single-feature-image img {
+ max-width: 400px;
+}
+.features-area p {
+ text-align: justify;
+}
-.linkable-nav-items {
- width: 500px;
- float: left; }
- .linkable-nav-items ul {
- display: grid;
- grid-template-columns: auto auto;
- grid-gap: 0.5rem; }
- .linkable-nav-items ul li {
- width: 250px; }
- .linkable-nav-items ul li a {
- display: inline-flex;
- align-items: center;
- font-size: 0.875rem;
- letter-spacing: 0.009rem;
- color: #171B1C;
- font-weight: 500;
- transition: 0.3s;
- padding-left: 0; }
- .linkable-nav-items ul li a:hover {
- color: var(--ac-primary); }
- .linkable-nav-items ul li a:hover span:last-child {
- padding-left: 1rem; }
- .linkable-nav-items ul li a span {
- display: flex;
- align-items: center;
- font-size: 1rem; }
- .linkable-nav-items ul li a span:last-child {
- padding-left: 0.5rem; }
- .linkable-nav-items ul li a span img {
- height: 1rem;
- margin-right: 1rem; }
+.features-area .features-thumbnail {
+ max-width: 80%;
+ border-radius: 4px;
+ overflow: hidden;
+ display: flex;
+}
+.features-area .features-thumbnail.has-text-right {
+ margin-left: auto;
+ margin-right: 0;
+}
-.resources-list {
- display: grid;
- grid-template-columns: auto auto auto auto;
- grid-gap: 2rem; }
- .resources-list .list-items h2 {
- font-weight: 500;
- position: relative;
- font-size: 0.875rem;
- z-index: 1;
- display: inline-block;
- letter-spacing: 1.2px; }
- .resources-list .list-items ul {
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .features-area .features-image .check-list {
+ top: 30px;
+ left: 50%;
+ margin-left: -150px;
+ padding: 30px;
+ }
+ .features-area .buttons {
+ justify-content: center;
+ }
+ .features-area .features-description {
+ text-align: center;
+ }
+ .features-area .features-description h2 {
+ margin-bottom: 10px;
+ }
+ .features-area .features-description h1 {
+ font-size: 28px;
+ }
+ .features-area .features-description p {
+ text-align: center;
+ }
+ .features-area h3 {
+ font-size: 1.5rem;
+ margin-bottom: 0.5rem;
+ text-align: center;
+ }
+ .features-area p {
+ text-align: center;
+ }
+ .single-features-item {
+ grid-template-columns: auto;
+ grid-gap: 10px;
+ text-align: center;
+ }
+ .single-features-item .feature-icon {
+ margin: 0 auto;
+ }
+ .single-features-item .readmore-button {
+ text-align: left;
margin: 0;
- padding: 0;
- list-style: none; }
- .resources-list .list-items ul li a {
- font-size: 0.875rem;
- padding: 0.6rem 0;
- color: #171B1C;
- display: inline-block;
- line-height: 1;
- transition: 0.3s ease-in-out;
- font-weight: 500; }
- .resources-list .list-items ul li a span {
- font-size: 14px; }
- .resources-list .list-items ul li a:hover {
- color: var(--ac-primary);
- text-decoration: underline; }
-
-.press-wrapper .single-press {
+ }
+ .features-area .features-thumbnail {
+ margin: 0 auto;
+ max-width: 100%;
+ }
+ .features-area .features-thumbnail.has-text-right {
+ margin-right: auto;
+ }
+ .single-features-item .feature-icon {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 4px;
+ }
+ .single-features-item .feature-icon img {
+ height: 24px;
+ }
+ .single-features-item .feature-information {
+ text-align: left;
+ }
+ .single-features-item .feature-information h5 {
+ font-size: 18px;
+ margin-bottom: 5px;
+ line-height: 1.3;
+ }
+ .features-area .features-thumbnail {
+ margin: 0 auto;
+ }
+ .features-area .features-thumbnail.has-text-right {
+ margin-right: auto;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .single-features-item {
+ grid-template-columns: auto;
+ grid-gap: 10px;
+ text-align: center;
+ }
+ .single-features-item .feature-icon {
+ margin: 0 auto;
+ }
+ .single-features-item .feature-information h5 {
+ font-size: 18px;
+ }
+ .features-area .features-image .check-list {
+ left: 50%;
+ margin-left: -150px;
+ padding: 30px;
+ }
+ .features-area .features-thumbnail {
+ margin: 0 auto;
+ }
+ .features-area .features-thumbnail.has-text-right {
+ margin-right: auto;
+ }
+ .readmore-button {
+ text-align: center;
+ margin: 0 auto;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .features-area .features-image .check-list {
+ left: 50%;
+ margin-left: -150px;
+ }
+ .features-area .features-description {
+ font-size: 28px;
+ }
+ .features-area h3 {
+ font-size: 28px;
+ margin-bottom: 0.8rem;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .features-area .features-description h1 {
+ font-size: 32px;
+ }
+ .features-area .features-image .check-list {
+ top: 30px;
+ }
+ .single-features-item {
+ padding: 20px;
+ min-height: 126px;
+ }
+ .single-features-item .feature-information h5 {
+ font-size: 16px;
+ margin-bottom: 0;
+ line-height: 130%;
+ }
+}
+.ac-accordion-wrapper.is-marginless .single-accordion-item {
margin: 0;
padding: 0;
- margin-bottom: 1.5rem;
+}
+.ac-accordion-wrapper.is-marginless .single-accordion-item .accordion-heading {
+ padding: 10px 20px;
+ position: relative;
+ z-index: 1;
+}
+.ac-accordion-wrapper.is-marginless .single-accordion-item .accordion-heading::after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 4px;
+ height: 100%;
+ background-color: var(--ac-primary);
+}
+.ac-accordion-wrapper .single-accordion-item {
+ background-color: #fff;
+ border: 1px solid #E8E9EA;
+ padding: 12px 20px;
+ margin-bottom: 15px;
+ border-radius: 4px;
+}
+.ac-accordion-wrapper .single-accordion-item:last-child {
+ margin-bottom: 0;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-heading {
display: flex;
align-items: center;
- transition: 0.3s; }
- .press-wrapper .single-press:hover h6 {
- color: var(--ac-primary); }
- .press-wrapper .single-press .calender {
- text-align: center;
- height: 90px;
- display: inline-flex;
- align-items: center;
- justify-content: flex-start;
- flex-direction: column;
- margin-right: 1rem;
- border-radius: 4px; }
- .press-wrapper .single-press .calender .date {
- width: 84px;
- height: 45px;
- background-color: #9dffcd;
- font-style: normal;
- font-weight: 500;
- font-size: 28px;
- line-height: 140%;
- letter-spacing: 0.4px;
- color: var(--ac-primary);
- align-items: center;
- display: flex;
- justify-content: center; }
- .press-wrapper .single-press .calender .month {
- width: 84px;
- height: 45px;
- background: #ccffe5;
- font-family: Roboto;
- font-style: normal;
- font-weight: 300;
- font-size: 18px;
- line-height: 140%;
- letter-spacing: 0.4px;
- color: var(--ac-primary);
- align-items: center;
- display: flex;
- justify-content: center; }
- .press-wrapper .single-press .description {
- max-width: 327px; }
- .press-wrapper .single-press .description h6 {
- font-size: 1rem;
- margin-bottom: 0px;
- letter-spacing: 0;
- font-weight: 500;
- display: block; }
- .press-wrapper .single-press .description h6:after {
- position: inherit; }
- .press-wrapper .single-press .description .author {
- font-weight: 400;
- font-size: 0.875rem;
- letter-spacing: 0.4px;
- margin-bottom: 0.5rem;
- display: block;
- color: #1c1c1c; }
- .press-wrapper .single-press .description p {
- font-size: 0.875rem;
- color: #636363;
- line-height: 150%; }
-.press-wrapper .button.inline-button {
- margin-left: 100px !important; }
+ justify-content: space-between;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-heading h3 {
+ cursor: pointer;
+ font-size: 16px;
+ font-weight: 700;
+ color: #1C1C1C;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-heading h4 {
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 20px;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-heading button {
+ font-size: 12px;
+ letter-spacing: 0.1px;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-heading .icon {
+ width: 24px;
+ height: 24px;
+ border: 1px solid #e7e7e7;
+ line-height: 16px;
+ font-size: 12px;
+ border-radius: 50%;
+ cursor: pointer;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-body {
+ max-height: 0;
+ transition: max-height 0.2s ease-out;
+ overflow: hidden;
+ padding: 0;
+}
+.ac-accordion-wrapper .single-accordion-item .accordion-body p {
+ padding-top: 3px;
+ font-size: 15px;
+ color: #393E46;
+}
-.community-items {
+.cta-area {
+ margin-bottom: 60px;
+ position: relative;
+ z-index: 1;
+}
+.cta-area .cta-area-inner {
+ padding: 20px 50px;
+ background-size: cover;
+ background-position: center;
+ border-radius: 8px;
display: flex;
- align-items: center; }
- .community-items .community-item {
- border: 1px solid #636363;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 2px;
- width: 2.5rem;
- height: 2.5rem;
- margin-right: 0.5rem;
- transition: 0.3s; }
- .community-items .community-item:hover {
- background-color: var(--ac-primary);
- border-color: var(--ac-primary); }
- .community-items .community-item:hover img {
- filter: brightness(10); }
- .community-items .community-item:last-child {
- margin-right: 0; }
-
-.responsive-menu {
- background-color: var(--ac-primary); }
- .responsive-menu .button {
- border: none;
- padding-left: 0;
- padding-right: 0;
- font-size: 14px;
- font-weight: 500;
- background-color: transparent;
- color: #ffffff; }
- .responsive-menu .button.is-active {
- color: #d2d2d2; }
-
-.product-version .dropdown .dropdown-trigger .button {
- font-size: 0.813rem;
- width: 210px;
- height: 2rem;
- border-radius: 2px;
- padding: 2px 15px;
- color: #171B1C;
- border: 1px solid #e7e7e7; }
- .product-version .dropdown .dropdown-trigger .button .arrow {
- color: #999999;
- font-size: 0.9rem; }
-.product-version .dropdown .dropdown-menu {
- /* ===== Scrollbar CSS ===== */
- /* Firefox */
- /* Chrome, Edge, and Safari */ }
- .product-version .dropdown .dropdown-menu * {
- scrollbar-width: auto;
- scrollbar-color: #ebebeb #fafafd; }
- .product-version .dropdown .dropdown-menu *::-webkit-scrollbar {
- width: 12px; }
- .product-version .dropdown .dropdown-menu *::-webkit-scrollbar-track {
- background: #fafafd; }
- .product-version .dropdown .dropdown-menu *::-webkit-scrollbar-thumb {
- background-color: #ebebeb;
- border-radius: 10px;
- border: 3px solid #fafafd; }
- .product-version .dropdown .dropdown-menu .dropdown-content {
- max-height: 420px;
- overflow-y: auto; }
- .product-version .dropdown .dropdown-menu .dropdown-content .dropdown-item {
- font-size: 0.813rem;
- color: #171B1C; }
-.product-version .new-item {
- background-color: var(--ac-primary);
- font-size: 0.813rem;
- color: #ffffff;
- border-radius: 2px;
- height: 1.2rem;
- padding: 2px 5px;
- line-height: 1.2; }
-
-.ac-searchbar {
+ align-items: center;
+ background-color: #F4FBF7;
+ border: 1px solid var(--ac-primary);
position: relative;
z-index: 1;
- padding: 0 20px;
- border-left: 1px solid #e7e7e7; }
- .ac-searchbar label .fa {
- color: #171B1C; }
- .ac-searchbar input[type="search"] {
- border: none;
- background-color: transparent;
- color: #515D63;
- font-size: 0.875rem;
- width: 270px;
- padding: 0.2rem 0.875rem; }
- .ac-searchbar input[type="search"]:focus {
- border: none;
- outline: none; }
- .ac-searchbar input[type="search"]::placeholder {
- color: #636363; }
-
-.modal-backdrop.is-show {
- width: 100%;
- height: 100%;
- background: #333;
- position: fixed;
+}
+.cta-area .cta-area-inner:after {
+ position: absolute;
+ content: "";
+ left: 0;
top: 0;
- opacity: 0.8;
- z-index: 9; }
+ width: 100%;
+ z-index: -1;
+}
+.cta-area .cta-area-inner h3 {
+ margin-bottom: 1rem;
+ text-wrap: balance;
+}
+.cta-area .cta-area-inner p {
+ text-wrap: balance;
+}
-.header--fixed {
- position: fixed;
- z-index: 10;
- right: 0;
- left: 0;
- top: 0; }
- .header--fixed::after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .cta-area .cta-area-inner {
+ height: auto !important;
+ padding: 32px 16px;
+ }
+ .cta-area .cta-area-inner .buttons .button.ac-button {
+ letter-spacing: 0;
+ padding: 0.5rem 1rem;
width: 100%;
- height: 100%;
- background: #ffffff;
- z-index: -1;
- transition: 0.5s ease-in-out; }
- .header--fixed.headroom--unpinned::after {
- transition: transform 500ms linear; }
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .cta-area .cta-area-inner {
+ padding: 20px;
+ }
+ .cta-area .cta-area-inner h3 {
+ font-size: 28px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .cta-area .cta-area-inner {
+ padding: 20px;
+ }
+ .cta-area .cta-area-inner h3 {
+ font-size: 28px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .cta-area .cta-area-inner {
+ padding: 30px;
+ }
+ .cta-area .cta-area-inner h3 {
+ font-size: 28px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .cta-area .cta-area-inner {
+ padding: 30px;
+ }
+ .cta-area .cta-area-inner h3 {
+ font-size: 28px;
+ }
+}
+.full-info {
+ overflow: hidden;
+}
+.full-info h1,
+.full-info h2,
+.full-info h3,
+.full-info h4,
+.full-info h5,
+.full-info h6 {
+ margin-top: 40px;
+ font-weight: 700;
+ color: #171B1C;
+ margin-bottom: 10px;
+}
+.full-info h1:first-child,
+.full-info h2:first-child,
+.full-info h3:first-child,
+.full-info h4:first-child,
+.full-info h5:first-child,
+.full-info h6:first-child {
+ margin-top: 0;
+}
+.full-info h1 a svg,
+.full-info h2 a svg,
+.full-info h3 a svg,
+.full-info h4 a svg,
+.full-info h5 a svg,
+.full-info h6 a svg {
+ padding-left: 10px;
+}
+.full-info h1 a,
+.full-info h2 a,
+.full-info h3 a,
+.full-info h4 a,
+.full-info h5 a,
+.full-info h6 a {
+ font-size: 16px;
+}
+.full-info h1 a.hash-tag,
+.full-info h2 a.hash-tag,
+.full-info h3 a.hash-tag,
+.full-info h4 a.hash-tag,
+.full-info h5 a.hash-tag,
+.full-info h6 a.hash-tag {
+ opacity: 0;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+}
+.full-info h1:hover a,
+.full-info h2:hover a,
+.full-info h3:hover a,
+.full-info h4:hover a,
+.full-info h5:hover a,
+.full-info h6:hover a {
+ opacity: 1;
+ visibility: visible;
+}
+.full-info h1 {
+ font-size: 32px;
+ border-bottom: 1px solid #ebebeb;
+ padding-bottom: 10px;
+ margin-bottom: 20px;
+}
+.full-info h2 {
+ font-size: 24px;
+}
+.full-info h3 {
+ font-size: 18px;
+}
+.full-info h4 {
+ font-size: 16px;
+}
+.full-info h5 {
+ font-size: 15px;
+}
+.full-info h6 {
+ font-size: 13px;
+}
+.full-info .highlight pre code {
+ color: #f1f1f1;
+}
+.full-info table td,
+.full-info table th {
+ text-align: left;
+}
+.full-info h2 span.share-icon {
+ color: #6b6b6b;
+ font-size: 18px;
+ margin-left: 10px;
+ opacity: 0;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+}
-.headroom {
- will-change: transform;
- transition: transform 200ms linear; }
+.full-info h2:hover span.share-icon {
+ opacity: 1;
+ visibility: visible;
+}
-.headroom--pinned {
- transform: translateY(0px);
- transition: transform 500ms linear; }
+.full-info ul li,
+.full-info ol li,
+.full-info ol li p {
+ color: #4a4a4a;
+ display: block;
+ padding-bottom: 8px;
+ line-height: 1.8;
+}
-.headroom--unpinned {
- transform: translateY(-165px); }
- .headroom--unpinned .navbar-area.navbar-fixed {
- transform: translateY(135px); }
- .headroom--unpinned .navbar-appscode-wrapper.navbar-product {
- transform: translateY(104px); }
+.full-info ul li:last-child,
+.full-info ol li:last-child,
+.full-info ol p:last-child {
+ margin-bottom: 0;
+ padding-bottom: 0;
+}
-.navbar-burger {
- height: 30px;
- width: 30px;
- border-radius: 4px; }
- .navbar-burger.is-active i.fa {
- transform: rotate(-180deg);
- transform-origin: 10px; }
- .navbar-burger span {
- height: 1.5px; }
+.full-info ul li,
+.full-info ol li {
+ text-indent: -30px;
+}
-/****************************************
-Responsive Classes
-*****************************************/
-@media screen and (max-width: 1023px) {
- .headroom--unpinned .navbar-appscode-wrapper.navbar-product {
- padding: 0 0;
- transform: translateY(104px); }
- .headroom--unpinned .navbar-appscode-wrapper.navbar-product .navbar-appscode .navbar-right {
- top: 47px; }
+.full-info ul li p,
+.full-info ol li p {
+ text-indent: 0;
+ margin-top: -30px;
+}
+
+.full-info ul li pre,
+.full-info ol li pre {
+ text-indent: 0px;
+ margin-left: -30px;
+}
+
+.full-info ul li:before {
+ content: "\f10c";
+ font-family: fontawesome;
+ font-size: 8px;
+ margin-right: 20px;
+ color: #707070;
+}
- .navbar-appscode.container {
- padding: 0.5rem 15px; }
- .navbar-appscode.documentation-menu {
- margin-left: 0;
- padding: 0; }
- .navbar-appscode.documentation-menu ul .nav-item .link.is-active:after {
- display: none; }
- .navbar-appscode.documentation-menu .navbar-right {
- position: fixed;
- width: 80%;
- border-right: 1px solid #e7e7e7; }
- .navbar-appscode .navbar-left {
- width: 100%; }
- .navbar-appscode .navbar-left .navbar-brand {
- margin: 0;
- width: 100%; }
- .navbar-appscode .navbar-left .navbar-brand a img {
- height: 1.5rem !important; }
- .navbar-appscode .navbar-left ul {
- position: absolute;
- right: 20%;
- opacity: 0;
- visibility: hidden; }
- .navbar-appscode .navbar-right {
- position: absolute;
- z-index: 99;
- right: 20%;
- opacity: 0;
- visibility: hidden;
- background: #fafafd;
- width: 100%;
- left: 0;
- min-height: calc(100vh + 110px);
- overflow-y: auto;
- transition: 0.3s ease-in-out;
- top: 61px;
- padding: 15px;
- justify-content: flex-start;
- flex-direction: column;
- align-items: flex-start; }
- .navbar-appscode .navbar-right .is-flex.is-justify-content-space-between {
- flex-direction: column;
- align-items: flex-start; }
- .navbar-appscode .navbar-right .is-primary.ml-8 {
- margin-left: 0 !important;
- margin-top: 15px; }
- .navbar-appscode .navbar-right .button.ac-button.is-primary {
- margin-left: 0;
- width: 100%; }
- .navbar-appscode .navbar-right ul {
- display: flex;
- flex-direction: column; }
- .navbar-appscode .navbar-right ul li.nav-item {
- margin: 6px 0; }
- .navbar-appscode .navbar-right ul li.nav-item .link .whats-new {
- top: -10px;
- right: -30px; }
- .navbar-appscode .navbar-right .community-items.ml-70 {
- margin-left: 0 !important;
- margin-top: 30px; }
- .navbar-appscode .navbar-right.is-visible {
- opacity: 1;
- visibility: visible; }
+.full-info figure {
+ margin-bottom: 30px;
+}
+.full-info figure figcaption {
+ color: #707070;
+ font-size: 14px;
+}
- .resources-list {
- grid-template-columns: auto; }
+ul li b {
+ color: var(--ac-primary);
+ font-weight: 500;
+}
- .mega-menu-wrapper {
- width: 100% !important;
- left: 0 !important;
- top: 0 !important;
- padding-top: 20px !important;
- background-color: #fafafd;
- max-height: 75vh;
- min-height: 70vh;
- overflow-y: auto;
- box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }
- .mega-menu-wrapper .mega-menu-inner .product-menu {
- grid-template-columns: auto;
- width: 100%; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product {
- width: 100%; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo {
- height: 50px;
- width: 50px; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .product-logo img {
- height: 1.8rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu .single-product .navigate-icon .icon {
- width: 16px; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.database-list {
- grid-template-columns: auto; }
- .mega-menu-wrapper .mega-menu-inner .product-description {
- border-left: none;
- padding-left: 0;
- margin-top: 35px;
- margin-left: 0;
- max-width: 100%; }
+.full-info ul,
+.full-info ol {
+ padding: 0 0 0 30px;
+ margin-bottom: 15px;
+}
- .press-wrapper .button.inline-button {
- margin-left: 0 !important;
- background-color: transparent; }
+.full-info ul.nav.nav-tabs {
+ margin-bottom: 0;
+}
- .navbar-appscode-wrapper.navbar-product .navbar-appscode .navbar-right {
- top: 47px; }
+.full-info ul li p {
+ margin: 0;
+ display: inline;
+}
- .product-version.pl-20 {
- padding-left: 10px; }
- .product-version .dropdown .dropdown-trigger .button {
- width: 190px; }
- .product-version .dropdown-menu {
- z-index: 9999; }
+.full-info p b {
+ color: var(--ac-primary);
+}
- .back-button {
- display: flex !important; }
- .back-button span {
- color: var(--ac-primary);
- padding-right: 15px;
- font-size: 18px; } }
-.embeded-console-button {
- height: 42px;
- margin-bottom: 4px;
- width: 185px;
- overflow: hidden; }
- @media screen and (max-width: 768px) {
- .embeded-console-button {
- width: 100%; } }
+.full-info ul li p a,
+.full-info p a,
+.full-info a {
+ color: var(--ac-primary);
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+}
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .navbar-burger {
- display: none !important; }
+.full-info p {
+ margin-bottom: 15px;
+ color: #515D63;
+}
- .navbar-appscode.documentation-menu {
- margin-left: 0;
- border-left: none; }
- .navbar-appscode .navbar-left .navbar-brand {
- margin-right: 1rem; }
- .navbar-appscode .navbar-right {
- width: calc(100% - 180px); }
- .navbar-appscode .navbar-right .community-items.ml-70 {
- margin-left: 10px !important; }
- .navbar-appscode .navbar-right .buttons {
- min-width: 354px !important; }
- .navbar-appscode .navbar-right .button.ac-button {
- padding: .5rem 1rem; }
- .navbar-appscode .navbar-right-group {
- gap: 8px !important; }
- .navbar-appscode ul .nav-item {
- margin-right: 12px; }
+.full-info p strong {
+ font-weight: 500;
+}
+.full-info p strong em {
+ font-weight: 500;
+}
- .mega-menu-wrapper .mega-menu-inner .product-menu {
- grid-template-columns: auto;
- width: calc(50% - 5rem); }
- .mega-menu-wrapper .mega-menu-inner .product-description {
- border-left: none; }
- .mega-menu-wrapper .video-content {
- display: none; }
+.appscode-style.full-info ul li p a .appscode-style.full-info p a,
+.appscode-style.full-info a {
+ color: var(--ac-primary);
+}
- .product-version.ml-20 {
- margin-left: 4px !important; }
- .product-version .dropdown .dropdown-trigger .button {
- width: 180px;
- padding: 2px 5px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .navbar-burger {
- display: none !important; }
+.full-info ol {
+ list-style: none;
+ counter-reset: order-list-counter;
+}
- .navbar-appscode.documentation-menu {
- margin-left: 0;
- border-left: none; }
- .navbar-appscode .navbar-right {
- width: calc(100% - 180px); }
- .navbar-appscode .navbar-right .community-items.ml-70 {
- margin-left: 10px !important; }
- .navbar-appscode ul .nav-item {
- margin-right: 1.5rem; }
+.full-info ol li {
+ counter-increment: order-list-counter;
+}
- .mega-menu-wrapper .mega-menu-inner .product-menu {
- grid-template-columns: auto;
- width: calc(50% - 5rem); }
- .mega-menu-wrapper .mega-menu-inner .product-description {
- border-left: none; }
- .mega-menu-wrapper .video-content {
- display: none; } }
-@media screen and (min-width: 1408px) {
- .navbar-appscode .navbar-left .navbar-brand {
- margin-right: 3rem; } }
-.mega-menu-wrapper .mega-menu-inner .product-menu.services-grid {
- grid-template-columns: 500px;
- width: 500px;
- background-color: #fbfbfb;
- border-radius: 8px; }
- @media screen and (max-width: 1023px) {
- .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid {
- grid-template-columns: auto;
- width: 100%; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product::after {
- display: none; } }
- .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product {
- padding: 0.8rem 1rem; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product .product-logo {
- height: 48px;
- width: 48px; }
- .mega-menu-wrapper .mega-menu-inner .product-menu.services-grid .single-product .product-logo img {
- height: 1.5rem !important; }
+.full-info ol li::before {
+ content: counter(order-list-counter) ". ";
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+ font-size: 15px;
+ color: #4a4a4a;
+}
-.ac-preloader {
- position: fixed;
- height: 100vh;
- top: 0;
- z-index: 999;
- width: 100%;
- background-color: #ffffff; }
+/* schedule-demo start */
+embed,
+iframe,
+object,
+video {
+ height: 100%;
+ max-width: 100%;
+}
-.spinner {
- position: relative; }
+.schedule-title {
+ margin-top: 65px;
+ color: #242a31;
+ margin-bottom: 30px;
+}
-.spinner:before,
-.spinner:after {
- content: "";
- position: relative;
- display: block; }
+.kd-sidebar-menu label,
+.kd-sidebar-menu li a {
+ font-size: 14px;
+ font-weight: 500;
+ color: #4a4a4a;
+ display: block;
+ cursor: pointer;
+ user-select: none;
+ margin-top: 10px;
+ margin-top: 5px;
+ transition: 0.3s;
+}
-.spinner:before {
- -webkit-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
- animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
- width: 2em;
- height: 2em;
- background-color: var(--ac-primary); }
+.item ul,
+.item input[type=checkbox] {
+ display: none;
+ overflow: hidden;
+ transition: 0.3s;
+}
-.spinner:after {
- -webkit-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
- animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
- bottom: -0.5em;
- height: 0.25em;
- border-radius: 50%;
- background-color: rgba(0, 0, 0, 0.2); }
+.kd-sidebar-menu .item label a {
+ font-weight: 600;
+ color: #515D63;
+ padding: 8px 17px;
+ display: block;
+}
-@-webkit-keyframes spinner {
- 50% {
- border-radius: 50%;
- transform: scale(0.5) rotate(360deg); }
- 100% {
- transform: scale(1) rotate(720deg); } }
-@keyframes spinner {
- 50% {
- border-radius: 50%;
- transform: scale(0.5) rotate(360deg); }
- 100% {
- transform: scale(1) rotate(720deg); } }
-@-webkit-keyframes shadow {
- 50% {
- transform: scale(0.5);
- background-color: rgba(0, 0, 0, 0.1); } }
-@keyframes shadow {
- 50% {
- transform: scale(0.5);
- background-color: rgba(0, 0, 0, 0.1); } }
-.cookie-wrapper {
- border-top: 1px solid #e7e7e7;
- position: fixed;
- width: 100%;
- background-color: #fafafd;
- bottom: 0;
- left: 0;
- padding: 8px 0;
- z-index: 99;
- transition: 0.3s ease-in-out; }
- .cookie-wrapper.hide {
- opacity: 0;
- visibility: hidden; }
- .cookie-wrapper .cookie-content {
- display: flex;
- align-items: center;
- justify-content: space-between; }
- .cookie-wrapper .cookie-content p {
- font-size: 14px;
- color: #171B1C;
- width: calc(100% - 220px);
- margin-bottom: 0; }
- .cookie-wrapper .cookie-content p a {
- color: #056131;
- text-decoration: underline;
- font-weight: 500; }
- .cookie-wrapper .cookie-content p a:hover {
- color: var(--ac-primary); }
- .cookie-wrapper .cookie-content .buttons .button {
- border: none;
- background-color: transparent;
- font-weight: 500;
- padding: 8px 16px;
- font-size: 14px;
- border-radius: 2px;
- transition: 0.3s; }
- .cookie-wrapper .cookie-content .buttons .button:hover:not(.is-primary) {
- text-decoration: underline;
- color: var(--ac-primary); }
- .cookie-wrapper .cookie-content .buttons .button.is-primary {
- background-color: var(--ac-primary); }
+.kd-sidebar-menu li a:hover {
+ color: var(--ac-primary);
+}
-/****************************************
-Responsive Classes
-*****************************************/
-@media screen and (max-width: 768px) {
- .cookie-wrapper .cookie-content {
- justify-content: center;
- flex-direction: column; }
- .cookie-wrapper .cookie-content p {
- width: 100%;
- text-align: center;
- margin-bottom: 10px; } }
-li.nav-item {
- display: inline-block !important;
- text-indent: 0 !important;
- padding: 0px !important; }
+.kd-sidebar-menu .item ul {
+ margin-left: 20px;
+ padding-left: 15px;
+ border-left: 1px solid #e2e2e2;
+}
-li.nav-item:before {
- display: none; }
+.item input:checked ~ label,
+.item input:checked ~ .item > label {
+ border: 1px solid #e2e2e2;
+ background: #ffffff;
+}
-.tabs.is-boxed a {
+.item:first-child input:checked ~ label, .item:first-child input:checked ~ .item:first-child > label {
border: 1px solid transparent;
- border-radius: 4px 4px 0 0; }
+}
-.tab-pane {
- display: none; }
+.appscode-style .item input:checked ~ label > a {
+ color: var(--ac-primary);
+}
-.tab-pane.show {
- display: block; }
+.item input:checked ~ ul, .item input:checked ~ .item > ul > .item {
+ margin-left: -20px;
+}
-.nav-tabs a {
- align-items: center;
- border-bottom-color: #dbdbdb;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- color: #4a4a4a;
- display: flex;
- justify-content: center;
- margin-bottom: -1px;
- padding: 0.5em 1em;
- vertical-align: top; }
+.kd-left-sidebar {
+ margin-right: 30px;
+ position: sticky;
+ top: 130px;
+ z-index: 9;
+}
+
+.kd-sidebar-menu {
+ max-height: 65vh;
+ overflow-y: auto;
+}
+
+.kd-sidebar-menu .item label {
+ border: 1px solid transparent;
+ position: relative;
+ z-index: 1;
+ border-radius: 3px 0 0 3px;
+}
+
+.go-to-top {
+ position: fixed;
+ display: block;
+ font-size: 16px;
+ z-index: 999;
+ right: 20px;
+ bottom: 40px;
+ width: 40px;
+ height: 40px;
+ line-height: 30px;
+ border-radius: 50%;
+ color: var(--ac-primary);
+ background: rgba(255, 255, 255, 0.2);
+ border: 1px solid var(--ac-primary);
+ opacity: 0;
+ cursor: pointer;
+ transition: opacity 0.4s linear;
+}
+.go-to-top i.fa {
+ color: var(--ac-primary);
+}
-li.nav-item a {
- display: block;
- padding: 5px 20px; }
+.go-to-top.is-visible {
+ opacity: 1;
+}
-a.nav-link.active {
- background-color: #ffffff;
- border-left: 1px solid #dbdbdb;
- border-right: 1px solid #dbdbdb;
- border-top: 1px solid #dbdbdb;
- border-bottom-color: transparent !important;
- border-radius: 4px 4px 0 0;
+.footer-area {
position: relative;
- z-index: 1; }
-
-a.nav-link.active:after {
+ z-index: 1;
+}
+.footer-area:after {
position: absolute;
content: "";
- background: var(--ac-primary);
- top: 0;
left: 0;
+ bottom: 0;
width: 100%;
- height: 4px;
+ height: 100%;
z-index: -1;
- border-radius: 4px 4px 0 0; }
+}
-.nav-tabs {
- align-items: center;
- border-bottom-width: 1px;
- display: flex;
- flex-grow: 1;
- flex-shrink: 0;
- justify-content: flex-start; }
+.single-footer-widget .footer-logo {
+ max-width: 160px;
+}
-.tab-content {
- border: 1px solid #dbdbdb;
- padding: 20px;
+.subscription-form {
+ margin-top: 10px;
+}
+.subscription-form label {
+ font-size: 18px;
+ font-weight: 600;
+ display: block;
+ font-family: "Roboto", sans-serif;
+}
+.subscription-form input {
+ background: rgba(255, 255, 255, 0.2);
+ border: 1px solid rgba(255, 255, 255, 0.3);
+ box-shadow: none;
+ font-size: 16px;
border-radius: 4px;
- margin-bottom: 15px; }
-
-.tab-content h2 {
- margin-top: 0; }
-
-.button {
- transition: 0.3s ease-in-out; }
- .button.ac-button {
- border-color: var(--ac-primary);
- border-radius: 0.125rem;
- font-size: 0.875rem;
- font-family: "Roboto", sans-serif;
- letter-spacing: 0.078rem;
- line-height: 1;
- color: var(--ac-primary);
- font-weight: 500;
- padding: 0.5rem 1.5rem;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- height: 46px; }
- @media screen and (max-width: 768px) {
- .button.ac-button {
- height: 44px; } }
- .button.ac-button:focus-visible {
- outline: none; }
- .button.ac-button:hover {
- background-color: var(--ac-primary);
- color: #ffffff;
- box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
- transform: translateY(-2px); }
- .button.ac-button.is-disabled {
- opacity: 0.5 !important; }
- .button.ac-button .ac-icon {
- margin-left: 25px;
- background-color: #ffffff;
- color: var(--ac-primary);
- padding: 2px 6px;
- border-radius: 4px;
- width: 28px;
- height: 28px; }
- .button.ac-button.is-normal {
- height: 45px;
- font-size: 15px;
- letter-spacing: 0px;
- font-weight: 500;
- padding-left: 25px;
- padding-right: 25px; }
- .button.ac-button.is-medium {
- height: 58px;
- font-size: 18px;
- padding-left: 45px;
- padding-right: 45px; }
- .button.ac-button.is-transparent {
- padding: 0;
- height: auto;
- border: none;
- font-size: 14px;
- font-weight: 500;
- background-color: transparent;
- color: #171B1C; }
- .button.ac-button.is-transparent:hover {
- box-shadow: none !important; }
- .button.ac-button.is-transparent.is-primary {
- background-color: transparent;
- color: var(--ac-primary); }
- .button.ac-button.is-transparent.is-primary:hover {
- background-color: transparent;
- color: var(--ac-primary); }
- .button.ac-button.is-transparent.is-danger {
- background-color: transparent;
- color: #ff3729; }
- .button.ac-button.is-transparent.is-danger:hover {
- background-color: transparent;
- color: #ff3729; }
- .button.ac-button.is-transparent.is-small {
- letter-spacing: 0px;
- font-size: 13px; }
- .button.ac-button.is-transparent:focus {
- box-shadow: none;
- outline: none; }
- .button.ac-button.is-white {
- background-color: #ffffff;
- border: none; }
- .button.ac-button.is-white:hover {
- color: var(--ac-primary);
- opacity: 0.9; }
- .button.ac-button.is-primary {
- background-color: var(--ac-primary);
- color: #ffffff;
- border: none;
- background: linear-gradient(to left, #00a851, #2a7e53) !important; }
- .button.ac-button.is-primary:hover {
- background-color: var(--ac-primary); }
- .button.ac-button.is-primary:focus-visible {
- outline: none; }
- .button.ac-button.is-primary.is-light {
- background-color: var(--ac-primary);
- color: var(--ac-primary); }
- .button.ac-button.is-primary.is-light.is-border {
- border: 1px solid var(--ac-primary); }
- .button.ac-button.is-primary.is-light:hover {
- background-color: var(--ac-primary); }
- .button.ac-button.is-primary.is-outlined {
- background-color: transparent;
- border: 1px solid var(--ac-primary);
- color: var(--ac-primary); }
- .button.ac-button.is-primary.is-outlined:hover {
- background-color: var(--ac-primary);
- color: #ffffff; }
- .button.ac-button.is-link {
- background-color: #0aafff;
- color: #ffffff;
- border: none; }
- .button.ac-button.is-link:focus-visible {
- outline: none; }
- .button.ac-button.is-link.is-light {
- color: #0aafff; }
- .button.ac-button.is-link.is-light.is-border {
- border: 1px solid #0aafff; }
- .button.ac-button.is-link.is-outlined {
- background-color: transparent;
- border: 1px solid #0aafff;
- color: #0aafff; }
- .button.ac-button.is-link.is-outlined:hover {
- background-color: #0aafff;
- color: #ffffff; }
- .button.ac-button.is-info {
- background-color: #0aafff;
- color: #ffffff;
- border: none; }
- .button.ac-button.is-info:focus-visible {
- outline: none; }
- .button.ac-button.is-info.is-light {
- color: #0aafff; }
- .button.ac-button.is-info.is-light.is-border {
- border: 1px solid #0aafff; }
- .button.ac-button.is-info.is-outlined {
- background-color: transparent;
- border: 1px solid #0aafff;
- color: #0aafff; }
- .button.ac-button.is-info.is-outlined:hover {
- background-color: #0aafff;
- color: #ffffff; }
- .button.ac-button.is-success {
- background-color: var(--ac-primary);
- color: #ffffff;
- border: none; }
- .button.ac-button.is-success:hover {
- background-color: var(--ac-primary); }
- .button.ac-button.is-success:focus-visible {
- outline: none; }
- .button.ac-button.is-success.is-light {
- background-color: var(--ac-primary);
- color: var(--ac-primary); }
- .button.ac-button.is-success.is-light.is-border {
- border: 1px solid var(--ac-primary); }
- .button.ac-button.is-success.is-light:hover {
- background-color: var(--ac-primary); }
- .button.ac-button.is-success.is-outlined {
- background-color: transparent;
- border: 1px solid var(--ac-primary);
- color: var(--ac-primary); }
- .button.ac-button.is-success.is-outlined:hover {
- background-color: var(--ac-primary);
- color: #ffffff; }
- .button.ac-button.is-warning {
- background-color: #ff8000;
- color: #ffffff;
- border: none; }
- .button.ac-button.is-warning:focus-visible {
- outline: none; }
- .button.ac-button.is-warning.is-light {
- color: #ff8000; }
- .button.ac-button.is-warning.is-light.is-border {
- border: 1px solid #ff8000; }
- .button.ac-button.is-warning.is-outlined {
- background-color: transparent;
- border: 1px solid #ff8000;
- color: #ff8000; }
- .button.ac-button.is-warning.is-outlined:hover {
- background-color: #ff8000;
- color: #ffffff; }
- .button.ac-button.is-danger {
- background-color: #ff3729;
- color: #ffffff;
- border: none; }
- .button.ac-button.is-danger:focus-visible {
- outline: none; }
- .button.ac-button.is-danger.is-light {
- color: #ff3729; }
- .button.ac-button.is-danger.is-light.is-border {
- border: 1px solid #ff3729; }
- .button.ac-button.is-danger.is-outlined {
- background-color: transparent;
- border: 1px solid #ff3729;
- color: #ff3729; }
- .button.ac-button.is-danger.is-outlined:hover {
- background-color: #ff3729;
- color: #ffffff; }
- .button.ac-button.is-green {
- background-color: #158748;
- color: #ffffff;
- border: none; }
- .button.ac-button.is-green:focus-visible {
- outline: none; }
- .button.ac-button.is-green.is-light {
- color: #158748; }
- .button.ac-button.is-green.is-light.is-border {
- border: 1px solid #158748; }
- .button.ac-button.is-green.is-outlined {
- background-color: transparent;
- border: 1px solid #158748;
- color: #158748; }
- .button.ac-button.is-green.is-outlined:hover {
- background-color: #158748;
- color: #ffffff; }
- .button .icon {
- width: 1.2em;
- height: 1.2em; }
-
-.readmore-button {
- margin: 0;
- padding: 0;
- font-size: 0.875rem;
- color: #515D63;
- font-weight: 500;
- border: none;
- background: transparent;
- display: flex;
- align-items: center;
- cursor: pointer;
- line-height: 1;
- transition: 0.3s ease-in-out; }
- .readmore-button .material-icons-outlined {
- font-size: 0.875rem;
- margin-left: 10px;
- transition: 0.3s ease-in-out; }
-
-.testimonial-area {
- padding: 60px 0 60px; }
- .testimonial-area .section-title h2 {
- font-size: 48px; }
- .testimonial-area .section-title p {
- font-size: 18px; }
- .testimonial-area .single-testimonial-item {
- background: #ffffff;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
- border-radius: 4px;
- padding: 50px 40px;
- min-height: 460px; }
- .testimonial-area .single-testimonial-item .user-info-wrapper {
- display: flex;
- align-items: center;
- margin-bottom: 1rem; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .image {
- margin-right: 1.2rem; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .image img {
- height: 100%; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .user-info .name {
- font-weight: bold;
- color: #171B1C;
- font-size: 22px;
- line-height: 1;
- line-height: 160%; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .user-info p {
- font-size: 14px;
- line-height: 160%;
- color: #a6abbd; }
- .testimonial-area .single-testimonial-item p {
- font-size: 1rem;
- line-height: 160%; }
- .testimonial-area .owl-carousel .owl-stage-outer {
- padding: 40px 0px; }
-
-.arrows {
- display: flex;
- width: 136px;
- justify-content: space-between; }
- .arrows .button {
- width: 60px;
- height: 60px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #ffffff;
- border: 1px solid #e7e7e7; }
- .arrows .button:hover .material-icons-outlined {
- transform: scale(1.2);
- color: var(--ac-primary); }
- .arrows .button .material-icons-outlined {
- transition: 0.3s ease-in-out;
- font-size: 18px; }
-
-/****************************************
-Responsive Classes
-*****************************************/
-@media screen and (max-width: 768px) {
- .testimonial-area {
- padding-top: 30px; }
- .testimonial-area .section-title {
- text-align: center; }
- .testimonial-area .section-title h2 {
- font-size: 32px; }
- .testimonial-area .owl-carousel .owl-stage-outer {
- padding: 0 !important; }
- .testimonial-area .arrows {
- width: 96px;
- margin: 0 auto;
- margin-top: 30px; }
- .testimonial-area .arrows .button {
- width: 40px;
- height: 40px; }
- .testimonial-area .single-testimonial-item {
- padding: 30px;
- min-height: auto; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .user-info {
- text-align: left; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .user-info h6 {
- font-size: 20px; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .testimonial-area .section-title h2 {
- font-size: 38px; }
- .testimonial-area .single-testimonial-item {
- padding: 30px 30px;
- min-height: 310px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .testimonial-area .section-title h2 {
- font-size: 38px; }
- .testimonial-area .single-testimonial-item {
- min-height: 310px;
- padding: 30px; } }
-@media screen and (min-width: 1408px) {
- .testimonial-area .single-testimonial-item {
- padding: 30px; }
- .testimonial-area .single-testimonial-item .user-info-wrapper .user-info h5 {
- font-size: 18px; } }
-.features-area .features-image {
+ padding: 8px 50px 8px 10px;
+ height: 40px;
position: relative;
- z-index: 1; }
- .features-area .features-image img {
- border-radius: 4px; }
- .features-area .features-image .check-list {
- position: absolute;
- top: 60px;
- left: -150px;
- left: -150px; }
-.features-area .features-description h2 {
- line-height: 130%; }
-.features-area .features-description h1 {
- font-style: normal;
- font-weight: bold;
- font-size: 34px;
- line-height: 130%;
- letter-spacing: -0.57px;
- margin-bottom: 1rem; }
-.features-area .features-description p {
- font-size: 1rem;
- margin-bottom: 15px;
- text-align: justify; }
- .features-area .features-description p strong {
- color: #171B1C;
- font-weight: 500; }
-.features-area h3 {
- margin-bottom: 1rem;
- font-weight: 800; }
-.features-area .check-list {
- background-color: #ffffff;
- padding: 30px 40px;
- width: 300px;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
- border-radius: 0.5rem; }
- .features-area .check-list li {
- display: flex;
- align-items: center;
- font-size: 1rem;
- margin-bottom: 0.8rem; }
- .features-area .check-list li:last-child {
- margin-bottom: 0; }
- .features-area .check-list li span {
- font-size: 18px;
- margin-right: 0.8rem;
- color: var(--ac-primary); }
-
-.single-features-item {
- padding: 20px 20px;
- display: grid;
- grid-gap: 20px;
- grid-template-columns: 3.75rem auto;
- border: 1px solid #e7e7e7;
- border-radius: 2px;
- min-height: 126px; }
- .single-features-item:hover .readmore-button {
- letter-spacing: 0;
- color: var(--ac-primary); }
- .single-features-item:hover .readmore-button .material-icons-outlined {
- margin-left: 20px; }
- .single-features-item .feature-icon {
- width: 3.75rem;
- height: 3.75rem;
- background-color: #f1f1f9;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 2px; }
- .single-features-item .feature-icon img {
- height: 30px; }
- .single-features-item .feature-information h5 {
- font-size: 20px;
- margin-bottom: 5px; }
- .single-features-item .feature-information p {
- font-size: 0.875rem;
- line-height: 160%;
- transition: 0.3s ease-in-out;
- color: #515D63; }
-
-.features-area .single-feature-image {
- display: flex;
- align-items: center; }
- .features-area .single-feature-image img {
- max-width: 400px; }
-.features-area p {
- text-align: justify; }
-
-.features-area .features-thumbnail {
- max-width: 80%;
- border-radius: 4px;
- overflow: hidden;
- display: flex; }
- .features-area .features-thumbnail.has-text-right {
- margin-left: auto;
- margin-right: 0; }
-
-/****************************************
-Responsive Classes
-*****************************************/
-@media screen and (max-width: 768px) {
- .features-area .features-image .check-list {
- top: 30px;
- left: 50%;
- margin-left: -150px;
- padding: 30px; }
- .features-area .buttons {
- justify-content: center; }
- .features-area .features-description {
- text-align: center; }
- .features-area .features-description h2 {
- margin-bottom: 10px; }
- .features-area .features-description h1 {
- font-size: 28px; }
- .features-area .features-description p {
- text-align: center; }
- .features-area h3 {
- font-size: 1.5rem;
- margin-bottom: 0.5rem;
- text-align: center; }
- .features-area p {
- text-align: center; }
+ z-index: 1;
+ color: #ffffff;
+}
+.subscription-form input::placeholder {
+ color: #ADB2B0;
+}
+.subscription-form input:focus {
+ border: 1px solid var(--ac-primary);
+}
+.subscription-form .button {
+ font-family: #4a4a4a;
+ color: var(--ac-primary);
+ font-size: 16px;
+ height: 40px;
+ box-shadow: none;
+ transition: 0.3s ease-in-out;
+ cursor: pointer;
+ border: 1px solid transparent;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 9 !important;
+ background: transparent;
+}
+.subscription-form .button:hover {
+ background-color: var(--ac-primary);
+ color: #ffffff !important;
+ outline: none;
+ box-shadow: none;
+}
- .single-features-item {
- grid-template-columns: auto;
- grid-gap: 10px;
- text-align: center; }
- .single-features-item .feature-icon {
- margin: 0 auto; }
- .single-features-item .readmore-button {
- text-align: left;
- margin: 0; }
+.contact-information {
+ margin-top: 28px;
+}
+.contact-information h4 {
+ font-size: 18px;
+ color: #171B1C;
+}
- .features-area .features-thumbnail {
- margin: 0 auto;
- max-width: 100%; }
- .features-area .features-thumbnail.has-text-right {
- margin-right: auto; }
+.all-contact-info li a,
+p.spam-message {
+ color: #515D63;
+ display: inline-block;
+ font-size: 14px;
+ font-family: "Roboto", sans-serif;
+ padding: 5px 0;
+}
- .single-features-item .feature-icon {
- width: 3rem;
- height: 3rem;
- border-radius: 4px; }
- .single-features-item .feature-icon img {
- height: 24px; }
- .single-features-item .feature-information {
- text-align: left; }
- .single-features-item .feature-information h5 {
- font-size: 18px;
- margin-bottom: 5px;
- line-height: 1.3; }
+.all-contact-info li a span {
+ padding-right: 10px;
+}
- .features-area .features-thumbnail {
- margin: 0 auto; }
- .features-area .features-thumbnail.has-text-right {
- margin-right: auto; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .single-features-item {
- grid-template-columns: auto;
- grid-gap: 10px;
- text-align: center; }
- .single-features-item .feature-icon {
- margin: 0 auto; }
- .single-features-item .feature-information h5 {
- font-size: 18px; }
+.footer-menu label {
+ font-size: 18px;
+ margin-bottom: 4px;
+ font-weight: 500;
+}
- .features-area .features-image .check-list {
- left: 50%;
- margin-left: -150px;
- padding: 30px; }
- .features-area .features-thumbnail {
- margin: 0 auto; }
- .features-area .features-thumbnail.has-text-right {
- margin-right: auto; }
+.footer-link li a {
+ color: #D4D6D5;
+ font-size: 14px;
+ display: block;
+ padding: 8px 0;
+ transition: 0.3s linear;
+}
+.footer-link li a:last-child {
+ padding-bottom: 0;
+}
+.footer-link li a:hover {
+ color: var(--ac-primary);
+ padding-left: 5px;
+}
- .readmore-button {
- text-align: center;
- margin: 0 auto; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .features-area .features-image .check-list {
- left: 50%;
- margin-left: -150px; }
- .features-area .features-description {
- font-size: 28px; }
- .features-area h3 {
- font-size: 28px;
- margin-bottom: 0.8rem; } }
-@media screen and (min-width: 1408px) {
- .features-area .features-description h1 {
- font-size: 32px; }
- .features-area .features-image .check-list {
- top: 30px; }
+.footer-top {
+ padding: 50px 0 30px 0;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+}
- .single-features-item {
- padding: 20px;
- min-height: 126px; }
- .single-features-item .feature-information h5 {
- font-size: 16px;
- margin-bottom: 0;
- line-height: 130%; } }
-.ac-accordion-wrapper.is-marginless .single-accordion-item {
- margin: 0;
- padding: 0; }
- .ac-accordion-wrapper.is-marginless .single-accordion-item .accordion-heading {
- padding: 10px 20px;
- position: relative;
- z-index: 1; }
- .ac-accordion-wrapper.is-marginless .single-accordion-item .accordion-heading::after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 4px;
- height: 100%;
- background-color: var(--ac-primary); }
-.ac-accordion-wrapper .single-accordion-item {
- background-color: #fff;
- border: 1px solid #E8E9EA;
- padding: 12px 20px;
- margin-bottom: 15px;
- border-radius: 4px; }
- .ac-accordion-wrapper .single-accordion-item:last-child {
- margin-bottom: 0; }
- .ac-accordion-wrapper .single-accordion-item .accordion-heading {
- display: flex;
- align-items: center;
- justify-content: space-between; }
- .ac-accordion-wrapper .single-accordion-item .accordion-heading h3 {
- cursor: pointer;
- font-size: 16px;
- font-weight: 700;
- color: #1C1C1C; }
- .ac-accordion-wrapper .single-accordion-item .accordion-heading h4 {
- font-size: 14px;
- font-weight: 700;
- line-height: 20px; }
- .ac-accordion-wrapper .single-accordion-item .accordion-heading button {
- font-size: 12px;
- letter-spacing: .1px; }
- .ac-accordion-wrapper .single-accordion-item .accordion-heading .icon {
- width: 24px;
- height: 24px;
- border: 1px solid #e7e7e7;
- line-height: 16px;
- font-size: 12px;
- border-radius: 50%;
- cursor: pointer; }
- .ac-accordion-wrapper .single-accordion-item .accordion-body {
- max-height: 0;
- transition: max-height 0.2s ease-out;
- overflow: hidden;
- padding: 0; }
- .ac-accordion-wrapper .single-accordion-item .accordion-body p {
- padding-top: 3px;
- font-size: 15px;
- color: #393E46; }
+.footer-bottom {
+ padding: 30px 0;
+}
+.footer-bottom p {
+ font-size: 14px;
+ color: #515D63;
+ margin-bottom: 0;
+}
-.cta-area {
- margin-bottom: 60px;
- position: relative;
- z-index: 1; }
- .cta-area .cta-area-inner {
- padding: 20px 50px;
- background-size: cover;
- background-position: center;
- border-radius: 8px;
- display: flex;
- align-items: center;
- background-color: #F4FBF7;
- border: 1px solid var(--ac-primary);
- position: relative;
- z-index: 1; }
- .cta-area .cta-area-inner:after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 100%;
- z-index: -1; }
- .cta-area .cta-area-inner h3 {
- margin-bottom: 1rem;
- text-wrap: balance; }
- .cta-area .cta-area-inner p {
- text-wrap: balance; }
+.footer-inline-link a {
+ color: #4a4a4a;
+ font-size: 14px;
+ margin-right: 30px;
+ transition: 0.3s ease-in-out;
+}
+.footer-inline-link a:hover {
+ color: var(--ac-primary);
+}
+.footer-inline-link a:last-child {
+ margin-right: 0;
+}
+
+.socail-link-inline li {
+ margin-right: 10px;
+ display: inline-block;
+}
+.socail-link-inline li a {
+ color: #8a8a8a;
+ font-size: 14px;
+ display: inline-block;
+ width: 30px;
+ height: 30px;
+ text-align: center;
+ line-height: 30px;
+ border: 1px solid #8a8a8a;
+ border-radius: 50%;
+ transition: 0.3s ease-in-out;
+}
+.socail-link-inline li a:hover {
+ background: var(--ac-primary);
+ color: #ffffff;
+ border: 1px solid transparent;
+}
+.socail-link-inline li:last-child {
+ margin-right: 0;
+}
/****************************************
Responsive Classes
*****************************************/
@media screen and (max-width: 768px) {
- .cta-area .cta-area-inner {
- height: auto !important;
- padding: 32px 16px; }
- .cta-area .cta-area-inner .buttons .button.ac-button {
- letter-spacing: 0;
- padding: 0.5rem 1rem;
- width: 100%; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .cta-area .cta-area-inner {
- padding: 20px; }
- .cta-area .cta-area-inner h3 {
- font-size: 28px; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .cta-area .cta-area-inner {
- padding: 20px; }
- .cta-area .cta-area-inner h3 {
- font-size: 28px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .cta-area .cta-area-inner {
- padding: 30px; }
- .cta-area .cta-area-inner h3 {
- font-size: 28px; } }
-@media screen and (min-width: 1408px) {
- .cta-area .cta-area-inner {
- padding: 30px; }
- .cta-area .cta-area-inner h3 {
- font-size: 28px; } }
+ .footer-area .footer-top .is-1-mobile .column {
+ padding: 0.25rem;
+ }
+ .footer-area .single-footer-widget {
+ height: 100%;
+ }
+ .footer-area .single-footer-widget .footer-logo {
+ margin: 0 auto;
+ }
+ .footer-area .single-footer-widget .subscription-form {
+ text-align: center;
+ }
+ .footer-area .single-footer-widget .field.has-addons {
+ justify-content: center;
+ }
+ .footer-area .footer-menu {
+ background-color: rgba(77, 77, 203, 0.0509803922);
+ height: 100%;
+ padding: 20px 5px;
+ border-radius: 4px;
+ }
+ .footer-area .footer-menu.is-info {
+ background-color: rgba(10, 175, 255, 0.1803921569);
+ }
+ .footer-area .footer-menu.is-danger {
+ background-color: rgba(234, 61, 47, 0.1411764706);
+ }
+ .footer-area .footer-menu.is-warning {
+ background: rgba(247, 173, 42, 0.2117647059);
+ }
+ .footer-area .footer-menu.is-success {
+ background-color: rgba(39, 176, 100, 0.1882352941);
+ }
+ .footer-area .footer-menu h4 {
+ margin-bottom: 0;
+ }
+ .footer-area .contact-information {
+ text-align: center;
+ }
+ .footer-inline-link {
+ padding: 10px 0;
+ }
+ .footer-bottom {
+ padding: 20px 0;
+ }
+}
+/*==============================================================
+ Documentation page style
+==============================================================*/
+.documentation-area {
+ margin-top: 190px;
+ display: flex;
+}
+.documentation-area .left-sidebar-wrapper {
+ border-right: 1px solid #e7e7e7;
+ margin-top: -35px;
+ background-color: #fafafd;
+ z-index: 1;
+ width: 350px;
+ padding-top: 1rem;
+ /* ===== Scrollbar CSS ===== */
+ /* Firefox */
+}
+.documentation-area .left-sidebar-wrapper * {
+ scrollbar-width: auto;
+ scrollbar-color: #ebebeb #fafafd;
+}
+.documentation-area .left-sidebar-wrapper {
+ /* Chrome, Edge, and Safari */
+}
+.documentation-area .left-sidebar-wrapper *::-webkit-scrollbar {
+ width: 12px;
+}
+.documentation-area .left-sidebar-wrapper *::-webkit-scrollbar-track {
+ background: #fafafd;
+}
+.documentation-area .left-sidebar-wrapper *::-webkit-scrollbar-thumb {
+ background-color: #ebebeb;
+ border-radius: 10px;
+ border: 3px solid #fafafd;
+}
+.documentation-area .left-sidebar-wrapper .product-sidebar-menu {
+ overflow-y: auto;
+ width: 100%;
+ overflow-y: scroll;
+ padding-right: 17px;
+ box-sizing: content-box;
+ border-right: 1px solid #e7e7e7;
+}
+.documentation-area .left-sidebar-wrapper .product-sidebar-menu .item label {
+ background: transparent;
+}
+.documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul {
+ overflow: inherit;
+}
+.documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul li.is-active {
+ position: relative;
+}
+.documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul li.is-active::after {
+ position: absolute;
+ content: "";
+ left: -21px;
+ top: 50%;
+ margin-top: -6px;
+ width: 10px;
+ height: 10px;
+ background: #ffffff;
+ border-radius: 50%;
+ z-index: 9;
+ border: 1px solid #e7e7e7;
+}
+.documentation-area .left-sidebar-wrapper .item input:checked ~ label a,
+.documentation-area .left-sidebar-wrapper .item input:checked ~ .item > label a {
+ color: var(--ac-primary);
+}
+.documentation-area .documentation-body {
+ padding: 0 60px;
+ width: calc(100% - 674px);
+}
+.documentation-area .right-sidebar {
+ border-left: 1px solid #e7e7e7;
+ margin-top: -25px;
+ width: 324px;
+ padding-top: 24px;
+}
+
+.info-title p {
+ color: #515D63;
+ padding: 0 20px;
+}
+
.full-info {
- overflow: hidden; }
- .full-info h1,
- .full-info h2,
- .full-info h3,
- .full-info h4,
- .full-info h5,
- .full-info h6 {
- margin-top: 40px;
- font-weight: 700;
- color: #171B1C;
- margin-bottom: 10px; }
- .full-info h1:first-child,
- .full-info h2:first-child,
- .full-info h3:first-child,
- .full-info h4:first-child,
- .full-info h5:first-child,
- .full-info h6:first-child {
- margin-top: 0; }
- .full-info h1 a,
- .full-info h2 a,
- .full-info h3 a,
- .full-info h4 a,
- .full-info h5 a,
- .full-info h6 a {
- font-size: 16px; }
- .full-info h1 a svg,
- .full-info h2 a svg,
- .full-info h3 a svg,
- .full-info h4 a svg,
- .full-info h5 a svg,
- .full-info h6 a svg {
- padding-left: 10px; }
- .full-info h1 a.hash-tag,
- .full-info h2 a.hash-tag,
- .full-info h3 a.hash-tag,
- .full-info h4 a.hash-tag,
- .full-info h5 a.hash-tag,
- .full-info h6 a.hash-tag {
- opacity: 0;
- visibility: hidden;
- transition: 0.3s ease-in-out; }
- .full-info h1:hover a,
- .full-info h2:hover a,
- .full-info h3:hover a,
- .full-info h4:hover a,
- .full-info h5:hover a,
- .full-info h6:hover a {
- opacity: 1;
- visibility: visible; }
- .full-info h1 {
- font-size: 32px;
- border-bottom: 1px solid #ebebeb;
- padding-bottom: 10px;
- margin-bottom: 20px; }
- .full-info h2 {
- font-size: 24px; }
- .full-info h3 {
- font-size: 18px; }
- .full-info h4 {
- font-size: 16px; }
- .full-info h5 {
- font-size: 15px; }
- .full-info h6 {
- font-size: 13px; }
- .full-info .highlight pre code {
- color: #f1f1f1; }
- .full-info table td,
- .full-info table th {
- text-align: left; }
- .full-info h2 span.share-icon {
- color: #6b6b6b;
- font-size: 18px;
- margin-left: 10px;
- opacity: 0;
- visibility: hidden;
- transition: 0.3s ease-in-out; }
+ overflow: hidden;
+}
+.full-info h1,
+.full-info h2,
+.full-info h3,
+.full-info h4,
+.full-info h5,
+.full-info h6 {
+ margin-top: 40px;
+ font-weight: 700;
+ color: #171B1C;
+ margin-bottom: 10px;
+}
+.full-info h1:first-child,
+.full-info h2:first-child,
+.full-info h3:first-child,
+.full-info h4:first-child,
+.full-info h5:first-child,
+.full-info h6:first-child {
+ margin-top: 0;
+}
+.full-info h1 a svg,
+.full-info h2 a svg,
+.full-info h3 a svg,
+.full-info h4 a svg,
+.full-info h5 a svg,
+.full-info h6 a svg {
+ padding-left: 10px;
+}
+.full-info h1 a,
+.full-info h2 a,
+.full-info h3 a,
+.full-info h4 a,
+.full-info h5 a,
+.full-info h6 a {
+ font-size: 16px;
+}
+.full-info h1 a.hash-tag,
+.full-info h2 a.hash-tag,
+.full-info h3 a.hash-tag,
+.full-info h4 a.hash-tag,
+.full-info h5 a.hash-tag,
+.full-info h6 a.hash-tag {
+ opacity: 0;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+}
+.full-info h1:hover a,
+.full-info h2:hover a,
+.full-info h3:hover a,
+.full-info h4:hover a,
+.full-info h5:hover a,
+.full-info h6:hover a {
+ opacity: 1;
+ visibility: visible;
+}
+.full-info h1 {
+ font-size: 2rem;
+ padding-bottom: 10px;
+ line-height: 1.3;
+}
+.full-info h2 {
+ font-size: 24px;
+}
+.full-info h3 {
+ font-size: 18px;
+}
+.full-info h4 {
+ font-size: 16px;
+}
+.full-info h5 {
+ font-size: 15px;
+}
+.full-info h6 {
+ font-size: 13px;
+}
+
+.full-info h2 span.share-icon {
+ color: #6b6b6b;
+ font-size: 18px;
+ margin-left: 10px;
+ opacity: 0;
+ visibility: hidden;
+ transition: 0.3s ease-in-out;
+}
.full-info h2:hover span.share-icon {
opacity: 1;
- visibility: visible; }
+ visibility: visible;
+}
+
+blockquote {
+ border-left: 4px solid var(--ac-primary);
+ padding-left: 15px;
+}
.full-info ul li,
.full-info ol li,
@@ -17552,2507 +23676,4627 @@ Responsive Classes
color: #4a4a4a;
display: block;
padding-bottom: 8px;
- line-height: 1.8; }
+ line-height: 1.8;
+}
.full-info ul li:last-child,
.full-info ol li:last-child,
.full-info ol p:last-child {
margin-bottom: 0;
- padding-bottom: 0; }
+ padding-bottom: 0;
+}
+
+.full-info ul li,
+.full-info ol li {
+ text-indent: -30px;
+}
+
+.full-info ul li p,
+.full-info ol li p {
+ text-indent: 0;
+ margin-top: -30px;
+}
+
+.full-info ul li pre,
+.full-info ol li pre {
+ text-indent: 0px;
+ margin-left: -30px;
+}
+
+.full-info ul li:before {
+ content: "\f10c";
+ font-family: fontawesome;
+ font-size: 8px;
+ margin-right: 20px;
+ color: #707070;
+}
+
+.full-info figure {
+ margin-bottom: 30px;
+}
+.full-info figure figcaption {
+ color: #707070;
+ font-size: 14px;
+}
+
+ul li b {
+ color: var(--ac-primary);
+ font-weight: 500;
+}
+
+.full-info ul,
+.full-info ol {
+ padding: 0 0 0 30px;
+ margin-bottom: 15px;
+}
+
+.full-info ul.nav.nav-tabs {
+ margin-bottom: 0;
+}
+
+.full-info ul li p {
+ margin: 0;
+ display: inline;
+}
+
+.full-info p b {
+ color: var(--ac-primary);
+}
+
+.full-info ul li p a,
+.full-info p a,
+.full-info a {
+ color: var(--ac-primary);
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+}
+
+.full-info p {
+ margin-bottom: 0.825rem;
+ color: #515D63;
+ line-height: 160%;
+ font-family: "Roboto", sans-serif;
+}
+
+.full-info p strong {
+ font-weight: 500;
+}
+.full-info p strong em {
+ font-weight: 500;
+}
+
+.appscode-style.full-info ul li p a .appscode-style.full-info p a,
+.appscode-style.full-info a {
+ color: var(--ac-primary);
+}
+
+.code-block-wrapper {
+ position: relative;
+ z-index: 1;
+}
+.code-block-wrapper .code-block-title h4 {
+ font-size: 16px;
+ line-height: 130%;
+ font-family: "Roboto", sans-serif;
+ font-weight: 500;
+ margin-bottom: 0;
+ display: flex;
+ align-items: center;
+}
+.code-block-wrapper .code-block-title .copy-and-download {
+ display: flex;
+ align-items: center;
+ background: #f0f3f3;
+ padding: 20px;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+.code-block-wrapper .code-block-title .copy-and-download button {
+ background: transparent;
+ border: none;
+ cursor: copy;
+ width: 30px;
+}
+.code-block-wrapper .code-block-title .copy-and-download button svg {
+ transition: 0.3s ease-in-out;
+}
+.code-block-wrapper .code-block-title .copy-and-download button:hover svg {
+ transform: scale(1.2);
+}
+.code-block-wrapper .code-block-title .copy-and-download .download-here {
+ cursor: pointer;
+}
+
+.full-info ol {
+ list-style: none;
+ counter-reset: order-list-counter;
+}
+
+.full-info ol li {
+ counter-increment: order-list-counter;
+}
+
+.full-info ol li::before {
+ content: counter(order-list-counter) ". ";
+ font-weight: 500;
+ font-family: "Roboto", sans-serif;
+ font-size: 15px;
+ color: #4a4a4a;
+}
+
+.search-area {
+ position: relative;
+ z-index: 1;
+ margin-bottom: 40px;
+}
+
+.search-area input {
+ background: #ffffff;
+ border: 1px solid #e7e7e7;
+ padding: 9px 40px 9px 15px;
+ font-size: 15px;
+ border-radius: 3px;
+ width: 100%;
+}
+
+.search-button {
+ position: absolute;
+ top: 0;
+ height: 100%;
+ right: 0;
+ background: transparent;
+ border: none;
+ color: #32325d;
+ padding: 0 15px;
+ margin-top: -1px;
+ cursor: pointer;
+ display: block;
+}
+
+.tbl-of-contents #TableOfContents {
+ max-height: 70vh;
+}
+.tbl-of-contents #TableOfContents::-webkit-scrollbar {
+ width: 4px;
+ height: 4px;
+}
+.tbl-of-contents #TableOfContents::-webkit-scrollbar-track {
+ background: #f1f1f1;
+}
+.tbl-of-contents #TableOfContents::-webkit-scrollbar-thumb {
+ background: #c1c1c1;
+}
+.tbl-of-contents #TableOfContents::-webkit-scrollbar-thumb:hover {
+ background: #555;
+}
+
+.tbl-of-contents h4 {
+ font-size: 14px;
+ font-weight: 700;
+ color: #171B1C;
+ margin-left: 20px;
+ margin-bottom: 1.5rem;
+ line-height: 1;
+}
+
+.tbl-of-contents ul li a {
+ color: #4a4a4a;
+ opacity: 0.7;
+ font-size: 14px;
+ font-family: "Roboto", sans-serif;
+ font-weight: 500;
+ display: block;
+ padding-left: 20px;
+ padding-bottom: 10px;
+}
+
+.tbl-of-contents ul ul {
+ border: none;
+}
+
+.tbl-of-contents ul a.active:before {
+ width: 3px;
+ height: 100%;
+ background: var(--ac-primary);
+ content: "";
+ left: -2px;
+ top: 0;
+ position: absolute;
+ border-radius: 50px;
+ transition: 0.3s ease-in-out;
+}
-.full-info ul li,
-.full-info ol li {
- text-indent: -30px; }
+.tbl-of-contents ul a.active {
+ position: relative;
+ z-index: 1;
+ color: var(--ac-primary);
+}
-.full-info ul li p,
-.full-info ol li p {
- text-indent: 0;
- margin-top: -30px; }
+li.nav-item.active a {
+ color: var(--ac-primary);
+}
-.full-info ul li pre,
-.full-info ol li pre {
- text-indent: 0px;
- margin-left: -30px; }
+.right-sidebar-area {
+ padding: 0 1.25rem 0 0;
+ position: sticky;
+ top: 130px;
+}
-.full-info ul li:before {
- content: "\f10c";
- font-family: fontawesome;
- font-size: 8px;
- margin-right: 20px;
- color: #707070; }
+.overlay-bg {
+ position: relative;
+ z-index: 99;
+ width: 100%;
+ height: 100%;
+}
-.full-info figure {
- margin-bottom: 30px; }
- .full-info figure figcaption {
- color: #707070;
- font-size: 14px; }
+.overlay-bg {
+ position: fixed;
+ content: "";
+ background: #000;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ opacity: 0.8;
+ display: none;
+}
-ul li b {
- color: var(--ac-primary);
- font-weight: 500; }
+.sidebar-search-area {
+ background: #ffffff;
+ width: 585px;
+ z-index: 9999;
+ right: -100%;
+ position: fixed;
+ top: 0;
+ height: 100%;
+ overflow-y: scroll;
+ transition: 0.3s linear;
+}
+.sidebar-search-area button.button.ac-button.inline-button.back-button {
+ padding-left: 20px;
+ padding-top: 20px;
+}
-.full-info ul,
-.full-info ol {
- padding: 0 0 0 30px;
- margin-bottom: 15px; }
+.sidebar-search-area::-webkit-scrollbar {
+ width: 8px;
+}
-.full-info ul.nav.nav-tabs {
- margin-bottom: 0; }
+.sidebar-search-area::-webkit-scrollbar-track {
+ background: #e7e7e7;
+}
-.full-info ul li p {
- margin: 0;
- display: inline; }
+.sidebar-search-area::-webkit-scrollbar-thumb {
+ background: #888;
+ border-radius: 50px;
+}
-.full-info p b {
- color: var(--ac-primary); }
+.sidebar-search-area::-webkit-scrollbar-thumb:hover {
+ background: #818181;
+}
-.full-info ul li p a,
-.full-info p a,
-.full-info a {
- color: var(--ac-primary);
- font-weight: 500;
- font-family: "Roboto", sans-serif; }
+.search-area-top {
+ padding: 20px;
+}
-.full-info p {
- margin-bottom: 15px;
- color: #515D63; }
+.searchbar-area input {
+ background: #ffffff;
+ padding: 10px;
+ border: 1px solid #e7e7e7;
+ height: 40px;
+ border-radius: 3px;
+ width: calc(100% - 70px);
+}
+.searchbar-area input:focus {
+ box-shadow: none;
+ outline: none;
+}
-.full-info p strong {
- font-weight: 500; }
- .full-info p strong em {
- font-weight: 500; }
+.searchbar-area {
+ position: relative;
+ z-index: 1;
+}
-.appscode-style.full-info ul li p a .appscode-style.full-info p a,
-.appscode-style.full-info a {
- color: var(--ac-primary); }
+.searchbar-area button {
+ position: absolute;
+ height: 100%;
+ width: 60px;
+ background: #4d4dcb;
+ color: #ffffff;
+ border: none;
+ border-radius: 3px;
+ margin-left: 10px;
+ cursor: pointer;
+}
-.full-info ol {
- list-style: none;
- counter-reset: order-list-counter; }
+.sidebar-search-area h3 {
+ font-family: "Roboto", sans-serif;
+ color: #393e46;
+ margin-bottom: 10px;
+}
-.full-info ol li {
- counter-increment: order-list-counter; }
+.search-meta-information p,
+.search-meta-information label,
+.shorting-data select {
+ font-size: 12px;
+ color: #6b6b6b;
+ margin-top: 14px;
+}
-.full-info ol li::before {
- content: counter(order-list-counter) ". ";
- font-weight: 500;
+.shorting-data select {
+ border-radius: 3px;
+ width: 60px;
+ background: #f2f2f2;
+ border-color: #e7e7e7;
+ color: #393e46;
font-family: "Roboto", sans-serif;
- font-size: 15px;
- color: #4a4a4a; }
+}
-/* schedule-demo start */
-embed,
-iframe,
-object,
-video {
- height: 100%;
- max-width: 100%; }
+.single-search-result h3 a {
+ color: #4d4dcb;
+ font-size: 16px;
+ font-family: "Roboto", sans-serif;
+ line-height: 26px;
+}
-.schedule-title {
- margin-top: 65px;
- color: #242a31;
- margin-bottom: 30px; }
+.single-search-result h3 {
+ margin-bottom: 0;
+ line-height: 0;
+}
-.kd-sidebar-menu label,
-.kd-sidebar-menu li a {
- font-size: 14px;
- font-weight: 500;
- color: #4a4a4a;
+.single-search-result a {
+ color: #00a651;
+ font-size: 12px;
+ font-family: "Roboto", sans-serif;
display: block;
- cursor: pointer;
- user-select: none;
- margin-top: 10px;
+}
+
+.result-thumb {
+ width: 60px;
+ float: left;
+ overflow: hidden;
+ margin-right: 10px;
+}
+
+.result-description-wrapper {
+ overflow: hidden;
margin-top: 5px;
- transition: 0.3s; }
+}
-.item ul,
-.item input[type="checkbox"] {
- display: none;
+.result-description {
overflow: hidden;
- transition: 0.3s; }
+}
-.kd-sidebar-menu .item label a {
- font-weight: 600;
- color: #515D63;
- padding: 8px 17px;
- display: block; }
+.result-description p {
+ overflow: hidden;
+ font-size: 12px;
+}
-.kd-sidebar-menu li a:hover {
- color: var(--ac-primary); }
+.single-search-result {
+ border-bottom: 1px solid #f2f2f2;
+ padding: 8px 20px;
+ transition: 0.3s ease-in-out;
+}
-.kd-sidebar-menu .item ul {
- margin-left: 20px;
- padding-left: 15px;
- border-left: 1px solid #e2e2e2; }
+.single-search-result:last-child {
+ border-bottom: none;
+}
-.item input:checked ~ label,
-.item input:checked ~ .item > label {
- border: 1px solid #e2e2e2;
- background: #ffffff; }
+.single-search-result:hover {
+ background: #f2f2f2;
+}
-.item:first-child input:checked ~ label, .item:first-child input:checked ~ .item:first-child > label {
- border: 1px solid transparent; }
+.single-search-result:hover.single-search-result h3 a {
+ text-decoration: underline;
+}
-.appscode-style .item input:checked ~ label > a {
- color: var(--ac-primary); }
+.full-info img {
+ border: 1px solid #a9e9e9;
+ padding: 15px;
+ border-radius: 4px;
+}
+
+/* version section style start */
+.select select.is-active,
+.select select.is-focused,
+.select select:active,
+.select select:focus,
+.button.is-focused:not(:active),
+.button:focus:not(:active) {
+ box-shadow: none;
+ border-color: none;
+}
+
+.navbar-link:not(.is-arrowless)::after,
+.select:not(.is-multiple):not(.is-loading)::after {
+ border-color: #999;
+ height: 8px;
+ width: 8px;
+}
+
+.dropdown.is-active .button .icon:last-child:not(:first-child) {
+ transform: rotate(180deg);
+}
+
+/* version section style end */
+.improve-section-area {
+ background-color: #fafafd;
+ border-top: 1px solid #e7e7e7;
+ border-bottom: 1px solid #e7e7e7;
+ padding: 20px;
+ font-size: 1rem;
+ font-weight: 500;
+}
+
+.improve-bg-color {
+ background-color: #fbfdff;
+}
+.improve-bg-color a {
+ font-size: 16px !important;
+ font-weight: 700 !important;
+ font-family: "Roboto", sans-serif;
+}
+.improve-bg-color p {
+ font-size: 16px !important;
+ color: #74818d !important;
+}
+
+.full-info table td,
+.full-info table th {
+ text-align: left;
+}
+
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 1023px) {
+ .documentation-area {
+ margin-top: 160px;
+ margin-bottom: 15px;
+ }
+ .documentation-area .right-sidebar-area {
+ top: 0;
+ }
+ .documentation-area .left-sidebar-wrapper,
+ .documentation-area .right-sidebar {
+ display: none;
+ position: fixed;
+ top: 0;
+ z-index: 9999;
+ width: 80%;
+ margin-top: 0;
+ height: calc(100vh - 0px);
+ }
+ .documentation-area .right-sidebar {
+ right: 0;
+ background: #fff;
+ height: 100vh;
+ overflow-y: auto;
+ }
+ .documentation-area .documentation-body {
+ padding: 0 20px;
+ width: 100%;
+ }
+ .documentation-area .documentation-body .full-info h1 {
+ font-size: 1.5rem;
+ line-height: 1.3;
+ margin-bottom: 0;
+ }
+ .ac-product-left-sidebar {
+ max-height: calc(100vh - 100px);
+ top: 0;
+ position: relative;
+ }
+ .sidebar-search-area {
+ width: 100%;
+ }
+ .improve-section-area {
+ padding-bottom: 20px;
+ }
+ .button.is-link.is-medium.is-active.has-text-weight-normal {
+ margin-bottom: 10px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .documentation-area .left-sidebar-wrapper {
+ width: 240px;
+ }
+ .documentation-area .documentation-body {
+ padding: 0 40px;
+ width: calc(100% - 480px);
+ }
+ .documentation-area .right-sidebar {
+ width: 240px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .documentation-area .left-sidebar-wrapper {
+ width: 240px;
+ }
+ .documentation-area .documentation-body {
+ padding: 0 40px;
+ width: calc(100% - 480px);
+ }
+ .documentation-area .right-sidebar {
+ width: 240px;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .navbar-appscode.documentation-menu {
+ margin-left: 263px;
+ }
+ .documentation-area .left-sidebar-wrapper {
+ width: 265px;
+ }
+ .documentation-area .documentation-body {
+ width: calc(100% - 520px);
+ }
+ .documentation-area .right-sidebar {
+ width: 260px;
+ }
+}
+.hero-area.features-plan {
+ margin-top: 130px;
+}
+.hero-area.features-plan .hero-area-content .hero-content-inner h1 {
+ font-size: 36px;
+ line-height: 140%;
+ font-weight: 500;
+ margin-bottom: 30px;
+}
+.hero-area.features-plan .hero-area-content .hero-content-inner h1 b {
+ font-weight: 700;
+}
-.item input:checked ~ ul, .item input:checked ~ .item > ul > .item {
- margin-left: -20px; }
+.bgc-2 {
+ background-color: #f9f9f9;
+}
-.kd-left-sidebar {
- margin-right: 30px;
+.features-cta-area {
+ padding: 80px 0;
+}
+.features-cta-area .features-plan-cta-wrapper {
+ background-color: #ffffff;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
position: sticky;
- top: 130px;
- z-index: 9; }
-
-.kd-sidebar-menu {
- max-height: 65vh;
- overflow-y: auto; }
-
-.kd-sidebar-menu .item label {
- border: 1px solid transparent;
+ z-index: 8;
+ top: 50px;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-left {
+ width: 35%;
+ padding: 30px 20px;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-left.fp-cta-bg {
+ background-image: url(../images/features-plan/features-plan-cta-bg.svg);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: center;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-left h2 {
+ font-size: 36px;
+ line-height: 140%;
+ font-weight: 700;
+ color: #32325d;
+ margin-bottom: 20px;
+ text-transform: capitalize;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-left p {
+ font-size: 16px;
+ line-height: 160%;
+ color: #54657e;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right {
+ width: 65%;
+ display: flex;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
+ padding: 20px 20px 80px 20px;
+ border-left: 1px solid #eceff4;
position: relative;
z-index: 1;
- border-radius: 3px 0 0 3px; }
-
-.go-to-top {
- position: fixed;
- display: block;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.community {
+ width: 50%;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.enterprise {
+ width: 50%;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.enterprise .button.ac-button.is-secondary {
+ background-color: #ff8000;
+ border-color: #ff8000;
+ color: #ffffff;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
+ font-weight: 700;
+ font-size: 22px;
+ line-height: 1.2;
+ margin-bottom: 6px;
+ text-transform: capitalize;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta p {
font-size: 16px;
- z-index: 999;
- right: 20px;
- bottom: 40px;
- width: 40px;
- height: 40px;
- line-height: 30px;
- border-radius: 50%;
+ color: #54657e;
+ line-height: 1.5;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta a.is-trial {
+ font-size: 12px;
+ color: #ff8000;
+ margin-bottom: 15px;
+ line-height: 1;
+ font-weight: 500;
+ display: block;
+ font-family: roboto;
+ text-decoration: underline;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta a.is-trial:hover {
color: var(--ac-primary);
- background: rgba(255, 255, 255, 0.2);
- border: 1px solid var(--ac-primary);
- opacity: 0;
- cursor: pointer;
- transition: opacity 0.4s linear; }
- .go-to-top i.fa {
- color: var(--ac-primary); }
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .bottom-content {
+ position: absolute;
+ bottom: 20px;
+ left: 0px;
+ width: 100%;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title {
+ margin-top: 15px;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li {
+ background-color: #ffefe7;
+ width: 33.33%;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(2) {
+ background-color: rgba(0, 114, 249, 0.1);
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(3) {
+ background-color: #ece8f7;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(4) {
+ background-color: #e8f1f8;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title ul {
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+}
+.features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title ul li {
+ padding: 16px;
+ font-size: 16px;
+ color: #393e46;
+ text-transform: uppercase;
+ font-weight: 500;
+ background-color: #e5f6ee;
+ width: 100%;
+}
-.go-to-top.is-visible {
- opacity: 1; }
+.single-features-area:not(:last-child) {
+ margin-bottom: 30px;
+}
-.footer-area {
+.features-plan-area .single-features-area .single-features {
+ display: grid;
+ grid-template-columns: 35% 65%;
+}
+.features-plan-area .single-features-area .single-features .features-plan {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+ text-align: center;
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) {
+ background-color: #ffffff;
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .features-plan.community {
+ background-color: #edf9f3 !important;
+ color: #32325d;
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan {
+ color: #32325d;
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(1) {
+ background-color: rgba(252, 96, 17, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(2) {
+ background-color: rgba(0, 114, 249, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(3) {
+ background-color: rgba(63, 25, 173, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(4) {
+ background-color: rgba(25, 113, 189, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) {
+ background-color: #f7f9fb;
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .features-plan.community {
+ background-color: #e6f3ef !important;
+ color: #32325d;
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .e-plan {
+ color: #32325d;
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(1) {
+ background-color: rgba(252, 96, 17, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(2) {
+ background-color: rgba(0, 114, 249, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(3) {
+ background-color: rgba(63, 25, 173, 0.1);
+}
+.features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(4) {
+ background-color: rgba(25, 113, 189, 0.1);
+}
+.features-plan-area .single-features-area .single-features.title {
+ margin-bottom: 0;
+}
+.features-plan-area .single-features-area .single-features.title .features-name {
+ display: flex;
+ align-items: center;
+}
+.features-plan-area .single-features-area .single-features.title .features-plan.community {
+ background-color: #edf9f3 !important;
+ color: #00a651;
+}
+.features-plan-area .single-features-area .single-features.title .e-plan:nth-child(1) {
+ background-color: rgba(252, 96, 17, 0.1);
+ color: #fc6011;
+}
+.features-plan-area .single-features-area .single-features.title .e-plan:nth-child(2) {
+ background-color: rgba(0, 114, 249, 0.1);
+ color: #0072f9;
+}
+.features-plan-area .single-features-area .single-features.title .e-plan:nth-child(3) {
+ background-color: rgba(63, 25, 173, 0.1);
+ color: #3f19ad;
+}
+.features-plan-area .single-features-area .single-features.title .e-plan:nth-child(4) {
+ background-color: rgba(25, 113, 189, 0.1);
+ color: #1971bd;
+}
+.features-plan-area .single-features-area .single-features.title .features-name {
+ font-weight: 500;
+}
+.features-plan-area .single-features-area .single-features.title .features-plan-wrapper .features-plan {
+ font-weight: 500;
+}
+.features-plan-area .single-features-area .single-features .features-name {
+ padding: 14px 20px;
+ font-size: 16px;
+ color: #393e46;
+}
+.features-plan-area .single-features-area .single-features .features-name a {
+ font-family: "Roboto", sans-serif;
+ text-decoration: underline;
+}
+.features-plan-area .single-features-area .single-features .features-name .info-icon.tooltip {
+ margin-left: 5px;
+ margin-top: 3px;
+ min-width: 16px;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper {
+ display: grid;
+ align-items: center;
+ grid-template-columns: 50% 50%;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan {
+ font-weight: 400;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.community {
+ height: 100%;
+ display: flex;
+ align-items: center;
+ text-align: center;
+ justify-content: center;
+ font-size: 14px;
+ padding: 7px;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.community span.t-icon {
+ height: 26px;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.enterprise {
+ display: grid;
+ grid-template-columns: 100%;
+ font-size: 14px;
+ height: 100%;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan .e-plan {
+ padding: 10px 15px;
+ height: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ line-height: 130%;
+}
+.features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan .e-plan span.t-icon {
+ height: 26px;
+ width: 26px;
+ align-items: center;
+ display: flex;
+ justify-content: center;
+}
+
+.assistance-card-wrapper {
+ @import url(/assets/css/calendly.css);
+}
+.assistance-card-wrapper .single-card {
+ background: #ffffff;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
+ border-radius: 4px;
+ transition: 0.3s ease-in-out;
+}
+.assistance-card-wrapper .single-card:hover {
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16);
+}
+.assistance-card-wrapper .single-card .card-head {
+ display: flex;
+ align-items: center;
+ padding: 40px 30px;
+ border-bottom: 1px solid #eceff4;
+}
+.assistance-card-wrapper .single-card .card-head .ass-icon {
+ width: 56px;
+ margin-right: 28px;
+}
+.assistance-card-wrapper .single-card .card-head .ass-title {
+ font-style: normal;
+ font-weight: 500;
+ font-size: 18px;
+ line-height: 120%;
+ color: #1c1c1c;
+}
+.assistance-card-wrapper .single-card .card-body {
+ padding: 30px 20px;
+}
+.assistance-card-wrapper .single-card .card-body p {
+ font-style: normal;
+ font-weight: normal;
+ font-size: 16px;
+ line-height: 100%;
+ color: #54657e;
+ margin-bottom: 15px;
+}
+.assistance-card-wrapper .single-card .card-body .button {
+ background: rgba(77, 77, 203, 0.1);
+ border: 1px solid #4d4dcb;
+ box-sizing: border-box;
+ border-radius: 4px;
+ font-size: 16px;
+ color: #4d4dcb;
+ font-weight: 500;
+ font-family: Roboto;
+ height: 41px;
+ transition: 0.3s ease-in-out;
+}
+.assistance-card-wrapper .single-card .card-body .button:hover {
+ background-color: #4d4dcb;
+ color: #ffffff !important;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form {
position: relative;
- z-index: 1; }
- .footer-area:after {
- position: absolute;
- content: "";
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: -1; }
+ z-index: 1;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form input {
+ border: none;
+ background-color: #e7e7e7;
+ height: 41px;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form input:focus {
+ border: 1px solid #4d4dcb;
+ border-radius: 4px;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form button {
+ position: absolute;
+ right: 0;
+ top: 0;
+ background-color: #4d4dcb;
+ color: #ffffff;
+ border: none;
+ z-index: 9;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form button i.fa {
+ color: #ffffff;
+}
+.assistance-card-wrapper .single-card .card-body .subscription-form button:hover {
+ color: #ffffff;
+}
-.single-footer-widget .footer-logo {
- max-width: 160px; }
+/****************************************
+Responsive Classes
+*****************************************/
+@media screen and (max-width: 768px) {
+ .features-plan .hero-area-content .hero-content-inner h1 {
+ font-size: 28px;
+ line-height: 140% !important;
+ font-weight: 500;
+ margin-bottom: 20px;
+ }
+ .features-cta-area.section-padding-100 {
+ padding: 60px 0;
+ }
+ .features-cta-area {
+ overflow-y: auto;
+ }
+ .features-cta-area .features-plan-cta-wrapper {
+ position: static;
+ min-width: 1344px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left {
+ width: 35%;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
+ font-size: 26px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right {
+ width: 70%;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
+ width: 100%;
+ padding: 20px 20px 108px 20px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
+ font-size: 20px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .features-plan-area {
+ min-width: 1344px;
+ }
+ .features-cta-area .single-features-area {
+ margin-bottom: 10px;
+ }
+ .table.ac-features-table {
+ min-width: 500px;
+ }
+ .assistance-area.section-padding-100 {
+ padding: 60px 0;
+ }
+ .single-assistance .ass-top {
+ padding: 30px 20px;
+ }
+ .single-assistance .ass-top .ass-icon {
+ max-width: 40px;
+ }
+ .single-assistance .ass-bottom {
+ padding: 20px 20px 30px;
+ }
+ .ac-accordion-wrapper .single-accordion-item .accordion-heading h3 {
+ padding-right: 20px;
+ }
+}
+@media (min-width: 576px) and (max-width: 768px) {
+ .features-plan .hero-area-img {
+ display: none;
+ }
+ .features-cta-area.section-padding-100 {
+ padding: 60px 0;
+ }
+ .features-cta-area {
+ overflow-y: auto;
+ }
+ .features-cta-area .features-plan-cta-wrapper {
+ position: static;
+ min-width: 1344px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left {
+ width: 35%;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
+ font-size: 26px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right {
+ width: 100%;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
+ width: 100%;
+ padding: 40px 20px 108px 20px;
+ min-height: 240px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
+ font-size: 20px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .single-features-area {
+ margin-bottom: 10px;
+ }
+ .features-plan-area {
+ min-width: 1344px;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .features-plan .hero-content-inner {
+ padding: 50px 50px 50px 0;
+ }
+ .features-plan .hero-area-img img {
+ opacity: 1;
+ }
+ .features-cta-area {
+ overflow-y: auto;
+ }
+ .features-cta-area .features-plan-cta-wrapper {
+ min-width: 1344px;
+ position: static;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left {
+ width: 30%;
+ padding: 50px 20px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
+ font-size: 26px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right {
+ width: 70%;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
+ width: 100%;
+ padding: 40px 20px 108px 20px;
+ min-height: 240px;
+ }
+ .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
+ font-size: 20px;
+ margin-bottom: 10px;
+ }
+ .features-cta-area .single-features-area {
+ margin-bottom: 10px;
+ }
+ .features-cta-area .features-plan-area {
+ min-width: 1344px;
+ }
+}
+.news-message {
+ display: inline-flex;
+ font-family: "Roboto", sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 14px;
+ line-height: 1.6;
+ color: #515D63;
+ background: #ffffff;
+ margin-bottom: 8px;
+ border: 1px solid #e7e7e7;
+ padding: 8px 15px;
+ border-radius: 2px;
+}
+.news-message:hover strong {
+ text-decoration: underline;
+}
+.news-message strong {
+ color: var(--ac-primary);
+ font-weight: 500;
+}
-.subscription-form {
- margin-top: 10px; }
- .subscription-form label {
- font-size: 18px;
- font-weight: 600;
- display: block;
- font-family: "Roboto", sans-serif; }
- .subscription-form input {
- background: rgba(255, 255, 255, 0.2);
- border: 1px solid rgba(255, 255, 255, 0.3);
- box-shadow: none;
- font-size: 16px;
- border-radius: 4px;
- padding: 8px 50px 8px 10px;
- height: 40px;
- position: relative;
- z-index: 1;
- color: #ffffff; }
- .subscription-form input::placeholder {
- color: #ADB2B0; }
- .subscription-form input:focus {
- border: 1px solid var(--ac-primary); }
- .subscription-form .button {
- font-family: #4a4a4a;
- color: var(--ac-primary);
- font-size: 16px;
+.hero-area-1 {
+ padding: 150px 0 60px 0px;
+ overflow: hidden;
+}
+@media screen and (max-width: 768px) {
+ .hero-area-1 {
+ padding: 160px 0 30px;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .hero-area-1 {
+ padding: 130px 0 50px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-1 {
+ padding: 150px 0 60px;
+ }
+}
+.hero-area-1 h1 {
+ font-weight: 600;
+ font-size: 68px;
+ line-height: 120%;
+ letter-spacing: -2.5px;
+}
+@media screen and (max-width: 768px) {
+ .hero-area-1 h1 {
+ font-size: 38px;
+ letter-spacing: -0.57px;
+ }
+}
+@media (min-width: 400px) and (max-width: 768px) {
+ .hero-area-1 h1 {
+ font-size: 45px;
+ }
+ .hero-area-1 h1 img {
+ height: 40px !important;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .hero-area-1 h1 {
+ font-size: 38px;
+ letter-spacing: -0.57px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-1 h1 {
+ font-size: 56px;
+ letter-spacing: -0.57px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .hero-area-1 h1 {
+ font-size: 58px;
+ letter-spacing: -0.57px;
+ }
+}
+.hero-area-1 h1 img {
+ transform: translateY(2px);
+}
+@media screen and (max-width: 768px) {
+ .hero-area-1 h1 img {
+ height: 32px;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .hero-area-1 h1 img {
+ height: 32px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-1 h1 img {
height: 40px;
- box-shadow: none;
- transition: 0.3s ease-in-out;
- cursor: pointer;
- border: 1px solid transparent;
- position: absolute;
- top: 0;
+ }
+}
+.hero-area-1 .buttons {
+ margin-top: 30px;
+ margin-bottom: 30px;
+}
+@media screen and (max-width: 1407px) {
+ .hero-area-1 .buttons {
+ margin-bottom: 16px;
+ }
+}
+.hero-area-1 .buttons .button {
+ margin-bottom: 0;
+}
+@media screen and (max-width: 768px) {
+ .hero-area-1 .buttons .button.ac-button {
+ width: 100%;
+ }
+}
+@media screen and (max-width: 1215px) {
+ .hero-area-1 .buttons .button.ac-button {
+ margin-bottom: 0.5rem;
+ margin-right: 0.5rem !important;
+ padding: 0.5rem 1rem;
+ }
+}
+.hero-area-1 .h-right-content {
+ margin-right: -84px;
+ position: relative;
+ z-index: 1;
+}
+@media screen and (max-width: 768px) {
+ .hero-area-1 .h-right-content {
+ margin-right: 0;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .hero-area-1 .h-right-content {
+ margin-right: -30px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-1 .h-right-content {
+ margin-right: -42px;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .hero-area-1 .h-right-content {
+ margin-right: -74px;
+ }
+}
+@media (min-width: 1216px) and (max-width: 1440px) {
+ .hero-area-1 .h-right-content {
+ margin-right: -74px;
+ }
+}
+.hero-area-1 .h-right-content::after {
+ transform: scale(3) rotate(90deg);
+ left: auto;
+ right: 200px;
+ top: 0;
+ bottom: auto;
+ opacity: 0.5;
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-1 .h-right-content::after {
+ transform: scale(2.5) rotate(90deg);
+ right: 0;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-1 .h-right-content::after {
+ transform: scale(2.5) rotate(90deg);
right: 0;
- z-index: 9 !important;
- background: transparent; }
- .subscription-form .button:hover {
- background-color: var(--ac-primary);
- color: #ffffff !important;
- outline: none;
- box-shadow: none; }
+ }
+}
-.contact-information {
- margin-top: 28px; }
- .contact-information h4 {
- font-size: 18px;
- color: #171B1C; }
+.intro-view-button {
+ position: absolute;
+ left: 0;
+ top: 25%;
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ background-color: #fff;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16);
+ padding: 16px;
+ border-radius: 16px;
+ width: 330px;
+ cursor: pointer;
+ transition: 0.3s ease-in-out;
+}
+.intro-view-button:hover {
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.25);
+}
+.intro-view-button:hover .content span {
+ color: #171B1C;
+}
+.intro-view-button .video-icon {
+ width: 48px;
+ height: 48px;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16);
+ border-radius: 50%;
+}
+.intro-view-button .content {
+ width: calc(100% - 64px);
+}
+.intro-view-button .content p {
+ font-size: 16px;
+ margin-bottom: 0;
+}
-.all-contact-info li a,
-p.spam-message {
+.products-area {
+ position: relative;
+}
+.products-area .single-product {
+ display: block;
+ background-color: #ffffff;
+ border: 1px solid #e7e7e7;
+ transition: 0.3s ease-in-out;
+ padding: 32px 24px;
+ border-radius: 4px;
+}
+.products-area .single-product:hover {
+ box-shadow: 1px 11px 114px rgba(0, 0, 0, 0.15);
+}
+@media screen and (max-width: 768px) {
+ .products-area .single-product {
+ padding: 32px 16px;
+ }
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .products-area .single-product {
+ min-height: 278px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .products-area .single-product:after {
+ right: 0;
+ width: 100%;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .products-area .single-product {
+ padding: 35px 20px;
+ }
+}
+.products-area .single-product .product-logo {
+ height: 24px;
+ margin-bottom: 20px;
+}
+.products-area .single-product .product-logo img {
+ height: 100%;
+}
+.products-area .single-product p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
color: #515D63;
- display: inline-block;
+ margin-bottom: 20px;
+}
+.products-area .single-product p strong {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ color: var(--ac-primary);
+}
+.products-area .single-product .button {
+ font-weight: 600;
font-size: 14px;
- font-family: "Roboto", sans-serif;
- padding: 5px 0; }
-
-.all-contact-info li a span {
- padding-right: 10px; }
-
-.footer-menu label {
+ line-height: 160%;
+ letter-spacing: 0;
+ color: var(--ac-primary);
+ text-decoration: underline;
+}
+.products-area .single-product .button .material-icons-outlined {
font-size: 18px;
- margin-bottom: 4px;
- font-weight: 500; }
-
-.footer-link li a {
- color: #D4D6D5;
- font-size: 14px;
- display: block;
- padding: 8px 0;
- transition: 0.3s linear; }
- .footer-link li a:last-child {
- padding-bottom: 0; }
- .footer-link li a:hover {
- color: var(--ac-primary);
- padding-left: 5px; }
-
-.footer-top {
- padding: 50px 0 30px 0;
- border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
-
-.footer-bottom {
- padding: 30px 0; }
- .footer-bottom p {
- font-size: 14px;
- color: #515D63;
- margin-bottom: 0; }
-
-.footer-inline-link a {
- color: #4a4a4a;
- font-size: 14px;
- margin-right: 30px;
- transition: 0.3s ease-in-out; }
- .footer-inline-link a:hover {
- color: var(--ac-primary); }
- .footer-inline-link a:last-child {
- margin-right: 0; }
-
-.socail-link-inline li {
- margin-right: 10px;
- display: inline-block; }
- .socail-link-inline li a {
- color: #8a8a8a;
- font-size: 14px;
- display: inline-block;
- width: 30px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border: 1px solid #8a8a8a;
- border-radius: 50%;
- transition: 0.3s ease-in-out; }
- .socail-link-inline li a:hover {
- background: var(--ac-primary);
- color: #ffffff;
- border: 1px solid transparent; }
- .socail-link-inline li:last-child {
- margin-right: 0; }
+ margin-left: 1rem;
+}
-/****************************************
-Responsive Classes
-*****************************************/
+.more-products,
+.intro-kubedb-ui {
+ gap: 12px;
+}
+.more-products .single-feature,
+.intro-kubedb-ui .single-feature {
+ flex-basis: calc(50% - 6px);
+}
+@media screen and (max-width: 1023px) {
+ .more-products .single-feature,
+ .intro-kubedb-ui .single-feature {
+ flex-basis: 100%;
+ }
+}
@media screen and (max-width: 768px) {
- .footer-area .footer-top .is-1-mobile .column {
- padding: 0.25rem; }
- .footer-area .single-footer-widget {
- height: 100%; }
- .footer-area .single-footer-widget .footer-logo {
- margin: 0 auto; }
- .footer-area .single-footer-widget .subscription-form {
- text-align: center; }
- .footer-area .single-footer-widget .field.has-addons {
- justify-content: center; }
- .footer-area .footer-menu {
- background-color: #4d4dcb0d;
- height: 100%;
- padding: 20px 5px;
- border-radius: 4px; }
- .footer-area .footer-menu.is-info {
- background-color: #0aafff2e; }
- .footer-area .footer-menu.is-danger {
- background-color: #ea3d2f24; }
- .footer-area .footer-menu.is-warning {
- background: #f7ad2a36; }
- .footer-area .footer-menu.is-success {
- background-color: #27b06430; }
- .footer-area .footer-menu h4 {
- margin-bottom: 0; }
- .footer-area .contact-information {
- text-align: center; }
-
- .footer-inline-link {
- padding: 10px 0; }
-
- .footer-bottom {
- padding: 20px 0; } }
-/*==============================================================
- Documentation page style
-==============================================================*/
-.documentation-area {
- margin-top: 190px;
- display: flex; }
- .documentation-area .left-sidebar-wrapper {
- border-right: 1px solid #e7e7e7;
- margin-top: -35px;
- background-color: #fafafd;
- z-index: 1;
- width: 350px;
- padding-top: 1rem;
- /* ===== Scrollbar CSS ===== */
- /* Firefox */
- /* Chrome, Edge, and Safari */ }
- .documentation-area .left-sidebar-wrapper * {
- scrollbar-width: auto;
- scrollbar-color: #ebebeb #fafafd; }
- .documentation-area .left-sidebar-wrapper *::-webkit-scrollbar {
- width: 12px; }
- .documentation-area .left-sidebar-wrapper *::-webkit-scrollbar-track {
- background: #fafafd; }
- .documentation-area .left-sidebar-wrapper *::-webkit-scrollbar-thumb {
- background-color: #ebebeb;
- border-radius: 10px;
- border: 3px solid #fafafd; }
- .documentation-area .left-sidebar-wrapper .product-sidebar-menu {
- overflow-y: auto;
- width: 100%;
- overflow-y: scroll;
- padding-right: 17px;
- box-sizing: content-box;
- border-right: 1px solid #e7e7e7; }
- .documentation-area .left-sidebar-wrapper .product-sidebar-menu .item label {
- background: transparent; }
- .documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul {
- overflow: inherit; }
- .documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul li.is-active {
- position: relative; }
- .documentation-area .left-sidebar-wrapper .product-sidebar-menu .item ul li.is-active::after {
- position: absolute;
- content: "";
- left: -21px;
- top: 50%;
- margin-top: -6px;
- width: 10px;
- height: 10px;
- background: #ffffff;
- border-radius: 50%;
- z-index: 9;
- border: 1px solid #e7e7e7; }
- .documentation-area .left-sidebar-wrapper .item input:checked ~ label a,
- .documentation-area .left-sidebar-wrapper .item input:checked ~ .item > label a {
- color: var(--ac-primary); }
- .documentation-area .documentation-body {
- padding: 0 60px;
- width: calc(100% - 674px); }
- .documentation-area .right-sidebar {
- border-left: 1px solid #e7e7e7;
- margin-top: -25px;
- width: 324px;
- padding-top: 24px; }
+ .more-products .button.ac-button,
+ .intro-kubedb-ui .button.ac-button {
+ width: 100%;
+ }
+}
-.info-title p {
+.single-feature {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 12px;
+}
+.single-feature.card-view {
+ flex-direction: column;
+ border: 1px solid #e7e7e7;
+ padding: 16px;
+ border-radius: 4px;
+ background-color: #fbfbfe;
+}
+.single-feature.card-view:nth-child(2) {
+ background-color: #fefdfa;
+}
+.single-feature.card-view:nth-child(3) {
+ background-color: #fafefc;
+}
+.single-feature.card-view:nth-child(4) {
+ background-color: #fcfaff;
+}
+.single-feature.card-view .icon {
+ border: 1px solid transparent;
+ background-color: #ffffff;
+}
+.single-feature.card-view .content {
+ width: 100%;
+}
+.single-feature.mechanism {
+ transition: 0.3s ease-in-out;
+ border-radius: 8px;
+ padding: 8px 16px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ cursor: pointer;
+}
+.single-feature.mechanism .content strong {
+ margin-bottom: 4px;
+ font-size: 16px;
+}
+.single-feature.mechanism:hover {
+ background-color: rgba(255, 255, 255, 0.1);
+}
+.single-feature.mechanism.is-active {
+ background-color: var(--ac-primary);
+}
+.single-feature .icon {
+ width: 52px;
+ height: 52px;
+ border-radius: 50%;
+ background-color: #f0fff7;
+ border: 1px solid var(--ac-primary);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.single-feature .icon img {
+ height: 32px;
+ width: auto;
+}
+.single-feature .content {
+ width: calc(100% - 76px);
+}
+.single-feature .content h3 {
+ font-size: 20px;
+ margin-bottom: 4px;
+ line-height: 130%;
+}
+.single-feature .content p {
+ font-size: 16px;
color: #515D63;
- padding: 0 20px; }
-
-.full-info {
- overflow: hidden; }
- .full-info h1,
- .full-info h2,
- .full-info h3,
- .full-info h4,
- .full-info h5,
- .full-info h6 {
- margin-top: 40px;
- font-weight: 700;
- color: #171B1C;
- margin-bottom: 10px; }
- .full-info h1:first-child,
- .full-info h2:first-child,
- .full-info h3:first-child,
- .full-info h4:first-child,
- .full-info h5:first-child,
- .full-info h6:first-child {
- margin-top: 0; }
- .full-info h1 a,
- .full-info h2 a,
- .full-info h3 a,
- .full-info h4 a,
- .full-info h5 a,
- .full-info h6 a {
- font-size: 16px; }
- .full-info h1 a svg,
- .full-info h2 a svg,
- .full-info h3 a svg,
- .full-info h4 a svg,
- .full-info h5 a svg,
- .full-info h6 a svg {
- padding-left: 10px; }
- .full-info h1 a.hash-tag,
- .full-info h2 a.hash-tag,
- .full-info h3 a.hash-tag,
- .full-info h4 a.hash-tag,
- .full-info h5 a.hash-tag,
- .full-info h6 a.hash-tag {
- opacity: 0;
- visibility: hidden;
- transition: 0.3s ease-in-out; }
- .full-info h1:hover a,
- .full-info h2:hover a,
- .full-info h3:hover a,
- .full-info h4:hover a,
- .full-info h5:hover a,
- .full-info h6:hover a {
- opacity: 1;
- visibility: visible; }
- .full-info h1 {
- font-size: 2rem;
- padding-bottom: 10px;
- line-height: 1.3; }
- .full-info h2 {
- font-size: 24px; }
- .full-info h3 {
- font-size: 18px; }
- .full-info h4 {
- font-size: 16px; }
- .full-info h5 {
- font-size: 15px; }
- .full-info h6 {
- font-size: 13px; }
-
-.full-info h2 span.share-icon {
- color: #6b6b6b;
- font-size: 18px;
- margin-left: 10px;
- opacity: 0;
- visibility: hidden;
- transition: 0.3s ease-in-out; }
-
-.full-info h2:hover span.share-icon {
- opacity: 1;
- visibility: visible; }
-
-blockquote {
- border-left: 4px solid var(--ac-primary);
- padding-left: 15px; }
-
-.full-info ul li,
-.full-info ol li,
-.full-info ol li p {
- color: #4a4a4a;
- display: block;
- padding-bottom: 8px;
- line-height: 1.8; }
-
-.full-info ul li:last-child,
-.full-info ol li:last-child,
-.full-info ol p:last-child {
- margin-bottom: 0;
- padding-bottom: 0; }
-
-.full-info ul li,
-.full-info ol li {
- text-indent: -30px; }
-
-.full-info ul li p,
-.full-info ol li p {
- text-indent: 0;
- margin-top: -30px; }
-
-.full-info ul li pre,
-.full-info ol li pre {
- text-indent: 0px;
- margin-left: -30px; }
-
-.full-info ul li:before {
- content: "\f10c";
- font-family: fontawesome;
- font-size: 8px;
- margin-right: 20px;
- color: #707070; }
-
-.full-info figure {
- margin-bottom: 30px; }
- .full-info figure figcaption {
- color: #707070;
- font-size: 14px; }
-
-ul li b {
- color: var(--ac-primary);
- font-weight: 500; }
-
-.full-info ul,
-.full-info ol {
- padding: 0 0 0 30px;
- margin-bottom: 15px; }
-
-.full-info ul.nav.nav-tabs {
- margin-bottom: 0; }
-
-.full-info ul li p {
- margin: 0;
- display: inline; }
-
-.full-info p b {
- color: var(--ac-primary); }
-
-.full-info ul li p a,
-.full-info p a,
-.full-info a {
- color: var(--ac-primary);
- font-weight: 500;
- font-family: "Roboto", sans-serif; }
+}
-.full-info p {
- margin-bottom: 0.825rem;
- color: #515D63;
- line-height: 160%;
- font-family: "Roboto", sans-serif; }
+.single-ui-ss {
+ border-radius: 8px;
+ overflow: hidden;
+ margin-left: 0px;
+ position: relative;
+ width: 100%;
+ height: 0px;
+ padding-top: 69.9300699301%;
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .single-ui-ss {
+ padding-top: 108.6956521739%;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .single-ui-ss {
+ padding-top: 90.9090909091%;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .single-ui-ss {
+ padding-top: 71.4285714286%;
+ }
+}
+@media screen and (min-width: 1408px) {
+ .single-ui-ss {
+ padding-top: 64.1025641026%;
+ }
+}
+@media (min-width: 1216px) and (max-width: 1440px) {
+ .single-ui-ss {
+ padding-top: 71.4285714286%;
+ }
+}
+.single-ui-ss img {
+ position: absolute;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ left: 0;
+ object-position: left;
+}
-.full-info p strong {
- font-weight: 500; }
- .full-info p strong em {
- font-weight: 500; }
+.more-features {
+ margin-top: 32px;
+}
+@media screen and (max-width: 768px) {
+ .more-features {
+ margin-top: 0;
+ }
+ .more-features .button.ac-button {
+ width: 100%;
+ }
+}
-.appscode-style.full-info ul li p a .appscode-style.full-info p a,
-.appscode-style.full-info a {
- color: var(--ac-primary); }
+.ui-dashboard {
+ position: relative;
+ z-index: 1;
+ width: 100%;
+ height: 100%;
+}
+.ui-dashboard::after {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background-image: url("../../../assets/images/products/appscode/features/ui-features.webp");
+ background-repeat: no-repeat;
+}
-.code-block-wrapper {
+.mechanics-area {
position: relative;
- z-index: 1; }
- .code-block-wrapper .code-block-title h4 {
- font-size: 16px;
- line-height: 130%;
- font-family: "Roboto", sans-serif;
- font-weight: 500;
- margin-bottom: 0;
- display: flex;
- align-items: center; }
- .code-block-wrapper .code-block-title .copy-and-download {
- display: flex;
- align-items: center;
- background: #f0f3f3;
- padding: 20px;
- position: absolute;
- right: 0;
- top: 0; }
- .code-block-wrapper .code-block-title .copy-and-download button {
- background: transparent;
- border: none;
- cursor: copy;
- width: 30px; }
- .code-block-wrapper .code-block-title .copy-and-download button svg {
- transition: 0.3s ease-in-out; }
- .code-block-wrapper .code-block-title .copy-and-download button:hover svg {
- transform: scale(1.2); }
- .code-block-wrapper .code-block-title .copy-and-download .download-here {
- cursor: pointer; }
+ z-index: 1;
+}
-.full-info ol {
- list-style: none;
- counter-reset: order-list-counter; }
+.dark-bg {
+ background-color: #000a05;
+}
+.dark-bg h1,
+.dark-bg h2,
+.dark-bg h3,
+.dark-bg h4,
+.dark-bg h5,
+.dark-bg h6,
+.dark-bg strong,
+.dark-bg label {
+ color: #e6e7e6;
+}
+.dark-bg p {
+ color: #d4d6d5;
+}
+.dark-bg .single-feature.card-view {
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ background-color: #000a05;
+}
+.dark-bg .single-feature .icon {
+ background-color: rgba(255, 255, 255, 0.1);
+ border: none;
+}
+.dark-bg .single-feature .content p {
+ color: #d4d6d5;
+}
+.dark-bg .single-feature .content a {
+ transition: 0.3s ease-in-out;
+ font-weight: 500;
+}
+.dark-bg .single-feature .content a:hover {
+ color: var(--ac-primary);
+ opacity: 0.9;
+}
+.dark-bg .footer-top {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+}
+.dark-bg .footer-inline-link,
+.dark-bg .subscription-form label,
+.dark-bg .all-contact-info li a,
+.dark-bg p.spam-message {
+ color: #adb2b0;
+}
+.dark-bg .footer-inline-link a,
+.dark-bg .subscription-form label a,
+.dark-bg .all-contact-info li a a,
+.dark-bg p.spam-message a {
+ color: #adb2b0;
+ transition: 0.3s ease-in-out;
+}
+.dark-bg .footer-inline-link a:hover,
+.dark-bg .subscription-form label a:hover,
+.dark-bg .all-contact-info li a a:hover,
+.dark-bg p.spam-message a:hover {
+ color: var(--ac-primary);
+}
-.full-info ol li {
- counter-increment: order-list-counter; }
+.decorative-el-large, .intro-kubedb-ui:after, .cta-area .cta-area-inner:after, .footer-area:after {
+ background-image: url("../images/shape/decorative-el-large-2.png");
+ background-size: cover;
+ background-position: center;
+}
-.full-info ol li::before {
- content: counter(order-list-counter) ". ";
- font-weight: 500;
- font-family: "Roboto", sans-serif;
- font-size: 15px;
- color: #4a4a4a; }
+.intro-kubedb-ui {
+ position: relative;
+ z-index: 1;
+}
+.intro-kubedb-ui:after {
+ background-color: rgba(253, 253, 253, 0.1);
+ position: absolute;
+ content: "";
+ left: 30px;
+ top: 0;
+ height: 100%;
+ width: calc(100% - 60px);
+ z-index: -1;
+ border-radius: 20px;
+}
+@media screen and (max-width: 1023px) {
+ .intro-kubedb-ui:after {
+ left: 0;
+ width: 100%;
+ border-radius: 0;
+ }
+}
-.search-area {
+.ui-features-area {
position: relative;
z-index: 1;
- margin-bottom: 40px; }
+}
+.ui-features-area:after {
+ right: 0px;
+ left: auto;
+ top: 60px;
+}
-.search-area input {
- background: #ffffff;
+.subscription-area .subscription-message {
+ padding-right: 150px;
+}
+@media screen and (max-width: 1023px) {
+ .subscription-area .subscription-message {
+ padding: 0;
+ }
+}
+.subscription-area p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ color: #515D63;
+ margin-bottom: 30px;
+}
+.subscription-area p strong {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ color: var(--ac-primary);
+}
+.subscription-area .subscription-input {
+ position: relative;
+ z-index: 1;
+ max-width: 400px;
+}
+.subscription-area .subscription-input input {
+ height: 56px;
+ background-color: #ffffff;
border: 1px solid #e7e7e7;
- padding: 9px 40px 9px 15px;
+ border-radius: 2px;
+ padding: 6px 140px 6px 30px;
font-size: 15px;
- border-radius: 3px;
- width: 100%; }
+ box-shadow: 0px 4px 18px 5px rgba(0, 166, 81, 0.09);
+ width: 100%;
+}
+.subscription-area .subscription-input input::placeholder {
+ color: #999999;
+}
+.subscription-area .subscription-input input:focus {
+ outline: 1px solid var(--ac-primary);
+}
+.subscription-area .subscription-input button {
+ height: 44px;
+ position: absolute;
+ right: 6px;
+ top: 6px;
+}
+.subscription-area .subscription-input p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ margin-top: 15px;
+}
-.search-button {
+.products-features {
+ background: #f3f4f7;
+}
+@media screen and (max-width: 768px) {
+ .products-features #nav-serialscrolling {
+ top: 0;
+ }
+ .products-features [data-serialscrolling-target] {
+ height: 100%;
+ }
+}
+.products-features .features-tabs {
+ position: sticky;
+ margin-top: 210px;
+}
+.products-features .features-tabs:after {
+ top: -250px;
+ left: -120px;
+}
+@media screen and (max-width: 768px) {
+ .products-features .features-tabs {
+ margin-top: 0;
+ }
+}
+.products-features .features-tabs ul li span {
+ cursor: pointer;
+ padding: 10px 0;
+ font-weight: 500;
+ font-size: 14px;
+ line-height: 16px;
+ letter-spacing: 1.25px;
+ color: #515D63;
+ transition: 0.3s ease-in-out;
+ display: block;
+}
+.products-features .features-tabs ul li span.is-current {
+ color: var(--ac-primary);
+ text-decoration: underline;
+}
+.products-features .features-tabs ul li span:hover {
+ color: var(--ac-primary);
+}
+.products-features .products-description-wrapper .single-product {
+ padding: 100px 0 100px 50px;
+ position: relative;
+ z-index: 1;
+ display: flex;
+ align-items: center;
+ overflow: hidden;
+}
+@media screen and (max-width: 768px) {
+ .products-features .products-description-wrapper .single-product {
+ padding: 30px 15px;
+ margin-left: 0;
+ margin-right: 0;
+ }
+}
+.products-features .products-description-wrapper .single-product:after {
position: absolute;
- top: 0;
- height: 100%;
+ content: "";
right: 0;
- background: transparent;
- border: none;
- color: #32325d;
- padding: 0 15px;
- margin-top: -1px;
- cursor: pointer;
- display: block; }
+ top: 0px;
+ width: 100%;
+ height: 100%;
+ background-color: #f1f1f1;
+ z-index: -1;
+ opacity: 0.5;
+}
+@media screen and (max-width: 768px) {
+ .products-features .products-description-wrapper .single-product:after {
+ right: 0;
+ width: 100%;
+ }
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .products-features .products-description-wrapper .single-product:after {
+ right: -160px;
+ width: calc(100% + 160px);
+ }
+}
+.products-features .products-description-wrapper .single-product.kubedb:after {
+ background-color: #f6f6fd;
+ background-image: linear-gradient(to right, #f6f6fd, white);
+}
+.products-features .products-description-wrapper .single-product.kubedb .product-description .features li .material-icons {
+ color: #4d4dcb;
+}
+.products-features .products-description-wrapper .single-product.kubedb .button.ac-button.is-primary {
+ background-color: #4d4dcb;
+}
+.products-features .products-description-wrapper .single-product.stash:after {
+ background-color: #e9e9fc;
+ background-image: linear-gradient(to right, #e9e9fc, white);
+}
+.products-features .products-description-wrapper .single-product.stash .product-description .features li .material-icons {
+ color: #5e2dea;
+}
+.products-features .products-description-wrapper .single-product.stash .button.ac-button.is-primary {
+ background-color: #5e2dea;
+}
+.products-features .products-description-wrapper .single-product.kubevault:after {
+ background-color: #e9e9fc;
+ background-image: linear-gradient(to right, #e9e9fc, white);
+}
+.products-features .products-description-wrapper .single-product.kubevault .product-description .features li .material-icons {
+ color: #326ce5;
+}
+.products-features .products-description-wrapper .single-product.kubevault .button.ac-button.is-primary {
+ background-color: #326ce5;
+}
+.products-features .products-description-wrapper .single-product.prometheus .product-description .features li .material-icons {
+ color: #4d4dcb;
+}
+.products-features .products-description-wrapper .single-product.voyager:after {
+ background-color: #cfcfe6;
+ background-image: linear-gradient(to right, #cfcfe6, white);
+}
+.products-features .products-description-wrapper .single-product.voyager .product-description .features li .material-icons {
+ color: #2d2a78;
+}
+.products-features .products-description-wrapper .single-product.voyager .button.ac-button.is-primary {
+ background-color: #2d2a78;
+}
+.products-features .products-description-wrapper .single-product.kubeform:after {
+ background-color: #e9e9fc;
+ background-image: linear-gradient(to right, #e9e9fc, white);
+}
+.products-features .products-description-wrapper .single-product.kubeform .product-description .features li .material-icons {
+ color: #592217;
+}
+.products-features .products-description-wrapper .single-product.kubeform .button.ac-button.is-primary {
+ background-color: #592217;
+}
+.products-features .products-description-wrapper .illustration {
+ top: 30%;
+ position: sticky;
+ display: flex;
+ justify-content: flex-end;
+}
+@media screen and (max-width: 768px) {
+ .products-features .products-description-wrapper .illustration {
+ max-width: 350px;
+ }
+}
+.products-features .product-description .brand {
+ height: 30px;
+ margin-bottom: 1rem;
+}
+.products-features .product-description .brand img {
+ height: 100%;
+}
+.products-features .product-description h5 {
+ margin-bottom: 1rem;
+}
+.products-features .product-description p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+ color: #636363;
+ margin-bottom: 1.5rem;
+}
+.products-features .product-description p strong {
+ color: var(--ac-primary);
+}
+.products-features .product-description .features {
+ margin-bottom: 30px;
+}
+.products-features .product-description .features li {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 140%;
+ color: #515D63;
+ margin-bottom: 1rem;
+ display: flex;
+ gap: 8px;
+}
+.products-features .product-description .features li .material-icons {
+ margin-right: 0.75rem;
+ font-size: 1.2rem;
+ color: var(--ac-primary);
+}
-.tbl-of-contents #TableOfContents {
- max-height: 70vh; }
- .tbl-of-contents #TableOfContents::-webkit-scrollbar {
- width: 4px;
- height: 4px; }
- .tbl-of-contents #TableOfContents::-webkit-scrollbar-track {
- background: #f1f1f1; }
- .tbl-of-contents #TableOfContents::-webkit-scrollbar-thumb {
- background: #c1c1c1; }
- .tbl-of-contents #TableOfContents::-webkit-scrollbar-thumb:hover {
- background: #555; }
+[data-serialscrolling-target] {
+ height: 100vh;
+ /* your own styles here */
+}
-.tbl-of-contents h4 {
+#nav-serialscrolling {
+ position: sticky;
+ top: 40%;
+}
+
+.others-products {
+ position: relative;
+}
+.others-products:after {
+ right: 0px;
+ left: auto;
+ top: auto;
+ bottom: 0;
+ rotate: 90deg;
+}
+.others-products .small-title {
+ font-weight: 400;
+ font-size: 20px;
+ line-height: 160%;
+ letter-spacing: 0.5px;
+ margin-bottom: 10px;
+ color: var(--ac-primary);
+}
+.others-products .pr-60 {
+ padding-right: 0 !important;
+}
+@media screen and (max-width: 768px) {
+ .others-products .products .single-product {
+ border: 1px solid #e7e7e7;
+ padding: 20px 15px;
+ border-radius: 4px;
+ }
+}
+.others-products .products .single-product img {
+ width: 60px;
+ height: 60px;
+ margin-bottom: 16px;
+}
+@media screen and (max-width: 768px) {
+ .others-products .products .single-product img {
+ width: 50px;
+ height: 50px;
+ margin-bottom: 8px;
+ }
+}
+.others-products .products .single-product h5 {
+ font-size: 22px;
+}
+.others-products .products .single-product p {
+ font-style: normal;
+ font-weight: 400;
+ font-size: 1rem;
+ line-height: 160%;
+ margin-bottom: 10px;
+}
+.others-products .products .single-product .inline-button {
+ font-family: "Roboto";
+ font-style: normal;
+ font-weight: 500;
font-size: 14px;
- font-weight: 700;
- color: #171B1C;
- margin-left: 20px;
- margin-bottom: 1.5rem;
- line-height: 1; }
+ line-height: 16px;
+ letter-spacing: 1.25px;
+ text-decoration-line: underline;
+ color: var(--ac-primary);
+ transition: 0.3s ease-in-out;
+}
+.others-products .products .single-product .inline-button:hover {
+ opacity: 0.8;
+}
-.tbl-of-contents ul li a {
- color: #4a4a4a;
- opacity: 0.7;
+.social-connect-area {
+ background: rgba(243, 244, 247, 0.6);
+}
+.social-connect-area .connect-message {
+ margin-right: 120px;
+ margin-bottom: 20px;
+}
+@media screen and (max-width: 1023px) {
+ .social-connect-area .connect-message {
+ margin-right: 0;
+ }
+}
+.social-connect-area p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 160%;
+}
+.social-connect-area .social-link li a {
+ font-weight: 600;
font-size: 14px;
- font-family: "Roboto", sans-serif;
+ line-height: 160%;
+ letter-spacing: 0.5px;
+ color: #1c1c1c;
+ display: inline-flex;
+ transition: 0.3s ease-in-out;
+ padding: 10px 0;
+}
+.social-connect-area .social-link li a:hover {
+ text-decoration-line: underline;
+ color: var(--ac-primary);
+}
+.social-connect-area .social-link li a span {
+ height: 20px;
+ margin-right: 10px;
+}
+.social-connect-area .social-link li a span img {
+ height: 100%;
+ filter: opacity(0.5);
+}
+.social-connect-area .single-card {
+ background-color: #ffffff;
+ border-radius: 4px;
+ transition: 0.3s ease-in-out;
+ padding: 40px 30px;
+}
+.social-connect-area .single-card:hover {
+ box-shadow: 0px 10px 120px rgba(44, 60, 74, 0.38);
+}
+.social-connect-area .single-card .card-top {
+ display: flex;
+ margin-bottom: 16px;
+ align-items: center;
+}
+.social-connect-area .single-card .card-top .card-icon {
+ width: 60px;
+ height: 60px;
+ margin-right: 24px;
+}
+.social-connect-area .single-card .card-top .card-icon img {
+ width: 100%;
+}
+.social-connect-area .single-card .card-top .count {
+ width: calc(100% - 84px);
+}
+.social-connect-area .single-card .card-top .count h2 {
font-weight: 500;
- display: block;
- padding-left: 20px;
- padding-bottom: 10px; }
-
-.tbl-of-contents ul ul {
- border: none; }
+ font-size: 36px;
+ color: #00a651;
+ line-height: 1;
+}
+.social-connect-area .single-card .card-top .count p {
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 100%;
+ color: #636363;
+}
+.social-connect-area .single-card .card-bottom p {
+ font-size: 1rem;
+ line-height: 160%;
+ color: #515D63;
+ margin-bottom: 16px;
+}
+.social-connect-area .single-card .card-bottom button {
+ font-weight: 500;
+ font-size: 14px;
+ line-height: 16px;
+ text-decoration-line: underline;
+ text-transform: uppercase;
+ border: none;
+ background-color: transparent;
+ color: var(--ac-primary);
+ font-family: "Roboto", sans-serif;
+ /* 1c1c1c */
+ color: #1c1c1c;
+}
-.tbl-of-contents ul a.active:before {
- width: 3px;
- height: 100%;
- background: var(--ac-primary);
- content: "";
- left: -2px;
- top: 0;
+.press-area .single-press-wrapper {
+ border-radius: 4px 4px 0 0;
+ overflow: hidden;
+ transition: 0.3s ease-in-out;
+}
+.press-area .single-press-wrapper:hover {
+ box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
+ border-radius: 4px;
+ overflow: hidden;
+}
+.press-area .single-press-wrapper:hover .press-content {
+ border: 1px solid #fbfbfb;
+}
+.press-area .single-press-wrapper .press-image-1 {
+ background-image: url(../images/press/1.png);
+}
+.press-area .single-press-wrapper .press-image-2 {
+ background-image: url(../images/press/2.png);
+}
+.press-area .single-press-wrapper .press-image-3 {
+ background-image: url(../images/press/3.png);
+}
+.press-area .single-press-wrapper .press-image-4 {
+ background-image: url(../images/press/4.png);
+}
+.press-area .press-image {
+ height: 200px;
+ background-size: cover;
+ background-position: center;
+ background-color: #ddd;
+ background-repeat: no-repeat;
+ width: 100%;
+}
+.press-area .press-content {
+ border: 1px solid #e7e7e7;
+ border-top: 1px solid transparent;
+ border-radius: 0 0 4px 4px;
+ padding: 20px;
+}
+.press-area .press-content .read-meta {
+ font-size: 12px;
+ color: #7d7d7d;
+ margin-bottom: 10px;
+}
+.press-area .press-content h3 {
+ font-size: 18px;
+ font-weight: 600;
+ line-height: 26px;
+ margin-bottom: 10px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ line-clamp: 2;
+ -webkit-line-clamp: 2;
+ box-orient: vertical;
+ -webkit-box-orient: vertical;
+}
+.press-area .press-content h3 a {
+ color: #515D63;
+}
+.press-area .press-content p {
+ color: #515D63;
+ font-size: 15px;
+ margin-bottom: 30px;
+}
+.press-area .press-content .press-button-wrapper {
+ overflow: hidden;
+ position: relative;
+ z-index: 1;
+}
+.press-area .press-content .press-button-wrapper:after {
position: absolute;
+ content: "";
+ top: 15px;
+ width: 100%;
+ height: 1px;
+ background: #e7e7e7;
+ left: 0;
+ z-index: -1;
+ transition: 0.3s ease-in-out;
+}
+.press-area .press-content .press-button-wrapper .press-button {
+ border: 1px solid #e7e7e7;
+ font-size: 13px;
+ color: rgb(150.5, 150.5, 150.5);
+ font-weight: 600;
+ padding: 5px 20px;
border-radius: 50px;
- transition: 0.3s ease-in-out; }
-
-.tbl-of-contents ul a.active {
+ display: block;
+ float: right;
position: relative;
z-index: 1;
- color: var(--ac-primary); }
-
-li.nav-item.active a {
- color: var(--ac-primary); }
-
-.right-sidebar-area {
- padding: 0 1.25rem 0 0;
- position: sticky;
- top: 130px; }
+ background: #ffffff;
+ transition: 0.3s ease-in-out;
+}
+.press-area .press-content .press-button-wrapper .press-button:hover {
+ color: #515D63;
+ border: 1px solid #515D63;
+}
-.overlay-bg {
- position: relative;
- z-index: 99;
- width: 100%;
- height: 100%; }
+.about-text-inner p {
+ margin-bottom: 30px;
+}
-.overlay-bg {
- position: fixed;
- content: "";
- background: #000;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0.8;
- display: none; }
+.ceo-message-wrapper h2 {
+ margin-bottom: 8px;
+ font-size: 36px;
+}
-.sidebar-search-area {
- background: #ffffff;
- width: 585px;
- z-index: 9999;
- right: -100%;
- position: fixed;
- top: 0;
- height: 100%;
- overflow-y: scroll;
- transition: 0.3s linear; }
- .sidebar-search-area button.button.ac-button.inline-button.back-button {
- padding-left: 20px;
- padding-top: 20px; }
+.signature-image {
+ margin-top: 40px;
+}
+.signature-image p {
+ font-family: Raleway;
+ font-weight: 600;
+}
-.sidebar-search-area::-webkit-scrollbar {
- width: 8px; }
+.ceo-image {
+ position: relative;
+ z-index: 1;
+}
+.ceo-image img {
+ max-width: 300px;
+ margin-top: 20px;
+}
+.ceo-image .dots-style {
+ position: absolute;
+ background: url(../images/appscode/dots.png);
+ background-repeat: no-repeat;
+ height: 150px;
+ width: 250px;
+ right: 100px;
+ bottom: -75px;
+ z-index: -1;
+ left: 50%;
+ margin-left: -125px;
+}
-.sidebar-search-area::-webkit-scrollbar-track {
- background: #e7e7e7; }
+.is-paddingless-desktop {
+ padding: 0;
+}
-.sidebar-search-area::-webkit-scrollbar-thumb {
- background: #888;
- border-radius: 50px; }
+/*********************************************************************************************
+Responsive Classes
+***********************************************************************************************/
+button.ac-button,
+.button.ac-button {
+ border-radius: 4px !important;
+ font-weight: 700 !important;
+ font-size: 14px !important;
+ letter-spacing: 0 !important;
+ text-transform: uppercase !important;
+ transition: all 0.2s ease !important;
+}
+button.ac-button iconify-icon,
+.button.ac-button iconify-icon {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 8px;
+}
+button.ac-button.is-primary,
+.button.ac-button.is-primary {
+ background: #00a550 !important;
+ color: #fff !important;
+ border: none !important;
+ box-shadow: 0 4px 12px rgba(0, 165, 80, 0.2) !important;
+}
+button.ac-button.is-primary:hover,
+.button.ac-button.is-primary:hover {
+ background: rgb(0, 134.4, 65.1636363636) !important;
+ transform: translateY(-1px) !important;
+ box-shadow: 0 6px 16px rgba(0, 165, 80, 0.3) !important;
+}
+button.ac-button.is-white,
+.button.ac-button.is-white {
+ background: #fff !important;
+ border: 1px solid #e2e8f0 !important;
+ color: #334155 !important;
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
+}
+button.ac-button.is-white:hover,
+.button.ac-button.is-white:hover {
+ background: #f8fafc !important;
+ border-color: #cbd5e1 !important;
+ color: #0f172a !important;
+ transform: translateY(-1px) !important;
+}
+button.ac-button.is-black,
+.button.ac-button.is-black {
+ background: #081419 !important;
+ color: #fff !important;
+}
+button.ac-button.is-black:hover,
+.button.ac-button.is-black:hover {
+ background: #000 !important;
+ transform: translateY(-1px) !important;
+}
+
+.tag.section-tag {
+ display: inline-flex;
+ height: 42px;
+ padding: 9px 18px;
+ justify-content: center;
+ align-items: center;
+ border-radius: 9999px;
+ border: 1px solid rgba(0, 165, 80, 0.2);
+ background: rgba(0, 165, 80, 0.1);
+ color: var(--ac-primary);
+ font-size: 16px;
+ font-weight: 600;
+ line-height: 24px;
+ letter-spacing: 0.4px;
+ text-transform: uppercase;
+ text-align: center;
+ margin-bottom: 8px;
+}
-.sidebar-search-area::-webkit-scrollbar-thumb:hover {
- background: #818181; }
+.section-title h2 {
+ color: #081419;
+ text-align: center;
+ font-size: 36px;
+ font-weight: 700;
+ line-height: 130%;
+ letter-spacing: -1.2px;
+}
+@media screen and (max-width: 1023px) {
+ .section-title h2 {
+ font-size: 28px;
+ letter-spacing: -0.5px;
+ }
+}
+.section-title p {
+ margin-top: 16px;
+ color: #4a5565;
+ text-align: center;
+ font-size: 18px;
+ font-weight: 400;
+ line-height: 28px;
+}
+@media screen and (max-width: 1023px) {
+ .section-title p {
+ font-size: 16px;
+ line-height: 24px;
+ }
+}
-.search-area-top {
- padding: 20px; }
+.bg-hero-gradient {
+ background: radial-gradient(ellipse at top left, rgba(0, 165, 80, 0.08) 0%, transparent 60%), radial-gradient(ellipse at bottom right, rgba(0, 165, 80, 0.05) 0%, transparent 50%), #fff;
+}
-.searchbar-area input {
- background: #ffffff;
- padding: 10px;
- border: 1px solid #e7e7e7;
+.hero-area-2026 {
+ min-height: 100vh;
+ display: flex;
+ align-items: center;
+ overflow: hidden;
+ padding-top: 80px;
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 {
+ padding-top: 130px;
+ text-align: center;
+ }
+}
+.hero-area-2026 .left-content {
+ display: flex;
+ flex-direction: column;
+ gap: 32px;
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-2026 .left-content {
+ gap: 16px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .left-content {
+ align-items: center;
+ gap: 24px;
+ }
+}
+.hero-area-2026 .left-content .tag {
+ display: inline-flex;
+ width: fit-content;
+ height: 38px;
+ padding: 10px 16px;
+ justify-content: center;
+ align-items: center;
+ gap: 8px;
+ border-radius: 9999px;
+ border: 1px solid rgba(0, 165, 80, 0.3);
+ background: rgba(0, 165, 80, 0.1);
+ box-shadow: 0 2px 8px rgba(0, 165, 80, 0.1);
+ color: var(--ac-primary);
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 20px;
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .left-content .tag {
+ justify-content: center;
+ }
+}
+.hero-area-2026 .left-content .tag .circle-dot {
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ background-color: var(--ac-primary);
+ display: inline-block;
+ margin-right: 8px;
+}
+.hero-area-2026 .left-content h1 {
+ color: #081419;
+ font-size: 72px;
+ font-weight: 900;
+ line-height: 105%;
+ letter-spacing: -1.8px;
+}
+@media screen and (min-width: 1216px) and (max-width: 1407px) {
+ .hero-area-2026 .left-content h1 {
+ font-size: 58px;
+ }
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .hero-area-2026 .left-content h1 {
+ font-size: 48px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .left-content h1 {
+ font-size: 42px;
+ letter-spacing: -0.8px;
+ }
+ .hero-area-2026 .left-content h1 br {
+ display: none;
+ }
+}
+.hero-area-2026 .left-content p {
+ color: #364153;
+ font-size: 20px;
+ font-weight: 500;
+ line-height: 170%;
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .left-content p {
+ font-size: 16px;
+ line-height: 160%;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .left-content .buttons {
+ justify-content: center;
+ width: 100%;
+ }
+ .hero-area-2026 .left-content .buttons .ac-button {
+ width: 100%;
+ margin-right: 0 !important;
+ margin-bottom: 12px;
+ }
+}
+.hero-area-2026 .data-show-case-wrapper {
+ display: flex;
+ align-items: center;
+ gap: 48px;
+ border-top: 1px solid #e5e7eb;
+ padding-top: 32px;
+}
+@media screen and (max-width: 768px) {
+ .hero-area-2026 .data-show-case-wrapper {
+ flex-direction: column;
+ gap: 20px;
+ width: 100%;
+ }
+}
+.hero-area-2026 .data-show-case {
+ display: flex;
+ gap: 12px;
+}
+@media screen and (max-width: 1023px) {
+ .hero-area-2026 .data-show-case {
+ width: 100%;
+ justify-content: center;
+ }
+}
+@media screen and (max-width: 768px) {
+ .hero-area-2026 .data-show-case {
+ justify-content: flex-start;
+ }
+}
+.hero-area-2026 .data-show-case .icon {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 40px;
height: 40px;
- border-radius: 3px;
- width: calc(100% - 70px); }
- .searchbar-area input:focus {
- box-shadow: none;
- outline: none; }
-
-.searchbar-area {
- position: relative;
- z-index: 1; }
-
-.searchbar-area button {
- position: absolute;
- height: 100%;
- width: 60px;
- background: #4d4dcb;
- color: #ffffff;
- border: none;
- border-radius: 3px;
- margin-left: 10px;
- cursor: pointer; }
+ border-radius: 10px;
+ border: 1px solid rgba(0, 165, 80, 0.2);
+ background: rgba(0, 165, 80, 0.1);
+ color: var(--ac-primary);
+ padding: 0 9px;
+}
+.hero-area-2026 .data-show-case p.strong {
+ color: #081419;
+ font-size: 20px;
+ font-weight: 900;
+ line-height: 28px;
+ text-wrap: nowrap;
+}
+.hero-area-2026 .data-show-case p {
+ color: #6a7282;
+ font-size: 12px;
+ font-weight: 700;
+ line-height: 16px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ text-align: left;
+}
-.sidebar-search-area h3 {
- font-family: "Roboto", sans-serif;
- color: #393e46;
- margin-bottom: 10px; }
+.h-600 {
+ min-height: 550px !important;
+}
+@media screen and (max-width: 1023px) {
+ .h-600 {
+ min-height: 350px !important;
+ margin-top: 40px;
+ }
+}
-.search-meta-information p,
-.search-meta-information label,
-.shorting-data select {
- font-size: 12px;
- color: #6b6b6b;
- margin-top: 14px; }
+.pos-relative {
+ position: relative !important;
+}
-.shorting-data select {
- border-radius: 3px;
- width: 60px;
- background: #f2f2f2;
- border-color: #e7e7e7;
- color: #393e46;
- font-family: "Roboto", sans-serif; }
+.pos-absolute {
+ position: absolute !important;
+}
-.single-search-result h3 a {
- color: #4d4dcb;
- font-size: 16px;
- font-family: "Roboto", sans-serif;
- line-height: 26px; }
+.top-50 {
+ top: 50% !important;
+}
-.single-search-result h3 {
- margin-bottom: 0;
- line-height: 0; }
+.left-50 {
+ left: 55% !important;
+}
+@media screen and (max-width: 1023px) {
+ .left-50 {
+ left: 50% !important;
+ }
+}
-.single-search-result a {
- color: #00a651;
- font-size: 12px;
- font-family: "Roboto", sans-serif;
- display: block; }
+.translate-center {
+ transform: translate(-50%, -50%) !important;
+}
-.result-thumb {
- width: 60px;
- float: left;
- overflow: hidden;
- margin-right: 10px; }
+.z-1 {
+ z-index: 1 !important;
+}
-.result-description-wrapper {
- overflow: hidden;
- margin-top: 5px; }
+.z-10 {
+ z-index: 10 !important;
+}
-.result-description {
- overflow: hidden; }
+.z-20 {
+ z-index: 20 !important;
+}
-.result-description p {
- overflow: hidden;
- font-size: 12px; }
+.p-32 {
+ padding: 32px !important;
+}
-.single-search-result {
- border-bottom: 1px solid #f2f2f2;
- padding: 8px 20px;
- transition: 0.3s ease-in-out; }
+@keyframes ripplePulse {
+ 0% {
+ transform: translate(-50%, -50%) scale(0.1);
+ opacity: 0.8;
+ }
+ 100% {
+ transform: translate(-50%, -50%) scale(2.2);
+ opacity: 0;
+ }
+}
+.orbit-circle {
+ width: 250px;
+ height: 250px;
+ border: 1px solid rgba(0, 165, 80, 0.4);
+ border-radius: 50%;
+ pointer-events: none;
+ animation: ripplePulse 7.5s cubic-bezier(0.25, 0.8, 0.5, 1) infinite;
+ animation-fill-mode: both;
+ z-index: 1;
+}
-.single-search-result:last-child {
- border-bottom: none; }
+.w-450 {
+ width: 460px !important;
+ height: 460px !important;
+}
+@media screen and (max-width: 1023px) {
+ .w-450 {
+ width: 320px !important;
+ height: 320px !important;
+ }
+}
+
+.w-350 {
+ width: 340px !important;
+ height: 340px !important;
+}
+@media screen and (max-width: 1023px) {
+ .w-350 {
+ width: 240px !important;
+ height: 240px !important;
+ }
+}
+
+.w-250 {
+ width: 220px !important;
+ height: 220px !important;
+}
+@media screen and (max-width: 1023px) {
+ .w-250 {
+ width: 160px !important;
+ height: 160px !important;
+ }
+}
+
+.w-96 {
+ width: 110px !important;
+ height: 110px !important;
+}
+
+.w-36 {
+ width: 36px !important;
+ height: 36px !important;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ display: flex !important;
+}
-.single-search-result:hover {
- background: #f2f2f2; }
+.icon-svg {
+ width: 20px;
+ height: 20px;
+}
+
+.shadow-custom {
+ box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06) !important;
+ border: 1px solid rgba(0, 0, 0, 0.08) !important;
+ backdrop-filter: blur(8px) !important;
+}
+
+.border-blue {
+ border: 1px solid #dbeafe !important;
+ box-shadow: 0 12px 35px rgba(50, 100, 255, 0.08) !important;
+}
+
+.border-green {
+ border: 1px solid #bbf7d0 !important;
+ box-shadow: 0 12px 35px rgba(0, 165, 80, 0.08) !important;
+}
+
+.br-16 {
+ border-radius: 16px !important;
+}
+
+.br-12 {
+ border-radius: 12px !important;
+}
+
+.br-8 {
+ border-radius: 8px !important;
+}
+
+.text-tiny {
+ font-size: 0.6rem !important;
+ letter-spacing: 0.05em;
+ margin-bottom: 2px !important;
+ white-space: nowrap !important;
+}
-.single-search-result:hover.single-search-result h3 a {
- text-decoration: underline; }
+.text-sm-bold {
+ font-size: 0.85rem !important;
+ font-weight: 700 !important;
+ color: #111827;
+ white-space: nowrap !important;
+}
-.full-info img {
- border: 1px solid #a9e9e9;
- padding: 15px;
- border-radius: 4px; }
+.card-offset-1 {
+ animation: bubbleOut1 9.6s linear infinite -7.2s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-1 {
+ display: none;
+ }
+}
-/* version section style start */
-.select select.is-active,
-.select select.is-focused,
-.select select:active,
-.select select:focus,
-.button.is-focused:not(:active),
-.button:focus:not(:active) {
- box-shadow: none;
- border-color: none; }
+.card-offset-2 {
+ animation: bubbleOut2 9.6s linear infinite -1.6s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-2 {
+ display: none;
+ }
+}
-.navbar-link:not(.is-arrowless)::after,
-.select:not(.is-multiple):not(.is-loading)::after {
- border-color: #999;
- height: 8px;
- width: 8px; }
+.card-offset-3 {
+ animation: bubbleOut3 9.6s linear infinite -5.6s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-3 {
+ display: none;
+ }
+}
-.dropdown.is-active .button .icon:last-child:not(:first-child) {
- transform: rotate(180deg); }
+.card-offset-4 {
+ animation: bubbleOut4 9.6s linear infinite 0s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-4 {
+ display: none;
+ }
+}
-/* version section style end */
-.improve-section-area {
- background-color: #fafafd;
- border-top: 1px solid #e7e7e7;
- border-bottom: 1px solid #e7e7e7;
- padding: 20px;
- font-size: 1rem;
- font-weight: 500; }
+.card-offset-5 {
+ animation: bubbleOut5 9.6s linear infinite -4s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-5 {
+ display: none;
+ }
+}
-.improve-bg-color {
- background-color: #fbfdff; }
- .improve-bg-color a {
- font-size: 16px !important;
- font-weight: 700 !important;
- font-family: "Roboto", sans-serif; }
- .improve-bg-color p {
- font-size: 16px !important;
- color: #74818d !important; }
+.card-offset-6 {
+ animation: bubbleOut6 9.6s linear infinite -8s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-6 {
+ display: none;
+ }
+}
-.full-info table td,
-.full-info table th {
- text-align: left; }
+.card-offset-7 {
+ animation: bubbleOut7 9.6s linear infinite -2.4s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-7 {
+ display: none;
+ }
+}
-/****************************************
-Responsive Classes
-*****************************************/
+.card-offset-8 {
+ animation: bubbleOut8 9.6s linear infinite -6.4s;
+ animation-fill-mode: both;
+}
@media screen and (max-width: 1023px) {
- .documentation-area {
- margin-top: 160px;
- margin-bottom: 15px; }
- .documentation-area .right-sidebar-area {
- top: 0; }
- .documentation-area .left-sidebar-wrapper,
- .documentation-area .right-sidebar {
- display: none;
- position: fixed;
- top: 0;
- z-index: 9999;
- width: 80%;
- margin-top: 0;
- height: calc(100vh - 0px); }
- .documentation-area .right-sidebar {
- right: 0;
- background: #fff;
- height: 100vh;
- overflow-y: auto; }
- .documentation-area .documentation-body {
- padding: 0 20px;
- width: 100%; }
- .documentation-area .documentation-body .full-info h1 {
- font-size: 1.5rem;
- line-height: 1.3;
- margin-bottom: 0; }
+ .card-offset-8 {
+ display: none;
+ }
+}
- .ac-product-left-sidebar {
- max-height: calc(100vh - 100px);
- top: 0;
- position: relative; }
+.card-offset-9 {
+ animation: bubbleOut9 9.6s linear infinite -0.8s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-9 {
+ display: none;
+ }
+}
- .sidebar-search-area {
- width: 100%; }
+.card-offset-10 {
+ animation: bubbleOut10 9.6s linear infinite -4.8s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-10 {
+ display: none;
+ }
+}
- .improve-section-area {
- padding-bottom: 20px; }
+.card-offset-11 {
+ animation: bubbleOut11 9.6s linear infinite -8.8s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-11 {
+ display: none;
+ }
+}
- .button.is-link.is-medium.is-active.has-text-weight-normal {
- margin-bottom: 10px; } }
-@media screen and (min-width: 1024px) and (max-width: 1215px) {
- .documentation-area .left-sidebar-wrapper {
- width: 240px; }
- .documentation-area .documentation-body {
- padding: 0 40px;
- width: calc(100% - 480px); }
- .documentation-area .right-sidebar {
- width: 240px; } }
-@media screen and (min-width: 1216px) and (max-width: 1407px) {
- .documentation-area .left-sidebar-wrapper {
- width: 240px; }
- .documentation-area .documentation-body {
- padding: 0 40px;
- width: calc(100% - 480px); }
- .documentation-area .right-sidebar {
- width: 240px; } }
-@media screen and (min-width: 1408px) {
- .navbar-appscode.documentation-menu {
- margin-left: 263px; }
+.card-offset-12 {
+ animation: bubbleOut12 9.6s linear infinite -3.2s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-12 {
+ display: none;
+ }
+}
- .documentation-area .left-sidebar-wrapper {
- width: 265px; }
- .documentation-area .documentation-body {
- width: calc(100% - 520px); }
- .documentation-area .right-sidebar {
- width: 260px; } }
-.hero-area.features-plan {
- margin-top: 130px; }
- .hero-area.features-plan .hero-area-content .hero-content-inner h1 {
- font-size: 36px;
- line-height: 140%;
- font-weight: 500;
- margin-bottom: 30px; }
- .hero-area.features-plan .hero-area-content .hero-content-inner h1 b {
- font-weight: 700; }
+.card-offset-13 {
+ animation: bubbleOut13 9.6s linear infinite -9.2s;
+ animation-fill-mode: both;
+}
+@media screen and (max-width: 1023px) {
+ .card-offset-13 {
+ display: none;
+ }
+}
-.bgc-2 {
- background-color: #f9f9f9; }
+@keyframes bubbleOut1 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: -5%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut2 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 2.4%;
+ left: 82.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut3 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 22.5%;
+ left: 102.6%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut4 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 50%;
+ left: 110%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut5 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 77.5%;
+ left: 102.6%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut6 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 97.6%;
+ left: 82.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut7 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 105%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut8 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 97.6%;
+ left: 27.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut9 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 77.5%;
+ left: 7.4%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut10 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 50%;
+ left: 0%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut11 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 22.5%;
+ left: 7.4%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut12 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 2.4%;
+ left: 27.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleOut13 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+ 100% {
+ top: 3%;
+ left: 72%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+@keyframes bubbleXAnimFrames {
+ 0% {
+ transform: translateX(0);
+ }
+ 100% {
+ transform: translateX(25px);
+ }
+}
+.bubble-animation-x {
+ animation-iteration-count: infinite;
+ animation-name: bubbleXAnimFrames;
+ animation-timing-function: ease-in-out;
+ animation-direction: alternate;
+}
+
+@keyframes float-center {
+ 0%, 100% {
+ transform: translate(-50%, -50%);
+ }
+ 50% {
+ transform: translate(-50%, calc(-50% - 12px));
+ }
+}
+.anim-float-center {
+ animation: float-center 6s ease-in-out infinite;
+}
+
+.trusted-companies-area {
+ background: #fbfbfb;
+}
+.trusted-companies-area h2.title {
+ color: #081419;
+ text-align: center;
+ font-size: 30px;
+ font-weight: 700;
+ line-height: 36px;
+ letter-spacing: -0.75px;
+}
+@media screen and (max-width: 1023px) {
+ .trusted-companies-area h2.title {
+ font-size: 24px;
+ }
+}
+@media screen and (max-width: 768px) {
+ .trusted-companies-area h2.title {
+ margin-bottom: 8px;
+ }
+}
-.features-cta-area {
- padding: 80px 0; }
- .features-cta-area .features-plan-cta-wrapper {
- background-color: #ffffff;
- border-radius: 4px;
+.products-area .tabs {
+ border-bottom: 1px solid #e5e7eb;
+ margin-bottom: 32px;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .tabs {
+ overflow-x: auto;
+ white-space: nowrap;
+ justify-content: flex-start !important;
+ -webkit-overflow-scrolling: touch;
+ margin-left: -1.5rem;
+ margin-right: -1.5rem;
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+ }
+}
+.products-area .tabs ul {
+ justify-content: flex-start;
+ border-bottom: none;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .tabs ul {
+ border-bottom: 2px solid #e5e7eb;
+ width: max-content;
+ }
+}
+.products-area .tabs ul li.prod-nav-btn {
+ margin: 0;
+}
+.products-area .tabs ul li.prod-nav-btn a {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ padding: 12px 24px;
+ font-size: 16px;
+ font-weight: 700;
+ color: #6a7282;
+ background: transparent;
+ border-radius: 0;
+ border-bottom: 2px solid transparent;
+ transition: all 0.2s ease;
+}
+.products-area .tabs ul li.prod-nav-btn a span.icon {
+ margin: 0;
+}
+.products-area .tabs ul li.prod-nav-btn a:hover {
+ color: var(--ac-primary);
+ border-bottom-color: #e5e7eb;
+}
+.products-area .tabs ul li.prod-nav-btn.is-active a {
+ color: var(--ac-primary) !important;
+ border-bottom: 2px solid var(--ac-primary) !important;
+ padding-bottom: 10px;
+}
+.products-area .product-cards-container {
+ position: relative;
+ min-height: 500px;
+}
+.products-area .product-card {
+ border-radius: 12px;
+ border: 1px solid #eef0f2;
+ background: #fff;
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
+ overflow: hidden;
+}
+.products-area .product-card.is-active {
+ display: block !important;
+ animation: fadeIn 0.3s ease-in-out;
+}
+.products-area .product-card .product-header {
+ padding: 40px;
+ position: relative;
+ background: #f8faff;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header {
+ padding: 24px;
+ text-align: center;
+ }
+}
+.products-area .product-card .product-header::after {
+ content: "";
+ position: absolute;
+ inset: 0;
+ background: linear-gradient(135deg, transparent 50%, rgba(73, 73, 162, 0.05) 100%);
+ pointer-events: none;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header .columns {
display: flex;
+ flex-direction: column;
align-items: center;
- justify-content: space-between;
- position: sticky;
- z-index: 8;
- top: 50px; }
- .features-cta-area .features-plan-cta-wrapper .cta-left {
- width: 35%;
- padding: 30px 20px; }
- .features-cta-area .features-plan-cta-wrapper .cta-left.fp-cta-bg {
- background-image: url(../images/features-plan/features-plan-cta-bg.svg);
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center; }
- .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
- font-size: 36px;
- line-height: 140%;
- font-weight: 700;
- color: #32325d;
- margin-bottom: 20px;
- text-transform: capitalize; }
- .features-cta-area .features-plan-cta-wrapper .cta-left p {
- font-size: 16px;
- line-height: 160%;
- color: #54657e; }
- .features-cta-area .features-plan-cta-wrapper .cta-right {
- width: 65%;
- display: flex; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
- padding: 20px 20px 80px 20px;
- border-left: 1px solid #eceff4;
- position: relative;
- z-index: 1; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.community {
- width: 50%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.enterprise {
- width: 50%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta.enterprise .button.ac-button.is-secondary {
- background-color: #ff8000;
- border-color: #ff8000;
- color: #ffffff; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
- font-weight: 700;
- font-size: 22px;
- line-height: 1.2;
- margin-bottom: 6px;
- text-transform: capitalize; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta p {
- font-size: 16px;
- color: #54657e;
- line-height: 1.5; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta a.is-trial {
- font-size: 12px;
- color: #ff8000;
- margin-bottom: 15px;
- line-height: 1;
- font-weight: 500;
- display: block;
- font-family: roboto;
- text-decoration: underline; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta a.is-trial:hover {
- color: var(--ac-primary); }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .bottom-content {
- position: absolute;
- bottom: 20px;
- left: 0px;
- width: 100%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title {
- margin-top: 15px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li {
- background-color: #ffefe7;
- width: 33.33%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(2) {
- background-color: rgba(0, 114, 249, 0.1); }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(3) {
- background-color: #ece8f7; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title.enterprise ul li:nth-child(4) {
- background-color: #e8f1f8; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title ul {
- display: flex;
- align-items: center;
- justify-content: space-around; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta .plan-title ul li {
- padding: 16px;
- font-size: 16px;
- color: #393e46;
- text-transform: uppercase;
- font-weight: 500;
- background-color: #e5f6ee;
- width: 100%; }
-
-.single-features-area:not(:last-child) {
- margin-bottom: 30px; }
-
-.features-plan-area .single-features-area .single-features {
+ }
+}
+.products-area .product-card .product-header .product-logo-box {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 64px;
+ height: 64px;
+ border-radius: 12px;
+ background: #f4f5f7;
+ border: 1px solid #e2e8f0;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header .product-logo-box {
+ margin: 0 auto 16px;
+ }
+}
+@media screen and (max-width: 768px) {
+ .products-area .product-card .product-header .product-logo-box {
+ display: none;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header .is-flex-direction-column {
+ align-items: center;
+ }
+}
+.products-area .product-card .product-header .description {
+ color: #4b5563;
+ font-size: 14.5px;
+ line-height: 1.6;
+ max-width: 580px;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header .description {
+ margin: 0 auto;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .products-area .product-card .product-header .column.is-narrow {
+ width: 100%;
+ margin-top: 24px;
+ }
+}
+.products-area .key-features h4 {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ color: #111827;
+ font-size: 16px;
+ font-weight: 700;
+ margin-bottom: 20px;
+}
+.products-area .key-features h4 .icon {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 32px;
+ height: 32px;
+ border-radius: 8px;
+ background: rgba(73, 73, 162, 0.08);
+ color: #4949a2;
+}
+.products-area .key-features .features-grid {
+ display: grid;
+ gap: 12px;
+}
+.products-area .key-features .features-grid .feature-item {
+ display: flex;
+ align-items: flex-start;
+ gap: 12px;
+ font-size: 14px;
+ color: #4b5563;
+ line-height: 1.5;
+}
+.products-area .key-features .features-grid .feature-item .feature-icon {
+ color: #4949a2;
+ margin-top: 2px;
+ opacity: 0.7;
+}
+.products-area .use-case-numbers-wrapper {
+ display: flex;
+ flex-direction: column;
+ gap: 32px;
+}
+.products-area .use-case-numbers-wrapper .common-use-cases-wrapper h4 {
+ color: #111827;
+ font-size: 16px;
+ font-weight: 700;
+ margin-bottom: 16px;
+}
+.products-area .use-case-numbers-wrapper .use-cases-grid {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ gap: 16px;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .use-case-numbers-wrapper .use-cases-grid {
+ grid-template-columns: 1fr;
+ }
+}
+.products-area .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 16px;
+ background: #fdfdfe;
+ border: 1px solid #f2f4f7;
+ border-radius: 8px;
+ font-size: 14.5px;
+ font-weight: 600;
+ color: #4949a2;
+ text-align: center;
+ transition: all 0.2s ease;
+}
+.products-area .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(73, 73, 162, 0.2);
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
+}
+.products-area .use-case-numbers-wrapper .numbers-wrapper h4 {
+ color: #111827;
+ font-size: 16px;
+ font-weight: 700;
+ margin-bottom: 20px;
+}
+.products-area .use-case-numbers-wrapper .stats-grid {
display: grid;
- grid-template-columns: 35% 65%; }
- .features-plan-area .single-features-area .single-features .features-plan {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 10px;
- text-align: center; }
- .features-plan-area .single-features-area .single-features:nth-child(odd) {
- background-color: #ffffff; }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .features-plan.community {
- background-color: #edf9f3 !important;
- color: #32325d; }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan {
- color: #32325d; }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(1) {
- background-color: rgba(252, 96, 17, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(2) {
- background-color: rgba(0, 114, 249, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(3) {
- background-color: rgba(63, 25, 173, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(odd) .e-plan:nth-child(4) {
- background-color: rgba(25, 113, 189, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(even) {
- background-color: #f7f9fb; }
- .features-plan-area .single-features-area .single-features:nth-child(even) .features-plan.community {
- background-color: #e6f3ef !important;
- color: #32325d; }
- .features-plan-area .single-features-area .single-features:nth-child(even) .e-plan {
- color: #32325d; }
- .features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(1) {
- background-color: rgba(252, 96, 17, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(2) {
- background-color: rgba(0, 114, 249, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(3) {
- background-color: rgba(63, 25, 173, 0.1); }
- .features-plan-area .single-features-area .single-features:nth-child(even) .e-plan:nth-child(4) {
- background-color: rgba(25, 113, 189, 0.1); }
- .features-plan-area .single-features-area .single-features.title {
- margin-bottom: 0; }
- .features-plan-area .single-features-area .single-features.title .features-name {
- display: flex;
- align-items: center; }
- .features-plan-area .single-features-area .single-features.title .features-plan.community {
- background-color: #edf9f3 !important;
- color: #00a651; }
- .features-plan-area .single-features-area .single-features.title .e-plan:nth-child(1) {
- background-color: rgba(252, 96, 17, 0.1);
- color: #fc6011; }
- .features-plan-area .single-features-area .single-features.title .e-plan:nth-child(2) {
- background-color: rgba(0, 114, 249, 0.1);
- color: #0072f9; }
- .features-plan-area .single-features-area .single-features.title .e-plan:nth-child(3) {
- background-color: rgba(63, 25, 173, 0.1);
- color: #3f19ad; }
- .features-plan-area .single-features-area .single-features.title .e-plan:nth-child(4) {
- background-color: rgba(25, 113, 189, 0.1);
- color: #1971bd; }
- .features-plan-area .single-features-area .single-features.title .features-name {
- font-weight: 500; }
- .features-plan-area .single-features-area .single-features.title .features-plan-wrapper .features-plan {
- font-weight: 500; }
- .features-plan-area .single-features-area .single-features .features-name {
- padding: 14px 20px;
+ grid-template-columns: repeat(3, 1fr);
+ gap: 16px;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .use-case-numbers-wrapper .stats-grid {
+ grid-template-columns: 1fr;
+ }
+}
+.products-area .use-case-numbers-wrapper .stats-grid .stat-item {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ padding: 24px 12px;
+ background: #fff;
+ border: 1px solid #f0f2f5;
+ border-radius: 8px;
+ text-align: center;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
+}
+.products-area .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #4949a2;
+ font-size: 24px;
+ font-weight: 800;
+ line-height: 1;
+ margin-bottom: 8px;
+}
+.products-area .use-case-numbers-wrapper .stats-grid .stat-item .stat-label {
+ color: #6a7282;
+ font-size: 11px;
+ font-weight: 700;
+ text-transform: uppercase;
+ letter-spacing: 0.8px;
+}
+.products-area .cta-banner {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 32px;
+ border-radius: 12px;
+ background: #f8f9ff;
+ border: 1px solid #eef0fd;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .cta-banner {
+ flex-direction: column;
+ gap: 24px;
+ text-align: center;
+ }
+}
+.products-area .cta-banner .cta-banner-text h4 {
+ color: #111827;
+ font-size: 16px;
+ font-weight: 700;
+ margin-bottom: 6px;
+}
+.products-area .cta-banner .cta-banner-text p {
+ color: #4b5563;
+ font-size: 14px;
+}
+.products-area .cta-banner .cta-buttons {
+ display: flex;
+ gap: 12px;
+}
+@media screen and (max-width: 1023px) {
+ .products-area .cta-banner .cta-buttons {
+ flex-direction: column;
+ width: 100%;
+ }
+ .products-area .cta-banner .cta-buttons .ac-button {
+ width: 100%;
+ }
+}
+.products-area .cta-banner .cta-buttons .ac-button {
+ height: 44px;
+ font-size: 15px;
+}
+
+.cta-container {
+ padding: 48px;
+ border-radius: 14px;
+ border: 1px solid rgba(0, 165, 80, 0.2);
+ background-color: hsl(240, 33%, 99%);
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .cta-container {
+ padding: 32px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .cta-container {
+ padding: 32px 20px;
+ }
+}
+.cta-container h3 {
+ color: #081419;
+ text-align: center;
+ font-size: 36px;
+ font-weight: 900;
+ line-height: 40px;
+ letter-spacing: -0.9px;
+ margin-bottom: 16px;
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .cta-container h3 {
+ font-size: 28px;
+ margin-bottom: 8px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .cta-container h3 {
+ font-size: 28px;
+ line-height: 1.2;
+ }
+}
+.cta-container p {
+ color: #364153;
+ text-align: center;
+ font-size: 18px;
+ font-weight: 500;
+ line-height: 28px;
+ margin-bottom: 32px;
+ text-wrap: balance;
+}
+@media screen and (max-width: 1023px) {
+ .cta-container p {
font-size: 16px;
- color: #393e46; }
- .features-plan-area .single-features-area .single-features .features-name a {
- font-family: "Roboto", sans-serif;
- text-decoration: underline; }
- .features-plan-area .single-features-area .single-features .features-name .info-icon.tooltip {
- margin-left: 5px;
- margin-top: 3px;
- min-width: 16px; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper {
- display: grid;
- align-items: center;
- grid-template-columns: 50% 50%; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan {
- font-weight: 400; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.community {
- height: 100%;
- display: flex;
- align-items: center;
- text-align: center;
- justify-content: center;
- font-size: 14px;
- padding: 7px; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.community span.t-icon {
- height: 26px; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan.enterprise {
- display: grid;
- grid-template-columns: 100%;
- font-size: 14px;
- height: 100%; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan .e-plan {
- padding: 10px 15px;
- height: 100%;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- line-height: 130%; }
- .features-plan-area .single-features-area .single-features .features-plan-wrapper .features-plan .e-plan span.t-icon {
- height: 26px;
- width: 26px;
- align-items: center;
- display: flex;
- justify-content: center; }
-
-.assistance-card-wrapper {
- @import url(/assets/css/calendly.css); }
- .assistance-card-wrapper .single-card {
- background: #ffffff;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
- border-radius: 4px;
- transition: 0.3s ease-in-out; }
- .assistance-card-wrapper .single-card:hover {
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16); }
- .assistance-card-wrapper .single-card .card-head {
- display: flex;
- align-items: center;
- padding: 40px 30px;
- border-bottom: 1px solid #eceff4; }
- .assistance-card-wrapper .single-card .card-head .ass-icon {
- width: 56px;
- margin-right: 28px; }
- .assistance-card-wrapper .single-card .card-head .ass-title {
- font-style: normal;
- font-weight: 500;
- font-size: 18px;
- line-height: 120%;
- color: #1c1c1c; }
- .assistance-card-wrapper .single-card .card-body {
- padding: 30px 20px; }
- .assistance-card-wrapper .single-card .card-body p {
- font-style: normal;
- font-weight: normal;
- font-size: 16px;
- line-height: 100%;
- color: #54657e;
- margin-bottom: 15px; }
- .assistance-card-wrapper .single-card .card-body .button {
- background: rgba(77, 77, 203, 0.1);
- border: 1px solid #4d4dcb;
- box-sizing: border-box;
- border-radius: 4px;
- font-size: 16px;
- color: #4d4dcb;
- font-weight: 500;
- font-family: Roboto;
- height: 41px;
- transition: 0.3s ease-in-out; }
- .assistance-card-wrapper .single-card .card-body .button:hover {
- background-color: #4d4dcb;
- color: #ffffff !important; }
- .assistance-card-wrapper .single-card .card-body .subscription-form {
- position: relative;
- z-index: 1; }
- .assistance-card-wrapper .single-card .card-body .subscription-form input {
- border: none;
- background-color: #e7e7e7;
- height: 41px; }
- .assistance-card-wrapper .single-card .card-body .subscription-form input:focus {
- border: 1px solid #4d4dcb;
- border-radius: 4px; }
- .assistance-card-wrapper .single-card .card-body .subscription-form button {
- position: absolute;
- right: 0;
- top: 0;
- background-color: #4d4dcb;
- color: #ffffff;
- border: none;
- z-index: 9; }
- .assistance-card-wrapper .single-card .card-body .subscription-form button i.fa {
- color: #ffffff; }
- .assistance-card-wrapper .single-card .card-body .subscription-form button:hover {
- color: #ffffff; }
+ }
+}
+@media screen and (max-width: 1023px) {
+ .cta-container .ac-button {
+ width: 100%;
+ }
+}
-/****************************************
-Responsive Classes
-*****************************************/
+.services-section {
+ position: relative;
+ z-index: 1;
+}
+.services-section .services-bg-glow {
+ position: absolute;
+ top: 50px;
+ right: 0;
+ width: 600px;
+ height: 600px;
+ background: radial-gradient(circle at top right, rgba(0, 165, 80, 0.08) 0%, transparent 60%);
+ pointer-events: none;
+ z-index: -1;
+}
@media screen and (max-width: 768px) {
- .features-plan .hero-area-content .hero-content-inner h1 {
- font-size: 28px;
- line-height: 140% !important;
- font-weight: 500;
- margin-bottom: 20px; }
-
- .features-cta-area.section-padding-100 {
- padding: 60px 0; }
-
- .features-cta-area {
- overflow-y: auto; }
- .features-cta-area .features-plan-cta-wrapper {
- position: static;
- min-width: 1344px; }
- .features-cta-area .features-plan-cta-wrapper .cta-left {
- width: 35%; }
- .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
- font-size: 26px;
- margin-bottom: 10px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right {
- width: 70%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
- width: 100%;
- padding: 20px 20px 108px 20px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
- font-size: 20px;
- margin-bottom: 10px; }
- .features-cta-area .features-plan-area {
- min-width: 1344px; }
- .features-cta-area .single-features-area {
- margin-bottom: 10px; }
-
- .table.ac-features-table {
- min-width: 500px; }
-
- .assistance-area.section-padding-100 {
- padding: 60px 0; }
-
- .single-assistance .ass-top {
- padding: 30px 20px; }
- .single-assistance .ass-top .ass-icon {
- max-width: 40px; }
- .single-assistance .ass-bottom {
- padding: 20px 20px 30px; }
-
- .ac-accordion-wrapper .single-accordion-item .accordion-heading h3 {
- padding-right: 20px; } }
-@media (min-width: 576px) and (max-width: 768px) {
- .features-plan .hero-area-img {
- display: none; }
-
- .features-cta-area.section-padding-100 {
- padding: 60px 0; }
-
- .features-cta-area {
- overflow-y: auto; }
- .features-cta-area .features-plan-cta-wrapper {
- position: static;
- min-width: 1344px; }
- .features-cta-area .features-plan-cta-wrapper .cta-left {
- width: 35%; }
- .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
- font-size: 26px;
- margin-bottom: 10px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right {
- width: 100%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
- width: 100%;
- padding: 40px 20px 108px 20px;
- min-height: 240px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
- font-size: 20px;
- margin-bottom: 10px; }
- .features-cta-area .single-features-area {
- margin-bottom: 10px; }
-
- .features-plan-area {
- min-width: 1344px; } }
-@media screen and (min-width: 769px) and (max-width: 1023px) {
- .features-plan .hero-content-inner {
- padding: 50px 50px 50px 0; }
- .features-plan .hero-area-img img {
- opacity: 1; }
+ .services-section .services-bg-glow {
+ display: none;
+ }
+}
+.services-section .service-shape-1 {
+ position: absolute;
+ top: -20px;
+ left: 20px;
+ width: 80px;
+ height: 80px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.2);
+ transform: rotate(-12deg);
+ pointer-events: none;
+ z-index: -1;
+}
+@media screen and (max-width: 1023px) {
+ .services-section .service-shape-1 {
+ display: none;
+ }
+}
- .features-cta-area {
- overflow-y: auto; }
- .features-cta-area .features-plan-cta-wrapper {
- min-width: 1344px;
- position: static; }
- .features-cta-area .features-plan-cta-wrapper .cta-left {
- width: 30%;
- padding: 50px 20px; }
- .features-cta-area .features-plan-cta-wrapper .cta-left h2 {
- font-size: 26px;
- margin-bottom: 10px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right {
- width: 70%; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta {
- width: 100%;
- padding: 40px 20px 108px 20px;
- min-height: 240px; }
- .features-cta-area .features-plan-cta-wrapper .cta-right .single-cta h3 {
- font-size: 20px;
- margin-bottom: 10px; }
- .features-cta-area .single-features-area {
- margin-bottom: 10px; }
- .features-cta-area .features-plan-area {
- min-width: 1344px; } }
-.news-message {
+.services-wrapper {
+ display: flex;
+ border-radius: 14px;
+ border: 1px solid #e5e7eb;
+ background: #fff;
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper {
+ flex-direction: column;
+ }
+}
+.services-wrapper .services-sidebar {
+ width: 288px;
+ min-width: 288px;
+ padding: 20px 16px;
+ background-color: hsl(210, 20%, 98%);
+ border-right: 1px solid #e5e7eb;
+ border-radius: 14px 0 0 14px;
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .services-wrapper .services-sidebar {
+ width: 268px;
+ min-width: 268px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-sidebar {
+ width: 100%;
+ min-width: 100%;
+ border-right: none;
+ border-bottom: 1px solid #e5e7eb;
+ border-radius: 14px 14px 0 0;
+ padding: 12px;
+ }
+}
+.services-wrapper .services-sidebar p {
+ color: #6a7282;
+ font-size: 11px;
+ font-weight: 600;
+ line-height: 16px;
+ letter-spacing: 0.8px;
+ text-transform: uppercase;
+ padding: 0 4px;
+}
+.services-wrapper .services-sidebar ul.services-nav {
+ display: flex;
+ flex-direction: column;
+ gap: 2px;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-sidebar ul.services-nav {
+ flex-direction: row;
+ overflow-x: auto;
+ padding-bottom: 8px;
+ }
+ .services-wrapper .services-sidebar ul.services-nav::-webkit-scrollbar {
+ height: 0;
+ }
+}
+.services-wrapper .services-sidebar ul.services-nav li {
display: inline-flex;
- font-family: "Roboto", sans-serif;
- font-style: normal;
- font-weight: 500;
+ align-items: center;
+ gap: 10px;
+ padding: 10px 12px;
+ border-radius: 8px;
+ cursor: pointer;
+ border-left: 3px solid transparent;
+ transition: all 0.15s ease;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-sidebar ul.services-nav li {
+ border-left: none;
+ border-bottom: 3px solid transparent;
+ flex-shrink: 0;
+ white-space: nowrap;
+ }
+}
+.services-wrapper .services-sidebar ul.services-nav li.is-active, .services-wrapper .services-sidebar ul.services-nav li:hover {
+ border-left: 3px solid #00a550;
+ background: #fff;
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px -1px rgba(0, 0, 0, 0.08);
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-sidebar ul.services-nav li.is-active, .services-wrapper .services-sidebar ul.services-nav li:hover {
+ border-left: none;
+ border-bottom: 3px solid #00a550;
+ }
+}
+.services-wrapper .services-sidebar ul.services-nav li.is-active .svc-icon, .services-wrapper .services-sidebar ul.services-nav li:hover .svc-icon {
+ background: rgba(0, 165, 80, 0.1);
+ color: var(--ac-primary);
+}
+.services-wrapper .services-sidebar ul.services-nav li.is-active span:last-child, .services-wrapper .services-sidebar ul.services-nav li:hover span:last-child {
+ color: #111827;
+}
+.services-wrapper .services-sidebar ul.services-nav li span:last-child {
+ color: #4a5565;
font-size: 14px;
- line-height: 1.6;
- color: #515D63;
- background: #ffffff;
- margin-bottom: 8px;
- border: 1px solid #e7e7e7;
- padding: 8px 15px;
- border-radius: 2px; }
- .news-message:hover strong {
- text-decoration: underline; }
- .news-message strong {
- color: var(--ac-primary);
- font-weight: 500; }
-
-.hero-area-1 {
- padding: 150px 0 60px 0px;
- overflow: hidden; }
- @media screen and (max-width: 768px) {
- .hero-area-1 {
- padding: 160px 0 30px; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .hero-area-1 {
- padding: 130px 0 50px; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .hero-area-1 {
- padding: 150px 0 60px; } }
- .hero-area-1 h1 {
- font-weight: 600;
- font-size: 68px;
- line-height: 120%;
- letter-spacing: -2.5px; }
- @media screen and (max-width: 768px) {
- .hero-area-1 h1 {
- font-size: 38px;
- letter-spacing: -0.57px; } }
- @media (min-width: 400px) and (max-width: 768px) {
- .hero-area-1 h1 {
- font-size: 45px; }
- .hero-area-1 h1 img {
- height: 40px !important; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .hero-area-1 h1 {
- font-size: 38px;
- letter-spacing: -0.57px; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .hero-area-1 h1 {
- font-size: 56px;
- letter-spacing: -0.57px; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .hero-area-1 h1 {
- font-size: 58px;
- letter-spacing: -0.57px; } }
- .hero-area-1 h1 img {
- transform: translateY(2px); }
- @media screen and (max-width: 768px) {
- .hero-area-1 h1 img {
- height: 32px; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .hero-area-1 h1 img {
- height: 32px; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .hero-area-1 h1 img {
- height: 40px; } }
- .hero-area-1 .buttons {
- margin-top: 30px;
- margin-bottom: 30px; }
- @media screen and (max-width: 1407px) {
- .hero-area-1 .buttons {
- margin-bottom: 16px; } }
- .hero-area-1 .buttons .button {
- margin-bottom: 0; }
- @media screen and (max-width: 768px) {
- .hero-area-1 .buttons .button.ac-button {
- width: 100%; } }
- @media screen and (max-width: 1215px) {
- .hero-area-1 .buttons .button.ac-button {
- margin-bottom: 0.5rem;
- margin-right: 0.5rem !important;
- padding: 0.5rem 1rem; } }
- .hero-area-1 .h-right-content {
- margin-right: -84px;
- position: relative;
- z-index: 1; }
- @media screen and (max-width: 768px) {
- .hero-area-1 .h-right-content {
- margin-right: 0; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .hero-area-1 .h-right-content {
- margin-right: -30px; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .hero-area-1 .h-right-content {
- margin-right: -42px; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .hero-area-1 .h-right-content {
- margin-right: -74px; } }
- @media (min-width: 1216px) and (max-width: 1440px) {
- .hero-area-1 .h-right-content {
- margin-right: -74px; } }
- .hero-area-1 .h-right-content::after {
- transform: scale(3) rotate(90deg);
- left: auto;
- right: 200px;
- top: 0;
- bottom: auto;
- opacity: 0.5; }
- @media screen and (max-width: 1023px) {
- .hero-area-1 .h-right-content::after {
- transform: scale(2.5) rotate(90deg);
- right: 0; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .hero-area-1 .h-right-content::after {
- transform: scale(2.5) rotate(90deg);
- right: 0; } }
-
-.intro-view-button {
+ font-weight: 500;
+ line-height: 20px;
+}
+.services-wrapper .services-sidebar ul.services-nav li .svc-icon {
+ display: flex;
+ width: 30px;
+ height: 30px;
+ min-width: 30px;
+ justify-content: center;
+ align-items: center;
+ border-radius: 8px;
+ background: #e5e7eb;
+ color: #6a7282;
+ transition: all 0.15s ease;
+}
+.services-wrapper .services-sidebar ul.services-nav li .svc-icon iconify-icon {
+ display: block;
+}
+.services-wrapper .services-content-wrapper {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+}
+.services-wrapper .services-content {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.services-wrapper .services-content.is-active {
+ display: flex !important;
+ animation: fadeIn 0.3s ease-in-out;
+}
+.services-wrapper .services-content.is-hidden {
+ display: none !important;
+}
+.services-wrapper .services-content .content-header {
+ padding: 32px 40px;
+ background-color: hsl(149, 47%, 92%);
+ border-radius: 0 14px 0 0;
+ position: relative;
+ overflow: hidden;
+ z-index: 1;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-content .content-header {
+ padding: 24px;
+ border-radius: 0;
+ }
+}
+.services-wrapper .services-content .content-header .service-shape-2 {
position: absolute;
- left: 0;
- top: 25%;
+ top: -10px;
+ right: 40px;
+ width: 100px;
+ height: 100px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.15);
+ transform: rotate(15deg);
+ pointer-events: none;
+ z-index: -1;
+}
+.services-wrapper .services-content .content-header .header-icon-wrapper {
+ position: relative;
+ display: inline-flex;
+ flex-shrink: 0;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .services-content .content-header .is-gap-16 {
+ flex-direction: column;
+ text-align: center;
+ }
+}
+.services-wrapper .services-content .content-header .header-icon {
display: flex;
+ justify-content: center;
align-items: center;
- gap: 8px;
- background-color: #fff;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16);
- padding: 16px;
+ width: 64px;
+ height: 64px;
border-radius: 16px;
- width: 330px;
- cursor: pointer;
- transition: 0.3s ease-in-out; }
- .intro-view-button:hover {
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.25); }
- .intro-view-button:hover .content span {
- color: #171B1C; }
- .intro-view-button .video-icon {
- width: 48px;
- height: 48px;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.16);
- border-radius: 50%; }
- .intro-view-button .content {
- width: calc(100% - 64px); }
- .intro-view-button .content p {
- font-size: 16px;
- margin-bottom: 0; }
-
-.products-area {
- position: relative; }
- .products-area .single-product {
- display: block;
- background-color: #ffffff;
- border: 1px solid #e7e7e7;
- transition: 0.3s ease-in-out;
- padding: 32px 24px;
- border-radius: 4px; }
- .products-area .single-product:hover {
- box-shadow: 1px 11px 114px rgba(0, 0, 0, 0.15); }
- @media screen and (max-width: 768px) {
- .products-area .single-product {
- padding: 32px 16px; } }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .products-area .single-product {
- min-height: 278px; } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .products-area .single-product:after {
- right: 0;
- width: 100%; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .products-area .single-product {
- padding: 35px 20px; } }
- .products-area .single-product .product-logo {
- height: 24px;
- margin-bottom: 20px; }
- .products-area .single-product .product-logo img {
- height: 100%; }
- .products-area .single-product p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: #515D63;
- margin-bottom: 20px; }
- .products-area .single-product p strong {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: var(--ac-primary); }
- .products-area .single-product .button {
- font-weight: 600;
- font-size: 14px;
- line-height: 160%;
- letter-spacing: 1.25px;
- color: var(--ac-primary);
- text-decoration: underline; }
- .products-area .single-product .button .material-icons-outlined {
- font-size: 18px;
- margin-left: 1rem; }
-
-.more-products,
-.intro-kubedb-ui {
- gap: 12px; }
- .more-products .single-feature,
- .intro-kubedb-ui .single-feature {
- flex-basis: calc(50% - 6px); }
- @media screen and (max-width: 1023px) {
- .more-products .single-feature,
- .intro-kubedb-ui .single-feature {
- flex-basis: 100%; } }
- @media screen and (max-width: 768px) {
- .more-products .button.ac-button,
- .intro-kubedb-ui .button.ac-button {
- width: 100%; } }
-
-.single-feature {
+ border: 2px solid #f3f4f6;
+ background: #fff;
+ color: var(--ac-primary);
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
+}
+.services-wrapper .services-content .content-header .header-icon iconify-icon {
+ display: block;
+}
+.services-wrapper .services-content .content-header .header-icon-badge {
display: flex;
- flex-wrap: wrap;
- gap: 12px; }
- .single-feature.card-view {
- flex-direction: column;
- border: 1px solid #e7e7e7;
- padding: 16px;
- border-radius: 4px;
- background-color: #fbfbfe; }
- .single-feature.card-view:nth-child(2) {
- background-color: #fefdfa; }
- .single-feature.card-view:nth-child(3) {
- background-color: #fafefc; }
- .single-feature.card-view:nth-child(4) {
- background-color: #fcfaff; }
- .single-feature.card-view .icon {
- border: 1px solid transparent;
- background-color: #ffffff; }
- .single-feature.card-view .content {
- width: 100%; }
- .single-feature.mechanism {
- transition: 0.3s ease-in-out;
- border-radius: 8px;
- padding: 8px 16px;
- border: 1px solid rgba(255, 255, 255, 0.2);
- cursor: pointer; }
- .single-feature.mechanism .content strong {
- margin-bottom: 4px;
- font-size: 16px; }
- .single-feature.mechanism:hover {
- background-color: rgba(255, 255, 255, 0.1); }
- .single-feature.mechanism.is-active {
- background-color: var(--ac-primary); }
- .single-feature .icon {
- width: 52px;
- height: 52px;
- border-radius: 50%;
- background-color: #f0fff7;
- border: 1px solid var(--ac-primary);
- display: flex;
- align-items: center;
- justify-content: center; }
- .single-feature .icon img {
- height: 32px;
- width: auto; }
- .single-feature .content {
- width: calc(100% - 76px); }
- .single-feature .content h3 {
- font-size: 20px;
- margin-bottom: 4px;
- line-height: 130%; }
- .single-feature .content p {
- font-size: 16px;
- color: #515D63; }
-
-.single-ui-ss {
- border-radius: 8px;
- overflow: hidden;
- margin-left: 0px;
+ justify-content: center;
+ align-items: center;
+ position: absolute;
+ bottom: -4px;
+ right: -4px;
+ width: 22px;
+ height: 22px;
+ border-radius: 50%;
+ background: #fff;
+ color: var(--ac-primary);
+ border: 1.5px solid #fff;
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
+}
+.services-wrapper .services-content .content-header h3 {
+ color: #081419;
+ font-size: 24px;
+ font-weight: 700;
+ line-height: 28px;
+ letter-spacing: -0.75px;
+}
+.services-wrapper .services-content .content-header p {
+ color: #364153;
+ font-size: 16px;
+ font-weight: 500;
+ line-height: 26px;
+}
+.services-wrapper .service-content-body {
+ padding: 28px 32px;
+ flex: 1;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .service-content-body {
+ padding: 20px;
+ }
+}
+.services-wrapper .service-content-body h4 {
+ font-size: 16px;
+ font-weight: 700;
+ line-height: 24px;
+ color: #081419;
position: relative;
- width: 100%;
- height: 0px;
- padding-top: calc(100% * (100 / 143)); }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .single-ui-ss {
- padding-top: calc(100% * (100 / 92)); } }
- @media screen and (min-width: 1024px) and (max-width: 1215px) {
- .single-ui-ss {
- padding-top: calc(100% * (100 / 110)); } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .single-ui-ss {
- padding-top: calc(100% * (100 / 140)); } }
- @media screen and (min-width: 1408px) {
- .single-ui-ss {
- padding-top: calc(100% * (100 / 156)); } }
- @media (min-width: 1216px) and (max-width: 1440px) {
- .single-ui-ss {
- padding-top: calc(100% * (100 / 140)); } }
- .single-ui-ss img {
- position: absolute;
- top: 0;
+ padding-left: 12px;
+ margin-bottom: 16px;
+}
+.services-wrapper .service-content-body h4::before {
+ content: "";
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 4px;
+ height: 100%;
+ background-color: var(--ac-primary);
+ border-radius: 10px;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .service-content-body .columns .column.is-6 {
+ width: 100%;
+ }
+}
+.services-wrapper .service-content-body .single-offering {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+ padding: 24px;
+ height: 100%;
+ border-radius: 12px;
+ border: 1.5px solid #e5e7eb;
+ background: #fafafa;
+ transition: all 0.2s ease;
+ text-decoration: none !important;
+}
+.services-wrapper .service-content-body .single-offering:hover {
+ border-color: var(--ac-primary);
+ background: rgba(0, 165, 80, 0.1);
+ box-shadow: 0 4px 20px rgba(0, 165, 80, 0.08);
+ transform: translateY(-2px);
+}
+.services-wrapper .service-content-body .single-offering .offering-check {
+ color: var(--ac-primary);
+ display: flex;
+ line-height: 1;
+}
+.services-wrapper .service-content-body .single-offering h3 {
+ color: #081419;
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 24px;
+}
+.services-wrapper .service-content-body .single-offering p {
+ color: #4a5565;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 22px;
+ flex: 1;
+ margin-bottom: 8px;
+}
+.services-wrapper .service-content-body .single-offering .has-text-success {
+ color: var(--ac-primary) !important;
+ font-size: 11px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+}
+.services-wrapper .service-content-body .service-cta-bar {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 16px;
+ margin-top: 24px;
+ padding: 18px 20px;
+ border-radius: 10px;
+ border: 1px solid #e5e7eb;
+ background: #fff;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .service-content-body .service-cta-bar {
+ flex-direction: column;
+ text-align: center;
+ }
+}
+.services-wrapper .service-content-body .service-cta-bar p:first-child {
+ color: #111827;
+ font-size: 14px;
+ font-weight: 600;
+}
+.services-wrapper .service-content-body .service-cta-bar p:last-child {
+ color: #6b7280;
+ font-size: 12px;
+ margin-top: 2px;
+}
+.services-wrapper .service-content-body .service-cta-bar .buttons {
+ flex-shrink: 0;
+ margin-bottom: 0;
+ gap: 8px;
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .service-content-body .service-cta-bar .buttons {
+ flex-direction: column;
+ align-items: end;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .services-wrapper .service-content-body .service-cta-bar .buttons {
width: 100%;
- height: 100%;
- object-fit: cover;
- left: 0;
- object-position: left; }
-
-.more-features {
- margin-top: 32px; }
- @media screen and (max-width: 768px) {
- .more-features {
- margin-top: 0; }
- .more-features .button.ac-button {
- width: 100%; } }
-
-.ui-dashboard {
- position: relative;
- z-index: 1;
- width: 100%;
- height: 100%; }
- .ui-dashboard::after {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
+ }
+ .services-wrapper .service-content-body .service-cta-bar .buttons .ac-button {
width: 100%;
- height: 100%;
- background-image: url("../../../assets/images/products/appscode/features/ui-features.webp");
- background-repeat: no-repeat; }
-
-.mechanics-area {
- position: relative;
- z-index: 1; }
-
-.dark-bg {
- background-color: #000a05; }
- .dark-bg h1,
- .dark-bg h2,
- .dark-bg h3,
- .dark-bg h4,
- .dark-bg h5,
- .dark-bg h6,
- .dark-bg strong,
- .dark-bg label {
- color: #e6e7e6; }
- .dark-bg p {
- color: #d4d6d5; }
- .dark-bg .single-feature.card-view {
- border: 1px solid rgba(255, 255, 255, 0.2);
- background-color: #000a05; }
- .dark-bg .single-feature .icon {
- background-color: rgba(255, 255, 255, 0.1);
- border: none; }
- .dark-bg .single-feature .content p {
- color: #d4d6d5; }
- .dark-bg .single-feature .content a {
- transition: 0.3s ease-in-out;
- font-weight: 500; }
- .dark-bg .single-feature .content a:hover {
- color: var(--ac-primary);
- opacity: 0.9; }
- .dark-bg .footer-top {
- border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
- .dark-bg .footer-inline-link,
- .dark-bg .subscription-form label,
- .dark-bg .all-contact-info li a,
- .dark-bg p.spam-message {
- color: #adb2b0; }
- .dark-bg .footer-inline-link a,
- .dark-bg .subscription-form label a,
- .dark-bg .all-contact-info li a a,
- .dark-bg p.spam-message a {
- color: #adb2b0;
- transition: 0.3s ease-in-out; }
- .dark-bg .footer-inline-link a:hover,
- .dark-bg .subscription-form label a:hover,
- .dark-bg .all-contact-info li a a:hover,
- .dark-bg p.spam-message a:hover {
- color: var(--ac-primary); }
-
-.decorative-el-large, .cta-area .cta-area-inner:after, .footer-area:after, .intro-kubedb-ui:after {
- background-image: url("../images/shape/decorative-el-large-2.png");
- background-size: cover;
- background-position: center; }
+ }
+}
+.services-wrapper .service-content-body .service-cta-bar .service-cta-outline-btn {
+ border: 1.5px solid #d1d5db;
+ color: #374151;
+ background: #fff;
+}
+.services-wrapper .service-content-body .service-cta-bar .service-cta-outline-btn:hover {
+ border-color: #9ca3af;
+}
+
+.simple-stats-wrapper {
+ margin-top: 48px;
+}
+@media screen and (max-width: 1023px) {
+ .simple-stats-wrapper .column {
+ margin-bottom: 16px;
+ }
+}
+.simple-stats-wrapper .stat-card {
+ padding: 24px;
+ border-radius: 14px;
+ border: 1px solid #e5e7eb;
+ background: #fff;
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
+}
+.simple-stats-wrapper .icon-box {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 48px;
+ height: 48px;
+ border-radius: 14px;
+ border: 1px solid rgba(0, 165, 80, 0.25);
+ background: rgba(0, 165, 80, 0.08);
+ color: var(--ac-primary);
+ margin: 0 auto 8px;
+}
+.simple-stats-wrapper .icon-box.stat-icon-neutral {
+ background: #f3f4f6;
+ color: #6a7282;
+}
+.simple-stats-wrapper .strong {
+ color: #081419;
+ text-align: center;
+ font-size: 30px;
+ font-weight: 700;
+ line-height: 36px;
+}
+.simple-stats-wrapper .subtext {
+ color: #4a5565;
+ text-align: center;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 20px;
+}
-.intro-kubedb-ui {
+.headline-accent {
+ color: var(--ac-primary);
position: relative;
- z-index: 1; }
- .intro-kubedb-ui:after {
- background-color: rgba(253, 253, 253, 0.1);
- position: absolute;
- content: "";
- left: 30px;
- top: 0;
- height: 100%;
- width: calc(100% - 60px);
- z-index: -1;
- border-radius: 20px; }
- @media screen and (max-width: 1023px) {
- .intro-kubedb-ui:after {
- left: 0;
- width: 100%;
- border-radius: 0; } }
+ display: inline-block;
+ padding-bottom: 10px;
+}
+.headline-accent::after {
+ content: "";
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 10px;
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 12' preserveAspectRatio='none'%3E%3Cpath d='M0,8 Q50,2 100,7 Q150,12 200,6 Q250,0 300,6 Q350,12 400,5' stroke='%2300A550' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
-.ui-features-area {
- position: relative;
- z-index: 1; }
- .ui-features-area:after {
- right: 0px;
- left: auto;
- top: 60px; }
+.dot-pulse {
+ display: inline-block;
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ background-color: var(--ac-primary);
+ flex-shrink: 0;
+}
-.subscription-area .subscription-message {
- padding-right: 150px; }
- @media screen and (max-width: 1023px) {
- .subscription-area .subscription-message {
- padding: 0; } }
-.subscription-area p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: #515D63;
- margin-bottom: 30px; }
- .subscription-area p strong {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: var(--ac-primary); }
-.subscription-area .subscription-input {
+.final-cta-section {
position: relative;
- z-index: 1;
- max-width: 400px; }
- .subscription-area .subscription-input input {
- height: 56px;
- background-color: #ffffff;
- border: 1px solid #e7e7e7;
- border-radius: 2px;
- padding: 6px 140px 6px 30px;
- font-size: 15px;
- box-shadow: 0px 4px 18px 5px rgba(0, 166, 81, 0.09);
- width: 100%; }
- .subscription-area .subscription-input input::placeholder {
- color: #999999; }
- .subscription-area .subscription-input input:focus {
- outline: 1px solid var(--ac-primary); }
- .subscription-area .subscription-input button {
- height: 44px;
- position: absolute;
- right: 6px;
- top: 6px; }
- .subscription-area .subscription-input p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- margin-top: 15px; }
-
-.products-features {
- background: #f3f4f7; }
- @media screen and (max-width: 768px) {
- .products-features #nav-serialscrolling {
- top: 0; }
- .products-features [data-serialscrolling-target] {
- height: 100%; } }
- .products-features .features-tabs {
- position: sticky;
- margin-top: 210px; }
- .products-features .features-tabs:after {
- top: -250px;
- left: -120px; }
- @media screen and (max-width: 768px) {
- .products-features .features-tabs {
- margin-top: 0; } }
- .products-features .features-tabs ul li span {
- cursor: pointer;
- padding: 10px 0;
- font-weight: 500;
- font-size: 14px;
- line-height: 16px;
- letter-spacing: 1.25px;
- color: #515D63;
- transition: 0.3s ease-in-out;
- display: block; }
- .products-features .features-tabs ul li span.is-current {
- color: var(--ac-primary);
- text-decoration: underline; }
- .products-features .features-tabs ul li span:hover {
- color: var(--ac-primary); }
- .products-features .products-description-wrapper .single-product {
- padding: 100px 0 100px 50px;
- position: relative;
- z-index: 1;
- display: flex;
- align-items: center;
- overflow: hidden; }
- @media screen and (max-width: 768px) {
- .products-features .products-description-wrapper .single-product {
- padding: 30px 15px;
- margin-left: 0;
- margin-right: 0; } }
- .products-features .products-description-wrapper .single-product:after {
- position: absolute;
- content: "";
- right: 0;
- top: 0px;
- width: 100%;
- height: 100%;
- background-color: #f1f1f1;
- z-index: -1;
- opacity: 0.5; }
- @media screen and (max-width: 768px) {
- .products-features .products-description-wrapper .single-product:after {
- right: 0;
- width: 100%; } }
- @media screen and (min-width: 1216px) and (max-width: 1407px) {
- .products-features .products-description-wrapper .single-product:after {
- right: -160px;
- width: calc(100% + 160px); } }
- .products-features .products-description-wrapper .single-product.kubedb:after {
- background-color: #f6f6fd;
- background-image: linear-gradient(to right, #f6f6fd, white); }
- .products-features .products-description-wrapper .single-product.kubedb .product-description .features li .material-icons {
- color: #4d4dcb; }
- .products-features .products-description-wrapper .single-product.kubedb .button.ac-button.is-primary {
- background-color: #4d4dcb; }
- .products-features .products-description-wrapper .single-product.stash:after {
- background-color: #e9e9fc;
- background-image: linear-gradient(to right, #e9e9fc, white); }
- .products-features .products-description-wrapper .single-product.stash .product-description .features li .material-icons {
- color: #5e2dea; }
- .products-features .products-description-wrapper .single-product.stash .button.ac-button.is-primary {
- background-color: #5e2dea; }
- .products-features .products-description-wrapper .single-product.kubevault:after {
- background-color: #e9e9fc;
- background-image: linear-gradient(to right, #e9e9fc, white); }
- .products-features .products-description-wrapper .single-product.kubevault .product-description .features li .material-icons {
- color: #326ce5; }
- .products-features .products-description-wrapper .single-product.kubevault .button.ac-button.is-primary {
- background-color: #326ce5; }
- .products-features .products-description-wrapper .single-product.prometheus .product-description .features li .material-icons {
- color: #4d4dcb; }
- .products-features .products-description-wrapper .single-product.voyager:after {
- background-color: #cfcfe6;
- background-image: linear-gradient(to right, #cfcfe6, white); }
- .products-features .products-description-wrapper .single-product.voyager .product-description .features li .material-icons {
- color: #2d2a78; }
- .products-features .products-description-wrapper .single-product.voyager .button.ac-button.is-primary {
- background-color: #2d2a78; }
- .products-features .products-description-wrapper .single-product.kubeform:after {
- background-color: #e9e9fc;
- background-image: linear-gradient(to right, #e9e9fc, white); }
- .products-features .products-description-wrapper .single-product.kubeform .product-description .features li .material-icons {
- color: #592217; }
- .products-features .products-description-wrapper .single-product.kubeform .button.ac-button.is-primary {
- background-color: #592217; }
- .products-features .products-description-wrapper .illustration {
- top: 30%;
- position: sticky;
- display: flex;
- justify-content: flex-end; }
- @media screen and (max-width: 768px) {
- .products-features .products-description-wrapper .illustration {
- max-width: 350px; } }
- .products-features .product-description .brand {
- height: 30px;
- margin-bottom: 1rem; }
- .products-features .product-description .brand img {
- height: 100%; }
- .products-features .product-description h5 {
- margin-bottom: 1rem; }
- .products-features .product-description p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%;
- color: #636363;
- margin-bottom: 1.5rem; }
- .products-features .product-description p strong {
- color: var(--ac-primary); }
- .products-features .product-description .features {
- margin-bottom: 30px; }
- .products-features .product-description .features li {
- font-weight: 400;
- font-size: 16px;
- line-height: 140%;
- color: #515D63;
- margin-bottom: 1rem;
- display: flex;
- gap: 8px; }
- .products-features .product-description .features li .material-icons {
- margin-right: 0.75rem;
- font-size: 1.2rem;
- color: var(--ac-primary); }
-
-[data-serialscrolling-target] {
- height: 100vh;
- /* your own styles here */ }
-
-#nav-serialscrolling {
- position: sticky;
- top: 40%; }
-
-.others-products {
- position: relative; }
- .others-products:after {
- right: 0px;
- left: auto;
- top: auto;
- bottom: 0;
- rotate: 90deg; }
- .others-products .small-title {
- font-weight: 400;
- font-size: 20px;
- line-height: 160%;
- letter-spacing: 0.5px;
- margin-bottom: 10px;
- color: var(--ac-primary); }
- .others-products .pr-60 {
- padding-right: 0 !important; }
- @media screen and (max-width: 768px) {
- .others-products .products .single-product {
- border: 1px solid #e7e7e7;
- padding: 20px 15px;
- border-radius: 4px; } }
- .others-products .products .single-product img {
- width: 60px;
- height: 60px;
- margin-bottom: 16px; }
- @media screen and (max-width: 768px) {
- .others-products .products .single-product img {
- width: 50px;
- height: 50px;
- margin-bottom: 8px; } }
- .others-products .products .single-product h5 {
- font-size: 22px; }
- .others-products .products .single-product p {
- font-style: normal;
- font-weight: 400;
- font-size: 1rem;
- line-height: 160%;
- margin-bottom: 10px; }
- .others-products .products .single-product .inline-button {
- font-family: "Roboto";
- font-style: normal;
- font-weight: 500;
- font-size: 14px;
- line-height: 16px;
- letter-spacing: 1.25px;
- text-decoration-line: underline;
- color: var(--ac-primary);
- transition: 0.3s ease-in-out; }
- .others-products .products .single-product .inline-button:hover {
- opacity: 0.8; }
-
-.social-connect-area {
- background: rgba(243, 244, 247, 0.6); }
- .social-connect-area .connect-message {
- margin-right: 120px;
- margin-bottom: 20px; }
- @media screen and (max-width: 1023px) {
- .social-connect-area .connect-message {
- margin-right: 0; } }
- .social-connect-area p {
- font-weight: 400;
- font-size: 16px;
- line-height: 160%; }
- .social-connect-area .social-link li a {
- font-weight: 600;
- font-size: 14px;
- line-height: 160%;
- letter-spacing: 0.5px;
- color: #1c1c1c;
- display: inline-flex;
- transition: 0.3s ease-in-out;
- padding: 10px 0; }
- .social-connect-area .social-link li a:hover {
- text-decoration-line: underline;
- color: var(--ac-primary); }
- .social-connect-area .social-link li a span {
- height: 20px;
- margin-right: 10px; }
- .social-connect-area .social-link li a span img {
- height: 100%;
- filter: opacity(0.5); }
- .social-connect-area .single-card {
- background-color: #ffffff;
- border-radius: 4px;
- transition: 0.3s ease-in-out;
- padding: 40px 30px; }
- .social-connect-area .single-card:hover {
- box-shadow: 0px 10px 120px rgba(44, 60, 74, 0.38); }
- .social-connect-area .single-card .card-top {
- display: flex;
- margin-bottom: 16px;
- align-items: center; }
- .social-connect-area .single-card .card-top .card-icon {
- width: 60px;
- height: 60px;
- margin-right: 24px; }
- .social-connect-area .single-card .card-top .card-icon img {
- width: 100%; }
- .social-connect-area .single-card .card-top .count {
- width: calc(100% - 84px); }
- .social-connect-area .single-card .card-top .count h2 {
- font-weight: 500;
- font-size: 36px;
- color: #00a651;
- line-height: 1; }
- .social-connect-area .single-card .card-top .count p {
- font-weight: 400;
- font-size: 16px;
- line-height: 100%;
- color: #636363; }
- .social-connect-area .single-card .card-bottom p {
- font-size: 1rem;
- line-height: 160%;
- color: #515D63;
- margin-bottom: 16px; }
- .social-connect-area .single-card .card-bottom button {
- font-weight: 500;
- font-size: 14px;
- line-height: 16px;
- text-decoration-line: underline;
- text-transform: uppercase;
- border: none;
- background-color: transparent;
- color: var(--ac-primary);
- font-family: "Roboto", sans-serif;
- /* 1c1c1c */
- color: #1c1c1c; }
-
-.press-area .single-press-wrapper {
- border-radius: 4px 4px 0 0;
overflow: hidden;
- transition: 0.3s ease-in-out; }
- .press-area .single-press-wrapper:hover {
- box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
- border-radius: 4px;
- overflow: hidden; }
- .press-area .single-press-wrapper:hover .press-content {
- border: 1px solid #fbfbfb; }
- .press-area .single-press-wrapper .press-image-1 {
- background-image: url(../images/press/1.png); }
- .press-area .single-press-wrapper .press-image-2 {
- background-image: url(../images/press/2.png); }
- .press-area .single-press-wrapper .press-image-3 {
- background-image: url(../images/press/3.png); }
- .press-area .single-press-wrapper .press-image-4 {
- background-image: url(../images/press/4.png); }
-.press-area .press-image {
- height: 200px;
- background-size: cover;
- background-position: center;
- background-color: #ddd;
- background-repeat: no-repeat;
- width: 100%; }
-.press-area .press-content {
- border: 1px solid #e7e7e7;
- border-top: 1px solid transparent;
- border-radius: 0 0 4px 4px;
- padding: 20px; }
- .press-area .press-content .read-meta {
- font-size: 12px;
- color: #7d7d7d;
- margin-bottom: 10px; }
- .press-area .press-content h3 {
- font-size: 18px;
- font-weight: 600;
- line-height: 26px;
- margin-bottom: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- line-clamp: 2;
- -webkit-line-clamp: 2;
- box-orient: vertical;
- -webkit-box-orient: vertical; }
- .press-area .press-content h3 a {
- color: #515D63; }
- .press-area .press-content p {
- color: #515D63;
- font-size: 15px;
- margin-bottom: 30px; }
- .press-area .press-content .press-button-wrapper {
- overflow: hidden;
- position: relative;
- z-index: 1; }
- .press-area .press-content .press-button-wrapper:after {
- position: absolute;
- content: "";
- top: 15px;
- width: 100%;
- height: 1px;
- background: #e7e7e7;
- left: 0;
- z-index: -1;
- transition: 0.3s ease-in-out; }
- .press-area .press-content .press-button-wrapper .press-button {
- border: 1px solid #e7e7e7;
- font-size: 13px;
- color: #979797;
- font-weight: 600;
- padding: 5px 20px;
- border-radius: 50px;
- display: block;
- float: right;
- position: relative;
- z-index: 1;
- background: #ffffff;
- transition: 0.3s ease-in-out; }
- .press-area .press-content .press-button-wrapper .press-button:hover {
- color: #515D63;
- border: 1px solid #515D63; }
-
-.about-text-inner p {
- margin-bottom: 30px; }
-
-.ceo-message-wrapper h2 {
- margin-bottom: 8px;
- font-size: 36px; }
-
-.signature-image {
- margin-top: 40px; }
- .signature-image p {
- font-family: Raleway;
- font-weight: 600; }
-
-.ceo-image {
+ padding: 100px 0;
+ background: radial-gradient(ellipse 60% 60% at 0% 0%, rgba(0, 165, 80, 0.1) 0%, transparent 100%), radial-gradient(ellipse 50% 50% at 100% 100%, rgba(0, 165, 80, 0.07) 0%, transparent 100%), #fff;
+}
+@media screen and (min-width: 1024px) and (max-width: 1215px) {
+ .final-cta-section {
+ padding: 50px 0;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .final-cta-section {
+ padding: 60px 0;
+ }
+}
+.final-cta-section .cta-shape-rect-top {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+ width: 130px;
+ height: 90px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.18);
+ background: transparent;
+ pointer-events: none;
+}
+@media screen and (max-width: 768px) {
+ .final-cta-section .cta-shape-rect-top {
+ display: none;
+ }
+}
+.final-cta-section .cta-shape-circle-bottom {
+ position: absolute;
+ bottom: -48px;
+ left: -48px;
+ width: 130px;
+ height: 130px;
+ border-radius: 50%;
+ border: 2px solid rgba(0, 165, 80, 0.14);
+ background: transparent;
+ pointer-events: none;
+}
+.final-cta-section .cta-bg-glow-left {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 40%;
+ height: 100%;
+ background: radial-gradient(ellipse at top left, rgba(0, 165, 80, 0.07) 0%, transparent 65%);
+ pointer-events: none;
+}
+.final-cta-section .cta-bg-glow-right {
+ display: none;
+}
+.final-cta-section .final-cta-container {
position: relative;
- z-index: 1; }
- .ceo-image img {
- max-width: 300px;
- margin-top: 20px; }
- .ceo-image .dots-style {
- position: absolute;
- background: url(../images/appscode/dots.png);
- background-repeat: no-repeat;
- height: 150px;
- width: 250px;
- right: 100px;
- bottom: -75px;
- z-index: -1;
- left: 50%;
- margin-left: -125px; }
-
-.is-paddingless-desktop {
- padding: 0; }
+ z-index: 1;
+}
+.final-cta-section .section-title {
+ margin-bottom: 0;
+}
+.final-cta-section .section-title .tag.section-tag iconify-icon {
+ margin-right: 6px;
+}
+.final-cta-section .section-title h2.title {
+ font-size: 48px;
+ font-weight: 900;
+ line-height: 54px;
+ margin-bottom: 20px;
+ line-height: 1.15;
+}
+@media screen and (max-width: 1023px) {
+ .final-cta-section .section-title h2.title {
+ font-size: 32px !important;
+ }
+}
+.final-cta-section .section-title p.subtitle {
+ max-width: 580px;
+ margin: 16px auto 0;
+}
+.final-cta-section .cta-benefits {
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: center;
+ gap: 56px;
+ margin-top: 52px;
+ margin-bottom: 52px;
+}
+@media screen and (max-width: 1023px) {
+ .final-cta-section .cta-benefits {
+ gap: 32px;
+ }
+}
+@media screen and (max-width: 768px) {
+ .final-cta-section .cta-benefits {
+ gap: 16px;
+ }
+}
+.final-cta-section .cta-benefits .benefit-item {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ gap: 12px;
+}
+.final-cta-section .cta-benefits .benefit-item .feature-icon-box {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 64px;
+ height: 64px;
+ border-radius: 16px;
+ border: 1px solid rgba(0, 165, 80, 0.25);
+ background: rgba(0, 165, 80, 0.08);
+ color: var(--ac-primary);
+ box-shadow: 0 2px 12px rgba(0, 165, 80, 0.08);
+}
+.final-cta-section .cta-benefits .benefit-item .subtext {
+ color: #081419;
+ text-align: center;
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 20px;
+}
+.final-cta-section .buttons.is-centered {
+ gap: 12px;
+ margin-bottom: 32px !important;
+}
+@media screen and (max-width: 1023px) {
+ .final-cta-section .buttons.is-centered {
+ flex-direction: column;
+ }
+ .final-cta-section .buttons.is-centered .ac-button {
+ width: 100%;
+ margin-right: 0 !important;
+ }
+}
+.final-cta-section .cta-social-proof {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 8px;
+}
+
+li.prod-nav-btn.is-prod-kubedb.is-active a {
+ color: #4d4dcb !important;
+ border-bottom-color: #4d4dcb !important;
+}
+
+.product-card.is-prod-kubedb .product-header {
+ background: rgba(77, 77, 203, 0.04);
+}
+.product-card.is-prod-kubedb .product-header::after {
+ background: linear-gradient(135deg, transparent 50%, rgba(77, 77, 203, 0.07) 100%);
+}
+.product-card.is-prod-kubedb .key-features h4 .icon {
+ background: rgba(77, 77, 203, 0.1);
+ color: #4d4dcb;
+}
+.product-card.is-prod-kubedb .key-features .features-grid .feature-item .feature-icon {
+ color: #4d4dcb;
+ opacity: 1;
+}
+.product-card.is-prod-kubedb .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ color: #4d4dcb;
+ background: rgba(77, 77, 203, 0.03);
+ border-color: rgba(77, 77, 203, 0.12);
+}
+.product-card.is-prod-kubedb .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(77, 77, 203, 0.3);
+ box-shadow: 0 4px 12px rgba(77, 77, 203, 0.1);
+}
+.product-card.is-prod-kubedb .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #4d4dcb;
+}
+.product-card.is-prod-kubedb .ac-button.is-primary {
+ background: #4d4dcb !important;
+ box-shadow: 0 4px 12px rgba(77, 77, 203, 0.25) !important;
+}
+.product-card.is-prod-kubedb .ac-button.is-primary:hover {
+ background: rgb(54.08, 54.08, 185.12) !important;
+ box-shadow: 0 6px 16px rgba(77, 77, 203, 0.35) !important;
+}
+
+li.prod-nav-btn.is-prod-kubestash.is-active a {
+ color: #5e2dea !important;
+ border-bottom-color: #5e2dea !important;
+}
+
+.product-card.is-prod-kubestash .product-header {
+ background: rgba(94, 45, 234, 0.04);
+}
+.product-card.is-prod-kubestash .product-header::after {
+ background: linear-gradient(135deg, transparent 50%, rgba(94, 45, 234, 0.07) 100%);
+}
+.product-card.is-prod-kubestash .key-features h4 .icon {
+ background: rgba(94, 45, 234, 0.1);
+ color: #5e2dea;
+}
+.product-card.is-prod-kubestash .key-features .features-grid .feature-item .feature-icon {
+ color: #5e2dea;
+ opacity: 1;
+}
+.product-card.is-prod-kubestash .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ color: #5e2dea;
+ background: rgba(94, 45, 234, 0.03);
+ border-color: rgba(94, 45, 234, 0.12);
+}
+.product-card.is-prod-kubestash .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(94, 45, 234, 0.3);
+ box-shadow: 0 4px 12px rgba(94, 45, 234, 0.1);
+}
+.product-card.is-prod-kubestash .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #5e2dea;
+}
+.product-card.is-prod-kubestash .ac-button.is-primary {
+ background: #5e2dea !important;
+ box-shadow: 0 4px 12px rgba(94, 45, 234, 0.25) !important;
+}
+.product-card.is-prod-kubestash .ac-button.is-primary:hover {
+ background: rgb(72.1818181818, 21.6545454545, 216.5454545455) !important;
+ box-shadow: 0 6px 16px rgba(94, 45, 234, 0.35) !important;
+}
+
+li.prod-nav-btn.is-prod-voyager.is-active a {
+ color: #2d2a78 !important;
+ border-bottom-color: #2d2a78 !important;
+}
+
+.product-card.is-prod-voyager .product-header {
+ background: rgba(45, 42, 120, 0.04);
+}
+.product-card.is-prod-voyager .product-header::after {
+ background: linear-gradient(135deg, transparent 50%, rgba(45, 42, 120, 0.07) 100%);
+}
+.product-card.is-prod-voyager .key-features h4 .icon {
+ background: rgba(45, 42, 120, 0.1);
+ color: #2d2a78;
+}
+.product-card.is-prod-voyager .key-features .features-grid .feature-item .feature-icon {
+ color: #2d2a78;
+ opacity: 1;
+}
+.product-card.is-prod-voyager .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ color: #2d2a78;
+ background: rgba(45, 42, 120, 0.03);
+ border-color: rgba(45, 42, 120, 0.12);
+}
+.product-card.is-prod-voyager .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(45, 42, 120, 0.3);
+ box-shadow: 0 4px 12px rgba(45, 42, 120, 0.1);
+}
+.product-card.is-prod-voyager .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #2d2a78;
+}
+.product-card.is-prod-voyager .ac-button.is-primary {
+ background: #2d2a78 !important;
+ box-shadow: 0 4px 12px rgba(45, 42, 120, 0.25) !important;
+}
+.product-card.is-prod-voyager .ac-button.is-primary:hover {
+ background: rgb(33.6666666667, 31.4222222222, 89.7777777778) !important;
+ box-shadow: 0 6px 16px rgba(45, 42, 120, 0.35) !important;
+}
+
+li.prod-nav-btn.is-prod-kubevault.is-active a {
+ color: #326ce5 !important;
+ border-bottom-color: #326ce5 !important;
+}
+
+.product-card.is-prod-kubevault .product-header {
+ background: rgba(50, 108, 229, 0.04);
+}
+.product-card.is-prod-kubevault .product-header::after {
+ background: linear-gradient(135deg, transparent 50%, rgba(50, 108, 229, 0.07) 100%);
+}
+.product-card.is-prod-kubevault .key-features h4 .icon {
+ background: rgba(50, 108, 229, 0.1);
+ color: #326ce5;
+}
+.product-card.is-prod-kubevault .key-features .features-grid .feature-item .feature-icon {
+ color: #326ce5;
+ opacity: 1;
+}
+.product-card.is-prod-kubevault .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ color: #326ce5;
+ background: rgba(50, 108, 229, 0.03);
+ border-color: rgba(50, 108, 229, 0.12);
+}
+.product-card.is-prod-kubevault .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(50, 108, 229, 0.3);
+ box-shadow: 0 4px 12px rgba(50, 108, 229, 0.1);
+}
+.product-card.is-prod-kubevault .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #326ce5;
+}
+.product-card.is-prod-kubevault .ac-button.is-primary {
+ background: #326ce5 !important;
+ box-shadow: 0 4px 12px rgba(50, 108, 229, 0.25) !important;
+}
+.product-card.is-prod-kubevault .ac-button.is-primary:hover {
+ background: rgb(26.8103896104, 86.6181818182, 211.3896103896) !important;
+ box-shadow: 0 6px 16px rgba(50, 108, 229, 0.35) !important;
+}
+
+li.prod-nav-btn.is-prod-ace-platform.is-active a {
+ color: #00a651 !important;
+ border-bottom-color: #00a651 !important;
+}
+
+.product-card.is-prod-ace-platform .product-header {
+ background: rgba(0, 166, 81, 0.04);
+}
+.product-card.is-prod-ace-platform .product-header::after {
+ background: linear-gradient(135deg, transparent 50%, rgba(0, 166, 81, 0.07) 100%);
+}
+.product-card.is-prod-ace-platform .key-features h4 .icon {
+ background: rgba(0, 166, 81, 0.1);
+ color: #00a651;
+}
+.product-card.is-prod-ace-platform .key-features .features-grid .feature-item .feature-icon {
+ color: #00a651;
+ opacity: 1;
+}
+.product-card.is-prod-ace-platform .use-case-numbers-wrapper .use-cases-grid .use-case-item {
+ color: #00a651;
+ background: rgba(0, 166, 81, 0.03);
+ border-color: rgba(0, 166, 81, 0.12);
+}
+.product-card.is-prod-ace-platform .use-case-numbers-wrapper .use-cases-grid .use-case-item:hover {
+ background: #fff;
+ border-color: rgba(0, 166, 81, 0.3);
+ box-shadow: 0 4px 12px rgba(0, 166, 81, 0.1);
+}
+.product-card.is-prod-ace-platform .use-case-numbers-wrapper .stats-grid .stat-item .stat-value {
+ color: #00a651;
+}
+.product-card.is-prod-ace-platform .ac-button.is-primary {
+ background: #00a651 !important;
+ box-shadow: 0 4px 12px rgba(0, 166, 81, 0.25) !important;
+}
+.product-card.is-prod-ace-platform .ac-button.is-primary:hover {
+ background: rgb(0, 125.2, 61.0915662651) !important;
+ box-shadow: 0 6px 16px rgba(0, 166, 81, 0.35) !important;
+}
-/*********************************************************************************************
-Responsive Classes
-***********************************************************************************************/
.contact-hero {
- padding: 120px 0 60px; }
- @media screen and (max-width: 768px) {
- .contact-hero {
- padding: 150px 0 30px; } }
+ padding: 120px 0 60px;
+}
+@media screen and (max-width: 768px) {
+ .contact-hero {
+ padding: 150px 0 30px;
+ }
+}
+.contact-hero h2 {
+ font-weight: 700;
+ letter-spacing: -0.5px;
+ line-height: 120%;
+ text-wrap: balance;
+ margin-bottom: 16px;
+}
+@media screen and (max-width: 1023px) {
.contact-hero h2 {
- font-weight: 700;
- letter-spacing: -0.5px;
- line-height: 120%;
- text-wrap: balance;
- margin-bottom: 16px; }
- @media screen and (max-width: 1023px) {
- .contact-hero h2 {
- font-size: 38px;
- letter-spacing: -0.57px;
- text-wrap: inherit; } }
- .contact-hero p {
- margin-bottom: 16px; }
+ font-size: 38px;
+ letter-spacing: -0.57px;
+ text-wrap: inherit;
+ }
+}
+.contact-hero p {
+ margin-bottom: 16px;
+}
.location-area {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
- gap: 12px; }
- @media screen and (max-width: 1215px) {
- .location-area {
- margin-top: 32px; } }
+ gap: 12px;
+}
+@media screen and (max-width: 1215px) {
+ .location-area {
+ margin-top: 32px;
+ }
+}
+.location-area .location {
+ width: calc(50% - 6px);
+}
+@media screen and (max-width: 1215px) {
.location-area .location {
- width: calc(50% - 6px); }
- @media screen and (max-width: 1215px) {
- .location-area .location {
- width: 100%; } }
+ width: 100%;
+ }
+}
.location {
border: 1px solid #e7e7e7;
padding: 32px 24px;
display: flex;
flex-direction: column;
- gap: 12px; }
- .location a {
- color: #515D63;
- display: flex;
- align-items: baseline;
- gap: 8px;
- transition: 0.3s ease-in-out; }
- .location a:hover {
- color: var(--ac-primary); }
- .location a span {
- width: calc(100% - 26px); }
- .location a span.icon {
- width: 18px;
- transform: translateY(4px); }
+ gap: 12px;
+}
+.location a {
+ color: #515D63;
+ display: flex;
+ align-items: baseline;
+ gap: 8px;
+ transition: 0.3s ease-in-out;
+}
+.location a:hover {
+ color: var(--ac-primary);
+}
+.location a span {
+ width: calc(100% - 26px);
+}
+.location a span.icon {
+ width: 18px;
+ transform: translateY(4px);
+}
.modify-contact-form .fs-webform-container .fserv-container {
- margin: 0 0 32px auto; }
- @media screen and (max-width: 768px) {
- .modify-contact-form .fs-webform-container .fserv-container {
- margin: 0 auto; } }
+ margin: 0 0 32px auto;
+}
+@media screen and (max-width: 768px) {
+ .modify-contact-form .fs-webform-container .fserv-container {
+ margin: 0 auto;
+ }
+}
.modify-contact-form .formserv-text-field, .modify-contact-form .formserv-email-field, .modify-contact-form .formserv-tel-field, .modify-contact-form .formserv-select-field.fserv-field, .modify-contact-form .formserv-select-multiple-field, .modify-contact-form .formserv-textarea-field {
display: flex;
flex-wrap: wrap;
- gap: 8px; }
- .modify-contact-form .formserv-text-field:not(.formserv-textarea-field), .modify-contact-form .formserv-email-field:not(.formserv-textarea-field), .modify-contact-form .formserv-tel-field:not(.formserv-textarea-field), .modify-contact-form .formserv-select-field.fserv-field:not(.formserv-textarea-field), .modify-contact-form .formserv-select-multiple-field:not(.formserv-textarea-field), .modify-contact-form .formserv-textarea-field:not(.formserv-textarea-field) {
- align-items: center; }
- .modify-contact-form .formserv-text-field .error, .modify-contact-form .formserv-email-field .error, .modify-contact-form .formserv-tel-field .error, .modify-contact-form .formserv-select-field.fserv-field .error, .modify-contact-form .formserv-select-multiple-field .error, .modify-contact-form .formserv-textarea-field .error {
- width: 100%; }
- .modify-contact-form .formserv-text-field .fserv-label, .modify-contact-form .formserv-email-field .fserv-label, .modify-contact-form .formserv-tel-field .fserv-label, .modify-contact-form .formserv-select-field.fserv-field .fserv-label, .modify-contact-form .formserv-select-multiple-field .fserv-label, .modify-contact-form .formserv-textarea-field .fserv-label {
- width: 120px;
- padding-bottom: 0; }
- .modify-contact-form .formserv-text-field input, .modify-contact-form .formserv-text-field textarea, .modify-contact-form .formserv-email-field input, .modify-contact-form .formserv-email-field textarea, .modify-contact-form .formserv-tel-field input, .modify-contact-form .formserv-tel-field textarea, .modify-contact-form .formserv-select-field.fserv-field input, .modify-contact-form .formserv-select-field.fserv-field textarea, .modify-contact-form .formserv-select-multiple-field input, .modify-contact-form .formserv-select-multiple-field textarea, .modify-contact-form .formserv-textarea-field input, .modify-contact-form .formserv-textarea-field textarea {
- width: calc(100% - 128px) !important; }
- .modify-contact-form .formserv-text-field input:hover, .modify-contact-form .formserv-text-field textarea:hover, .modify-contact-form .formserv-email-field input:hover, .modify-contact-form .formserv-email-field textarea:hover, .modify-contact-form .formserv-tel-field input:hover, .modify-contact-form .formserv-tel-field textarea:hover, .modify-contact-form .formserv-select-field.fserv-field input:hover, .modify-contact-form .formserv-select-field.fserv-field textarea:hover, .modify-contact-form .formserv-select-multiple-field input:hover, .modify-contact-form .formserv-select-multiple-field textarea:hover, .modify-contact-form .formserv-textarea-field input:hover, .modify-contact-form .formserv-textarea-field textarea:hover {
- outline: 1px solid var(--ac-primary); }
- .modify-contact-form .formserv-text-field input:focus, .modify-contact-form .formserv-text-field textarea:focus, .modify-contact-form .formserv-email-field input:focus, .modify-contact-form .formserv-email-field textarea:focus, .modify-contact-form .formserv-tel-field input:focus, .modify-contact-form .formserv-tel-field textarea:focus, .modify-contact-form .formserv-select-field.fserv-field input:focus, .modify-contact-form .formserv-select-field.fserv-field textarea:focus, .modify-contact-form .formserv-select-multiple-field input:focus, .modify-contact-form .formserv-select-multiple-field textarea:focus, .modify-contact-form .formserv-textarea-field input:focus, .modify-contact-form .formserv-textarea-field textarea:focus {
- outline: 2px solid var(--ac-primary); }
+ gap: 8px;
+}
+.modify-contact-form .formserv-text-field:not(.formserv-textarea-field), .modify-contact-form .formserv-email-field:not(.formserv-textarea-field), .modify-contact-form .formserv-tel-field:not(.formserv-textarea-field), .modify-contact-form .formserv-select-field.fserv-field:not(.formserv-textarea-field), .modify-contact-form .formserv-select-multiple-field:not(.formserv-textarea-field), .modify-contact-form .formserv-textarea-field:not(.formserv-textarea-field) {
+ align-items: center;
+}
+.modify-contact-form .formserv-text-field .error, .modify-contact-form .formserv-email-field .error, .modify-contact-form .formserv-tel-field .error, .modify-contact-form .formserv-select-field.fserv-field .error, .modify-contact-form .formserv-select-multiple-field .error, .modify-contact-form .formserv-textarea-field .error {
+ width: 100%;
+}
+.modify-contact-form .formserv-text-field .fserv-label, .modify-contact-form .formserv-email-field .fserv-label, .modify-contact-form .formserv-tel-field .fserv-label, .modify-contact-form .formserv-select-field.fserv-field .fserv-label, .modify-contact-form .formserv-select-multiple-field .fserv-label, .modify-contact-form .formserv-textarea-field .fserv-label {
+ width: 120px;
+ padding-bottom: 0;
+}
+.modify-contact-form .formserv-text-field input, .modify-contact-form .formserv-text-field textarea, .modify-contact-form .formserv-email-field input, .modify-contact-form .formserv-email-field textarea, .modify-contact-form .formserv-tel-field input, .modify-contact-form .formserv-tel-field textarea, .modify-contact-form .formserv-select-field.fserv-field input, .modify-contact-form .formserv-select-field.fserv-field textarea, .modify-contact-form .formserv-select-multiple-field input, .modify-contact-form .formserv-select-multiple-field textarea, .modify-contact-form .formserv-textarea-field input, .modify-contact-form .formserv-textarea-field textarea {
+ width: calc(100% - 128px) !important;
+}
+.modify-contact-form .formserv-text-field input:hover, .modify-contact-form .formserv-text-field textarea:hover, .modify-contact-form .formserv-email-field input:hover, .modify-contact-form .formserv-email-field textarea:hover, .modify-contact-form .formserv-tel-field input:hover, .modify-contact-form .formserv-tel-field textarea:hover, .modify-contact-form .formserv-select-field.fserv-field input:hover, .modify-contact-form .formserv-select-field.fserv-field textarea:hover, .modify-contact-form .formserv-select-multiple-field input:hover, .modify-contact-form .formserv-select-multiple-field textarea:hover, .modify-contact-form .formserv-textarea-field input:hover, .modify-contact-form .formserv-textarea-field textarea:hover {
+ outline: 1px solid var(--ac-primary);
+}
+.modify-contact-form .formserv-text-field input:focus, .modify-contact-form .formserv-text-field textarea:focus, .modify-contact-form .formserv-email-field input:focus, .modify-contact-form .formserv-email-field textarea:focus, .modify-contact-form .formserv-tel-field input:focus, .modify-contact-form .formserv-tel-field textarea:focus, .modify-contact-form .formserv-select-field.fserv-field input:focus, .modify-contact-form .formserv-select-field.fserv-field textarea:focus, .modify-contact-form .formserv-select-multiple-field input:focus, .modify-contact-form .formserv-select-multiple-field textarea:focus, .modify-contact-form .formserv-textarea-field input:focus, .modify-contact-form .formserv-textarea-field textarea:focus {
+ outline: 2px solid var(--ac-primary);
+}
.modify-contact-form .fs-webform-container .fserv-field + .fserv-field {
- margin-top: 12px; }
+ margin-top: 12px;
+}
.modify-contact-form .fs-webform-container .fserv-field + div:not(.fserv-field) {
- padding: 12px 30px 0; }
+ padding: 12px 30px 0;
+}
.modify-contact-form .fs-webform-container .fserv-field .select2-container {
min-width: calc(100% - 128px);
- max-width: calc(100% - 128px); }
+ max-width: calc(100% - 128px);
+}
.modify-contact-form .fs-webform-container .checkbox {
- padding: 0 !important; }
+ padding: 0 !important;
+}
.modify-contact-form .fs-webform-container .select2-selection__choice {
font-size: 13px;
- line-height: 1; }
+ line-height: 1;
+}
.fs-webform-container .fserv-input-text, .fs-webform-container .fserv-select, .fs-webform-container .fserv-select-multiple, .fs-webform-container .fserv-textarea {
- border: 1px solid #e7e7e7 !important; }
+ border: 1px solid #e7e7e7 !important;
+}
.fs-webform-container .fserv-input-radio, .fs-webform-container .fserv-input-text, .fs-webform-container .fserv-select, .fs-webform-container .fserv-select-multiple, .fs-webform-container .fserv-textarea {
- font-size: 12px !important; }
+ font-size: 12px !important;
+}
.fs-webform-container .fserv-field .select2-container--default .select2-search__field::placeholder, .fs-webform-container .fserv-field .select2-container--default .select2-selection--single .select2-selection__placeholder, .fs-webform-container .fserv-container .fserv-field .select2-container .select2-selection--single .select2-selection__rendered, .fs-webform-container .fserv-field .select2-results__option[aria-selected] {
- font-size: 13px !important; }
+ font-size: 13px !important;
+}
.fs-webform-container *, .fs-webform-container ::after, .fs-webform-container ::before {
- border-radius: 0px !important; }
+ border-radius: 0px !important;
+}
.fs-webform-container .fserv-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
background: var(--ac-primary) !important;
- color: #ffffff !important; }
+ color: #ffffff !important;
+}
.fs-webform-container .fserv-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
- color: #ffffff !important; }
+ color: #ffffff !important;
+}
.bg-primay-light {
- background-color: rgba(241, 249, 245, 0.97); }
+ background-color: rgba(241, 249, 245, 0.97);
+}
.decorative-shape img {
width: 500px;
position: absolute;
bottom: 0;
opacity: 0.5;
- z-index: -1; }
- @media screen and (max-width: 768px) {
- .decorative-shape img {
- width: 300px; } }
- .decorative-shape img.left-el {
- transform: rotate(180deg); }
- .decorative-shape img.right-el {
- right: 0;
- transform: rotate(90deg); }
+ z-index: -1;
+}
+@media screen and (max-width: 768px) {
+ .decorative-shape img {
+ width: 300px;
+ }
+}
+.decorative-shape img.left-el {
+ transform: rotate(180deg);
+}
+.decorative-shape img.right-el {
+ right: 0;
+ transform: rotate(90deg);
+}
.partner-hero-area {
margin-top: 40px;
position: relative;
z-index: 1;
- overflow: hidden; }
- .partner-hero-area .section-title {
- margin-bottom: 0; }
- @media screen and (min-width: 769px) and (max-width: 1023px) {
- .partner-hero-area .section-title h1 {
- font-size: 40px;
- font-weight: 700; } }
- .partner-hero-area .section-title p {
- margin-bottom: 0;
- text-wrap: balance; }
+ overflow: hidden;
+}
+.partner-hero-area .section-title {
+ margin-bottom: 0;
+}
+@media screen and (min-width: 769px) and (max-width: 1023px) {
+ .partner-hero-area .section-title h1 {
+ font-size: 40px;
+ font-weight: 700;
+ }
+}
+.partner-hero-area .section-title p {
+ margin-bottom: 0;
+ text-wrap: balance;
+}
+.partner-hero-area .single-feature.card-view {
+ background-color: #ffffff;
+ min-height: 230px;
+ padding: 32px 16px;
+ height: 100%;
+}
+@media screen and (max-width: 768px) {
.partner-hero-area .single-feature.card-view {
- background-color: #ffffff;
- min-height: 230px;
- padding: 32px 16px;
- height: 100%; }
- @media screen and (max-width: 768px) {
- .partner-hero-area .single-feature.card-view {
- min-height: auto; } }
- .partner-hero-area .single-feature.card-view p {
- font-size: 16px; }
- .partner-hero-area .single-feature.card-view .icon {
- border: 1px solid #e7e7e7;
- margin: 0 auto; }
+ min-height: auto;
+ }
+}
+.partner-hero-area .single-feature.card-view p {
+ font-size: 16px;
+}
+.partner-hero-area .single-feature.card-view .icon {
+ border: 1px solid #e7e7e7;
+ margin: 0 auto;
+}
+.partner-hero-area .button.ac-button {
+ margin-top: 16px;
+}
+@media screen and (max-width: 768px) {
.partner-hero-area .button.ac-button {
- margin-top: 16px; }
- @media screen and (max-width: 768px) {
- .partner-hero-area .button.ac-button {
- display: flex;
- width: calc(100% - 24px);
- margin: 0 auto; } }
+ display: flex;
+ width: calc(100% - 24px);
+ margin: 0 auto;
+ }
+}
.showcase-partner,
.system-integration {
position: relative;
- z-index: 1; }
- .showcase-partner::after, .showcase-partner::before,
- .system-integration::after,
- .system-integration::before {
- position: absolute;
- content: "";
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: -1; }
- .showcase-partner::before,
- .system-integration::before {
- background: radial-gradient(circle at center, white, rgba(255, 255, 255, 0.2)); }
- .showcase-partner::after,
- .system-integration::after {
- background-image: url("../images/shape/hexagon.svg");
- z-index: -2; }
+ z-index: 1;
+}
+.showcase-partner::after, .showcase-partner::before,
+.system-integration::after,
+.system-integration::before {
+ position: absolute;
+ content: "";
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+}
+.showcase-partner::before,
+.system-integration::before {
+ background: radial-gradient(circle at center, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
+}
+.showcase-partner::after,
+.system-integration::after {
+ background-image: url("../images/shape/hexagon.svg");
+ z-index: -2;
+}
.showcase-partner .section-title p {
- text-wrap: balance; }
+ text-wrap: balance;
+}
.system-integration::before {
- background: linear-gradient(rgba(255, 255, 255, 0.2), white); }
+ background: linear-gradient(rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
+}
.technology-partner {
position: relative;
z-index: 1;
- overflow: hidden; }
+ overflow: hidden;
+}
+.technology-partner .decorative-shape img {
+ width: 400px;
+}
+@media screen and (max-width: 768px) {
.technology-partner .decorative-shape img {
- width: 400px; }
- @media screen and (max-width: 768px) {
- .technology-partner .decorative-shape img {
- width: 160px; } }
+ width: 160px;
+ }
+}
.contact-area {
z-index: 9;
position: relative;
margin-bottom: -150px;
- margin-top: 60px; }
- @media screen and (max-width: 768px) {
- .contact-area .section-title h2 {
- font-size: 24px; } }
- .contact-area .decorative-shape img {
- bottom: 150px; }
+ margin-top: 60px;
+}
+@media screen and (max-width: 768px) {
+ .contact-area .section-title h2 {
+ font-size: 24px;
+ }
+}
+.contact-area .decorative-shape img {
+ bottom: 150px;
+}
+.contact-area .contact-form-wrapper {
+ background-color: #ffffff;
+ border: 1px solid #e7e7e7;
+ border-radius: 16px;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
+}
+@media screen and (max-width: 768px) {
.contact-area .contact-form-wrapper {
- background-color: #ffffff;
- border: 1px solid #e7e7e7;
- border-radius: 16px;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08); }
- @media screen and (max-width: 768px) {
- .contact-area .contact-form-wrapper {
- padding: 16px; } }
- .contact-area .contact-form-wrapper .form-content {
- padding: 0 100px; }
- @media screen and (max-width: 1023px) {
- .contact-area .contact-form-wrapper .form-content {
- padding: 0 16px; } }
- .contact-area .contact-form-wrapper .fs-webform-container .fserv-container {
- box-shadow: none; }
- .contact-area .fserv-container {
- min-width: 100%; }
- .contact-area .fserv-container .fserv-form {
- display: flex;
- flex-wrap: wrap;
- gap: 16px; }
- .contact-area .fserv-container .fserv-form .fserv-field {
- width: calc(50% - 8px);
- margin: 0;
- padding: 0; }
- @media screen and (max-width: 768px) {
- .contact-area .fserv-container .fserv-form .fserv-field {
- width: 100%; } }
- .contact-area .fserv-container .fserv-form .fserv-field.formserv-textarea-field {
- width: 100%; }
- .contact-area .fserv-field + div:not(.fserv-field) {
- width: 100%; }
+ padding: 16px;
+ }
+}
+.contact-area .contact-form-wrapper .form-content {
+ padding: 0 100px;
+}
+@media screen and (max-width: 1023px) {
+ .contact-area .contact-form-wrapper .form-content {
+ padding: 0 16px;
+ }
+}
+.contact-area .contact-form-wrapper .fs-webform-container .fserv-container {
+ box-shadow: none;
+}
+.contact-area .fserv-container {
+ min-width: 100%;
+}
+.contact-area .fserv-container .fserv-form {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 16px;
+}
+.contact-area .fserv-container .fserv-form .fserv-field {
+ width: calc(50% - 8px);
+}
+@media screen and (max-width: 768px) {
+ .contact-area .fserv-container .fserv-form .fserv-field {
+ width: 100%;
+ }
+}
+.contact-area .fserv-container .fserv-form .fserv-field {
+ margin: 0;
+ padding: 0;
+}
+.contact-area .fserv-container .fserv-form .fserv-field.formserv-textarea-field {
+ width: 100%;
+}
+.contact-area .fserv-field + div:not(.fserv-field) {
+ width: 100%;
+}
body.partner .footer-top {
- padding-top: 200px; }
+ padding-top: 200px;
+}
body.partner .social-prove-brand-area .brand-image-wrapper {
justify-content: center;
- gap: 22px; }
- @media screen and (max-width: 1023px) {
- body.partner .social-prove-brand-area .brand-image-wrapper {
- gap: 16px; } }
+ gap: 22px;
+}
+@media screen and (max-width: 1023px) {
+ body.partner .social-prove-brand-area .brand-image-wrapper {
+ gap: 16px;
+ }
+}
+body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand {
+ padding: 16px 32px;
+ box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
+ border: none;
+}
+body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand img {
+ max-height: 52px;
+ filter: none;
+}
+@media screen and (max-width: 768px) {
+ body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand img {
+ max-height: 32px;
+ }
+}
+@media screen and (max-width: 1023px) {
body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand {
- padding: 16px 32px;
- box-shadow: 0px 2px 30px rgba(44, 60, 74, 0.08);
- border: none; }
- body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand img {
- max-height: 52px;
- filter: none; }
- @media screen and (max-width: 768px) {
- body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand img {
- max-height: 32px; } }
- @media screen and (max-width: 1023px) {
- body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) .single-brand {
- padding: 16px; } }
- body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) a.single-brand {
- border: 2px solid transparent; }
- body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) a.single-brand:hover {
- border: 2px solid var(--ac-primary) !important; }
+ padding: 16px;
+ }
+}
+body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) a.single-brand {
+ border: 2px solid transparent;
+}
+body.partner .social-prove-brand-area .brand-image-wrapper:not(#brand-image-wrapper) a.single-brand:hover {
+ border: 2px solid var(--ac-primary) !important;
+}
+body.partner .social-prove-brand-area .brand-image-wrapper .single-brand {
+ height: 110px;
+}
+@media screen and (max-width: 1023px) {
body.partner .social-prove-brand-area .brand-image-wrapper .single-brand {
- height: 110px; }
- @media screen and (max-width: 1023px) {
- body.partner .social-prove-brand-area .brand-image-wrapper .single-brand {
- height: auto; }
- body.partner .social-prove-brand-area .brand-image-wrapper .single-brand img {
- max-height: 28px; } }
+ height: auto;
+ }
+ body.partner .social-prove-brand-area .brand-image-wrapper .single-brand img {
+ max-height: 28px;
+ }
+}
body.partner .fs-webform-container .fserv-label {
font-family: "Roboto", sans-serif;
- margin-bottom: 0; }
+ margin-bottom: 0;
+}
body.partner .fserv-button-submit {
- background: linear-gradient(to left, #00a851, #2a7e53) !important;
- transition: 0.3s ease-in-out; }
- body.partner .fserv-button-submit:hover {
- box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
- transform: translateY(-2px); }
+ background: linear-gradient(to left, hsl(149, 100%, 33%), hsl(149, 50%, 33%)) !important;
+ transition: 0.3s ease-in-out;
+}
+body.partner .fserv-button-submit:hover {
+ box-shadow: 2px 4px 24px rgba(0, 166, 81, 0.3) !important;
+ transform: translateY(-2px);
+}
.hero-area.is-services {
padding: 100px 0 50px;
@@ -20063,40 +28307,51 @@ body.partner .fserv-button-submit {
background-position: center;
margin-top: 110px;
position: relative;
- z-index: 1; }
+ z-index: 1;
+}
+.hero-area.is-services h1 {
+ font-size: 3rem;
+ line-height: 130%;
+ font-weight: 700;
+ letter-spacing: -0.57px;
+ margin-bottom: 1rem;
+ text-wrap: balance;
+}
+.hero-area.is-services p {
+ font-family: "Roboto", sans-serif;
+ font-size: 1rem;
+ line-height: 160%;
+ color: #636363;
+ margin-bottom: 2rem;
+ text-wrap: balance;
+}
+@media screen and (max-width: 768px) {
+ .hero-area.is-services {
+ margin-top: 40px;
+ }
.hero-area.is-services h1 {
- font-size: 3rem;
- line-height: 130%;
- font-weight: 700;
- letter-spacing: -0.57px;
- margin-bottom: 1rem;
- text-wrap: balance; }
- .hero-area.is-services p {
- font-family: "Roboto", sans-serif;
- font-size: 1rem;
- line-height: 160%;
- color: #636363;
- margin-bottom: 2rem;
- text-wrap: balance; }
- @media screen and (max-width: 768px) {
- .hero-area.is-services {
- margin-top: 40px; }
- .hero-area.is-services h1 {
- font-size: 2rem; }
- .hero-area.is-services .section-title h2 {
- font-size: 1.5rem;
- letter-spacing: 0;
- line-height: 1.4; } }
+ font-size: 2rem;
+ }
+ .hero-area.is-services .section-title h2 {
+ font-size: 1.5rem;
+ letter-spacing: 0;
+ line-height: 1.4;
+ }
+}
.bg-light {
- background-color: #f9f9f9; }
+ background-color: #f9f9f9;
+}
.benefits-section {
- margin-top: 50px; }
- @media screen and (max-width: 768px) {
- .benefits-section .section-title h2 {
- text-align: center;
- text-wrap: unset; } }
+ margin-top: 50px;
+}
+@media screen and (max-width: 768px) {
+ .benefits-section .section-title h2 {
+ text-align: center;
+ text-wrap: unset;
+ }
+}
.service-card {
background: #ffffff;
@@ -20104,29 +28359,34 @@ body.partner .fserv-button-submit {
padding: 30px;
text-align: center;
transition: all 0.3s ease;
- height: 100%; }
- .service-card .service-icon {
- width: 60px;
- height: 60px;
- font-size: 24px;
- margin: 0 auto 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 8px;
- background-color: #f0f4f2;
- color: var(--ac-primary); }
- .service-card .service-icon img {
- max-width: 30px;
- max-height: 30px; }
- .service-card h4 {
- font-size: 1.25rem;
- font-weight: 600;
- margin-bottom: 10px; }
- .service-card p {
- font-size: 1rem;
- line-height: 1.5;
- color: #636363; }
+ height: 100%;
+}
+.service-card .service-icon {
+ width: 60px;
+ height: 60px;
+ font-size: 24px;
+ margin: 0 auto 20px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 8px;
+ background-color: hsl(148, 15%, 95%);
+ color: var(--ac-primary);
+}
+.service-card .service-icon img {
+ max-width: 30px;
+ max-height: 30px;
+}
+.service-card h4 {
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-bottom: 10px;
+}
+.service-card p {
+ font-size: 1rem;
+ line-height: 1.5;
+ color: #636363;
+}
.development-card {
text-align: center;
@@ -20139,144 +28399,183 @@ body.partner .fserv-button-submit {
display: flex;
flex-direction: column;
align-items: center;
- justify-content: center; }
- .development-card .development-icon {
- font-size: 32px;
- width: 32px;
- color: var(--ac-primary);
- margin-bottom: 8px; }
- .development-card h4 {
- font-size: 1.25rem;
- font-weight: 500; }
+ justify-content: center;
+}
+.development-card .development-icon {
+ font-size: 32px;
+ width: 32px;
+ color: var(--ac-primary);
+ margin-bottom: 8px;
+}
+.development-card h4 {
+ font-size: 1.25rem;
+ font-weight: 500;
+}
.cta-action-section {
background: var(--ac-primary);
- padding: 60px 20px; }
- .cta-action-section h2 {
- margin-bottom: 15px;
- color: #ffffff; }
- .cta-action-section p {
- font-size: 1.125rem;
- color: #ffffff;
- margin-bottom: 25px; }
- .cta-action-section a {
- color: #ffffff;
- text-decoration: underline; }
- .cta-action-section .button {
- font-size: 1rem;
- padding: 12px 30px;
- border-radius: 5px;
- transition: background-color 0.3s ease; }
- .cta-action-section .button:hover {
- background-color: #009e86;
- color: #ffffff; }
+ padding: 60px 20px;
+}
+.cta-action-section h2 {
+ margin-bottom: 15px;
+ color: #ffffff;
+}
+.cta-action-section p {
+ font-size: 1.125rem;
+ color: #ffffff;
+ margin-bottom: 25px;
+}
+.cta-action-section a {
+ color: #ffffff;
+ text-decoration: underline;
+}
+.cta-action-section .button {
+ font-size: 1rem;
+ padding: 12px 30px;
+ border-radius: 5px;
+ transition: background-color 0.3s ease;
+}
+.cta-action-section .button:hover {
+ background-color: hsl(171, 100%, 31%);
+ color: #ffffff;
+}
.card-section .single-card-wrapper:first-child {
- border-right: 1px solid #e7e7e7; }
+ border-right: 1px solid #e7e7e7;
+}
.card-section .single-card-wrapper:nth-child(3), .card-section .single-card-wrapper:nth-child(5) {
border-top: 1px solid #e7e7e7;
- border-right: 1px solid #e7e7e7; }
+ border-right: 1px solid #e7e7e7;
+}
.card-section .single-card-wrapper:nth-child(4), .card-section .single-card-wrapper:nth-child(6) {
- border-top: 1px solid #e7e7e7; }
+ border-top: 1px solid #e7e7e7;
+}
@media screen and (max-width: 768px) {
.card-section .single-card-wrapper {
- border: none !important; }
- .card-section .single-card-wrapper:nth-child(3), .card-section .single-card-wrapper:nth-child(4), .card-section .single-card-wrapper:nth-child(5), .card-section .single-card-wrapper:nth-child(6) {
- border-top: none !important; } }
+ border: none !important;
+ }
+ .card-section .single-card-wrapper:nth-child(3), .card-section .single-card-wrapper:nth-child(4), .card-section .single-card-wrapper:nth-child(5), .card-section .single-card-wrapper:nth-child(6) {
+ border-top: none !important;
+ }
+}
.card-section .single-feature {
height: 100%;
padding: 32px;
border: none;
- background-color: #fff; }
- .card-section .single-feature .icon {
- background-color: #f0f4f2 !important;
- color: var(--ac-primary);
- font-size: 24px;
- border-radius: 8px !important; }
+ background-color: #fff;
+}
+.card-section .single-feature .icon {
+ background-color: hsl(148, 15%, 95%) !important;
+ color: var(--ac-primary);
+ font-size: 24px;
+ border-radius: 8px !important;
+}
.services-menu .single-product {
position: relative;
z-index: 1;
padding: 16px 24px;
- border-radius: 8px; }
- .services-menu .single-product .product-logo {
- background-color: #fff !important;
- border: 1px solid #e7e7e7;
- border-radius: 10px !important; }
- .services-menu .single-product .product-logo img {
- height: 2rem !important; }
- .services-menu .single-product p {
- margin-bottom: 0 !important; }
- .services-menu .single-product:hover {
- background-color: #ebf4f0; }
- .services-menu .single-product:hover h2 {
- color: var(--ac-primary); }
- .services-menu .single-product::after {
- position: absolute;
- content: "";
- right: -7px;
- top: 50%;
- transform: translateY(-50%) rotate(45deg);
- width: 16px;
- height: 16px;
- background: #ebf4f0;
- border-radius: 0px 4px 0 0;
- z-index: -1;
- transition: 0.3s ease-in-out;
- opacity: 0;
- visibility: hidden; }
- .services-menu .single-product.is-active {
- background-color: #ebf4f0 !important; }
- .services-menu .single-product.is-active::after {
- opacity: 1;
- visibility: visible; }
+ border-radius: 8px;
+}
+.services-menu .single-product .product-logo {
+ background-color: #fff !important;
+ border: 1px solid #e7e7e7;
+ border-radius: 10px !important;
+}
+.services-menu .single-product .product-logo img {
+ height: 2rem !important;
+}
+.services-menu .single-product p {
+ margin-bottom: 0 !important;
+}
+.services-menu .single-product:hover {
+ background-color: #ebf4f0;
+}
+.services-menu .single-product:hover h2 {
+ color: var(--ac-primary);
+}
+.services-menu .single-product::after {
+ position: absolute;
+ content: "";
+ right: -7px;
+ top: 50%;
+ transform: translateY(-50%) rotate(45deg);
+ width: 16px;
+ height: 16px;
+ background: #ebf4f0;
+ border-radius: 0px 4px 0 0;
+ z-index: -1;
+ transition: 0.3s ease-in-out;
+ opacity: 0;
+ visibility: hidden;
+}
+.services-menu .single-product.is-active {
+ background-color: #ebf4f0 !important;
+}
+.services-menu .single-product.is-active::after {
+ opacity: 1;
+ visibility: visible;
+}
.offering-description-container .product-info .arrow-right.icon {
opacity: 0;
visibility: hidden;
- transition: 0.3s ease; }
+ transition: 0.3s ease;
+}
.offering-description-container .single-product h2 {
letter-spacing: 0;
- color: var(--ac-primary); }
+ color: var(--ac-primary);
+}
.offering-description-container .single-product:hover h2 {
- text-decoration: underline; }
+ text-decoration: underline;
+}
.offering-description-container .single-product:hover .arrow-right.icon {
opacity: 1;
- visibility: visible; }
+ visibility: visible;
+}
.engagement-models-section .engagement-card-wrapper {
border: 1px solid #e7e7e7;
border-radius: 8px;
background-color: #fff;
- display: flex; }
- @media screen and (max-width: 1023px) {
- .engagement-models-section .engagement-card-wrapper {
- flex-direction: column; }
- .engagement-models-section .engagement-card-wrapper .engagement-card {
- width: 100% !important;
- border-left: none !important;
- border-right: none !important;
- border-bottom: 1px solid #e7e7e7; }
- .engagement-models-section .engagement-card-wrapper .engagement-card:last-child {
- border-bottom: none !important; } }
+ display: flex;
+}
+@media screen and (max-width: 1023px) {
+ .engagement-models-section .engagement-card-wrapper {
+ flex-direction: column;
+ }
.engagement-models-section .engagement-card-wrapper .engagement-card {
- padding: 30px;
- border-right: 1px solid #e7e7e7;
- flex-grow: 1;
- width: min-content; }
- .engagement-models-section .engagement-card-wrapper .engagement-card:last-child {
- border-right: none; }
- .engagement-models-section .engagement-card-wrapper .engagement-card h4 {
- font-size: 1.25rem;
- font-weight: 600;
- margin-bottom: 10px; }
- .engagement-models-section .engagement-card-wrapper .engagement-card .num-icon {
- border-radius: 8px !important;
- font-size: 30px;
- font-weight: 900;
- display: flex;
- align-items: center;
- margin-bottom: 8px; }
+ width: 100% !important;
+ border-left: none !important;
+ border-right: none !important;
+ border-bottom: 1px solid #e7e7e7;
+ }
+ .engagement-models-section .engagement-card-wrapper .engagement-card:last-child {
+ border-bottom: none !important;
+ }
+}
+.engagement-models-section .engagement-card-wrapper .engagement-card {
+ padding: 30px;
+ border-right: 1px solid #e7e7e7;
+ flex-grow: 1;
+ width: min-content;
+}
+.engagement-models-section .engagement-card-wrapper .engagement-card:last-child {
+ border-right: none;
+}
+.engagement-models-section .engagement-card-wrapper .engagement-card h4 {
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-bottom: 10px;
+}
+.engagement-models-section .engagement-card-wrapper .engagement-card .num-icon {
+ border-radius: 8px !important;
+ font-size: 30px;
+ font-weight: 900;
+ display: flex;
+ align-items: center;
+ margin-bottom: 8px;
+}
.cloud-native-partner-section .single-feature {
height: 100%;
@@ -20284,81 +28583,100 @@ body.partner .fserv-button-submit {
text-align: center;
padding: 70px 80px;
border-radius: 8px;
- background-color: #fff; }
- @media screen and (min-width: 1024px) {
- .cloud-native-partner-section .single-feature {
- padding: 24px; } }
- @media screen and (max-width: 1023px) {
- .cloud-native-partner-section .single-feature {
- padding: 16px; } }
- .cloud-native-partner-section .single-feature .icon {
- background-color: transparent !important;
- border-radius: 8px !important;
- color: var(--ac-primary);
- font-size: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 16px; }
+ background-color: #fff;
+}
+@media screen and (min-width: 1024px) {
+ .cloud-native-partner-section .single-feature {
+ padding: 24px;
+ }
+}
+@media screen and (max-width: 1023px) {
+ .cloud-native-partner-section .single-feature {
+ padding: 16px;
+ }
+}
+.cloud-native-partner-section .single-feature .icon {
+ background-color: transparent !important;
+ border-radius: 8px !important;
+ color: var(--ac-primary);
+ font-size: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-bottom: 16px;
+}
.product-development-process-section .steps-wrapper {
display: grid;
grid-template-columns: 5fr 7fr;
- gap: 16px; }
- @media screen and (max-width: 1023px) {
- .product-development-process-section .steps-wrapper {
- grid-template-columns: 1fr; } }
+ gap: 16px;
+}
+@media screen and (max-width: 1023px) {
+ .product-development-process-section .steps-wrapper {
+ grid-template-columns: 1fr;
+ }
+}
.product-development-process-section .tab-items {
display: flex;
flex-direction: column;
- gap: 8px; }
- .product-development-process-section .tab-items .tab-item {
- cursor: pointer;
- padding: 8px 12px;
- border-radius: 8px;
- transition: all 0.3s ease;
- text-align: center;
- border: 1px solid #e7e7e7;
- background: #ffffff;
- height: 100%;
- display: flex;
- align-items: center; }
- .product-development-process-section .tab-items .tab-item.is-active {
- background-color: var(--ac-primary);
- border: 1px solid var(--ac-primary);
- color: #ffffff;
- cursor: default; }
- .product-development-process-section .tab-items .tab-item.is-active .date strong {
- color: var(--ac-primary); }
- .product-development-process-section .tab-items .tab-item.is-active .tab-icon {
- color: #ffffff; }
- .product-development-process-section .tab-items .tab-item.is-active h4 {
- color: #ffffff; }
- .product-development-process-section .tab-items .tab-item .date {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-right: 16px;
- width: 48px;
- height: 48px;
- border-radius: 8px;
- background-color: #f0f4f2;
- color: var(--ac-primary);
- font-size: 18px;
- font-weight: 700;
- padding: 8px; }
- .product-development-process-section .tab-items .tab-item .date strong {
- font-size: 1.25rem;
- font-weight: 600;
- display: block;
- line-height: 1;
- color: #b6c9bf; }
- .product-development-process-section .tab-items .tab-item .date span {
- font-size: 0.875rem;
- color: #636363; }
- .product-development-process-section .tab-items .tab-item h4 {
- font-size: 18px; }
+ gap: 8px;
+}
+.product-development-process-section .tab-items .tab-item {
+ cursor: pointer;
+ padding: 8px 12px;
+ border-radius: 8px;
+ transition: all 0.3s ease;
+ text-align: center;
+ border: 1px solid #e7e7e7;
+ background: #ffffff;
+ height: 100%;
+ display: flex;
+ align-items: center;
+}
+.product-development-process-section .tab-items .tab-item.is-active {
+ background-color: var(--ac-primary);
+ border: 1px solid var(--ac-primary);
+ color: #ffffff;
+ cursor: default;
+}
+.product-development-process-section .tab-items .tab-item.is-active .date strong {
+ color: var(--ac-primary);
+}
+.product-development-process-section .tab-items .tab-item.is-active .tab-icon {
+ color: #ffffff;
+}
+.product-development-process-section .tab-items .tab-item.is-active h4 {
+ color: #ffffff;
+}
+.product-development-process-section .tab-items .tab-item .date {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ margin-right: 16px;
+ width: 48px;
+ height: 48px;
+ border-radius: 8px;
+ background-color: hsl(148, 15%, 95%);
+ color: var(--ac-primary);
+ font-size: 18px;
+ font-weight: 700;
+ padding: 8px;
+}
+.product-development-process-section .tab-items .tab-item .date strong {
+ font-size: 1.25rem;
+ font-weight: 600;
+ display: block;
+ line-height: 1;
+ color: hsl(148, 15%, 75%);
+}
+.product-development-process-section .tab-items .tab-item .date span {
+ font-size: 0.875rem;
+ color: #636363;
+}
+.product-development-process-section .tab-items .tab-item h4 {
+ font-size: 18px;
+}
.product-development-process-section .tab-content {
padding: 20px;
border: 1px solid #e7e7e7;
@@ -20367,49 +28685,59 @@ body.partner .fserv-button-submit {
height: 100%;
display: none;
animation: fadeIn 0.3s ease-in-out;
- text-align: center; }
- .product-development-process-section .tab-content.is-active {
- display: block; }
- .product-development-process-section .tab-content h4 {
- font-size: 18px;
- font-weight: 600;
- margin-bottom: 16px; }
- .product-development-process-section .tab-content p {
- font-size: 1rem;
- line-height: 1.5;
- color: #636363; }
- .product-development-process-section .tab-content img {
- max-width: 100%;
- height: auto;
- max-height: 200px; }
+ text-align: center;
+}
+.product-development-process-section .tab-content.is-active {
+ display: block;
+}
+.product-development-process-section .tab-content h4 {
+ font-size: 18px;
+ font-weight: 600;
+ margin-bottom: 16px;
+}
+.product-development-process-section .tab-content p {
+ font-size: 1rem;
+ line-height: 1.5;
+ color: #636363;
+}
+.product-development-process-section .tab-content img {
+ max-width: 100%;
+ height: auto;
+ max-height: 200px;
+}
.features-area h3 {
margin-bottom: 1rem;
- font-weight: 700; }
+ font-weight: 700;
+}
.features-area p {
- margin-bottom: 16px; }
+ margin-bottom: 16px;
+}
.logo-presentation {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
- justify-content: center; }
- .logo-presentation .single-logo {
- border: 1px solid #e7e7e7;
- border-radius: 8px;
- padding: 20px;
- background: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- height: auto;
- flex-direction: column;
- gap: 8px; }
- .logo-presentation .single-logo img {
- width: auto;
- height: 60px;
- object-fit: contain; }
+ justify-content: center;
+}
+.logo-presentation .single-logo {
+ border: 1px solid #e7e7e7;
+ border-radius: 8px;
+ padding: 20px;
+ background: #ffffff;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: auto;
+ flex-direction: column;
+ gap: 8px;
+}
+.logo-presentation .single-logo img {
+ width: auto;
+ height: 60px;
+ object-fit: contain;
+}
.resource-card {
background: #ffffff;
@@ -20419,58 +28747,74 @@ body.partner .fserv-button-submit {
transition: all 0.3s ease;
height: 100%;
display: block;
- border: 1px solid #e7e7e7; }
- .resource-card:hover {
- box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
- transform: translateY(-5px); }
- .resource-card:hover h4 {
- color: var(--ac-primary); }
- .resource-card .tag {
- display: inline-block;
- background-color: #f0f4f2;
- color: var(--ac-primary);
- font-size: 0.875rem;
- font-weight: 500;
- padding: 4px 8px;
- border-radius: 5px;
- margin-bottom: 12px; }
- .resource-card h4 {
- font-size: 1.25rem;
- font-weight: 600;
- margin-bottom: 10px; }
- .resource-card p {
- font-size: 1rem;
- line-height: 1.5;
- color: #636363; }
+ border: 1px solid #e7e7e7;
+}
+.resource-card:hover {
+ box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
+ transform: translateY(-5px);
+}
+.resource-card:hover h4 {
+ color: var(--ac-primary);
+}
+.resource-card .tag {
+ display: inline-block;
+ background-color: hsl(148, 15%, 95%);
+ color: var(--ac-primary);
+ font-size: 0.875rem;
+ font-weight: 500;
+ padding: 4px 8px;
+ border-radius: 5px;
+ margin-bottom: 12px;
+}
+.resource-card h4 {
+ font-size: 1.25rem;
+ font-weight: 600;
+ margin-bottom: 10px;
+}
+.resource-card p {
+ font-size: 1rem;
+ line-height: 1.5;
+ color: #636363;
+}
.working-scenarios-section .single-feature .icon {
width: 36px;
height: 36px;
background-color: transparent !important;
- padding: 0; }
+ padding: 0;
+}
.service-wrapper .service-content h3 {
margin-bottom: 1rem;
- font-weight: 700; }
- @media screen and (max-width: 768px) {
- .service-wrapper .service-content h3 {
- font-size: 1.5rem; } }
+ font-weight: 700;
+}
+@media screen and (max-width: 768px) {
+ .service-wrapper .service-content h3 {
+ font-size: 1.5rem;
+ }
+}
.service-wrapper .service-content p {
- margin-bottom: 16px; }
+ margin-bottom: 16px;
+}
.service-wrapper .service-content ul li {
display: flex;
align-items: flex-start;
gap: 8px;
- margin-bottom: 16px; }
- .service-wrapper .service-content ul li .icon {
- margin-top: 3px; }
+ margin-bottom: 16px;
+}
+.service-wrapper .service-content ul li .icon {
+ margin-top: 3px;
+}
.hero-illustration img {
- max-height: 450px; }
+ max-height: 450px;
+}
@media screen and (max-width: 768px) {
.services .section-title h2 {
font-size: 1.5rem;
- letter-spacing: -0.3px; } }
+ letter-spacing: -0.3px;
+ }
+}
/*# sourceMappingURL=main.css.map */
diff --git a/static/assets/sass/main.css.map b/static/assets/sass/main.css.map
index dbebaf5bde..8b4b7cdcc0 100644
--- a/static/assets/sass/main.css.map
+++ b/static/assets/sass/main.css.map
@@ -1,7 +1 @@
-{
-"version": 3,
-"mappings": "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",
-"sources": ["../../../node_modules/bulma/sass/utilities/extends.sass","../../../node_modules/bulma/sass/utilities/controls.sass","../../../node_modules/bulma/sass/utilities/derived-variables.sass","../../../node_modules/bulma/sass/utilities/mixins.sass","../../../node_modules/bulma/sass/utilities/initial-variables.sass","../../../node_modules/bulma/sass/base/minireset.sass","../../../node_modules/bulma/sass/base/generic.sass","../../../node_modules/bulma/sass/base/animations.sass","../../../node_modules/bulma/sass/elements/box.sass","../../../node_modules/bulma/sass/elements/button.sass","../../../node_modules/bulma/sass/elements/container.sass","../../../node_modules/bulma/sass/elements/content.sass","../../../node_modules/bulma/sass/elements/icon.sass","../../../node_modules/bulma/sass/elements/image.sass","../../../node_modules/bulma/sass/elements/notification.sass","../../../node_modules/bulma/sass/elements/progress.sass","../../../node_modules/bulma/sass/elements/table.sass","../../../node_modules/bulma/sass/elements/tag.sass","../../../node_modules/bulma/sass/elements/title.sass","../../../node_modules/bulma/sass/elements/other.sass","../../../node_modules/bulma/sass/form/shared.sass","../../../node_modules/bulma/sass/form/input-textarea.sass","../../../node_modules/bulma/sass/form/checkbox-radio.sass","../../../node_modules/bulma/sass/form/select.sass","../../../node_modules/bulma/sass/form/file.sass","../../../node_modules/bulma/sass/form/tools.sass","../../../node_modules/bulma/sass/components/breadcrumb.sass","../../../node_modules/bulma/sass/components/card.sass","../../../node_modules/bulma/sass/components/dropdown.sass","../../../node_modules/bulma/sass/components/level.sass","../../../node_modules/bulma/sass/components/media.sass","../../../node_modules/bulma/sass/components/menu.sass","../../../node_modules/bulma/sass/components/message.sass","../../../node_modules/bulma/sass/components/modal.sass","../../../node_modules/bulma/sass/components/navbar.sass","../../../node_modules/bulma/sass/components/pagination.sass","../../../node_modules/bulma/sass/components/panel.sass","../../../node_modules/bulma/sass/components/tabs.sass","../../../node_modules/bulma/sass/grid/columns.sass","../../../node_modules/bulma/sass/grid/tiles.sass","../../../node_modules/bulma/sass/helpers/color.sass","../../../node_modules/bulma/sass/helpers/flexbox.sass","../../../node_modules/bulma/sass/helpers/float.sass","../../../node_modules/bulma/sass/helpers/other.sass","../../../node_modules/bulma/sass/helpers/overflow.sass","../../../node_modules/bulma/sass/helpers/position.sass","../../../node_modules/bulma/sass/helpers/spacing.sass","../../../node_modules/bulma/sass/helpers/typography.sass","../../../node_modules/bulma/sass/helpers/visibility.sass","../../../node_modules/bulma/sass/layout/hero.sass","../../../node_modules/bulma/sass/layout/section.sass","../../../node_modules/bulma/sass/layout/footer.sass","base/utilities/_default.scss","base/utilities/_themes.scss","base/utilities/_typography.scss","base/utilities/_initial-variable.scss","base/_global.scss","base/_video-palyer.scss","base/_innerpage.scss","base/_webinar.scss","base/_videos-gallery.scss","components/_navbar.scss","components/_preloader.scss","components/_cookie.scss","components/_tabs.scss","components/_button.scss","mixins/_mixin.scss","components/_testimonial.scss","components/_features.scss","components/_ac-accordion.scss","components/_cta.scss","components/_legal.scss","components/_back-to-top.scss","components/_footer.scss","layouts/_documentation.scss","layouts/_features-plan.scss","pages/_homepage.scss","pages/_contactus.scss","pages/_partner.scss","pages/_services.scss"],
-"names": [],
-"file": "main.css"
-}
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../../../node_modules/bulma/bulma.sass","../../../node_modules/bulma/sass/utilities/_all.sass","../../../node_modules/bulma/sass/utilities/extends.sass","../../../node_modules/bulma/sass/utilities/controls.sass","../../../node_modules/bulma/sass/utilities/initial-variables.sass","../../../node_modules/bulma/sass/utilities/mixins.sass","../../../node_modules/bulma/sass/base/_all.sass","../../../node_modules/bulma/sass/base/minireset.sass","../../../node_modules/bulma/sass/base/generic.sass","../../../node_modules/bulma/sass/utilities/derived-variables.sass","../../../node_modules/bulma/sass/base/animations.sass","../../../node_modules/bulma/sass/elements/_all.sass","../../../node_modules/bulma/sass/elements/box.sass","../../../node_modules/bulma/sass/elements/button.sass","../../../node_modules/bulma/sass/elements/container.sass","../../../node_modules/bulma/sass/elements/content.sass","../../../node_modules/bulma/sass/elements/icon.sass","../../../node_modules/bulma/sass/elements/image.sass","../../../node_modules/bulma/sass/elements/notification.sass","../../../node_modules/bulma/sass/elements/progress.sass","../../../node_modules/bulma/sass/elements/table.sass","../../../node_modules/bulma/sass/elements/tag.sass","../../../node_modules/bulma/sass/elements/title.sass","../../../node_modules/bulma/sass/elements/other.sass","../../../node_modules/bulma/sass/form/_all.sass","../../../node_modules/bulma/sass/form/shared.sass","../../../node_modules/bulma/sass/form/input-textarea.sass","../../../node_modules/bulma/sass/form/checkbox-radio.sass","../../../node_modules/bulma/sass/form/select.sass","../../../node_modules/bulma/sass/form/file.sass","../../../node_modules/bulma/sass/form/tools.sass","../../../node_modules/bulma/sass/components/_all.sass","../../../node_modules/bulma/sass/components/breadcrumb.sass","../../../node_modules/bulma/sass/components/card.sass","../../../node_modules/bulma/sass/components/dropdown.sass","../../../node_modules/bulma/sass/components/level.sass","../../../node_modules/bulma/sass/components/media.sass","../../../node_modules/bulma/sass/components/menu.sass","../../../node_modules/bulma/sass/components/message.sass","../../../node_modules/bulma/sass/components/modal.sass","../../../node_modules/bulma/sass/components/navbar.sass","../../../node_modules/bulma/sass/components/pagination.sass","../../../node_modules/bulma/sass/components/panel.sass","../../../node_modules/bulma/sass/components/tabs.sass","../../../node_modules/bulma/sass/grid/_all.sass","../../../node_modules/bulma/sass/grid/columns.sass","../../../node_modules/bulma/sass/grid/tiles.sass","../../../node_modules/bulma/sass/helpers/_all.sass","../../../node_modules/bulma/sass/helpers/color.sass","../../../node_modules/bulma/sass/helpers/flexbox.sass","../../../node_modules/bulma/sass/helpers/float.sass","../../../node_modules/bulma/sass/helpers/other.sass","../../../node_modules/bulma/sass/helpers/overflow.sass","../../../node_modules/bulma/sass/helpers/position.sass","../../../node_modules/bulma/sass/helpers/spacing.sass","../../../node_modules/bulma/sass/helpers/typography.sass","../../../node_modules/bulma/sass/helpers/visibility.sass","../../../node_modules/bulma/sass/layout/_all.sass","../../../node_modules/bulma/sass/layout/hero.sass","../../../node_modules/bulma/sass/layout/section.sass","../../../node_modules/bulma/sass/layout/footer.sass","base/utilities/_default.scss","base/utilities/_themes.scss","base/utilities/_typography.scss","base/utilities/_initial-variable.scss","base/_global.scss","base/_video-palyer.scss","base/_innerpage.scss","base/_webinar.scss","base/_videos-gallery.scss","components/_navbar.scss","components/_preloader.scss","components/_cookie.scss","components/_tabs.scss","components/_button.scss","mixins/_mixin.scss","components/_testimonial.scss","components/_features.scss","components/_ac-accordion.scss","components/_cta.scss","components/_legal.scss","components/_back-to-top.scss","components/_footer.scss","layouts/_documentation.scss","layouts/_features-plan.scss","pages/_homepage.scss","pages/_homepage-2026.scss","pages/_contactus.scss","pages/_partner.scss","pages/_services.scss"],"names":[],"mappings":"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A;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAEb;EACE,kBAJI;EAKJ;EACA,OALW;;AAQX;EACE;EACA;EACA,OAXS;;AAcX;EACE;EACA;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAEb;EACE,kBAJI;EAKJ;EACA,OALW;;AAQX;EACE;EACA;EACA,OAXS;;AAcX;EACE;EACA;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAEb;EACE,kBAJI;EAKJ;EACA,OALW;;AAQX;EACE;EACA;EACA,OAXS;;AAcX;EACE;EACA;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAEb;EACE,kBAJI;EAKJ;EACA,OALW;;AAQX;EACE;EACA;EACA,OAXS;;AAcX;EACE;EACA;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAEb;EACE,kBAJI;EAKJ;EACA,OALW;;AAQX;EACE;EACA;EACA,OAXS;;AAcX;EACE;EACA;EACA,OAjBS;;AAoBX;EACE;EACA;EACA,OAvBS;;AAyBjB;EACE,WzBZK;;AyBaP;EACE,WzBfK;;AyBgBP;EACE,WzBlBK;;AyBoBH;EACE;;AACN;EACE,WzBxBK;;AyB0BH;EACE;;AAGJ;EACE;EACA;;AACF;EACE;EACA;;AAEA;EACE,ezBHC;;AyBIH;EACE;;AAEJ;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE;;AACF;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AACF;EACE;EACA;;AACN;EACE;;AAEA;EACE;;AACF;EACE;EACA;;AACJ;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA,OzB9HS;;AyB+HX;EACE;;AAEF;EACE;EACA,OzBpIS;;AyBqIX;EACE;;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AAAA;EAGE,czBhJa;EyBiJb,ezBrFO;EyBsFP;EACA;EACA;EACA;;;AAEF;EAC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AACN;EACE;;AAGE;EAEI,2BvCjFK;EuCkFL,wBvClFK;EuCmFL;;AAKJ;EAEI,4BvC1FK;EuC2FL,yBvC3FK;EuC4FL;;AAMV;EACE,WvCrIK;;AuCsIP;EACE,WvCzIK;;AuC0IP;EACE,WvC5IK;;;AwCnCT;ACIA;EACE;EACA;EACA;EACA;EACA,SAPW;;AAQX;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;ExCyIE,awCxIwB;;AAC1B;ExCuIE,awCtIwB;;AAC1B;ExCqIE,awCpIwB;;AAC1B;ExCmIE,awClIwB;;AAC1B;ExCiIE,awChIwB;;AAC1B;ExC+HE,awC9HwB;;AAC1B;ExC6HE,awC5HwB;;AAC1B;ExC2HE,awC1HwB;;AAC1B;ExCyHE,awCxHwB;;AAExB;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AAJ1B;EACE;EACA;;AACF;ExCmHA,awClH0B;;AxCoC5B;EwClCE;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IxC+EA,awC9E0B;;EAC1B;IxC6EA,awC5E0B;;EAC1B;IxC2EA,awC1E0B;;EAC1B;IxCyEA,awCxE0B;;EAC1B;IxCuEA,awCtE0B;;EAC1B;IxCqEA,awCpE0B;;EAC1B;IxCmEA,awClE0B;;EAC1B;IxCiEA,awChE0B;;EAC1B;IxC+DA,awC9D0B;;EAExB;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;EAJ1B;IACE;IACA;;EACF;IxCyDF,awCxD4B;;;AxClB9B;EwCoBE;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IAEE;IACA;;EACF;IxCUA,awCR0B;;EAC1B;IxCOA,awCL0B;;EAC1B;IxCIA,awCF0B;;EAC1B;IxCCA,awCC0B;;EAC1B;IxCFA,awCI0B;;EAC1B;IxCLA,awCO0B;;EAC1B;IxCRA,awCU0B;;EAC1B;IxCXA,awCa0B;;EAC1B;IxCdA,awCgB0B;;EAExB;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;EAN1B;IAEE;IACA;;EACF;IxCtBF,awCwB4B;;;AxC1F9B;EwC4FE;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IxC3DA,awC4D0B;;EAC1B;IxC7DA,awC8D0B;;EAC1B;IxC/DA,awCgE0B;;EAC1B;IxCjEA,awCkE0B;;EAC1B;IxCnEA,awCoE0B;;EAC1B;IxCrEA,awCsE0B;;EAC1B;IxCvEA,awCwE0B;;EAC1B;IxCzEA,awC0E0B;;EAC1B;IxC3EA,awC4E0B;;EAExB;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;EAJ1B;IACE;IACA;;EACF;IxCjFF,awCkF4B;;;AxChJ9B;EwCkJE;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IxCrHA,awCsH0B;;EAC1B;IxCvHA,awCwH0B;;EAC1B;IxCzHA,awC0H0B;;EAC1B;IxC3HA,awC4H0B;;EAC1B;IxC7HA,awC8H0B;;EAC1B;IxC/HA,awCgI0B;;EAC1B;IxCjIA,awCkI0B;;EAC1B;IxCnIA,awCoI0B;;EAC1B;IxCrIA,awCsI0B;;EAExB;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;EAJ1B;IACE;IACA;;EACF;IxC3IF,awC4I4B;;;AxC3L5B;EwC6LA;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IxC/KA,awCgL0B;;EAC1B;IxCjLA,awCkL0B;;EAC1B;IxCnLA,awCoL0B;;EAC1B;IxCrLA,awCsL0B;;EAC1B;IxCvLA,awCwL0B;;EAC1B;IxCzLA,awC0L0B;;EAC1B;IxC3LA,awC4L0B;;EAC1B;IxC7LA,awC8L0B;;EAC1B;IxC/LA,awCgM0B;;EAExB;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;EAJ1B;IACE;IACA;;EACF;IxCrMF,awCsM4B;;;AxCtO5B;EwCwOA;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IxCzOA,awC0O0B;;EAC1B;IxC3OA,awC4O0B;;EAC1B;IxC7OA,awC8O0B;;EAC1B;IxC/OA,awCgP0B;;EAC1B;IxCjPA,awCkP0B;;EAC1B;IxCnPA,awCoP0B;;EAC1B;IxCrPA,awCsP0B;;EAC1B;IxCvPA,awCwP0B;;EAC1B;IxCzPA,awC0P0B;;EAExB;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;EAJ1B;IACE;IACA;;EACF;IxC/PF,awCgQ4B;;;;AAEhC;ExClQI,awCmQsB;ExCnQtB,cwCoQsB;EACxB;;AACA;EACE;;AACF;EACE;;AAEF;EACE;;AACF;ExC7QE,awC8QwB;ExC9QxB,cwC+QwB;EACxB;;AACA;EACE;EACA;;AACF;EACE;;AACF;EACE;;AACJ;EACE;;AACF;EACE;;AACF;EACE;;AxCvWF;EwC0WE;IACE;;;AxC/VJ;EwCkWE;IACE;;;;AAGJ;EACE;ExCzSA,awC0SwB;ExC1SxB,cwC2SwB;;AACxB;EACE;EACA;;AAEA;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;AA5BJ;EACE;;AxC/XN;EwCiYM;IACE;;;AxC9XR;EwCgYM;IACE;;;AxC7XR;EwC+XM;IACE;;;AxC5XR;EwC8XM;IACE;;;AxC3XR;EwC6XM;IACE;;;AxCzXN;EwC2XI;IACE;;;AxClXN;EwCoXI;IACE;;;AxChXN;EwCkXI;IACE;;;AxCzWN;EwC2WI;IACE;;;;AC5fV;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AACA;EACE;;AACF;EACE,eAjBS;;AAkBb;EACE;;AACF;EACE,SArBW;;AAsBb;EACE;;AACA;EACE;;AzC+EJ;EyC5EE;IACE;;EAEA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;;ACnCR;ACIE;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAPF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAPF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAPF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAPF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AA5BJ;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AA5BJ;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AA5BJ;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AA5BJ;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AA5BJ;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAKA;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAEF;EACE;;;AAEA;EAEE;;;AACJ;EACE;;;AAGJ;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;AAHF;EACE;;;AACF;EACE;;;ACpCF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAKA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;A5C/BJ;EACE;EACA;EACA;;;A6CDJ;EACE;;;AAEF;EACE;;;ACPF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;ACVF;EACE;;;ACIF;EACE;;;ACNF;EACE;;;AAEF;EACE;;;AAWE;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAfJ;EACE;;;AAGA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;ACzBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AlDgGJ;EkDjGE;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AlDoGJ;EkDrGE;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AlD4GJ;EkD7GE;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AlDgHJ;EkDjHE;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AlD+HF;EkDhIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AlD8IF;EkD/IA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AAyBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AlDsEF;EkDlEE;IACE;;;AlDqEJ;EkDnEE;IACE;;;AlDsEJ;EkDpEE;IACE;;;AlDuEJ;EkDrEE;IACE;;;AlDwEJ;EkDtEE;IACE;;;AlD0EF;EkDxEA;IACE;;;AlDiFF;EkD/EA;IACE;;;AlDmFF;EkDjFA;IACE;;;AlD0FF;EkDxFA;IACE;;;AlDyCJ;EkDlEE;IACE;;;AlDqEJ;EkDnEE;IACE;;;AlDsEJ;EkDpEE;IACE;;;AlDuEJ;EkDrEE;IACE;;;AlDwEJ;EkDtEE;IACE;;;AlD0EF;EkDxEA;IACE;;;AlDiFF;EkD/EA;IACE;;;AlDmFF;EkDjFA;IACE;;;AlD0FF;EkDxFA;IACE;;;AlDyCJ;EkDlEE;IACE;;;AlDqEJ;EkDnEE;IACE;;;AlDsEJ;EkDpEE;IACE;;;AlDuEJ;EkDrEE;IACE;;;AlDwEJ;EkDtEE;IACE;;;AlD0EF;EkDxEA;IACE;;;AlDiFF;EkD/EA;IACE;;;AlDmFF;EkDjFA;IACE;;;AlD0FF;EkDxFA;IACE;;;AlDyCJ;EkDlEE;IACE;;;AlDqEJ;EkDnEE;IACE;;;AlDsEJ;EkDpEE;IACE;;;AlDuEJ;EkDrEE;IACE;;;AlDwEJ;EkDtEE;IACE;;;AlD0EF;EkDxEA;IACE;;;AlDiFF;EkD/EA;IACE;;;AlDmFF;EkDjFA;IACE;;;AlD0FF;EkDxFA;IACE;;;AAEN;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;ACjGA;EACE;;;AnDgGF;EmD9FE;IACE;;;AnDiGJ;EmD/FE;IACE;;;AnDkGJ;EmDhGE;IACE;;;AnDmGJ;EmDjGE;IACE;;;AnDoGJ;EmDlGE;IACE;;;AnDsGF;EmDpGA;IACE;;;AnD6GF;EmD3GA;IACE;;;AnD+GF;EmD7GA;IACE;;;AnDsHF;EmDpHA;IACE;;;AA5BJ;EACE;;;AnDgGF;EmD9FE;IACE;;;AnDiGJ;EmD/FE;IACE;;;AnDkGJ;EmDhGE;IACE;;;AnDmGJ;EmDjGE;IACE;;;AnDoGJ;EmDlGE;IACE;;;AnDsGF;EmDpGA;IACE;;;AnD6GF;EmD3GA;IACE;;;AnD+GF;EmD7GA;IACE;;;AnDsHF;EmDpHA;IACE;;;AA5BJ;EACE;;;AnDgGF;EmD9FE;IACE;;;AnDiGJ;EmD/FE;IACE;;;AnDkGJ;EmDhGE;IACE;;;AnDmGJ;EmDjGE;IACE;;;AnDoGJ;EmDlGE;IACE;;;AnDsGF;EmDpGA;IACE;;;AnD6GF;EmD3GA;IACE;;;AnD+GF;EmD7GA;IACE;;;AnDsHF;EmDpHA;IACE;;;AA5BJ;EACE;;;AnDgGF;EmD9FE;IACE;;;AnDiGJ;EmD/FE;IACE;;;AnDkGJ;EmDhGE;IACE;;;AnDmGJ;EmDjGE;IACE;;;AnDoGJ;EmDlGE;IACE;;;AnDsGF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ACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAjDF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIJ;AAEE;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AAIJ;AAEE;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AALF;EACE;;;AAGF;EACE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;ACrFJ;EACE;;;AAuBA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AChEJ;AAAA;EAEE,kBCHM;EDIN,aANkB;EAOlB;EACA;EACA,OCbc;EDcd;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME,aAxBgB;EAyBhB;EACA;EACA,OC/BgB;EDgChB;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE,aA3DkB;EA4DlB,OD/DW;;;ACkEb;EACE,kBC5De;ED6Df;EACA;EACA;EACA;;;AAGF;EACE,OC7EgB;;;ADgFlB;EACE;EAOA;EACA;EACA;EACA;;;AE5FF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,kBD3BK;EC4BL;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIA;EACE;;AAMN;EACE;;AAGA;EACE;EACA;;;AASR;EACE;;;AAEF;EACE;;A5DsCA;E4DvCF;IAGI;;;;AAGJ;EACE;EACA;EACA;;A5DkBA;E4DrBF;IAKI;;;AAGF;EACE;EACA;EACA;;AACA;EACE;;;AAKN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A5DVF;E4DCA;IAWI;IACA;;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAIE;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE,ODxKW;ECyKX;AACA;EACA;EACA,2BD5KW;EC6KX;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AACE;EACA,ODhWS;ECiWT,YHvWW;;;AG0Wb;EACE,ODrWS;ECsWT,YH5WW;;;AG8Wb;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAIJ;AAGE;AAAA;EAEE;EACA;EACA,OD/YY;ECgZZ;;AAEA;AAAA;EACE;;AAEF;AAAA;EACE;EACA,ODvZU;ECwZV;;AAEF;AAAA;EACE;;AAEA;AAAA;EACE;EACA;EACA,aF5ZY;EE6ZZ;EACA;EACA;EACA;EACA;;AAGF;AAAA;EACE;EACA;EACA;EACA;;AAIJ;AAAA;EACE;EACA;;AAIJ;EACE;;AAGE;EACE;EACA,OD5bQ;EC6bR;;AAEA;EACE;EACA,OD1bC;EC2bD,kBHjcG;;AGocL;EACE;;AAMJ;EACE;;AAEA;EACE;EACA;;;AAMV;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AACA;EACE;EACA;EACA,ODleU;ECmeV;EACA;EACA;;AAIJ;EACE;;AACA;EACE;EACA;EACA,ODveK;ECweL;EACA,kBD3cG;EC4cH;;;AAMJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAGJ;AAAA;AAAA;A5DvZE;E4D4ZA;IACE;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAEA;IACE;IACA;;EAGF;IACE;;EAEA;IACE;;EAIJ;IACE;;;A5D/aJ;E4DsbA;IACE;;EAKE;IACE;;EAIJ;IACE;;EAGJ;IACE;IACA;;;A5D1bA;E4DkcE;IACE;;EAKN;IACE;;;A5D1bA;E4DicE;IACE;;;A5DxbJ;E4DicE;IACE;;;AAKR;EACE;IACE;;;AAGJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;A5DjgBF;E4DqgBF;IAEI;IACA;;;;AAIJ;EACE;EACA;;A5DlgBA;E4DggBF;IAII;;;;A5DhhBF;E4DmhBF;IAEI;IACA;IACA;IACA;;;;A5D5gBF;E4DkhBE;IACE;;;;ACroBN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EAVF;IAUyC;;;AACvC;EAXF;IAWyC;;;AAGzC;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;;;ACzDJ;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AAEF;EACE;;;AAIN;EACE;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;;;AAGA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA,OHhDY;EGiDZ;;AACA;EACE;;;AAKJ;EACE;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA,OL7EK;;AK+EP;EACE;EACA,OHlFQ;;;AGyFd;EACE;;AACA;EACE;EACA;;AAEF;EACE;;;AAKN;EACE;;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AAGA;EACE;;;AAKR;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMA;EACE;EACA;EACA;;;AAQN;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA,WHxJoB;EGyJpB;EACA,OHtLY;EGuLZ;;;AAIJ;AAAA;AAAA;AAGA;AACA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE,OH1MgB;EG2MhB;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA,OHlPgB;EGmPhB;EACA;;;AAGF;EACE,OLtPW;;;AKyPb;AAAA;EAEE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA,aJ7QkB;EI8QlB;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA,OH5Rc;EG6Rd;EACA;EACA;EACA;;;AAGF;EACE,OLrSW;;;AKwSb;EACE;EACA;EACA;;;AASF;AAAA;EAEE;;;AAGF;EACE,OL1TW;;;AK6Tb;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AACA;EACE;;;AAGF;EACE;EACA,OH9VgB;EG+VhB;;;AAGF;EACE,OHlWc;EGmWd;EACA,aJhWkB;;;AImWpB;EACE;EACA;EACA,aJtWkB;EIuWlB;EACA;;;AAGF;EACE,aJ5WkB;EI6WlB;;;AAGF;EACE;EACA,OHvXgB;EGwXhB;EACA;;;AAGF;EACE;EACA;EACA,aJ1XkB;EI2XlB;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,aJpYkB;EIqYlB;EACA;;;AAGF;EACE,OHtYe;;;AGyYjB;AAAA;EAEE;EACA;;;AAGF;EACE;EACA,OHjZe;;;AGoZjB;EACE;;;AAGF;AAEA;AACA;AAAA;AAAA;AAAA;EAIE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AAGA;AAAA;AAAA;A9DhVE;E8DqVE;IACE;IACA;;EAIF;IACE;;EACA;IACE;IACA;IACA;IACA;;;A9DzVN;E8DiWE;IACE;IACA;;EAGJ;IACE;;EAIE;IACE;;EAKJ;IACE;;EAGJ;IACE;IACA;;EAEF;IACE;IACA;;;A9D9WA;E8DqXF;IACE;IACA;;EAEF;IACE;IACA;;;A9D5WA;E8DiXF;IACE;IACA;;EAEF;IACE;IACA;;;A9D7WA;E8DkXF;IACE;IACA;;EAEF;IACE;IACA;;;AC1gBF;EACE;;AAGF;EACE;;AAEA;EACE;EACA;;;AAQF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE,aL9BU;EK+BV;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE,aL7GQ;EK8GR;EACA;EACA;EACA;EACA;;;AASR;EAEE;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;;;AAKJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE,aLzKc;EK0Kd;EACA;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,OJ7JC;EI8JD;;AAKF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAKN;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OJjQU;;AImQV;AAAA;AAAA;EACE;EACA;;AAGF;AAAA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA,OJ/RQ;EIgSR;;AAEA;EACE;;AAKN;EACE;;AAGF;EACE;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA,kBN5UO;EM6UP;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;;AAON;EACE;;AAGE;EACE,aLlWY;EKmWZ;EACA;EACA;EACA;EAEA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMR;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIA;EACE,aLlZU;EKmZV;EACA;EACA;EACA;EAEA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAQR;EACE;;AAGE;EACE;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kBN/cK;EMgdL;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;EAEE,OJ3dC;;AI+dL;EACE;;AAGF;EACE;EACA;EACA;EACA,ON7eK;;AM+eL;EACE;;AAIJ;EACE;EACA;EACA;EACA,ONxfK;EMyfL;;;AAON;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAjBN;AAqBE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AACA;EACE;EACA,OJlkBQ;EImkBR;;AAMJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBNnlBK;;AMulBT;EACE;EACA;;AAIA;EACE;EACA;;AAEA;EACE;EACA;;AAMR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;EACE;;;AAOV;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;;AAIN;EACE;EACA;EACA;EACA;;;AAEF;AAAA;AAAA;A/D5lBE;E+DkmBI;IACE;;EAKF;IACE;;EAGE;IACE;;EAIJ;IACE;;EAGF;IACE;;EAQJ;IACE;;EAMA;IACE;;EAEA;IACE;;EAOV;IACE;;;A/D7pBF;E+DmqBA;IACE;IACA;;EAGF;IACE;IACA;;EAGE;IACE;IACA;;EAEA;IACE;;EAMJ;IACE;IACA;;EAMJ;IACE;IACA;;EAEA;IACE;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;;;AAMR;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGE;IACE;IACA;;EAEA;IACE;;EAMJ;IACE;IACA;;EAEA;IACE;;EAON;IACE;IACA;;EAEA;IACE;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;;;A/DrvBJ;E+D4vBF;IACE;IACA;;EAGF;IACE;IACA;;EAGE;IACE;IACA;;EAEA;IACE;;EAMJ;IACE;IACA;;EAEA;IACE;;EAON;IACE;IACA;;EAEA;IACE;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;;;A/D/xBJ;E+DsyBF;IACE;IACA;;EAGF;IACE;IACA;;EAGE;IACE;IACA;;EAEA;IACE;;EAMJ;IACE;IACA;;EAEA;IACE;;EAQJ;IACE;;EAIJ;IACE;IACA;;EAEA;IACE;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;;;A/Dp1BJ;E+D21BF;IACE;IACA;;EAKE;IACE;;EAKF;IACE;IACA;;EAEA;IACE;;EAQJ;IACE;;EAIJ;IACE;IACA;;EAEA;IACE;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;;;AC/hCR;EACE;;;AAEF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAIJ;EACE;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;;;AAOE;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA,aNzFc;EM0Fd;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAMJ;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAGE;EACE,OPtJG;;AO0JT;EACE;EACA;;AAEF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAKN;EACE;;AAGE;EACE,OPhLK;;AOqLP;EACE,kBPtLK;;AO2LX;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKN;EACE;;AAGE;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA,OL7OY;EK8OZ;;AAIA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAQR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OP1RS;;AO4RT;EACE,kBP7RO;EO8RP;;AAGF;EACE;;;AAMN;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA,OL3WQ;;AK8WV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPtXK;;;AOkYT;EACE;EACA;EACA;;AAEA;EACE;;AAOA;EACE;EACA;EACA;AACA;EAEA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA;AACA;EAEA;;AAKF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAMR;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;;AAEA;EACE;;AAIA;EACE,OP1dD;;AO8dH;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;EACA;AACA;EAEA;;AAGF;EACE;EACA;EACA;EACA;;;AASd;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;;;AAMJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;;;AAGF;AAAA;AAAA;AhEvdE;EgE4dE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;;EAIJ;IACE;;EAKF;IACE;;EAEA;IACE;IACA;IACA;;EAKN;IACE;;EAEA;IACE;;EAEA;IACE;;EAMJ;IACE;IACA;;EAEA;IACE;IACA;;EAEA;IACE;IACA;;EAIJ;IACE;;EAOF;IACE;;;AhE1gBJ;EgEihBF;IACE;;EAGE;IACE;;EAIJ;IACE;;EAEA;IACE;;EAIA;IACE;;EASF;IACE;;EAKE;IACE;;;AhEpiBV;EgE8iBF;IACE;;EAGE;IACE;;EAIJ;IACE;;EAEA;IACE;;EAIA;IACE;;;AhEtjBN;EgE8jBF;IACE;;EAGE;IACE;;EAIJ;IACE;;EAEA;IACE;;EAIA;IACE;;;ACnuBV;EACE;EACA;EACA,kBNKS;;;AMFX;EACE,kBNCS;EMAT;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAKE;EACE;;AAMJ;EACE;;;AAMR;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;AjEkEJ;EiErEE;IAKI;;;AAKJ;EACE;;AAIJ;EACE;EACA,kBNrDO;EMsDP;;AAEA;EACE;;AAGF;EACE;EACA;;AAEA;EACE;;AAQE;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YR1FD;EQ2FC;;AAQZ;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAMR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AACA;EAHF;IAII;;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;;AjE5BN;EiE0BI;IAII;;;AAIF;EACE;;AACA;EACE;EACA;;AAIF;EACE;;AAEF;EACE,kBR7JC;EQ8JD,ONxJD;;AM6JL;EA9BF;IA+BI;IACA;IACA;IACA;;EACA;IACE;;EACA;IACE;IACA;;;AAQR;EACE;;AAGE;EACE,ORzLG;;AQ2LH;EACE;;AAIJ;EACE;;AAIJ;EACE;;AAGF;EACE;EACA;EACA,ON9MU;EM+MV;EACA,aP5MU;EO6MV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,OR1NG;;AQ6NL;EACE,OR9NG;;AQiOL;EACE;EACA;;;AAOV;EACE;EACA;EACA;EACA;EACA;EACA,ON1OS;EM2OT;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YR/PS;EQgQT;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YR9QS;EQ+QT;;AAGF;EACE;IACE;IAEA;;EAGF;IACE;IAEA;;;;AAIN;EACE;EACA;EACA;;;AAKF;EACE;EACA,YNpSS;EMqST;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAKF;EACE;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEE;;AAGE;EACE;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKF;EACE;EACA;EACA,ONlYM;EMmYN;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA,ORpZC;EQqZD;EACA;EACA;;AASR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA,ON7bQ;EM8bR;EACA;;AAIA;EACE;EACA,ONtcQ;EMucR;EACA;EACA;;AAEA;EACE;EACA;EACA,OR5cC;;;AQsdb;EACE;EACA,ONzdc;EM0dd;EACA;;;AAME;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACE;EACA;EACA,OR7eK;;AQ+eL;EACE;;AAIJ;EACE;EACA;EACA;;;AAOR;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA,ONjhBU;EMkhBV;EACA;EACA;;AAEA;EACE,ORrhBG;;AQwhBD;EACE;;AAKN;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;;AAQZ;EACE;EACA;EACA;;AAGE;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGE;EACE;EACA;EACA,ON3kBQ;EM4kBR;EACA;EACA;EACA;;AACA;EACE;;AAGF;EACE,ORnlBC;EQolBD;;;AASV;EACE;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE,ORvmBK;;AQ2mBT;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OR9nBK;EQ+nBL;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OR9oBK;EQ+oBL;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAKN;EACE;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kBR1sBO;EQ2sBP,cR3sBO;;AQ6sBP;EACE;;AAIJ;EACE;;;AAMN;EACE,kBR1tBW;;AQ4tBX;EACE;EACA;EACA;EACA;EACA;EACA;EACA,ON7tBO;;AM+tBP;EACE;;;AAWA;EACE;EACA;EACA;EACA;EACA;EACA,ONzvBU;EM0vBV;;AAEA;EACE;EACA;;AAKN;AACE;AACA;;AACA;EACE;EACA;;AALJ;AAQE;;AACA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA,ONhyBQ;;AMsyBhB;EACE,kBRryBS;EQsyBT;EACA,ONjyBO;EMkyBP;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;;AAGE;EACE,ON3zBY;;AM+zBhB;EACE;EACA;EACA,ONj0BY;EMk0BZ;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;;AASJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;;AAKN;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;AAGE;EACE;;AAKF;EACE;;;AAKN;EACE;EACA;EACA;;AAEE;EACE;EACA;;AAIJ;EACE;;;AAIJ;AAAA;AAAA;AjEnzBE;EiEyzBI;IACE;IACA;;EAGE;IACE;;EAcR;IACE;;EAGF;IACE;IACA;;EAEE;IACE;;EAGJ;IACE;IAEA;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;EAGE;IACE;;EAKN;IACE;IACA;IACA;IACA;;EAIJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAGF;IACE;IACA;;EAIA;IACE;IACA;;EAIJ;IACE;IACA;;EAEA;IACE;;EAEA;IACE;IACA;;EAKN;IACE;IACA;;EAGF;IACE;IACA;;EAKN;IACE;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGE;IACE;IACA;;EAEA;IACE;;EAEA;IACE;IACA;;EAEA;IACE;;EAKF;IACE;;EAKN;IACE;;EAIJ;IACE;IACA;IACA;IACA;IACA;;EAKJ;IACE;IACA;;EAIF;IACE;;EAKF;IACE;;EAKE;IACE;;EAKN;IACE;;EAIJ;IACE;;EAEA;IACE,OR1nCO;IQ2nCP;IACA;;;AAIN;EACE;EACA;EACA;EACA;;AjEjiCA;EiE6hCF;IAMI;;;;AjE9gCA;EiEkhCF;IACE;;EAIA;IACE;IACA;;EAGA;IACE;;EAGJ;IACE;;EAEA;IACE;;EAEF;IACE;;EAEF;IACE;;EAGJ;IACE;;EAGA;IACE;;EAOF;IACE;IACA;;EAGF;IACE;;EAIJ;IACE;;EAKF;IACE;;EAKE;IACE;IACA;;;AjElkCN;EiE0kCF;IACE;;EAGA;IACE;IACA;;EAEF;IACE;;EAEA;IACE;;EAKF;IACE;;EAMF;IACE;IACA;;EAGF;IACE;;EAIJ;IACE;;;AjEnmCF;EiE2mCE;IACE;;;AAQF;EACE;EACA;EACA;EACA;;AjE1pCN;EiEspCI;IAMI;IACA;;EAEE;IACE;;;AAIN;EACE;;AACA;EACE;EACA;;AACA;EACE;;;AC5xCd;EACE;EACA;EACA;EACA;EACA;EACA,kBPGS;;;AOAX;EACE;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,kBTtBW;;;ASyBb;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAEF;IACE;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;;;AAGJ;EACE;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;;ACjEJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAEA;EACE;EACA,ORpBY;EQqBZ;EACA;;AAEA;EACE;EACA;EACA;;AACA;EACE,OV3BG;;AUiCP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA,OV3CG;;AU6CL;EACE,kBV9CG;;;AUqDb;AAAA;AAAA;AnE8CE;EmExCE;IACE;IACA;;EAEA;IACE;IACA;IACA;;;ACrER;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA,OTxBc;ESyBd;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE,kBTjCS;ESkCT;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA,YXpDW;EWqDX;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;ACjFF;EACE;;AAEA;EACE,cZDS;EYET;EACA;EACA,aXDgB;EWEhB;EACA;EACA,OZPS;EYQT;EACA;EACA;EACA;EACA;EACA;EACA;;ArEqFF;EqEnGA;IAiBI;;;AAGF;EACE;;AAGF;EACE,kBZzBO;EY0BP,OVpBK;EUqBL;EACA;;AAGF;EACE;;AAGF;EACE;EACA,kBV/BK;EUgCL,OZtCO;EYuCP;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;ArEyDJ;EqE7DE;IAOI;IACA;IACA;;;ArEgDN;EqEzDE;IAaI;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OVlFY;;AUoFZ;EACE;;AAGF;EACE;EACA,OZxFK;;AY0FL;EACE;EACA,OZ5FG;;AYgGP;EACE;EACA,OV9DC;;AUgED;EACE;EACA,OVlED;;AUsEH;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE,kBVhHK;EUiHL;;AAEA;EACE,OZ1HK;EY2HL;;AAKJ;ECjIF,kBbCW;EaAX,OXMS;EWLT;;AAEA;EAII,kBbPO;;AaaX;EACE;;AAGF;EAII,kBbrBO;EawBT,ObxBS;;Aa0BT;EACE;;AAGF;EAII,kBblCK;;AauCX;EACE;EACA;EACA,Ob1CS;;Aa4CT;EACE,kBb7CO;Ea8CP,OXxCK;;AU0HP;EAEE;;AAGF;ECtIF,kBXmCQ;EWlCR,OXMS;EWLT;;AAYA;EACE;;AAGF;EAOE,OXUM;;AWRN;EACE;;AAYJ;EACE;EACA;EACA,OXRM;;AWUN;EACE,kBXXI;EWYJ,OXxCK;;AUmIP;EC1IF,kBXmCQ;EWlCR,OXMS;EWLT;;AAYA;EACE;;AAGF;EAOE,OXUM;;AWRN;EACE;;AAYJ;EACE;EACA;EACA,OXRM;;AWUN;EACE,kBXXI;EWYJ,OXxCK;;AUuIP;EC9IF,kBbCW;EaAX,OXMS;EWLT;;AAEA;EAII,kBbPO;;AaaX;EACE;;AAGF;EAII,kBbrBO;EawBT,ObxBS;;Aa0BT;EACE;;AAGF;EAII,kBblCK;;AauCX;EACE;EACA;EACA,Ob1CS;;Aa4CT;EACE,kBb7CO;Ea8CP,OXxCK;;AU2IP;EClJF,kBXgCU;EW/BV,OXMS;EWLT;;AAYA;EACE;;AAGF;EAOE,OXOQ;;AWLR;EACE;;AAYJ;EACE;EACA;EACA,OXXQ;;AWaR;EACE,kBXdM;EWeN,OXxCK;;AU+IP;ECtJF,kBXqCO;EWpCP,OXMS;EWLT;;AAYA;EACE;;AAGF;EAOE,OXYK;;AWVL;EACE;;AAYJ;EACE;EACA;EACA,OXNK;;AWQL;EACE,kBXTG;EWUH,OXxCK;;AUmJP;EC1JF,kBXkCS;EWjCT,OXMS;EWLT;;AAYA;EACE;;AAGF;EAOE,OXSO;;AWPP;EACE;;AAYJ;EACE;EACA;EACA,OXTO;;AWWP;EACE,kBXZK;EWaL,OXxCK;;AUwJT;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA,OVzKc;EU0Kd;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AExLJ;EAEE;;AAGE;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE,YZRO;EYSP;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OZtCQ;EYuCR;EACA;EACA;;AAGF;EACE;EACA;EACA,OZ7CO;;AYkDb;EACE;EACA;;AAKF;EACE;;;AAKN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,kBZpEO;EYqEP;;AAGE;EACE;EACA,OdhFK;;AcoFT;EACE;EACA;;;AAKN;AAAA;AAAA;AvEQE;EuEJA;IACE;;EAEA;IACE;;EAEA;IACE;;EAKF;IACE;;EAIJ;IACE;IACA;IACA;;EAEA;IACE;IACA;;EAIJ;IACE;IACA;;EAKI;IACE;;EAFJ;IAKE;;;AvE3BR;EuEqCI;IACE;;EAIJ;IACE;IACA;;;AvEhBF;EuEwBE;IACE;;EAIJ;IACE;IACA;;;AvErBF;EuE4BA;IACE;;EAII;IACE;;;ACpLV;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAKF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE,ObrCU;EasCV;;AAKN;EACE;EACA;;AAGF;EACE,kBbzCO;Ea0CP;EACA;EAEA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA,OfnEK;;;AeyEb;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;EACA,OfrFO;;AesFP;EACE;;AAaN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA,Ob7HU;;;AamId;EACE;EACA;;AAEA;EACE;;AAGJ;EACE;;;AAKF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAON;AAAA;AAAA;AxE5DE;EwEkEI;IACE;IACA;IACA;IACA;;EAIJ;IACE;;EAGF;IACE;;EAEA;IACE;;EAGF;IACE;;EAGF;IACE;;EAIJ;IACE;IACA;IACA;;EAGF;IACE;;EAIJ;IACE;IACA;IACA;;EAEA;IACE;;EAGF;IACE;IACA;;EAIF;IACE;IACA;;EACA;IACE;;EAKJ;IACE;IACA;IACA;;EAEA;IACE;;EAIJ;IACE;;EAEA;IACE;IACA;IACA;;EAOJ;IACE;;EACA;IACE;;;AxEnJN;EwE2JA;IACE;IACA;IACA;;EAEA;IACE;;EAIA;IACE;;EAOF;IACE;IACA;IACA;;EAIJ;IACE;;EACA;IACE;;EAKN;IACE;IACA;;;AxEjLA;EwEyLE;IACE;IACA;;EAIJ;IACE;;EAGF;IACE;IACA;;;AxE5KF;EwEoLE;IACE;;EAKF;IACE;;EAKN;IACE;IACA;;EAGE;IACE;IACA;IACA;;;AC1VJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBhBbG;;AgBkBX;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;;ACnER;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEF;EACE;;;AAKN;AAAA;AAAA;A1EmEE;E0E7DE;IACE;IACA;;EAII;IACE;IACA;IACA;;;A1E4DV;E0ElDE;IACE;;EACA;IACE;;;A1E4DJ;E0EpDA;IACE;;EACA;IACE;;;A1EgEJ;E0ExDA;IACE;;EACA;IACE;;;A1E+DJ;E0EvDA;IACE;;EACA;IACE;;;AChGR;EACE;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA,OhBTc;EgBUd;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAFJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAIE;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAIE;EACE;;AAKJ;AAAA;EAEE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;;;AAGF;AAAA;AAAA;EAGE,OhBhFc;EgBiFd;EACA;EACA;;;AAEF;AAAA;AAAA;EAGE;EACA;;;AAEF;AAAA;EAEE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;AACA;EACE;EACA;;;AAIJ;EACE,OlB3HW;EkB4HX;;;AAGF;AAAA;EAEE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE,OlB5IW;;;AkB8Ib;AAAA;AAAA;EAGE,OlBjJW;EkBkJX;EACA,ajBhJkB;;;AiBkJpB;EACE;EACA,OhBxJc;;;AgB0JhB;EACE;;AACA;EACE;;;AAIJ;AAAA;EAEE,OlBlKW;;;AkBsKb;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA,ajB7KkB;EiB8KlB;EACA,OhBjLc;;;AgBqLhB;AACA;AAAA;AAAA;AAAA;EAIE;EACA;;;AAEF;EACE;EACA;EACA;;;AAIF;AAAA;EAEE;EACA;EACA,OhBxMc;EgByMd;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA,OhB3Nc;EgB4Nd;EACA;;;AAEF;EACE,OlB/NW;;;AkBiOb;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA,YhBnOS;;;AgBqOX;EACE;;;AAGF;EACE,OlBhPW;;;AkBkPb;EACE;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;ACpQF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OnBVW;EmBWX;EACA;EACA;EACA;EACA;;AACA;EACE,OnBjBS;;;AmBoBb;EACE;;;ACxBF;EACC;EACA;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKA;EACE;;;AAIJ;EACE;;AACA;EACE;EACA;EACA;EACA,anBrBc;;AmBwBhB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OlB9BO;;AkB+BP;EACE;;AAEF;EACE;;AAIJ;EACE,alB7CY;EkB8CZ,OpB/CS;EoBgDT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kBpB7DO;EoB8DP;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;EACA,OlB5Ec;;;AkBgFlB;AAAA;EAEE,OlBjFc;EkBkFd;EACA;EACA,anBhFkB;EmBiFlB;;;AAMI;EACE;;;AAON;EACE;EACA;EACA;;;AAMA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE,OpBvHK;EoBwHL;;;AAMR;EACE;EACA;;;AAGF;EACE;;AAEA;EACE;EACA,OlBzIY;EkB0IZ;;;AAKF;EACE,OlB9IY;EkB+IZ;EACA;EACA;;AAEA;EACE,OpBrJO;;AoBwJT;EACE;;;AAMJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,YpBhLK;EoBiLL,OlB3KG;EkB4KH;;AAIJ;EACE;;;AAKN;AAAA;AAAA;A7EzFE;E6EiGM;IACE;;EAIN;IACE;;EACA;IACE;;EAEF;IACE;;EAEF;IACE;;EAGJ;IACE;IACA;IACA;IACA;;EACA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGJ;IACE;;EAGJ;IACE;;EAEF;IACE;;;ACrPJ;AAAA;AAAA;AAGA;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;AAEA;AACA;;AACA;EACE;EACA;;AAZJ;AAeE;;AACA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGE;EACE;;AAGF;EACE;;AAGE;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YnB1DL;EmB2DK;EACA;EACA;;AAQZ;AAAA;EAEE,OrB7EO;;AqBiFX;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAIJ;EACE,OnBhGc;EmBiGd;;;AAGF;EACE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA,OnBhHc;EmBiHd;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAIA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAFJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAKE;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;EAGE,OnBzLc;EmB0Ld;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;AAEA;EACE;EACA;;;AAIJ;EACE,OrB1OW;EqB2OX;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE,OrB9PW;;;AqBiQb;AAAA;AAAA;EAGE,OrBpQW;EqBqQX;EACA,apBnQkB;;;AoBsQpB;EACE;EACA,OnB5Qc;EmB6Qd;EACA,apB1QkB;;;AoB6QpB;EACE;;AAEA;EACE;;;AAIJ;AAAA;EAEE,OrB1RW;;;AqB6Rb;EACE;EACA;;AAEE;EACE;EACA;EACA,apBlSY;EoBmSZ;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;;AAGA;EACE;;AAKN;EACE;;;AAMR;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA,apBlVkB;EoBmVlB;EACA,OnBtVc;;;AmByVhB;EACE;EACA;EACA;;;AAGF;EACE,YnB3VS;EmB4VT;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AAKN;EACE;EACA;EACA,OnBnZgB;EmBoZhB;EACA;EACA;;;AAGF;EACE,OnBvZc;EmBwZd;EACA;EACA,apBxZkB;EoByZlB;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA,YrBzaW;EqB0aX;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA,OrBrbW;;;AqBwbb;EACE,OrBzbW;;;AqB4bb;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE,YnBhdS;EmBidT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;;;AAGF;EACE,YnBpee;;;AmBuejB;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE,YnBtfS;EmBufT;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,OnB7gBS;EmB8gBT;EACA;EACA;EACA;;;AAGF;EACE,apBzhBgB;EoB0hBhB;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA,cnBriBe;EmBsiBf;EACA,apB3iBkB;;;AoB8iBpB;EACE;EACA;EACA,apBljBgB;EoBmjBhB;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA,apB7jBkB;EoB8jBlB;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;;;AAGF;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;AAEA;EACE;EACA;EACA,apBxpBc;;AoB2pBhB;EACE;EACA;;;AAMA;AAAA;EAEE;;;AAKN;AAAA;AAAA;A9E7jBE;E8EkkBA;IACE;IACA;;EAEA;IACE;;EAGF;AAAA;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGE;IACE;IACA;IACA;;EAMR;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;;EAEF;IACE;;;A9E/mBA;E8EqnBA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;;A9EhnBF;E8EunBA;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;;A9EvnBF;E8E6nBF;IACE;;EAIA;IACE;;EAGF;IACE;;EAGF;IACE;;;AC9xBJ;EACE;;AAII;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAQZ;EACE;;;AAGF;EACE;;AACA;EACE,kBpBnBO;EoBoBP;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;;AAGA;EACE;;AAGF;EACE;;AAII;EACE;EACA;EACA,OpBhFL;;AoBsFH;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,OtBtHD;;AsB2HL;EACE;EACA;EACA;EACA;;AAIF;EACE;;AAII;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAMR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAWd;EACE;;;AAME;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE,kBpB9LG;;AoBiMD;EACE;EACA;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAKN;EACE;;AAGE;EACE;EACA;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAKN;EACE;;AAEA;EACE;EACA;;AAIA;EACE;EACA;;AAKF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;AAIA;EACE;;AAKN;EACE;EACA;EACA;;AAEA;EACE,arBpTU;EqBqTV;;AAIA;EACE;EACA;EACA;;AAKN;EACE;EACA;EAEA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAUd;EACU;;AAER;EACE,YpBxXO;EoByXP;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA,kBpBxbO;EoBybP;;AAEA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FyMJ;IAkBI;;;AAEF;EApBF;IAqBI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;;AhF1RA;EgFyRF;IAGI;;EAEE;IACE;;;;AAKR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE;EACA;;;AAKF;EACE;;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQE;;AAEF;EACE;;AAGA;EACE;EACA;;AAEF;EACE;EACA;;AAGA;EACE;;AAEF;EACE;EACA;;AACA;EACE,OvBjcG;EuBkcH;;AAKR;EACE;;AAEF;AAAA;AAAA;AAAA;EAIE;;AACA;AAAA;AAAA;AAAA;EACE;EACA;;AACA;AAAA;AAAA;AAAA;EACE,OvBndK;;;AuBwdb;EACE;EACA;EACA;;;AAIF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhF7XF;EgFoXA;IAaI;IACA;IACA;;;;AAMN;EACE;EACA;;AAEA;EACE;EACA;EACA;;;AAKF;EACE;;AhFtZF;EgFqZA;IAGI;;;AAIJ;EACE;EACA;EACA;EACA,OrBhhBY;EqBihBZ;;AAEA;EACE;EACA;EACA;EACA,OvBthBO;;AuB0hBX;EACE;EACA;EACA;;AAEA;EACE;EACA,kBrB3hBK;EqB4hBL;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAQN;EACE;;AhFneA;EgFqeE;IACE;;EAEF;IACE;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AhFnfJ;EgF6eA;IASI;;;AAIE;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OrBrmBM;EqBsmBN;EACA;;AAEA;EACE,OvBzmBC;EuB0mBD;;AAGF;EACE,OvB9mBC;;AuBsnBT;EACE;EACA;EACA;EACA;EACA;EACA;;AhFzhBJ;EgFmhBE;IASI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhF1iBN;EgFiiBI;IAYI;IACA;;;AhF1gBN;EgF6fE;IAgBI;IACA;;;AAMF;EACE;EACA;;AAGF;EACE,OvB5pBO;;AuB+pBT;EACE,kBvBhqBO;;AuBqqBT;EACE;EACA;;AAGF;EACE,OvBlqBM;;AuBqqBR;EACE,kBvBtqBM;;AuB2qBR;EACE;EACA;;AAGF;EACE,OvBtrBU;;AuByrBZ;EACE,kBvB1rBU;;AuB+rBZ;EACE,OvBpsBO;;AuBysBT;EACE;EACA;;AAGF;EACE,OvBpsBQ;;AuBusBV;EACE,kBvBxsBQ;;AuB6sBV;EACE;EACA;;AAGF;EACE,OvBztBS;;AuB4tBX;EACE,kBvB7tBS;;AuBkuBf;EACE;EACA;EACA;EACA;;AhF7oBJ;EgFyoBE;IAMI;;;AAMJ;EACE;EACA;;AAEA;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE,OvB3wBK;;AuB+wBT;EACE;;AAEA;EACE;EACA;EACA;EACA,OrBvxBQ;EqBwxBR;EACA;EACA;;AAEA;EACE;EACA;EACA,OvB9xBG;;;AuBqyBb;EACE;AACA;;;AAGF;EACE;EACA;;;AAMF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA,OvBl0BS;;AuBq0BX;EACE;;AhFnuBF;EgFsuBE;IAEI;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AhF/uBN;EgF4uBI;IAKI;IACA;IACA;;;AAIJ;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OvB92BK;EuB+2BL;;AAEA;EACE;;;AAUV;EACE;;AAEA;EACE;EACA;;AhFlxBF;EgFgxBA;IAII;;;AAIJ;EACE;EACA;EACA;;AAKE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,OvB35BG;;AuB85BL;EACE;EACA;;AAEA;EACE;EACA;;AAOV;EACE,kBrBt6BO;EqBu6BP;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA,OrB59BQ;EqB69BR;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OvBv+BK;EuBw+BL,atBt+BU;AsBw+BV;EAEA;;;AAYN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,OrB5jCQ;;AqBgkCZ;EACE,OrBjkCU;EqBkkCV;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,YrBzkCS;EqB0kCT;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YrB3lCG;EqB4lCH;;AAEA;EACE,OrBtmCM;EqBumCN;;;AASV;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;AAEA;EACE;EACA;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAGF;AAAA;AAAA;ACrlCA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;EACA;;AAGF;AAAA;EACE;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;EACA;;AAIJ;AAAA;EACE;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;EACA;EACA;;AAIJ;AAAA;EACE;EACA;;AAEA;AAAA;EACE;EACA;;;AAUN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YAnIc;EAoId,OxB1IW;EwB2IX,WtBxHU;Es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;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EAEE;IAEE;;EAGF;IACE;;;AAIJ;EACE;;;AAQF;EACE;;AAEA;EACE,OtBv8BiB;EsBw8BjB;EAj9BF,WAiBoB;EAhBpB,aAgB0B;EAf1B,aAe+B;EAk8B7B;;AjFl4BF;EiF83BA;IAOI;;;AjFj5BJ;EiF04BA;IAWI;;;;AAaJ;EACE;EACA;;AjFx5BF;EiFs5BA;IAKI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGF;EACE;EACA;;AjFv6BJ;EiFq6BE;IAKI;IACA;;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA,WtBlhCE;EsBmhCF;EACA,OtB9/BW;EsB+/BX;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE,OxBljCC;EwBmjCD,qBtBrgCW;;AsBygCf;EACE;EACA;EACA;;AAOR;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIF;EACE;EACA;EACA;;AjFv+BJ;EiFo+BE;IAMI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AjFn/BN;EiFs/BI;IAEI;IACA;IACA;;;AAIJ;EA1lCJ;EACA;EACA;EA0lCM;EACA;EACA;EACA;EACA;;AjFpgCN;EiF8/BI;IASI;;;AjFnhCR;EiF0gCI;IAaI;;;AjF3gCR;EiF+gCI;IAEI;;;AAIJ;EACE;EACA;EACA;EACA;;AjFzhCN;EiFqhCI;IAOI;;;AjF5hCR;EiFgiCI;IAEI;IACA;;;AAQN;EACE;EACA;EACA;EACA,OtBpnCe;EsBqnCf,WtB5oCM;EsB6oCN;EACA;;AAEA;EAhpCJ;EACA;EACA;EAgpCM;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA,WtB5pCW;EsB6pCX;EACA;;AAEA;EACE;EACA;EACA;;AAOR;EACE;EACA;EACA;;AAEA;EACE,OtB/pCe;EsBgqCf,WtBvrCM;EsBwrCN;EACA;;AAGF;EACE;EACA;EACA;;AjFnmCJ;EiFgmCE;IAMI;;;AAGF;EArsCJ;EACA;EACA;EAqsCM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAKN;EACE,OtBnsCe;EsBosCf,WtB3tCM;EsB4tCN;EACA;;AAGF;EACE;EACA;EACA;;AjFvoCJ;EiFooCE;IAMI;;;AAGF;EAzuCJ;EACA;EACA;EAyuCM;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE,OtBtuCW;EsBuuCX,WtBpvCO;EsBqvCP;EACA;EACA;;AAOR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AjFlrCF;EiF2qCA;IAUI;IACA;IACA;;;AAIA;EACE,OtBjwCa;EsBkwCb,WtBzxCI;EsB0xCJ;EACA;;AAGF;EACE;EACA,WtB1xCW;;AsB8xCf;EACE;EACA;;AjF1sCJ;EiFwsCE;IAKI;IACA;;EAEA;IACE;;;AAIJ;EACE;EACA,WtB9yCgB;;;AsByzCxB;EACE;EACA;EACA;EACA;;AjF7tCE;EiFytCJ;IAOI;;;AjFzuCF;EiFkuCF;IAWI;;;AAGF;EACE,OtBzzCiB;EsB0zCjB;EACA,WtBn1CQ;EsBo1CR;EACA;EACA;EACA;;AjF9uCA;EiFuuCF;IAUI;IACA;;;AjF3vCJ;EiFgvCA;IAeI,WtB91CM;IsB+1CN;;;AAIJ;EACE,OtBz0CiB;EsB00CjB;EACA,WtBp2CQ;EsBq2CR;EACA;EACA;EACA;;AjF3wCF;EiFowCA;IAUI,WtB12CM;;;A3D4FV;EiFkxCA;IAEI;;;;AAUN;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AjFvzCF;EiF+yCA;IAWI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AjF5zCF;EiFkzCA;IAaI;;;;AAKN;EACE;EACA;EACA;EACA;EACA;;AjFz0CA;EiFo0CF;IAQI;;;AAIF;EACE;EACA;EACA;EACA,kBA17CqB;EA27CrB;EACA;;AjF70CA;EiFu0CF;IASI;IACA;;;AjF11CJ;EiFg1CA;IAcI;IACA;IACA;IACA;IACA;IACA;;;AAGF;EACE,OtB76Ce;EsB86Cf,WtB37CW;EsB47CX;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AjFn3CJ;EiFg3CE;IAMI;IACA;IACA;;EAEA;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AjFv4CN;EiF+3CI;IAWI;IACA;IACA;IACA;;;AAGF;EAEE;EACA;EACA;;AjFp5CR;EiFg5CM;IAOI;IACA;;;AAGF;EACE,YArgDI;EAsgDJ,OxB5gDC;;AwB+gDH;EACE,OtBt+CS;;AsB0+Cb;EACE,OtB7+CW;EsB8+CX,WtB7/CS;EsB8/CT;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YtBr/Ca;EsBs/Cb,OtB3/CW;EsB4/CX;;AAEA;EACE;;AAQV;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA,kBA5jDkB;EA6jDlB;EACA;EACA;EACA;;AjF39CJ;EiFq9CE;IASI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AjFl/CN;EiFq/CI;IAEI;IACA;;;AAIJ;EAxlDJ;EACA;EACA;EAwlDM;EACA;EACA;EACA;EACA;EACA,OxBlnDK;EwBmnDL;;AAEA;EACE;;AAIJ;EAvmDJ;EACA;EACA;EAumDM;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OxBnoDK;EwBooDL;EACA;;AAGF;EACE,OtBlmDa;EsBmmDb;EACA;EACA;EACA;;AAGF;EACE,OtBtmDa;EsBumDb,WtB/nDI;EsBgoDJ;EACA;;AAKN;EACE;EACA;;AjF5iDF;EiF0iDA;IAKI;;;AAGF;EAnoDF,WtBXU;EsBYV,aAwBgC;EAvBhC,aAuBqC;EA4mDjC,OtB5nDe;EsB6nDf;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBxB/qDK;EwBgrDL;;AjFjkDN;EiFqkDE;IAEI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YtBlpDiB;EsBmpDjB;EACA;;AAEA;EACE,cxBvsDK;EwBwsDL,YAlsDQ;EAmsDR;EACA;;AAGF;EACE,OxB9sDK;EwB+sDL;EACA;;AAGF;EACE,OtB7qDa;EsB8qDb,WtB5rDW;EsB6rDX;EACA;;AAGF;EACE,OtBnrDa;EsBorDb;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA,WtB1sDS;EsB2sDT;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AjFtoDJ;EiF6nDE;IAcI;IACA;;;AAGF;EACE,OtBrtDa;EsBstDb,WtBvuDW;EsBwuDX;;AAGF;EACE;EACA,WtB3uDgB;EsB4uDhB;;AAGF;EACE;EACA;EACA;;AjF9pDN;EiF2pDI;IAOI;IACA;;;AjFnqDR;EiF2pDI;IAYI;;EAEA;IACE;;;AAKN;EACE;EACA;EACA;;AAEA;EACE;;;AAQV;EACE;;AjF9rDA;EiFgsDA;IAEI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGF;EA1yDA;EACA;EACA;EAgBA,OAyxDoB;EAxxDpB,QAwxDoB;EAvxDpB,eAuxD0B;EAtxD1B,QAL0E;EAM1E,YANyC;EAOzC,OxB1CW;EwB+zDT;;AAEA;EACE;EACA,OtB1xDe;;AsB8xDnB;EACE,OtBjyDiB;EsBkyDjB;EA3yDF,WAiBoB;EAhBpB,aAgB0B;EAf1B,aAe+B;;AA8xD/B;EACE,OtBtyDiB;EsBuyDjB;EACA,WtBvzDe;EsBwzDf;EACA;;;AASJ;EACE,OxB51DW;EwB61DX;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA,kBxBn3DW;EwBo3DX;;;AAGF;EACE;EACA;EACA;EACA,YACE;;AjFpwDA;EiF+vDJ;IAWI;;;AjFnxDF;EiFwwDF;IAeI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AjF/yDF;EiFsyDA;IAYI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAGF;EAj6DF,WAiCoB;EAhCpB,aAgC0B;EA/B1B,aA+B+B;EAk4D3B;EACA;;AjFn1DJ;EiFg1DE;IAMI;;;AAIJ;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AjFv2DF;EiFg2DA;IAUI;;;AjFt3DJ;EiF42DA;IAcI;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAp9DJ;EACA;EACA;EAgBA,OAm8DwB;EAl8DxB,QAk8DwB;EAj8DxB,eAi8D8B;EAh8D9B,QAL0E;EAM1E,YANyC;EAOzC,OxB1CW;EwBy+DL;;AAGF;EACE,OtBt8Da;EsBu8Db;EAh9DN,WtBLiB;EsBMjB,aA4BuC;EA3BvC,aA2B4C;;AAy7D5C;EACE;EACA;;AjFv4DF;EiFq4DA;IAKI;;EAEA;IACE;IACA;;;AAKN;EACE;EACA;EACA;EACA;;;AAsBF;EACE;EACA;;;AAIA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OA9BY;;AAiCd;EACE,OAlCY;EAmCZ;;AAKF;EACE,OAzCY;EA0CZ;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OArDY;;AAyDhB;EACE;EACA;;AAEA;EACE;EACA;;;AAlDN;EACE;EACA;;;AAIA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OA9BY;;AAiCd;EACE,OAlCY;EAmCZ;;AAKF;EACE,OAzCY;EA0CZ;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OArDY;;AAyDhB;EACE;EACA;;AAEA;EACE;EACA;;;AAlDN;EACE;EACA;;;AAIA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OA9BY;;AAiCd;EACE,OAlCY;EAmCZ;;AAKF;EACE,OAzCY;EA0CZ;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OArDY;;AAyDhB;EACE;EACA;;AAEA;EACE;EACA;;;AAlDN;EACE;EACA;;;AAIA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OA9BY;;AAiCd;EACE,OAlCY;EAmCZ;;AAKF;EACE,OAzCY;EA0CZ;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OArDY;;AAyDhB;EACE;EACA;;AAEA;EACE;EACA;;;AAlDN;EACE;EACA;;;AAIA;EACE;;AAEA;EACE;;AAKF;EACE;EACA,OA9BY;;AAiCd;EACE,OAlCY;EAmCZ;;AAKF;EACE,OAzCY;EA0CZ;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OArDY;;AAyDhB;EACE;EACA;;AAEA;EACE;EACA;;;ACjlER;EACE;;AlFqGA;EkFtGF;IAGI;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AlFuGF;EkF5GA;IAOI;IACA;IACA;;;AAGJ;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;AlFqGE;EkFzGJ;IAMI;;;AAEF;EACE;;AlFgGA;EkFjGF;IAGI;;;;AAMN;EACE;EACA;EACA;EACA;EACA;;AACA;EACE,OvB7CY;EuB8CZ;EACA;EACA;EACA;;AACA;EACE,OzBlDO;;AyBoDT;EACE;;AACA;EACE;EACA;;;AAON;EACE;;AlFmCF;EkFpCA;IAGI;;;AAGJ;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AACA;EACE;;AAEF;EACE;;AAKH;EACG;;AAEH;EACC;;AAGA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;;;AAMN;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AC1IF;EACE;;;AAGA;EACE;EACA;EACA;EACA;EACA;;AnF6FF;EmFlGA;IAOI;;;AAEF;EACE;;AAEF;EACE;EACA;;;AAIN;EACE;EACA;EACA;EACA;;AAEA;EACE;;AnFiFF;EmFhFE;IAEI;IACA;;;AAIJ;EACE;EACA;;AAIF;EACE,kBxBnCK;EwBoCL;EACA;EACA;;AnFuDJ;EmF3DE;IAMI;;;AAEF;EACE;;AAEF;EACE;EACA;;AAKN;EACE;;AnFwCF;EmFzCA;IAGI;IACA;IACA;;;;AAKN;AAAA;EAEE;EACA;;AACA;AAAA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;AAAA;EAEE;;AAMF;AAAA;EACE;EACA;;;AAMA;EACE;;;AAKJ;EACE;;;AAMJ;EACE;EACA;EACA;;AAEE;EACE;;AnFlBJ;EmFiBE;IAGI;;;;AAKR;EACE;EACA;EACA;EACA;;AnF7BA;EmF+BE;IAEI;;;AAMJ;EACE;;AAGJ;EACE,kBxBzIO;EwB0IP;EACA;EACA;;AnF/CF;EmF2CA;IAOI;;;AAGF;EACE;;AnF1CJ;EmFyCE;IAGI;;;AAIF;EACE;;AAKN;EACE;;AACA;EACE;EACA;EACA;;AACA;EACE;;AnFzEN;EmFwEI;IAGI;;;AAHJ;EAKE;EACA;;AACA;EACE;;AAKR;EACE;;;AAKF;EACE;;AAGA;EACE;EACA;;AnFrFJ;EmFmFE;IAII;;;AAGA;EACE;EACA;EACA;;AACA;EACE;EACA;;AnF5GV;EmF0GQ;IAII;;;AnFlGZ;EmF0FM;IAYI;;;AAIF;EACE;;AACA;EACE;;AAKR;EACE;;AnFnHN;EmFkHI;IAGI;;EACA;IACE;;;AAOR;EACE,azB3Oc;EyB4Od;;AAGJ;EACE;EACA;;AACA;EACE;EACA;;;AC1PN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE,a1BfgB;E0BgBhB;EACA;EACA;EACA;EACA;;ApF4EF;EoFtGF;IA6BI;;EACA;IACE;;EAGA;IACE;IACA;IACA;;;;AAKR;EACE;;;AAEF;EACE;;ApFwDA;EoFrDI;IACE;IACA;;;;AAKR;EACE;EAGA;EACA;EACA;EACA;EACA;;AAOA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,O3B9ES;;A2BgFT;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA,O3BnHS;E2BoHT;;AAGF;EACE;EACA;;;AAIJ;EACE,Y3B9HW;E2B+HX;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAOF;EACE;;AAEF;EAEE;EACA;;AAEF;EAEE;;ApFrEJ;EoF0DA;IAcI;;EACA;IAIE;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA,O3B3LO;E2B4LP;EACA;;;AAMJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;AAGJ;EACE;;AAEF;EACE;;AACA;EACE,O3BtNK;;A2ByNT;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAKA;EACE;EACA;;;AAQJ;EACE;EACA;EACA;;AAIF;EACE;EACA,O3BjQO;;A2BoQP;EACE;;AAEF;EACE;EACA;;;AAON;EACE;EACA;EACA;EACA;;ApFrKF;EoFiKA;IAMI;;EACA;IACE;IACA;IACA;IACA;;EACA;IACE;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;;AAGF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;;ApF9MF;EoFwMA;IAQI;;;ApFpNJ;EoF4MA;IAWI;;;AAEF;EACE;EACA;EACA,O3B3UO;E2B4UP;EACA;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;;ApF1OF;EoFuOA;IAKI;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kB3BjXK;E2BkXL;EACA;EACA;;AAEE;EACE,O3BvXC;;A2B0XL;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,O3B3YK;E2B4YL;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAGJ;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAKJ;EACE;EACA;;AAEF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEA;EACE,O3BpfO;;A2BwfX;EACE;EACA;EACA,O3B3fS;E2B4fT;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAMA;EACE;EACA;EACA;EACA;;;AAMF;EACE;EACA;;ApF1bJ;EoFwbE;IAII;;;AAGJ;EACE;;AAGA;EACE;EACA;EACA;EACA;;AACA;EACE;;;AAOR;EACE;;;ApFjdF;EoFwdI;IACE;IACA","file":"main.css"}
\ No newline at end of file
diff --git a/static/assets/sass/main.scss b/static/assets/sass/main.scss
index 9331c0bbfd..0e817ce8ff 100644
--- a/static/assets/sass/main.scss
+++ b/static/assets/sass/main.scss
@@ -43,9 +43,10 @@
// Pages
@import "pages/_homepage";
+@import "pages/_homepage-2026";
@import "pages/_contactus";
@import "pages/_partner";
@import "pages/_services";
//Responsive SCSS
-@import "layouts/_responsive";
+@import "layouts/_responsive";
\ No newline at end of file
diff --git a/static/assets/sass/pages/_homepage-2026.scss b/static/assets/sass/pages/_homepage-2026.scss
new file mode 100644
index 0000000000..9f6276b91c
--- /dev/null
+++ b/static/assets/sass/pages/_homepage-2026.scss
@@ -0,0 +1,2134 @@
+// =============================================================================
+// Homepage 2026 — Design Tokens
+// Colours: $color-* from _initial-variable.scss (auto-available via main.scss import)
+// Local: primary alpha variants for borders, glows, and backgrounds
+// =============================================================================
+
+// Primary alpha variants
+$hp-primary-border: rgba(0, 165, 80, 0.2);
+$hp-primary-border-strong: rgba(0, 165, 80, 0.3);
+$hp-primary-bg: rgba(0, 165, 80, 0.1);
+
+// Semantic shared colors
+$color-bg-light-surface: hsla(210, 20%, 98%, 1); // sidebar, neutral cards
+$color-hp-success-glow: hsla(149, 47%, 92%, 1); // success backgrounds
+$color-accent-blue-soft: #f8faff; // product header background
+
+
+// =============================================================================
+// Mixins
+// =============================================================================
+
+@mixin flex-center {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+@mixin square($size) {
+ width: $size !important;
+ height: $size !important;
+}
+
+@mixin text-style($size, $weight, $line-height) {
+ font-size: $size;
+ font-weight: $weight;
+ line-height: $line-height;
+}
+
+@mixin icon-box($size, $radius: 16px, $bg: rgba(0, 165, 80, 0.08), $border: 1px solid rgba(0, 165, 80, 0.25)) {
+ @include flex-center;
+ width: $size;
+ height: $size;
+ border-radius: $radius;
+ border: $border;
+ background: $bg;
+ color: $ac-primary;
+}
+
+// Named text-style shortcuts using _initial-variable.scss font-size tokens
+@mixin text-30-700-36 {
+ @include text-style(30px, 700, 36px);
+}
+
+@mixin text-20-700-28 {
+ @include text-style(20px, 700, 28px);
+}
+
+@mixin text-16-700-24 {
+ @include text-style($ac-size-6, 700, 24px);
+}
+
+@mixin text-14-700-20 {
+ @include text-style($font-size-normal, 700, 20px);
+}
+
+@mixin text-48-900-54 {
+ @include text-style(48px, 900, 54px);
+}
+
+
+// =============================================================================
+// Global Button Overrides (2026 Homepage)
+// =============================================================================
+
+button.ac-button,
+.button.ac-button {
+ border-radius: 4px !important;
+ font-weight: 700 !important;
+ font-size: $font-size-normal !important; // 14px
+ letter-spacing: 0 !important;
+ text-transform: uppercase !important;
+ transition: all 0.2s ease !important;
+
+ iconify-icon {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 8px;
+ }
+
+ &.is-primary {
+ background: #00a550 !important;
+ color: #fff !important;
+ border: none !important;
+ box-shadow: 0 4px 12px rgba(0, 165, 80, 0.2) !important;
+
+ &:hover {
+ background: darken(#00a550, 6%) !important;
+ transform: translateY(-1px) !important;
+ box-shadow: 0 6px 16px rgba(0, 165, 80, 0.3) !important;
+ }
+ }
+
+ &.is-white {
+ background: #fff !important;
+ border: 1px solid #e2e8f0 !important;
+ color: #334155 !important;
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
+
+ &:hover {
+ background: $color-surface-light !important;
+ border-color: #cbd5e1 !important;
+ color: #0f172a !important;
+ transform: translateY(-1px) !important;
+ }
+ }
+
+ &.is-black {
+ background: $color-heading-deep !important;
+ color: #fff !important;
+
+ &:hover {
+ background: #000 !important;
+ transform: translateY(-1px) !important;
+ }
+ }
+}
+
+
+// =============================================================================
+// Section Tag & Title (shared across all sections)
+// =============================================================================
+
+.tag.section-tag {
+ display: inline-flex;
+ height: 42px;
+ padding: 9px 18px;
+ justify-content: center;
+ align-items: center;
+ border-radius: 9999px;
+ border: 1px solid $hp-primary-border;
+ background: $hp-primary-bg;
+ color: $ac-primary;
+ font-size: $ac-size-6;
+ font-weight: 600;
+ line-height: 24px;
+ letter-spacing: 0.4px;
+ text-transform: uppercase;
+ text-align: center;
+ margin-bottom: 8px;
+}
+
+.section-title {
+ h2 {
+ color: $color-heading-deep;
+ text-align: center;
+ font-size: $ac-size-2;
+ font-weight: 700;
+ line-height: 130%;
+ letter-spacing: -1.2px;
+
+ @include touch {
+ font-size: $ac-size-3; // 28px
+ letter-spacing: -0.5px;
+ }
+ }
+
+ p {
+ margin-top: 16px;
+ color: $color-text-medium;
+ text-align: center;
+ font-size: $ac-size-5;
+ font-weight: 400;
+ line-height: 28px;
+
+ @include touch {
+ font-size: $ac-size-6; // 16px
+ line-height: 24px;
+ }
+ }
+}
+
+
+// =============================================================================
+// Hero Section
+// =============================================================================
+
+.bg-hero-gradient {
+ background:
+ radial-gradient(ellipse at top left, rgba(0, 165, 80, 0.08) 0%, transparent 60%),
+ radial-gradient(ellipse at bottom right, rgba(0, 165, 80, 0.05) 0%, transparent 50%),
+ #fff;
+}
+
+.hero-area-2026 {
+ min-height: 100vh;
+ display: flex;
+ align-items: center;
+ overflow: hidden;
+ padding-top: 80px;
+
+ @include touch {
+ padding-top: 130px;
+ text-align: center;
+ }
+
+ .left-content {
+ display: flex;
+ flex-direction: column;
+ gap: 32px;
+
+ @include desktop-only {
+ gap: 16px;
+ }
+
+ @include touch {
+ align-items: center;
+ gap: 24px;
+ }
+
+ // Hero pill tag
+ .tag {
+ display: inline-flex;
+ width: fit-content;
+ height: 38px;
+ padding: 10px 16px;
+ justify-content: center;
+ align-items: center;
+ gap: 8px;
+ border-radius: 9999px;
+ border: 1px solid $hp-primary-border-strong;
+ background: $hp-primary-bg;
+ box-shadow: 0 2px 8px rgba(0, 165, 80, 0.1);
+ color: $ac-primary;
+ @include text-14-700-20;
+
+ @include touch {
+ justify-content: center;
+ }
+
+ .circle-dot {
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ background-color: $ac-primary;
+ display: inline-block;
+ margin-right: 8px;
+ }
+ }
+
+ h1 {
+ color: $color-heading-deep;
+ font-size: 72px;
+ font-weight: 900;
+ line-height: 105%;
+ letter-spacing: -1.8px;
+
+ @include widescreen-only {
+ font-size: 58px;
+ }
+
+ @include desktop-only {
+ font-size: 48px;
+ }
+
+ @include touch {
+ font-size: 42px;
+ letter-spacing: -0.8px;
+
+ br {
+ display: none;
+ }
+ }
+ }
+
+ p {
+ color: $color-text-slate;
+ font-size: 20px;
+ font-weight: 500;
+ line-height: 170%;
+
+ @include touch {
+ font-size: $ac-size-6;
+ line-height: 160%;
+ }
+ }
+
+ .buttons {
+ @include touch {
+ justify-content: center;
+ width: 100%;
+
+ .ac-button {
+ width: 100%;
+ margin-right: 0 !important;
+ margin-bottom: 12px;
+ }
+ }
+ }
+ }
+
+ // Stats row below hero copy
+ .data-show-case-wrapper {
+ display: flex;
+ align-items: center;
+ gap: 48px;
+ border-top: 1px solid $color-border-light;
+ padding-top: 32px;
+
+ @include mobile {
+ flex-direction: column;
+ gap: 20px;
+ width: 100%;
+ }
+ }
+
+ .data-show-case {
+ display: flex;
+ gap: 12px;
+
+ @include touch {
+ width: 100%;
+ justify-content: center;
+ }
+
+ @include mobile {
+ justify-content: flex-start;
+ }
+
+ .icon {
+ @include icon-box(40px, 10px, $hp-primary-bg, 1px solid $hp-primary-border);
+ padding: 0 9px;
+ }
+
+ p.strong {
+ color: $color-heading-deep;
+ font-size: 20px;
+ font-weight: 900;
+ line-height: 28px;
+ text-wrap: nowrap;
+ }
+
+ p {
+ color: $color-text-muted;
+ font-size: $font-size-extra-small;
+ font-weight: 700;
+ line-height: 16px;
+ letter-spacing: 0.6px;
+ text-transform: uppercase;
+ text-align: left;
+ }
+ }
+}
+
+// Hero right-side graphic utilities
+.h-600 {
+ min-height: 550px !important;
+
+ @include touch {
+ min-height: 350px !important;
+ margin-top: 40px;
+ }
+}
+
+.pos-relative {
+ position: relative !important;
+}
+
+.pos-absolute {
+ position: absolute !important;
+}
+
+.top-50 {
+ top: 50% !important;
+}
+
+.left-50 {
+ left: 55% !important;
+
+ @include touch {
+ left: 50% !important;
+ }
+}
+
+.translate-center {
+ transform: translate(-50%, -50%) !important;
+}
+
+.z-1 {
+ z-index: 1 !important;
+}
+
+.z-10 {
+ z-index: 10 !important;
+}
+
+.z-20 {
+ z-index: 20 !important;
+}
+
+.p-32 {
+ padding: 32px !important;
+}
+
+// Orbit ring sizes
+@keyframes ripplePulse {
+ 0% {
+ transform: translate(-50%, -50%) scale(0.1);
+ opacity: 0.8;
+ }
+
+ 100% {
+ transform: translate(-50%, -50%) scale(2.2);
+ opacity: 0;
+ }
+}
+
+.orbit-circle {
+ width: 250px;
+ height: 250px;
+ border: 1px solid rgba(0, 165, 80, 0.4);
+ border-radius: 50%;
+ pointer-events: none;
+ animation: ripplePulse 7.5s cubic-bezier(0.25, 0.8, 0.5, 1) infinite;
+ animation-fill-mode: both;
+ z-index: 1;
+}
+
+.w-450 {
+ @include square(460px);
+
+ @include touch {
+ @include square(320px);
+ }
+}
+
+.w-350 {
+ @include square(340px);
+
+ @include touch {
+ @include square(240px);
+ }
+}
+
+.w-250 {
+ @include square(220px);
+
+ @include touch {
+ @include square(160px);
+ }
+}
+
+.w-96 {
+ @include square(110px);
+}
+
+.w-36 {
+ @include square(36px);
+ @include flex-center;
+ display: flex !important;
+}
+
+// Floating card visuals
+.icon-svg {
+ width: 20px;
+ height: 20px;
+}
+
+.shadow-custom {
+ box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06) !important;
+ border: 1px solid rgba(0, 0, 0, 0.08) !important;
+ backdrop-filter: blur(8px) !important;
+}
+
+.border-blue {
+ border: 1px solid #dbeafe !important;
+ box-shadow: 0 12px 35px rgba(50, 100, 255, 0.08) !important;
+}
+
+.border-green {
+ border: 1px solid #bbf7d0 !important;
+ box-shadow: 0 12px 35px rgba(0, 165, 80, 0.08) !important;
+}
+
+.br-16 {
+ border-radius: 16px !important;
+}
+
+.br-12 {
+ border-radius: 12px !important;
+}
+
+.br-8 {
+ border-radius: 8px !important;
+}
+
+.text-tiny {
+ font-size: 0.6rem !important;
+ letter-spacing: 0.05em;
+ margin-bottom: 2px !important;
+ white-space: nowrap !important;
+}
+
+.text-sm-bold {
+ font-size: 0.85rem !important;
+ font-weight: 700 !important;
+ color: $color-text-dark;
+ white-space: nowrap !important;
+}
+
+// Floating card positions
+.card-offset-1 {
+ animation: bubbleOut1 9.6s linear infinite -7.2s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-2 {
+ animation: bubbleOut2 9.6s linear infinite -1.6s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-3 {
+ animation: bubbleOut3 9.6s linear infinite -5.6s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-4 {
+ animation: bubbleOut4 9.6s linear infinite -0s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-5 {
+ animation: bubbleOut5 9.6s linear infinite -4s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-6 {
+ animation: bubbleOut6 9.6s linear infinite -8s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-7 {
+ animation: bubbleOut7 9.6s linear infinite -2.4s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-8 {
+ animation: bubbleOut8 9.6s linear infinite -6.4s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-9 {
+ animation: bubbleOut9 9.6s linear infinite -0.8s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-10 {
+ animation: bubbleOut10 9.6s linear infinite -4.8s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-11 {
+ animation: bubbleOut11 9.6s linear infinite -8.8s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-12 {
+ animation: bubbleOut12 9.6s linear infinite -3.2s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+.card-offset-13 {
+ animation: bubbleOut13 9.6s linear infinite -9.2s;
+ animation-fill-mode: both;
+
+ @include touch {
+ display: none;
+ }
+}
+
+// Center of gravity is at top: 50%, left: 55% (defined by .left-50 token)
+// Travel trajectories mapped strictly to a 12-point compass (30-degree intervals)
+@keyframes bubbleOut1 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: -5%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut2 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 2.4%;
+ left: 82.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut3 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 22.5%;
+ left: 102.6%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut4 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 50%;
+ left: 110%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut5 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 77.5%;
+ left: 102.6%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut6 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 97.6%;
+ left: 82.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut7 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 105%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut8 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 97.6%;
+ left: 27.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut9 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 77.5%;
+ left: 7.4%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut10 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 50%;
+ left: 0%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut11 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 22.5%;
+ left: 7.4%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut12 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 2.4%;
+ left: 27.5%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleOut13 {
+ 0% {
+ top: 50%;
+ left: 55%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.4);
+ }
+
+ 20% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 90% {
+ opacity: 1;
+ transform: translateX(-20%) scale(1);
+ }
+
+ 100% {
+ top: 3%;
+ left: 72%;
+ opacity: 0;
+ transform: translateX(-20%) scale(0.8);
+ }
+}
+
+@keyframes bubbleXAnimFrames {
+ 0% {
+ transform: translateX(0);
+ }
+
+ 100% {
+ transform: translateX(25px);
+ }
+}
+
+.bubble-animation-x {
+ animation-iteration-count: infinite;
+ animation-name: bubbleXAnimFrames;
+ animation-timing-function: ease-in-out;
+ animation-direction: alternate;
+}
+
+@keyframes float-center {
+
+ 0%,
+ 100% {
+ transform: translate(-50%, -50%);
+ }
+
+ 50% {
+ transform: translate(-50%, calc(-50% - 12px));
+ }
+}
+
+.anim-float-center {
+ animation: float-center 6s ease-in-out infinite;
+}
+
+
+// =============================================================================
+// Trusted Companies
+// =============================================================================
+
+.trusted-companies-area {
+ background: #fbfbfb;
+
+ h2.title {
+ color: $color-heading-deep;
+ text-align: center;
+ @include text-30-700-36;
+ letter-spacing: -0.75px;
+
+ @include touch {
+ font-size: 24px;
+ }
+
+ @include mobile {
+ margin-bottom: 8px;
+ }
+ }
+}
+
+
+// =============================================================================
+// Our Products Section
+// =============================================================================
+
+.products-area {
+
+ // Tab navigation
+ .tabs {
+ border-bottom: 1px solid $color-border-light;
+ margin-bottom: 32px;
+
+ @include touch {
+ overflow-x: auto;
+ white-space: nowrap;
+ justify-content: flex-start !important;
+ -webkit-overflow-scrolling: touch;
+ margin-left: -1.5rem;
+ margin-right: -1.5rem;
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+ }
+
+ ul {
+ justify-content: flex-start;
+ border-bottom: none;
+
+ @include touch {
+ border-bottom: 2px solid $color-border-light;
+ width: max-content;
+ }
+
+ li.prod-nav-btn {
+ margin: 0;
+
+ a {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ padding: 12px 24px;
+ font-size: $ac-size-6;
+ font-weight: 700;
+ color: $color-text-muted;
+ background: transparent;
+ border-radius: 0;
+ border-bottom: 2px solid transparent;
+ transition: all 0.2s ease;
+
+ span.icon {
+ margin: 0;
+ }
+
+ &:hover {
+ color: $ac-primary;
+ border-bottom-color: $color-border-light;
+ }
+ }
+
+ &.is-active a {
+ color: $ac-primary !important;
+ border-bottom: 2px solid $ac-primary !important;
+ padding-bottom: 10px;
+ }
+ }
+ }
+ }
+
+ // Cards container
+ .product-cards-container {
+ position: relative;
+ min-height: 500px;
+ }
+
+ .product-card {
+ border-radius: 12px;
+ border: 1px solid #eef0f2;
+ background: #fff;
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
+ overflow: hidden;
+
+ &.is-active {
+ display: block !important;
+ animation: fadeIn 0.3s ease-in-out;
+ }
+
+ // Card header band
+ .product-header {
+ padding: 40px;
+ position: relative;
+ background: #f8faff;
+
+ @include touch {
+ padding: 24px;
+ text-align: center;
+ }
+
+ &::after {
+ content: "";
+ position: absolute;
+ inset: 0;
+ background: linear-gradient(135deg, transparent 50%, rgba(73, 73, 162, 0.05) 100%);
+ pointer-events: none;
+ }
+
+ .columns {
+ @include touch {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ }
+ }
+
+ .product-logo-box {
+ @include flex-center;
+ width: 64px;
+ height: 64px;
+ border-radius: 12px;
+ background: #f4f5f7;
+ border: 1px solid #e2e8f0;
+
+ @include touch {
+ margin: 0 auto 16px;
+ }
+
+ @include mobile {
+ display: none;
+ }
+ }
+
+ .is-flex-direction-column {
+ @include touch {
+ align-items: center;
+ }
+ }
+
+ .description {
+ color: #4b5563;
+ font-size: 14.5px;
+ line-height: 1.6;
+ max-width: 580px;
+
+ @include touch {
+ margin: 0 auto;
+ }
+ }
+
+ .column.is-narrow {
+ @include touch {
+ width: 100%;
+ margin-top: 24px;
+ }
+ }
+ }
+ }
+
+ // Key features column
+ .key-features {
+ h4 {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ color: $color-text-dark;
+ font-size: $ac-size-6;
+ font-weight: 700;
+ margin-bottom: 20px;
+
+ .icon {
+ @include flex-center;
+ width: 32px;
+ height: 32px;
+ border-radius: 8px;
+ background: rgba(73, 73, 162, 0.08);
+ color: #4949a2;
+ }
+ }
+
+ .features-grid {
+ display: grid;
+ gap: 12px;
+
+ .feature-item {
+ display: flex;
+ align-items: flex-start;
+ gap: 12px;
+ font-size: $font-size-normal;
+ color: #4b5563;
+ line-height: 1.5;
+
+ .feature-icon {
+ color: #4949a2;
+ margin-top: 2px;
+ opacity: 0.7;
+ }
+ }
+ }
+ }
+
+ // Use cases + stats column
+ .use-case-numbers-wrapper {
+ display: flex;
+ flex-direction: column;
+ gap: 32px;
+
+ .common-use-cases-wrapper h4 {
+ color: $color-text-dark;
+ font-size: $ac-size-6;
+ font-weight: 700;
+ margin-bottom: 16px;
+ }
+
+ .use-cases-grid {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ gap: 16px;
+
+ @include touch {
+ grid-template-columns: 1fr;
+ }
+
+ .use-case-item {
+ @include flex-center;
+ padding: 16px;
+ background: #fdfdfe;
+ border: 1px solid #f2f4f7;
+ border-radius: 8px;
+ font-size: 14.5px;
+ font-weight: 600;
+ color: #4949a2;
+ text-align: center;
+ transition: all 0.2s ease;
+
+ &:hover {
+ background: #fff;
+ border-color: rgba(73, 73, 162, 0.2);
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
+ }
+ }
+ }
+
+ .numbers-wrapper h4 {
+ color: $color-text-dark;
+ font-size: $ac-size-6;
+ font-weight: 700;
+ margin-bottom: 20px;
+ }
+
+ .stats-grid {
+ display: grid;
+ grid-template-columns: repeat(3, 1fr);
+ gap: 16px;
+
+ @include touch {
+ grid-template-columns: 1fr;
+ }
+
+ .stat-item {
+ @include flex-center;
+ flex-direction: column;
+ padding: 24px 12px;
+ background: #fff;
+ border: 1px solid #f0f2f5;
+ border-radius: 8px;
+ text-align: center;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
+
+ .stat-value {
+ color: #4949a2;
+ font-size: 24px;
+ font-weight: 800;
+ line-height: 1;
+ margin-bottom: 8px;
+ }
+
+ .stat-label {
+ color: $color-text-muted;
+ font-size: $font-size-tiny;
+ font-weight: 700;
+ text-transform: uppercase;
+ letter-spacing: 0.8px;
+ }
+ }
+ }
+ }
+
+ // In-card CTA banner
+ .cta-banner {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 32px;
+ border-radius: 12px;
+ background: #f8f9ff;
+ border: 1px solid #eef0fd;
+
+ @include touch {
+ flex-direction: column;
+ gap: 24px;
+ text-align: center;
+ }
+
+ .cta-banner-text {
+ h4 {
+ color: $color-text-dark;
+ font-size: $ac-size-6;
+ font-weight: 700;
+ margin-bottom: 6px;
+ }
+
+ p {
+ color: #4b5563;
+ font-size: $font-size-normal;
+ }
+ }
+
+ .cta-buttons {
+ display: flex;
+ gap: 12px;
+
+ @include touch {
+ flex-direction: column;
+ width: 100%;
+
+ .ac-button {
+ width: 100%;
+ }
+ }
+
+ .ac-button {
+ height: 44px;
+ font-size: $font-size-semi-normal;
+ }
+ }
+ }
+}
+
+
+// =============================================================================
+// Small CTA Container (Enterprise Support)
+// =============================================================================
+
+.cta-container {
+ padding: 48px;
+ border-radius: 14px;
+ border: 1px solid $hp-primary-border;
+ background-color: hsla(240, 33%, 99%, 1);
+
+ @include desktop-only {
+ padding: 32px;
+ }
+
+ @include touch {
+ padding: 32px 20px;
+ }
+
+ h3 {
+ color: $color-heading-deep;
+ text-align: center;
+ font-size: $ac-size-2;
+ font-weight: 900;
+ line-height: 40px;
+ letter-spacing: -0.9px;
+ margin-bottom: 16px;
+
+ @include desktop-only {
+ font-size: 28px;
+ margin-bottom: 8px;
+ }
+
+ @include touch {
+ font-size: $ac-size-3;
+ line-height: 1.2;
+ }
+ }
+
+ p {
+ color: $color-text-slate;
+ text-align: center;
+ font-size: $ac-size-5;
+ font-weight: 500;
+ line-height: 28px;
+ margin-bottom: 32px;
+ text-wrap: balance;
+
+ @include touch {
+ font-size: $ac-size-6;
+ }
+ }
+
+ .ac-button {
+ @include touch {
+ width: 100%;
+ }
+ }
+}
+
+
+// =============================================================================
+// Our Services Section
+// =============================================================================
+
+.services-section {
+ position: relative;
+ z-index: 1;
+
+ // Decorative elements
+ .services-bg-glow {
+ position: absolute;
+ top: 50px;
+ right: 0;
+ width: 600px;
+ height: 600px;
+ background: radial-gradient(circle at top right, rgba(0, 165, 80, 0.08) 0%, transparent 60%);
+ pointer-events: none;
+ z-index: -1;
+
+ @include mobile {
+ display: none;
+ }
+ }
+
+ .service-shape-1 {
+ position: absolute;
+ top: -20px;
+ left: 20px;
+ width: 80px;
+ height: 80px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.2);
+ transform: rotate(-12deg);
+ pointer-events: none;
+ z-index: -1;
+
+ @include touch {
+ display: none;
+ }
+ }
+}
+
+.services-wrapper {
+ display: flex;
+ border-radius: 14px;
+ border: 1px solid $color-border-light;
+ background: #fff;
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
+
+ @include touch {
+ flex-direction: column;
+ }
+
+ // Left sidebar navigation
+ .services-sidebar {
+ width: 288px;
+ min-width: 288px;
+ padding: 20px 16px;
+ background-color: $color-bg-light-surface;
+ border-right: 1px solid $color-border-light;
+ border-radius: 14px 0 0 14px;
+
+ @include desktop-only {
+ width: 268px;
+ min-width: 268px;
+ }
+
+ @include touch {
+ width: 100%;
+ min-width: 100%;
+ border-right: none;
+ border-bottom: 1px solid $color-border-light;
+ border-radius: 14px 14px 0 0;
+ padding: 12px;
+ }
+
+ p {
+ color: $color-text-muted;
+ font-size: $font-size-tiny;
+ font-weight: 600;
+ line-height: 16px;
+ letter-spacing: 0.8px;
+ text-transform: uppercase;
+ padding: 0 4px;
+ }
+
+ ul.services-nav {
+ display: flex;
+ flex-direction: column;
+ gap: 2px;
+
+ @include touch {
+ flex-direction: row;
+ overflow-x: auto;
+ padding-bottom: 8px;
+
+ &::-webkit-scrollbar {
+ height: 0;
+ }
+ }
+
+ li {
+ display: inline-flex;
+ align-items: center;
+ gap: 10px;
+ padding: 10px 12px;
+ border-radius: 8px;
+ cursor: pointer;
+ border-left: 3px solid transparent;
+ transition: all 0.15s ease;
+
+ @include touch {
+ border-left: none;
+ border-bottom: 3px solid transparent;
+ flex-shrink: 0;
+ white-space: nowrap;
+ }
+
+ &.is-active,
+ &:hover {
+ border-left: 3px solid #00a550;
+ background: #fff;
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px -1px rgba(0, 0, 0, 0.08);
+
+ @include touch {
+ border-left: none;
+ border-bottom: 3px solid #00a550;
+ }
+
+ .svc-icon {
+ background: $hp-primary-bg;
+ color: $ac-primary;
+ }
+
+ span:last-child {
+ color: $color-text-dark;
+ }
+ }
+
+ span:last-child {
+ color: $color-text-medium;
+ font-size: $font-size-normal;
+ font-weight: 500;
+ line-height: 20px;
+ }
+
+ .svc-icon {
+ display: flex;
+ width: 30px;
+ height: 30px;
+ min-width: 30px;
+ justify-content: center;
+ align-items: center;
+ border-radius: 8px;
+ background: $color-border-light;
+ color: $color-text-muted;
+ transition: all 0.15s ease;
+
+ iconify-icon {
+ display: block;
+ }
+ }
+ }
+ }
+ }
+
+ // Right content area
+ .services-content-wrapper {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ }
+
+ .services-content {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+
+ &.is-active {
+ display: flex !important;
+ animation: fadeIn 0.3s ease-in-out;
+ }
+
+ &.is-hidden {
+ display: none !important;
+ }
+
+ .content-header {
+ padding: 32px 40px;
+ background-color: $color-hp-success-glow;
+ border-radius: 0 14px 0 0;
+ position: relative;
+ overflow: hidden;
+ z-index: 1;
+
+ @include touch {
+ padding: 24px;
+ border-radius: 0;
+ }
+
+ .service-shape-2 {
+ position: absolute;
+ top: -10px;
+ right: 40px;
+ width: 100px;
+ height: 100px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.15);
+ transform: rotate(15deg);
+ pointer-events: none;
+ z-index: -1;
+ }
+
+ .header-icon-wrapper {
+ position: relative;
+ display: inline-flex;
+ flex-shrink: 0;
+ }
+
+ .is-gap-16 {
+ @include touch {
+ flex-direction: column;
+ text-align: center;
+ }
+ }
+
+ .header-icon {
+ @include flex-center;
+ width: 64px;
+ height: 64px;
+ border-radius: 16px;
+ border: 2px solid #f3f4f6;
+ background: #fff;
+ color: $ac-primary;
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.08);
+
+ iconify-icon {
+ display: block;
+ }
+ }
+
+ .header-icon-badge {
+ @include flex-center;
+ position: absolute;
+ bottom: -4px;
+ right: -4px;
+ width: 22px;
+ height: 22px;
+ border-radius: 50%;
+ background: #fff;
+ color: $ac-primary;
+ border: 1.5px solid #fff;
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
+ }
+
+ h3 {
+ color: $color-heading-deep;
+ font-size: 24px;
+ font-weight: 700;
+ line-height: 28px;
+ letter-spacing: -0.75px;
+ }
+
+ p {
+ color: $color-text-slate;
+ font-size: $ac-size-6;
+ font-weight: 500;
+ line-height: 26px;
+ }
+ }
+ }
+
+ .service-content-body {
+ padding: 28px 32px;
+ flex: 1;
+
+ @include touch {
+ padding: 20px;
+ }
+
+ h4 {
+ @include text-16-700-24;
+ color: $color-heading-deep;
+ position: relative;
+ padding-left: 12px;
+ margin-bottom: 16px;
+
+ &::before {
+ content: "";
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 4px;
+ height: 100%;
+ background-color: $ac-primary;
+ border-radius: 10px;
+ }
+ }
+
+ .columns .column.is-6 {
+ @include touch {
+ width: 100%;
+ }
+ }
+
+ .single-offering {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+ padding: 24px;
+ height: 100%;
+ border-radius: 12px;
+ border: 1.5px solid $color-border-light;
+ background: $color-surface-subtle;
+ transition: all 0.2s ease;
+ text-decoration: none !important;
+
+ &:hover {
+ border-color: $ac-primary;
+ background: $hp-primary-bg;
+ box-shadow: 0 4px 20px rgba(0, 165, 80, 0.08);
+ transform: translateY(-2px);
+ }
+
+ .offering-check {
+ color: $ac-primary;
+ display: flex;
+ line-height: 1;
+ }
+
+ h3 {
+ color: $color-heading-deep;
+ font-size: $font-size-normal;
+ font-weight: 700;
+ line-height: 24px;
+ }
+
+ p {
+ color: $color-text-medium;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 22px;
+ flex: 1;
+ margin-bottom: 8px;
+ }
+
+ // Learn more indicator
+ .has-text-success {
+ color: $ac-primary !important;
+ font-size: $font-size-tiny;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ }
+ }
+
+ .service-cta-bar {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 16px;
+ margin-top: 24px;
+ padding: 18px 20px;
+ border-radius: 10px;
+ border: 1px solid $color-border-light;
+ background: #fff;
+
+
+
+ @include touch {
+ flex-direction: column;
+ text-align: center;
+ }
+
+ p:first-child {
+ color: $color-text-dark;
+ font-size: $font-size-normal;
+ font-weight: 600;
+ }
+
+ p:last-child {
+ color: #6b7280;
+ font-size: $font-size-extra-small;
+ margin-top: 2px;
+ }
+
+ .buttons {
+ flex-shrink: 0;
+ margin-bottom: 0;
+ gap: 8px;
+
+
+ @include touch {
+ flex-direction: column;
+ align-items: end;
+ }
+
+ @include touch {
+ width: 100%;
+
+ .ac-button {
+ width: 100%;
+ }
+ }
+ }
+
+ .service-cta-outline-btn {
+ border: 1.5px solid #d1d5db;
+ color: #374151;
+ background: #fff;
+
+ &:hover {
+ border-color: #9ca3af;
+ }
+ }
+ }
+ }
+}
+
+// Services section stats row
+.simple-stats-wrapper {
+ margin-top: 48px;
+
+ .column {
+ @include touch {
+ margin-bottom: 16px;
+ }
+ }
+
+ .stat-card {
+ padding: 24px;
+ border-radius: 14px;
+ border: 1px solid $color-border-light;
+ background: #fff;
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
+ }
+
+ .icon-box {
+ @include icon-box(48px, 14px);
+ margin: 0 auto 8px;
+
+ &.stat-icon-neutral {
+ background: #f3f4f6;
+ color: $color-text-muted;
+ }
+ }
+
+ .strong {
+ color: $color-heading-deep;
+ text-align: center;
+ @include text-30-700-36;
+ }
+
+ .subtext {
+ color: $color-text-medium;
+ text-align: center;
+ font-size: $font-size-normal;
+ font-weight: 400;
+ line-height: 20px;
+ }
+}
+
+
+// =============================================================================
+// Final CTA Section
+// =============================================================================
+
+.headline-accent {
+ color: $ac-primary;
+ position: relative;
+ display: inline-block;
+ padding-bottom: 10px;
+
+ &::after {
+ content: "";
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 10px;
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 12' preserveAspectRatio='none'%3E%3Cpath d='M0,8 Q50,2 100,7 Q150,12 200,6 Q250,0 300,6 Q350,12 400,5' stroke='%2300A550' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+}
+
+.dot-pulse {
+ display: inline-block;
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ background-color: $ac-primary;
+ flex-shrink: 0;
+}
+
+.final-cta-section {
+ position: relative;
+ overflow: hidden;
+ padding: 100px 0;
+ background:
+ radial-gradient(ellipse 60% 60% at 0% 0%, rgba(0, 165, 80, 0.1) 0%, transparent 100%),
+ radial-gradient(ellipse 50% 50% at 100% 100%, rgba(0, 165, 80, 0.07) 0%, transparent 100%),
+ #fff;
+
+
+ @include desktop-only {
+ padding: 50px 0;
+ }
+
+ @include touch {
+ padding: 60px 0;
+ }
+
+ .cta-shape-rect-top {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+ width: 130px;
+ height: 90px;
+ border-radius: 18px;
+ border: 2px solid rgba(0, 165, 80, 0.18);
+ background: transparent;
+ pointer-events: none;
+
+ @include mobile {
+ display: none;
+ }
+ }
+
+ .cta-shape-circle-bottom {
+ position: absolute;
+ bottom: -48px;
+ left: -48px;
+ width: 130px;
+ height: 130px;
+ border-radius: 50%;
+ border: 2px solid rgba(0, 165, 80, 0.14);
+ background: transparent;
+ pointer-events: none;
+ }
+
+ .cta-bg-glow-left {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 40%;
+ height: 100%;
+ background: radial-gradient(ellipse at top left, rgba(0, 165, 80, 0.07) 0%, transparent 65%);
+ pointer-events: none;
+ }
+
+ .cta-bg-glow-right {
+ display: none;
+ }
+
+ .final-cta-container {
+ position: relative;
+ z-index: 1;
+ }
+
+ .section-title {
+ margin-bottom: 0;
+
+ .tag.section-tag iconify-icon {
+ margin-right: 6px;
+ }
+
+ h2.title {
+ @include text-48-900-54;
+ margin-bottom: 20px;
+ line-height: 1.15;
+
+ @include touch {
+ font-size: 32px !important;
+ }
+ }
+
+ p.subtitle {
+ max-width: 580px;
+ margin: 16px auto 0;
+ }
+ }
+
+ .cta-benefits {
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: center;
+ gap: 56px;
+ margin-top: 52px;
+ margin-bottom: 52px;
+
+ @include touch {
+ gap: 32px;
+ }
+
+ @include mobile {
+ gap: 16px;
+ }
+
+ .benefit-item {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ gap: 12px;
+
+ .feature-icon-box {
+ @include icon-box(64px, 16px);
+ box-shadow: 0 2px 12px rgba(0, 165, 80, 0.08);
+ }
+
+ .subtext {
+ color: $color-heading-deep;
+ text-align: center;
+ @include text-14-700-20;
+ }
+ }
+ }
+
+ .buttons.is-centered {
+ gap: 12px;
+ margin-bottom: 32px !important;
+
+ @include touch {
+ flex-direction: column;
+
+ .ac-button {
+ width: 100%;
+ margin-right: 0 !important;
+ }
+ }
+ }
+
+ .cta-social-proof {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 8px;
+ }
+}
+
+
+// =============================================================================
+// Product-Specific Color Theming — Our Products Section
+// =============================================================================
+
+$prod-theme-colors: (
+ "kubedb": $kubedb-primary,
+ // #4d4dcb — from _themes.scss
+ "kubestash": $stash-primary,
+ // #5e2dea — from _themes.scss
+ "voyager": $voyager-primary,
+ // #2d2a78 — from _themes.scss
+ "kubevault": $kubevault-primary,
+ // #326ce5 — from _themes.scss
+ "ace-platform": #00a651 // matches :root --ac-primary in _themes.scss
+);
+
+@each $key, $color in $prod-theme-colors {
+ li.prod-nav-btn.is-prod-#{$key}.is-active a {
+ color: $color !important;
+ border-bottom-color: $color !important;
+ }
+
+ .product-card.is-prod-#{$key} {
+ .product-header {
+ background: rgba($color, 0.04);
+
+ &::after {
+ background: linear-gradient(135deg, transparent 50%, rgba($color, 0.07) 100%);
+ }
+ }
+
+ .key-features {
+ h4 .icon {
+ background: rgba($color, 0.1);
+ color: $color;
+ }
+
+ .features-grid .feature-item .feature-icon {
+ color: $color;
+ opacity: 1;
+ }
+ }
+
+ .use-case-numbers-wrapper {
+ .use-cases-grid .use-case-item {
+ color: $color;
+ background: rgba($color, 0.03);
+ border-color: rgba($color, 0.12);
+
+ &:hover {
+ background: #fff;
+ border-color: rgba($color, 0.3);
+ box-shadow: 0 4px 12px rgba($color, 0.1);
+ }
+ }
+
+ .stats-grid .stat-item .stat-value {
+ color: $color;
+ }
+ }
+
+ .ac-button.is-primary {
+ background: $color !important;
+ box-shadow: 0 4px 12px rgba($color, 0.25) !important;
+
+ &:hover {
+ background: darken($color, 8%) !important;
+ box-shadow: 0 6px 16px rgba($color, 0.35) !important;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/static/assets/sass/pages/_homepage.scss b/static/assets/sass/pages/_homepage.scss
index 3f9264237e..cb1444a2f2 100644
--- a/static/assets/sass/pages/_homepage.scss
+++ b/static/assets/sass/pages/_homepage.scss
@@ -240,7 +240,7 @@
font-weight: 600;
font-size: 14px;
line-height: 160%;
- letter-spacing: 1.25px;
+ letter-spacing: 0;
color: $ac-primary;
text-decoration: underline;
diff --git a/static/files/products/appscode/aws-selfhost/iam-credential-manager-permissions.json b/static/files/products/appscode/aws-selfhost/iam-credential-manager-permissions.json
index bf5f7e6688..157811dd4a 100644
--- a/static/files/products/appscode/aws-selfhost/iam-credential-manager-permissions.json
+++ b/static/files/products/appscode/aws-selfhost/iam-credential-manager-permissions.json
@@ -3,7 +3,17 @@
"Statement": [
{
"Effect": "Allow",
- "Action": ["iam:GetRole", "iam:UpdateAssumeRolePolicy", "iam:ListRoles"],
+ "Action": [
+ "iam:GetRole",
+ "iam:UpdateAssumeRolePolicy",
+ "iam:ListRoles",
+ "iam:CreateRole",
+ "iam:DeleteRole",
+ "iam:PutRolePolicy",
+ "iam:ListAttachedRolePolicies",
+ "iam:GetRolePolicy",
+ "iam:AttachRolePolicy"
+ ],
"Resource": "*"
}
]