@charset "utf-8";
/**
 * @author        Kotaro Miura
 * @copyright     2015-2021 iroha Soft, Inc. (https://irohasoft.jp)
 */
@font-face {
  font-family: 'basis';
  src: url("../font/basis.eot");
  src: url("../font/basis.eot#iefix") format("embedded-opentype"), url("../font/basis.ttf") format("truetype"), url("../font/basis.woff") format("woff"), url("../font/basis.svg#basis") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code, kbd, pre, samp {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-family: '_', monospace;
}

input, textarea, keygen, select, button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input, textarea, optgroup, select, button {
  line-height: 1.5;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p, ul, ol, dl, table, pre, blockquote {
  margin: 0 0 1.5rem;
}

figure {
  margin: 0 0 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1.875rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

blockquote {
  border-left: 0.5rem solid #eeeeee;
  margin-left: 0;
  padding: 1rem 0 1rem 1rem;
}

blockquote :last-child {
  margin-bottom: 0;
}

blockquote footer {
  color: #444444;
  font-size: 90%;
}

code {
  background-color: #fad8d4;
  border-radius: 3px;
  color: #e74c3c;
  padding: 2px 4px;
}

pre {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 1rem;
  overflow: auto;
}

pre code {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 100%;
  padding: 0;
}

label {
  cursor: pointer;
}

/*
---
name: Alert
category:
  - object/component
  - object/component/alert
---

```html
<div class="_c-alert" role="alert">
  ...
</div>
```
*/
._c-alert {
  display: block;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px;
}

/*
---
name: Balloon (Top)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-top">
  ...
</div>
```
*/
._c-balloon-top {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px;
}

._c-balloon-top::before, ._c-balloon-top::after {
  content: '';
  display: block;
  margin-left: -5px;
}

._c-balloon-top::before {
  position: absolute;
  top: -10px;
  left: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #cccccc transparent;
}

._c-balloon-top::after {
  position: absolute;
  top: -8px;
  left: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
}

/*
---
name: Balloon (Right)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-right">
  ...
</div>
```
*/
._c-balloon-right {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px;
}

._c-balloon-right::before, ._c-balloon-right::after {
  content: '';
  display: block;
  margin-top: -5px;
}

._c-balloon-right::before {
  position: absolute;
  top: 50%;
  right: -10px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #cccccc;
}

._c-balloon-right::after {
  position: absolute;
  top: 50%;
  right: -8px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}

/*
---
name: Balloon (Bottom)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-bottom">
  ...
</div>
```
*/
._c-balloon-bottom {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px;
}

._c-balloon-bottom::before, ._c-balloon-bottom::after {
  content: '';
  display: block;
  margin-left: -5px;
}

._c-balloon-bottom::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #cccccc transparent transparent transparent;
}

._c-balloon-bottom::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

/*
---
name: Balloon (Left)
category:
  - object/component
  - object/component/balloon
---

```html
<div class="_c-balloon-left">
  ...
</div>
```
*/
._c-balloon-left {
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 1.125rem;
  border-radius: 3px;
}

._c-balloon-left::before, ._c-balloon-left::after {
  content: '';
  display: block;
  margin-top: -5px;
}

._c-balloon-left::before {
  position: absolute;
  top: 50%;
  left: -10px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #cccccc transparent transparent;
}

._c-balloon-left::after {
  position: absolute;
  top: 50%;
  left: -8px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}

/*
---
name: Breadcrumbs
category:
  - object/component
  - object/component/breadcrumbs
---

```html
<ol class="_c-breadcrumbs">
  <li class="_c-breadcrumbs__item"><a href="#">...</a></li>
  <li class="_c-breadcrumbs__item">...</li>
</ol>
```
*/
._c-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

._c-breadcrumbs__item {
  display: inline;
}

._c-breadcrumbs__item:nth-child(n + 2)::before {
  margin: 0 5px;
  font-family: 'basis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}

/*
---
name: Button
category:
  - object/component
  - object/component/btn
---

```html
<a class="_c-btn" role="button">btn</a>
```
```html
<a class="_c-btn _c-btn--block" role="button">btn</a>
```
```html
<a class="_c-btn _c-btn--ghost" role="button">btn</a>
```
*/
._c-btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 0.75rem 1.5rem;
  color: #333;
}

._c-btn--block {
  display: block;
}

._c-btn--ghost {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff;
}

/*
---
name: Card
category:
  - object/component
  - object/component/card
---

```html
<div class="_c-card">
  <div class="_c-card__figure">
    <img src="/aigis_assets/images/dummy.jpg">
  </div>
  <div class="_c-card__body">
    ...
  </div>
  <div class="_c-card__action">
    ...
  </div>
</div>
```
*/
._c-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

._c-card__figure > img {
  vertical-align: top;
  width: 100%;
}

._c-card__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.125rem;
}

._c-card__action {
  border-top: 1px solid #eeeeee;
  padding: 0.75rem 1.125rem;
}

/*
---
name: Checkbox
category:
  - object/component
  - object/component/checkbox
---

```html
<label>
  <span class="_c-checkbox">
    <input type="checkbox">
    <span class="_c-checkbox__control"></span>
  </span>
  ...
</label>
```
*/
._c-checkbox {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
}

._c-checkbox > [type="checkbox"], ._c-checkbox__control, ._c-checkbox__control::before, ._c-checkbox__control::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
}

._c-checkbox > [type="checkbox"] {
  z-index: 1;
  cursor: pointer;
  opacity: 0 !important;
  outline: 0;
}

._c-checkbox > [type="checkbox"]:checked ~ ._c-checkbox__control::after {
  opacity: 1;
}

._c-checkbox__control {
  z-index: 0;
}

._c-checkbox__control::before {
  content: '';
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

._c-checkbox__control::after {
  font-family: 'basis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
---
name: Container (Fluid)
category:
  - object/component
  - object/component/container
---

```html
<div class="_c-container-fluid">
  ...
</div>
```
*/
._c-container-fluid, ._c-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 40em) {
  ._c-container-fluid, ._c-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/*
---
name: Container
category: object/component
---

```html
<div class="_c-container">
  ...
</div>
```
*/
._c-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  ._c-container {
    max-width: 75rem;
  }
}

/*
---
name: Copyright
category:
  - object/component
  - object/component/copyright
---

```html
<div class="_c-copyright">
  ...
</div>
```
*/
/*
---
name: Drawer
category:
  - object/component
  - object/component/drawer
---

```html
<div class="_c-drawer" data-c="drawer" style="min-height: 200px">
  <nav id="drawer" class="_c-drawer__body" data-c="drawer__body" role="navigation" aria-hidden="true">
    <ul class="_c-drawer__menu">
      <li class="_c-drawer__item"><a href="#">menu</a></li>
      <li class="_c-drawer__item"><a href="#">menu</a></li>
      <li class="_c-drawer__item">
        <a href="#">menu</a>
        <div class="_c-drawer__toggle" data-c="drawer__toggle" aria-expanded="false">
          <span class="_ic-angle-right" aria-hidden="true"></span>
        </div>
        <ul class="_c-drawer__submenu" data-c="drawer__submenu" aria-hidden="true">
          <li class="_c-drawer__subitem"><a href="#">submenu</a></li>
          <li class="_c-drawer__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </nav>
</div>

<div class="_c-hamburger-btn" data-c="drawer-btn" aria-expanded="false" aria-controls="drawer">
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
</div>
```
*/
._c-drawer {
  position: relative;
}

._c-drawer__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 10;
  transition: left 0.1s ease-out;
  width: 15rem;
  max-width: 80%;
  background-color: #444444;
  overflow-y: auto;
}

._c-drawer__body[aria-hidden="false"] {
  left: 0;
}

._c-drawer__submenu {
  height: 0;
  overflow: hidden;
}

._c-drawer__submenu[aria-hidden="false"] {
  height: auto;
  overflow: visible;
}

._c-drawer__toggle {
  cursor: pointer;
}

._c-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

._c-drawer__item, ._c-drawer__subitem {
  position: relative;
  color: #fff;
}

._c-drawer__item > a, ._c-drawer__subitem > a {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.1s ease-out;
}

._c-drawer__item > a:hover, ._c-drawer__item > a:focus, ._c-drawer__subitem > a:hover, ._c-drawer__subitem > a:focus {
  color: #ccc;
}

._c-drawer__item {
  padding: 0.75rem 1.5rem 0;
}

._c-drawer__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -1.5rem 0 0;
  padding-left: 1em;
}

._c-drawer__subitem {
  padding: 0.75rem 1.5rem 0 0;
}

._c-drawer__toggle {
  position: absolute;
  top: 0.75rem;
  right: 5px;
  bottom: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._c-drawer__body--fixed {
  position: fixed;
}

/*
---
name: Entries
category:
  - object/component
  - object/component/entries
---

```html
<ul class="_c-entries">
  <li class="_c-entries__item">
    ...
  </li>
</ul>
```
*/
._c-entries {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
---
name: Entry
category:
  - object/component
  - object/component/entry
---

```html
<article class="_c-entry">
  <header class="_c-entry__header">
    <h1 class="_c-entry__title">...</h1>
    <div class="_c-entry__content">
      ...
    </div>
  </header>
</article>
```
*/
/*
---
name: Flexible media
category:
  - object/component
  - object/component/flex-media
---

```html
<div class="_c-flex-media">
  <div class="_c-flex-media__figure">
    <img src="/aigis_assets/images/dummy.jpg" style="width: 150px">
  </div>
  <div class="_c-flex-media__body">
    ...
  </div>
</div>
```
*/
@media (min-width: 40em) {
  ._c-flex-media {
    display: -ms-flexbox;
    display: flex;
  }
}

._c-flex-media__figure {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-flex: none;
  flex: none;
}

._c-flex-media__figure > img {
  width: 100%;
}

@media (min-width: 40em) {
  ._c-flex-media__figure > img {
    width: auto;
  }
}

@media (min-width: 40em) {
  ._c-flex-media__figure > * {
    vertical-align: top;
    margin-top: 0.25rem;
  }
}

._c-flex-media__body {
  -ms-flex: 1;
  flex: 1;
}

._c-flex-media__figure {
  margin: 0 0 0.75rem;
}

@media (min-width: 40em) {
  ._c-flex-media__figure {
    margin: 0 1.5rem 0 0;
  }
}

@media (min-width: 40em) {
  ._c-flex-media--reverse ._c-flex-media__figure {
    margin: 0 0 0 1.5rem;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*
---
name: Form Control
category:
  - object/component
  - object/component/form-control
---

```html
<input type="text" class="_c-form-control">
```
```html
<textarea class="_c-form-control"></textarea>
```
```html
<input type="text" class="_c-form-control" disabled>
```
```html
<input type="text" class="_c-form-control" readonly>
```
*/
._c-form-control {
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  transition: border 0.1s ease-out;
  padding: 0.375rem 0.75rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
}

._c-form-control:hover {
  border-color: #999;
}

._c-form-control:active, ._c-form-control:focus, ._c-form-control[aria-selected="true"] {
  border-color: #85B7D9;
}

textarea._c-form-control {
  height: auto;
  width: 100%;
}

._c-form-control[disabled] {
  background-color: #eeeeee;
  cursor: not-allowed;
}

._c-form-control[readonly] {
  background-color: #eeeeee;
}

/*
---
name: Hamberger Button
category:
  - object/component
  - object/component/hamberger-btn
---

```html
<div class="_c-hamburger-btn" role="button" aria-expanded="false">
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
  <div class="_c-hamburger-btn__bar"></div>
</div>
```
*/
._c-hamburger-btn {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 16px;
  width: 22px;
}

._c-hamburger-btn__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #333;
  height: 2px;
  transition: transform 0.1s ease-out;
}

._c-hamburger-btn__bar:nth-child(1) {
  top: 0;
}

._c-hamburger-btn__bar:nth-child(2) {
  top: 7px;
}

._c-hamburger-btn__bar:nth-child(3) {
  top: 14px;
}

._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(1), ._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(3) {
  top: 7px;
}

._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(1) {
  transform: rotate(45deg);
}

._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(2) {
  background-color: transparent;
}

._c-hamburger-btn[aria-expanded="true"] > ._c-hamburger-btn__bar:nth-child(3) {
  transform: rotate(-45deg);
}

/*
---
name: Hero
category:
  - object/component
  - object/component/hero
---

```html
<div class="_c-hero" style="background-image: url(/aigis_assets/images/dummy.jpg)">
  <div class="_c-hero__header">
    ...
  </div>
  <div class="_c-hero__content">
    ...
  </div>
  <div class="_c-hero__footer">
    ...
  </div>
</div>
```
*/
._c-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

._c-hero__header {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._c-hero__content {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._c-hero__footer {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

._c-hero--full {
  height: 100vh;
}

._c-hero--cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

._c-hero--overlay {
  position: relative;
}

._c-hero--overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 64em) {
  ._c-hero--fixed {
    background-attachment: fixed;
  }
}

[class^="_ic-"],
[class*=" _ic-"] {
  font-family: 'basis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
---
name: Icon (Angle Right)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-angle-right" aria-hidden="true"></span>
```
*/
._ic-angle-right::before {
  content: "\e900";
}

/*
---
name: Icon (Check)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-check" aria-hidden="true"></span>
```
*/
._ic-check::before {
  content: "\e901";
}

/*
---
name: Icon (Angle Down)
category:
  - object/component
  - object/component/icon-font
---

```html
<span class="_ic-angle-down" aria-hidden="true"></span>
```
*/
._ic-angle-down::before {
  content: "\e902";
}

/*
---
name: Input Group
category:
  - object/component
  - object/component/input-group
---

```html
<div class="_c-input-group">
  <div class="_c-input-group__addon">@</div>
  <div class="_c-input-group__field">
    <input type="text">
  </div>
  <button class="_c-input-group__btn">Go</button>
</div>
```
*/
._c-input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 3px;
}

._c-input-group > :first-child {
  position: relative;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

._c-input-group > :nth-last-child(2) {
  position: relative;
  z-index: 1;
}

._c-input-group > :last-child {
  position: relative;
  z-index: 0;
  left: -1px;
  border-radius: 0 3px 3px 0;
}

._c-input-group > :last-child:hover, ._c-input-group > :last-child:active, ._c-input-group > :last-child:focus {
  z-index: 1;
}

._c-input-group__addon {
  border: 1px solid #cccccc;
  padding: 0.375rem 0.75rem;
  -ms-flex: none;
  flex: none;
}

._c-input-group__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

._c-input-group__field > input[type='email'],
._c-input-group__field > input[type='number'],
._c-input-group__field > input[type='password'],
._c-input-group__field > input[type='search'],
._c-input-group__field > input[type='tel'],
._c-input-group__field > input[type='text'],
._c-input-group__field > input[type='url'] {
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  transition: border 0.1s ease-out;
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

._c-input-group__field > input[type='email']:hover,
._c-input-group__field > input[type='number']:hover,
._c-input-group__field > input[type='password']:hover,
._c-input-group__field > input[type='search']:hover,
._c-input-group__field > input[type='tel']:hover,
._c-input-group__field > input[type='text']:hover,
._c-input-group__field > input[type='url']:hover {
  border-color: #999;
}

._c-input-group__field > input[type='email']:active, ._c-input-group__field > input[type='email']:focus, ._c-input-group__field > input[type='email'][aria-selected="true"],
._c-input-group__field > input[type='number']:active,
._c-input-group__field > input[type='number']:focus,
._c-input-group__field > input[type='number'][aria-selected="true"],
._c-input-group__field > input[type='password']:active,
._c-input-group__field > input[type='password']:focus,
._c-input-group__field > input[type='password'][aria-selected="true"],
._c-input-group__field > input[type='search']:active,
._c-input-group__field > input[type='search']:focus,
._c-input-group__field > input[type='search'][aria-selected="true"],
._c-input-group__field > input[type='tel']:active,
._c-input-group__field > input[type='tel']:focus,
._c-input-group__field > input[type='tel'][aria-selected="true"],
._c-input-group__field > input[type='text']:active,
._c-input-group__field > input[type='text']:focus,
._c-input-group__field > input[type='text'][aria-selected="true"],
._c-input-group__field > input[type='url']:active,
._c-input-group__field > input[type='url']:focus,
._c-input-group__field > input[type='url'][aria-selected="true"] {
  border-color: #85B7D9;
}

textarea._c-input-group__field > input[type='email'], ._c-input-group__field > input[type='number'], ._c-input-group__field > input[type='password'], ._c-input-group__field > input[type='search'], ._c-input-group__field > input[type='tel'], ._c-input-group__field > input[type='text'], ._c-input-group__field > input[type='url'] {
  height: auto;
  width: 100%;
}

._c-input-group__btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  transition: border 0.1s ease-out;
  padding: 0.375rem 0.75rem;
  color: #333;
  -ms-flex: none;
  flex: none;
  overflow: visible;
}

._c-input-group__btn:hover {
  border-color: #999;
}

._c-input-group__btn:active, ._c-input-group__btn:focus, ._c-input-group__btn[aria-selected="true"] {
  border-color: #85B7D9;
}

._c-input-group__addon {
  background-color: #eeeeee;
}

/*
---
name: Media
category:
  - object/component
  - object/component/media
---

```html
<div class="_c-media">
  <div class="_c-media__figure">
    <img src="/aigis_assets/images/dummy.jpg" style="width: 150px">
  </div>
  <div class="_c-media__body">
    ...
  </div>
</div>
```
*/
._c-media {
  display: -ms-flexbox;
  display: flex;
}

._c-media__figure {
  -ms-flex: none;
  flex: none;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

._c-media__figure > * {
  vertical-align: top;
  margin-top: 0.25rem;
}

._c-media__body {
  -ms-flex: 1;
  flex: 1;
}

._c-media__figure {
  margin: 0 1.5rem 0 0;
}

._c-media__body > ._c-media {
  margin-top: 1.5rem;
}

._c-media--middle {
  -ms-flex-align: center;
  align-items: center;
}

._c-media--reverse ._c-media__figure {
  margin: 0 0 0 1.5rem;
  -ms-flex-order: 1;
  order: 1;
}

/*
---
name: Meta
category:
  - object/component
  - object/component/meta
---

```html
<ul class="_c-meta">
  <li class="_c-meta__item">
    ...
  </li>
</ul>
```
*/
._c-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
}

._c-meta, ._c-meta a {
  color: #999;
}

._c-meta__item {
  display: inline;
}

/*
---
name: navbar
category:
  - object/component
  - object/component/navbar
---

```html
<ul class="_c-navbar">
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
    <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
      <li class="_c-navbar__subitem" data-c="navbar__subitem" aria-haspopup="true">
        <a href="#">submenu</a>
        <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
          <li class="_c-navbar__subitem" data-c="navbar__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
</ul>
```
```html
<ul class="_c-navbar _c-navbar--auto">
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
    <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
      <li class="_c-navbar__subitem" data-c="navbar__subitem" aria-haspopup="true">
        <a href="#">submenu</a>
        <ul class="_c-navbar__submenu" data-c="navbar__submenu" aria-hidden="true">
          <li class="_c-navbar__subitem" data-c="navbar__subitem"><a href="#">submenu</a></li>
        </ul>
      </li>
    </ul>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
  <li class="_c-navbar__item" data-c="navbar__item" aria-haspopup="true">
    <a href="#">menu</a>
  </li>
</ul>
```
*/
._c-navbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._c-navbar__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

._c-navbar__item > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

._c-navbar__item > [data-c="navbar__submenu"] {
  position: absolute;
  top: 100%;
  left: 0;
}

._c-navbar__subitem {
  position: relative;
}

._c-navbar__subitem > a {
  display: block;
  text-decoration: none;
}

._c-navbar__subitem > [data-c="navbar__submenu"] {
  position: absolute;
  top: 0;
  left: 100%;
}

._c-navbar__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out;
}

._c-navbar__submenu[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

._c-navbar--auto ._c-navbar__item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*
---
name: Page Effect
category:
  - object/component
  - object/component/page-effect
---

```html
<div class="_c-page-effect" data-c="page-effect" data-page-effect="fadein" aria-hidden="false">
  <div class="_c-page-effect__item">
    Loading...
  </div>
</div>
```
*/
._c-page-effect {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #fff;
}

._c-page-effect[data-page-effect="fadein"][aria-hidden="true"] {
  opacity: 0;
  z-index: -1;
  animation: _page_effect_fadein_0_2s___fff 0.4s ease-in 0s;
}

._c-page-effect[data-page-effect="fadeout"][aria-hidden="false"] {
  opacity: 1;
  z-index: 1000000;
  animation: _page_effect_fadeout_0_2s___fff 0.2s ease-in 0s;
}

@keyframes _page_effect_fadein_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes _page_effect_fadeout_0_2s___fff {
  0% {
    z-index: 1000000;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._c-page-effect__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
---
name: Page Header
category:
  - object/component
  - object/component/page-header
---

```html
<header class="_c-page-header">
  <h1 class="_c-page-header__title">...</h1>
</header>
```
*/
._c-page-header {
  padding: 3rem 0;
}

._c-page-header__title {
  margin: 0;
}

/*
---
name: Radio
category:
  - object/component
  - object/component/radio
---

```html
<label>
  <span class="_c-radio">
    <input type="radio">
    <span class="_c-radio__control"></span>
  </span>
  ...
</label>
```
*/
._c-radio {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
}

._c-radio > [type="radio"], ._c-radio__control, ._c-radio__control::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
}

._c-radio > [type="radio"] {
  z-index: 1;
  cursor: pointer;
  opacity: 0 !important;
  outline: 0;
}

._c-radio > [type="radio"]:checked ~ ._c-radio__control::after {
  opacity: 1;
}

._c-radio__control {
  z-index: 0;
}

._c-radio__control::before {
  content: '';
  background-color: #fff;
  border: 1px solid #cccccc;
}

._c-radio__control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  background-color: #333;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  opacity: 0;
}

/*
---
name: Grid System
category:
  - object/component
  - object/component/grid-system
---

```html
<div class="_c-row">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--reverse">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--nowrap">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--left">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--right">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--center">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--between">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--around">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
</div>
```
```html
<div class="_c-row _c-row--top">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--bottom">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--middle">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--baseline">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--collapse">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin-s">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--margin-l">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3
  </div>
</div>
```
```html
<div class="_c-row _c-row--fill">
  <div class="_c-row__col _c-row__col--1-3">
    1
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    2<br>
    2
  </div>
  <div class="_c-row__col _c-row__col--1-3">
    3<br>
    3<br>
    3
  </div>
</div>
```
*/
._c-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._c-row__col {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

._c-row--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._c-row--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

._c-row--left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._c-row--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._c-row--center {
  -ms-flex-pack: center;
  justify-content: center;
}

._c-row--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._c-row--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._c-row--top {
  -ms-flex-align: start;
  align-items: flex-start;
}

._c-row--bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

._c-row--middle {
  -ms-flex-align: center;
  align-items: center;
}

._c-row--baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

._c-row--collapse {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

._c-row--collapse > ._c-row__col {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

._c-row--margin {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: -1.5rem;
}

._c-row--margin > ._c-row__col {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
}

._c-row--margin-s {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
  margin-bottom: -0.75rem;
}

._c-row--margin-s > ._c-row__col {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-bottom: 0.75rem;
}

._c-row--margin-l {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-bottom: -3rem;
}

._c-row--margin-l > ._c-row__col {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}

._c-row--fill > ._c-row__col {
  display: -ms-flexbox;
  display: flex;
}

._c-row--fill > ._c-row__col > * {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 40em) {
  ._c-row--md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._c-row--md-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._c-row--md-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._c-row--md-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._c-row--md-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._c-row--md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  ._c-row--md-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._c-row--md-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._c-row--md-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  ._c-row--md-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  ._c-row--md-collapse {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  ._c-row--md-collapse > ._c-row__col {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  ._c-row--md-margin {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    margin-bottom: -1.5rem;
  }
  ._c-row--md-margin > ._c-row__col {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 1.5rem;
  }
  ._c-row--md-margin-s {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
    margin-bottom: -0.75rem;
  }
  ._c-row--md-margin-s > ._c-row__col {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    margin-bottom: 0.75rem;
  }
  ._c-row--md-margin-l {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    margin-bottom: -3rem;
  }
  ._c-row--md-margin-l > ._c-row__col {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 3rem;
  }
  ._c-row--md-fill > ._c-row__col {
    display: -ms-flexbox;
    display: flex;
  }
  ._c-row--md-fill > ._c-row__col > * {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media (min-width: 64em) {
  ._c-row--lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._c-row--lg-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._c-row--lg-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._c-row--lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._c-row--lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._c-row--lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  ._c-row--lg-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._c-row--lg-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._c-row--lg-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  ._c-row--lg-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  ._c-row--lg-collapse {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  ._c-row--lg-collapse > ._c-row__col {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  ._c-row--lg-margin {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    margin-bottom: -1.5rem;
  }
  ._c-row--lg-margin > ._c-row__col {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 1.5rem;
  }
  ._c-row--lg-margin-s {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
    margin-bottom: -0.75rem;
  }
  ._c-row--lg-margin-s > ._c-row__col {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    margin-bottom: 0.75rem;
  }
  ._c-row--lg-margin-l {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    margin-bottom: -3rem;
  }
  ._c-row--lg-margin-l > ._c-row__col {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 3rem;
  }
  ._c-row--lg-fill > ._c-row__col {
    display: -ms-flexbox;
    display: flex;
  }
  ._c-row--lg-fill > ._c-row__col > * {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

._c-row__col--1-2, ._c-row__col--2-4, ._c-row__col--3-6, ._c-row__col--4-8, ._c-row__col--5-10, ._c-row__col--6-12 {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

._c-row__col--offset-1-2, ._c-row__col--offset-2-4, ._c-row__col--offset-3-6, ._c-row__col--offset-4-8, ._c-row__col--offset-5-10, ._c-row__col--offset-6-12 {
  margin-left: 50%;
}

._c-row__col--1-3, ._c-row__col--2-6, ._c-row__col--3-9, ._c-row__col--4-12 {
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  max-width: 33.33333%;
}

._c-row__col--offset-1-3, ._c-row__col--offset-2-6, ._c-row__col--offset-3-9, ._c-row__col--offset-4-12 {
  margin-left: 33.33333%;
}

._c-row__col--2-3, ._c-row__col--4-6, ._c-row__col--6-9, ._c-row__col--8-12 {
  -ms-flex: 0 1 66.66667%;
  flex: 0 1 66.66667%;
  max-width: 66.66667%;
}

._c-row__col--offset-2-3, ._c-row__col--offset-4-6, ._c-row__col--offset-6-9, ._c-row__col--offset-8-12 {
  margin-left: 66.66667%;
}

._c-row__col--1-4, ._c-row__col--2-8, ._c-row__col--3-12 {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}

._c-row__col--offset-1-4, ._c-row__col--offset-2-8, ._c-row__col--offset-3-12 {
  margin-left: 25%;
}

._c-row__col--3-4, ._c-row__col--6-8, ._c-row__col--9-12 {
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}

._c-row__col--offset-3-4, ._c-row__col--offset-6-8, ._c-row__col--offset-9-12 {
  margin-left: 75%;
}

._c-row__col--1-5, ._c-row__col--2-10 {
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}

._c-row__col--offset-1-5, ._c-row__col--offset-2-10 {
  margin-left: 20%;
}

._c-row__col--2-5, ._c-row__col--4-10 {
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: 40%;
}

._c-row__col--offset-2-5, ._c-row__col--offset-4-10 {
  margin-left: 40%;
}

._c-row__col--3-5, ._c-row__col--6-10 {
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 60%;
}

._c-row__col--offset-3-5, ._c-row__col--offset-6-10 {
  margin-left: 60%;
}

._c-row__col--4-5, ._c-row__col--8-10 {
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  max-width: 80%;
}

._c-row__col--offset-4-5, ._c-row__col--offset-8-10 {
  margin-left: 80%;
}

._c-row__col--1-6, ._c-row__col--2-12 {
  -ms-flex: 0 1 16.66667%;
  flex: 0 1 16.66667%;
  max-width: 16.66667%;
}

._c-row__col--offset-1-6, ._c-row__col--offset-2-12 {
  margin-left: 16.66667%;
}

._c-row__col--5-6, ._c-row__col--10-12 {
  -ms-flex: 0 1 83.33333%;
  flex: 0 1 83.33333%;
  max-width: 83.33333%;
}

._c-row__col--offset-5-6, ._c-row__col--offset-10-12 {
  margin-left: 83.33333%;
}

._c-row__col--1-7 {
  -ms-flex: 0 1 14.28571%;
  flex: 0 1 14.28571%;
  max-width: 14.28571%;
}

._c-row__col--offset-1-7 {
  margin-left: 14.28571%;
}

._c-row__col--2-7 {
  -ms-flex: 0 1 28.57143%;
  flex: 0 1 28.57143%;
  max-width: 28.57143%;
}

._c-row__col--offset-2-7 {
  margin-left: 28.57143%;
}

._c-row__col--3-7 {
  -ms-flex: 0 1 42.85714%;
  flex: 0 1 42.85714%;
  max-width: 42.85714%;
}

._c-row__col--offset-3-7 {
  margin-left: 42.85714%;
}

._c-row__col--4-7 {
  -ms-flex: 0 1 57.14286%;
  flex: 0 1 57.14286%;
  max-width: 57.14286%;
}

._c-row__col--offset-4-7 {
  margin-left: 57.14286%;
}

._c-row__col--5-7 {
  -ms-flex: 0 1 71.42857%;
  flex: 0 1 71.42857%;
  max-width: 71.42857%;
}

._c-row__col--offset-5-7 {
  margin-left: 71.42857%;
}

._c-row__col--6-7 {
  -ms-flex: 0 1 85.71429%;
  flex: 0 1 85.71429%;
  max-width: 85.71429%;
}

._c-row__col--offset-6-7 {
  margin-left: 85.71429%;
}

._c-row__col--1-8 {
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  max-width: 12.5%;
}

._c-row__col--offset-1-8 {
  margin-left: 12.5%;
}

._c-row__col--3-8 {
  -ms-flex: 0 1 37.5%;
  flex: 0 1 37.5%;
  max-width: 37.5%;
}

._c-row__col--offset-3-8 {
  margin-left: 37.5%;
}

._c-row__col--5-8 {
  -ms-flex: 0 1 62.5%;
  flex: 0 1 62.5%;
  max-width: 62.5%;
}

._c-row__col--offset-5-8 {
  margin-left: 62.5%;
}

._c-row__col--7-8 {
  -ms-flex: 0 1 87.5%;
  flex: 0 1 87.5%;
  max-width: 87.5%;
}

._c-row__col--offset-7-8 {
  margin-left: 87.5%;
}

._c-row__col--1-9 {
  -ms-flex: 0 1 11.11111%;
  flex: 0 1 11.11111%;
  max-width: 11.11111%;
}

._c-row__col--offset-1-9 {
  margin-left: 11.11111%;
}

._c-row__col--2-9 {
  -ms-flex: 0 1 22.22222%;
  flex: 0 1 22.22222%;
  max-width: 22.22222%;
}

._c-row__col--offset-2-9 {
  margin-left: 22.22222%;
}

._c-row__col--4-9 {
  -ms-flex: 0 1 44.44444%;
  flex: 0 1 44.44444%;
  max-width: 44.44444%;
}

._c-row__col--offset-4-9 {
  margin-left: 44.44444%;
}

._c-row__col--5-9 {
  -ms-flex: 0 1 55.55556%;
  flex: 0 1 55.55556%;
  max-width: 55.55556%;
}

._c-row__col--offset-5-9 {
  margin-left: 55.55556%;
}

._c-row__col--7-9 {
  -ms-flex: 0 1 77.77778%;
  flex: 0 1 77.77778%;
  max-width: 77.77778%;
}

._c-row__col--offset-7-9 {
  margin-left: 77.77778%;
}

._c-row__col--8-9 {
  -ms-flex: 0 1 88.88889%;
  flex: 0 1 88.88889%;
  max-width: 88.88889%;
}

._c-row__col--offset-8-9 {
  margin-left: 88.88889%;
}

._c-row__col--1-10 {
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  max-width: 10%;
}

._c-row__col--offset-1-10 {
  margin-left: 10%;
}

._c-row__col--3-10 {
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  max-width: 30%;
}

._c-row__col--offset-3-10 {
  margin-left: 30%;
}

._c-row__col--7-10 {
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 70%;
}

._c-row__col--offset-7-10 {
  margin-left: 70%;
}

._c-row__col--9-10 {
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  max-width: 90%;
}

._c-row__col--offset-9-10 {
  margin-left: 90%;
}

._c-row__col--1-11 {
  -ms-flex: 0 1 9.09091%;
  flex: 0 1 9.09091%;
  max-width: 9.09091%;
}

._c-row__col--offset-1-11 {
  margin-left: 9.09091%;
}

._c-row__col--2-11 {
  -ms-flex: 0 1 18.18182%;
  flex: 0 1 18.18182%;
  max-width: 18.18182%;
}

._c-row__col--offset-2-11 {
  margin-left: 18.18182%;
}

._c-row__col--3-11 {
  -ms-flex: 0 1 27.27273%;
  flex: 0 1 27.27273%;
  max-width: 27.27273%;
}

._c-row__col--offset-3-11 {
  margin-left: 27.27273%;
}

._c-row__col--4-11 {
  -ms-flex: 0 1 36.36364%;
  flex: 0 1 36.36364%;
  max-width: 36.36364%;
}

._c-row__col--offset-4-11 {
  margin-left: 36.36364%;
}

._c-row__col--5-11 {
  -ms-flex: 0 1 45.45455%;
  flex: 0 1 45.45455%;
  max-width: 45.45455%;
}

._c-row__col--offset-5-11 {
  margin-left: 45.45455%;
}

._c-row__col--6-11 {
  -ms-flex: 0 1 54.54545%;
  flex: 0 1 54.54545%;
  max-width: 54.54545%;
}

._c-row__col--offset-6-11 {
  margin-left: 54.54545%;
}

._c-row__col--7-11 {
  -ms-flex: 0 1 63.63636%;
  flex: 0 1 63.63636%;
  max-width: 63.63636%;
}

._c-row__col--offset-7-11 {
  margin-left: 63.63636%;
}

._c-row__col--8-11 {
  -ms-flex: 0 1 72.72727%;
  flex: 0 1 72.72727%;
  max-width: 72.72727%;
}

._c-row__col--offset-8-11 {
  margin-left: 72.72727%;
}

._c-row__col--9-11 {
  -ms-flex: 0 1 81.81818%;
  flex: 0 1 81.81818%;
  max-width: 81.81818%;
}

._c-row__col--offset-9-11 {
  margin-left: 81.81818%;
}

._c-row__col--10-11 {
  -ms-flex: 0 1 90.90909%;
  flex: 0 1 90.90909%;
  max-width: 90.90909%;
}

._c-row__col--offset-10-11 {
  margin-left: 90.90909%;
}

._c-row__col--1-12 {
  -ms-flex: 0 1 8.33333%;
  flex: 0 1 8.33333%;
  max-width: 8.33333%;
}

._c-row__col--offset-1-12 {
  margin-left: 8.33333%;
}

._c-row__col--5-12 {
  -ms-flex: 0 1 41.66667%;
  flex: 0 1 41.66667%;
  max-width: 41.66667%;
}

._c-row__col--offset-5-12 {
  margin-left: 41.66667%;
}

._c-row__col--7-12 {
  -ms-flex: 0 1 58.33333%;
  flex: 0 1 58.33333%;
  max-width: 58.33333%;
}

._c-row__col--offset-7-12 {
  margin-left: 58.33333%;
}

._c-row__col--11-12 {
  -ms-flex: 0 1 91.66667%;
  flex: 0 1 91.66667%;
  max-width: 91.66667%;
}

._c-row__col--offset-11-12 {
  margin-left: 91.66667%;
}

._c-row__col--1-1, ._c-row__col--2-2, ._c-row__col--3-3, ._c-row__col--4-4, ._c-row__col--5-5, ._c-row__col--6-6, ._c-row__col--7-7, ._c-row__col--8-8, ._c-row__col--9-9, ._c-row__col--10-10, ._c-row__col--11-11, ._c-row__col--12-12 {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 99%;
  margin:0 auto;
 
}

._c-row__col--auto {
  -ms-flex: auto;
  flex: auto;
  max-width: 100%;
}

._c-row__col--justify {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

._c-row__col--offset-0 {
  margin-left: 0;
}

._c-row__col--shrink {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

._c-row__col--fit {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 40em) {
  ._c-row__col--md-1-2, ._c-row__col--md-2-4, ._c-row__col--md-3-6, ._c-row__col--md-4-8, ._c-row__col--md-5-10, ._c-row__col--md-6-12 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  ._c-row__col--md-offset-1-2, ._c-row__col--md-offset-2-4, ._c-row__col--md-offset-3-6, ._c-row__col--md-offset-4-8, ._c-row__col--md-offset-5-10, ._c-row__col--md-offset-6-12 {
    margin-left: 50%;
  }
  ._c-row__col--md-1-3, ._c-row__col--md-2-6, ._c-row__col--md-3-9, ._c-row__col--md-4-12 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  ._c-row__col--md-offset-1-3, ._c-row__col--md-offset-2-6, ._c-row__col--md-offset-3-9, ._c-row__col--md-offset-4-12 {
    margin-left: 33.33333%;
  }
  ._c-row__col--md-2-3, ._c-row__col--md-4-6, ._c-row__col--md-6-9, ._c-row__col--md-8-12 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%;
  }
  ._c-row__col--md-offset-2-3, ._c-row__col--md-offset-4-6, ._c-row__col--md-offset-6-9, ._c-row__col--md-offset-8-12 {
    margin-left: 66.66667%;
  }
  ._c-row__col--md-1-4, ._c-row__col--md-2-8, ._c-row__col--md-3-12 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  ._c-row__col--md-offset-1-4, ._c-row__col--md-offset-2-8, ._c-row__col--md-offset-3-12 {
    margin-left: 25%;
  }
  ._c-row__col--md-3-4, ._c-row__col--md-6-8, ._c-row__col--md-9-12 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  ._c-row__col--md-offset-3-4, ._c-row__col--md-offset-6-8, ._c-row__col--md-offset-9-12 {
    margin-left: 75%;
  }
  ._c-row__col--md-1-5, ._c-row__col--md-2-10 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
  ._c-row__col--md-offset-1-5, ._c-row__col--md-offset-2-10 {
    margin-left: 20%;
  }
  ._c-row__col--md-2-5, ._c-row__col--md-4-10 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%;
  }
  ._c-row__col--md-offset-2-5, ._c-row__col--md-offset-4-10 {
    margin-left: 40%;
  }
  ._c-row__col--md-3-5, ._c-row__col--md-6-10 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%;
  }
  ._c-row__col--md-offset-3-5, ._c-row__col--md-offset-6-10 {
    margin-left: 60%;
  }
  ._c-row__col--md-4-5, ._c-row__col--md-8-10 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    max-width: 80%;
  }
  ._c-row__col--md-offset-4-5, ._c-row__col--md-offset-8-10 {
    margin-left: 80%;
  }
  ._c-row__col--md-1-6, ._c-row__col--md-2-12 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    max-width: 16.66667%;
  }
  ._c-row__col--md-offset-1-6, ._c-row__col--md-offset-2-12 {
    margin-left: 16.66667%;
  }
  ._c-row__col--md-5-6, ._c-row__col--md-10-12 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    max-width: 83.33333%;
  }
  ._c-row__col--md-offset-5-6, ._c-row__col--md-offset-10-12 {
    margin-left: 83.33333%;
  }
  ._c-row__col--md-1-7 {
    -ms-flex: 0 1 14.28571%;
    flex: 0 1 14.28571%;
    max-width: 14.28571%;
  }
  ._c-row__col--md-offset-1-7 {
    margin-left: 14.28571%;
  }
  ._c-row__col--md-2-7 {
    -ms-flex: 0 1 28.57143%;
    flex: 0 1 28.57143%;
    max-width: 28.57143%;
  }
  ._c-row__col--md-offset-2-7 {
    margin-left: 28.57143%;
  }
  ._c-row__col--md-3-7 {
    -ms-flex: 0 1 42.85714%;
    flex: 0 1 42.85714%;
    max-width: 42.85714%;
  }
  ._c-row__col--md-offset-3-7 {
    margin-left: 42.85714%;
  }
  ._c-row__col--md-4-7 {
    -ms-flex: 0 1 57.14286%;
    flex: 0 1 57.14286%;
    max-width: 57.14286%;
  }
  ._c-row__col--md-offset-4-7 {
    margin-left: 57.14286%;
  }
  ._c-row__col--md-5-7 {
    -ms-flex: 0 1 71.42857%;
    flex: 0 1 71.42857%;
    max-width: 71.42857%;
  }
  ._c-row__col--md-offset-5-7 {
    margin-left: 71.42857%;
  }
  ._c-row__col--md-6-7 {
    -ms-flex: 0 1 85.71429%;
    flex: 0 1 85.71429%;
    max-width: 85.71429%;
  }
  ._c-row__col--md-offset-6-7 {
    margin-left: 85.71429%;
  }
  ._c-row__col--md-1-8 {
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  ._c-row__col--md-offset-1-8 {
    margin-left: 12.5%;
  }
  ._c-row__col--md-3-8 {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  ._c-row__col--md-offset-3-8 {
    margin-left: 37.5%;
  }
  ._c-row__col--md-5-8 {
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  ._c-row__col--md-offset-5-8 {
    margin-left: 62.5%;
  }
  ._c-row__col--md-7-8 {
    -ms-flex: 0 1 87.5%;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  ._c-row__col--md-offset-7-8 {
    margin-left: 87.5%;
  }
  ._c-row__col--md-1-9 {
    -ms-flex: 0 1 11.11111%;
    flex: 0 1 11.11111%;
    max-width: 11.11111%;
  }
  ._c-row__col--md-offset-1-9 {
    margin-left: 11.11111%;
  }
  ._c-row__col--md-2-9 {
    -ms-flex: 0 1 22.22222%;
    flex: 0 1 22.22222%;
    max-width: 22.22222%;
  }
  ._c-row__col--md-offset-2-9 {
    margin-left: 22.22222%;
  }
  ._c-row__col--md-4-9 {
    -ms-flex: 0 1 44.44444%;
    flex: 0 1 44.44444%;
    max-width: 44.44444%;
  }
  ._c-row__col--md-offset-4-9 {
    margin-left: 44.44444%;
  }
  ._c-row__col--md-5-9 {
    -ms-flex: 0 1 55.55556%;
    flex: 0 1 55.55556%;
    max-width: 55.55556%;
  }
  ._c-row__col--md-offset-5-9 {
    margin-left: 55.55556%;
  }
  ._c-row__col--md-7-9 {
    -ms-flex: 0 1 77.77778%;
    flex: 0 1 77.77778%;
    max-width: 77.77778%;
  }
  ._c-row__col--md-offset-7-9 {
    margin-left: 77.77778%;
  }
  ._c-row__col--md-8-9 {
    -ms-flex: 0 1 88.88889%;
    flex: 0 1 88.88889%;
    max-width: 88.88889%;
  }
  ._c-row__col--md-offset-8-9 {
    margin-left: 88.88889%;
  }
  ._c-row__col--md-1-10 {
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 10%;
  }
  ._c-row__col--md-offset-1-10 {
    margin-left: 10%;
  }
  ._c-row__col--md-3-10 {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
  }
  ._c-row__col--md-offset-3-10 {
    margin-left: 30%;
  }
  ._c-row__col--md-7-10 {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%;
  }
  ._c-row__col--md-offset-7-10 {
    margin-left: 70%;
  }
  ._c-row__col--md-9-10 {
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    max-width: 90%;
  }
  ._c-row__col--md-offset-9-10 {
    margin-left: 90%;
  }
  ._c-row__col--md-1-11 {
    -ms-flex: 0 1 9.09091%;
    flex: 0 1 9.09091%;
    max-width: 9.09091%;
  }
  ._c-row__col--md-offset-1-11 {
    margin-left: 9.09091%;
  }
  ._c-row__col--md-2-11 {
    -ms-flex: 0 1 18.18182%;
    flex: 0 1 18.18182%;
    max-width: 18.18182%;
  }
  ._c-row__col--md-offset-2-11 {
    margin-left: 18.18182%;
  }
  ._c-row__col--md-3-11 {
    -ms-flex: 0 1 27.27273%;
    flex: 0 1 27.27273%;
    max-width: 27.27273%;
  }
  ._c-row__col--md-offset-3-11 {
    margin-left: 27.27273%;
  }
  ._c-row__col--md-4-11 {
    -ms-flex: 0 1 36.36364%;
    flex: 0 1 36.36364%;
    max-width: 36.36364%;
  }
  ._c-row__col--md-offset-4-11 {
    margin-left: 36.36364%;
  }
  ._c-row__col--md-5-11 {
    -ms-flex: 0 1 45.45455%;
    flex: 0 1 45.45455%;
    max-width: 45.45455%;
  }
  ._c-row__col--md-offset-5-11 {
    margin-left: 45.45455%;
  }
  ._c-row__col--md-6-11 {
    -ms-flex: 0 1 54.54545%;
    flex: 0 1 54.54545%;
    max-width: 54.54545%;
  }
  ._c-row__col--md-offset-6-11 {
    margin-left: 54.54545%;
  }
  ._c-row__col--md-7-11 {
    -ms-flex: 0 1 63.63636%;
    flex: 0 1 63.63636%;
    max-width: 63.63636%;
  }
  ._c-row__col--md-offset-7-11 {
    margin-left: 63.63636%;
  }
  ._c-row__col--md-8-11 {
    -ms-flex: 0 1 72.72727%;
    flex: 0 1 72.72727%;
    max-width: 72.72727%;
  }
  ._c-row__col--md-offset-8-11 {
    margin-left: 72.72727%;
  }
  ._c-row__col--md-9-11 {
    -ms-flex: 0 1 81.81818%;
    flex: 0 1 81.81818%;
    max-width: 81.81818%;
  }
  ._c-row__col--md-offset-9-11 {
    margin-left: 81.81818%;
  }
  ._c-row__col--md-10-11 {
    -ms-flex: 0 1 90.90909%;
    flex: 0 1 90.90909%;
    max-width: 90.90909%;
  }
  ._c-row__col--md-offset-10-11 {
    margin-left: 90.90909%;
  }
  ._c-row__col--md-1-12 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    max-width: 8.33333%;
  }
  ._c-row__col--md-offset-1-12 {
    margin-left: 8.33333%;
  }
  ._c-row__col--md-5-12 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    max-width: 41.66667%;
  }
  ._c-row__col--md-offset-5-12 {
    margin-left: 41.66667%;
  }
  ._c-row__col--md-7-12 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    max-width: 58.33333%;
  }
  ._c-row__col--md-offset-7-12 {
    margin-left: 58.33333%;
  }
  ._c-row__col--md-11-12 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    max-width: 91.66667%;
  }
  ._c-row__col--md-offset-11-12 {
    margin-left: 91.66667%;
  }
  ._c-row__col--md-1-1, ._c-row__col--md-2-2, ._c-row__col--md-3-3, ._c-row__col--md-4-4, ._c-row__col--md-5-5, ._c-row__col--md-6-6, ._c-row__col--md-7-7, ._c-row__col--md-8-8, ._c-row__col--md-9-9, ._c-row__col--md-10-10, ._c-row__col--md-11-11, ._c-row__col--md-12-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  ._c-row__col--md-auto {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
  ._c-row__col--md-justify {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  ._c-row__col--md-offset-0 {
    margin-left: 0;
  }
  ._c-row__col--md-shrink {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  ._c-row__col--md-fit {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 64em) {
  ._c-row__col--lg-1-2, ._c-row__col--lg-2-4, ._c-row__col--lg-3-6, ._c-row__col--lg-4-8, ._c-row__col--lg-5-10, ._c-row__col--lg-6-12 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  ._c-row__col--lg-offset-1-2, ._c-row__col--lg-offset-2-4, ._c-row__col--lg-offset-3-6, ._c-row__col--lg-offset-4-8, ._c-row__col--lg-offset-5-10, ._c-row__col--lg-offset-6-12 {
    margin-left: 50%;
  }
  ._c-row__col--lg-1-3, ._c-row__col--lg-2-6, ._c-row__col--lg-3-9, ._c-row__col--lg-4-12 {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  ._c-row__col--lg-offset-1-3, ._c-row__col--lg-offset-2-6, ._c-row__col--lg-offset-3-9, ._c-row__col--lg-offset-4-12 {
    margin-left: 33.33333%;
  }
  ._c-row__col--lg-2-3, ._c-row__col--lg-4-6, ._c-row__col--lg-6-9, ._c-row__col--lg-8-12 {
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%;
  }
  ._c-row__col--lg-offset-2-3, ._c-row__col--lg-offset-4-6, ._c-row__col--lg-offset-6-9, ._c-row__col--lg-offset-8-12 {
    margin-left: 66.66667%;
  }
  ._c-row__col--lg-1-4, ._c-row__col--lg-2-8, ._c-row__col--lg-3-12 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  ._c-row__col--lg-offset-1-4, ._c-row__col--lg-offset-2-8, ._c-row__col--lg-offset-3-12 {
    margin-left: 25%;
  }
  ._c-row__col--lg-3-4, ._c-row__col--lg-6-8, ._c-row__col--lg-9-12 {
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  ._c-row__col--lg-offset-3-4, ._c-row__col--lg-offset-6-8, ._c-row__col--lg-offset-9-12 {
    margin-left: 75%;
  }
  ._c-row__col--lg-1-5, ._c-row__col--lg-2-10 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }
  ._c-row__col--lg-offset-1-5, ._c-row__col--lg-offset-2-10 {
    margin-left: 20%;
  }
  ._c-row__col--lg-2-5, ._c-row__col--lg-4-10 {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%;
  }
  ._c-row__col--lg-offset-2-5, ._c-row__col--lg-offset-4-10 {
    margin-left: 40%;
  }
  ._c-row__col--lg-3-5, ._c-row__col--lg-6-10 {
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%;
  }
  ._c-row__col--lg-offset-3-5, ._c-row__col--lg-offset-6-10 {
    margin-left: 60%;
  }
  ._c-row__col--lg-4-5, ._c-row__col--lg-8-10 {
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    max-width: 80%;
  }
  ._c-row__col--lg-offset-4-5, ._c-row__col--lg-offset-8-10 {
    margin-left: 80%;
  }
  ._c-row__col--lg-1-6, ._c-row__col--lg-2-12 {
    -ms-flex: 0 1 16.66667%;
    flex: 0 1 16.66667%;
    max-width: 16.66667%;
  }
  ._c-row__col--lg-offset-1-6, ._c-row__col--lg-offset-2-12 {
    margin-left: 16.66667%;
  }
  ._c-row__col--lg-5-6, ._c-row__col--lg-10-12 {
    -ms-flex: 0 1 83.33333%;
    flex: 0 1 83.33333%;
    max-width: 83.33333%;
  }
  ._c-row__col--lg-offset-5-6, ._c-row__col--lg-offset-10-12 {
    margin-left: 83.33333%;
  }
  ._c-row__col--lg-1-7 {
    -ms-flex: 0 1 14.28571%;
    flex: 0 1 14.28571%;
    max-width: 14.28571%;
  }
  ._c-row__col--lg-offset-1-7 {
    margin-left: 14.28571%;
  }
  ._c-row__col--lg-2-7 {
    -ms-flex: 0 1 28.57143%;
    flex: 0 1 28.57143%;
    max-width: 28.57143%;
  }
  ._c-row__col--lg-offset-2-7 {
    margin-left: 28.57143%;
  }
  ._c-row__col--lg-3-7 {
    -ms-flex: 0 1 42.85714%;
    flex: 0 1 42.85714%;
    max-width: 42.85714%;
  }
  ._c-row__col--lg-offset-3-7 {
    margin-left: 42.85714%;
  }
  ._c-row__col--lg-4-7 {
    -ms-flex: 0 1 57.14286%;
    flex: 0 1 57.14286%;
    max-width: 57.14286%;
  }
  ._c-row__col--lg-offset-4-7 {
    margin-left: 57.14286%;
  }
  ._c-row__col--lg-5-7 {
    -ms-flex: 0 1 71.42857%;
    flex: 0 1 71.42857%;
    max-width: 71.42857%;
  }
  ._c-row__col--lg-offset-5-7 {
    margin-left: 71.42857%;
  }
  ._c-row__col--lg-6-7 {
    -ms-flex: 0 1 85.71429%;
    flex: 0 1 85.71429%;
    max-width: 85.71429%;
  }
  ._c-row__col--lg-offset-6-7 {
    margin-left: 85.71429%;
  }
  ._c-row__col--lg-1-8 {
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  ._c-row__col--lg-offset-1-8 {
    margin-left: 12.5%;
  }
  ._c-row__col--lg-3-8 {
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  ._c-row__col--lg-offset-3-8 {
    margin-left: 37.5%;
  }
  ._c-row__col--lg-5-8 {
    -ms-flex: 0 1 62.5%;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  ._c-row__col--lg-offset-5-8 {
    margin-left: 62.5%;
  }
  ._c-row__col--lg-7-8 {
    -ms-flex: 0 1 87.5%;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  ._c-row__col--lg-offset-7-8 {
    margin-left: 87.5%;
  }
  ._c-row__col--lg-1-9 {
    -ms-flex: 0 1 11.11111%;
    flex: 0 1 11.11111%;
    max-width: 11.11111%;
  }
  ._c-row__col--lg-offset-1-9 {
    margin-left: 11.11111%;
  }
  ._c-row__col--lg-2-9 {
    -ms-flex: 0 1 22.22222%;
    flex: 0 1 22.22222%;
    max-width: 22.22222%;
  }
  ._c-row__col--lg-offset-2-9 {
    margin-left: 22.22222%;
  }
  ._c-row__col--lg-4-9 {
    -ms-flex: 0 1 44.44444%;
    flex: 0 1 44.44444%;
    max-width: 44.44444%;
  }
  ._c-row__col--lg-offset-4-9 {
    margin-left: 44.44444%;
  }
  ._c-row__col--lg-5-9 {
    -ms-flex: 0 1 55.55556%;
    flex: 0 1 55.55556%;
    max-width: 55.55556%;
  }
  ._c-row__col--lg-offset-5-9 {
    margin-left: 55.55556%;
  }
  ._c-row__col--lg-7-9 {
    -ms-flex: 0 1 77.77778%;
    flex: 0 1 77.77778%;
    max-width: 77.77778%;
  }
  ._c-row__col--lg-offset-7-9 {
    margin-left: 77.77778%;
  }
  ._c-row__col--lg-8-9 {
    -ms-flex: 0 1 88.88889%;
    flex: 0 1 88.88889%;
    max-width: 88.88889%;
  }
  ._c-row__col--lg-offset-8-9 {
    margin-left: 88.88889%;
  }
  ._c-row__col--lg-1-10 {
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 10%;
  }
  ._c-row__col--lg-offset-1-10 {
    margin-left: 10%;
  }
  ._c-row__col--lg-3-10 {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%;
  }
  ._c-row__col--lg-offset-3-10 {
    margin-left: 30%;
  }
  ._c-row__col--lg-7-10 {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%;
  }
  ._c-row__col--lg-offset-7-10 {
    margin-left: 70%;
  }
  ._c-row__col--lg-9-10 {
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    max-width: 90%;
  }
  ._c-row__col--lg-offset-9-10 {
    margin-left: 90%;
  }
  ._c-row__col--lg-1-11 {
    -ms-flex: 0 1 9.09091%;
    flex: 0 1 9.09091%;
    max-width: 9.09091%;
  }
  ._c-row__col--lg-offset-1-11 {
    margin-left: 9.09091%;
  }
  ._c-row__col--lg-2-11 {
    -ms-flex: 0 1 18.18182%;
    flex: 0 1 18.18182%;
    max-width: 18.18182%;
  }
  ._c-row__col--lg-offset-2-11 {
    margin-left: 18.18182%;
  }
  ._c-row__col--lg-3-11 {
    -ms-flex: 0 1 27.27273%;
    flex: 0 1 27.27273%;
    max-width: 27.27273%;
  }
  ._c-row__col--lg-offset-3-11 {
    margin-left: 27.27273%;
  }
  ._c-row__col--lg-4-11 {
    -ms-flex: 0 1 36.36364%;
    flex: 0 1 36.36364%;
    max-width: 36.36364%;
  }
  ._c-row__col--lg-offset-4-11 {
    margin-left: 36.36364%;
  }
  ._c-row__col--lg-5-11 {
    -ms-flex: 0 1 45.45455%;
    flex: 0 1 45.45455%;
    max-width: 45.45455%;
  }
  ._c-row__col--lg-offset-5-11 {
    margin-left: 45.45455%;
  }
  ._c-row__col--lg-6-11 {
    -ms-flex: 0 1 54.54545%;
    flex: 0 1 54.54545%;
    max-width: 54.54545%;
  }
  ._c-row__col--lg-offset-6-11 {
    margin-left: 54.54545%;
  }
  ._c-row__col--lg-7-11 {
    -ms-flex: 0 1 63.63636%;
    flex: 0 1 63.63636%;
    max-width: 63.63636%;
  }
  ._c-row__col--lg-offset-7-11 {
    margin-left: 63.63636%;
  }
  ._c-row__col--lg-8-11 {
    -ms-flex: 0 1 72.72727%;
    flex: 0 1 72.72727%;
    max-width: 72.72727%;
  }
  ._c-row__col--lg-offset-8-11 {
    margin-left: 72.72727%;
  }
  ._c-row__col--lg-9-11 {
    -ms-flex: 0 1 81.81818%;
    flex: 0 1 81.81818%;
    max-width: 81.81818%;
  }
  ._c-row__col--lg-offset-9-11 {
    margin-left: 81.81818%;
  }
  ._c-row__col--lg-10-11 {
    -ms-flex: 0 1 90.90909%;
    flex: 0 1 90.90909%;
    max-width: 90.90909%;
  }
  ._c-row__col--lg-offset-10-11 {
    margin-left: 90.90909%;
  }
  ._c-row__col--lg-1-12 {
    -ms-flex: 0 1 8.33333%;
    flex: 0 1 8.33333%;
    max-width: 8.33333%;
  }
  ._c-row__col--lg-offset-1-12 {
    margin-left: 8.33333%;
  }
  ._c-row__col--lg-5-12 {
    -ms-flex: 0 1 41.66667%;
    flex: 0 1 41.66667%;
    max-width: 41.66667%;
  }
  ._c-row__col--lg-offset-5-12 {
    margin-left: 41.66667%;
  }
  ._c-row__col--lg-7-12 {
    -ms-flex: 0 1 58.33333%;
    flex: 0 1 58.33333%;
    max-width: 58.33333%;
  }
  ._c-row__col--lg-offset-7-12 {
    margin-left: 58.33333%;
  }
  ._c-row__col--lg-11-12 {
    -ms-flex: 0 1 91.66667%;
    flex: 0 1 91.66667%;
    max-width: 91.66667%;
  }
  ._c-row__col--lg-offset-11-12 {
    margin-left: 91.66667%;
  }
  ._c-row__col--lg-1-1, ._c-row__col--lg-2-2, ._c-row__col--lg-3-3, ._c-row__col--lg-4-4, ._c-row__col--lg-5-5, ._c-row__col--lg-6-6, ._c-row__col--lg-7-7, ._c-row__col--lg-8-8, ._c-row__col--lg-9-9, ._c-row__col--lg-10-10, ._c-row__col--lg-11-11, ._c-row__col--lg-12-12 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  ._c-row__col--lg-auto {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
  }
  ._c-row__col--lg-justify {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  ._c-row__col--lg-offset-0 {
    margin-left: 0;
  }
  ._c-row__col--lg-shrink {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  ._c-row__col--lg-fit {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

/*
---
name: Section
category:
  - object/component
  - object/component/section
---

```html
<section class="_c-section">
  <h2 class="_c-section__title">...</h2>
  <div class="_c-section__content">
    ...
  </div>
</section>
```
*/
._c-section {
  padding: 3rem 0;
}

/*
---
name: Select
category:
  - object/component
  - object/component/select
---

```html
<span class="_c-select" data-c="select" aria-selected="false">
  <select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
  </select>
  <span class="_c-select__label" data-c="select__label"></span>
</span>
```
*/
._c-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: 0;
  transition: border 0.1s ease-out;
}

._c-select:hover {
  border-color: #999;
}

._c-select:active, ._c-select:focus, ._c-select[aria-selected="true"] {
  border-color: #85B7D9;
}

._c-select::before {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 1;
  transform: translateY(-50%);
  font-family: 'basis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}

._c-select > select, ._c-select__label {
  padding: 0.375rem 0.75rem;
  padding-right: 2.25rem;
}

._c-select > select {
  position: relative;
  z-index: 1;
  opacity: 0 !important;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
}

._c-select__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

._c-select--block {
  display: block;
}

._c-select--block > select {
  width: 100%;
}

/*
---
name: Site Branding
category:
  - object/component
  - object/component/site-branding
---

```html
<div class="_c-site-branding">
  <h1 class="_c-site-branding__title">...</h1>
</div>
```
*/
._c-site-branding__title {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
}

/*
---
name: Spinner (Circle)
category:
  - object/component
  - object/component/spinner-circle
---

```html
<div class="_c-spinner-circle"></div>
```
*/
._c-spinner-circle {
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  overflow: hidden;
  border: 3px solid #cccccc;
  border-top-color: #999999;
  animation: _spinner_circle_20px___cccccc__3px__0s__2s 2s linear 0s infinite;
}

@keyframes _spinner_circle_20px___cccccc__3px__0s__2s {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
---
name: Spinner (Dots)
category:
  - object/component
  - object/component/spinner-dots
---

```html
<div class="_c-spinner-dots">
  <div class="_c-spinner-dots__dot"></div>
  <div class="_c-spinner-dots__dot"></div>
  <div class="_c-spinner-dots__dot"></div>
</div>
```
*/
._c-spinner-dots {
  display: inline-block;
  font-size: 0;
}

._c-spinner-dots__dot {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #999;
  animation: _spinner_dots_10px___999__0s__2s__1_3 2s ease-in 0s infinite;
}

._c-spinner-dots__dot:nth-child(2) {
  animation-delay: .1s;
}

._c-spinner-dots__dot:nth-child(3) {
  animation-delay: .2s;
}

@keyframes _spinner_dots_10px___999__0s__2s__1_3 {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.3);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

._c-spinner-dots__dot {
  margin: 0 4px;
}

/*
---
name: Spinner (Pulse)
category:
  - object/component
  - object/component/spinner-pulse
---

```html
<div class="_c-spinner-pulse">
  <div class="_c-spinner-pulse__bar"></div>
  <div class="_c-spinner-pulse__bar"></div>
  <div class="_c-spinner-pulse__bar"></div>
</div>
```
*/
._c-spinner-pulse {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._c-spinner-pulse__bar {
  height: 16px;
  width: 5px;
  display: block;
  background-color: #999;
  animation: _spinner_pulse_16px__5px___999__0s__2s__1_4 2s ease-in 0s infinite;
}

._c-spinner-pulse__bar:nth-child(2) {
  animation-delay: .1s;
}

._c-spinner-pulse__bar:nth-child(3) {
  animation-delay: .2s;
}

@keyframes _spinner_pulse_16px__5px___999__0s__2s__1_4 {
  0% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(1.4);
  }
  20% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}

._c-spinner-pulse__bar {
  margin: 0 3px;
}

/*
---
name: ._u-animate
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate:hover {
  width: 100% !important;
  opacity: .5 !important;
}
</style>
<div class="_u-animate" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate {
  transition: all 0.1s ease-out;
}

/*
---
name: ._u-animate-size
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate-size:hover {
  width: 100% !important;
}
</style>
<div class="_u-animate-size" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate-size {
  transition: width 0.1s ease-out, height 0.1s ease-out;
}

/*
---
name: ._u-animate-opacity
category:
  - object/utility
  - object/utility/animate
---

```html
<style>
._u-animate-opacity:hover {
  opacity: .5 !important;
}
</style>
<div class="_u-animate-opacity" style="background-color: #333; width: 100px; height: 20px;"></div>
```
*/
._u-animate-opacity {
  transition: opacity 0.1s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
---
name: ._u-animate-shake-vertical
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-vertical" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-vertical:hover, ._u-animate-shake-vertical:focus {
  position: relative;
  animation: _bounce_vertical_4px 0.5s;
}

@keyframes _bounce_vertical_4px {
  0% {
    top: -4px;
  }
  25% {
    top: 4px;
  }
  50% {
    top: -2px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 0;
  }
}

/*
---
name: ._u-animate-vibrate-vertical
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-vertical" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-vertical:hover, ._u-animate-vibrate-vertical:focus {
  position: relative;
  animation: _bounce_vertical_2px 0.2s;
}

@keyframes _bounce_vertical_2px {
  0% {
    top: -2px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: -1px;
  }
  75% {
    top: 1px;
  }
  100% {
    top: 0;
  }
}

/*
---
name: ._u-animate-shake-horizontal
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-horizontal" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-horizontal:hover, ._u-animate-shake-horizontal:focus {
  position: relative;
  animation: _bounce_horizontal_4px 0.5s;
}

@keyframes _bounce_horizontal_4px {
  0% {
    left: -4px;
  }
  25% {
    left: 4px;
  }
  50% {
    left: -2px;
  }
  75% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}

/*
---
name: ._u-animate-vibrate-horizontal
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-horizontal" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-horizontal:hover, ._u-animate-vibrate-horizontal:focus {
  position: relative;
  animation: _bounce_horizontal_2px 0.2s;
}

@keyframes _bounce_horizontal_2px {
  0% {
    left: -2px;
  }
  25% {
    left: 2px;
  }
  50% {
    left: -1px;
  }
  75% {
    left: 1px;
  }
  100% {
    left: 0;
  }
}

/*
---
name: ._u-animate-shake-scale
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-shake-scale" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-shake-scale:hover, ._u-animate-shake-scale:focus {
  animation: _bounce_scale_120 0.5s ease-out;
}

@keyframes _bounce_scale_120 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*
---
name: ._u-animate-vibrate-scale
category:
  - object/utility
  - object/utility/animate
---

```html
<div class="_u-animate-vibrate-scale" style="background-color: #333; width: 40px; height: 40px;"></div>
```
*/
._u-animate-vibrate-scale:hover, ._u-animate-vibrate-scale:focus {
  animation: _bounce_scale_110 0.2s ease-out;
}

@keyframes _bounce_scale_110 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/*
---
name: ._u-animate-extend-underline
category:
  - object/utility
  - object/utility/animate
---

```html
<span class="_u-animate-extend-underline">menu</span>
```
*/
._u-animate-extend-underline {
  position: relative;
}

._u-animate-extend-underline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  transition: width 0.1s ease-out;
  transform: translateX(-50%);
  background-color: #333;
}

._u-animate-extend-underline:hover::after, ._u-animate-extend-underline:focus::after {
  width: 100%;
}

/*
---
name: ._u-clearfix
category:
  - object/utility
  - object/utility/clearfix
---

```html
<div class="_u-clearfix">
  <img class="_u-pull-left" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-right: 1em">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-clearfix:before, ._u-clearfix:after {
  content: " ";
  display: table;
}

._u-clearfix:after {
  clear: both;
}

/*
---
name: ._u-hidden-sm
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-sm">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-hidden-sm {
    display: none !important;
  }
}

/*
---
name: ._u-hidden-md
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-md">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-hidden-md {
    display: none !important;
  }
}

/*
---
name: ._u-hidden-lg
category:
  - object/utility
  - object/utility/hidden
---

```html
<div class="_u-hidden-lg">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-hidden-lg {
    display: none !important;
  }
}

/*
---
name: _u-img-2x
category:
  - object/utility
  - object/utility/img
---

```html
<img class="_u-img-2x" src="/aigis_assets/images/dummy.jpg">
```
*/
._u-img-2x {
  zoom: 0.5 !important;
}

/*
---
name: ._u-pull-right
category:
  - object/utility
  - object/utility/pull
---

```html
<img class="_u-pull-right" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-left: 1em">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-pull-right {
  float: right !important;
}

/*
---
name: ._u-pull-left
category:
  - object/utility
  - object/utility/pull
---

```html
<img class="_u-pull-left" src="/aigis_assets/images/dummy.jpg" style="width: 150px; margin-right: 1em">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
```
*/
._u-pull-left {
  float: left !important;
}

/*
---
name: ._u-text-center
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-center">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-center {
  text-align: center !important;
}

/*
---
name: ._u-text-right
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-right">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-right {
  text-align: right !important;
}

/*
---
name: ._u-text-left
category:
  - object/utility
  - object/utility/text
---

```html
<div class="_u-text-left">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
._u-text-left {
  text-align: left !important;
}

/*
---
name: ._u-visible-sm-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-visible-sm-inline {
    display: inline !important;
  }
}

/*
---
name: ._u-visible-sm-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-sm-inline-block {
    display: inline-block !important;
  }
}

/*
---
name: ._u-visible-sm-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-sm-block {
    display: block !important;
  }
}

/*
---
name: ._u-visible-sm-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-sm-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (max-width: 39.9375em) {
  ._u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*
---
name: ._u-visible-md-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-md-inline {
    display: inline !important;
  }
}

/*
---
name: ._u-visible-md-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-md-inline-block {
    display: inline-block !important;
  }
}

/*
---
name: ._u-visible-md-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-md-block {
    display: block !important;
  }
}

/*
---
name: ._u-visible-md-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-md-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 40em) and (max-width: 63.9375em) {
  ._u-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*
---
name: ._u-visible-lg-inline
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-inline">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-lg-inline {
    display: inline !important;
  }
}

/*
---
name: ._u-visible-lg-inline-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-inline-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-lg-inline-block {
    display: inline-block !important;
  }
}

/*
---
name: ._u-visible-lg-block
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-block">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-lg-block {
    display: block !important;
  }
}

/*
---
name: ._u-visible-lg-flex
category:
  - object/utility
  - object/utility/visible
---

```html
<div class="_u-visible-lg-flex">
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
```
*/
@media (min-width: 64em) {
  ._u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.btn01 {
  text-align: center;
  padding-top: 40px;
  width: 200px;
  margin:0 auto;
  background-color: #9ec34b;
  border: 2px solid #9ec34b;
}

/* custom.css */
