diff --git a/.storybook/main.js b/.storybook/main.js
index 5a2cde21a..e912cde72 100644
--- a/.storybook/main.js
+++ b/.storybook/main.js
@@ -1,11 +1,10 @@
const path = require("path");
-
module.exports = {
- core: {
- builder: "webpack5"
- },
staticDirs: ['../stories/assets'],
- stories: ["../stories/**/*.stories.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"],
+ stories: [
+ "../stories/**/*.stories.mdx",
+ "../stories/**/*.stories.@(js|jsx|ts|tsx)"
+ ],
addons: [
"@storybook/addon-links",
"@storybook/addon-actions",
@@ -13,11 +12,13 @@ module.exports = {
"@storybook/addon-essentials",
"@whitespace/storybook-addon-html",
"storybook-addon-rtl",
- "@storybook/addon-a11y",
+ "@storybook/addon-a11y"
],
features: {
storyStoreV7: true,
- babelModeV7: true,
+ buildStoriesJson: true,
+ legacyMdx1: true,
+ babelModeV7: true
},
webpackFinal: async config => {
// remove hash from the static file names
@@ -32,7 +33,7 @@ module.exports = {
// });
config.resolve.alias = {
...config.resolve.alias,
- icons: path.resolve(__dirname, "../stories/assets/icons"),
+ icons: path.resolve(__dirname, "../stories/assets/icons")
};
// add SCSS support for CSS Modules
config.module.rules.push({
@@ -43,9 +44,15 @@ module.exports = {
});
return config;
},
- framework: "@storybook/react",
- env: (config) => ({
+ framework: {
+ name: "@storybook/react-webpack5",
+ options: {}
+ },
+ env: config => ({
...config,
- CHROMATIC_VIEWPORTS: [375, 768, 1380, 1920],
+ CHROMATIC_VIEWPORTS: [375, 768, 1380, 1920]
}),
-};
+ docs: {
+ autodocs: true
+ }
+};
\ No newline at end of file
diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html
index 64d063c05..d28ff9de6 100644
--- a/.storybook/manager-head.html
+++ b/.storybook/manager-head.html
@@ -1 +1,2 @@
-
+
+
\ No newline at end of file
diff --git a/.storybook/preview.js b/.storybook/preview.js
index 28085dd95..21c90d660 100644
--- a/.storybook/preview.js
+++ b/.storybook/preview.js
@@ -1,11 +1,10 @@
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
import { initializeRTL } from 'storybook-addon-rtl';
-// import { anysort } from 'anysort'
-// import { addParameters } from '@storybook/react'
import renderToHTML from './renderToHTML'
// include base styling globally
import '!style-loader!css-loader!sass-loader!../stories/assets/scss/base-minimal.scss';
+import '!style-loader!css-loader!sass-loader!../docs/css/components/documentation.min.css';
// initialise RTL
initializeRTL();
@@ -30,7 +29,9 @@ export const parameters = {
viewports: INITIAL_VIEWPORTS,
},
docs: {
- transformSource: (src, storyContext) => renderToHTML(storyContext.storyFn),
+ source: {
+ transform: (src, storyContext) => renderToHTML(storyContext.storyFn),
+ }
},
options: {
storySort: {
@@ -49,11 +50,12 @@ export const parameters = {
// Note: Languages added to items array need to be added to the getLangCode() function below.
export const globalTypes = {
locale: {
- name: 'Locale',
+ title: 'Locale',
description: 'locale',
defaultValue: 'en',
toolbar: {
icon: 'globe',
+ title: 'Locale',
items: [
{ value: 'english', title: 'English', right: 'Default' },
{ value: 'arabic', title: 'Arabic' },
@@ -63,7 +65,7 @@ export const globalTypes = {
},
},
accent: {
- name: 'Accent color',
+ title: 'Accent color',
description: 'Define the accent color.',
defaultValue: '',
toolbar: {
diff --git a/docs/css/base-minimal-no-grid.min.css b/docs/css/base-minimal-no-grid.min.css
index 54f8568fc..ec56f0459 100644
--- a/docs/css/base-minimal-no-grid.min.css
+++ b/docs/css/base-minimal-no-grid.min.css
@@ -1 +1 @@
-html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(../fonts/proximanova-regular-webfont.woff2) format("woff2"),url(../fonts/proximanova-regular-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(../fonts/proximanova-regularit-webfont.woff2) format("woff2"),url(../fonts/proximanova-regularit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"),url(../fonts/proximanova-semibold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(../fonts/proximanova-semiboldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-semiboldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(../fonts/proximanova-bold-webfont.woff2) format("woff2"),url(../fonts/proximanova-bold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(../fonts/proximanova-boldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-boldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800;src:url(../fonts/soehne-breit-web-fett.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800;src:url(../fonts/soehne-breit-web-fett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:NotoSans;font-weight:300;src:url(../fonts/NotoSansMyanmar-Light.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Light.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:400;src:url(../fonts/NotoSansMyanmar-Regular.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:500;src:url(../fonts/NotoSansMyanmar-Medium.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:600;src:url(../fonts/NotoSansMyanmar-SemiBold.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:100;src:url(../fonts/UNBangla-Thin.woff2) format("woff2"),url(../fonts/UNBangla-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100;src:url(../fonts/UNBangla-ThinItalic.woff2) format("woff2"),url(../fonts/UNBangla-ThinItalic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:400;src:url(../fonts/UNBangla-Regular.woff2) format("woff2"),url(../fonts/UNBangla-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(../fonts/UNBangla-Italic.woff2) format("woff2"),url(../fonts/UNBangla-Italic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:700;src:url(../fonts/UNBangla-Bold.woff2) format("woff2"),url(../fonts/UNBangla-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:700;src:url(../fonts/UNBangla-BoldItalic.woff2) format("woff2"),url(../fonts/UNBangla-BoldItalic.woff) format("woff")}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#000;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4}@media(min-width:48em){body{font-size:1.25rem}}button{font-family:ProximaNova,sans-serif}caption,h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;padding:0}@media(min-width:48em){caption,h1,h2,h3,h4,h5,h6{margin-bottom:1rem}}h1{font-family:SohneBreit,ProximaNova,sans-serif;font-size:2.938rem;letter-spacing:.06rem;line-height:1.08;text-transform:uppercase}@media(min-width:48em){h1{font-size:5.125rem}}@media(min-width:64em){h1{font-size:6.25rem}}h2{font-size:2.5rem;font-weight:700;line-height:1.1}@media(min-width:48em){h2{font-size:2.813rem}}@media(min-width:64em){h2{font-size:3.438rem}}h3{font-size:1.875rem;font-weight:600;line-height:1.15}@media(min-width:48em){h3{font-size:2.188rem}}h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){h4{font-size:2.188rem}}h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){h5{font-size:1.563rem}}h6{font-size:1rem;font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p{margin-top:0}ol,ul{margin:0;padding-left:1.125rem}@media(min-width:48em){ol,ul{padding-left:1.313rem}}ol li,ul li{margin-bottom:1rem;padding-left:.875rem}@media(min-width:48em){ol li,ul li{margin-bottom:1.5rem;padding-left:.75rem}}ul li::marker{font-size:1.125rem}@media(min-width:48em){ul li::marker{font-size:1.313rem}}ol li{margin-bottom:1.063rem}dl{font-size:.875rem;line-height:1.37;margin:0}@media(min-width:48em){dl{font-size:1.25rem}}dt{margin-bottom:.5rem}dd{margin-bottom:1rem;margin-inline-start:2.5rem}@media(min-width:48em){dd{margin-bottom:1.5rem;margin-inline-start:3rem}}hr{border:1px solid #000}@keyframes lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a{color:#000;text-decoration:none}:lang(my) body,:lang(my) button{font-family:NotoSans,sans-serif;line-height:1.7}:lang(my) h1,:lang(my) h2,:lang(my) h3,:lang(my) h4,:lang(my) h5,:lang(my) h6{line-height:1.7}:lang(my) h1{font-family:NotoSans,sans-serif;font-size:2.625rem}@media(min-width:48em){:lang(my) h1{font-size:3.875rem}}@media(min-width:64em){:lang(my) h1{font-size:5rem}}:lang(my) h2{font-size:2rem}@media(min-width:48em){:lang(my) h2{font-size:2.188rem}}@media(min-width:64em){:lang(my) h2{font-size:2.813rem}}:lang(my) h4{font-size:1.3rem}@media(min-width:48em){:lang(my) h4{font-size:1.8rem}}:lang(my) h5{font-size:1.25rem}@media(min-width:48em){:lang(my) h5{font-size:1.375rem}}:lang(my) p{font-size:.875rem;line-height:1.7}@media(min-width:48em){:lang(my) p{font-size:1rem}}:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:.875rem;line-height:1.9}@media(min-width:48em){:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:1.125rem}}:lang(my) .sbdocs .sbdocs-content,:lang(my) .sbdocs h1,:lang(my) .sbdocs h2,:lang(my) .sbdocs h3,:lang(my) .sbdocs h4,:lang(my) .sbdocs h5,:lang(my) .sbdocs h6,:lang(my) .sbdocs p{font-family:NotoSans,sans-serif}:lang(my) .sbdocs .sbdocs-h1{font-size:2rem}[dir=rtl] ol,[dir=rtl] ul{padding-left:0;padding-right:1.125rem}@media(min-width:48em){[dir=rtl] ol,[dir=rtl] ul{padding-right:1.313rem}}[dir=rtl] ol li,[dir=rtl] ul li{padding-left:0;padding-right:.875rem}@media(min-width:48em){[dir=rtl] ol li,[dir=rtl] ul li{padding-right:.75rem}}:lang(be) h1,:lang(bg) h1,:lang(kk) h1,:lang(ky) h1,:lang(mk) h1,:lang(mn) h1,:lang(ru) h1,:lang(sr) h1,:lang(uk) h1{font-family:ProximaNova,sans-serif}:lang(bn) body,:lang(bn) h1{font-family:UNBangla,sans-serif}.color-white{color:#fff}.color-black{color:#000}.show-large{display:none}@media(min-width:48em){.show-large{display:block}}.show-small{display:block}@media(min-width:48em){.show-small{display:none}}.height-full{height:100%}.overlay-grey:before{background:rgba(0,0,0,.2)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.scale-up.inviewport{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:scale(1)}.expand-to-size{max-width:calc(100% - 1.5rem)}@media(min-width:48em){.expand-to-size{max-width:calc(100% - 3rem)}}.overflow-hidden{overflow:hidden}.background-yellow{background-color:#ffe17e}.background-red{background-color:#ffbcb7}.background-green{background-color:#b8ecb6}.background-blue{background-color:#b5d5f5}.background-gray{background-color:#fafafa}.background-white{background-color:#fff}.accent-yellow .card-thumbnail__image:hover:before,.yellow .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .bio-card:hover .card-thumbnail__image:before,.yellow .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-yellow .author__img:hover:before,.yellow .author__img:hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow .publication-thumbnail__image:hover:after,.yellow .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .download-card:hover .card-thumbnail__image:before,.accent-yellow .download-card:hover .publication-thumbnail__image:after,.accent-yellow .publication-card:hover .publication-thumbnail__image:after,.yellow .download-card:hover .card-thumbnail__image:before,.yellow .download-card:hover .publication-thumbnail__image:after,.yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .stats-panel:hover:after,.yellow .stats-panel:hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow .stats-panel:hover .stats-card,.yellow .stats-panel:hover .stats-card{background-color:transparent}.accent-yellow .wide-card__image a:hover:before,.yellow .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .feature__card-slide:before,.yellow .feature__card-slide:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-yellow .content-card .image:before,.yellow .content-card .image:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .image-reveal-card:hover .image:before,.yellow .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-red .card-thumbnail__image:hover:before,.red .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .bio-card:hover .card-thumbnail__image:before,.red .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-red .author__img:hover:before,.red .author__img:hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red .publication-thumbnail__image:hover:after,.red .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .download-card:hover .card-thumbnail__image:before,.accent-red .download-card:hover .publication-thumbnail__image:after,.accent-red .publication-card:hover .publication-thumbnail__image:after,.red .download-card:hover .card-thumbnail__image:before,.red .download-card:hover .publication-thumbnail__image:after,.red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .stats-panel:hover:after,.red .stats-panel:hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red .stats-panel:hover .stats-card,.red .stats-panel:hover .stats-card{background-color:transparent}.accent-red .wide-card__image a:hover:before,.red .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .feature__card-slide:before,.red .feature__card-slide:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-red .content-card .image:before,.red .content-card .image:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .image-reveal-card:hover .image:before,.red .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-green .card-thumbnail__image:hover:before,.green .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .bio-card:hover .card-thumbnail__image:before,.green .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-green .author__img:hover:before,.green .author__img:hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green .publication-thumbnail__image:hover:after,.green .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .download-card:hover .card-thumbnail__image:before,.accent-green .download-card:hover .publication-thumbnail__image:after,.accent-green .publication-card:hover .publication-thumbnail__image:after,.green .download-card:hover .card-thumbnail__image:before,.green .download-card:hover .publication-thumbnail__image:after,.green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .stats-panel:hover:after,.green .stats-panel:hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green .stats-panel:hover .stats-card,.green .stats-panel:hover .stats-card{background-color:transparent}.accent-green .wide-card__image a:hover:before,.green .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .feature__card-slide:before,.green .feature__card-slide:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-green .content-card .image:before,.green .content-card .image:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .image-reveal-card:hover .image:before,.green .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-blue .card-thumbnail__image:hover:before,.blue .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .bio-card:hover .card-thumbnail__image:before,.blue .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}.accent-blue .author__img:hover:before,.blue .author__img:hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue .publication-thumbnail__image:hover:after,.blue .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .download-card:hover .card-thumbnail__image:before,.accent-blue .download-card:hover .publication-thumbnail__image:after,.accent-blue .publication-card:hover .publication-thumbnail__image:after,.blue .download-card:hover .card-thumbnail__image:before,.blue .download-card:hover .publication-thumbnail__image:after,.blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .stats-panel:hover:after,.blue .stats-panel:hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue .stats-panel:hover .stats-card,.blue .stats-panel:hover .stats-card{background-color:transparent}.accent-blue .wide-card__image a:hover:before,.blue .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .feature__card-slide:before,.blue .feature__card-slide:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-blue .content-card .image:before,.blue .content-card .image:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .image-reveal-card:hover .image:before,.blue .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before,[dir=rtl] .yellow .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%)}[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 70.49%);opacity:.75}[dir=rtl] .accent-yellow .wide-card__image a:hover:before,[dir=rtl] .yellow .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}[dir=rtl] .accent-yellow .feature__card-slide:before,[dir=rtl] .yellow .feature__card-slide:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 67.25%)}[dir=rtl] .accent-red .card-thumbnail__image:hover:before,[dir=rtl] .red .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%)}[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before,[dir=rtl] .red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .red .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 70.49%);opacity:.75}[dir=rtl] .accent-red .wide-card__image a:hover:before,[dir=rtl] .red .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}[dir=rtl] .accent-red .feature__card-slide:before,[dir=rtl] .red .feature__card-slide:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 67.25%)}[dir=rtl] .accent-green .card-thumbnail__image:hover:before,[dir=rtl] .green .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%)}[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before,[dir=rtl] .green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .green .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-green .wide-card__image a:hover:before,[dir=rtl] .green .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-green .feature__card-slide:before,[dir=rtl] .green .feature__card-slide:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 67.25%)}[dir=rtl] .accent-blue .card-thumbnail__image:hover:before,[dir=rtl] .blue .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%)}[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-blue .wide-card__image a:hover:before,[dir=rtl] .blue .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-blue .feature__card-slide:before,[dir=rtl] .blue .feature__card-slide:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 67.25%)}.accent-yellow .stats-card:hover,.yellow .stats-card:hover{background-color:#ffeb00}.accent-yellow .progress-bar,.yellow .progress-bar{background:#ffeb00}.accent-yellow .blockquote,.accent-yellow .content-card.card:hover,.yellow .blockquote,.yellow .content-card.card:hover{background-color:#ffeb00}.accent-yellow .content-card.card:hover .cta--space:after,.yellow .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-yellow .content-card.card-color:hover,.accent-yellow .content-card.card-emphasize:hover,.yellow .content-card.card-color:hover,.yellow .content-card.card-emphasize:hover{background-color:#ffeb00}.accent-yellow .feature__card-slide,.yellow .feature__card-slide{background:#ffeb00}.accent-red .stats-card:hover,.red .stats-card:hover{background-color:#ee402d}.accent-red .progress-bar,.red .progress-bar{background:#ee402d}.accent-red .blockquote,.accent-red .content-card.card:hover,.red .blockquote,.red .content-card.card:hover{background-color:#ee402d}.accent-red .content-card.card:hover .cta--space:after,.red .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-red .content-card.card-color:hover,.accent-red .content-card.card-emphasize:hover,.red .content-card.card-color:hover,.red .content-card.card-emphasize:hover{background-color:#ee402d}.accent-red .feature__card-slide,.red .feature__card-slide{background:#ee402d}.accent-green .stats-card:hover,.green .stats-card:hover{background-color:#6de354}.accent-green .progress-bar,.green .progress-bar{background:#6de354}.accent-green .blockquote,.accent-green .content-card.card:hover,.green .blockquote,.green .content-card.card:hover{background-color:#6de354}.accent-green .content-card.card:hover .cta--space:after,.green .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-green .content-card.card-color:hover,.accent-green .content-card.card-emphasize:hover,.green .content-card.card-color:hover,.green .content-card.card-emphasize:hover{background-color:#6de354}.accent-green .feature__card-slide,.green .feature__card-slide{background:#6de354}.accent-blue .stats-card:hover,.blue .stats-card:hover{background-color:#60d4f2}.accent-blue .progress-bar,.blue .progress-bar{background:#60d4f2}.accent-blue .blockquote,.accent-blue .content-card.card:hover,.blue .blockquote,.blue .content-card.card:hover{background-color:#60d4f2}.accent-blue .content-card.card:hover .cta--space:after,.blue .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-blue .content-card.card-color:hover,.accent-blue .content-card.card-emphasize:hover,.blue .content-card.card-color:hover,.blue .content-card.card-emphasize:hover{background-color:#60d4f2}.accent-blue .feature__card-slide,.blue .feature__card-slide{background:#60d4f2}.accent-yellow .content-card.card-emphasize,.yellow .content-card.card-emphasize{background-color:#ffe17e}.accent-red .content-card.card-emphasize,.red .content-card.card-emphasize{background-color:#ffbcb7}.accent-green .content-card.card-emphasize,.green .content-card.card-emphasize{background-color:#b8ecb6}.accent-blue .content-card.card-emphasize,.blue .content-card.card-emphasize{background-color:#a2daf3}abbr[title]{border-bottom:2px dashed #d12800;text-decoration:none}blockquote{font-size:1.625rem;font-weight:600;line-height:1.16;margin:0}@media(min-width:48em){blockquote{font-size:2.188rem;line-height:1.15}}blockquote a{font-size:inherit}:lang(my) blockquote{line-height:1.7}cite{display:block;font-style:inherit;font-weight:400;margin-top:1.125rem}code{background:#f7f7f7;padding:0 .25rem .25rem}mark{background:#ffe17e;font-size:.875rem;padding:.125rem}@media(min-width:48em){mark{font-size:1.25rem}}q{font-style:italic}div.card-thumbnail__image{display:inline-flex;position:relative}div.card-thumbnail__image:before{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.card-thumbnail__image:hover:before{opacity:.75}.accent-yellow div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.card-thumbnail__image:hover.yellow:before,div.card-thumbnail__image:hover.accent-yellow:before,div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-red:before,.accent-yellow div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-green:before,.accent-yellow div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-red:before,div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-yellow:before,.accent-red div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-red:before,.accent-red div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-green:before,.accent-red div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-blue:before,.accent-red div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-green:before,div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-yellow:before,.accent-green div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-red:before,.accent-green div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-green:before,.accent-green div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-blue:before,.accent-green div.card-thumbnail__image:hover.blue:before,div.card-thumbnail__image:hover.accent-blue:before,div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-red:before,.accent-blue div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-green:before,.accent-blue div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-blue:before,.accent-blue div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.yellow:before,[dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,[dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-red:before,[dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-green:before,[dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.blue:before,[dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,[dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}div.publication-thumbnail__image{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skewX(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image:after{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;z-index:1}div.publication-thumbnail__image:hover:after{opacity:.75}.accent-yellow div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.publication-thumbnail__image:hover.yellow:before,div.publication-thumbnail__image:hover.accent-yellow:after,div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red:after,div.publication-thumbnail__image:hover.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-red:before,.accent-red div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-green:before,.accent-red div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-blue:before,.accent-red div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green:after,div.publication-thumbnail__image:hover.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-red:before,.accent-green div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-green:before,.accent-green div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-blue:before,.accent-green div.publication-thumbnail__image:hover.blue:before,div.publication-thumbnail__image:hover.accent-blue:after,div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-red:before,.accent-blue div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-green:before,.accent-blue div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.yellow:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:after,[dir=rtl] div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-red:after,[dir=rtl] div.publication-thumbnail__image:hover.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-green:after,[dir=rtl] div.publication-thumbnail__image:hover.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.blue:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-blue:after,[dir=rtl] div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.color-wrapper{display:block}@media(min-width:48em){.color-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row{width:100%}@media(min-width:48em){.color__row{width:calc(50% - 10px)}}.color__row.full{width:100%}.color__row .color__title{color:#000;font-size:.813rem;min-height:28px}@media(min-width:48em){.color__row .color__title{font-size:1rem}}.color__row .color__define_wrapper{display:block}.Primary-text{color:#000;font-size:.75rem;margin-top:-1.538rem;text-align:center}@media(min-width:48em){.Primary-text{margin-top:-1.55rem}}.Primary-text .polygon img{display:block;margin:0 auto;width:10px}.color__define{display:flex;margin-bottom:1.25rem}.color__define .color__name{flex-basis:0;flex-grow:1;margin:.5rem 0;text-align:center}@media(min-width:48em){.color__define .color__name{flex-basis:0;flex-grow:1}}.color__define .color__name .color__box{height:48px;margin-bottom:.625rem;width:100%}@media(min-width:48em){.color__define .color__name .color__box{height:70px;height:85px;width:100%}}.color__define .color__name .color__box.p-blue-100{background-color:#b5d5f5}.color__define .color__name .color__box.p-blue-200{background-color:#94c4f5}.color__define .color__name .color__box.p-blue-300{background-color:#6babeb}.color__define .color__name .color__box.p-blue-400{background-color:#4f95dd}.color__define .color__name .color__box.p-blue-500{background-color:#3288ce}.color__define .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define .color__name .color__box.p-blue-700{background-color:#1f5a95}.color__define .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define .color__name .color__box.p-gray-300{background-color:#edeff0}.color__define .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define .color__name .color__box.p-gray-500{background-color:#a9b1b7}.color__define .color__name .color__box.p-gray-600{background-color:#55606e}.color__define .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define .color__name .color__box.light-yellow{background-color:#ffe17e}.color__define .color__name .color__box.yellow{background-color:#ffeb00}.color__define .color__name .color__box.dark-yellow{background-color:#fbc412}.color__define .color__name .color__box.light-red{background-color:#ffbcb7}.color__define .color__name .color__box.red{background-color:#ee402d}.color__define .color__name .color__box.dark-red{background-color:#d12800}.color__define .color__name .color__box.light-green{background-color:#b8ecb6}.color__define .color__name .color__box.green{background-color:#6de354}.color__define .color__name .color__box.dark-green{background-color:#59ba47}.color__define .color__name .color__box.light-azure{background-color:#a2daf3}.color__define .color__name .color__box.azure{background-color:#60d4f2}.color__define .color__name .color__box.dark-azure{background-color:#00c1ff}.color__define .color__name .color__code{font-size:.563rem}@media(min-width:48em){.color__define .color__name .color__code{display:flex;font-size:.625rem}}.color__define_balance{display:flex;width:100%}.color__define_balance .color__name{margin:.5rem 0;text-align:center}.color__define_balance .color__name .color__box{height:100%;height:48px;margin-bottom:.625rem}@media(min-width:64em){.color__define_balance .color__name .color__box{height:70px}}@media(min-width:48em){.color__define_balance .color__name .color__box{height:85px;width:100%}}.color__define_balance .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define_balance .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define_balance .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define_balance .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define_balance .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define_balance .color__name .color__box.dark-red{background-color:#d12800}.color__define_balance .color__name .color__code{font-size:.625rem}.color__define_balance .color__name.bl-1{height:75px;width:45%}.color__define_balance .color__name.bl-2{height:75px;width:12%}.color__define_balance .color__name.bl-3{height:75px;width:15%}.color__define_balance .color__name.bl-4{height:75px;width:18%}.color__define_balance .color__name.bl-5{height:75px;width:8%}.color__define_balance .color__name.bl-6{height:75px;width:5%}.icon--bar{cursor:pointer}.chevron-right-animated{display:inline-block;max-width:6rem;width:100%}.external-link-animated{box-shadow:-2px 2px 0 0 #d12800,-4px 0 0 -2px #d12800,-3px 3px 0 -1px #d12800;box-sizing:border-box;cursor:pointer;display:inline-block;height:.75rem;margin-inline-start:-2px;position:relative;width:.75rem}.external-link-animated:before{background:#d12800;height:2px;inset-block-start:3.5px;inset-inline-end:0;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:.625rem}.external-link-animated:after{border-block-start:2px solid #d12800;border-inline-end:2px solid #d12800;height:.5rem;inset-block-start:0;inset-inline-end:0;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:translate(0,0);width:.5rem}.external-link-animated:hover:after{-webkit-transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-ms-transform:translate(5px,-5px);-o-transform:translate(5px,-5px);transition:translate(5px,-5px)}.external-link-animated:hover:before{-webkit-transform:rotate(-45deg) translate(7px);-moz-transform:rotate(-45deg) translate(7px);-ms-transform:rotate(-45deg) translate(7px);-o-transform:rotate(-45deg) translate(7px);transition:rotate(-45deg) translate(7px,0)}.download-animated{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated i{border:2px solid #d12800;border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated:after{border-block-end:2px solid #d12800;border-inline-start:2px solid #d12800;height:8px;inset-block-end:6px;inset-inline-start:7px;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:8px}.download-animated:before{background:#d12800;height:10px;inset-block-end:7px;inset-inline-start:10px;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transition:translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:2px}.download-animated:hover:after{-webkit-transform:rotate(-45deg) translate(7px,-7px);-moz-transform:rotate(-45deg) translate(7px,-7px);-ms-transform:rotate(-45deg) translate(7px,-7px);-o-transform:rotate(-45deg) translate(7px,-7px);transition:rotate(-45deg) translate(7px,-7px)}.download-animated:hover:before{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transition:translate(0,-10px)}[dir=rtl] .chevron-right-animated{-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] .chevron-right-animated:hover{-webkit-transform:translate(-10px) rotate(180deg);-moz-transform:translate(-10px) rotate(180deg);-ms-transform:translate(-10px) rotate(180deg);-o-transform:translate(-10px) rotate(180deg);transition:translate(-10px) rotate(180deg)}[dir=rtl] .external-link-animated,[dir=rtl] .external-link-animated:hover{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transition:rotate(270deg)}.icons-container{display:flex;flex-wrap:wrap}.icons-container>div>div{margin:0 auto}.icons-container p{font-size:14px;margin-top:10px}.icons-container>div{align-items:center;background:#edeff0;border:1px solid #d4d6d8;box-shadow:2px 2px 4px #edeff0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 1rem 2rem;padding:1rem .5rem;text-align:center;width:calc(100% - 2rem)}@media(min-width:48em){.icons-container>div{width:calc(25% - 2rem)}}div.author__img{border-radius:50%;height:80px;min-width:80px;overflow:hidden;position:relative;width:80px}div.author__img:before{border-radius:50%;opacity:0;overflow:hidden;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.author__img:hover:before{opacity:.75}div.author__img:hover.accent-yellow:before,div.author__img:hover.yellow:before,div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}div.author__img:hover.accent-red:before,div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}div.author__img:hover.accent-green:before,div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}div.author__img:hover.accent-blue:before,div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}div.author__img.large{height:180px;width:180px}div.author__img.large:before{height:180px}.accent-yellow div.author__img:hover.accent-yellow:before,.accent-yellow div.author__img:hover.yellow:before,.accent-yellow div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-yellow div.author__img:hover.accent-red:before,.accent-yellow div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-yellow div.author__img:hover.accent-green:before,.accent-yellow div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-yellow div.author__img:hover.accent-blue:before,.accent-yellow div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-red div.author__img:hover:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-yellow:before,.accent-red div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-red div.author__img:hover.accent-red:before,.accent-red div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-green:before,.accent-red div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-red div.author__img:hover.accent-blue:before,.accent-red div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-green div.author__img:hover:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-green div.author__img:hover.accent-yellow:before,.accent-green div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-green div.author__img:hover.accent-red:before,.accent-green div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-green div.author__img:hover.accent-green:before,.accent-green div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover:before,.accent-green div.author__img:hover.accent-blue:before,.accent-green div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-blue div.author__img:hover.accent-yellow:before,.accent-blue div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-blue div.author__img:hover.accent-red:before,.accent-blue div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-blue div.author__img:hover.accent-green:before,.accent-blue div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover.accent-blue:before,.accent-blue div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}[dir=rtl] .author__img:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}img,picture{height:auto;max-width:100%}picture{display:block}figure{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}figure,figure img,figure>div{width:100%}figure figcaption{line-height:1.4;margin:1rem 1.5rem 2rem}@media(min-width:48em){figure figcaption{margin:2rem 0;max-width:64rem;width:100%}}figure.medium{flex-direction:column;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:64rem}@media(min-width:48em){figure.medium{margin:0 auto;width:100%}figure.medium>div{width:100%}figure.medium img{max-width:100%}figure.medium figcaption{line-height:1.4;width:100%}}figure.portrait{align-items:flex-end;flex-direction:column;flex-wrap:nowrap;margin-left:auto;margin-right:auto}@media(min-width:48em){figure.portrait{flex-direction:row}figure.portrait img{width:100%}figure.portrait>div,figure.portrait>img{width:50%}figure.portrait figcaption{display:block;margin:0 0 0 1.5rem;max-width:64rem;padding-bottom:0;width:50%}figure.portrait figcaption p{margin-bottom:1rem;padding:0}figure.portrait figcaption p+.credits{border-top:1px solid #a9b1b7;margin-left:0;padding:1rem 0 0}}figure.portrait .credits{border-left:0;border-right:0;margin-bottom:1rem}figure.portrait .author__caption{font-size:.875rem;line-height:1.5}.image-figcaption__cart img{display:block}@media(min-width:48em){[dir=rtl] figure.portrait figcaption{margin:0 1.5rem 0 0}[dir=rtl] figure.portrait .credits{border-right:0;margin-right:0;padding:1rem 0}}.credits{font-size:.875rem;line-height:1.4;margin-left:auto}@media(min-width:48em){.credits{font-size:1rem}}.grid_name{color:#000;font-size:1.375rem;margin-bottom:1rem;margin-top:1rem;min-height:28px}@media(max-width:47.9375em){.grid_name{font-size:1.625rem}}.grid_name span{font-size:.875rem}.grid_description{color:#000;margin-bottom:1.25rem}.grid--layout{background-color:#edeff0;height:3rem;margin-bottom:.5rem}.grid--layout:nth-child(odd){background-color:#f7f7f7}.grid--layout .column{font-size:.813rem;padding:.625rem}.spacing-wrapper .spacing__row .spacing__title.Primary{font-size:3.438rem;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:4rem;margin-top:.5rem}.spacing__define .spacing__name{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.spacing__define .spacing__name .spacing__label,.spacing__define .spacing__name .spacing__size{height:100px;width:100px}@media(min-width:48em){.spacing__define .spacing__name .spacing__size{margin:0 11rem}}.spacing__define .spacing__name .spacing-1,.spacing__define .spacing__name .spacing-10,.spacing__define .spacing__name .spacing-11,.spacing__define .spacing__name .spacing-12,.spacing__define .spacing__name .spacing-13,.spacing__define .spacing__name .spacing-2,.spacing__define .spacing__name .spacing-3,.spacing__define .spacing__name .spacing-4,.spacing__define .spacing__name .spacing-5,.spacing__define .spacing__name .spacing-6,.spacing__define .spacing__name .spacing-7,.spacing__define .spacing__name .spacing-8,.spacing__define .spacing__name .spacing-9{background-color:#006eb5}.spacing__define .spacing__name .spacing-1{height:2px;width:2px}.spacing__define .spacing__name .spacing-2{height:4px;width:4px}.spacing__define .spacing__name .spacing-3{height:8px;width:8px}.spacing__define .spacing__name .spacing-4{height:12px;width:12px}.spacing__define .spacing__name .spacing-5{height:16px;width:16px}.spacing__define .spacing__name .spacing-6{height:24px;width:24px}.spacing__define .spacing__name .spacing-7{height:32px;width:32px}.spacing__define .spacing__name .spacing-8{height:40px;width:40px}.spacing__define .spacing__name .spacing-9{height:48px;width:48px}.spacing__define .spacing__name .spacing-10{height:64px;width:64px}.spacing__define .spacing__name .spacing-11{height:80px;width:80px}.spacing__define .spacing__name .spacing-12{height:96px;width:96px}.spacing__define .spacing__name .spacing-13{height:160px;width:160px}.breadcrumb__item{color:#d12800;font-size:.75rem;font-weight:600;text-transform:uppercase}.breadcrumb__item:hover{color:#ee402d}.language__item{display:inline-block;line-height:.9;min-width:100px;padding:.75rem 1rem}.menu li a{border:none;display:inline;letter-spacing:.03em;text-transform:uppercase}.menu li a:hover{color:#55606e;cursor:pointer}.menu li a.selected{border-bottom:2px solid #d12800;padding-bottom:.25rem}.progress-container{background:#edeff0;height:.75rem;width:100%}@media(min-width:48em){.progress-container{height:1rem}}.progress-container .progress-bar{background:#ffeb00}.progress-container.small{height:.625rem}@media(min-width:48em){.progress-container.small{height:.75rem}}.progress-container.small .progress-bar{height:.625rem}@media(min-width:48em){.progress-container.small .progress-bar{height:.75rem}}.progress-container.accent-yellow .progress-bar,.progress-container.yellow .progress-bar{background:#ffeb00}.progress-container.accent-red .progress-bar,.progress-container.red .progress-bar{background:#ee402d}.progress-container.accent-green .progress-bar,.progress-container.green .progress-bar{background:#6de354}.progress-container.accent-blue .progress-bar,.progress-container.blue .progress-bar{background:#60d4f2}.accent-yellow .progress-container .progress-bar,.accent-yellow .progress-container.accent-yellow .progress-bar,.accent-yellow .progress-container.yellow .progress-bar,.yellow .progress-container .progress-bar,.yellow .progress-container.accent-yellow .progress-bar,.yellow .progress-container.yellow .progress-bar{background:#ffeb00}.accent-yellow .progress-container.accent-red .progress-bar,.accent-yellow .progress-container.red .progress-bar,.yellow .progress-container.accent-red .progress-bar,.yellow .progress-container.red .progress-bar{background:#ee402d}.accent-yellow .progress-container.accent-green .progress-bar,.accent-yellow .progress-container.green .progress-bar,.yellow .progress-container.accent-green .progress-bar,.yellow .progress-container.green .progress-bar{background:#6de354}.accent-yellow .progress-container.accent-blue .progress-bar,.accent-yellow .progress-container.blue .progress-bar,.yellow .progress-container.accent-blue .progress-bar,.yellow .progress-container.blue .progress-bar{background:#60d4f2}.accent-red .progress-container .progress-bar,.red .progress-container .progress-bar{background:#ee402d}.accent-red .progress-container.accent-yellow .progress-bar,.accent-red .progress-container.yellow .progress-bar,.red .progress-container.accent-yellow .progress-bar,.red .progress-container.yellow .progress-bar{background:#ffeb00}.accent-red .progress-container.accent-red .progress-bar,.accent-red .progress-container.red .progress-bar,.red .progress-container.accent-red .progress-bar,.red .progress-container.red .progress-bar{background:#ee402d}.accent-red .progress-container.accent-green .progress-bar,.accent-red .progress-container.green .progress-bar,.red .progress-container.accent-green .progress-bar,.red .progress-container.green .progress-bar{background:#6de354}.accent-red .progress-container.accent-blue .progress-bar,.accent-red .progress-container.blue .progress-bar,.red .progress-container.accent-blue .progress-bar,.red .progress-container.blue .progress-bar{background:#60d4f2}.accent-green .progress-container .progress-bar,.green .progress-container .progress-bar{background:#6de354}.accent-green .progress-container.accent-yellow .progress-bar,.accent-green .progress-container.yellow .progress-bar,.green .progress-container.accent-yellow .progress-bar,.green .progress-container.yellow .progress-bar{background:#ffeb00}.accent-green .progress-container.accent-red .progress-bar,.accent-green .progress-container.red .progress-bar,.green .progress-container.accent-red .progress-bar,.green .progress-container.red .progress-bar{background:#ee402d}.accent-green .progress-container.accent-green .progress-bar,.accent-green .progress-container.green .progress-bar,.green .progress-container.accent-green .progress-bar,.green .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container .progress-bar,.accent-green .progress-container.accent-blue .progress-bar,.accent-green .progress-container.blue .progress-bar,.blue .progress-container .progress-bar,.green .progress-container.accent-blue .progress-bar,.green .progress-container.blue .progress-bar{background:#60d4f2}.accent-blue .progress-container.accent-yellow .progress-bar,.accent-blue .progress-container.yellow .progress-bar,.blue .progress-container.accent-yellow .progress-bar,.blue .progress-container.yellow .progress-bar{background:#ffeb00}.accent-blue .progress-container.accent-red .progress-bar,.accent-blue .progress-container.red .progress-bar,.blue .progress-container.accent-red .progress-bar,.blue .progress-container.red .progress-bar{background:#ee402d}.accent-blue .progress-container.accent-green .progress-bar,.accent-blue .progress-container.green .progress-bar,.blue .progress-container.accent-green .progress-bar,.blue .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container.accent-blue .progress-bar,.accent-blue .progress-container.blue .progress-bar,.blue .progress-container.accent-blue .progress-bar,.blue .progress-container.blue .progress-bar{background:#60d4f2}.progress-bar{height:.75rem;min-width:1%;position:fixed;-webkit-transition:width .2s linear;-moz-transition:width .2s linear;-ms-transition:width .2s linear;-o-transition:width .2s linear;transition:width .2s linear;width:34%;z-index:1}@media(min-width:48em){.progress-bar{height:1rem}}.progress-top{top:0}.sidebar_item:hover{background-color:#f7f7f7}.sidebar_item.open .arrow{transform:rotate(180deg);transition:all .1s ease}.sidebar_item h6{margin-bottom:0}details summary{list-style-type:none;outline:0}details summary::-webkit-details-marker{display:none}details summary:before{background:url(../images/chevron-small-right.svg) no-repeat 0;content:"";display:inline-block;height:14px;margin-right:.25rem;width:14px}details[open] summary{margin-bottom:.5rem}details[open] summary:before{background:url(../images/chevron-small-down.svg) no-repeat 0;content:"";display:inline-block;height:14px;width:14px}[dir=rtl] details summary:before{margin-left:.25rem;margin-right:0;-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] details[open] summary:before{-webkit-transform:translate(0) rotate(0deg);-moz-transform:translate(0) rotate(0deg);-ms-transform:translate(0) rotate(0deg);-o-transform:translate(0) rotate(0deg);transition:translate(0) rotate(0deg)}table{border-collapse:collapse;border-spacing:0;width:100%}@media(min-width:48em){table{width:auto}}table.small td,table.small th{-webkit-text-size-adjust:100%;font-size:1rem}table.striped tr:nth-child(2n){background-color:#f7f7f7}table.border{border-collapse:collapse}table.border td,table.border th{border:1px solid #d4d6d8}table.stacked td,table.stacked th{display:block}@media(min-width:48em){table.stacked td,table.stacked th{display:table-cell}}table.stacked thead tr{display:none}@media(min-width:48em){table.stacked thead tr{display:table-row}}table.stacked.border tr{border:1px solid #d4d6d8}@media(min-width:48em){table.stacked.border tr td,table.stacked.border tr th{border:1px solid #d4d6d8}}td,th{font-size:1.25rem;line-height:1.4;padding:.75rem;vertical-align:top}@media(min-width:48em){td,th{padding:.75rem 2.5rem .75rem .75rem}}thead tr th{background-color:#edeff0;font-weight:600;text-align:left}.scroll{overflow-x:auto}.scroll thead th{white-space:nowrap}.scroll td,.scroll th{-webkit-text-size-adjust:100%}[dir=rtl] td,[dir=rtl] th{text-align:right}@media(min-width:48em){[dir=rtl] td,[dir=rtl] th{padding:.75rem .75rem .75rem 2.5rem}}:lang(my) td,:lang(my) th{line-height:1.7}.grid_description,.menu li a,small{font-size:.75rem}@media(min-width:48em){.grid_description,.menu li a,small{font-size:.875rem}}.language__item,details p{font-size:.875rem;line-height:1.4}@media(min-width:48em){.language__item,details p{font-size:1rem}}abbr[title],code,details summary,mark,q{font-size:1rem}@media(min-width:48em){abbr[title],code,details summary,mark,q{font-size:1.25rem}}cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){cite{font-size:1.5rem}}.language__item,.sidebar_item,tbody tr{border-bottom:1px solid #d4d6d8}.image-figcaption__cart img,div.author__img img{height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{border:none}.sidebar_item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media(min-width:48em){.sidebar_item{padding:1.5rem}}.sidebar_item.selected{background-color:#006eb5}.sidebar_item.selected h6{color:#fff}.sidebar_item.selected:hover{background-color:#006eb5}.overlay-grey:before,div.author__img:before,div.card-thumbnail__image:before,div.publication-thumbnail__image:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item,.menu li a,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{background-image:none}[data-viewport=true]{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transition:translateX(-100px);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport,[dir=rtl] [data-viewport=true].inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0);visibility:visible}[dir=rtl] [data-viewport=true]{-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transition:translateX(100px)}.scale-up{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transition:scale(.9);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only{opacity:0;-webkit-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.75rem;line-height:1.7}@media(min-width:48em){:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.875rem}}:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:.875rem}@media(min-width:48em){:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:1rem}}:lang(my) cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){:lang(my) cite{font-size:1.5rem}}.chevron-right-animated i:after,.chevron-right-animated i:before,.download-animated:after,.download-animated:before,.external-link-animated:after,.external-link-animated:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated i{box-sizing:border-box;display:block;height:1rem;left:1.25rem;position:relative;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;transition:width .3s;width:0}.chevron-right-animated i:before{background-color:#ee402d;display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated i:after{border-right:2px solid #ee402d;border-top:2px solid #ee402d;height:.75rem;right:0;top:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transition:rotate(45deg);width:.75rem}.chevron-right-animated:hover i{width:5rem}.chevron-right-animated:hover i:before{display:unset}a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.custom-scrollbar{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#000 transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#000;background-clip:padding-box;border:2px solid #fff}.custom-scrollbar::-webkit-scrollbar-corner{display:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:#000}video{object-fit:cover}
\ No newline at end of file
+html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(../fonts/proximanova-regular-webfont.woff2) format("woff2"),url(../fonts/proximanova-regular-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(../fonts/proximanova-regularit-webfont.woff2) format("woff2"),url(../fonts/proximanova-regularit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"),url(../fonts/proximanova-semibold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(../fonts/proximanova-semiboldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-semiboldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(../fonts/proximanova-bold-webfont.woff2) format("woff2"),url(../fonts/proximanova-bold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(../fonts/proximanova-boldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-boldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800;src:url(../fonts/soehne-breit-web-fett.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800;src:url(../fonts/soehne-breit-web-fett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:NotoSans;font-weight:300;src:url(../fonts/NotoSansMyanmar-Light.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Light.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:400;src:url(../fonts/NotoSansMyanmar-Regular.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:500;src:url(../fonts/NotoSansMyanmar-Medium.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:600;src:url(../fonts/NotoSansMyanmar-SemiBold.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:100;src:url(../fonts/UNBangla-Thin.woff2) format("woff2"),url(../fonts/UNBangla-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100;src:url(../fonts/UNBangla-ThinItalic.woff2) format("woff2"),url(../fonts/UNBangla-ThinItalic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:400;src:url(../fonts/UNBangla-Regular.woff2) format("woff2"),url(../fonts/UNBangla-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(../fonts/UNBangla-Italic.woff2) format("woff2"),url(../fonts/UNBangla-Italic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:700;src:url(../fonts/UNBangla-Bold.woff2) format("woff2"),url(../fonts/UNBangla-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:700;src:url(../fonts/UNBangla-BoldItalic.woff2) format("woff2"),url(../fonts/UNBangla-BoldItalic.woff) format("woff")}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#000;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4}@media(min-width:48em){body{font-size:1.25rem}}button{font-family:ProximaNova,sans-serif}caption,h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;padding:0}@media(min-width:48em){caption,h1,h2,h3,h4,h5,h6{margin-bottom:1rem}}h1{font-family:SohneBreit,ProximaNova,sans-serif;font-size:2.938rem;letter-spacing:.06rem;line-height:1.08;text-transform:uppercase}@media(min-width:48em){h1{font-size:5.125rem}}@media(min-width:64em){h1{font-size:6.25rem}}h2{font-size:2.5rem;font-weight:700;line-height:1.1}@media(min-width:48em){h2{font-size:2.813rem}}@media(min-width:64em){h2{font-size:3.438rem}}h3{font-size:1.875rem;font-weight:600;line-height:1.15}@media(min-width:48em){h3{font-size:2.188rem}}h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){h4{font-size:2.188rem}}h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){h5{font-size:1.563rem}}h6{font-size:1rem;font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p{margin-top:0}ol,ul{margin:0;padding-left:1.125rem}@media(min-width:48em){ol,ul{padding-left:1.313rem}}ol li,ul li{margin-bottom:1rem;padding-left:.875rem}@media(min-width:48em){ol li,ul li{margin-bottom:1.5rem;padding-left:.75rem}}ul li::marker{font-size:1.125rem}@media(min-width:48em){ul li::marker{font-size:1.313rem}}ol li{margin-bottom:1.063rem}dl{font-size:.875rem;line-height:1.37;margin:0}@media(min-width:48em){dl{font-size:1.25rem}}dt{margin-bottom:.5rem}dd{margin-bottom:1rem;margin-inline-start:2.5rem}@media(min-width:48em){dd{margin-bottom:1.5rem;margin-inline-start:3rem}}hr{border:1px solid #000}@keyframes lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a{color:#000;text-decoration:none}:lang(my) body,:lang(my) button{font-family:NotoSans,sans-serif;line-height:1.7}:lang(my) h1,:lang(my) h2,:lang(my) h3,:lang(my) h4,:lang(my) h5,:lang(my) h6{line-height:1.7}:lang(my) h1{font-family:NotoSans,sans-serif;font-size:2.625rem}@media(min-width:48em){:lang(my) h1{font-size:3.875rem}}@media(min-width:64em){:lang(my) h1{font-size:5rem}}:lang(my) h2{font-size:2rem}@media(min-width:48em){:lang(my) h2{font-size:2.188rem}}@media(min-width:64em){:lang(my) h2{font-size:2.813rem}}:lang(my) h4{font-size:1.3rem}@media(min-width:48em){:lang(my) h4{font-size:1.8rem}}:lang(my) h5{font-size:1.25rem}@media(min-width:48em){:lang(my) h5{font-size:1.375rem}}:lang(my) p{font-size:.875rem;line-height:1.7}@media(min-width:48em){:lang(my) p{font-size:1rem}}:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:.875rem;line-height:1.9}@media(min-width:48em){:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:1.125rem}}:lang(my) .sbdocs .sbdocs-content,:lang(my) .sbdocs h1,:lang(my) .sbdocs h2,:lang(my) .sbdocs h3,:lang(my) .sbdocs h4,:lang(my) .sbdocs h5,:lang(my) .sbdocs h6,:lang(my) .sbdocs p{font-family:NotoSans,sans-serif}:lang(my) .sbdocs .sbdocs-h1{font-size:2rem}[dir=rtl] ol,[dir=rtl] ul{padding-left:0;padding-right:1.125rem}@media(min-width:48em){[dir=rtl] ol,[dir=rtl] ul{padding-right:1.313rem}}[dir=rtl] ol li,[dir=rtl] ul li{padding-left:0;padding-right:.875rem}@media(min-width:48em){[dir=rtl] ol li,[dir=rtl] ul li{padding-right:.75rem}}:lang(be) h1,:lang(bg) h1,:lang(kk) h1,:lang(ky) h1,:lang(mk) h1,:lang(mn) h1,:lang(ru) h1,:lang(sr) h1,:lang(uk) h1{font-family:ProximaNova,sans-serif}:lang(bn) body,:lang(bn) h1{font-family:UNBangla,sans-serif}.color-white{color:#fff}.color-black{color:#000}.show-large{display:none}@media(min-width:48em){.show-large{display:block}}.show-small{display:block}@media(min-width:48em){.show-small{display:none}}.height-full{height:100%}.overlay-grey:before{background:rgba(0,0,0,.2)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.scale-up.inviewport{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:scale(1)}.expand-to-size{max-width:calc(100% - 1.5rem)}@media(min-width:48em){.expand-to-size{max-width:calc(100% - 3rem)}}.overflow-hidden{overflow:hidden}.background-yellow{background-color:#ffe17e}.background-red{background-color:#ffbcb7}.background-green{background-color:#b8ecb6}.background-blue{background-color:#b5d5f5}.background-gray{background-color:#fafafa}.background-white{background-color:#fff}.accent-yellow .card-thumbnail__image:hover:before,.yellow .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .bio-card:hover .card-thumbnail__image:before,.yellow .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-yellow .author__img:hover:before,.yellow .author__img:hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow .publication-thumbnail__image:hover:after,.yellow .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .download-card:hover .card-thumbnail__image:before,.accent-yellow .download-card:hover .publication-thumbnail__image:after,.accent-yellow .publication-card:hover .publication-thumbnail__image:after,.yellow .download-card:hover .card-thumbnail__image:before,.yellow .download-card:hover .publication-thumbnail__image:after,.yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .stats-panel:hover:after,.yellow .stats-panel:hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow .stats-panel:hover .stats-card,.yellow .stats-panel:hover .stats-card{background-color:transparent}.accent-yellow .wide-card__image a:hover:before,.yellow .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .feature__card-slide:before,.yellow .feature__card-slide:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-yellow .content-card .image:before,.yellow .content-card .image:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .image-reveal-card:hover .image:before,.yellow .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-red .card-thumbnail__image:hover:before,.red .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .bio-card:hover .card-thumbnail__image:before,.red .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-red .author__img:hover:before,.red .author__img:hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red .publication-thumbnail__image:hover:after,.red .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .download-card:hover .card-thumbnail__image:before,.accent-red .download-card:hover .publication-thumbnail__image:after,.accent-red .publication-card:hover .publication-thumbnail__image:after,.red .download-card:hover .card-thumbnail__image:before,.red .download-card:hover .publication-thumbnail__image:after,.red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .stats-panel:hover:after,.red .stats-panel:hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red .stats-panel:hover .stats-card,.red .stats-panel:hover .stats-card{background-color:transparent}.accent-red .wide-card__image a:hover:before,.red .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .feature__card-slide:before,.red .feature__card-slide:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-red .content-card .image:before,.red .content-card .image:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .image-reveal-card:hover .image:before,.red .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-green .card-thumbnail__image:hover:before,.green .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .bio-card:hover .card-thumbnail__image:before,.green .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-green .author__img:hover:before,.green .author__img:hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green .publication-thumbnail__image:hover:after,.green .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .download-card:hover .card-thumbnail__image:before,.accent-green .download-card:hover .publication-thumbnail__image:after,.accent-green .publication-card:hover .publication-thumbnail__image:after,.green .download-card:hover .card-thumbnail__image:before,.green .download-card:hover .publication-thumbnail__image:after,.green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .stats-panel:hover:after,.green .stats-panel:hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green .stats-panel:hover .stats-card,.green .stats-panel:hover .stats-card{background-color:transparent}.accent-green .wide-card__image a:hover:before,.green .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .feature__card-slide:before,.green .feature__card-slide:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-green .content-card .image:before,.green .content-card .image:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .image-reveal-card:hover .image:before,.green .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-blue .card-thumbnail__image:hover:before,.blue .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .bio-card:hover .card-thumbnail__image:before,.blue .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}.accent-blue .author__img:hover:before,.blue .author__img:hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue .publication-thumbnail__image:hover:after,.blue .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .download-card:hover .card-thumbnail__image:before,.accent-blue .download-card:hover .publication-thumbnail__image:after,.accent-blue .publication-card:hover .publication-thumbnail__image:after,.blue .download-card:hover .card-thumbnail__image:before,.blue .download-card:hover .publication-thumbnail__image:after,.blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .stats-panel:hover:after,.blue .stats-panel:hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue .stats-panel:hover .stats-card,.blue .stats-panel:hover .stats-card{background-color:transparent}.accent-blue .wide-card__image a:hover:before,.blue .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .feature__card-slide:before,.blue .feature__card-slide:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-blue .content-card .image:before,.blue .content-card .image:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .image-reveal-card:hover .image:before,.blue .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before,[dir=rtl] .yellow .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%)}[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 70.49%);opacity:.75}[dir=rtl] .accent-yellow .wide-card__image a:hover:before,[dir=rtl] .yellow .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}[dir=rtl] .accent-yellow .feature__card-slide:before,[dir=rtl] .yellow .feature__card-slide:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 67.25%)}[dir=rtl] .accent-red .card-thumbnail__image:hover:before,[dir=rtl] .red .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%)}[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before,[dir=rtl] .red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .red .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 70.49%);opacity:.75}[dir=rtl] .accent-red .wide-card__image a:hover:before,[dir=rtl] .red .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}[dir=rtl] .accent-red .feature__card-slide:before,[dir=rtl] .red .feature__card-slide:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 67.25%)}[dir=rtl] .accent-green .card-thumbnail__image:hover:before,[dir=rtl] .green .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%)}[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before,[dir=rtl] .green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .green .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-green .wide-card__image a:hover:before,[dir=rtl] .green .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-green .feature__card-slide:before,[dir=rtl] .green .feature__card-slide:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 67.25%)}[dir=rtl] .accent-blue .card-thumbnail__image:hover:before,[dir=rtl] .blue .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%)}[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-blue .wide-card__image a:hover:before,[dir=rtl] .blue .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-blue .feature__card-slide:before,[dir=rtl] .blue .feature__card-slide:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 67.25%)}.accent-yellow .stats-card:hover,.yellow .stats-card:hover{background-color:#ffeb00}.accent-yellow .progress-bar,.yellow .progress-bar{background:#ffeb00}.accent-yellow .blockquote,.accent-yellow .content-card.card:hover,.yellow .blockquote,.yellow .content-card.card:hover{background-color:#ffeb00}.accent-yellow .content-card.card:hover .cta--space:after,.yellow .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-yellow .content-card.card-color:hover,.accent-yellow .content-card.card-emphasize:hover,.yellow .content-card.card-color:hover,.yellow .content-card.card-emphasize:hover{background-color:#ffeb00}.accent-yellow .feature__card-slide,.yellow .feature__card-slide{background:#ffeb00}.accent-red .stats-card:hover,.red .stats-card:hover{background-color:#ee402d}.accent-red .progress-bar,.red .progress-bar{background:#ee402d}.accent-red .blockquote,.accent-red .content-card.card:hover,.red .blockquote,.red .content-card.card:hover{background-color:#ee402d}.accent-red .content-card.card:hover .cta--space:after,.red .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-red .content-card.card-color:hover,.accent-red .content-card.card-emphasize:hover,.red .content-card.card-color:hover,.red .content-card.card-emphasize:hover{background-color:#ee402d}.accent-red .feature__card-slide,.red .feature__card-slide{background:#ee402d}.accent-green .stats-card:hover,.green .stats-card:hover{background-color:#6de354}.accent-green .progress-bar,.green .progress-bar{background:#6de354}.accent-green .blockquote,.accent-green .content-card.card:hover,.green .blockquote,.green .content-card.card:hover{background-color:#6de354}.accent-green .content-card.card:hover .cta--space:after,.green .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-green .content-card.card-color:hover,.accent-green .content-card.card-emphasize:hover,.green .content-card.card-color:hover,.green .content-card.card-emphasize:hover{background-color:#6de354}.accent-green .feature__card-slide,.green .feature__card-slide{background:#6de354}.accent-blue .stats-card:hover,.blue .stats-card:hover{background-color:#60d4f2}.accent-blue .progress-bar,.blue .progress-bar{background:#60d4f2}.accent-blue .blockquote,.accent-blue .content-card.card:hover,.blue .blockquote,.blue .content-card.card:hover{background-color:#60d4f2}.accent-blue .content-card.card:hover .cta--space:after,.blue .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-blue .content-card.card-color:hover,.accent-blue .content-card.card-emphasize:hover,.blue .content-card.card-color:hover,.blue .content-card.card-emphasize:hover{background-color:#60d4f2}.accent-blue .feature__card-slide,.blue .feature__card-slide{background:#60d4f2}.accent-yellow .content-card.card-emphasize,.yellow .content-card.card-emphasize{background-color:#ffe17e}.accent-red .content-card.card-emphasize,.red .content-card.card-emphasize{background-color:#ffbcb7}.accent-green .content-card.card-emphasize,.green .content-card.card-emphasize{background-color:#b8ecb6}.accent-blue .content-card.card-emphasize,.blue .content-card.card-emphasize{background-color:#a2daf3}abbr[title]{border-bottom:2px dashed #d12800;text-decoration:none}blockquote{font-size:1.625rem;font-weight:600;line-height:1.16;margin:0}@media(min-width:48em){blockquote{font-size:2.188rem;line-height:1.15}}blockquote a{font-size:inherit}:lang(my) blockquote{line-height:1.7}cite{display:block;font-style:inherit;font-weight:400;margin-top:1.125rem}code{background:#f7f7f7;padding:0 .25rem .25rem}mark{background:#ffe17e;font-size:.875rem;padding:.125rem}@media(min-width:48em){mark{font-size:1.25rem}}q{font-style:italic}div.card-thumbnail__image{display:inline-flex;position:relative}div.card-thumbnail__image:before{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.card-thumbnail__image:hover:before{opacity:.75}.accent-yellow div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.card-thumbnail__image:hover.yellow:before,div.card-thumbnail__image:hover.accent-yellow:before,div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-red:before,.accent-yellow div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-green:before,.accent-yellow div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-red:before,div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-yellow:before,.accent-red div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-red:before,.accent-red div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-green:before,.accent-red div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-blue:before,.accent-red div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-green:before,div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-yellow:before,.accent-green div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-red:before,.accent-green div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-green:before,.accent-green div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-blue:before,.accent-green div.card-thumbnail__image:hover.blue:before,div.card-thumbnail__image:hover.accent-blue:before,div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-red:before,.accent-blue div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-green:before,.accent-blue div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-blue:before,.accent-blue div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.yellow:before,[dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,[dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-red:before,[dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-green:before,[dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.blue:before,[dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,[dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}div.publication-thumbnail__image{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skewX(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image:after{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;z-index:1}div.publication-thumbnail__image:hover:after{opacity:.75}.accent-yellow div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.publication-thumbnail__image:hover.yellow:before,div.publication-thumbnail__image:hover.accent-yellow:after,div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red:after,div.publication-thumbnail__image:hover.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-red:before,.accent-red div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-green:before,.accent-red div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-blue:before,.accent-red div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green:after,div.publication-thumbnail__image:hover.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-red:before,.accent-green div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-green:before,.accent-green div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-blue:before,.accent-green div.publication-thumbnail__image:hover.blue:before,div.publication-thumbnail__image:hover.accent-blue:after,div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-red:before,.accent-blue div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-green:before,.accent-blue div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.yellow:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:after,[dir=rtl] div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-red:after,[dir=rtl] div.publication-thumbnail__image:hover.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-green:after,[dir=rtl] div.publication-thumbnail__image:hover.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.blue:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-blue:after,[dir=rtl] div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.color-wrapper{display:block}@media(min-width:48em){.color-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row{width:100%}@media(min-width:48em){.color__row{width:calc(50% - 10px)}}.color__row.full{width:100%}.color__row .color__title{color:#000;font-size:.813rem;min-height:28px}@media(min-width:48em){.color__row .color__title{font-size:1rem}}.color__row .color__define_wrapper{display:block}.Primary-text{color:#000;font-size:.75rem;margin-top:-1.538rem;text-align:center}@media(min-width:48em){.Primary-text{margin-top:-1.55rem}}.Primary-text .polygon img{display:block;margin:0 auto;width:10px}.color__define{display:flex;margin-bottom:1.25rem}.color__define .color__name{flex-basis:0;flex-grow:1;margin:.5rem 0;text-align:center}@media(min-width:48em){.color__define .color__name{flex-basis:0;flex-grow:1}}.color__define .color__name .color__box{height:48px;margin-bottom:.625rem;width:100%}@media(min-width:48em){.color__define .color__name .color__box{height:70px;height:85px;width:100%}}.color__define .color__name .color__box.p-blue-100{background-color:#b5d5f5}.color__define .color__name .color__box.p-blue-200{background-color:#94c4f5}.color__define .color__name .color__box.p-blue-300{background-color:#6babeb}.color__define .color__name .color__box.p-blue-400{background-color:#4f95dd}.color__define .color__name .color__box.p-blue-500{background-color:#3288ce}.color__define .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define .color__name .color__box.p-blue-700{background-color:#1f5a95}.color__define .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define .color__name .color__box.p-gray-300{background-color:#edeff0}.color__define .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define .color__name .color__box.p-gray-500{background-color:#a9b1b7}.color__define .color__name .color__box.p-gray-600{background-color:#55606e}.color__define .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define .color__name .color__box.light-yellow{background-color:#ffe17e}.color__define .color__name .color__box.yellow{background-color:#ffeb00}.color__define .color__name .color__box.dark-yellow{background-color:#fbc412}.color__define .color__name .color__box.light-red{background-color:#ffbcb7}.color__define .color__name .color__box.red{background-color:#ee402d}.color__define .color__name .color__box.dark-red{background-color:#d12800}.color__define .color__name .color__box.light-green{background-color:#b8ecb6}.color__define .color__name .color__box.green{background-color:#6de354}.color__define .color__name .color__box.dark-green{background-color:#59ba47}.color__define .color__name .color__box.light-azure{background-color:#a2daf3}.color__define .color__name .color__box.azure{background-color:#60d4f2}.color__define .color__name .color__box.dark-azure{background-color:#00c1ff}.color__define .color__name .color__code{font-size:.563rem}@media(min-width:48em){.color__define .color__name .color__code{display:flex;font-size:.625rem}}.color__define_balance{display:flex;width:100%}.color__define_balance .color__name{margin:.5rem 0;text-align:center}.color__define_balance .color__name .color__box{height:100%;height:48px;margin-bottom:.625rem}@media(min-width:64em){.color__define_balance .color__name .color__box{height:70px}}@media(min-width:48em){.color__define_balance .color__name .color__box{height:85px;width:100%}}.color__define_balance .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define_balance .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define_balance .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define_balance .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define_balance .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define_balance .color__name .color__box.dark-red{background-color:#d12800}.color__define_balance .color__name .color__code{font-size:.625rem}.color__define_balance .color__name.bl-1{height:75px;width:45%}.color__define_balance .color__name.bl-2{height:75px;width:12%}.color__define_balance .color__name.bl-3{height:75px;width:15%}.color__define_balance .color__name.bl-4{height:75px;width:18%}.color__define_balance .color__name.bl-5{height:75px;width:8%}.color__define_balance .color__name.bl-6{height:75px;width:5%}.icon--bar{cursor:pointer}.chevron-right-animated{display:inline-block;max-width:6rem;width:100%}.external-link-animated{box-shadow:-2px 2px 0 0 #d12800,-4px 0 0 -2px #d12800,-3px 3px 0 -1px #d12800;box-sizing:border-box;cursor:pointer;display:inline-block;height:.75rem;margin-inline-start:-2px;position:relative;width:.75rem}.external-link-animated:before{background:#d12800;height:2px;inset-block-start:3.5px;inset-inline-end:0;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:.625rem}.external-link-animated:after{border-block-start:2px solid #d12800;border-inline-end:2px solid #d12800;height:.5rem;inset-block-start:0;inset-inline-end:0;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:translate(0,0);width:.5rem}.external-link-animated:hover:after{-webkit-transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-ms-transform:translate(5px,-5px);-o-transform:translate(5px,-5px);transition:translate(5px,-5px)}.external-link-animated:hover:before{-webkit-transform:rotate(-45deg) translate(7px);-moz-transform:rotate(-45deg) translate(7px);-ms-transform:rotate(-45deg) translate(7px);-o-transform:rotate(-45deg) translate(7px);transition:rotate(-45deg) translate(7px,0)}.download-animated{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated i{border:2px solid #d12800;border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated:after{border-block-end:2px solid #d12800;border-inline-start:2px solid #d12800;height:8px;inset-block-end:6px;inset-inline-start:7px;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:8px}.download-animated:before{background:#d12800;height:10px;inset-block-end:7px;inset-inline-start:10px;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transition:translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:2px}.download-animated:hover:after{-webkit-transform:rotate(-45deg) translate(7px,-7px);-moz-transform:rotate(-45deg) translate(7px,-7px);-ms-transform:rotate(-45deg) translate(7px,-7px);-o-transform:rotate(-45deg) translate(7px,-7px);transition:rotate(-45deg) translate(7px,-7px)}.download-animated:hover:before{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transition:translate(0,-10px)}[dir=rtl] .chevron-right-animated{-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] .chevron-right-animated:hover{-webkit-transform:translate(-10px) rotate(180deg);-moz-transform:translate(-10px) rotate(180deg);-ms-transform:translate(-10px) rotate(180deg);-o-transform:translate(-10px) rotate(180deg);transition:translate(-10px) rotate(180deg)}[dir=rtl] .external-link-animated,[dir=rtl] .external-link-animated:hover{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transition:rotate(270deg)}.icons-container{display:flex;flex-wrap:wrap}.icons-container>div>div{margin:0 auto}.icons-container>div p{font-family:ProximaNova,sans-serif;font-size:14px;margin-top:10px}.icons-container>div{align-items:center;background:#edeff0;border:1px solid #d4d6d8;box-shadow:2px 2px 4px #edeff0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;margin:0 1rem 2rem;padding:1rem .5rem;text-align:center;width:calc(100% - 2rem)}@media(min-width:48em){.icons-container>div{width:calc(25% - 2rem)}}div.author__img{border-radius:50%;height:80px;min-width:80px;overflow:hidden;position:relative;width:80px}div.author__img:before{border-radius:50%;opacity:0;overflow:hidden;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.author__img:hover:before{opacity:.75}div.author__img:hover.accent-yellow:before,div.author__img:hover.yellow:before,div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}div.author__img:hover.accent-red:before,div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}div.author__img:hover.accent-green:before,div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}div.author__img:hover.accent-blue:before,div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}div.author__img.large{height:180px;width:180px}div.author__img.large:before{height:180px}.accent-yellow div.author__img:hover.accent-yellow:before,.accent-yellow div.author__img:hover.yellow:before,.accent-yellow div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-yellow div.author__img:hover.accent-red:before,.accent-yellow div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-yellow div.author__img:hover.accent-green:before,.accent-yellow div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-yellow div.author__img:hover.accent-blue:before,.accent-yellow div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-red div.author__img:hover:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-yellow:before,.accent-red div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-red div.author__img:hover.accent-red:before,.accent-red div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-green:before,.accent-red div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-red div.author__img:hover.accent-blue:before,.accent-red div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-green div.author__img:hover:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-green div.author__img:hover.accent-yellow:before,.accent-green div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-green div.author__img:hover.accent-red:before,.accent-green div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-green div.author__img:hover.accent-green:before,.accent-green div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover:before,.accent-green div.author__img:hover.accent-blue:before,.accent-green div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-blue div.author__img:hover.accent-yellow:before,.accent-blue div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-blue div.author__img:hover.accent-red:before,.accent-blue div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-blue div.author__img:hover.accent-green:before,.accent-blue div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover.accent-blue:before,.accent-blue div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}[dir=rtl] .author__img:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}img,picture{height:auto;max-width:100%}picture{display:block}figure{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}figure,figure img,figure>div{width:100%}figure figcaption{line-height:1.4;margin:1rem 1.5rem 2rem}@media(min-width:48em){figure figcaption{margin:2rem 0;max-width:64rem;width:100%}}figure.medium{flex-direction:column;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:64rem}@media(min-width:48em){figure.medium{margin:0 auto;width:100%}figure.medium>div{width:100%}figure.medium img{max-width:100%}figure.medium figcaption{line-height:1.4;width:100%}}figure.portrait{align-items:flex-end;flex-direction:column;flex-wrap:nowrap;margin-left:auto;margin-right:auto}@media(min-width:48em){figure.portrait{flex-direction:row}figure.portrait img{width:100%}figure.portrait>div,figure.portrait>img{width:50%}figure.portrait figcaption{display:block;margin:0 0 0 1.5rem;max-width:64rem;padding-bottom:0;width:50%}figure.portrait figcaption p{margin-bottom:1rem;padding:0}figure.portrait figcaption p+.credits{border-top:1px solid #a9b1b7;margin-left:0;padding:1rem 0 0}}figure.portrait .credits{border-left:0;border-right:0;margin-bottom:1rem}figure.portrait .author__caption{font-size:.875rem;line-height:1.5}.image-figcaption__cart img{display:block}@media(min-width:48em){[dir=rtl] figure.portrait figcaption{margin:0 1.5rem 0 0}[dir=rtl] figure.portrait .credits{border-right:0;margin-right:0;padding:1rem 0}}.credits{font-size:.875rem;line-height:1.4;margin-left:auto}@media(min-width:48em){.credits{font-size:1rem}}.grid_name{color:#000;font-size:1.375rem;margin-bottom:1rem;margin-top:1rem;min-height:28px}@media(max-width:47.9375em){.grid_name{font-size:1.625rem}}.grid_name span{font-size:.875rem}.grid_description{color:#000;margin-bottom:1.25rem}.grid--layout{background-color:#edeff0;height:3rem;margin-bottom:.5rem}.grid--layout:nth-child(odd){background-color:#f7f7f7}.grid--layout .column{font-size:.813rem;padding:.625rem}.spacing-wrapper .spacing__row .spacing__title.Primary{font-size:3.438rem;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:4rem;margin-top:.5rem}.spacing__define .spacing__name{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.spacing__define .spacing__name .spacing__label,.spacing__define .spacing__name .spacing__size{height:100px;width:100px}@media(min-width:48em){.spacing__define .spacing__name .spacing__size{margin:0 11rem}}.spacing__define .spacing__name .spacing-1,.spacing__define .spacing__name .spacing-10,.spacing__define .spacing__name .spacing-11,.spacing__define .spacing__name .spacing-12,.spacing__define .spacing__name .spacing-13,.spacing__define .spacing__name .spacing-2,.spacing__define .spacing__name .spacing-3,.spacing__define .spacing__name .spacing-4,.spacing__define .spacing__name .spacing-5,.spacing__define .spacing__name .spacing-6,.spacing__define .spacing__name .spacing-7,.spacing__define .spacing__name .spacing-8,.spacing__define .spacing__name .spacing-9{background-color:#006eb5}.spacing__define .spacing__name .spacing-1{height:2px;width:2px}.spacing__define .spacing__name .spacing-2{height:4px;width:4px}.spacing__define .spacing__name .spacing-3{height:8px;width:8px}.spacing__define .spacing__name .spacing-4{height:12px;width:12px}.spacing__define .spacing__name .spacing-5{height:16px;width:16px}.spacing__define .spacing__name .spacing-6{height:24px;width:24px}.spacing__define .spacing__name .spacing-7{height:32px;width:32px}.spacing__define .spacing__name .spacing-8{height:40px;width:40px}.spacing__define .spacing__name .spacing-9{height:48px;width:48px}.spacing__define .spacing__name .spacing-10{height:64px;width:64px}.spacing__define .spacing__name .spacing-11{height:80px;width:80px}.spacing__define .spacing__name .spacing-12{height:96px;width:96px}.spacing__define .spacing__name .spacing-13{height:160px;width:160px}.breadcrumb__item{color:#d12800;font-size:.75rem;font-weight:600;text-transform:uppercase}.breadcrumb__item:hover{color:#ee402d}.language__item{display:inline-block;line-height:.9;min-width:100px;padding:.75rem 1rem}.menu li a{border:none;display:inline;letter-spacing:.03em;text-transform:uppercase}.menu li a:hover{color:#55606e;cursor:pointer}.menu li a.selected{border-bottom:2px solid #d12800;padding-bottom:.25rem}.progress-container{background:#edeff0;height:.75rem;width:100%}@media(min-width:48em){.progress-container{height:1rem}}.progress-container .progress-bar{background:#ffeb00}.progress-container.small{height:.625rem}@media(min-width:48em){.progress-container.small{height:.75rem}}.progress-container.small .progress-bar{height:.625rem}@media(min-width:48em){.progress-container.small .progress-bar{height:.75rem}}.progress-container.accent-yellow .progress-bar,.progress-container.yellow .progress-bar{background:#ffeb00}.progress-container.accent-red .progress-bar,.progress-container.red .progress-bar{background:#ee402d}.progress-container.accent-green .progress-bar,.progress-container.green .progress-bar{background:#6de354}.progress-container.accent-blue .progress-bar,.progress-container.blue .progress-bar{background:#60d4f2}.accent-yellow .progress-container .progress-bar,.accent-yellow .progress-container.accent-yellow .progress-bar,.accent-yellow .progress-container.yellow .progress-bar,.yellow .progress-container .progress-bar,.yellow .progress-container.accent-yellow .progress-bar,.yellow .progress-container.yellow .progress-bar{background:#ffeb00}.accent-yellow .progress-container.accent-red .progress-bar,.accent-yellow .progress-container.red .progress-bar,.yellow .progress-container.accent-red .progress-bar,.yellow .progress-container.red .progress-bar{background:#ee402d}.accent-yellow .progress-container.accent-green .progress-bar,.accent-yellow .progress-container.green .progress-bar,.yellow .progress-container.accent-green .progress-bar,.yellow .progress-container.green .progress-bar{background:#6de354}.accent-yellow .progress-container.accent-blue .progress-bar,.accent-yellow .progress-container.blue .progress-bar,.yellow .progress-container.accent-blue .progress-bar,.yellow .progress-container.blue .progress-bar{background:#60d4f2}.accent-red .progress-container .progress-bar,.red .progress-container .progress-bar{background:#ee402d}.accent-red .progress-container.accent-yellow .progress-bar,.accent-red .progress-container.yellow .progress-bar,.red .progress-container.accent-yellow .progress-bar,.red .progress-container.yellow .progress-bar{background:#ffeb00}.accent-red .progress-container.accent-red .progress-bar,.accent-red .progress-container.red .progress-bar,.red .progress-container.accent-red .progress-bar,.red .progress-container.red .progress-bar{background:#ee402d}.accent-red .progress-container.accent-green .progress-bar,.accent-red .progress-container.green .progress-bar,.red .progress-container.accent-green .progress-bar,.red .progress-container.green .progress-bar{background:#6de354}.accent-red .progress-container.accent-blue .progress-bar,.accent-red .progress-container.blue .progress-bar,.red .progress-container.accent-blue .progress-bar,.red .progress-container.blue .progress-bar{background:#60d4f2}.accent-green .progress-container .progress-bar,.green .progress-container .progress-bar{background:#6de354}.accent-green .progress-container.accent-yellow .progress-bar,.accent-green .progress-container.yellow .progress-bar,.green .progress-container.accent-yellow .progress-bar,.green .progress-container.yellow .progress-bar{background:#ffeb00}.accent-green .progress-container.accent-red .progress-bar,.accent-green .progress-container.red .progress-bar,.green .progress-container.accent-red .progress-bar,.green .progress-container.red .progress-bar{background:#ee402d}.accent-green .progress-container.accent-green .progress-bar,.accent-green .progress-container.green .progress-bar,.green .progress-container.accent-green .progress-bar,.green .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container .progress-bar,.accent-green .progress-container.accent-blue .progress-bar,.accent-green .progress-container.blue .progress-bar,.blue .progress-container .progress-bar,.green .progress-container.accent-blue .progress-bar,.green .progress-container.blue .progress-bar{background:#60d4f2}.accent-blue .progress-container.accent-yellow .progress-bar,.accent-blue .progress-container.yellow .progress-bar,.blue .progress-container.accent-yellow .progress-bar,.blue .progress-container.yellow .progress-bar{background:#ffeb00}.accent-blue .progress-container.accent-red .progress-bar,.accent-blue .progress-container.red .progress-bar,.blue .progress-container.accent-red .progress-bar,.blue .progress-container.red .progress-bar{background:#ee402d}.accent-blue .progress-container.accent-green .progress-bar,.accent-blue .progress-container.green .progress-bar,.blue .progress-container.accent-green .progress-bar,.blue .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container.accent-blue .progress-bar,.accent-blue .progress-container.blue .progress-bar,.blue .progress-container.accent-blue .progress-bar,.blue .progress-container.blue .progress-bar{background:#60d4f2}.progress-bar{height:.75rem;min-width:1%;position:fixed;-webkit-transition:width .2s linear;-moz-transition:width .2s linear;-ms-transition:width .2s linear;-o-transition:width .2s linear;transition:width .2s linear;width:34%;z-index:1}@media(min-width:48em){.progress-bar{height:1rem}}.progress-top{top:0}.sidebar_item:hover{background-color:#f7f7f7}.sidebar_item.open .arrow{transform:rotate(180deg);transition:all .1s ease}.sidebar_item h6{margin-bottom:0}details summary{list-style-type:none;outline:0}details summary::-webkit-details-marker{display:none}details summary:before{background:url(../images/chevron-small-right.svg) no-repeat 0;content:"";display:inline-block;height:14px;margin-right:.25rem;width:14px}details[open] summary{margin-bottom:.5rem}details[open] summary:before{background:url(../images/chevron-small-down.svg) no-repeat 0;content:"";display:inline-block;height:14px;width:14px}[dir=rtl] details summary:before{margin-left:.25rem;margin-right:0;-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] details[open] summary:before{-webkit-transform:translate(0) rotate(0deg);-moz-transform:translate(0) rotate(0deg);-ms-transform:translate(0) rotate(0deg);-o-transform:translate(0) rotate(0deg);transition:translate(0) rotate(0deg)}table{border-collapse:collapse;border-spacing:0;width:100%}@media(min-width:48em){table{width:auto}}table.small td,table.small th{-webkit-text-size-adjust:100%;font-size:1rem}table.striped tr:nth-child(2n){background-color:#f7f7f7}table.border{border-collapse:collapse}table.border td,table.border th{border:1px solid #d4d6d8}table.stacked td,table.stacked th{display:block}@media(min-width:48em){table.stacked td,table.stacked th{display:table-cell}}table.stacked thead tr{display:none}@media(min-width:48em){table.stacked thead tr{display:table-row}}table.stacked.border tr{border:1px solid #d4d6d8}@media(min-width:48em){table.stacked.border tr td,table.stacked.border tr th{border:1px solid #d4d6d8}}td,th{font-size:1.25rem;line-height:1.4;padding:.75rem;vertical-align:top}@media(min-width:48em){td,th{padding:.75rem 2.5rem .75rem .75rem}}thead tr th{background-color:#edeff0;font-weight:600;text-align:left}.scroll{overflow-x:auto}.scroll thead th{white-space:nowrap}.scroll td,.scroll th{-webkit-text-size-adjust:100%}[dir=rtl] td,[dir=rtl] th{text-align:right}@media(min-width:48em){[dir=rtl] td,[dir=rtl] th{padding:.75rem .75rem .75rem 2.5rem}}:lang(my) td,:lang(my) th{line-height:1.7}.grid_description,.menu li a,small{font-size:.75rem}@media(min-width:48em){.grid_description,.menu li a,small{font-size:.875rem}}.language__item,details p{font-size:.875rem;line-height:1.4}@media(min-width:48em){.language__item,details p{font-size:1rem}}abbr[title],code,details summary,mark,q{font-size:1rem}@media(min-width:48em){abbr[title],code,details summary,mark,q{font-size:1.25rem}}cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){cite{font-size:1.5rem}}.language__item,.sidebar_item,tbody tr{border-bottom:1px solid #d4d6d8}.image-figcaption__cart img,div.author__img img{height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{border:none}.sidebar_item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media(min-width:48em){.sidebar_item{padding:1.5rem}}.sidebar_item.selected{background-color:#006eb5}.sidebar_item.selected h6{color:#fff}.sidebar_item.selected:hover{background-color:#006eb5}.overlay-grey:before,div.author__img:before,div.card-thumbnail__image:before,div.publication-thumbnail__image:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item,.menu li a,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{background-image:none}[data-viewport=true]{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transition:translateX(-100px);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport,[dir=rtl] [data-viewport=true].inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0);visibility:visible}[dir=rtl] [data-viewport=true]{-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transition:translateX(100px)}.scale-up{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transition:scale(.9);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only{opacity:0;-webkit-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.75rem;line-height:1.7}@media(min-width:48em){:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.875rem}}:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:.875rem}@media(min-width:48em){:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:1rem}}:lang(my) cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){:lang(my) cite{font-size:1.5rem}}.chevron-right-animated i:after,.chevron-right-animated i:before,.download-animated:after,.download-animated:before,.external-link-animated:after,.external-link-animated:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated i{box-sizing:border-box;display:block;height:1rem;left:1.25rem;position:relative;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;transition:width .3s;width:0}.chevron-right-animated i:before{background-color:#ee402d;display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated i:after{border-right:2px solid #ee402d;border-top:2px solid #ee402d;height:.75rem;right:0;top:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transition:rotate(45deg);width:.75rem}.chevron-right-animated:hover i{width:5rem}.chevron-right-animated:hover i:before{display:unset}a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.custom-scrollbar{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#000 transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#000;background-clip:padding-box;border:2px solid #fff}.custom-scrollbar::-webkit-scrollbar-corner{display:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:#000}video{object-fit:cover}
\ No newline at end of file
diff --git a/docs/css/base-minimal.min.css b/docs/css/base-minimal.min.css
index 81962ad63..2cd3de951 100644
--- a/docs/css/base-minimal.min.css
+++ b/docs/css/base-minimal.min.css
@@ -1 +1 @@
-html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.grid-container{margin-left:auto;margin-right:auto;max-width:90rem;padding-left:.75rem;padding-right:.75rem}@media print,screen and (min-width:30em){.grid-container{padding-left:1.5rem;padding-right:1.5rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.75rem;padding-right:.75rem}@media print,screen and (min-width:30em){.grid-container.fluid{padding-left:1.5rem;padding-right:1.5rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:30em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:30em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:120em){.grid-x>.xxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-margin-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-margin-x>.cell{margin-left:.375rem;margin-right:.375rem;width:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x>.cell{margin-left:.75rem;margin-right:.75rem;width:calc(100% - 1.5rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .75rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .75rem)}.grid-margin-x>.small-3{width:calc(25% - .75rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .75rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .75rem)}.grid-margin-x>.small-6{width:calc(50% - .75rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .75rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .75rem)}.grid-margin-x>.small-9{width:calc(75% - .75rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .75rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .75rem)}.grid-margin-x>.small-12{width:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.small-3{width:calc(25% - 1.5rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.small-6{width:calc(50% - 1.5rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.small-9{width:calc(75% - 1.5rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.small-12{width:calc(100% - 1.5rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.5rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.5rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.5rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.large-3{width:calc(25% - 1.5rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.large-6{width:calc(50% - 1.5rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.large-9{width:calc(75% - 1.5rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.large-12{width:calc(100% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.5rem)}}.grid-padding-x .grid-padding-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-padding-x .grid-padding-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-padding-x>.cell{padding-left:.375rem;padding-right:.375rem}@media print,screen and (min-width:30em){.grid-padding-x>.cell{padding-left:.75rem;padding-right:.75rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:30em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:120em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - .75rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - .75rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .75rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - .75rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - .75rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .75rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .75rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.5rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:30em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:30em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:30em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:90em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:90em){.xlarge-padding-collapse{margin-left:0;margin-right:0}.xlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:120em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}.xxlarge-padding-collapse{margin-left:0;margin-right:0}.xxlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.375rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .375rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .375rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .375rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .375rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .375rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .375rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .375rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .375rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .375rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .375rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .375rem)}@media print,screen and (min-width:30em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.75rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .75rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .75rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .75rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .75rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .75rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .75rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .75rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .75rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .75rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .75rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .75rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.75rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .75rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .75rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .75rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .75rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .75rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .75rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .75rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .75rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .75rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .75rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .75rem)}}@media screen and (min-width:90em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.75rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .75rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .75rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .75rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .75rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .75rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .75rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .75rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .75rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .75rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .75rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .75rem)}}@media screen and (min-width:120em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.75rem}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .75rem)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .75rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .75rem)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .75rem)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .75rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .75rem)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .75rem)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .75rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .75rem)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .75rem)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .75rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:30em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:30em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:120em){.grid-y>.xxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.375rem;margin-top:-.375rem}@media print,screen and (min-width:30em){.grid-padding-y .grid-padding-y{margin-bottom:-.75rem;margin-top:-.75rem}}.grid-padding-y>.cell{padding-bottom:.375rem;padding-top:.375rem}@media print,screen and (min-width:30em){.grid-padding-y>.cell{padding-bottom:.75rem;padding-top:.75rem}}.grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:30em){.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:90em){.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:120em){.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xxlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:30em){.grid-y.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:90em){.grid-y.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:120em){.grid-y.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:30em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:120em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.375rem;margin-top:-.375rem}@media print,screen and (min-width:30em){.grid-margin-y{margin-bottom:-.75rem;margin-top:-.75rem}}.grid-margin-y>.cell{height:calc(100% - .75rem);margin-bottom:.375rem;margin-top:.375rem}@media print,screen and (min-width:30em){.grid-margin-y>.cell{height:calc(100% - 1.5rem);margin-bottom:.75rem;margin-top:.75rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .75rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .75rem)}.grid-margin-y>.small-3{height:calc(25% - .75rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .75rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .75rem)}.grid-margin-y>.small-6{height:calc(50% - .75rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .75rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .75rem)}.grid-margin-y>.small-9{height:calc(75% - .75rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .75rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .75rem)}.grid-margin-y>.small-12{height:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.small-3{height:calc(25% - 1.5rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.small-6{height:calc(50% - 1.5rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.small-9{height:calc(75% - 1.5rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.small-12{height:calc(100% - 1.5rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.5rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.5rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.5rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.large-3{height:calc(25% - 1.5rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.large-6{height:calc(50% - 1.5rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.large-9{height:calc(75% - 1.5rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.large-12{height:calc(100% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.5rem)}}.grid-frame.grid-margin-y{height:calc(100vh + .75rem)}@media print,screen and (min-width:30em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width:120em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:30em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width:90em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width:120em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.5rem)}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:" ";display:table;flex-basis:0;order:1}.clearfix:after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{align-content:center;align-items:center;justify-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:30em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:90em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:120em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:30em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:120em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:29.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:30em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:30em){.hide-for-medium{display:none!important}}@media screen and (max-width:29.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:30em)and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:29.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em)and (max-width:89.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:90em){.show-for-large-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:90em)and (max-width:119.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:89.99875em),screen and (min-width:120em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:120em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:119.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:120em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:119.99875em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(../fonts/proximanova-regular-webfont.woff2) format("woff2"),url(../fonts/proximanova-regular-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(../fonts/proximanova-regularit-webfont.woff2) format("woff2"),url(../fonts/proximanova-regularit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"),url(../fonts/proximanova-semibold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(../fonts/proximanova-semiboldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-semiboldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(../fonts/proximanova-bold-webfont.woff2) format("woff2"),url(../fonts/proximanova-bold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(../fonts/proximanova-boldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-boldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800;src:url(../fonts/soehne-breit-web-fett.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800;src:url(../fonts/soehne-breit-web-fett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:NotoSans;font-weight:300;src:url(../fonts/NotoSansMyanmar-Light.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Light.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:400;src:url(../fonts/NotoSansMyanmar-Regular.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:500;src:url(../fonts/NotoSansMyanmar-Medium.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:600;src:url(../fonts/NotoSansMyanmar-SemiBold.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:100;src:url(../fonts/UNBangla-Thin.woff2) format("woff2"),url(../fonts/UNBangla-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100;src:url(../fonts/UNBangla-ThinItalic.woff2) format("woff2"),url(../fonts/UNBangla-ThinItalic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:400;src:url(../fonts/UNBangla-Regular.woff2) format("woff2"),url(../fonts/UNBangla-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(../fonts/UNBangla-Italic.woff2) format("woff2"),url(../fonts/UNBangla-Italic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:700;src:url(../fonts/UNBangla-Bold.woff2) format("woff2"),url(../fonts/UNBangla-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:700;src:url(../fonts/UNBangla-BoldItalic.woff2) format("woff2"),url(../fonts/UNBangla-BoldItalic.woff) format("woff")}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#000;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4}@media(min-width:48em){body{font-size:1.25rem}}button{font-family:ProximaNova,sans-serif}caption,h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;padding:0}@media(min-width:48em){caption,h1,h2,h3,h4,h5,h6{margin-bottom:1rem}}h1{font-family:SohneBreit,ProximaNova,sans-serif;font-size:2.938rem;letter-spacing:.06rem;line-height:1.08;text-transform:uppercase}@media(min-width:48em){h1{font-size:5.125rem}}@media(min-width:64em){h1{font-size:6.25rem}}h2{font-size:2.5rem;font-weight:700;line-height:1.1}@media(min-width:48em){h2{font-size:2.813rem}}@media(min-width:64em){h2{font-size:3.438rem}}h3{font-size:1.875rem;font-weight:600;line-height:1.15}@media(min-width:48em){h3{font-size:2.188rem}}h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){h4{font-size:2.188rem}}h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){h5{font-size:1.563rem}}h6{font-size:1rem;font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p{margin-top:0}ol,ul{margin:0;padding-left:1.125rem}@media(min-width:48em){ol,ul{padding-left:1.313rem}}ol li,ul li{margin-bottom:1rem;padding-left:.875rem}@media(min-width:48em){ol li,ul li{margin-bottom:1.5rem;padding-left:.75rem}}ul li::marker{font-size:1.125rem}@media(min-width:48em){ul li::marker{font-size:1.313rem}}ol li{margin-bottom:1.063rem}dl{font-size:.875rem;line-height:1.37;margin:0}@media(min-width:48em){dl{font-size:1.25rem}}dt{margin-bottom:.5rem}dd{margin-bottom:1rem;margin-inline-start:2.5rem}@media(min-width:48em){dd{margin-bottom:1.5rem;margin-inline-start:3rem}}hr{border:1px solid #000}@keyframes lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a{color:#000;text-decoration:none}:lang(my) body,:lang(my) button{font-family:NotoSans,sans-serif;line-height:1.7}:lang(my) h1,:lang(my) h2,:lang(my) h3,:lang(my) h4,:lang(my) h5,:lang(my) h6{line-height:1.7}:lang(my) h1{font-family:NotoSans,sans-serif;font-size:2.625rem}@media(min-width:48em){:lang(my) h1{font-size:3.875rem}}@media(min-width:64em){:lang(my) h1{font-size:5rem}}:lang(my) h2{font-size:2rem}@media(min-width:48em){:lang(my) h2{font-size:2.188rem}}@media(min-width:64em){:lang(my) h2{font-size:2.813rem}}:lang(my) h4{font-size:1.3rem}@media(min-width:48em){:lang(my) h4{font-size:1.8rem}}:lang(my) h5{font-size:1.25rem}@media(min-width:48em){:lang(my) h5{font-size:1.375rem}}:lang(my) p{font-size:.875rem;line-height:1.7}@media(min-width:48em){:lang(my) p{font-size:1rem}}:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:.875rem;line-height:1.9}@media(min-width:48em){:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:1.125rem}}:lang(my) .sbdocs .sbdocs-content,:lang(my) .sbdocs h1,:lang(my) .sbdocs h2,:lang(my) .sbdocs h3,:lang(my) .sbdocs h4,:lang(my) .sbdocs h5,:lang(my) .sbdocs h6,:lang(my) .sbdocs p{font-family:NotoSans,sans-serif}:lang(my) .sbdocs .sbdocs-h1{font-size:2rem}[dir=rtl] ol,[dir=rtl] ul{padding-left:0;padding-right:1.125rem}@media(min-width:48em){[dir=rtl] ol,[dir=rtl] ul{padding-right:1.313rem}}[dir=rtl] ol li,[dir=rtl] ul li{padding-left:0;padding-right:.875rem}@media(min-width:48em){[dir=rtl] ol li,[dir=rtl] ul li{padding-right:.75rem}}:lang(be) h1,:lang(bg) h1,:lang(kk) h1,:lang(ky) h1,:lang(mk) h1,:lang(mn) h1,:lang(ru) h1,:lang(sr) h1,:lang(uk) h1{font-family:ProximaNova,sans-serif}:lang(bn) body,:lang(bn) h1{font-family:UNBangla,sans-serif}.color-white{color:#fff}.color-black{color:#000}.show-large{display:none}@media(min-width:48em){.show-large{display:block}}.show-small{display:block}@media(min-width:48em){.show-small{display:none}}.height-full{height:100%}.overlay-grey:before{background:rgba(0,0,0,.2)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.scale-up.inviewport{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:scale(1)}.expand-to-size{max-width:calc(100% - 1.5rem)}@media(min-width:48em){.expand-to-size{max-width:calc(100% - 3rem)}}.overflow-hidden{overflow:hidden}.background-yellow{background-color:#ffe17e}.background-red{background-color:#ffbcb7}.background-green{background-color:#b8ecb6}.background-blue{background-color:#b5d5f5}.background-gray{background-color:#fafafa}.background-white{background-color:#fff}.accent-yellow .card-thumbnail__image:hover:before,.yellow .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .bio-card:hover .card-thumbnail__image:before,.yellow .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-yellow .author__img:hover:before,.yellow .author__img:hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow .publication-thumbnail__image:hover:after,.yellow .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .download-card:hover .card-thumbnail__image:before,.accent-yellow .download-card:hover .publication-thumbnail__image:after,.accent-yellow .publication-card:hover .publication-thumbnail__image:after,.yellow .download-card:hover .card-thumbnail__image:before,.yellow .download-card:hover .publication-thumbnail__image:after,.yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .stats-panel:hover:after,.yellow .stats-panel:hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow .stats-panel:hover .stats-card,.yellow .stats-panel:hover .stats-card{background-color:transparent}.accent-yellow .wide-card__image a:hover:before,.yellow .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .feature__card-slide:before,.yellow .feature__card-slide:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-yellow .content-card .image:before,.yellow .content-card .image:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .image-reveal-card:hover .image:before,.yellow .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-red .card-thumbnail__image:hover:before,.red .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .bio-card:hover .card-thumbnail__image:before,.red .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-red .author__img:hover:before,.red .author__img:hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red .publication-thumbnail__image:hover:after,.red .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .download-card:hover .card-thumbnail__image:before,.accent-red .download-card:hover .publication-thumbnail__image:after,.accent-red .publication-card:hover .publication-thumbnail__image:after,.red .download-card:hover .card-thumbnail__image:before,.red .download-card:hover .publication-thumbnail__image:after,.red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .stats-panel:hover:after,.red .stats-panel:hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red .stats-panel:hover .stats-card,.red .stats-panel:hover .stats-card{background-color:transparent}.accent-red .wide-card__image a:hover:before,.red .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .feature__card-slide:before,.red .feature__card-slide:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-red .content-card .image:before,.red .content-card .image:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .image-reveal-card:hover .image:before,.red .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-green .card-thumbnail__image:hover:before,.green .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .bio-card:hover .card-thumbnail__image:before,.green .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-green .author__img:hover:before,.green .author__img:hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green .publication-thumbnail__image:hover:after,.green .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .download-card:hover .card-thumbnail__image:before,.accent-green .download-card:hover .publication-thumbnail__image:after,.accent-green .publication-card:hover .publication-thumbnail__image:after,.green .download-card:hover .card-thumbnail__image:before,.green .download-card:hover .publication-thumbnail__image:after,.green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .stats-panel:hover:after,.green .stats-panel:hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green .stats-panel:hover .stats-card,.green .stats-panel:hover .stats-card{background-color:transparent}.accent-green .wide-card__image a:hover:before,.green .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .feature__card-slide:before,.green .feature__card-slide:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-green .content-card .image:before,.green .content-card .image:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .image-reveal-card:hover .image:before,.green .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-blue .card-thumbnail__image:hover:before,.blue .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .bio-card:hover .card-thumbnail__image:before,.blue .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}.accent-blue .author__img:hover:before,.blue .author__img:hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue .publication-thumbnail__image:hover:after,.blue .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .download-card:hover .card-thumbnail__image:before,.accent-blue .download-card:hover .publication-thumbnail__image:after,.accent-blue .publication-card:hover .publication-thumbnail__image:after,.blue .download-card:hover .card-thumbnail__image:before,.blue .download-card:hover .publication-thumbnail__image:after,.blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .stats-panel:hover:after,.blue .stats-panel:hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue .stats-panel:hover .stats-card,.blue .stats-panel:hover .stats-card{background-color:transparent}.accent-blue .wide-card__image a:hover:before,.blue .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .feature__card-slide:before,.blue .feature__card-slide:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-blue .content-card .image:before,.blue .content-card .image:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .image-reveal-card:hover .image:before,.blue .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before,[dir=rtl] .yellow .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%)}[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 70.49%);opacity:.75}[dir=rtl] .accent-yellow .wide-card__image a:hover:before,[dir=rtl] .yellow .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}[dir=rtl] .accent-yellow .feature__card-slide:before,[dir=rtl] .yellow .feature__card-slide:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 67.25%)}[dir=rtl] .accent-red .card-thumbnail__image:hover:before,[dir=rtl] .red .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%)}[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before,[dir=rtl] .red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .red .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 70.49%);opacity:.75}[dir=rtl] .accent-red .wide-card__image a:hover:before,[dir=rtl] .red .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}[dir=rtl] .accent-red .feature__card-slide:before,[dir=rtl] .red .feature__card-slide:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 67.25%)}[dir=rtl] .accent-green .card-thumbnail__image:hover:before,[dir=rtl] .green .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%)}[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before,[dir=rtl] .green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .green .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-green .wide-card__image a:hover:before,[dir=rtl] .green .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-green .feature__card-slide:before,[dir=rtl] .green .feature__card-slide:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 67.25%)}[dir=rtl] .accent-blue .card-thumbnail__image:hover:before,[dir=rtl] .blue .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%)}[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-blue .wide-card__image a:hover:before,[dir=rtl] .blue .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-blue .feature__card-slide:before,[dir=rtl] .blue .feature__card-slide:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 67.25%)}.accent-yellow .stats-card:hover,.yellow .stats-card:hover{background-color:#ffeb00}.accent-yellow .progress-bar,.yellow .progress-bar{background:#ffeb00}.accent-yellow .blockquote,.accent-yellow .content-card.card:hover,.yellow .blockquote,.yellow .content-card.card:hover{background-color:#ffeb00}.accent-yellow .content-card.card:hover .cta--space:after,.yellow .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-yellow .content-card.card-color:hover,.accent-yellow .content-card.card-emphasize:hover,.yellow .content-card.card-color:hover,.yellow .content-card.card-emphasize:hover{background-color:#ffeb00}.accent-yellow .feature__card-slide,.yellow .feature__card-slide{background:#ffeb00}.accent-red .stats-card:hover,.red .stats-card:hover{background-color:#ee402d}.accent-red .progress-bar,.red .progress-bar{background:#ee402d}.accent-red .blockquote,.accent-red .content-card.card:hover,.red .blockquote,.red .content-card.card:hover{background-color:#ee402d}.accent-red .content-card.card:hover .cta--space:after,.red .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-red .content-card.card-color:hover,.accent-red .content-card.card-emphasize:hover,.red .content-card.card-color:hover,.red .content-card.card-emphasize:hover{background-color:#ee402d}.accent-red .feature__card-slide,.red .feature__card-slide{background:#ee402d}.accent-green .stats-card:hover,.green .stats-card:hover{background-color:#6de354}.accent-green .progress-bar,.green .progress-bar{background:#6de354}.accent-green .blockquote,.accent-green .content-card.card:hover,.green .blockquote,.green .content-card.card:hover{background-color:#6de354}.accent-green .content-card.card:hover .cta--space:after,.green .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-green .content-card.card-color:hover,.accent-green .content-card.card-emphasize:hover,.green .content-card.card-color:hover,.green .content-card.card-emphasize:hover{background-color:#6de354}.accent-green .feature__card-slide,.green .feature__card-slide{background:#6de354}.accent-blue .stats-card:hover,.blue .stats-card:hover{background-color:#60d4f2}.accent-blue .progress-bar,.blue .progress-bar{background:#60d4f2}.accent-blue .blockquote,.accent-blue .content-card.card:hover,.blue .blockquote,.blue .content-card.card:hover{background-color:#60d4f2}.accent-blue .content-card.card:hover .cta--space:after,.blue .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-blue .content-card.card-color:hover,.accent-blue .content-card.card-emphasize:hover,.blue .content-card.card-color:hover,.blue .content-card.card-emphasize:hover{background-color:#60d4f2}.accent-blue .feature__card-slide,.blue .feature__card-slide{background:#60d4f2}.accent-yellow .content-card.card-emphasize,.yellow .content-card.card-emphasize{background-color:#ffe17e}.accent-red .content-card.card-emphasize,.red .content-card.card-emphasize{background-color:#ffbcb7}.accent-green .content-card.card-emphasize,.green .content-card.card-emphasize{background-color:#b8ecb6}.accent-blue .content-card.card-emphasize,.blue .content-card.card-emphasize{background-color:#a2daf3}abbr[title]{border-bottom:2px dashed #d12800;text-decoration:none}blockquote{font-size:1.625rem;font-weight:600;line-height:1.16;margin:0}@media(min-width:48em){blockquote{font-size:2.188rem;line-height:1.15}}blockquote a{font-size:inherit}:lang(my) blockquote{line-height:1.7}cite{display:block;font-style:inherit;font-weight:400;margin-top:1.125rem}code{background:#f7f7f7;padding:0 .25rem .25rem}mark{background:#ffe17e;font-size:.875rem;padding:.125rem}@media(min-width:48em){mark{font-size:1.25rem}}q{font-style:italic}div.card-thumbnail__image{display:inline-flex;position:relative}div.card-thumbnail__image:before{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.card-thumbnail__image:hover:before{opacity:.75}.accent-yellow div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.card-thumbnail__image:hover.yellow:before,div.card-thumbnail__image:hover.accent-yellow:before,div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-red:before,.accent-yellow div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-green:before,.accent-yellow div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-red:before,div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-yellow:before,.accent-red div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-red:before,.accent-red div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-green:before,.accent-red div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-blue:before,.accent-red div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-green:before,div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-yellow:before,.accent-green div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-red:before,.accent-green div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-green:before,.accent-green div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-blue:before,.accent-green div.card-thumbnail__image:hover.blue:before,div.card-thumbnail__image:hover.accent-blue:before,div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-red:before,.accent-blue div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-green:before,.accent-blue div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-blue:before,.accent-blue div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.yellow:before,[dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,[dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-red:before,[dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-green:before,[dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.blue:before,[dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,[dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}div.publication-thumbnail__image{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skewX(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image:after{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;z-index:1}div.publication-thumbnail__image:hover:after{opacity:.75}.accent-yellow div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.publication-thumbnail__image:hover.yellow:before,div.publication-thumbnail__image:hover.accent-yellow:after,div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red:after,div.publication-thumbnail__image:hover.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-red:before,.accent-red div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-green:before,.accent-red div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-blue:before,.accent-red div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green:after,div.publication-thumbnail__image:hover.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-red:before,.accent-green div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-green:before,.accent-green div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-blue:before,.accent-green div.publication-thumbnail__image:hover.blue:before,div.publication-thumbnail__image:hover.accent-blue:after,div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-red:before,.accent-blue div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-green:before,.accent-blue div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.yellow:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:after,[dir=rtl] div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-red:after,[dir=rtl] div.publication-thumbnail__image:hover.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-green:after,[dir=rtl] div.publication-thumbnail__image:hover.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.blue:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-blue:after,[dir=rtl] div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.color-wrapper{display:block}@media(min-width:48em){.color-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row{width:100%}@media(min-width:48em){.color__row{width:calc(50% - 10px)}}.color__row.full{width:100%}.color__row .color__title{color:#000;font-size:.813rem;min-height:28px}@media(min-width:48em){.color__row .color__title{font-size:1rem}}.color__row .color__define_wrapper{display:block}.Primary-text{color:#000;font-size:.75rem;margin-top:-1.538rem;text-align:center}@media(min-width:48em){.Primary-text{margin-top:-1.55rem}}.Primary-text .polygon img{display:block;margin:0 auto;width:10px}.color__define{display:flex;margin-bottom:1.25rem}.color__define .color__name{flex-basis:0;flex-grow:1;margin:.5rem 0;text-align:center}@media(min-width:48em){.color__define .color__name{flex-basis:0;flex-grow:1}}.color__define .color__name .color__box{height:48px;margin-bottom:.625rem;width:100%}@media(min-width:48em){.color__define .color__name .color__box{height:70px;height:85px;width:100%}}.color__define .color__name .color__box.p-blue-100{background-color:#b5d5f5}.color__define .color__name .color__box.p-blue-200{background-color:#94c4f5}.color__define .color__name .color__box.p-blue-300{background-color:#6babeb}.color__define .color__name .color__box.p-blue-400{background-color:#4f95dd}.color__define .color__name .color__box.p-blue-500{background-color:#3288ce}.color__define .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define .color__name .color__box.p-blue-700{background-color:#1f5a95}.color__define .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define .color__name .color__box.p-gray-300{background-color:#edeff0}.color__define .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define .color__name .color__box.p-gray-500{background-color:#a9b1b7}.color__define .color__name .color__box.p-gray-600{background-color:#55606e}.color__define .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define .color__name .color__box.light-yellow{background-color:#ffe17e}.color__define .color__name .color__box.yellow{background-color:#ffeb00}.color__define .color__name .color__box.dark-yellow{background-color:#fbc412}.color__define .color__name .color__box.light-red{background-color:#ffbcb7}.color__define .color__name .color__box.red{background-color:#ee402d}.color__define .color__name .color__box.dark-red{background-color:#d12800}.color__define .color__name .color__box.light-green{background-color:#b8ecb6}.color__define .color__name .color__box.green{background-color:#6de354}.color__define .color__name .color__box.dark-green{background-color:#59ba47}.color__define .color__name .color__box.light-azure{background-color:#a2daf3}.color__define .color__name .color__box.azure{background-color:#60d4f2}.color__define .color__name .color__box.dark-azure{background-color:#00c1ff}.color__define .color__name .color__code{font-size:.563rem}@media(min-width:48em){.color__define .color__name .color__code{display:flex;font-size:.625rem}}.color__define_balance{display:flex;width:100%}.color__define_balance .color__name{margin:.5rem 0;text-align:center}.color__define_balance .color__name .color__box{height:100%;height:48px;margin-bottom:.625rem}@media(min-width:64em){.color__define_balance .color__name .color__box{height:70px}}@media(min-width:48em){.color__define_balance .color__name .color__box{height:85px;width:100%}}.color__define_balance .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define_balance .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define_balance .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define_balance .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define_balance .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define_balance .color__name .color__box.dark-red{background-color:#d12800}.color__define_balance .color__name .color__code{font-size:.625rem}.color__define_balance .color__name.bl-1{height:75px;width:45%}.color__define_balance .color__name.bl-2{height:75px;width:12%}.color__define_balance .color__name.bl-3{height:75px;width:15%}.color__define_balance .color__name.bl-4{height:75px;width:18%}.color__define_balance .color__name.bl-5{height:75px;width:8%}.color__define_balance .color__name.bl-6{height:75px;width:5%}.icon--bar{cursor:pointer}.chevron-right-animated{display:inline-block;max-width:6rem;width:100%}.external-link-animated{box-shadow:-2px 2px 0 0 #d12800,-4px 0 0 -2px #d12800,-3px 3px 0 -1px #d12800;box-sizing:border-box;cursor:pointer;display:inline-block;height:.75rem;margin-inline-start:-2px;position:relative;width:.75rem}.external-link-animated:before{background:#d12800;height:2px;inset-block-start:3.5px;inset-inline-end:0;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:.625rem}.external-link-animated:after{border-block-start:2px solid #d12800;border-inline-end:2px solid #d12800;height:.5rem;inset-block-start:0;inset-inline-end:0;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:translate(0,0);width:.5rem}.external-link-animated:hover:after{-webkit-transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-ms-transform:translate(5px,-5px);-o-transform:translate(5px,-5px);transition:translate(5px,-5px)}.external-link-animated:hover:before{-webkit-transform:rotate(-45deg) translate(7px);-moz-transform:rotate(-45deg) translate(7px);-ms-transform:rotate(-45deg) translate(7px);-o-transform:rotate(-45deg) translate(7px);transition:rotate(-45deg) translate(7px,0)}.download-animated{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated i{border:2px solid #d12800;border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated:after{border-block-end:2px solid #d12800;border-inline-start:2px solid #d12800;height:8px;inset-block-end:6px;inset-inline-start:7px;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:8px}.download-animated:before{background:#d12800;height:10px;inset-block-end:7px;inset-inline-start:10px;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transition:translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:2px}.download-animated:hover:after{-webkit-transform:rotate(-45deg) translate(7px,-7px);-moz-transform:rotate(-45deg) translate(7px,-7px);-ms-transform:rotate(-45deg) translate(7px,-7px);-o-transform:rotate(-45deg) translate(7px,-7px);transition:rotate(-45deg) translate(7px,-7px)}.download-animated:hover:before{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transition:translate(0,-10px)}[dir=rtl] .chevron-right-animated{-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] .chevron-right-animated:hover{-webkit-transform:translate(-10px) rotate(180deg);-moz-transform:translate(-10px) rotate(180deg);-ms-transform:translate(-10px) rotate(180deg);-o-transform:translate(-10px) rotate(180deg);transition:translate(-10px) rotate(180deg)}[dir=rtl] .external-link-animated,[dir=rtl] .external-link-animated:hover{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transition:rotate(270deg)}.icons-container{display:flex;flex-wrap:wrap}.icons-container>div>div{margin:0 auto}.icons-container p{font-size:14px;margin-top:10px}.icons-container>div{align-items:center;background:#edeff0;border:1px solid #d4d6d8;box-shadow:2px 2px 4px #edeff0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 1rem 2rem;padding:1rem .5rem;text-align:center;width:calc(100% - 2rem)}@media(min-width:48em){.icons-container>div{width:calc(25% - 2rem)}}div.author__img{border-radius:50%;height:80px;min-width:80px;overflow:hidden;position:relative;width:80px}div.author__img:before{border-radius:50%;opacity:0;overflow:hidden;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.author__img:hover:before{opacity:.75}div.author__img:hover.accent-yellow:before,div.author__img:hover.yellow:before,div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}div.author__img:hover.accent-red:before,div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}div.author__img:hover.accent-green:before,div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}div.author__img:hover.accent-blue:before,div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}div.author__img.large{height:180px;width:180px}div.author__img.large:before{height:180px}.accent-yellow div.author__img:hover.accent-yellow:before,.accent-yellow div.author__img:hover.yellow:before,.accent-yellow div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-yellow div.author__img:hover.accent-red:before,.accent-yellow div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-yellow div.author__img:hover.accent-green:before,.accent-yellow div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-yellow div.author__img:hover.accent-blue:before,.accent-yellow div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-red div.author__img:hover:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-yellow:before,.accent-red div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-red div.author__img:hover.accent-red:before,.accent-red div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-green:before,.accent-red div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-red div.author__img:hover.accent-blue:before,.accent-red div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-green div.author__img:hover:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-green div.author__img:hover.accent-yellow:before,.accent-green div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-green div.author__img:hover.accent-red:before,.accent-green div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-green div.author__img:hover.accent-green:before,.accent-green div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover:before,.accent-green div.author__img:hover.accent-blue:before,.accent-green div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-blue div.author__img:hover.accent-yellow:before,.accent-blue div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-blue div.author__img:hover.accent-red:before,.accent-blue div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-blue div.author__img:hover.accent-green:before,.accent-blue div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover.accent-blue:before,.accent-blue div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}[dir=rtl] .author__img:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}img,picture{height:auto;max-width:100%}picture{display:block}figure{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}figure,figure img,figure>div{width:100%}figure figcaption{line-height:1.4;margin:1rem 1.5rem 2rem}@media(min-width:48em){figure figcaption{margin:2rem 0;max-width:64rem;width:100%}}figure.medium{flex-direction:column;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:64rem}@media(min-width:48em){figure.medium{margin:0 auto;width:100%}figure.medium>div{width:100%}figure.medium img{max-width:100%}figure.medium figcaption{line-height:1.4;width:100%}}figure.portrait{align-items:flex-end;flex-direction:column;flex-wrap:nowrap;margin-left:auto;margin-right:auto}@media(min-width:48em){figure.portrait{flex-direction:row}figure.portrait img{width:100%}figure.portrait>div,figure.portrait>img{width:50%}figure.portrait figcaption{display:block;margin:0 0 0 1.5rem;max-width:64rem;padding-bottom:0;width:50%}figure.portrait figcaption p{margin-bottom:1rem;padding:0}figure.portrait figcaption p+.credits{border-top:1px solid #a9b1b7;margin-left:0;padding:1rem 0 0}}figure.portrait .credits{border-left:0;border-right:0;margin-bottom:1rem}figure.portrait .author__caption{font-size:.875rem;line-height:1.5}.image-figcaption__cart img{display:block}@media(min-width:48em){[dir=rtl] figure.portrait figcaption{margin:0 1.5rem 0 0}[dir=rtl] figure.portrait .credits{border-right:0;margin-right:0;padding:1rem 0}}.credits{font-size:.875rem;line-height:1.4;margin-left:auto}@media(min-width:48em){.credits{font-size:1rem}}.grid_name{color:#000;font-size:1.375rem;margin-bottom:1rem;margin-top:1rem;min-height:28px}@media(max-width:47.9375em){.grid_name{font-size:1.625rem}}.grid_name span{font-size:.875rem}.grid_description{color:#000;margin-bottom:1.25rem}.grid--layout{background-color:#edeff0;height:3rem;margin-bottom:.5rem}.grid--layout:nth-child(odd){background-color:#f7f7f7}.grid--layout .column{font-size:.813rem;padding:.625rem}.spacing-wrapper .spacing__row .spacing__title.Primary{font-size:3.438rem;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:4rem;margin-top:.5rem}.spacing__define .spacing__name{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.spacing__define .spacing__name .spacing__label,.spacing__define .spacing__name .spacing__size{height:100px;width:100px}@media(min-width:48em){.spacing__define .spacing__name .spacing__size{margin:0 11rem}}.spacing__define .spacing__name .spacing-1,.spacing__define .spacing__name .spacing-10,.spacing__define .spacing__name .spacing-11,.spacing__define .spacing__name .spacing-12,.spacing__define .spacing__name .spacing-13,.spacing__define .spacing__name .spacing-2,.spacing__define .spacing__name .spacing-3,.spacing__define .spacing__name .spacing-4,.spacing__define .spacing__name .spacing-5,.spacing__define .spacing__name .spacing-6,.spacing__define .spacing__name .spacing-7,.spacing__define .spacing__name .spacing-8,.spacing__define .spacing__name .spacing-9{background-color:#006eb5}.spacing__define .spacing__name .spacing-1{height:2px;width:2px}.spacing__define .spacing__name .spacing-2{height:4px;width:4px}.spacing__define .spacing__name .spacing-3{height:8px;width:8px}.spacing__define .spacing__name .spacing-4{height:12px;width:12px}.spacing__define .spacing__name .spacing-5{height:16px;width:16px}.spacing__define .spacing__name .spacing-6{height:24px;width:24px}.spacing__define .spacing__name .spacing-7{height:32px;width:32px}.spacing__define .spacing__name .spacing-8{height:40px;width:40px}.spacing__define .spacing__name .spacing-9{height:48px;width:48px}.spacing__define .spacing__name .spacing-10{height:64px;width:64px}.spacing__define .spacing__name .spacing-11{height:80px;width:80px}.spacing__define .spacing__name .spacing-12{height:96px;width:96px}.spacing__define .spacing__name .spacing-13{height:160px;width:160px}.breadcrumb__item{color:#d12800;font-size:.75rem;font-weight:600;text-transform:uppercase}.breadcrumb__item:hover{color:#ee402d}.language__item{display:inline-block;line-height:.9;min-width:100px;padding:.75rem 1rem}.menu li a{border:none;display:inline;letter-spacing:.03em;text-transform:uppercase}.menu li a:hover{color:#55606e;cursor:pointer}.menu li a.selected{border-bottom:2px solid #d12800;padding-bottom:.25rem}.progress-container{background:#edeff0;height:.75rem;width:100%}@media(min-width:48em){.progress-container{height:1rem}}.progress-container .progress-bar{background:#ffeb00}.progress-container.small{height:.625rem}@media(min-width:48em){.progress-container.small{height:.75rem}}.progress-container.small .progress-bar{height:.625rem}@media(min-width:48em){.progress-container.small .progress-bar{height:.75rem}}.progress-container.accent-yellow .progress-bar,.progress-container.yellow .progress-bar{background:#ffeb00}.progress-container.accent-red .progress-bar,.progress-container.red .progress-bar{background:#ee402d}.progress-container.accent-green .progress-bar,.progress-container.green .progress-bar{background:#6de354}.progress-container.accent-blue .progress-bar,.progress-container.blue .progress-bar{background:#60d4f2}.accent-yellow .progress-container .progress-bar,.accent-yellow .progress-container.accent-yellow .progress-bar,.accent-yellow .progress-container.yellow .progress-bar,.yellow .progress-container .progress-bar,.yellow .progress-container.accent-yellow .progress-bar,.yellow .progress-container.yellow .progress-bar{background:#ffeb00}.accent-yellow .progress-container.accent-red .progress-bar,.accent-yellow .progress-container.red .progress-bar,.yellow .progress-container.accent-red .progress-bar,.yellow .progress-container.red .progress-bar{background:#ee402d}.accent-yellow .progress-container.accent-green .progress-bar,.accent-yellow .progress-container.green .progress-bar,.yellow .progress-container.accent-green .progress-bar,.yellow .progress-container.green .progress-bar{background:#6de354}.accent-yellow .progress-container.accent-blue .progress-bar,.accent-yellow .progress-container.blue .progress-bar,.yellow .progress-container.accent-blue .progress-bar,.yellow .progress-container.blue .progress-bar{background:#60d4f2}.accent-red .progress-container .progress-bar,.red .progress-container .progress-bar{background:#ee402d}.accent-red .progress-container.accent-yellow .progress-bar,.accent-red .progress-container.yellow .progress-bar,.red .progress-container.accent-yellow .progress-bar,.red .progress-container.yellow .progress-bar{background:#ffeb00}.accent-red .progress-container.accent-red .progress-bar,.accent-red .progress-container.red .progress-bar,.red .progress-container.accent-red .progress-bar,.red .progress-container.red .progress-bar{background:#ee402d}.accent-red .progress-container.accent-green .progress-bar,.accent-red .progress-container.green .progress-bar,.red .progress-container.accent-green .progress-bar,.red .progress-container.green .progress-bar{background:#6de354}.accent-red .progress-container.accent-blue .progress-bar,.accent-red .progress-container.blue .progress-bar,.red .progress-container.accent-blue .progress-bar,.red .progress-container.blue .progress-bar{background:#60d4f2}.accent-green .progress-container .progress-bar,.green .progress-container .progress-bar{background:#6de354}.accent-green .progress-container.accent-yellow .progress-bar,.accent-green .progress-container.yellow .progress-bar,.green .progress-container.accent-yellow .progress-bar,.green .progress-container.yellow .progress-bar{background:#ffeb00}.accent-green .progress-container.accent-red .progress-bar,.accent-green .progress-container.red .progress-bar,.green .progress-container.accent-red .progress-bar,.green .progress-container.red .progress-bar{background:#ee402d}.accent-green .progress-container.accent-green .progress-bar,.accent-green .progress-container.green .progress-bar,.green .progress-container.accent-green .progress-bar,.green .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container .progress-bar,.accent-green .progress-container.accent-blue .progress-bar,.accent-green .progress-container.blue .progress-bar,.blue .progress-container .progress-bar,.green .progress-container.accent-blue .progress-bar,.green .progress-container.blue .progress-bar{background:#60d4f2}.accent-blue .progress-container.accent-yellow .progress-bar,.accent-blue .progress-container.yellow .progress-bar,.blue .progress-container.accent-yellow .progress-bar,.blue .progress-container.yellow .progress-bar{background:#ffeb00}.accent-blue .progress-container.accent-red .progress-bar,.accent-blue .progress-container.red .progress-bar,.blue .progress-container.accent-red .progress-bar,.blue .progress-container.red .progress-bar{background:#ee402d}.accent-blue .progress-container.accent-green .progress-bar,.accent-blue .progress-container.green .progress-bar,.blue .progress-container.accent-green .progress-bar,.blue .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container.accent-blue .progress-bar,.accent-blue .progress-container.blue .progress-bar,.blue .progress-container.accent-blue .progress-bar,.blue .progress-container.blue .progress-bar{background:#60d4f2}.progress-bar{height:.75rem;min-width:1%;position:fixed;-webkit-transition:width .2s linear;-moz-transition:width .2s linear;-ms-transition:width .2s linear;-o-transition:width .2s linear;transition:width .2s linear;width:34%;z-index:1}@media(min-width:48em){.progress-bar{height:1rem}}.progress-top{top:0}.sidebar_item:hover{background-color:#f7f7f7}.sidebar_item.open .arrow{transform:rotate(180deg);transition:all .1s ease}.sidebar_item h6{margin-bottom:0}details summary{list-style-type:none;outline:0}details summary::-webkit-details-marker{display:none}details summary:before{background:url(../images/chevron-small-right.svg) no-repeat 0;content:"";display:inline-block;height:14px;margin-right:.25rem;width:14px}details[open] summary{margin-bottom:.5rem}details[open] summary:before{background:url(../images/chevron-small-down.svg) no-repeat 0;content:"";display:inline-block;height:14px;width:14px}[dir=rtl] details summary:before{margin-left:.25rem;margin-right:0;-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] details[open] summary:before{-webkit-transform:translate(0) rotate(0deg);-moz-transform:translate(0) rotate(0deg);-ms-transform:translate(0) rotate(0deg);-o-transform:translate(0) rotate(0deg);transition:translate(0) rotate(0deg)}table{border-collapse:collapse;border-spacing:0;width:100%}@media(min-width:48em){table{width:auto}}table.small td,table.small th{-webkit-text-size-adjust:100%;font-size:1rem}table.striped tr:nth-child(2n){background-color:#f7f7f7}table.border{border-collapse:collapse}table.border td,table.border th{border:1px solid #d4d6d8}table.stacked td,table.stacked th{display:block}@media(min-width:48em){table.stacked td,table.stacked th{display:table-cell}}table.stacked thead tr{display:none}@media(min-width:48em){table.stacked thead tr{display:table-row}}table.stacked.border tr{border:1px solid #d4d6d8}@media(min-width:48em){table.stacked.border tr td,table.stacked.border tr th{border:1px solid #d4d6d8}}td,th{font-size:1.25rem;line-height:1.4;padding:.75rem;vertical-align:top}@media(min-width:48em){td,th{padding:.75rem 2.5rem .75rem .75rem}}thead tr th{background-color:#edeff0;font-weight:600;text-align:left}.scroll{overflow-x:auto}.scroll thead th{white-space:nowrap}.scroll td,.scroll th{-webkit-text-size-adjust:100%}[dir=rtl] td,[dir=rtl] th{text-align:right}@media(min-width:48em){[dir=rtl] td,[dir=rtl] th{padding:.75rem .75rem .75rem 2.5rem}}:lang(my) td,:lang(my) th{line-height:1.7}.grid_description,.menu li a,small{font-size:.75rem}@media(min-width:48em){.grid_description,.menu li a,small{font-size:.875rem}}.language__item,details p{font-size:.875rem;line-height:1.4}@media(min-width:48em){.language__item,details p{font-size:1rem}}abbr[title],code,details summary,mark,q{font-size:1rem}@media(min-width:48em){abbr[title],code,details summary,mark,q{font-size:1.25rem}}cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){cite{font-size:1.5rem}}.language__item,.sidebar_item,tbody tr{border-bottom:1px solid #d4d6d8}.image-figcaption__cart img,div.author__img img{height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{border:none}.sidebar_item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media(min-width:48em){.sidebar_item{padding:1.5rem}}.sidebar_item.selected{background-color:#006eb5}.sidebar_item.selected h6{color:#fff}.sidebar_item.selected:hover{background-color:#006eb5}.overlay-grey:before,div.author__img:before,div.card-thumbnail__image:before,div.publication-thumbnail__image:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item,.menu li a,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{background-image:none}[data-viewport=true]{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transition:translateX(-100px);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport,[dir=rtl] [data-viewport=true].inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0);visibility:visible}[dir=rtl] [data-viewport=true]{-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transition:translateX(100px)}.scale-up{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transition:scale(.9);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only{opacity:0;-webkit-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.75rem;line-height:1.7}@media(min-width:48em){:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.875rem}}:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:.875rem}@media(min-width:48em){:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:1rem}}:lang(my) cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){:lang(my) cite{font-size:1.5rem}}.chevron-right-animated i:after,.chevron-right-animated i:before,.download-animated:after,.download-animated:before,.external-link-animated:after,.external-link-animated:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated i{box-sizing:border-box;display:block;height:1rem;left:1.25rem;position:relative;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;transition:width .3s;width:0}.chevron-right-animated i:before{background-color:#ee402d;display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated i:after{border-right:2px solid #ee402d;border-top:2px solid #ee402d;height:.75rem;right:0;top:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transition:rotate(45deg);width:.75rem}.chevron-right-animated:hover i{width:5rem}.chevron-right-animated:hover i:before{display:unset}a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.custom-scrollbar{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#000 transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#000;background-clip:padding-box;border:2px solid #fff}.custom-scrollbar::-webkit-scrollbar-corner{display:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:#000}video{object-fit:cover}
\ No newline at end of file
+html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.grid-container{margin-left:auto;margin-right:auto;max-width:90rem;padding-left:.75rem;padding-right:.75rem}@media print,screen and (min-width:30em){.grid-container{padding-left:1.5rem;padding-right:1.5rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.75rem;padding-right:.75rem}@media print,screen and (min-width:30em){.grid-container.fluid{padding-left:1.5rem;padding-right:1.5rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:30em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:30em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:120em){.grid-x>.xxlarge-auto{flex:1 1 0;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.3333333333%}.grid-x>.xxlarge-2{width:16.6666666667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.3333333333%}.grid-x>.xxlarge-5{width:41.6666666667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.3333333333%}.grid-x>.xxlarge-8{width:66.6666666667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.3333333333%}.grid-x>.xxlarge-11{width:91.6666666667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-margin-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-margin-x>.cell{margin-left:.375rem;margin-right:.375rem;width:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x>.cell{margin-left:.75rem;margin-right:.75rem;width:calc(100% - 1.5rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - .75rem)}.grid-margin-x>.small-2{width:calc(16.66667% - .75rem)}.grid-margin-x>.small-3{width:calc(25% - .75rem)}.grid-margin-x>.small-4{width:calc(33.33333% - .75rem)}.grid-margin-x>.small-5{width:calc(41.66667% - .75rem)}.grid-margin-x>.small-6{width:calc(50% - .75rem)}.grid-margin-x>.small-7{width:calc(58.33333% - .75rem)}.grid-margin-x>.small-8{width:calc(66.66667% - .75rem)}.grid-margin-x>.small-9{width:calc(75% - .75rem)}.grid-margin-x>.small-10{width:calc(83.33333% - .75rem)}.grid-margin-x>.small-11{width:calc(91.66667% - .75rem)}.grid-margin-x>.small-12{width:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.small-3{width:calc(25% - 1.5rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.small-6{width:calc(50% - 1.5rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.small-9{width:calc(75% - 1.5rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.small-12{width:calc(100% - 1.5rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.5rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.5rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.5rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.large-3{width:calc(25% - 1.5rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.large-6{width:calc(50% - 1.5rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.large-9{width:calc(75% - 1.5rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.large-12{width:calc(100% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 1.5rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.5rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.5rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.5rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.5rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.5rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.5rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.5rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.5rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.5rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.5rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.5rem)}}.grid-padding-x .grid-padding-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-padding-x .grid-padding-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.375rem;margin-right:-.375rem}@media print,screen and (min-width:30em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.75rem;margin-right:-.75rem}}.grid-padding-x>.cell{padding-left:.375rem;padding-right:.375rem}@media print,screen and (min-width:30em){.grid-padding-x>.cell{padding-left:.75rem;padding-right:.75rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:30em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:120em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - .75rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - .75rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - .75rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - .75rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - .75rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - .75rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - .75rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.5rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.5rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.5rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.5rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.5rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.5rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.5rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.5rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.5rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:30em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.small-margin-collapse>.xxlarge-1{width:8.3333333333%}.small-margin-collapse>.xxlarge-2{width:16.6666666667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.3333333333%}.small-margin-collapse>.xxlarge-5{width:41.6666666667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.3333333333%}.small-margin-collapse>.xxlarge-8{width:66.6666666667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.3333333333%}.small-margin-collapse>.xxlarge-11{width:91.6666666667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:30em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.medium-margin-collapse>.xxlarge-1{width:8.3333333333%}.medium-margin-collapse>.xxlarge-2{width:16.6666666667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.3333333333%}.medium-margin-collapse>.xxlarge-5{width:41.6666666667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.3333333333%}.medium-margin-collapse>.xxlarge-8{width:66.6666666667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.3333333333%}.medium-margin-collapse>.xxlarge-11{width:91.6666666667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:30em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.large-margin-collapse>.xxlarge-1{width:8.3333333333%}.large-margin-collapse>.xxlarge-2{width:16.6666666667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.3333333333%}.large-margin-collapse>.xxlarge-5{width:41.6666666667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.3333333333%}.large-margin-collapse>.xxlarge-8{width:66.6666666667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.3333333333%}.large-margin-collapse>.xxlarge-11{width:91.6666666667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:90em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:120em){.xlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:90em){.xlarge-padding-collapse{margin-left:0;margin-right:0}.xlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:120em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xxlarge-margin-collapse>.small-1{width:8.3333333333%}.xxlarge-margin-collapse>.small-2{width:16.6666666667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.3333333333%}.xxlarge-margin-collapse>.small-5{width:41.6666666667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.3333333333%}.xxlarge-margin-collapse>.small-8{width:66.6666666667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.3333333333%}.xxlarge-margin-collapse>.small-11{width:91.6666666667%}.xxlarge-margin-collapse>.small-12{width:100%}.xxlarge-margin-collapse>.medium-1{width:8.3333333333%}.xxlarge-margin-collapse>.medium-2{width:16.6666666667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.3333333333%}.xxlarge-margin-collapse>.medium-5{width:41.6666666667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.3333333333%}.xxlarge-margin-collapse>.medium-8{width:66.6666666667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.3333333333%}.xxlarge-margin-collapse>.medium-11{width:91.6666666667%}.xxlarge-margin-collapse>.medium-12{width:100%}.xxlarge-margin-collapse>.large-1{width:8.3333333333%}.xxlarge-margin-collapse>.large-2{width:16.6666666667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.3333333333%}.xxlarge-margin-collapse>.large-5{width:41.6666666667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.3333333333%}.xxlarge-margin-collapse>.large-8{width:66.6666666667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.3333333333%}.xxlarge-margin-collapse>.large-11{width:91.6666666667%}.xxlarge-margin-collapse>.large-12{width:100%}.xxlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}.xxlarge-margin-collapse>.xxlarge-1{width:8.3333333333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.6666666667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.3333333333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.6666666667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}.xxlarge-padding-collapse{margin-left:0;margin-right:0}.xxlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.375rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .375rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .375rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .375rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .375rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .375rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .375rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .375rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .375rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .375rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .375rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .375rem)}@media print,screen and (min-width:30em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.75rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .75rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .75rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .75rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .75rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .75rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .75rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .75rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .75rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .75rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .75rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .75rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.75rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .75rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .75rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .75rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .75rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .75rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .75rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .75rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .75rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .75rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .75rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .75rem)}}@media screen and (min-width:90em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.75rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .75rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .75rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .75rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .75rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .75rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .75rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .75rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .75rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .75rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .75rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .75rem)}}@media screen and (min-width:120em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.75rem}.xxlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .75rem)}.xxlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .75rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .75rem)}.xxlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .75rem)}.xxlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .75rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .75rem)}.xxlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .75rem)}.xxlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .75rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .75rem)}.xxlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .75rem)}.xxlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .75rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:30em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:120em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:30em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xlarge-auto{flex:1 1 0;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:120em){.grid-y>.xxlarge-auto{flex:1 1 0;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.3333333333%}.grid-y>.xxlarge-2{height:16.6666666667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.3333333333%}.grid-y>.xxlarge-5{height:41.6666666667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.3333333333%}.grid-y>.xxlarge-8{height:66.6666666667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.3333333333%}.grid-y>.xxlarge-11{height:91.6666666667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.375rem;margin-top:-.375rem}@media print,screen and (min-width:30em){.grid-padding-y .grid-padding-y{margin-bottom:-.75rem;margin-top:-.75rem}}.grid-padding-y>.cell{padding-bottom:.375rem;padding-top:.375rem}@media print,screen and (min-width:30em){.grid-padding-y>.cell{padding-bottom:.75rem;padding-top:.75rem}}.grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:30em){.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:90em){.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:120em){.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.xxlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:30em){.grid-y.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:90em){.grid-y.xlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:120em){.grid-y.xxlarge-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:30em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:120em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.375rem;margin-top:-.375rem}@media print,screen and (min-width:30em){.grid-margin-y{margin-bottom:-.75rem;margin-top:-.75rem}}.grid-margin-y>.cell{height:calc(100% - .75rem);margin-bottom:.375rem;margin-top:.375rem}@media print,screen and (min-width:30em){.grid-margin-y>.cell{height:calc(100% - 1.5rem);margin-bottom:.75rem;margin-top:.75rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - .75rem)}.grid-margin-y>.small-2{height:calc(16.66667% - .75rem)}.grid-margin-y>.small-3{height:calc(25% - .75rem)}.grid-margin-y>.small-4{height:calc(33.33333% - .75rem)}.grid-margin-y>.small-5{height:calc(41.66667% - .75rem)}.grid-margin-y>.small-6{height:calc(50% - .75rem)}.grid-margin-y>.small-7{height:calc(58.33333% - .75rem)}.grid-margin-y>.small-8{height:calc(66.66667% - .75rem)}.grid-margin-y>.small-9{height:calc(75% - .75rem)}.grid-margin-y>.small-10{height:calc(83.33333% - .75rem)}.grid-margin-y>.small-11{height:calc(91.66667% - .75rem)}.grid-margin-y>.small-12{height:calc(100% - .75rem)}@media print,screen and (min-width:30em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.small-3{height:calc(25% - 1.5rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.small-6{height:calc(50% - 1.5rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.small-9{height:calc(75% - 1.5rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.small-12{height:calc(100% - 1.5rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.5rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.5rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.5rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.large-3{height:calc(25% - 1.5rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.large-6{height:calc(50% - 1.5rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.large-9{height:calc(75% - 1.5rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.large-12{height:calc(100% - 1.5rem)}}@media screen and (min-width:90em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.5rem)}}@media screen and (min-width:120em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.5rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.5rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.5rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.5rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.5rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.5rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.5rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.5rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.5rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.5rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.5rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.5rem)}}.grid-frame.grid-margin-y{height:calc(100vh + .75rem)}@media print,screen and (min-width:30em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media screen and (min-width:120em){.grid-frame.grid-margin-y{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:30em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.5rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width:90em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.5rem)}}@media screen and (min-width:120em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.5rem)}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:" ";display:table;flex-basis:0;order:1}.clearfix:after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{align-content:center;align-items:center;justify-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:30em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width:90em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:120em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:30em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:120em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:29.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:30em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:30em){.hide-for-medium{display:none!important}}@media screen and (max-width:29.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:30em)and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:29.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em)and (max-width:89.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:90em){.show-for-large-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:90em)and (max-width:119.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:89.99875em),screen and (min-width:120em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:120em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:119.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:120em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:119.99875em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:400;src:url(../fonts/proximanova-regular-webfont.woff2) format("woff2"),url(../fonts/proximanova-regular-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:400;src:url(../fonts/proximanova-regularit-webfont.woff2) format("woff2"),url(../fonts/proximanova-regularit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:600;src:url(../fonts/proximanova-semibold-webfont.woff2) format("woff2"),url(../fonts/proximanova-semibold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:600;src:url(../fonts/proximanova-semiboldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-semiboldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:normal;font-weight:700;src:url(../fonts/proximanova-bold-webfont.woff2) format("woff2"),url(../fonts/proximanova-bold-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:ProximaNova;font-style:italic;font-weight:700;src:url(../fonts/proximanova-boldit-webfont.woff2) format("woff2"),url(../fonts/proximanova-boldit-webfont.woff) format("woff")}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:700;src:url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-dreiviertelfett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:normal;font-weight:800;src:url(../fonts/soehne-breit-web-fett.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-206f,u+2070-209f}@font-face{font-display:swap;font-family:SohneBreit;font-style:italic;font-weight:800;src:url(../fonts/soehne-breit-web-fett-kursiv.woff2) format("woff2"),url(../fonts/soehne-breit-web-fett-kursiv.woff) format("woff");unicode-range:u+0000-024f,u+1e??,u+2000-20cf}@font-face{font-display:swap;font-family:NotoSans;font-weight:300;src:url(../fonts/NotoSansMyanmar-Light.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Light.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:400;src:url(../fonts/NotoSansMyanmar-Regular.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:500;src:url(../fonts/NotoSansMyanmar-Medium.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:NotoSans;font-weight:600;src:url(../fonts/NotoSansMyanmar-SemiBold.woff2) format("woff2"),url(../fonts/NotoSansMyanmar-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:100;src:url(../fonts/UNBangla-Thin.woff2) format("woff2"),url(../fonts/UNBangla-Thin.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:100;src:url(../fonts/UNBangla-ThinItalic.woff2) format("woff2"),url(../fonts/UNBangla-ThinItalic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:400;src:url(../fonts/UNBangla-Regular.woff2) format("woff2"),url(../fonts/UNBangla-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:400;src:url(../fonts/UNBangla-Italic.woff2) format("woff2"),url(../fonts/UNBangla-Italic.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-weight:700;src:url(../fonts/UNBangla-Bold.woff2) format("woff2"),url(../fonts/UNBangla-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:UNBangla;font-style:italic;font-weight:700;src:url(../fonts/UNBangla-BoldItalic.woff2) format("woff2"),url(../fonts/UNBangla-BoldItalic.woff) format("woff")}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#000;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4}@media(min-width:48em){body{font-size:1.25rem}}button{font-family:ProximaNova,sans-serif}caption,h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;padding:0}@media(min-width:48em){caption,h1,h2,h3,h4,h5,h6{margin-bottom:1rem}}h1{font-family:SohneBreit,ProximaNova,sans-serif;font-size:2.938rem;letter-spacing:.06rem;line-height:1.08;text-transform:uppercase}@media(min-width:48em){h1{font-size:5.125rem}}@media(min-width:64em){h1{font-size:6.25rem}}h2{font-size:2.5rem;font-weight:700;line-height:1.1}@media(min-width:48em){h2{font-size:2.813rem}}@media(min-width:64em){h2{font-size:3.438rem}}h3{font-size:1.875rem;font-weight:600;line-height:1.15}@media(min-width:48em){h3{font-size:2.188rem}}h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){h4{font-size:2.188rem}}h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){h5{font-size:1.563rem}}h6{font-size:1rem;font-weight:700;letter-spacing:.03rem;line-height:1.15;text-transform:uppercase}p{margin-top:0}ol,ul{margin:0;padding-left:1.125rem}@media(min-width:48em){ol,ul{padding-left:1.313rem}}ol li,ul li{margin-bottom:1rem;padding-left:.875rem}@media(min-width:48em){ol li,ul li{margin-bottom:1.5rem;padding-left:.75rem}}ul li::marker{font-size:1.125rem}@media(min-width:48em){ul li::marker{font-size:1.313rem}}ol li{margin-bottom:1.063rem}dl{font-size:.875rem;line-height:1.37;margin:0}@media(min-width:48em){dl{font-size:1.25rem}}dt{margin-bottom:.5rem}dd{margin-bottom:1rem;margin-inline-start:2.5rem}@media(min-width:48em){dd{margin-bottom:1.5rem;margin-inline-start:3rem}}hr{border:1px solid #000}@keyframes lineLoop-animation{0%{background-position:100% 100%,-30px 100%;background-size:100% 2px,0 2px}to{background-position:calc(100% + 30px) 100%,0 100%;background-size:0 2px,100% 2px}}a{color:#000;text-decoration:none}:lang(my) body,:lang(my) button{font-family:NotoSans,sans-serif;line-height:1.7}:lang(my) h1,:lang(my) h2,:lang(my) h3,:lang(my) h4,:lang(my) h5,:lang(my) h6{line-height:1.7}:lang(my) h1{font-family:NotoSans,sans-serif;font-size:2.625rem}@media(min-width:48em){:lang(my) h1{font-size:3.875rem}}@media(min-width:64em){:lang(my) h1{font-size:5rem}}:lang(my) h2{font-size:2rem}@media(min-width:48em){:lang(my) h2{font-size:2.188rem}}@media(min-width:64em){:lang(my) h2{font-size:2.813rem}}:lang(my) h4{font-size:1.3rem}@media(min-width:48em){:lang(my) h4{font-size:1.8rem}}:lang(my) h5{font-size:1.25rem}@media(min-width:48em){:lang(my) h5{font-size:1.375rem}}:lang(my) p{font-size:.875rem;line-height:1.7}@media(min-width:48em){:lang(my) p{font-size:1rem}}:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:.875rem;line-height:1.9}@media(min-width:48em){:lang(my) dl,:lang(my) ol li,:lang(my) ul li{font-size:1.125rem}}:lang(my) .sbdocs .sbdocs-content,:lang(my) .sbdocs h1,:lang(my) .sbdocs h2,:lang(my) .sbdocs h3,:lang(my) .sbdocs h4,:lang(my) .sbdocs h5,:lang(my) .sbdocs h6,:lang(my) .sbdocs p{font-family:NotoSans,sans-serif}:lang(my) .sbdocs .sbdocs-h1{font-size:2rem}[dir=rtl] ol,[dir=rtl] ul{padding-left:0;padding-right:1.125rem}@media(min-width:48em){[dir=rtl] ol,[dir=rtl] ul{padding-right:1.313rem}}[dir=rtl] ol li,[dir=rtl] ul li{padding-left:0;padding-right:.875rem}@media(min-width:48em){[dir=rtl] ol li,[dir=rtl] ul li{padding-right:.75rem}}:lang(be) h1,:lang(bg) h1,:lang(kk) h1,:lang(ky) h1,:lang(mk) h1,:lang(mn) h1,:lang(ru) h1,:lang(sr) h1,:lang(uk) h1{font-family:ProximaNova,sans-serif}:lang(bn) body,:lang(bn) h1{font-family:UNBangla,sans-serif}.color-white{color:#fff}.color-black{color:#000}.show-large{display:none}@media(min-width:48em){.show-large{display:block}}.show-small{display:block}@media(min-width:48em){.show-small{display:none}}.height-full{height:100%}.overlay-grey:before{background:rgba(0,0,0,.2)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.scale-up.inviewport{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:scale(1)}.expand-to-size{max-width:calc(100% - 1.5rem)}@media(min-width:48em){.expand-to-size{max-width:calc(100% - 3rem)}}.overflow-hidden{overflow:hidden}.background-yellow{background-color:#ffe17e}.background-red{background-color:#ffbcb7}.background-green{background-color:#b8ecb6}.background-blue{background-color:#b5d5f5}.background-gray{background-color:#fafafa}.background-white{background-color:#fff}.accent-yellow .card-thumbnail__image:hover:before,.yellow .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .bio-card:hover .card-thumbnail__image:before,.yellow .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-yellow .author__img:hover:before,.yellow .author__img:hover:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 53%)}.accent-yellow .publication-thumbnail__image:hover:after,.yellow .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .download-card:hover .card-thumbnail__image:before,.accent-yellow .download-card:hover .publication-thumbnail__image:after,.accent-yellow .publication-card:hover .publication-thumbnail__image:after,.yellow .download-card:hover .card-thumbnail__image:before,.yellow .download-card:hover .publication-thumbnail__image:after,.yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .stats-panel:hover:after,.yellow .stats-panel:hover:after{background:linear-gradient(0deg,rgba(255,235,0,.8),transparent 140%)}.accent-yellow .stats-panel:hover .stats-card,.yellow .stats-panel:hover .stats-card{background-color:transparent}.accent-yellow .wide-card__image a:hover:before,.yellow .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}.accent-yellow .feature__card-slide:before,.yellow .feature__card-slide:before{background:linear-gradient(45deg,rgba(255,235,0,.8),transparent 67%)}.accent-yellow .content-card .image:before,.yellow .content-card .image:before{background:linear-gradient(42deg,rgba(255,235,0,.8),transparent 80%)}.accent-yellow .image-reveal-card:hover .image:before,.yellow .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}.accent-red .card-thumbnail__image:hover:before,.red .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .bio-card:hover .card-thumbnail__image:before,.red .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-red .author__img:hover:before,.red .author__img:hover:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 53%)}.accent-red .publication-thumbnail__image:hover:after,.red .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .download-card:hover .card-thumbnail__image:before,.accent-red .download-card:hover .publication-thumbnail__image:after,.accent-red .publication-card:hover .publication-thumbnail__image:after,.red .download-card:hover .card-thumbnail__image:before,.red .download-card:hover .publication-thumbnail__image:after,.red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .stats-panel:hover:after,.red .stats-panel:hover:after{background:linear-gradient(0deg,rgba(230,45,45,.78),transparent 140%)}.accent-red .stats-panel:hover .stats-card,.red .stats-panel:hover .stats-card{background-color:transparent}.accent-red .wide-card__image a:hover:before,.red .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}.accent-red .feature__card-slide:before,.red .feature__card-slide:before{background:linear-gradient(45deg,rgba(230,45,45,.78),transparent 67%)}.accent-red .content-card .image:before,.red .content-card .image:before{background:linear-gradient(42deg,rgba(230,45,45,.78),transparent 80%)}.accent-red .image-reveal-card:hover .image:before,.red .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}.accent-green .card-thumbnail__image:hover:before,.green .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .bio-card:hover .card-thumbnail__image:before,.green .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-green .author__img:hover:before,.green .author__img:hover:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 53%)}.accent-green .publication-thumbnail__image:hover:after,.green .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .download-card:hover .card-thumbnail__image:before,.accent-green .download-card:hover .publication-thumbnail__image:after,.accent-green .publication-card:hover .publication-thumbnail__image:after,.green .download-card:hover .card-thumbnail__image:before,.green .download-card:hover .publication-thumbnail__image:after,.green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .stats-panel:hover:after,.green .stats-panel:hover:after{background:linear-gradient(0deg,rgba(92,222,83,.82),transparent 140%)}.accent-green .stats-panel:hover .stats-card,.green .stats-panel:hover .stats-card{background-color:transparent}.accent-green .wide-card__image a:hover:before,.green .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}.accent-green .feature__card-slide:before,.green .feature__card-slide:before{background:linear-gradient(45deg,rgba(92,222,83,.82),transparent 67%)}.accent-green .content-card .image:before,.green .content-card .image:before{background:linear-gradient(42deg,rgba(92,222,83,.82),transparent 80%)}.accent-green .image-reveal-card:hover .image:before,.green .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}.accent-blue .card-thumbnail__image:hover:before,.blue .card-thumbnail__image:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .bio-card:hover .card-thumbnail__image:before,.blue .bio-card:hover .card-thumbnail__image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}.accent-blue .author__img:hover:before,.blue .author__img:hover:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 53%)}.accent-blue .publication-thumbnail__image:hover:after,.blue .publication-thumbnail__image:hover:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .download-card:hover .card-thumbnail__image:before,.accent-blue .download-card:hover .publication-thumbnail__image:after,.accent-blue .publication-card:hover .publication-thumbnail__image:after,.blue .download-card:hover .card-thumbnail__image:before,.blue .download-card:hover .publication-thumbnail__image:after,.blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .stats-panel:hover:after,.blue .stats-panel:hover:after{background:linear-gradient(0deg,rgba(94,232,246,.82),transparent 140%)}.accent-blue .stats-panel:hover .stats-card,.blue .stats-panel:hover .stats-card{background-color:transparent}.accent-blue .wide-card__image a:hover:before,.blue .wide-card__image a:hover:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}.accent-blue .feature__card-slide:before,.blue .feature__card-slide:before{background:linear-gradient(45deg,rgba(94,232,246,.82),transparent 67%)}.accent-blue .content-card .image:before,.blue .content-card .image:before{background:linear-gradient(42deg,rgba(94,232,246,.82),transparent 80%)}.accent-blue .image-reveal-card:hover .image:before,.blue .image-reveal-card:hover .image:before{background:linear-gradient(67.76deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before,[dir=rtl] .yellow .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%)}[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(255,235,0,.8),transparent 61.11%);opacity:.75}[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 70.49%);opacity:.75}[dir=rtl] .accent-yellow .wide-card__image a:hover:before,[dir=rtl] .yellow .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 80%);opacity:.75}[dir=rtl] .accent-yellow .feature__card-slide:before,[dir=rtl] .yellow .feature__card-slide:before{background:linear-gradient(318deg,rgba(255,235,0,.8),transparent 67.25%)}[dir=rtl] .accent-red .card-thumbnail__image:hover:before,[dir=rtl] .red .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%)}[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before,[dir=rtl] .red .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .red .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(230,45,45,.78),transparent 61.11%);opacity:.75}[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 70.49%);opacity:.75}[dir=rtl] .accent-red .wide-card__image a:hover:before,[dir=rtl] .red .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 80%);opacity:.75}[dir=rtl] .accent-red .feature__card-slide:before,[dir=rtl] .red .feature__card-slide:before{background:linear-gradient(318deg,rgba(230,45,45,.78),transparent 67.25%)}[dir=rtl] .accent-green .card-thumbnail__image:hover:before,[dir=rtl] .green .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%)}[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before,[dir=rtl] .green .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .green .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(92,222,83,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-green .wide-card__image a:hover:before,[dir=rtl] .green .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-green .feature__card-slide:before,[dir=rtl] .green .feature__card-slide:before{background:linear-gradient(318deg,rgba(92,222,83,.82),transparent 67.25%)}[dir=rtl] .accent-blue .card-thumbnail__image:hover:before,[dir=rtl] .blue .card-thumbnail__image:hover:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%)}[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before,[dir=rtl] .blue .download-card:hover .card-thumbnail__image:before{background:linear-gradient(297deg,rgba(94,232,246,.82),transparent 61.11%);opacity:.75}[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after,[dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 70.49%);opacity:.75}[dir=rtl] .accent-blue .wide-card__image a:hover:before,[dir=rtl] .blue .wide-card__image a:hover:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 80%);opacity:.75}[dir=rtl] .accent-blue .feature__card-slide:before,[dir=rtl] .blue .feature__card-slide:before{background:linear-gradient(318deg,rgba(94,232,246,.82),transparent 67.25%)}.accent-yellow .stats-card:hover,.yellow .stats-card:hover{background-color:#ffeb00}.accent-yellow .progress-bar,.yellow .progress-bar{background:#ffeb00}.accent-yellow .blockquote,.accent-yellow .content-card.card:hover,.yellow .blockquote,.yellow .content-card.card:hover{background-color:#ffeb00}.accent-yellow .content-card.card:hover .cta--space:after,.yellow .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-yellow .content-card.card-color:hover,.accent-yellow .content-card.card-emphasize:hover,.yellow .content-card.card-color:hover,.yellow .content-card.card-emphasize:hover{background-color:#ffeb00}.accent-yellow .feature__card-slide,.yellow .feature__card-slide{background:#ffeb00}.accent-red .stats-card:hover,.red .stats-card:hover{background-color:#ee402d}.accent-red .progress-bar,.red .progress-bar{background:#ee402d}.accent-red .blockquote,.accent-red .content-card.card:hover,.red .blockquote,.red .content-card.card:hover{background-color:#ee402d}.accent-red .content-card.card:hover .cta--space:after,.red .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-red .content-card.card-color:hover,.accent-red .content-card.card-emphasize:hover,.red .content-card.card-color:hover,.red .content-card.card-emphasize:hover{background-color:#ee402d}.accent-red .feature__card-slide,.red .feature__card-slide{background:#ee402d}.accent-green .stats-card:hover,.green .stats-card:hover{background-color:#6de354}.accent-green .progress-bar,.green .progress-bar{background:#6de354}.accent-green .blockquote,.accent-green .content-card.card:hover,.green .blockquote,.green .content-card.card:hover{background-color:#6de354}.accent-green .content-card.card:hover .cta--space:after,.green .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-green .content-card.card-color:hover,.accent-green .content-card.card-emphasize:hover,.green .content-card.card-color:hover,.green .content-card.card-emphasize:hover{background-color:#6de354}.accent-green .feature__card-slide,.green .feature__card-slide{background:#6de354}.accent-blue .stats-card:hover,.blue .stats-card:hover{background-color:#60d4f2}.accent-blue .progress-bar,.blue .progress-bar{background:#60d4f2}.accent-blue .blockquote,.accent-blue .content-card.card:hover,.blue .blockquote,.blue .content-card.card:hover{background-color:#60d4f2}.accent-blue .content-card.card:hover .cta--space:after,.blue .content-card.card:hover .cta--space:after{filter:invert(0) brightness(0)}.accent-blue .content-card.card-color:hover,.accent-blue .content-card.card-emphasize:hover,.blue .content-card.card-color:hover,.blue .content-card.card-emphasize:hover{background-color:#60d4f2}.accent-blue .feature__card-slide,.blue .feature__card-slide{background:#60d4f2}.accent-yellow .content-card.card-emphasize,.yellow .content-card.card-emphasize{background-color:#ffe17e}.accent-red .content-card.card-emphasize,.red .content-card.card-emphasize{background-color:#ffbcb7}.accent-green .content-card.card-emphasize,.green .content-card.card-emphasize{background-color:#b8ecb6}.accent-blue .content-card.card-emphasize,.blue .content-card.card-emphasize{background-color:#a2daf3}abbr[title]{border-bottom:2px dashed #d12800;text-decoration:none}blockquote{font-size:1.625rem;font-weight:600;line-height:1.16;margin:0}@media(min-width:48em){blockquote{font-size:2.188rem;line-height:1.15}}blockquote a{font-size:inherit}:lang(my) blockquote{line-height:1.7}cite{display:block;font-style:inherit;font-weight:400;margin-top:1.125rem}code{background:#f7f7f7;padding:0 .25rem .25rem}mark{background:#ffe17e;font-size:.875rem;padding:.125rem}@media(min-width:48em){mark{font-size:1.25rem}}q{font-style:italic}div.card-thumbnail__image{display:inline-flex;position:relative}div.card-thumbnail__image:before{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.card-thumbnail__image:hover:before{opacity:.75}.accent-yellow div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.card-thumbnail__image:hover.yellow:before,div.card-thumbnail__image:hover.accent-yellow:before,div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-red:before,.accent-yellow div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-green:before,.accent-yellow div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-red:before,div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-yellow:before,.accent-red div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-red:before,.accent-red div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-green:before,.accent-red div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red div.card-thumbnail__image:hover.accent-blue:before,.accent-red div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}div.card-thumbnail__image:hover.accent-green:before,div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-yellow:before,.accent-green div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-red:before,.accent-green div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-green:before,.accent-green div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green div.card-thumbnail__image:hover.accent-blue:before,.accent-green div.card-thumbnail__image:hover.blue:before,div.card-thumbnail__image:hover.accent-blue:before,div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-red:before,.accent-blue div.card-thumbnail__image:hover.red:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-green:before,.accent-blue div.card-thumbnail__image:hover.green:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue div.card-thumbnail__image:hover.accent-blue:before,.accent-blue div.card-thumbnail__image:hover.blue:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.yellow:before,[dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,[dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-red:before,[dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}[dir=rtl] div.card-thumbnail__image:hover.accent-green:before,[dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.card-thumbnail__image:hover.blue:before,[dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,[dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.yellow:before{background:linear-gradient(297deg,#ffeb00,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.red:before{background:linear-gradient(297deg,#ee402d,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.green:before{background:linear-gradient(297deg,#6de354,transparent 61.11%)}.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.card-thumbnail__image:hover.blue:before{background:linear-gradient(297deg,#60d4f2,transparent 61.11%)}div.publication-thumbnail__image{background:linear-gradient(180deg,#c9d0d6 70%,#c9d0d6 0,#414648 70.5%,#9ea5ac 0,#9ea5ac);display:inline-flex;padding:2.188rem 2.938rem;position:relative;z-index:1}div.publication-thumbnail__image:before{background:#7b8085;border-radius:21%;bottom:37px;content:"";filter:blur(4px);height:27px;left:32px;position:absolute;right:20px;transform:skewX(64deg);width:calc(100% - 100px);z-index:-2}div.publication-thumbnail__image:after{opacity:0;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;z-index:1}div.publication-thumbnail__image:hover:after{opacity:.75}.accent-yellow div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow div.publication-thumbnail__image:hover.yellow:before,div.publication-thumbnail__image:hover.accent-yellow:after,div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-yellow div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-red:after,div.publication-thumbnail__image:hover.red:after{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-red:before,.accent-red div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-green:before,.accent-red div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-red div.publication-thumbnail__image:hover.accent-blue:before,.accent-red div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}div.publication-thumbnail__image:hover.accent-green:after,div.publication-thumbnail__image:hover.green:after{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-red:before,.accent-green div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-green:before,.accent-green div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-green div.publication-thumbnail__image:hover.accent-blue:before,.accent-green div.publication-thumbnail__image:hover.blue:before,div.publication-thumbnail__image:hover.accent-blue:after,div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(27.66deg,#ffeb00,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-red:before,.accent-blue div.publication-thumbnail__image:hover.red:before{background:linear-gradient(27.66deg,#ee402d,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-green:before,.accent-blue div.publication-thumbnail__image:hover.green:before{background:linear-gradient(27.66deg,#6de354,transparent 70.49%)}.accent-blue div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(27.66deg,#60d4f2,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.yellow:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:after,[dir=rtl] div.publication-thumbnail__image:hover.yellow:after{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-red:after,[dir=rtl] div.publication-thumbnail__image:hover.red:after{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-red [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}[dir=rtl] div.publication-thumbnail__image:hover.accent-green:after,[dir=rtl] div.publication-thumbnail__image:hover.green:after{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-green [dir=rtl] div.publication-thumbnail__image:hover.blue:before,[dir=rtl] div.publication-thumbnail__image:hover.accent-blue:after,[dir=rtl] div.publication-thumbnail__image:hover.blue:after{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.yellow:before{background:linear-gradient(318deg,#ffeb00,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.red:before{background:linear-gradient(318deg,#ee402d,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.green:before{background:linear-gradient(318deg,#6de354,transparent 70.49%)}.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before,.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.blue:before{background:linear-gradient(318deg,#60d4f2,transparent 70.49%)}.color-wrapper{display:block}@media(min-width:48em){.color-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around}}.color__row{width:100%}@media(min-width:48em){.color__row{width:calc(50% - 10px)}}.color__row.full{width:100%}.color__row .color__title{color:#000;font-size:.813rem;min-height:28px}@media(min-width:48em){.color__row .color__title{font-size:1rem}}.color__row .color__define_wrapper{display:block}.Primary-text{color:#000;font-size:.75rem;margin-top:-1.538rem;text-align:center}@media(min-width:48em){.Primary-text{margin-top:-1.55rem}}.Primary-text .polygon img{display:block;margin:0 auto;width:10px}.color__define{display:flex;margin-bottom:1.25rem}.color__define .color__name{flex-basis:0;flex-grow:1;margin:.5rem 0;text-align:center}@media(min-width:48em){.color__define .color__name{flex-basis:0;flex-grow:1}}.color__define .color__name .color__box{height:48px;margin-bottom:.625rem;width:100%}@media(min-width:48em){.color__define .color__name .color__box{height:70px;height:85px;width:100%}}.color__define .color__name .color__box.p-blue-100{background-color:#b5d5f5}.color__define .color__name .color__box.p-blue-200{background-color:#94c4f5}.color__define .color__name .color__box.p-blue-300{background-color:#6babeb}.color__define .color__name .color__box.p-blue-400{background-color:#4f95dd}.color__define .color__name .color__box.p-blue-500{background-color:#3288ce}.color__define .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define .color__name .color__box.p-blue-700{background-color:#1f5a95}.color__define .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define .color__name .color__box.p-gray-300{background-color:#edeff0}.color__define .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define .color__name .color__box.p-gray-500{background-color:#a9b1b7}.color__define .color__name .color__box.p-gray-600{background-color:#55606e}.color__define .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define .color__name .color__box.light-yellow{background-color:#ffe17e}.color__define .color__name .color__box.yellow{background-color:#ffeb00}.color__define .color__name .color__box.dark-yellow{background-color:#fbc412}.color__define .color__name .color__box.light-red{background-color:#ffbcb7}.color__define .color__name .color__box.red{background-color:#ee402d}.color__define .color__name .color__box.dark-red{background-color:#d12800}.color__define .color__name .color__box.light-green{background-color:#b8ecb6}.color__define .color__name .color__box.green{background-color:#6de354}.color__define .color__name .color__box.dark-green{background-color:#59ba47}.color__define .color__name .color__box.light-azure{background-color:#a2daf3}.color__define .color__name .color__box.azure{background-color:#60d4f2}.color__define .color__name .color__box.dark-azure{background-color:#00c1ff}.color__define .color__name .color__code{font-size:.563rem}@media(min-width:48em){.color__define .color__name .color__code{display:flex;font-size:.625rem}}.color__define_balance{display:flex;width:100%}.color__define_balance .color__name{margin:.5rem 0;text-align:center}.color__define_balance .color__name .color__box{height:100%;height:48px;margin-bottom:.625rem}@media(min-width:64em){.color__define_balance .color__name .color__box{height:70px}}@media(min-width:48em){.color__define_balance .color__name .color__box{height:85px;width:100%}}.color__define_balance .color__name .color__box.p-gray-100{background-color:#fafafa}.color__define_balance .color__name .color__box.p-gray-200{background-color:#f7f7f7}.color__define_balance .color__name .color__box.p-gray-400{background-color:#d4d6d8}.color__define_balance .color__name .color__box.p-gray-700{background-color:#232e3d}.color__define_balance .color__name .color__box.p-blue-600{background-color:#006eb5}.color__define_balance .color__name .color__box.dark-red{background-color:#d12800}.color__define_balance .color__name .color__code{font-size:.625rem}.color__define_balance .color__name.bl-1{height:75px;width:45%}.color__define_balance .color__name.bl-2{height:75px;width:12%}.color__define_balance .color__name.bl-3{height:75px;width:15%}.color__define_balance .color__name.bl-4{height:75px;width:18%}.color__define_balance .color__name.bl-5{height:75px;width:8%}.color__define_balance .color__name.bl-6{height:75px;width:5%}.icon--bar{cursor:pointer}.chevron-right-animated{display:inline-block;max-width:6rem;width:100%}.external-link-animated{box-shadow:-2px 2px 0 0 #d12800,-4px 0 0 -2px #d12800,-3px 3px 0 -1px #d12800;box-sizing:border-box;cursor:pointer;display:inline-block;height:.75rem;margin-inline-start:-2px;position:relative;width:.75rem}.external-link-animated:before{background:#d12800;height:2px;inset-block-start:3.5px;inset-inline-end:0;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:.625rem}.external-link-animated:after{border-block-start:2px solid #d12800;border-inline-end:2px solid #d12800;height:.5rem;inset-block-start:0;inset-inline-end:0;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:translate(0,0);width:.5rem}.external-link-animated:hover:after{-webkit-transform:translate(5px,-5px);-moz-transform:translate(5px,-5px);-ms-transform:translate(5px,-5px);-o-transform:translate(5px,-5px);transition:translate(5px,-5px)}.external-link-animated:hover:before{-webkit-transform:rotate(-45deg) translate(7px);-moz-transform:rotate(-45deg) translate(7px);-ms-transform:rotate(-45deg) translate(7px);-o-transform:rotate(-45deg) translate(7px);transition:rotate(-45deg) translate(7px,0)}.download-animated{align-items:flex-end;box-sizing:border-box;cursor:pointer;display:flex;height:12px;position:relative}.download-animated i{border:2px solid #d12800;border-block-start:0;box-sizing:content-box;display:block;height:6px;width:1.125rem}.download-animated:after{border-block-end:2px solid #d12800;border-inline-start:2px solid #d12800;height:8px;inset-block-end:6px;inset-inline-start:7px;-webkit-transform:rotate(-45deg) translate(0);-moz-transform:rotate(-45deg) translate(0);-ms-transform:rotate(-45deg) translate(0);-o-transform:rotate(-45deg) translate(0);transition:rotate(-45deg) translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:8px}.download-animated:before{background:#d12800;height:10px;inset-block-end:7px;inset-inline-start:10px;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transition:translate(0,0);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:2px}.download-animated:hover:after{-webkit-transform:rotate(-45deg) translate(7px,-7px);-moz-transform:rotate(-45deg) translate(7px,-7px);-ms-transform:rotate(-45deg) translate(7px,-7px);-o-transform:rotate(-45deg) translate(7px,-7px);transition:rotate(-45deg) translate(7px,-7px)}.download-animated:hover:before{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transition:translate(0,-10px)}[dir=rtl] .chevron-right-animated{-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] .chevron-right-animated:hover{-webkit-transform:translate(-10px) rotate(180deg);-moz-transform:translate(-10px) rotate(180deg);-ms-transform:translate(-10px) rotate(180deg);-o-transform:translate(-10px) rotate(180deg);transition:translate(-10px) rotate(180deg)}[dir=rtl] .external-link-animated,[dir=rtl] .external-link-animated:hover{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transition:rotate(270deg)}.icons-container{display:flex;flex-wrap:wrap}.icons-container>div>div{margin:0 auto}.icons-container>div p{font-family:ProximaNova,sans-serif;font-size:14px;margin-top:10px}.icons-container>div{align-items:center;background:#edeff0;border:1px solid #d4d6d8;box-shadow:2px 2px 4px #edeff0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;margin:0 1rem 2rem;padding:1rem .5rem;text-align:center;width:calc(100% - 2rem)}@media(min-width:48em){.icons-container>div{width:calc(25% - 2rem)}}div.author__img{border-radius:50%;height:80px;min-width:80px;overflow:hidden;position:relative;width:80px}div.author__img:before{border-radius:50%;opacity:0;overflow:hidden;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}div.author__img:hover:before{opacity:.75}div.author__img:hover.accent-yellow:before,div.author__img:hover.yellow:before,div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}div.author__img:hover.accent-red:before,div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}div.author__img:hover.accent-green:before,div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}div.author__img:hover.accent-blue:before,div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}div.author__img.large{height:180px;width:180px}div.author__img.large:before{height:180px}.accent-yellow div.author__img:hover.accent-yellow:before,.accent-yellow div.author__img:hover.yellow:before,.accent-yellow div.author__img:hover:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-yellow div.author__img:hover.accent-red:before,.accent-yellow div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-yellow div.author__img:hover.accent-green:before,.accent-yellow div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-yellow div.author__img:hover.accent-blue:before,.accent-yellow div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-red div.author__img:hover:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-yellow:before,.accent-red div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-red div.author__img:hover.accent-red:before,.accent-red div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-red div.author__img:hover.accent-green:before,.accent-red div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-red div.author__img:hover.accent-blue:before,.accent-red div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-green div.author__img:hover:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-green div.author__img:hover.accent-yellow:before,.accent-green div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-green div.author__img:hover.accent-red:before,.accent-green div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-green div.author__img:hover.accent-green:before,.accent-green div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover:before,.accent-green div.author__img:hover.accent-blue:before,.accent-green div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}.accent-blue div.author__img:hover.accent-yellow:before,.accent-blue div.author__img:hover.yellow:before{background:linear-gradient(45deg,#ffeb00,transparent 53%)}.accent-blue div.author__img:hover.accent-red:before,.accent-blue div.author__img:hover.red:before{background:linear-gradient(45deg,#ee402d,transparent 53%)}.accent-blue div.author__img:hover.accent-green:before,.accent-blue div.author__img:hover.green:before{background:linear-gradient(45deg,#6de354,transparent 53%)}.accent-blue div.author__img:hover.accent-blue:before,.accent-blue div.author__img:hover.blue:before{background:linear-gradient(45deg,#60d4f2,transparent 53%)}[dir=rtl] .author__img:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}img,picture{height:auto;max-width:100%}picture{display:block}figure{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}figure,figure img,figure>div{width:100%}figure figcaption{line-height:1.4;margin:1rem 1.5rem 2rem}@media(min-width:48em){figure figcaption{margin:2rem 0;max-width:64rem;width:100%}}figure.medium{flex-direction:column;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:64rem}@media(min-width:48em){figure.medium{margin:0 auto;width:100%}figure.medium>div{width:100%}figure.medium img{max-width:100%}figure.medium figcaption{line-height:1.4;width:100%}}figure.portrait{align-items:flex-end;flex-direction:column;flex-wrap:nowrap;margin-left:auto;margin-right:auto}@media(min-width:48em){figure.portrait{flex-direction:row}figure.portrait img{width:100%}figure.portrait>div,figure.portrait>img{width:50%}figure.portrait figcaption{display:block;margin:0 0 0 1.5rem;max-width:64rem;padding-bottom:0;width:50%}figure.portrait figcaption p{margin-bottom:1rem;padding:0}figure.portrait figcaption p+.credits{border-top:1px solid #a9b1b7;margin-left:0;padding:1rem 0 0}}figure.portrait .credits{border-left:0;border-right:0;margin-bottom:1rem}figure.portrait .author__caption{font-size:.875rem;line-height:1.5}.image-figcaption__cart img{display:block}@media(min-width:48em){[dir=rtl] figure.portrait figcaption{margin:0 1.5rem 0 0}[dir=rtl] figure.portrait .credits{border-right:0;margin-right:0;padding:1rem 0}}.credits{font-size:.875rem;line-height:1.4;margin-left:auto}@media(min-width:48em){.credits{font-size:1rem}}.grid_name{color:#000;font-size:1.375rem;margin-bottom:1rem;margin-top:1rem;min-height:28px}@media(max-width:47.9375em){.grid_name{font-size:1.625rem}}.grid_name span{font-size:.875rem}.grid_description{color:#000;margin-bottom:1.25rem}.grid--layout{background-color:#edeff0;height:3rem;margin-bottom:.5rem}.grid--layout:nth-child(odd){background-color:#f7f7f7}.grid--layout .column{font-size:.813rem;padding:.625rem}.spacing-wrapper .spacing__row .spacing__title.Primary{font-size:3.438rem;font-style:normal;font-weight:700;line-height:1.1;margin-bottom:4rem;margin-top:.5rem}.spacing__define .spacing__name{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.spacing__define .spacing__name .spacing__label,.spacing__define .spacing__name .spacing__size{height:100px;width:100px}@media(min-width:48em){.spacing__define .spacing__name .spacing__size{margin:0 11rem}}.spacing__define .spacing__name .spacing-1,.spacing__define .spacing__name .spacing-10,.spacing__define .spacing__name .spacing-11,.spacing__define .spacing__name .spacing-12,.spacing__define .spacing__name .spacing-13,.spacing__define .spacing__name .spacing-2,.spacing__define .spacing__name .spacing-3,.spacing__define .spacing__name .spacing-4,.spacing__define .spacing__name .spacing-5,.spacing__define .spacing__name .spacing-6,.spacing__define .spacing__name .spacing-7,.spacing__define .spacing__name .spacing-8,.spacing__define .spacing__name .spacing-9{background-color:#006eb5}.spacing__define .spacing__name .spacing-1{height:2px;width:2px}.spacing__define .spacing__name .spacing-2{height:4px;width:4px}.spacing__define .spacing__name .spacing-3{height:8px;width:8px}.spacing__define .spacing__name .spacing-4{height:12px;width:12px}.spacing__define .spacing__name .spacing-5{height:16px;width:16px}.spacing__define .spacing__name .spacing-6{height:24px;width:24px}.spacing__define .spacing__name .spacing-7{height:32px;width:32px}.spacing__define .spacing__name .spacing-8{height:40px;width:40px}.spacing__define .spacing__name .spacing-9{height:48px;width:48px}.spacing__define .spacing__name .spacing-10{height:64px;width:64px}.spacing__define .spacing__name .spacing-11{height:80px;width:80px}.spacing__define .spacing__name .spacing-12{height:96px;width:96px}.spacing__define .spacing__name .spacing-13{height:160px;width:160px}.breadcrumb__item{color:#d12800;font-size:.75rem;font-weight:600;text-transform:uppercase}.breadcrumb__item:hover{color:#ee402d}.language__item{display:inline-block;line-height:.9;min-width:100px;padding:.75rem 1rem}.menu li a{border:none;display:inline;letter-spacing:.03em;text-transform:uppercase}.menu li a:hover{color:#55606e;cursor:pointer}.menu li a.selected{border-bottom:2px solid #d12800;padding-bottom:.25rem}.progress-container{background:#edeff0;height:.75rem;width:100%}@media(min-width:48em){.progress-container{height:1rem}}.progress-container .progress-bar{background:#ffeb00}.progress-container.small{height:.625rem}@media(min-width:48em){.progress-container.small{height:.75rem}}.progress-container.small .progress-bar{height:.625rem}@media(min-width:48em){.progress-container.small .progress-bar{height:.75rem}}.progress-container.accent-yellow .progress-bar,.progress-container.yellow .progress-bar{background:#ffeb00}.progress-container.accent-red .progress-bar,.progress-container.red .progress-bar{background:#ee402d}.progress-container.accent-green .progress-bar,.progress-container.green .progress-bar{background:#6de354}.progress-container.accent-blue .progress-bar,.progress-container.blue .progress-bar{background:#60d4f2}.accent-yellow .progress-container .progress-bar,.accent-yellow .progress-container.accent-yellow .progress-bar,.accent-yellow .progress-container.yellow .progress-bar,.yellow .progress-container .progress-bar,.yellow .progress-container.accent-yellow .progress-bar,.yellow .progress-container.yellow .progress-bar{background:#ffeb00}.accent-yellow .progress-container.accent-red .progress-bar,.accent-yellow .progress-container.red .progress-bar,.yellow .progress-container.accent-red .progress-bar,.yellow .progress-container.red .progress-bar{background:#ee402d}.accent-yellow .progress-container.accent-green .progress-bar,.accent-yellow .progress-container.green .progress-bar,.yellow .progress-container.accent-green .progress-bar,.yellow .progress-container.green .progress-bar{background:#6de354}.accent-yellow .progress-container.accent-blue .progress-bar,.accent-yellow .progress-container.blue .progress-bar,.yellow .progress-container.accent-blue .progress-bar,.yellow .progress-container.blue .progress-bar{background:#60d4f2}.accent-red .progress-container .progress-bar,.red .progress-container .progress-bar{background:#ee402d}.accent-red .progress-container.accent-yellow .progress-bar,.accent-red .progress-container.yellow .progress-bar,.red .progress-container.accent-yellow .progress-bar,.red .progress-container.yellow .progress-bar{background:#ffeb00}.accent-red .progress-container.accent-red .progress-bar,.accent-red .progress-container.red .progress-bar,.red .progress-container.accent-red .progress-bar,.red .progress-container.red .progress-bar{background:#ee402d}.accent-red .progress-container.accent-green .progress-bar,.accent-red .progress-container.green .progress-bar,.red .progress-container.accent-green .progress-bar,.red .progress-container.green .progress-bar{background:#6de354}.accent-red .progress-container.accent-blue .progress-bar,.accent-red .progress-container.blue .progress-bar,.red .progress-container.accent-blue .progress-bar,.red .progress-container.blue .progress-bar{background:#60d4f2}.accent-green .progress-container .progress-bar,.green .progress-container .progress-bar{background:#6de354}.accent-green .progress-container.accent-yellow .progress-bar,.accent-green .progress-container.yellow .progress-bar,.green .progress-container.accent-yellow .progress-bar,.green .progress-container.yellow .progress-bar{background:#ffeb00}.accent-green .progress-container.accent-red .progress-bar,.accent-green .progress-container.red .progress-bar,.green .progress-container.accent-red .progress-bar,.green .progress-container.red .progress-bar{background:#ee402d}.accent-green .progress-container.accent-green .progress-bar,.accent-green .progress-container.green .progress-bar,.green .progress-container.accent-green .progress-bar,.green .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container .progress-bar,.accent-green .progress-container.accent-blue .progress-bar,.accent-green .progress-container.blue .progress-bar,.blue .progress-container .progress-bar,.green .progress-container.accent-blue .progress-bar,.green .progress-container.blue .progress-bar{background:#60d4f2}.accent-blue .progress-container.accent-yellow .progress-bar,.accent-blue .progress-container.yellow .progress-bar,.blue .progress-container.accent-yellow .progress-bar,.blue .progress-container.yellow .progress-bar{background:#ffeb00}.accent-blue .progress-container.accent-red .progress-bar,.accent-blue .progress-container.red .progress-bar,.blue .progress-container.accent-red .progress-bar,.blue .progress-container.red .progress-bar{background:#ee402d}.accent-blue .progress-container.accent-green .progress-bar,.accent-blue .progress-container.green .progress-bar,.blue .progress-container.accent-green .progress-bar,.blue .progress-container.green .progress-bar{background:#6de354}.accent-blue .progress-container.accent-blue .progress-bar,.accent-blue .progress-container.blue .progress-bar,.blue .progress-container.accent-blue .progress-bar,.blue .progress-container.blue .progress-bar{background:#60d4f2}.progress-bar{height:.75rem;min-width:1%;position:fixed;-webkit-transition:width .2s linear;-moz-transition:width .2s linear;-ms-transition:width .2s linear;-o-transition:width .2s linear;transition:width .2s linear;width:34%;z-index:1}@media(min-width:48em){.progress-bar{height:1rem}}.progress-top{top:0}.sidebar_item:hover{background-color:#f7f7f7}.sidebar_item.open .arrow{transform:rotate(180deg);transition:all .1s ease}.sidebar_item h6{margin-bottom:0}details summary{list-style-type:none;outline:0}details summary::-webkit-details-marker{display:none}details summary:before{background:url(../images/chevron-small-right.svg) no-repeat 0;content:"";display:inline-block;height:14px;margin-right:.25rem;width:14px}details[open] summary{margin-bottom:.5rem}details[open] summary:before{background:url(../images/chevron-small-down.svg) no-repeat 0;content:"";display:inline-block;height:14px;width:14px}[dir=rtl] details summary:before{margin-left:.25rem;margin-right:0;-webkit-transform:translate(0) rotate(180deg);-moz-transform:translate(0) rotate(180deg);-ms-transform:translate(0) rotate(180deg);-o-transform:translate(0) rotate(180deg);transition:translate(0) rotate(180deg)}[dir=rtl] details[open] summary:before{-webkit-transform:translate(0) rotate(0deg);-moz-transform:translate(0) rotate(0deg);-ms-transform:translate(0) rotate(0deg);-o-transform:translate(0) rotate(0deg);transition:translate(0) rotate(0deg)}table{border-collapse:collapse;border-spacing:0;width:100%}@media(min-width:48em){table{width:auto}}table.small td,table.small th{-webkit-text-size-adjust:100%;font-size:1rem}table.striped tr:nth-child(2n){background-color:#f7f7f7}table.border{border-collapse:collapse}table.border td,table.border th{border:1px solid #d4d6d8}table.stacked td,table.stacked th{display:block}@media(min-width:48em){table.stacked td,table.stacked th{display:table-cell}}table.stacked thead tr{display:none}@media(min-width:48em){table.stacked thead tr{display:table-row}}table.stacked.border tr{border:1px solid #d4d6d8}@media(min-width:48em){table.stacked.border tr td,table.stacked.border tr th{border:1px solid #d4d6d8}}td,th{font-size:1.25rem;line-height:1.4;padding:.75rem;vertical-align:top}@media(min-width:48em){td,th{padding:.75rem 2.5rem .75rem .75rem}}thead tr th{background-color:#edeff0;font-weight:600;text-align:left}.scroll{overflow-x:auto}.scroll thead th{white-space:nowrap}.scroll td,.scroll th{-webkit-text-size-adjust:100%}[dir=rtl] td,[dir=rtl] th{text-align:right}@media(min-width:48em){[dir=rtl] td,[dir=rtl] th{padding:.75rem .75rem .75rem 2.5rem}}:lang(my) td,:lang(my) th{line-height:1.7}.grid_description,.menu li a,small{font-size:.75rem}@media(min-width:48em){.grid_description,.menu li a,small{font-size:.875rem}}.language__item,details p{font-size:.875rem;line-height:1.4}@media(min-width:48em){.language__item,details p{font-size:1rem}}abbr[title],code,details summary,mark,q{font-size:1rem}@media(min-width:48em){abbr[title],code,details summary,mark,q{font-size:1.25rem}}cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){cite{font-size:1.5rem}}.language__item,.sidebar_item,tbody tr{border-bottom:1px solid #d4d6d8}.image-figcaption__cart img,div.author__img img{height:100%;object-fit:cover;padding:0;width:100%}.breadcrumb__item,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{border:none}.sidebar_item{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:1rem;position:relative}@media(min-width:48em){.sidebar_item{padding:1.5rem}}.sidebar_item.selected{background-color:#006eb5}.sidebar_item.selected h6{color:#fff}.sidebar_item.selected:hover{background-color:#006eb5}.overlay-grey:before,div.author__img:before,div.card-thumbnail__image:before,div.publication-thumbnail__image:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.breadcrumb__item,.menu li a,table.stacked.border tr td,table.stacked.border tr th,table.striped tr{background-image:none}[data-viewport=true]{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transition:translateX(-100px);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1),opacity 1.2s cubic-bezier(.34,.41,.03,1);visibility:hidden}[data-viewport=true].inviewport,[dir=rtl] [data-viewport=true].inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0);visibility:visible}[dir=rtl] [data-viewport=true]{-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transition:translateX(100px)}.scale-up{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transition:scale(.9);-webkit-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:transform 1.2s cubic-bezier(.34,.41,.03,1);transition:transform 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only{opacity:0;-webkit-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-moz-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-ms-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);-o-transition:opacity 1.2s cubic-bezier(.34,.41,.03,1);transition:opacity 1.2s cubic-bezier(.34,.41,.03,1)}.opacity-only.inviewport{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.75rem;line-height:1.7}@media(min-width:48em){:lang(my) .language__item,:lang(my) details p,details :lang(my) p{font-size:.875rem}}:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:.875rem}@media(min-width:48em){:lang(my) abbr[title],:lang(my) code,:lang(my) details summary,:lang(my) mark,:lang(my) q,details :lang(my) summary{font-size:1rem}}:lang(my) cite{font-size:1.25rem;line-height:1.1}@media(min-width:48em){:lang(my) cite{font-size:1.5rem}}.chevron-right-animated i:after,.chevron-right-animated i:before,.download-animated:after,.download-animated:before,.external-link-animated:after,.external-link-animated:before{box-sizing:border-box;content:"";display:block;position:absolute}.chevron-right-animated i{box-sizing:border-box;display:block;height:1rem;left:1.25rem;position:relative;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;transition:width .3s;width:0}.chevron-right-animated i:before{background-color:#ee402d;display:none;height:2px;right:0;top:7px;width:100%}.chevron-right-animated i:after{border-right:2px solid #ee402d;border-top:2px solid #ee402d;height:.75rem;right:0;top:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transition:rotate(45deg);width:.75rem}.chevron-right-animated:hover i{width:5rem}.chevron-right-animated:hover i:before{display:unset}a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.custom-scrollbar{overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#000 transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{border-radius:0;height:5px;width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#000;background-clip:padding-box;border:2px solid #fff}.custom-scrollbar::-webkit-scrollbar-corner{display:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:#000}video{object-fit:cover}
\ No newline at end of file
diff --git a/docs/css/components/documentation.min.css b/docs/css/components/documentation.min.css
index 861bb4187..4904839b5 100644
--- a/docs/css/components/documentation.min.css
+++ b/docs/css/components/documentation.min.css
@@ -1 +1 @@
-.documentation-page .grid-container:not(.full){margin-left:auto;margin-right:auto;max-width:75rem}.documentation-page .grid-container.full{margin-left:auto;margin-right:auto;padding:0 .75rem}@media(min-width:64em){.documentation-page .grid-container.full{padding:0 .25rem}}.documentation-page .vimeo-full-width{padding:56.25% 0 0;position:relative}.documentation-page .vimeo-full-width iframe{height:100%;left:0;position:absolute;top:0;width:100%}.documentation-page h1.title{color:#000;font-family:SohneBreit,ProximaNova,sans-serif;font-size:55px;font-weight:900;margin-bottom:2rem;margin-top:4rem}@media(min-width:64em){.documentation-page h1.title{font-size:55px}}.documentation-page h2,.documentation-page h3,.documentation-page h4,.documentation-page h5,.documentation-page h6{font-family:ProximaNova,sans-serif}.documentation-page h2{margin-bottom:1.5rem}.documentation-page h3{margin-bottom:1rem}.documentation-page .subtitle{font-size:1.25rem;line-height:1.3}.documentation-page video{width:100%}.documentation-page hr{border-top:2px solid #000;margin-bottom:1.5rem;margin-top:5rem}.documentation-page .intro .cell{align-items:center;display:flex}.documentation-page .intro .cell.figma{background:#000}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.figma p{color:#fff}.documentation-page .intro .cell.github{background:#edeff0}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{background:none;padding-bottom:1.5rem;padding-top:2.5rem;text-align:center;width:100%}@media(min-width:64em){.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{padding-bottom:2rem;padding-top:3rem}}.documentation-page .intro .cell.figma a p,.documentation-page .intro .cell.github a p{font-size:1.25rem}.documentation-page .intro .cell.figma img,.documentation-page .intro .cell.github img{height:100px}.documentation-page .featured-content-cards__wrapper{margin-bottom:1rem;margin-top:3rem}
\ No newline at end of file
+.documentation-page .grid-container:not(.full){margin-left:auto;margin-right:auto;max-width:75rem}.documentation-page .grid-container.full{margin-left:auto;margin-right:auto;padding:0 .75rem}@media(min-width:64em){.documentation-page .grid-container.full{padding:0 .25rem}}.documentation-page .vimeo-full-width{padding:56.25% 0 0;position:relative}.documentation-page .vimeo-full-width iframe{height:100%;left:0;position:absolute;top:0;width:100%}.documentation-page h1.title{color:#000;font-family:SohneBreit,ProximaNova,sans-serif;font-weight:900;margin-bottom:2rem;margin-top:4rem}.documentation-page h1.title div{font-family:SohneBreit,ProximaNova,sans-serif;font-size:55px;font-weight:900}@media(min-width:64em){.documentation-page h1.title{font-size:55px}}.documentation-page h2,.documentation-page h3,.documentation-page h4,.documentation-page h5,.documentation-page h6{font-family:ProximaNova,sans-serif}.documentation-page h2{border-block-end:0;font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media(min-width:48em){.documentation-page h2{font-size:2.813rem}}@media(min-width:64em){.documentation-page h2{font-size:3.438rem}}.documentation-page h3{font-size:1.875rem;font-weight:600;line-height:1.15;margin-bottom:1rem;margin-top:2.5rem}@media(min-width:48em){.documentation-page h3{font-size:2.188rem}}.documentation-page h4{font-size:1.563rem;font-weight:400;line-height:1.15}@media(min-width:48em){.documentation-page h4{font-size:2.188rem}}.documentation-page h5{font-size:1.25rem;font-weight:400;line-height:1.15}@media(min-width:48em){.documentation-page h5{font-size:1.563rem}}.documentation-page .subtitle{font-size:1.25rem;line-height:1.5}.documentation-page video{width:100%}.documentation-page hr{border-top:2px solid #000;margin-bottom:1.5rem;margin-top:5rem}.documentation-page .intro .cell{align-items:center;display:flex}.documentation-page .intro .cell.figma{background:#000}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.figma p{color:#fff}.documentation-page .intro .cell.github{background:#edeff0}.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{background:none;padding-bottom:1.5rem;padding-top:2.5rem;text-align:center;width:100%}@media(min-width:64em){.documentation-page .intro .cell.figma a,.documentation-page .intro .cell.github a{padding-bottom:2rem;padding-top:3rem}}.documentation-page .intro .cell.figma a p,.documentation-page .intro .cell.github a p{font-size:1.25rem}.documentation-page .intro .cell.figma img,.documentation-page .intro .cell.github img{height:100px}.documentation-page .featured-content-cards__wrapper{margin-bottom:1rem;margin-top:3rem}.documentation-page .featured-content-cards__wrapper .grid-x.grid-margin-x{row-gap:1.5rem}.sbdocs{font-family:ProximaNova,sans-serif}.sbdocs h1,.sbdocs-h1{font-family:SohneBreit,ProximaNova,sans-serif;font-weight:900}.sbdocs-content p,.sbdocs-li{font-size:1rem}.sbdocs-content code{color:#555;font-size:1rem;padding-block:.25rem;padding-inline:1rem}.sbdocs-content a{background:none;text-decoration:none}.sbdocs-content ol li,.sbdocs-content table td,.sbdocs-content table th,.sbdocs-content ul li{font-size:1rem}
\ No newline at end of file
diff --git a/docs/css/components/featured-card.min.css b/docs/css/components/featured-card.min.css
index 4248fefeb..34190888e 100644
--- a/docs/css/components/featured-card.min.css
+++ b/docs/css/components/featured-card.min.css
@@ -1 +1 @@
-.featured-card-container .feature__card-title{display:block;margin-bottom:2.25rem}@media(min-width:48em){.featured-card-container .feature__card-title{margin-bottom:0;margin-top:2rem}}.featured-card-container .feature__card--large,.featured-card-container .feature__card--medium{margin-bottom:1.875rem}.featured-card-container .feature__card.without-image .feature__card-image{display:none}.featured-card-container .feature__card.without-image.yellow .feature__card-slide{background:#ffeb00}@media(max-width:47.9375em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .375rem)}}@media(min-width:48em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .875rem)}}@media(min-width:64em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.75rem;margin-right:calc(8.33333% + .75rem)}}
\ No newline at end of file
+.featured-card-container>div{row-gap:1.5rem}.featured-card-container .feature__card-title{display:block;margin-bottom:2.25rem}@media(min-width:48em){.featured-card-container .feature__card-title{margin-bottom:0;margin-top:2rem}}.featured-card-container .feature__card--large,.featured-card-container .feature__card--medium{margin-bottom:1.875rem}.featured-card-container .feature__card.without-image .feature__card-image{display:none}.featured-card-container .feature__card.without-image.yellow .feature__card-slide{background:#ffeb00}@media(max-width:47.9375em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .375rem)}}@media(min-width:48em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.375rem;margin-right:calc(8.33333% + .875rem)}}@media(min-width:64em){[dir=rtl] .featured-card-container .feature__card-title{margin-left:.75rem;margin-right:calc(8.33333% + .75rem)}}
\ No newline at end of file
diff --git a/docs/css/components/featured-content-card.min.css b/docs/css/components/featured-content-card.min.css
index 29c587e3c..f66930208 100644
--- a/docs/css/components/featured-content-card.min.css
+++ b/docs/css/components/featured-content-card.min.css
@@ -1 +1 @@
-.feature__card-content,.feature__card-slide,.feature__card-slide:before{left:0;top:0;width:100%}.feature__card{margin-block-end:.75rem}@media(min-width:48em){.feature__card{margin-block-end:1.5rem}.feature__card .cta__link.cta--arrow{width:100%}.feature__card .cta__link.cta--arrow i{max-width:6.25rem}.feature__card .cta__link.cta--arrow i:after{background-position:100% 0}.feature__card .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.feature__card.accent-yellow .feature__card-slide,.feature__card.yellow .feature__card-slide{background:#ffe17e}.feature__card.accent-yellow .feature__card-slide:before,.feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow .feature__card.accent-yellow .feature__card-slide,.accent-yellow .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow .feature__card.accent-red .feature__card-slide,.accent-yellow .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-yellow .feature__card.accent-red .feature__card-slide:before,.accent-yellow .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-yellow .feature__card.accent-green .feature__card-slide,.accent-yellow .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-yellow .feature__card.accent-green .feature__card-slide:before,.accent-yellow .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-yellow .feature__card.accent-blue .feature__card-slide,.accent-yellow .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-yellow .feature__card.accent-blue .feature__card-slide:before,.accent-yellow .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-yellow .feature__card.accent-gray .feature__card-slide,.accent-yellow .feature__card.gray .feature__card-slide{background:#fafafa}.accent-yellow .feature__card.accent-gray .feature__card-slide:before,.accent-yellow .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-red .feature__card-slide,.feature__card.red .feature__card-slide{background:#ffbcb7}.feature__card.accent-red .feature__card-slide:before,.feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red .feature__card.accent-yellow .feature__card-slide,.accent-red .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-red .feature__card.accent-yellow .feature__card-slide:before,.accent-red .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red .feature__card.accent-red .feature__card-slide,.accent-red .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.accent-red .feature__card-slide:before,.accent-red .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red .feature__card.accent-green .feature__card-slide,.accent-red .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-red .feature__card.accent-green .feature__card-slide:before,.accent-red .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-red .feature__card.accent-blue .feature__card-slide,.accent-red .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-red .feature__card.accent-blue .feature__card-slide:before,.accent-red .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-red .feature__card.accent-gray .feature__card-slide,.accent-red .feature__card.gray .feature__card-slide{background:#fafafa}.accent-red .feature__card.accent-gray .feature__card-slide:before,.accent-red .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-green .feature__card-slide,.feature__card.green .feature__card-slide{background:#b8ecb6}.feature__card.accent-green .feature__card-slide:before,.feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green .feature__card.accent-yellow .feature__card-slide,.accent-green .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-green .feature__card.accent-yellow .feature__card-slide:before,.accent-green .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-green .feature__card.accent-red .feature__card-slide,.accent-green .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-green .feature__card.accent-red .feature__card-slide:before,.accent-green .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green .feature__card.accent-green .feature__card-slide,.accent-green .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.accent-green .feature__card-slide:before,.accent-green .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green .feature__card.accent-blue .feature__card-slide,.accent-green .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-green .feature__card.accent-blue .feature__card-slide:before,.accent-green .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-green .feature__card.accent-gray .feature__card-slide,.accent-green .feature__card.gray .feature__card-slide{background:#fafafa}.accent-green .feature__card.accent-gray .feature__card-slide:before,.accent-green .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-blue .feature__card-slide,.feature__card.blue .feature__card-slide{background:#a2daf3}.feature__card.accent-blue .feature__card-slide:before,.feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue .feature__card.accent-yellow .feature__card-slide,.accent-blue .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-blue .feature__card.accent-yellow .feature__card-slide:before,.accent-blue .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-blue .feature__card.accent-red .feature__card-slide,.accent-blue .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-blue .feature__card.accent-red .feature__card-slide:before,.accent-blue .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-blue .feature__card.accent-green .feature__card-slide,.accent-blue .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-blue .feature__card.accent-green .feature__card-slide:before,.accent-blue .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue .feature__card.accent-blue .feature__card-slide,.accent-blue .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.accent-blue .feature__card-slide:before,.accent-blue .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue .feature__card.accent-gray .feature__card-slide,.accent-blue .feature__card.gray .feature__card-slide{background:#fafafa}.accent-blue .feature__card.accent-gray .feature__card-slide:before,.accent-blue .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-gray .feature__card-slide,.feature__card.gray .feature__card-slide{background:#fafafa}.feature__card.accent-gray .feature__card-slide:before,.feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.accent-gray .feature__card.accent-yellow .feature__card-slide,.accent-gray .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-gray .feature__card.accent-yellow .feature__card-slide:before,.accent-gray .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-gray .feature__card.accent-red .feature__card-slide,.accent-gray .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-gray .feature__card.accent-red .feature__card-slide:before,.accent-gray .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-gray .feature__card.accent-green .feature__card-slide,.accent-gray .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-gray .feature__card.accent-green .feature__card-slide:before,.accent-gray .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-gray .feature__card.accent-blue .feature__card-slide,.accent-gray .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-gray .feature__card.accent-blue .feature__card-slide:before,.accent-gray .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray .feature__card.accent-gray .feature__card-slide,.accent-gray .feature__card.gray .feature__card-slide{background:#fafafa}.accent-gray .feature__card.accent-gray .feature__card-slide:before,.accent-gray .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}}@media(min-width:64em){.feature__card .cta__link.cta--arrow i:after{margin-left:.75rem;width:.813rem}}.feature__card.red a:hover .cta__link.cta--arrow i:before{background-color:#000}.feature__card.red a:hover .cta__link.cta--arrow i:after{border-color:#000}.feature__card a{background:#f7f7f7;height:100%;overflow:hidden;position:relative}@media(min-width:48em){.feature__card a{display:flex}}.feature__card a:hover .feature__card-slide{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}.feature__card a:hover .cta__link.cta--arrow i{width:5rem}@media(min-width:48em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}@media(min-width:64em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}.feature__card a:hover .cta__link.cta--arrow i:before{display:unset}.feature__card.without-image .feature__card-slide{z-index:0}.feature__card.without-image .feature__card-slide:before{display:none}.feature__card.without-image.yellow .feature__card-slide{background:#ffeb00}.accent-yellow .feature__card.without-image .feature__card-slide,.accent-yellow .feature__card.without-image.accent-yellow .feature__card-slide,.accent-yellow .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card.without-image.accent-red .feature__card-slide,.accent-yellow .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-yellow .feature__card.without-image.accent-green .feature__card-slide,.accent-yellow .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-yellow .feature__card.without-image.accent-blue .feature__card-slide,.accent-yellow .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-yellow .feature__card.without-image.accent-gray .feature__card-slide,.accent-yellow .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red .feature__card.without-image .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.without-image.accent-yellow .feature__card-slide,.accent-red .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-red .feature__card.without-image.accent-red .feature__card-slide,.accent-red .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.without-image.accent-green .feature__card-slide,.accent-red .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-red .feature__card.without-image.accent-blue .feature__card-slide,.accent-red .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-red .feature__card.without-image.accent-gray .feature__card-slide,.accent-red .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green .feature__card.without-image .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.without-image.accent-yellow .feature__card-slide,.accent-green .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-green .feature__card.without-image.accent-red .feature__card-slide,.accent-green .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-green .feature__card.without-image.accent-green .feature__card-slide,.accent-green .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.without-image.accent-blue .feature__card-slide,.accent-green .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-green .feature__card.without-image.accent-gray .feature__card-slide,.accent-green .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue .feature__card.without-image .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.without-image.accent-yellow .feature__card-slide,.accent-blue .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-blue .feature__card.without-image.accent-red .feature__card-slide,.accent-blue .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-blue .feature__card.without-image.accent-green .feature__card-slide,.accent-blue .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-blue .feature__card.without-image.accent-blue .feature__card-slide,.accent-blue .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.without-image.accent-gray .feature__card-slide,.accent-blue .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray .feature__card.without-image .feature__card-slide{background:#fafafa}.accent-gray .feature__card.without-image.accent-yellow .feature__card-slide,.accent-gray .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-gray .feature__card.without-image.accent-red .feature__card-slide,.accent-gray .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-gray .feature__card.without-image.accent-green .feature__card-slide,.accent-gray .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-gray .feature__card.without-image.accent-blue .feature__card-slide,.accent-gray .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card-slide{position:relative}@media(min-width:48em){.feature__card-slide{background:#ffe17e;display:none;height:100%;position:absolute;-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);-ms-transform:translateX(-105%);-o-transform:translateX(-105%);transition:translateX(-105%);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;z-index:0}}@media(min-width:64em){.feature__card-slide{display:inherit}}.feature__card-slide:before{bottom:0;content:""}@media(min-width:48em){.feature__card-slide:before{height:100%;position:absolute}}.feature__card-slide .feature__card-image{background-position:top;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.feature__card-slide .feature__card-image img{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.image .feature__card-slide{z-index:1}.feature__card-content{background:#fafafa;flex-direction:column;height:auto;padding:2rem 1.5rem;position:relative;width:auto}@media(min-width:48em){.feature__card-content{background:none;display:flex}}.feature__card-content h6{font-size:.75rem;font-weight:700;line-height:1.17;margin-bottom:1.5rem;text-transform:uppercase}@media(min-width:48em){.feature__card-content h6{margin-bottom:3rem}}.feature__card-content .feature__card-description{margin-bottom:3rem}@media(min-width:48em){.feature__card-content .feature__card-description{margin-bottom:4.688rem}}.feature__card-content h4,.feature__card-content h5{margin-bottom:1.5rem}@media(min-width:48em){.feature__card-content h4,.feature__card-content h5{margin-bottom:2rem}}.feature__card-content p{font-size:.875rem}@media(min-width:48em){.feature__card-content p{font-size:1.25rem}}.feature__card-content .cta__link{margin-bottom:0;margin-top:2.5rem;z-index:2}@media(min-width:48em){.feature__card-content .cta__link{margin-top:auto}[dir=rtl] .feature__card .cta__link.cta--arrow{width:100%}[dir=rtl] .feature__card .cta__link.cta--arrow i:after{margin-left:inherit}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide,[dir=rtl] .feature__card.yellow.image .feature__card-slide{background-color:#ffe17e}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide:before,[dir=rtl] .feature__card.yellow.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-red.image .feature__card-slide,[dir=rtl] .feature__card.red.image .feature__card-slide{background-color:#ffbcb7}[dir=rtl] .feature__card.accent-red.image .feature__card-slide:before,[dir=rtl] .feature__card.red.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-red [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-red [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-green.image .feature__card-slide,[dir=rtl] .feature__card.green.image .feature__card-slide{background-color:#b8ecb6}[dir=rtl] .feature__card.accent-green.image .feature__card-slide:before,[dir=rtl] .feature__card.green.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-green [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-green [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide,[dir=rtl] .feature__card.blue.image .feature__card-slide{background-color:#a2daf3}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide:before,[dir=rtl] .feature__card.blue.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide,[dir=rtl] .feature__card.gray.image .feature__card-slide{background-color:#fafafa}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide:before,[dir=rtl] .feature__card.gray.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}}@media(min-width:48em)and (min-width:48em){[dir=rtl] .feature__card .feature__card-slide{-webkit-transform:translateX(105%);-moz-transform:translateX(105%);-ms-transform:translateX(105%);-o-transform:translateX(105%);transition:translateX(105%)}[dir=rtl] .feature__card .feature__card-slide:hover{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}}
\ No newline at end of file
+.feature__card-content,.feature__card-slide,.feature__card-slide:before{left:0;top:0;width:100%}.feature__card{margin-block-end:0}@media(min-width:48em){.feature__card{margin-block-end:0}.feature__card .cta__link.cta--arrow{width:100%}.feature__card .cta__link.cta--arrow i{max-width:6.25rem}.feature__card .cta__link.cta--arrow i:after{background-position:100% 0}.feature__card .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.feature__card.accent-yellow .feature__card-slide,.feature__card.yellow .feature__card-slide{background:#ffe17e}.feature__card.accent-yellow .feature__card-slide:before,.feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow .feature__card.accent-yellow .feature__card-slide,.accent-yellow .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow .feature__card.accent-red .feature__card-slide,.accent-yellow .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-yellow .feature__card.accent-red .feature__card-slide:before,.accent-yellow .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-yellow .feature__card.accent-green .feature__card-slide,.accent-yellow .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-yellow .feature__card.accent-green .feature__card-slide:before,.accent-yellow .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-yellow .feature__card.accent-blue .feature__card-slide,.accent-yellow .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-yellow .feature__card.accent-blue .feature__card-slide:before,.accent-yellow .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-yellow .feature__card.accent-gray .feature__card-slide,.accent-yellow .feature__card.gray .feature__card-slide{background:#fafafa}.accent-yellow .feature__card.accent-gray .feature__card-slide:before,.accent-yellow .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-red .feature__card-slide,.feature__card.red .feature__card-slide{background:#ffbcb7}.feature__card.accent-red .feature__card-slide:before,.feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red .feature__card.accent-yellow .feature__card-slide,.accent-red .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-red .feature__card.accent-yellow .feature__card-slide:before,.accent-red .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red .feature__card.accent-red .feature__card-slide,.accent-red .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.accent-red .feature__card-slide:before,.accent-red .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red .feature__card.accent-green .feature__card-slide,.accent-red .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-red .feature__card.accent-green .feature__card-slide:before,.accent-red .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-red .feature__card.accent-blue .feature__card-slide,.accent-red .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-red .feature__card.accent-blue .feature__card-slide:before,.accent-red .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-red .feature__card.accent-gray .feature__card-slide,.accent-red .feature__card.gray .feature__card-slide{background:#fafafa}.accent-red .feature__card.accent-gray .feature__card-slide:before,.accent-red .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-green .feature__card-slide,.feature__card.green .feature__card-slide{background:#b8ecb6}.feature__card.accent-green .feature__card-slide:before,.feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green .feature__card.accent-yellow .feature__card-slide,.accent-green .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-green .feature__card.accent-yellow .feature__card-slide:before,.accent-green .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-green .feature__card.accent-red .feature__card-slide,.accent-green .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-green .feature__card.accent-red .feature__card-slide:before,.accent-green .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green .feature__card.accent-green .feature__card-slide,.accent-green .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.accent-green .feature__card-slide:before,.accent-green .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green .feature__card.accent-blue .feature__card-slide,.accent-green .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-green .feature__card.accent-blue .feature__card-slide:before,.accent-green .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-green .feature__card.accent-gray .feature__card-slide,.accent-green .feature__card.gray .feature__card-slide{background:#fafafa}.accent-green .feature__card.accent-gray .feature__card-slide:before,.accent-green .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-blue .feature__card-slide,.feature__card.blue .feature__card-slide{background:#a2daf3}.feature__card.accent-blue .feature__card-slide:before,.feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue .feature__card.accent-yellow .feature__card-slide,.accent-blue .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-blue .feature__card.accent-yellow .feature__card-slide:before,.accent-blue .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-blue .feature__card.accent-red .feature__card-slide,.accent-blue .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-blue .feature__card.accent-red .feature__card-slide:before,.accent-blue .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-blue .feature__card.accent-green .feature__card-slide,.accent-blue .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-blue .feature__card.accent-green .feature__card-slide:before,.accent-blue .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue .feature__card.accent-blue .feature__card-slide,.accent-blue .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.accent-blue .feature__card-slide:before,.accent-blue .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue .feature__card.accent-gray .feature__card-slide,.accent-blue .feature__card.gray .feature__card-slide{background:#fafafa}.accent-blue .feature__card.accent-gray .feature__card-slide:before,.accent-blue .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card.accent-gray .feature__card-slide,.feature__card.gray .feature__card-slide{background:#fafafa}.feature__card.accent-gray .feature__card-slide:before,.feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.accent-gray .feature__card.accent-yellow .feature__card-slide,.accent-gray .feature__card.yellow .feature__card-slide{background:#ffe17e}.accent-gray .feature__card.accent-yellow .feature__card-slide:before,.accent-gray .feature__card.yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-gray .feature__card.accent-red .feature__card-slide,.accent-gray .feature__card.red .feature__card-slide{background:#ffbcb7}.accent-gray .feature__card.accent-red .feature__card-slide:before,.accent-gray .feature__card.red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-gray .feature__card.accent-green .feature__card-slide,.accent-gray .feature__card.green .feature__card-slide{background:#b8ecb6}.accent-gray .feature__card.accent-green .feature__card-slide:before,.accent-gray .feature__card.green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-gray .feature__card.accent-blue .feature__card-slide,.accent-gray .feature__card.blue .feature__card-slide{background:#a2daf3}.accent-gray .feature__card.accent-blue .feature__card-slide:before,.accent-gray .feature__card.blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray .feature__card.accent-gray .feature__card-slide,.accent-gray .feature__card.gray .feature__card-slide{background:#fafafa}.accent-gray .feature__card.accent-gray .feature__card-slide:before,.accent-gray .feature__card.gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}}@media(min-width:64em){.feature__card .cta__link.cta--arrow i:after{margin-left:.75rem;width:.813rem}}.feature__card.red a:hover .cta__link.cta--arrow i:before{background-color:#000}.feature__card.red a:hover .cta__link.cta--arrow i:after{border-color:#000}.feature__card a{background:#f7f7f7;height:100%;overflow:hidden;position:relative}@media(min-width:48em){.feature__card a{display:flex}}.feature__card a:hover .feature__card-slide{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}.feature__card a:hover .cta__link.cta--arrow i{width:5rem}@media(min-width:48em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}@media(min-width:64em){.feature__card a:hover .cta__link.cta--arrow i{width:calc(100% - 6.25rem)}}.feature__card a:hover .cta__link.cta--arrow i:before{display:unset}.feature__card.without-image .feature__card-slide{z-index:0}.feature__card.without-image .feature__card-slide:before{display:none}.feature__card.without-image.yellow .feature__card-slide{background:#ffeb00}.accent-yellow .feature__card.without-image .feature__card-slide,.accent-yellow .feature__card.without-image.accent-yellow .feature__card-slide,.accent-yellow .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card.without-image.accent-red .feature__card-slide,.accent-yellow .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-yellow .feature__card.without-image.accent-green .feature__card-slide,.accent-yellow .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-yellow .feature__card.without-image.accent-blue .feature__card-slide,.accent-yellow .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-yellow .feature__card.without-image.accent-gray .feature__card-slide,.accent-yellow .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-yellow .feature__card-slide{background:#ffe17e}.accent-yellow .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red .feature__card.without-image .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.without-image.accent-yellow .feature__card-slide,.accent-red .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-red .feature__card.without-image.accent-red .feature__card-slide,.accent-red .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card.without-image.accent-green .feature__card-slide,.accent-red .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-red .feature__card.without-image.accent-blue .feature__card-slide,.accent-red .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-red .feature__card.without-image.accent-gray .feature__card-slide,.accent-red .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-red .feature__card-slide{background:#ffbcb7}.accent-red .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green .feature__card.without-image .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.without-image.accent-yellow .feature__card-slide,.accent-green .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-green .feature__card.without-image.accent-red .feature__card-slide,.accent-green .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-green .feature__card.without-image.accent-green .feature__card-slide,.accent-green .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card.without-image.accent-blue .feature__card-slide,.accent-green .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-green .feature__card.without-image.accent-gray .feature__card-slide,.accent-green .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-green .feature__card-slide{background:#b8ecb6}.accent-green .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue .feature__card.without-image .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.without-image.accent-yellow .feature__card-slide,.accent-blue .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-blue .feature__card.without-image.accent-red .feature__card-slide,.accent-blue .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-blue .feature__card.without-image.accent-green .feature__card-slide,.accent-blue .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-blue .feature__card.without-image.accent-blue .feature__card-slide,.accent-blue .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card.without-image.accent-gray .feature__card-slide,.accent-blue .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-blue .feature__card-slide{background:#a2daf3}.accent-blue .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray .feature__card.without-image .feature__card-slide{background:#fafafa}.accent-gray .feature__card.without-image.accent-yellow .feature__card-slide,.accent-gray .feature__card.without-image.yellow .feature__card-slide{background:#ffe17e}.accent-gray .feature__card.without-image.accent-red .feature__card-slide,.accent-gray .feature__card.without-image.red .feature__card-slide{background:#ffbcb7}.accent-gray .feature__card.without-image.accent-green .feature__card-slide,.accent-gray .feature__card.without-image.green .feature__card-slide{background:#b8ecb6}.accent-gray .feature__card.without-image.accent-blue .feature__card-slide,.accent-gray .feature__card.without-image.blue .feature__card-slide{background:#a2daf3}.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.accent-gray .feature__card-slide,.accent-gray .feature__card.without-image.gray .feature__card-slide{background:#fafafa}.accent-gray .feature__card-slide:before{background:linear-gradient(207deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.feature__card-slide{position:relative}@media(min-width:48em){.feature__card-slide{background:#ffe17e;display:none;height:100%;position:absolute;-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);-ms-transform:translateX(-105%);-o-transform:translateX(-105%);transition:translateX(-105%);-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;z-index:0}}@media(min-width:64em){.feature__card-slide{display:inherit}}.feature__card-slide:before{bottom:0;content:""}@media(min-width:48em){.feature__card-slide:before{height:100%;position:absolute}}.feature__card-slide .feature__card-image{background-position:top;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.feature__card-slide .feature__card-image img{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.image .feature__card-slide{z-index:1}.feature__card-content{background:#fafafa;flex-direction:column;height:auto;padding:2rem 1.5rem;position:relative;width:auto}@media(min-width:48em){.feature__card-content{background:none;display:flex}}.feature__card-content h6{font-size:.75rem;font-weight:700;line-height:1.17;margin-bottom:1.5rem;text-transform:uppercase}@media(min-width:48em){.feature__card-content h6{margin-bottom:3rem}}.feature__card-content .feature__card-description{margin-bottom:3rem}@media(min-width:48em){.feature__card-content .feature__card-description{margin-bottom:4.688rem}}.feature__card-content h4,.feature__card-content h5{margin-bottom:1.5rem}@media(min-width:48em){.feature__card-content h4,.feature__card-content h5{margin-bottom:2rem}}.feature__card-content p{font-size:.875rem}@media(min-width:48em){.feature__card-content p{font-size:1.25rem}}.feature__card-content .cta__link{margin-bottom:0;margin-top:2.5rem;z-index:2}@media(min-width:48em){.feature__card-content .cta__link{margin-top:auto}[dir=rtl] .feature__card .cta__link.cta--arrow{width:100%}[dir=rtl] .feature__card .cta__link.cta--arrow i:after{margin-left:inherit}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide,[dir=rtl] .feature__card.yellow.image .feature__card-slide{background-color:#ffe17e}[dir=rtl] .feature__card.accent-yellow.image .feature__card-slide:before,[dir=rtl] .feature__card.yellow.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-red.image .feature__card-slide,[dir=rtl] .feature__card.red.image .feature__card-slide{background-color:#ffbcb7}[dir=rtl] .feature__card.accent-red.image .feature__card-slide:before,[dir=rtl] .feature__card.red.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-red [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-red [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-red [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-green.image .feature__card-slide,[dir=rtl] .feature__card.green.image .feature__card-slide{background-color:#b8ecb6}[dir=rtl] .feature__card.accent-green.image .feature__card-slide:before,[dir=rtl] .feature__card.green.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-green [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-green [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-green [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide,[dir=rtl] .feature__card.blue.image .feature__card-slide{background-color:#a2daf3}[dir=rtl] .feature__card.accent-blue.image .feature__card-slide:before,[dir=rtl] .feature__card.blue.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-blue [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide,[dir=rtl] .feature__card.gray.image .feature__card-slide{background-color:#fafafa}[dir=rtl] .feature__card.accent-gray.image .feature__card-slide:before,[dir=rtl] .feature__card.gray.image .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide{background-color:#ffe17e}.accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffe17e)}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide{background-color:#ffbcb7}.accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.red .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#ffbcb7)}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide{background-color:#b8ecb6}.accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.green .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#b8ecb6)}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide{background-color:#a2daf3}.accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.blue .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#a2daf3)}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide{background-color:#fafafa}.accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide:before,.accent-gray [dir=rtl] .feature__card.gray .feature__card-slide:before{background:linear-gradient(153deg,hsla(0,0%,100%,.2) 30%,#fafafa)}}@media(min-width:48em)and (min-width:48em){[dir=rtl] .feature__card .feature__card-slide{-webkit-transform:translateX(105%);-moz-transform:translateX(105%);-ms-transform:translateX(105%);-o-transform:translateX(105%);transition:translateX(105%)}[dir=rtl] .feature__card .feature__card-slide:hover{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transition:translateX(0)}}
\ No newline at end of file
diff --git a/docs/css/components/image-revel-cta-card.min.css b/docs/css/components/image-revel-cta-card.min.css
index 77205cf13..dbf100566 100644
--- a/docs/css/components/image-revel-cta-card.min.css
+++ b/docs/css/components/image-revel-cta-card.min.css
@@ -1 +1 @@
-.image-reveal-card .image-reveal-card__content .image:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.image-reveal-card{background-image:none;background:#fff;border:0;display:block;height:100%;overflow:hidden;position:relative}.image-reveal-card>a{background:none}.image-reveal-card .image-reveal-card__content{overflow:hidden;position:relative}.image-reveal-card .image-reveal-card__content img{display:block;height:100%;object-fit:cover;width:100%}.image-reveal-card .image-reveal-card__content h5{margin-bottom:0;padding:1.5rem 1.5rem 0}@media(min-width:48em){.image-reveal-card .image-reveal-card__content h5{padding:2rem 1.5rem 0}}@media(min-width:64em){.image-reveal-card .image-reveal-card__content h5{background:#fff;bottom:-1px;box-sizing:border-box;left:0;opacity:0;overflow:hidden;position:absolute;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transition:translate(0,100%);-webkit-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-moz-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-ms-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-o-transition:all .4s cubic-bezier(.64,.05,.35,1.05);transition:all .4s cubic-bezier(.64,.05,.35,1.05);transition-delay:.2s;width:100%}}.image-reveal-card .image-reveal-card__content .image{position:relative;width:100%}.image-reveal-card .image-reveal-card__content .image img{display:block;width:100%}.image-reveal-card .image-reveal-card__content .image:before{opacity:0;-webkit-transition:all .9s;-moz-transition:all .9s;-ms-transition:all .9s;-o-transition:all .9s;transition:all .9s}.image-reveal-card .cta__link{margin:2rem 0 0 1.5rem;width:100%}@media(min-width:64em){.image-reveal-card .cta__link{box-sizing:border-box;margin-left:0;padding-left:1.5rem}.image-reveal-card:hover .image-reveal-card__content h5{height:auto;opacity:1;transform:translateY(0)}}.image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%);opacity:.75}.image-reveal-card:hover .cta__link i{width:5rem}.image-reveal-card:hover .cta__link i:before{display:unset}.image-reveal-card:hover .image:before{opacity:.75}.accent-yellow .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-yellow .image-reveal-card:hover.accent-yellow .image:before,.accent-yellow .image-reveal-card:hover.yellow .image:before,.image-reveal-card.accent-yellow .image:before,.image-reveal-card.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow .image-reveal-card:hover.accent-red .image:before,.accent-yellow .image-reveal-card:hover.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow .image-reveal-card:hover.accent-green .image:before,.accent-yellow .image-reveal-card:hover.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow .image-reveal-card:hover.accent-blue .image:before,.accent-yellow .image-reveal-card:hover.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-red .image:before,.image-reveal-card.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red .image-reveal-card:hover.accent-yellow .image:before,.accent-red .image-reveal-card:hover.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red .image-reveal-card:hover.accent-red .image:before,.accent-red .image-reveal-card:hover.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red .image-reveal-card:hover.accent-green .image:before,.accent-red .image-reveal-card:hover.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red .image-reveal-card:hover.accent-blue .image:before,.accent-red .image-reveal-card:hover.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-green .image:before,.image-reveal-card.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green .image-reveal-card:hover.accent-yellow .image:before,.accent-green .image-reveal-card:hover.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green .image-reveal-card:hover.accent-red .image:before,.accent-green .image-reveal-card:hover.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green .image-reveal-card:hover.accent-green .image:before,.accent-green .image-reveal-card:hover.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-green .image-reveal-card:hover.accent-blue .image:before,.accent-green .image-reveal-card:hover.blue .image:before,.image-reveal-card.accent-blue .image:before,.image-reveal-card.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue .image-reveal-card:hover.accent-yellow .image:before,.accent-blue .image-reveal-card:hover.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue .image-reveal-card:hover.accent-red .image:before,.accent-blue .image-reveal-card:hover.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue .image-reveal-card:hover.accent-green .image:before,.accent-blue .image-reveal-card:hover.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue .image-reveal-card:hover.accent-blue .image:before,.accent-blue .image-reveal-card:hover.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}@media(min-width:48em){.small.image-reveal-card{max-width:13.25rem}.small.image-reveal-card .cta__link{width:100%}}.small.image-reveal-card h5{font-size:1.25rem}@media(min-width:48em){.small.image-reveal-card h5{font-size:1rem}.small.image-reveal-card:hover .cta__link.cta--arrow i{margin-left:0;width:4rem}}@media(min-width:64em){.small.image-reveal-card:hover .cta__link.cta--arrow i{width:calc(100% - 6rem)}}[dir=rtl] .image-reveal-card .cta__link{margin-right:0;margin-top:2rem;padding-right:1.5rem}@media(min-width:48em){[dir=rtl] .image-reveal-card .cta__link{margin-right:0;padding-right:1.5rem}}[dir=rtl] .image-reveal-card .image:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}
\ No newline at end of file
+.image-reveal-card .image-reveal-card__content .image:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.image-reveal-card{background-image:none;background:#fff;border:0;display:block;height:100%;overflow:hidden;position:relative}.image-reveal-card>a{background:none}.image-reveal-card .image-reveal-card__content{overflow:hidden;position:relative}.image-reveal-card .image-reveal-card__content img{display:block;height:100%;object-fit:cover;width:100%}.image-reveal-card .image-reveal-card__content h5{margin-bottom:0;padding:1.5rem 1.5rem 0}@media(min-width:48em){.image-reveal-card .image-reveal-card__content h5{padding:2rem 1.5rem 0}}@media(min-width:64em){.image-reveal-card .image-reveal-card__content h5{background:#fff;bottom:-1px;box-sizing:border-box;left:0;opacity:0;overflow:hidden;position:absolute;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transition:translate(0,100%);-webkit-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-moz-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-ms-transition:all .4s cubic-bezier(.64,.05,.35,1.05);-o-transition:all .4s cubic-bezier(.64,.05,.35,1.05);transition:all .4s cubic-bezier(.64,.05,.35,1.05);transition-delay:.2s;width:100%}}.image-reveal-card .image-reveal-card__content .image{position:relative;width:100%}.image-reveal-card .image-reveal-card__content .image img{display:block;width:100%}.image-reveal-card .image-reveal-card__content .image:before{opacity:0;-webkit-transition:all .9s;-moz-transition:all .9s;-ms-transition:all .9s;-o-transition:all .9s;transition:all .9s}.image-reveal-card .cta__link{margin:2rem 0 0 1.5rem;width:100%}@media(min-width:64em){.image-reveal-card .cta__link{box-sizing:border-box;margin-left:0;padding-left:1.5rem}.image-reveal-card:hover .image-reveal-card__content h5{height:auto;opacity:1;transform:translateY(0)}}.image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%);opacity:.75}.image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%);opacity:.75}.image-reveal-card:hover .cta__link i{width:5rem}.image-reveal-card:hover .cta__link i:before{display:unset}.image-reveal-card:hover .image:before{opacity:.75}.accent-yellow .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.yellow .image:before,.image-reveal-card.accent-yellow .image:before,.image-reveal-card.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-yellow .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-red .image:before,.image-reveal-card.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-red .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content .image:before,.image-reveal-card.accent-green .image:before,.image-reveal-card.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-green .image-reveal-card:hover .image-reveal-card__content.blue .image:before,.image-reveal-card.accent-blue .image:before,.image-reveal-card.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.yellow .image:before{background:linear-gradient(67.76deg,#ffeb00,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.red .image:before{background:linear-gradient(67.76deg,#ee402d,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.green .image:before{background:linear-gradient(67.76deg,#6de354,transparent 61.11%)}.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before,.accent-blue .image-reveal-card:hover .image-reveal-card__content.blue .image:before{background:linear-gradient(67.76deg,#60d4f2,transparent 61.11%)}@media(min-width:48em){.small.image-reveal-card{max-width:13.25rem}.small.image-reveal-card .cta__link{width:100%}}.small.image-reveal-card h5{font-size:1.25rem}@media(min-width:48em){.small.image-reveal-card h5{font-size:1rem}.small.image-reveal-card:hover .cta__link.cta--arrow i{margin-left:0;width:4rem}}@media(min-width:64em){.small.image-reveal-card:hover .cta__link.cta--arrow i{width:calc(100% - 6rem)}}[dir=rtl] .image-reveal-card .cta__link{margin-right:0;margin-top:2rem;padding-right:1.5rem}@media(min-width:48em){[dir=rtl] .image-reveal-card .cta__link{margin-right:0;padding-right:1.5rem}}[dir=rtl] .image-reveal-card .image:before{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transition:scaleX(-1)}
\ No newline at end of file
diff --git a/docs/css/components/pagination.min.css b/docs/css/components/pagination.min.css
index d40ba1baf..94cc972b4 100644
--- a/docs/css/components/pagination.min.css
+++ b/docs/css/components/pagination.min.css
@@ -1 +1 @@
-.pagination ul li a{background-image:none}.pagination ul{align-items:center;display:flex;padding-left:0}.pagination ul li{display:flex;font-size:1rem;margin-bottom:0;margin-right:1.5rem;padding-left:0;position:relative}.pagination ul li a{border-bottom:0;font-size:1rem}.pagination ul li span{margin:0 .375rem}.pagination ul li span:last-of-type{margin-right:0}.pagination ul li:first-of-type,.pagination ul li:last-of-type{cursor:pointer}.pagination ul li:first-of-type a,.pagination ul li:last-of-type a{font-size:0;height:45px;width:45px}.pagination ul li:first-of-type a:before,.pagination ul li:last-of-type a:before{background:url(../../images/chevron-left-circle.svg) no-repeat 50%;content:" ";display:block;height:45px;width:45px}.pagination ul li.disabled a:before{opacity:.3}.pagination ul li:last-of-type{margin-right:0}.pagination ul li:last-of-type a:before{background:url(../../images/chevron-right-circle.svg) no-repeat 50%}[dir=rtl] .pagination ul{padding-right:0}[dir=rtl] .pagination li{margin-left:1.5rem;margin-right:0;padding-right:0}[dir=rtl] .pagination li:first-of-type a:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transition:rotateZ(180deg)}[dir=rtl] .pagination li:last-of-type{margin-left:0}[dir=rtl] .pagination li:last-of-type a:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transition:rotateZ(180deg)}[dir=rtl] .pagination li span:last-of-type{margin-left:0;margin-right:.375rem}
\ No newline at end of file
+.pagination ul li a{background-image:none}.pagination ul{align-items:center;display:flex;font-family:ProximaNova,sans-serif;padding-left:0}.pagination ul li{display:flex;font-size:1rem;margin-bottom:0;margin-right:1.5rem;padding-left:0;position:relative}.pagination ul li a{border-bottom:0;color:#000;font-size:1rem;text-decoration:none}.pagination ul li span{margin:0 .375rem}.pagination ul li span:last-of-type{margin-right:0}.pagination ul li:first-of-type,.pagination ul li:last-of-type{cursor:pointer}.pagination ul li:first-of-type a,.pagination ul li:last-of-type a{font-size:0;height:45px;width:45px}.pagination ul li:first-of-type a:before,.pagination ul li:last-of-type a:before{background:url(../../images/chevron-left-circle.svg) no-repeat 50%;content:" ";display:block;height:45px;width:45px}.pagination ul li.disabled a:before{opacity:.3}.pagination ul li:last-of-type{margin-right:0}.pagination ul li:last-of-type a:before{background:url(../../images/chevron-right-circle.svg) no-repeat 50%}[dir=rtl] .pagination ul{padding-right:0}[dir=rtl] .pagination li{margin-left:1.5rem;margin-right:0;padding-right:0}[dir=rtl] .pagination li:first-of-type a:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transition:rotateZ(180deg)}[dir=rtl] .pagination li:last-of-type{margin-left:0}[dir=rtl] .pagination li:last-of-type a:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transition:rotateZ(180deg)}[dir=rtl] .pagination li span:last-of-type{margin-left:0;margin-right:.375rem}
\ No newline at end of file
diff --git a/docs/css/templates/article-page.min.css b/docs/css/templates/article-page.min.css
index c4b6e72f0..42512caaa 100644
--- a/docs/css/templates/article-page.min.css
+++ b/docs/css/templates/article-page.min.css
@@ -1 +1 @@
-.article-page .progress-container{position:fixed;top:4.7rem;z-index:5}@media(min-width:64em){.article-page .progress-container{top:7.1875rem}}.article-page .progress-top{top:inherit}.article-page .progress-bar{width:0}.article-page .large-article-image{margin-top:1rem}@media(min-width:48em){.article-page .large-article-image{margin-top:2rem}}.article-page .author-section{border-bottom:1px solid #d4d6d8;margin-bottom:4.375rem;padding-top:2rem}@media(min-width:48em){.article-page .author-section{margin-bottom:5.5rem}}@media(max-width:63.9375em){.article-page .author-section{border-top:2px solid #000}}.article-page .mt-h{margin-top:5rem}@media(min-width:90em){.article-page .mt-h{margin-top:5rem}}.article-page .blockq{margin-bottom:5rem;margin-top:2.82rem}@media(min-width:64em){.article-page .blockq{margin-bottom:2.125rem;margin-top:2.563rem}}.article-page .section-head{margin-top:2.983rem}.article-page .image-caption{padding-top:2rem}@media(max-width:63.9375em){.article-page .image-caption .image__caption{border-bottom:0}}.article-page .image-caption .image__caption{padding-left:6rem}@media(min-width:48em){.article-page .image-caption .image__caption{padding-left:0}}.article-page .large-article-image img{width:100%}.article-page .middle-image{margin-bottom:2rem;margin-top:3.063rem}@media(min-width:48em){.article-page .middle-image{margin-top:2.813rem}}.article-page .middle-image img{width:100%}.article-page .middle-caption{margin-bottom:3.125rem}@media(min-width:48em){.article-page .middle-caption{margin-bottom:6.125rem}}.article-page .list-section{margin-bottom:3rem;margin-top:2.25rem}@media(min-width:48em){.article-page .list-section{margin-bottom:11.25rem}}.article-page .list-section li{margin-top:1.5rem}.article-page .list-section li:first-of-type{margin-top:0}.featured-card-container{margin-bottom:2rem}@media(min-width:48em){.featured-card-container{margin-bottom:4rem}}.featured-card-container .feature__card{margin-bottom:1.5rem}header~.featured-card-container>div{margin-left:0;margin-right:0}@media(min-width:48em){[dir=rtl] .medium-offset-1{margin-left:0;margin-right:8.33333%}[dir=rtl] .medium-offset-2{margin-left:0;margin-right:16.66667%}}[dir=rtl] .section-head{text-align:right}[dir=rtl] .author-wrapper--3 .author-wrapper__box:first-of-type,[dir=rtl] .author-wrapper--3 .author-wrapper__box:last-of-type{margin-left:0;margin-right:0}
\ No newline at end of file
+.article-page .progress-container{position:fixed;top:4.7rem;z-index:5}@media(min-width:64em){.article-page .progress-container{top:7.1875rem}}.article-page .progress-top{top:inherit}.article-page .progress-bar{width:0}.article-page .large-article-image{margin-top:1rem}@media(min-width:48em){.article-page .large-article-image{margin-top:2rem}}.article-page .author-section{border-bottom:1px solid #d4d6d8;margin-bottom:4.375rem;padding-top:2rem}@media(min-width:48em){.article-page .author-section{margin-bottom:5.5rem}}@media(max-width:63.9375em){.article-page .author-section{border-top:2px solid #000}}.article-page .mt-h{margin-top:5rem}@media(min-width:90em){.article-page .mt-h{margin-top:5rem}}.article-page .blockq{margin-bottom:5rem;margin-top:2.82rem}@media(min-width:64em){.article-page .blockq{margin-bottom:2.125rem;margin-top:2.563rem}}.article-page .section-head{margin-top:2.983rem}.article-page .image-caption{padding-top:2rem}@media(max-width:63.9375em){.article-page .image-caption .image__caption{border-bottom:0}}.article-page .image-caption .image__caption{padding-left:6rem}@media(min-width:48em){.article-page .image-caption .image__caption{padding-left:0}}.article-page .large-article-image img{width:100%}.article-page .middle-image{margin-bottom:2rem;margin-top:3.063rem}@media(min-width:48em){.article-page .middle-image{margin-top:2.813rem}}.article-page .middle-image img{width:100%}.article-page .middle-caption{margin-bottom:3.125rem}@media(min-width:48em){.article-page .middle-caption{margin-bottom:6.125rem}}.article-page .list-section{margin-bottom:3rem;margin-top:2.25rem}@media(min-width:48em){.article-page .list-section{margin-bottom:11.25rem}}.article-page .list-section li{margin-top:1.5rem}.article-page .list-section li:first-of-type{margin-top:0}.featured-card-container{margin-bottom:2rem}@media(min-width:48em){.featured-card-container{margin-bottom:4rem}}header~.featured-card-container>div{margin-left:0;margin-right:0}@media(min-width:48em){[dir=rtl] .medium-offset-1{margin-left:0;margin-right:8.33333%}[dir=rtl] .medium-offset-2{margin-left:0;margin-right:16.66667%}}[dir=rtl] .section-head{text-align:right}[dir=rtl] .author-wrapper--3 .author-wrapper__box:first-of-type,[dir=rtl] .author-wrapper--3 .author-wrapper__box:last-of-type{margin-left:0;margin-right:0}
\ No newline at end of file
diff --git a/docs/css/templates/generic-page.min.css b/docs/css/templates/generic-page.min.css
index 9e4dee9c3..a5d9cdd72 100644
--- a/docs/css/templates/generic-page.min.css
+++ b/docs/css/templates/generic-page.min.css
@@ -1 +1 @@
-.generic-page .progress-container{position:fixed;top:4.7rem;z-index:5}@media(min-width:64em){.generic-page .progress-container{top:7.1875rem}}.publication-menu .menu li a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}.publication-menu .menu li a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.border-top-2{border-top:2px solid #000}.related-publication{margin-top:2rem}.related-publication .cell.medium-4{padding:.75rem 0;width:100%}@media(min-width:48em){.related-publication .cell.medium-4{width:calc(50% - 1.5rem)}}.related-publication .content-card{border:none;margin-bottom:0;padding-top:.5rem}.related-publication h2{margin-bottom:.75rem;margin-top:3rem}@media(min-width:64em){.related-publication h2{margin-bottom:2.25rem;margin-top:5rem}}@media(max-width:47.9375em){.related-publication .grid-x.grid-margin-x{padding:0 .75rem .75rem 0}}.margin-top-24{margin-top:1.5rem}.margin-top-36{margin-top:2.25rem}.margin-top-40{margin-top:2.5rem}.margin-top-48{margin-top:3rem}.margin-top-64{margin-top:4rem}.margin-top-72{margin-top:4.5rem}.margin-top-80{margin-top:5rem}.margin-top-136{margin-top:8.5rem}.margin-bottom-24{margin-bottom:1.5rem}.margin-bottom-36{margin-bottom:2.25rem}.margin-bottom-40{margin-bottom:2.5rem}.margin-bottom-48{margin-bottom:3rem}.margin-bottom-64{margin-bottom:4rem}.margin-bottom-72{margin-bottom:4.5rem}.margin-bottom-80{margin-bottom:5rem}.margin-bottom-136{margin-bottom:8.5rem}.content-bottom{margin-bottom:3rem}@media(min-width:64em){.content-bottom{margin-bottom:6rem}}.publication-card__title h2{display:none}@media(min-width:64em){.publication-card__title h2{display:block;margin-bottom:1.5rem}}.publication-card__title h2>p{margin-top:2.25rem}.publication-card__title h6{margin-top:2.5rem}@media(min-width:64em){.publication-card__title h6{margin-top:.5rem}}.publication-page{margin-bottom:3.313rem}@media(min-width:90em){.publication-page{margin-bottom:4.688rem}}.publication-page .breadcrumb{margin-top:1.063rem}@media(min-width:64em){.publication-page .breadcrumb{margin-top:4.563rem}}.publication-block{margin-top:2.563rem;scroll-behavior:auto}@media(min-width:64em){.publication-block{margin-top:3.625rem}}.publication .download-card{margin-bottom:2.5rem}.publication-menu{margin-top:3.125rem}@media(min-width:64em){.publication-menu{margin-top:5rem}}.publication-menu h6{margin-top:.75rem}@media(min-width:64em){.publication-menu h6{margin-top:1rem}}.publication-menu .menu-item{margin-top:.125rem}@media(min-width:64em){.publication-menu .menu-item{margin-top:0}}.publication-menu .menu li{margin-right:1.25rem;margin-top:.375rem}.publication-menu .menu li a{font-size:1rem;text-transform:none}.sticky{position:relative;z-index:1}@media(max-width:47.9375em){.sticky{display:flex;justify-content:center}}@media(max-width:63.9375em){.sticky{text-align:center}}.title-mobile{display:block}@media(min-width:64em){.title-mobile{display:none}}.title-mobile h2{margin-bottom:1.5rem}@media(min-width:64em){[dir=rtl] .related-publication .large-offset-6{margin-left:0;margin-right:calc(50% + .5rem)}}@media(max-width:47.9375em){[dir=rtl] .related-publication .grid-x.grid-margin-x{padding:0 0 .75rem .75rem}}@media(min-width:64em){[dir=rtl] .publication-page .large-offset-1{margin-left:0;margin-right:calc(8.33333% + .75rem)}}[dir=rtl] .publication-page .menu li{margin-left:1.25rem;margin-right:0;padding-right:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.publication-post-header{margin-top:1.813rem}@media(min-width:64em){.publication-post-header{margin-top:5rem}}@media(min-width:48em){.generic-page .button-secondary{margin-left:.75rem}.generic-page .sidebar-width .sidebar-accordion{margin-top:.8rem;width:90%}}.generic-page .sidebar-width .sidebar-accordion.show-small{display:block}.generic-page .sidebar-width .sidebar-accordion.scrollbar{height:calc(100vh - 9.375rem);overflow-y:auto}.generic-page .sidebar-width ul{list-style:none}.generic-page .sidebar-mobile{display:none;margin-bottom:.75rem;margin-top:5.5rem}@media(max-width:1023px){.generic-page .sidebar-mobile{display:block}.generic-page .sidebar-mobile .sidebar-accordion{width:100%}.generic-page .sidebar-mobile .sidebar-accordion ul{display:none}.generic-page .sidebar-mobile .sidebar-accordion.show-small ul{display:block}}.generic-page .sidebar-desktop{display:block}@media(max-width:1023px){.generic-page .sidebar-desktop{display:none}}@media(min-width:48em){.generic-page .sidebar-desktop .sidebar-accordion h6{display:none}}.generic-page .margin-top-32{margin-top:2rem}.generic-page .margin-top-72{margin-top:4.5rem}.generic-page .progress-top{top:inherit}.generic-page .progress-bar{width:0}.generic-page .pagehero-full .content-box{width:auto}@media(max-width:47.9375em){.generic-page .pagehero-full .breadcrumb{padding-top:.75rem}}@media(min-width:90em){.generic-page .fluid-carousel .slide-content{flex:1 0 40%;max-width:100%}}.generic-page .genric-slider{margin-right:-.75rem}@media(max-width:47.9375em){.generic-page .genric-slider .swiper-initialized .swiper-scrollbar{padding-right:0}}@media(min-width:48em){[dir=rtl] .generic-page .button-secondary{margin-left:unset;margin-right:.75rem}}[dir=rtl] .generic-page .genric-slider{margin-left:-.75rem;margin-right:0}@media(max-width:47.9375em){[dir=rtl] .generic-page .genric-slider{margin-left:-1.5rem;margin-right:0}[dir=rtl] .generic-page .genric-slider .swiper-initialized .swiper-scrollbar{padding-left:0}}
\ No newline at end of file
+.generic-page .progress-container{position:fixed;top:4.7rem;z-index:5}@media(min-width:64em){.generic-page .progress-container{top:7.1875rem}}.publication-menu .menu li a{background-image:linear-gradient(#d12800,#d12800),linear-gradient(#d12800,#d12800);background-position:100% 100%,-30px 100%;background-repeat:no-repeat;background-size:100% 2px,0 1px}.publication-menu .menu li a:hover{-webkit-animation:lineLoop-animation 2s linear infinite;-moz-animation:lineLoop-animation 2s linear infinite;-ms-animation:lineLoop-animation 2s linear infinite;-o-animation:lineLoop-animation 2s linear infinite;animation:lineLoop-animation 2s linear infinite}.border-top-2{border-top:2px solid #000}.related-publication{margin-top:2rem}.related-publication .cell.medium-4{padding:.75rem 0;width:100%}@media(min-width:48em){.related-publication .cell.medium-4{width:calc(50% - 1.5rem)}}.related-publication .content-card{border:none;margin-bottom:0;padding-top:.5rem}.related-publication h2{margin-bottom:.75rem;margin-top:3rem}@media(min-width:64em){.related-publication h2{margin-bottom:2.25rem;margin-top:5rem}}@media(max-width:47.9375em){.related-publication .grid-x.grid-margin-x{padding:0 .75rem .75rem 0}}.margin-top-24{margin-top:1.5rem}.margin-top-36{margin-top:2.25rem}.margin-top-40{margin-top:2.5rem}.margin-top-48{margin-top:3rem}.margin-top-64{margin-top:4rem}.margin-top-72{margin-top:4.5rem}.margin-top-80{margin-top:5rem}.margin-top-136{margin-top:8.5rem}.margin-bottom-24{margin-bottom:1.5rem}.margin-bottom-36{margin-bottom:2.25rem}.margin-bottom-40{margin-bottom:2.5rem}.margin-bottom-48{margin-bottom:3rem}.margin-bottom-64{margin-bottom:4rem}.margin-bottom-72{margin-bottom:4.5rem}.margin-bottom-80{margin-bottom:5rem}.margin-bottom-136{margin-bottom:8.5rem}.content-bottom{margin-bottom:3rem}@media(min-width:64em){.content-bottom{margin-bottom:6rem}}.publication-card__title h2{display:none}@media(min-width:64em){.publication-card__title h2{display:block;margin-bottom:1.5rem}}.publication-card__title h2>p{margin-top:2.25rem}.publication-card__title h6{margin-top:2.5rem}@media(min-width:64em){.publication-card__title h6{margin-top:.5rem}}.publication-page{margin-bottom:3.313rem}@media(min-width:90em){.publication-page{margin-bottom:4.688rem}}.publication-page .breadcrumb{margin-top:1.063rem}@media(min-width:64em){.publication-page .breadcrumb{margin-top:4.563rem}}.publication-block{margin-top:2.563rem;scroll-behavior:auto}@media(min-width:64em){.publication-block{margin-top:3.625rem}}.publication .download-card{margin-bottom:2.5rem}.publication-menu{margin-top:3.125rem}@media(min-width:64em){.publication-menu{margin-top:5rem}}.publication-menu h6{margin-top:.75rem}@media(min-width:64em){.publication-menu h6{margin-top:1rem}}.publication-menu .menu-item{margin-top:.125rem}@media(min-width:64em){.publication-menu .menu-item{margin-top:0}}.publication-menu .menu li{margin-right:1.25rem;margin-top:.375rem}.publication-menu .menu li a{font-size:1rem;text-transform:none}.sticky{position:relative;z-index:1}@media(max-width:47.9375em){.sticky{display:flex;justify-content:center}}@media(max-width:63.9375em){.sticky{text-align:center}}.title-mobile{display:block}@media(min-width:64em){.title-mobile{display:none}}.title-mobile h2{margin-bottom:1.5rem}@media(min-width:64em){[dir=rtl] .related-publication .large-offset-6{margin-left:0;margin-right:calc(50% + .5rem)}}@media(max-width:47.9375em){[dir=rtl] .related-publication .grid-x.grid-margin-x{padding:0 0 .75rem .75rem}}@media(min-width:64em){[dir=rtl] .publication-page .large-offset-1{margin-left:0;margin-right:calc(8.33333% + .75rem)}}[dir=rtl] .publication-page .menu li{margin-left:1.25rem;margin-right:0;padding-right:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.publication-post-header{margin-top:1.813rem}@media(min-width:64em){.publication-post-header{margin-top:5rem}}@media(min-width:48em){.generic-page .button-secondary{margin-left:.75rem}.generic-page .sidebar-width .sidebar-accordion{margin-top:.8rem;width:90%}}.generic-page .sidebar-width .sidebar-accordion.show-small{display:block}.generic-page .sidebar-width .sidebar-accordion.scrollbar{height:calc(100vh - 9.375rem);overflow-y:auto}.generic-page .sidebar-width ul{list-style:none}.generic-page .sidebar-mobile{display:none;margin-bottom:.75rem;margin-top:5.5rem}@media(max-width:1023px){.generic-page .sidebar-mobile{display:block}.generic-page .sidebar-mobile .sidebar-accordion{width:100%}.generic-page .sidebar-mobile .sidebar-accordion ul{display:none}.generic-page .sidebar-mobile .sidebar-accordion.show-small ul{display:block}}.generic-page .sidebar-desktop{display:block}@media(max-width:1023px){.generic-page .sidebar-desktop{display:none}}@media(min-width:48em){.generic-page .sidebar-desktop .sidebar-accordion h6{display:none}}.generic-page .margin-top-32{margin-top:2rem}.generic-page .margin-top-72{margin-top:4.5rem}.generic-page .progress-top{top:inherit}.generic-page .progress-bar{width:0}@media(min-width:90em){.generic-page .pagehero-full{margin-top:0}}.generic-page .pagehero-full .content-box{width:auto}@media(max-width:47.9375em){.generic-page .pagehero-full .breadcrumb{padding-top:.75rem}}@media(min-width:90em){.generic-page .fluid-carousel .slide-content{flex:1 0 40%;max-width:100%}}.generic-page .genric-slider{margin-right:-.75rem}@media(max-width:47.9375em){.generic-page .genric-slider .swiper-initialized .swiper-scrollbar{padding-right:0}}@media(min-width:48em){[dir=rtl] .generic-page .button-secondary{margin-left:unset;margin-right:.75rem}}[dir=rtl] .generic-page .genric-slider{margin-left:-.75rem;margin-right:0}@media(max-width:47.9375em){[dir=rtl] .generic-page .genric-slider{margin-left:-1.5rem;margin-right:0}[dir=rtl] .generic-page .genric-slider .swiper-initialized .swiper-scrollbar{padding-left:0}}
\ No newline at end of file
diff --git a/docs/css/templates/project-page.min.css b/docs/css/templates/project-page.min.css
index 40710a18d..e4f8c08a9 100644
--- a/docs/css/templates/project-page.min.css
+++ b/docs/css/templates/project-page.min.css
@@ -1 +1 @@
-.project-page{margin-top:4.688rem;overflow-x:hidden;padding-bottom:5.563rem}@media(min-width:48em){.project-page{margin-top:5.625rem;padding-bottom:5.563rem}}.project-page .copy-text{margin-top:2.375rem}@media(min-width:48em){.project-page .copy-text{margin-top:4.25rem}}.project-page .download-card{min-width:0;width:100%}.project-page .heading-big ul li{margin-bottom:0;margin-top:2.5rem}.project-page .heading-big a{color:#fff;font-size:inherit}.project-page .heading-big h4{font-size:1.5rem}@media(max-width:47.9375em){.project-page-hero{padding:.75rem}.project-page-hero .breadcrumb{padding-top:.75rem}}.project-page-hero .pagehero-full .content-box{width:auto}.project-page .project-detail{border-bottom:none}.project-impact{background:#fafafa;margin-top:0;padding-bottom:2.5rem;padding-top:6.25rem}.project-impact .project-data__title{padding-bottom:3.313rem}.project-impact .project-data__wrapper{border-bottom:none}.project-material{padding-bottom:7.188rem}.project-material h2{margin-bottom:2.813rem}.project-support{margin-top:6rem}.project-support .stats-slider{margin-top:4.375rem}@media(min-width:48em){.project-support .stats-slider{margin-top:5.438rem}}.project-support .stats-slider .stats-card.small{align-items:center;display:flex;max-width:100%;min-height:16.875rem}@media(min-width:48em){.project-support .stats-slider .stats-card.small{max-width:100%}}.project-support .stats-slider .stats-card__box{padding:2.5rem 2.188rem}@media(min-width:48em){.project-support .stats-slider .swiper-scrollbar{padding-right:6rem}}.project-support .swiper-initialized{overflow:visible;padding-right:3rem}@media(min-width:48em){.project-support .swiper-initialized{padding-right:8rem}}.project-explore{margin-top:15.313rem}.project-explore .content-data{margin-top:2.5rem}.project-explore .content-data .cell{margin-bottom:1.875rem}.project-explore .cta-container{margin-top:1.875rem}@media(min-width:48em){.project-explore .cta-container{margin-left:0;margin-top:2.5rem}[dir=rtl] .project-page .large-offset-6{margin-left:0;margin-right:calc(50% + .5rem)}[dir=rtl] .project-page .large-offset-3{margin-left:0;margin-right:calc(25% + .75rem)}[dir=rtl] .project-page .large-offset-1{margin-left:0;margin-right:calc(8.33333% + .75rem)}}@media(max-width:47.9375em){[dir=rtl] .project-page .small-offset-1{margin-left:0;margin-right:calc(8.33333% + .375rem)}}[dir=rtl] .project-page-hero .breadcrumb{padding-left:0;padding-right:1rem}[dir=rtl] .project-page-hero .pagehero-wrapper__title{font-size:2rem}@media(min-width:48em){[dir=rtl] .project-page-hero .pagehero-wrapper__title{font-size:3rem}}[dir=rtl] .project-support .stats-slider .swiper-scrollbar{padding-left:4rem}@media(min-width:48em){[dir=rtl] .project-support .stats-slider .swiper-scrollbar{padding-left:0;padding-right:0;width:calc(100% + 6rem)}}[dir=rtl] .project-support .swiper-initialized{padding-left:5rem;padding-right:0}@media(min-width:48em){[dir=rtl] .project-support .swiper-initialized{padding-left:8rem}[dir=rtl] .project-explore .cta-container{margin-right:0}}
\ No newline at end of file
+.project-page{margin-top:4.688rem;overflow-x:hidden;padding-bottom:5.563rem}@media(min-width:48em){.project-page{margin-top:5.625rem;padding-bottom:5.563rem}}.project-page .copy-text{margin-top:2.375rem}@media(min-width:48em){.project-page .copy-text{margin-top:4.25rem}}.project-page .download-card{min-width:0;width:100%}.project-page .heading-big ul li{margin-bottom:0;margin-top:2.5rem}.project-page .heading-big a{color:#fff;font-size:inherit}.project-page .heading-big h4{font-size:1.5rem}@media(max-width:47.9375em){.project-page-hero{padding:.75rem}}@media(min-width:90em){.project-page-hero{margin-top:7.25rem}}@media(max-width:47.9375em){.project-page-hero .breadcrumb{padding-top:.75rem}}.project-page-hero .pagehero-full .content-box{width:auto}.project-page .project-detail{border-bottom:none}.project-impact{background:#fafafa;margin-top:0;padding-bottom:2.5rem;padding-top:6.25rem}.project-impact .project-data__title{padding-bottom:3.313rem}.project-impact .project-data__wrapper{border-bottom:none}.project-material{padding-bottom:7.188rem}.project-material h2{margin-bottom:2.813rem}.project-support{margin-top:6rem}.project-support .stats-slider{margin-top:4.375rem}@media(min-width:48em){.project-support .stats-slider{margin-top:5.438rem}}.project-support .stats-slider .stats-card.small{align-items:center;display:flex;max-width:100%;min-height:16.875rem}@media(min-width:48em){.project-support .stats-slider .stats-card.small{max-width:100%}}.project-support .stats-slider .stats-card__box{padding:2.5rem 2.188rem}@media(min-width:48em){.project-support .stats-slider .swiper-scrollbar{padding-right:6rem}}.project-support .swiper-initialized{overflow:visible;padding-right:3rem}@media(min-width:48em){.project-support .swiper-initialized{padding-right:8rem}}.project-explore{margin-top:15.313rem}.project-explore .content-data{margin-top:2.5rem}.project-explore .content-data .cell{margin-bottom:1.875rem}.project-explore .cta-container{margin-top:1.875rem}@media(min-width:48em){.project-explore .cta-container{margin-left:0;margin-top:2.5rem}[dir=rtl] .project-page .large-offset-6{margin-left:0;margin-right:calc(50% + .5rem)}[dir=rtl] .project-page .large-offset-3{margin-left:0;margin-right:calc(25% + .75rem)}[dir=rtl] .project-page .large-offset-1{margin-left:0;margin-right:calc(8.33333% + .75rem)}}@media(max-width:47.9375em){[dir=rtl] .project-page .small-offset-1{margin-left:0;margin-right:calc(8.33333% + .375rem)}}[dir=rtl] .project-page-hero .breadcrumb{padding-left:0;padding-right:1rem}[dir=rtl] .project-page-hero .pagehero-wrapper__title{font-size:2rem}@media(min-width:48em){[dir=rtl] .project-page-hero .pagehero-wrapper__title{font-size:3rem}}[dir=rtl] .project-support .stats-slider .swiper-scrollbar{padding-left:4rem}@media(min-width:48em){[dir=rtl] .project-support .stats-slider .swiper-scrollbar{padding-left:0;padding-right:0;width:calc(100% + 6rem)}}[dir=rtl] .project-support .swiper-initialized{padding-left:5rem;padding-right:0}@media(min-width:48em){[dir=rtl] .project-support .swiper-initialized{padding-left:8rem}[dir=rtl] .project-explore .cta-container{margin-right:0}}
\ No newline at end of file
diff --git a/docs/js/accordion.min.js b/docs/js/accordion.min.js
index 412e73f2d..adc5c2cdc 100644
--- a/docs/js/accordion.min.js
+++ b/docs/js/accordion.min.js
@@ -1 +1 @@
-!function(t,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var e=r();for(var n in e)("object"==typeof exports?exports:t)[n]=e[n]}}(self,(()=>(()=>{var t={9662:(t,r,e)=>{var n=e(614),o=e(6330),i=TypeError;t.exports=function(t){if(n(t))return t;throw i(o(t)+" is not a function")}},1223:(t,r,e)=>{var n=e(5112),o=e(30),i=e(3070).f,u=n("unscopables"),a=Array.prototype;null==a[u]&&i(a,u,{configurable:!0,value:o(null)}),t.exports=function(t){a[u][t]=!0}},9670:(t,r,e)=>{var n=e(111),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw i(o(t)+" is not an object")}},1318:(t,r,e)=>{var n=e(5656),o=e(1400),i=e(6244),u=function(t){return function(r,e,u){var a,c=n(r),s=i(c),f=o(u,s);if(t&&e!=e){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},2092:(t,r,e)=>{var n=e(9974),o=e(1702),i=e(8361),u=e(7908),a=e(6244),c=e(5417),s=o([].push),f=function(t){var r=1==t,e=2==t,o=3==t,f=4==t,p=6==t,l=7==t,v=5==t||p;return function(y,d,b,g){for(var h,x,m=u(y),j=i(m),O=n(d,b),w=a(j),S=0,P=g||c,E=r?P(y,w):e||l?P(y,0):void 0;w>S;S++)if((v||S in j)&&(x=O(h=j[S],S,m),t))if(r)E[S]=x;else if(x)switch(t){case 3:return!0;case 5:return h;case 6:return S;case 2:s(E,h)}else switch(t){case 4:return!1;case 7:s(E,h)}return p?-1:o||f?f:E}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},7475:(t,r,e)=>{var n=e(3157),o=e(4411),i=e(111),u=e(5112)("species"),a=Array;t.exports=function(t){var r;return n(t)&&(r=t.constructor,(o(r)&&(r===a||n(r.prototype))||i(r)&&null===(r=r[u]))&&(r=void 0)),void 0===r?a:r}},5417:(t,r,e)=>{var n=e(7475);t.exports=function(t,r){return new(n(t))(0===r?0:r)}},4326:(t,r,e)=>{var n=e(84),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},648:(t,r,e)=>{var n=e(1694),o=e(614),i=e(4326),u=e(5112)("toStringTag"),a=Object,c="Arguments"==i(function(){return arguments}());t.exports=n?i:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(t){}}(r=a(t),u))?e:c?i(r):"Object"==(n=i(r))&&o(r.callee)?"Arguments":n}},9920:(t,r,e)=>{var n=e(2597),o=e(3887),i=e(1236),u=e(3070);t.exports=function(t,r,e){for(var a=o(r),c=u.f,s=i.f,f=0;f{var n=e(9781),o=e(3070),i=e(9114);t.exports=n?function(t,r,e){return o.f(t,r,i(1,e))}:function(t,r,e){return t[r]=e,t}},9114:t=>{t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},8052:(t,r,e)=>{var n=e(614),o=e(3070),i=e(6339),u=e(3072);t.exports=function(t,r,e,a){a||(a={});var c=a.enumerable,s=void 0!==a.name?a.name:r;if(n(e)&&i(e,s,a),a.global)c?t[r]=e:u(r,e);else{try{a.unsafe?t[r]&&(c=!0):delete t[r]}catch(t){}c?t[r]=e:o.f(t,r,{value:e,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return t}},3072:(t,r,e)=>{var n=e(7854),o=Object.defineProperty;t.exports=function(t,r){try{o(n,t,{value:r,configurable:!0,writable:!0})}catch(e){n[t]=r}return r}},9781:(t,r,e)=>{var n=e(7293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:t=>{var r="object"==typeof document&&document.all,e=void 0===r&&void 0!==r;t.exports={all:r,IS_HTMLDDA:e}},317:(t,r,e)=>{var n=e(7854),o=e(111),i=n.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8113:(t,r,e)=>{var n=e(5005);t.exports=n("navigator","userAgent")||""},7392:(t,r,e)=>{var n,o,i=e(7854),u=e(8113),a=i.process,c=i.Deno,s=a&&a.versions||c&&c.version,f=s&&s.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&u&&(!(n=u.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=u.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},748:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(t,r,e)=>{var n=e(7854),o=e(1236).f,i=e(8880),u=e(8052),a=e(3072),c=e(9920),s=e(4705);t.exports=function(t,r){var e,f,p,l,v,y=t.target,d=t.global,b=t.stat;if(e=d?n:b?n[y]||a(y,{}):(n[y]||{}).prototype)for(f in r){if(l=r[f],p=t.dontCallGetSet?(v=o(e,f))&&v.value:e[f],!s(d?f:y+(b?".":"#")+f,t.forced)&&void 0!==p){if(typeof l==typeof p)continue;c(l,p)}(t.sham||p&&p.sham)&&i(l,"sham",!0),u(e,f,l,t)}}},7293:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},9974:(t,r,e)=>{var n=e(1702),o=e(9662),i=e(4374),u=n(n.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?u(t,r):function(){return t.apply(r,arguments)}}},4374:(t,r,e)=>{var n=e(7293);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},6916:(t,r,e)=>{var n=e(4374),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},6530:(t,r,e)=>{var n=e(9781),o=e(2597),i=Function.prototype,u=n&&Object.getOwnPropertyDescriptor,a=o(i,"name"),c=a&&"something"===function(){}.name,s=a&&(!n||n&&u(i,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:s}},84:(t,r,e)=>{var n=e(4374),o=Function.prototype,i=o.call,u=n&&o.bind.bind(i,i);t.exports=n?u:function(t){return function(){return i.apply(t,arguments)}}},1702:(t,r,e)=>{var n=e(4326),o=e(84);t.exports=function(t){if("Function"===n(t))return o(t)}},5005:(t,r,e)=>{var n=e(7854),o=e(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,r){return arguments.length<2?i(n[t]):n[t]&&n[t][r]}},8173:(t,r,e)=>{var n=e(9662),o=e(8554);t.exports=function(t,r){var e=t[r];return o(e)?void 0:n(e)}},7854:(t,r,e)=>{var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},2597:(t,r,e)=>{var n=e(1702),o=e(7908),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},3501:t=>{t.exports={}},490:(t,r,e)=>{var n=e(5005);t.exports=n("document","documentElement")},4664:(t,r,e)=>{var n=e(9781),o=e(7293),i=e(317);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(t,r,e)=>{var n=e(1702),o=e(7293),i=e(4326),u=Object,a=n("".split);t.exports=o((function(){return!u("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?a(t,""):u(t)}:u},2788:(t,r,e)=>{var n=e(1702),o=e(614),i=e(5465),u=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},9909:(t,r,e)=>{var n,o,i,u=e(4811),a=e(7854),c=e(111),s=e(8880),f=e(2597),p=e(5465),l=e(6200),v=e(3501),y="Object already initialized",d=a.TypeError,b=a.WeakMap;if(u||p.state){var g=p.state||(p.state=new b);g.get=g.get,g.has=g.has,g.set=g.set,n=function(t,r){if(g.has(t))throw d(y);return r.facade=t,g.set(t,r),r},o=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var h=l("state");v[h]=!0,n=function(t,r){if(f(t,h))throw d(y);return r.facade=t,s(t,h,r),r},o=function(t){return f(t,h)?t[h]:{}},i=function(t){return f(t,h)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(r){var e;if(!c(r)||(e=o(r)).type!==t)throw d("Incompatible receiver, "+t+" required");return e}}}},3157:(t,r,e)=>{var n=e(4326);t.exports=Array.isArray||function(t){return"Array"==n(t)}},614:(t,r,e)=>{var n=e(4154),o=n.all;t.exports=n.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},4411:(t,r,e)=>{var n=e(1702),o=e(7293),i=e(614),u=e(648),a=e(5005),c=e(2788),s=function(){},f=[],p=a("Reflect","construct"),l=/^\s*(?:class|function)\b/,v=n(l.exec),y=!l.exec(s),d=function(t){if(!i(t))return!1;try{return p(s,f,t),!0}catch(t){return!1}},b=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return y||!!v(l,c(t))}catch(t){return!0}};b.sham=!0,t.exports=!p||o((function(){var t;return d(d.call)||!d(Object)||!d((function(){t=!0}))||t}))?b:d},4705:(t,r,e)=>{var n=e(7293),o=e(614),i=/#|\.prototype\./,u=function(t,r){var e=c[a(t)];return e==f||e!=s&&(o(r)?n(r):!!r)},a=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=u.data={},s=u.NATIVE="N",f=u.POLYFILL="P";t.exports=u},8554:t=>{t.exports=function(t){return null==t}},111:(t,r,e)=>{var n=e(614),o=e(4154),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:n(t)||t===i}:function(t){return"object"==typeof t?null!==t:n(t)}},1913:t=>{t.exports=!1},2190:(t,r,e)=>{var n=e(5005),o=e(614),i=e(7976),u=e(3307),a=Object;t.exports=u?function(t){return"symbol"==typeof t}:function(t){var r=n("Symbol");return o(r)&&i(r.prototype,a(t))}},6244:(t,r,e)=>{var n=e(7466);t.exports=function(t){return n(t.length)}},6339:(t,r,e)=>{var n=e(7293),o=e(614),i=e(2597),u=e(9781),a=e(6530).CONFIGURABLE,c=e(2788),s=e(9909),f=s.enforce,p=s.get,l=Object.defineProperty,v=u&&!n((function(){return 8!==l((function(){}),"length",{value:8}).length})),y=String(String).split("String"),d=t.exports=function(t,r,e){"Symbol("===String(r).slice(0,7)&&(r="["+String(r).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),e&&e.getter&&(r="get "+r),e&&e.setter&&(r="set "+r),(!i(t,"name")||a&&t.name!==r)&&(u?l(t,"name",{value:r,configurable:!0}):t.name=r),v&&e&&i(e,"arity")&&t.length!==e.arity&&l(t,"length",{value:e.arity});try{e&&i(e,"constructor")&&e.constructor?u&&l(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=f(t);return i(n,"source")||(n.source=y.join("string"==typeof r?r:"")),t};Function.prototype.toString=d((function(){return o(this)&&p(this).source||c(this)}),"toString")},4758:t=>{var r=Math.ceil,e=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?e:r)(n)}},30:(t,r,e)=>{var n,o=e(9670),i=e(6048),u=e(748),a=e(3501),c=e(490),s=e(317),f=e(6200)("IE_PROTO"),p=function(){},l=function(t){return"