@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url("https://fonts.googleapis.com/css?family=Rock+Salt&display=swap");
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #222222;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-animation: bodyFade 1s ease-in-out backwards;
          animation: bodyFade 1s ease-in-out backwards;
}

@-webkit-keyframes bodyFade {
  0% {
    opacity: 0;
  }
}

@keyframes bodyFade {
  0% {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 1.5rem;
  }
}

body[class='convert'] {
  color: #1a1a1a;
}

/* Headnigs */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: bold;
  line-height: 1.34;
}

.convert h1,
.convert h2,
.convert h3,
.convert h4,
.convert h5,
.convert h6 {
  color: #1a1a1a;
}

.webfont {
  display: inline-block;
  font-family: "Rock Salt", cursive;
  color: #14cea7;
  background-image: -webkit-linear-gradient(180deg, #046a5f 0%, #14cea7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.convert .webfont {
  color: #c7a839;
  background-image: -webkit-linear-gradient(180deg, #a68204 0%, #f7ce3e 100%);
}

/* Paragraph */
pre code {
  display: block;
  line-height: 1.34;
}

/* List */
/* Figure */
figure {
  margin-left: 0;
  margin-right: 0;
}

/* Table */
table {
  margin-bottom: 1em;
  margin-top: 1em;
}

/* Horizontal Rule */
hr {
  border: none;
  border-top: 1px solid #dde0e3;
}

/* Inline Elements */
img {
  height: auto;
  max-width: 100%;
  width: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 1.2rem;
}

/* Form */
.pcbr {
  display: block;
}

@media (max-width: 576px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}

@media (max-width: 576px) {
  .spbr {
    display: block;
  }
}

.textyle {
  opacity: 0;
}

.textyle span {
  position: relative;
  top: 10px;
  opacity: 0;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bracket-top:before {
  content: "\E101";
}

.icon-bracket-left:before {
  content: "\E102";
}

.icon-bracket-right:before {
  content: "\E103";
}

.icon-bracket-bottom:before {
  content: "\E104";
}

.icon-facebook:before {
  content: "\E201";
}

.icon-twitter:before {
  content: "\E202";
}

.icon-instagram:before {
  content: "\E203";
}

.icon-line:before {
  content: "\E204";
}

.icon-youtube:before {
  content: "\E205";
}

.l-glyph {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}

.l-glyph > li {
  display: block;
  width: calc(50% - 20px);
  background-color: #ecf0f1;
  border-radius: .5em;
  padding: 10px 0;
  margin: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .l-glyph > li {
    width: calc(25% - 20px);
  }
}

.l-glyph .icon {
  font-size: 2em;
}

.l-glyph .cssname {
  font-size: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-glyph .copycontainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.l-glyph .copycontainer .codepoint {
  margin-top: 1em;
  font-family: monospace;
  color: #7f8c8d;
}

.l-glyph .copycontainer .dev-elementView {
  display: none;
}

.l-glyph .copycontainer .dev-elementCode {
  width: 100%;
  padding: 0 10px;
}

.l-glyph .copycontainer .dev-elementCode pre {
  margin: 0;
}

.l-glyph .copycontainer .dev-elementCode pre button {
  margin-top: 10px;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-indent-1 {
  text-indent: 1em;
}

.text-indent-2 {
  text-indent: 2em;
}

.text-indent-3 {
  text-indent: 3em;
}

.text-indent-4 {
  text-indent: 4em;
}

.text-color-default {
  color: #222222;
}

.text-color-inverse {
  color: #fff;
}

.text-color-primary {
  color: #3f51b5;
}

.text-color-secondary {
  color: #00bcd4;
}

.text-color-accent {
  color: #f44336;
}

.text-weight-normal {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: bold;
}

.text-style-italic {
  font-style: italic;
}

.text-style-oblique {
  font-style: oblique;
}

.text-style-line {
  text-decoration: underline;
}

.text-size-largest {
  font-size: 2em;
}

.text-size-larger {
  font-size: 1.5em;
}

.text-size-large {
  font-size: 1.25em;
}

.text-size-medium {
  font-size: 1em;
}

.text-size-small {
  font-size: 0.9em;
}

.text-size-smaller {
  font-size: 0.8em;
}

.text-size-smallest {
  font-size: 0.7em;
}

.text-family-sans {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.text-family-serif {
  font-family: "Times New Roman", Georgia, "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
}

.text-family-code {
  font-family: "Menlo", "Lucida Console", monospace;
}

.text-family-WEBFONTS {
  font-family: "Rock Salt", cursive;
}

.text-width-block {
  display: block;
}

.text-width-inline {
  display: inline-block;
}

.link-disabled {
  pointer-events: none;
}

[class^="btn-"],
[class*=" btn-"] {
  background-color: #f3f4f5;
  border: 2px solid transparent;
  color: inherit;
  display: inline-block;
  font-weight: bold;
  padding: .75em 1.25em;
  text-align: center;
  text-decoration: none;
}

.btn-default {
  background-color: #373d43;
  color: #fff;
}

.btn-inverse {
  background-color: #fff;
  color: #373d43;
}

.btn-primary {
  background-color: #3f51b5;
  color: #fff;
}

.btn-secondary {
  background-color: #00bcd4;
  color: #fff;
}

.btn-accent {
  background-color: #f44336;
  color: #fff;
}

.btn-outline-default {
  background-color: transparent;
  border-color: #373d43;
  color: #373d43;
}

.btn-outline-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #3f51b5;
  color: #3f51b5;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #00bcd4;
  color: #00bcd4;
}

.btn-outline-accent {
  background-color: transparent;
  border-color: #f44336;
  color: #f44336;
}

.btn-size-small {
  font-size: 0.9em;
}

.btn-size-medium {
  font-size: 1em;
}

.btn-size-large {
  font-size: 1.25em;
}

.btn-width-1 {
  width: 8.33333%;
}

.btn-width-2 {
  width: 16.66667%;
}

.btn-width-3 {
  width: 25%;
}

.btn-width-4 {
  width: 33.33333%;
}

.btn-width-5 {
  width: 41.66667%;
}

.btn-width-6 {
  width: 50%;
}

.btn-width-7 {
  width: 58.33333%;
}

.btn-width-8 {
  width: 66.66667%;
}

.btn-width-9 {
  width: 75%;
}

.btn-width-10 {
  width: 83.33333%;
}

.btn-width-11 {
  width: 91.66667%;
}

.btn-width-12 {
  width: 100%;
}

.btn-disabled {
  pointer-events: none;
}

a.btn {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 30%;
  line-height: 3;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to left, #08648b, #01fbc7);
  transition: letter-spacing 0.3s;
}

@media (max-width: 576px) {
  a.btn {
    width: 55%;
  }
}

a.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #01fbc7, #08648b);
  opacity: 0;
  transition: opacity 0.5s;
}

a.btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/Bracket2Right.svg");
  transition: right 0.3s;
}

a.btn:hover {
  letter-spacing: 2px;
}

a.btn:hover::before {
  opacity: 1;
}

a.btn:hover::after {
  opacity: 1;
  right: 15px;
}

.convert a.btn {
  background-image: linear-gradient(to left, #447873, #f7ce3e);
}

.convert a.btn::before {
  background-image: linear-gradient(to left, #f7ce3e, #447873);
}

a.btn-border-switch {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2.5rem 0;
  font-weight: normal;
  color: #1a1a1a;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  transition: letter-spacing 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}

a.btn-border-switch::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/Bracket2Right_bk.svg");
  transition: right 0.3s;
}

a.btn-border-switch:hover {
  letter-spacing: 1.5px;
  background-color: rgba(247, 206, 62, 0.7);
  border: 1px solid transparent;
}

a.btn-border-switch:hover::after {
  right: 15px;
}

a.btn-border-continue {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2.5rem 0;
  font-weight: normal;
  color: #1a1a1a;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  transition: letter-spacing 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}

a.btn-border-continue::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/Bracket2Right_bk.svg");
  transition: right 0.3s;
}

a.btn-border-continue:hover {
  letter-spacing: 1.5px;
  background-color: rgba(28, 190, 117, 0.7);
  border: 1px solid transparent;
}

a.btn-border-continue:hover::after {
  right: 15px;
}

[class^="card-"],
[class*=" card-"] {
  background-color: #f3f4f5;
  color: inherit;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  margin-top: 1em;
  text-decoration: none;
}

[class^="card-"] > ._image,
[class*=" card-"] > ._image {
  min-height: 0%;
}

[class^="card-"] > ._image img,
[class*=" card-"] > ._image img {
  width: 100%;
}

[class^="card-"] > ._content,
[class*=" card-"] > ._content {
  padding-left: 15px;
  padding-right: 15px;
}

[class^="card-"] > ._content ._title,
[class*=" card-"] > ._content ._title {
  color: #222222;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0;
}

[class^="card-"] > ._content ._outline,
[class*=" card-"] > ._content ._outline {
  margin-top: .5em;
}

.card-default {
  background-color: #fff;
  box-shadow: 0 0 1em rgba(34, 34, 34, 0.1);
}

.card-outline-default {
  background-color: #fff;
  border: 1px solid #dde0e3;
}

.card-outline-default > ._image {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.card-direction-vartical {
  flex-direction: column;
}

.card-direction-horizontal {
  flex-direction: row;
}

.card-direction-horizontal > ._image {
  max-width: 50%;
}

[class^="list-"],
[class*=" list-"] {
  counter-reset: i;
  list-style-type: none;
  padding-left: 0;
}

[class^="list-"] > *,
[class*=" list-"] > * {
  padding-left: 3em;
  position: relative;
}

[class^="list-"] > *:before,
[class*=" list-"] > *:before {
  color: #222222;
  counter-increment: i;
  display: inline-block;
  margin-right: -2.5em;
  position: absolute;
  right: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.list-type-bullet > *:before {
  content: "\2022";
}

.list-type-number > *:before {
  content: counter(i) ".";
}

ul.list-type-circle > *:before {
  content: "\25CB";
}

ol.list-type-circle > *:before {
  border: 1px solid #222222;
  border-radius: 50%;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-rectangle > *:before {
  content: "\20DE";
}

ol.list-type-rectangle > *:before {
  border: 1px solid #222222;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-asterisk > *:before {
  content: "\FF0A";
}

ol.list-type-asterisk > *:before {
  content: "＊" counter(i);
}

ul.list-type-komejirushi > *:before {
  content: "\203b";
}

ol.list-type-komejirushi > *:before {
  content: "※" counter(i);
}

ul.list-type-notice > *:before {
  content: "\6ce8";
}

ol.list-type-notice > *:before {
  content: "注" counter(i);
}

ol.list-type-lowerLatin > *:before {
  content: counter(i, lower-latin) ".";
}

ol.list-type-upperLatin > *:before {
  content: counter(i, upper-latin) ".";
}

ol.list-type-parenthesis > *:before {
  content: "(" counter(i) ")";
}

ol.list-type-squareBracket > *:before {
  content: "[" counter(i) "]";
}

ol.list-type-angleBracket > *:before {
  content: "⟨" counter(i) "⟩";
}

.list-color-default > *:before {
  color: #222222;
}

.list-color-inverse > *:before {
  color: #fff;
}

.list-color-primary > *:before {
  color: #3f51b5;
}

.list-color-secondary > *:before {
  color: #00bcd4;
}

.list-color-accent > *:before {
  color: #f44336;
}

[class^="table-"] th,
[class^="table-"] td,
[class*=" table-"] th,
[class*=" table-"] td {
  padding: .5em 1em;
}

[class^="table-"] thead tr,
[class*=" table-"] thead tr {
  background-color: #dde0e3;
}

[class^="table-"] tbody tr:nth-child(even),
[class*=" table-"] tbody tr:nth-child(even) {
  background-color: #f3f4f5;
}

.table-default thead tr {
  background-color: #373d43;
  color: #fff;
}

.table-primary thead tr {
  background-color: #3f51b5;
  color: #fff;
}

.table-secondary thead tr {
  background-color: #00bcd4;
  color: #fff;
}

.table-width-1 {
  width: 8.33333%;
}

.table-width-2 {
  width: 16.66667%;
}

.table-width-3 {
  width: 25%;
}

.table-width-4 {
  width: 33.33333%;
}

.table-width-5 {
  width: 41.66667%;
}

.table-width-6 {
  width: 50%;
}

.table-width-7 {
  width: 58.33333%;
}

.table-width-8 {
  width: 66.66667%;
}

.table-width-9 {
  width: 75%;
}

.table-width-10 {
  width: 83.33333%;
}

.table-width-11 {
  width: 91.66667%;
}

.table-width-12 {
  width: 100%;
}

[class^="table-"] th._bold,
[class^="table-"] td._bold,
[class*=" table-"] th._bold,
[class*=" table-"] td._bold {
  font-weight: bold;
}

[class^="table-"] th._normal,
[class^="table-"] td._normal,
[class*=" table-"] th._normal,
[class*=" table-"] td._normal {
  font-weight: normal;
}

[class^="table-"] th._primary,
[class^="table-"] td._primary,
[class*=" table-"] th._primary,
[class*=" table-"] td._primary {
  color: #3f51b5;
}

[class^="table-"] th._secondary,
[class^="table-"] td._secondary,
[class*=" table-"] th._secondary,
[class*=" table-"] td._secondary {
  color: #00bcd4;
}

[class^="table-"] th._accent,
[class^="table-"] td._accent,
[class*=" table-"] th._accent,
[class*=" table-"] td._accent {
  color: #f44336;
}

[class^="table-"] th._disabled,
[class^="table-"] td._disabled,
[class*=" table-"] th._disabled,
[class*=" table-"] td._disabled {
  color: #9aa3ac;
}

[class^="table-"] th._left,
[class^="table-"] td._left,
[class*=" table-"] th._left,
[class*=" table-"] td._left {
  text-align: left;
}

[class^="table-"] th._center,
[class^="table-"] td._center,
[class*=" table-"] th._center,
[class*=" table-"] td._center {
  text-align: center;
}

[class^="table-"] th._right,
[class^="table-"] td._right,
[class*=" table-"] th._right,
[class*=" table-"] td._right {
  text-align: right;
}

[class^="table-"] th._nowrap,
[class^="table-"] td._nowrap,
[class*=" table-"] th._nowrap,
[class*=" table-"] td._nowrap {
  white-space: nowrap;
}

[class^="table-"] th._width-2,
[class^="table-"] td._width-2,
[class*=" table-"] th._width-2,
[class*=" table-"] td._width-2 {
  width: 2em;
}

[class^="table-"] th._width-4,
[class^="table-"] td._width-4,
[class*=" table-"] th._width-4,
[class*=" table-"] td._width-4 {
  width: 4em;
}

[class^="table-"] th._width-6,
[class^="table-"] td._width-6,
[class*=" table-"] th._width-6,
[class*=" table-"] td._width-6 {
  width: 6em;
}

[class^="table-"] th._width-8,
[class^="table-"] td._width-8,
[class*=" table-"] th._width-8,
[class*=" table-"] td._width-8 {
  width: 8em;
}

[class^="table-"] th._width-10,
[class^="table-"] td._width-10,
[class*=" table-"] th._width-10,
[class*=" table-"] td._width-10 {
  width: 10em;
}

[class^="table-"] th._width-12,
[class^="table-"] td._width-12,
[class*=" table-"] th._width-12,
[class*=" table-"] td._width-12 {
  width: 12em;
}

[class^="table-"] th._width-14,
[class^="table-"] td._width-14,
[class*=" table-"] th._width-14,
[class*=" table-"] td._width-14 {
  width: 14em;
}

[class^="table-"] th._width-16,
[class^="table-"] td._width-16,
[class*=" table-"] th._width-16,
[class*=" table-"] td._width-16 {
  width: 16em;
}

[class^="table-"] th._width-18,
[class^="table-"] td._width-18,
[class*=" table-"] th._width-18,
[class*=" table-"] td._width-18 {
  width: 18em;
}

[class^="table-"] th._width-20,
[class^="table-"] td._width-20,
[class*=" table-"] th._width-20,
[class*=" table-"] td._width-20 {
  width: 20em;
}

.hr-color-default {
  border-top-color: #dde0e3;
}

.hr-color-inverse {
  border-top-color: #fff;
}

.hr-color-primary {
  border-top-color: #3f51b5;
}

.hr-type-solid {
  border-top-style: solid;
}

.hr-type-dotted {
  border-top-style: dotted;
}

.hr-type-dashed {
  border-top-style: dashed;
}

.hr-type-double {
  border-top-style: double;
  border-top-width: 3px;
}

[class^="panel-"],
[class*=" panel-"] {
  background-color: #fff;
  border: 1px solid #f3f4f5;
  margin-bottom: 1em;
  margin-top: 1em;
}

[class^="panel-"] > ._header,
[class*=" panel-"] > ._header {
  background-color: #f3f4f5;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
}

[class^="panel-"] > ._content,
[class*=" panel-"] > ._content {
  padding-left: 15px;
  padding-right: 15px;
}

.panel-default {
  border-color: #373d43;
}

.panel-default > ._header {
  background-color: #373d43;
}

.panel-default > ._header > ._title {
  color: #fff;
}

.panel-primary {
  border-color: #3f51b5;
}

.panel-primary > ._header {
  background-color: #3f51b5;
}

.panel-primary > ._header > ._title {
  color: #fff;
}

.panel-secondary {
  border-color: #00bcd4;
}

.panel-secondary > ._header {
  background-color: #00bcd4;
}

.panel-secondary > ._header > ._title {
  color: #fff;
}

.panel-accent {
  border-color: #f44336;
}

.panel-accent > ._header {
  background-color: #f44336;
}

.panel-accent > ._header > ._title {
  color: #fff;
}

[class^="label-"],
[class*=" label-"] {
  background-color: #f3f4f5;
  border: 1px solid transparent;
  color: #373d43;
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
}

.label-default {
  background-color: #373d43;
  color: #fff;
}

.label-inverse {
  background-color: #fff;
  color: #373d43;
}

.label-primary {
  background-color: #3f51b5;
  color: #fff;
}

.label-secondary {
  background-color: #00bcd4;
  color: #fff;
}

.label-accent {
  background-color: #f44336;
  color: #fff;
}

.label-outline-default {
  background-color: transparent;
  border-color: #373d43;
  color: #373d43;
}

.label-outline-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.label-outline-primary {
  background-color: transparent;
  border-color: #3f51b5;
  color: #3f51b5;
}

.label-outline-secondary {
  background-color: transparent;
  border-color: #00bcd4;
  color: #00bcd4;
}

.label-outline-accent {
  background-color: transparent;
  border-color: #f44336;
  color: #f44336;
}

.label-size-small {
  font-size: 0.9em;
}

.label-size-medium {
  font-size: 1em;
}

.label-size-large {
  font-size: 1.25em;
}

[class^="grid"],
[class*=" grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[class^="grid"] > *,
[class*=" grid"] > * {
  width: 100%;
}

[class^="grid"] > [class^="card-"], [class^="grid"] > [class*=" card-"],
[class^="grid"][class^="list-"] > *,
[class^="grid"][class*=" list-"] > *,
[class*=" grid"] > [class^="card-"],
[class*=" grid"] > [class*=" card-"],
[class*=" grid"][class^="list-"] > *,
[class*=" grid"][class*=" list-"] > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

[class^="grid"] > ._item,
[class*=" grid"] > ._item {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.grid-1 > ._item {
  width: 100%;
}

.grid-1 > [class^="card-"], .grid-1 > [class*=" card-"],
.grid-1[class^="list-"] > *,
.grid-1[class*=" list"] > * {
  width: calc(100% - 15px);
}

.grid-2 > ._item {
  width: 50%;
}

.grid-2 > [class^="card-"], .grid-2 > [class*=" card-"],
.grid-2[class^="list-"] > *,
.grid-2[class*=" list"] > * {
  width: calc(50% - 15px);
}

.grid-3 > ._item {
  width: 33.33333%;
}

.grid-3 > [class^="card-"], .grid-3 > [class*=" card-"],
.grid-3[class^="list-"] > *,
.grid-3[class*=" list"] > * {
  width: calc(33.33333% - 15px);
}

.grid-4 > ._item {
  width: 25%;
}

.grid-4 > [class^="card-"], .grid-4 > [class*=" card-"],
.grid-4[class^="list-"] > *,
.grid-4[class*=" list"] > * {
  width: calc(25% - 15px);
}

.grid-5 > ._item {
  width: 20%;
}

.grid-5 > [class^="card-"], .grid-5 > [class*=" card-"],
.grid-5[class^="list-"] > *,
.grid-5[class*=" list"] > * {
  width: calc(20% - 15px);
}

.grid-6 > ._item {
  width: 16.66667%;
}

.grid-6 > [class^="card-"], .grid-6 > [class*=" card-"],
.grid-6[class^="list-"] > *,
.grid-6[class*=" list"] > * {
  width: calc(16.66667% - 15px);
}

.grid-7 > ._item {
  width: 14.28571%;
}

.grid-7 > [class^="card-"], .grid-7 > [class*=" card-"],
.grid-7[class^="list-"] > *,
.grid-7[class*=" list"] > * {
  width: calc(14.28571% - 15px);
}

.grid-8 > ._item {
  width: 12.5%;
}

.grid-8 > [class^="card-"], .grid-8 > [class*=" card-"],
.grid-8[class^="list-"] > *,
.grid-8[class*=" list"] > * {
  width: calc(12.5% - 15px);
}

.grid-9 > ._item {
  width: 11.11111%;
}

.grid-9 > [class^="card-"], .grid-9 > [class*=" card-"],
.grid-9[class^="list-"] > *,
.grid-9[class*=" list"] > * {
  width: calc(11.11111% - 15px);
}

.grid-10 > ._item {
  width: 10%;
}

.grid-10 > [class^="card-"], .grid-10 > [class*=" card-"],
.grid-10[class^="list-"] > *,
.grid-10[class*=" list"] > * {
  width: calc(10% - 15px);
}

.grid-11 > ._item {
  width: 9.09091%;
}

.grid-11 > [class^="card-"], .grid-11 > [class*=" card-"],
.grid-11[class^="list-"] > *,
.grid-11[class*=" list"] > * {
  width: calc(9.09091% - 15px);
}

.grid-12 > ._item {
  width: 8.33333%;
}

.grid-12 > [class^="card-"], .grid-12 > [class*=" card-"],
.grid-12[class^="list-"] > *,
.grid-12[class*=" list"] > * {
  width: calc(8.33333% - 15px);
}

@media (min-width: 576px) {
  .grid-sm-1 > ._item {
    width: 100%;
  }
  .grid-sm-1 > [class^="card-"], .grid-sm-1 > [class*=" card-"],
  .grid-sm-1[class^="list-"] > *,
  .grid-sm-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-sm-2 > ._item {
    width: 50%;
  }
  .grid-sm-2 > [class^="card-"], .grid-sm-2 > [class*=" card-"],
  .grid-sm-2[class^="list-"] > *,
  .grid-sm-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-sm-3 > ._item {
    width: 33.33333%;
  }
  .grid-sm-3 > [class^="card-"], .grid-sm-3 > [class*=" card-"],
  .grid-sm-3[class^="list-"] > *,
  .grid-sm-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-sm-4 > ._item {
    width: 25%;
  }
  .grid-sm-4 > [class^="card-"], .grid-sm-4 > [class*=" card-"],
  .grid-sm-4[class^="list-"] > *,
  .grid-sm-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-sm-5 > ._item {
    width: 20%;
  }
  .grid-sm-5 > [class^="card-"], .grid-sm-5 > [class*=" card-"],
  .grid-sm-5[class^="list-"] > *,
  .grid-sm-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-sm-6 > ._item {
    width: 16.66667%;
  }
  .grid-sm-6 > [class^="card-"], .grid-sm-6 > [class*=" card-"],
  .grid-sm-6[class^="list-"] > *,
  .grid-sm-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-sm-7 > ._item {
    width: 14.28571%;
  }
  .grid-sm-7 > [class^="card-"], .grid-sm-7 > [class*=" card-"],
  .grid-sm-7[class^="list-"] > *,
  .grid-sm-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-sm-8 > ._item {
    width: 12.5%;
  }
  .grid-sm-8 > [class^="card-"], .grid-sm-8 > [class*=" card-"],
  .grid-sm-8[class^="list-"] > *,
  .grid-sm-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-sm-9 > ._item {
    width: 11.11111%;
  }
  .grid-sm-9 > [class^="card-"], .grid-sm-9 > [class*=" card-"],
  .grid-sm-9[class^="list-"] > *,
  .grid-sm-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-sm-10 > ._item {
    width: 10%;
  }
  .grid-sm-10 > [class^="card-"], .grid-sm-10 > [class*=" card-"],
  .grid-sm-10[class^="list-"] > *,
  .grid-sm-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-sm-11 > ._item {
    width: 9.09091%;
  }
  .grid-sm-11 > [class^="card-"], .grid-sm-11 > [class*=" card-"],
  .grid-sm-11[class^="list-"] > *,
  .grid-sm-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-sm-12 > ._item {
    width: 8.33333%;
  }
  .grid-sm-12 > [class^="card-"], .grid-sm-12 > [class*=" card-"],
  .grid-sm-12[class^="list-"] > *,
  .grid-sm-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 768px) {
  .grid-md-1 > ._item {
    width: 100%;
  }
  .grid-md-1 > [class^="card-"], .grid-md-1 > [class*=" card-"],
  .grid-md-1[class^="list-"] > *,
  .grid-md-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-md-2 > ._item {
    width: 50%;
  }
  .grid-md-2 > [class^="card-"], .grid-md-2 > [class*=" card-"],
  .grid-md-2[class^="list-"] > *,
  .grid-md-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-md-3 > ._item {
    width: 33.33333%;
  }
  .grid-md-3 > [class^="card-"], .grid-md-3 > [class*=" card-"],
  .grid-md-3[class^="list-"] > *,
  .grid-md-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-md-4 > ._item {
    width: 25%;
  }
  .grid-md-4 > [class^="card-"], .grid-md-4 > [class*=" card-"],
  .grid-md-4[class^="list-"] > *,
  .grid-md-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-md-5 > ._item {
    width: 20%;
  }
  .grid-md-5 > [class^="card-"], .grid-md-5 > [class*=" card-"],
  .grid-md-5[class^="list-"] > *,
  .grid-md-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-md-6 > ._item {
    width: 16.66667%;
  }
  .grid-md-6 > [class^="card-"], .grid-md-6 > [class*=" card-"],
  .grid-md-6[class^="list-"] > *,
  .grid-md-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-md-7 > ._item {
    width: 14.28571%;
  }
  .grid-md-7 > [class^="card-"], .grid-md-7 > [class*=" card-"],
  .grid-md-7[class^="list-"] > *,
  .grid-md-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-md-8 > ._item {
    width: 12.5%;
  }
  .grid-md-8 > [class^="card-"], .grid-md-8 > [class*=" card-"],
  .grid-md-8[class^="list-"] > *,
  .grid-md-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-md-9 > ._item {
    width: 11.11111%;
  }
  .grid-md-9 > [class^="card-"], .grid-md-9 > [class*=" card-"],
  .grid-md-9[class^="list-"] > *,
  .grid-md-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-md-10 > ._item {
    width: 10%;
  }
  .grid-md-10 > [class^="card-"], .grid-md-10 > [class*=" card-"],
  .grid-md-10[class^="list-"] > *,
  .grid-md-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-md-11 > ._item {
    width: 9.09091%;
  }
  .grid-md-11 > [class^="card-"], .grid-md-11 > [class*=" card-"],
  .grid-md-11[class^="list-"] > *,
  .grid-md-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-md-12 > ._item {
    width: 8.33333%;
  }
  .grid-md-12 > [class^="card-"], .grid-md-12 > [class*=" card-"],
  .grid-md-12[class^="list-"] > *,
  .grid-md-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 992px) {
  .grid-lg-1 > ._item {
    width: 100%;
  }
  .grid-lg-1 > [class^="card-"], .grid-lg-1 > [class*=" card-"],
  .grid-lg-1[class^="list-"] > *,
  .grid-lg-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-lg-2 > ._item {
    width: 50%;
  }
  .grid-lg-2 > [class^="card-"], .grid-lg-2 > [class*=" card-"],
  .grid-lg-2[class^="list-"] > *,
  .grid-lg-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-lg-3 > ._item {
    width: 33.33333%;
  }
  .grid-lg-3 > [class^="card-"], .grid-lg-3 > [class*=" card-"],
  .grid-lg-3[class^="list-"] > *,
  .grid-lg-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-lg-4 > ._item {
    width: 25%;
  }
  .grid-lg-4 > [class^="card-"], .grid-lg-4 > [class*=" card-"],
  .grid-lg-4[class^="list-"] > *,
  .grid-lg-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-lg-5 > ._item {
    width: 20%;
  }
  .grid-lg-5 > [class^="card-"], .grid-lg-5 > [class*=" card-"],
  .grid-lg-5[class^="list-"] > *,
  .grid-lg-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-lg-6 > ._item {
    width: 16.66667%;
  }
  .grid-lg-6 > [class^="card-"], .grid-lg-6 > [class*=" card-"],
  .grid-lg-6[class^="list-"] > *,
  .grid-lg-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-lg-7 > ._item {
    width: 14.28571%;
  }
  .grid-lg-7 > [class^="card-"], .grid-lg-7 > [class*=" card-"],
  .grid-lg-7[class^="list-"] > *,
  .grid-lg-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-lg-8 > ._item {
    width: 12.5%;
  }
  .grid-lg-8 > [class^="card-"], .grid-lg-8 > [class*=" card-"],
  .grid-lg-8[class^="list-"] > *,
  .grid-lg-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-lg-9 > ._item {
    width: 11.11111%;
  }
  .grid-lg-9 > [class^="card-"], .grid-lg-9 > [class*=" card-"],
  .grid-lg-9[class^="list-"] > *,
  .grid-lg-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-lg-10 > ._item {
    width: 10%;
  }
  .grid-lg-10 > [class^="card-"], .grid-lg-10 > [class*=" card-"],
  .grid-lg-10[class^="list-"] > *,
  .grid-lg-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-lg-11 > ._item {
    width: 9.09091%;
  }
  .grid-lg-11 > [class^="card-"], .grid-lg-11 > [class*=" card-"],
  .grid-lg-11[class^="list-"] > *,
  .grid-lg-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-lg-12 > ._item {
    width: 8.33333%;
  }
  .grid-lg-12 > [class^="card-"], .grid-lg-12 > [class*=" card-"],
  .grid-lg-12[class^="list-"] > *,
  .grid-lg-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

@media (min-width: 1200px) {
  .grid-xl-1 > ._item {
    width: 100%;
  }
  .grid-xl-1 > [class^="card-"], .grid-xl-1 > [class*=" card-"],
  .grid-xl-1[class^="list-"] > *,
  .grid-xl-1[class*=" list"] > * {
    width: calc(100% - 15px);
  }
  .grid-xl-2 > ._item {
    width: 50%;
  }
  .grid-xl-2 > [class^="card-"], .grid-xl-2 > [class*=" card-"],
  .grid-xl-2[class^="list-"] > *,
  .grid-xl-2[class*=" list"] > * {
    width: calc(50% - 15px);
  }
  .grid-xl-3 > ._item {
    width: 33.33333%;
  }
  .grid-xl-3 > [class^="card-"], .grid-xl-3 > [class*=" card-"],
  .grid-xl-3[class^="list-"] > *,
  .grid-xl-3[class*=" list"] > * {
    width: calc(33.33333% - 15px);
  }
  .grid-xl-4 > ._item {
    width: 25%;
  }
  .grid-xl-4 > [class^="card-"], .grid-xl-4 > [class*=" card-"],
  .grid-xl-4[class^="list-"] > *,
  .grid-xl-4[class*=" list"] > * {
    width: calc(25% - 15px);
  }
  .grid-xl-5 > ._item {
    width: 20%;
  }
  .grid-xl-5 > [class^="card-"], .grid-xl-5 > [class*=" card-"],
  .grid-xl-5[class^="list-"] > *,
  .grid-xl-5[class*=" list"] > * {
    width: calc(20% - 15px);
  }
  .grid-xl-6 > ._item {
    width: 16.66667%;
  }
  .grid-xl-6 > [class^="card-"], .grid-xl-6 > [class*=" card-"],
  .grid-xl-6[class^="list-"] > *,
  .grid-xl-6[class*=" list"] > * {
    width: calc(16.66667% - 15px);
  }
  .grid-xl-7 > ._item {
    width: 14.28571%;
  }
  .grid-xl-7 > [class^="card-"], .grid-xl-7 > [class*=" card-"],
  .grid-xl-7[class^="list-"] > *,
  .grid-xl-7[class*=" list"] > * {
    width: calc(14.28571% - 15px);
  }
  .grid-xl-8 > ._item {
    width: 12.5%;
  }
  .grid-xl-8 > [class^="card-"], .grid-xl-8 > [class*=" card-"],
  .grid-xl-8[class^="list-"] > *,
  .grid-xl-8[class*=" list"] > * {
    width: calc(12.5% - 15px);
  }
  .grid-xl-9 > ._item {
    width: 11.11111%;
  }
  .grid-xl-9 > [class^="card-"], .grid-xl-9 > [class*=" card-"],
  .grid-xl-9[class^="list-"] > *,
  .grid-xl-9[class*=" list"] > * {
    width: calc(11.11111% - 15px);
  }
  .grid-xl-10 > ._item {
    width: 10%;
  }
  .grid-xl-10 > [class^="card-"], .grid-xl-10 > [class*=" card-"],
  .grid-xl-10[class^="list-"] > *,
  .grid-xl-10[class*=" list"] > * {
    width: calc(10% - 15px);
  }
  .grid-xl-11 > ._item {
    width: 9.09091%;
  }
  .grid-xl-11 > [class^="card-"], .grid-xl-11 > [class*=" card-"],
  .grid-xl-11[class^="list-"] > *,
  .grid-xl-11[class*=" list"] > * {
    width: calc(9.09091% - 15px);
  }
  .grid-xl-12 > ._item {
    width: 8.33333%;
  }
  .grid-xl-12 > [class^="card-"], .grid-xl-12 > [class*=" card-"],
  .grid-xl-12[class^="list-"] > *,
  .grid-xl-12[class*=" list"] > * {
    width: calc(8.33333% - 15px);
  }
}

.grid > ._item-1 {
  width: 8.33333%;
}

.grid > ._item-2 {
  width: 16.66667%;
}

.grid > ._item-3 {
  width: 25%;
}

.grid > ._item-4 {
  width: 33.33333%;
}

.grid > ._item-5 {
  width: 41.66667%;
}

.grid > ._item-6 {
  width: 50%;
}

.grid > ._item-7 {
  width: 58.33333%;
}

.grid > ._item-8 {
  width: 66.66667%;
}

.grid > ._item-9 {
  width: 75%;
}

.grid > ._item-10 {
  width: 83.33333%;
}

.grid > ._item-11 {
  width: 91.66667%;
}

.grid > ._item-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .grid > ._item-sm-1 {
    width: 8.33333%;
  }
  .grid > ._item-sm-2 {
    width: 16.66667%;
  }
  .grid > ._item-sm-3 {
    width: 25%;
  }
  .grid > ._item-sm-4 {
    width: 33.33333%;
  }
  .grid > ._item-sm-5 {
    width: 41.66667%;
  }
  .grid > ._item-sm-6 {
    width: 50%;
  }
  .grid > ._item-sm-7 {
    width: 58.33333%;
  }
  .grid > ._item-sm-8 {
    width: 66.66667%;
  }
  .grid > ._item-sm-9 {
    width: 75%;
  }
  .grid > ._item-sm-10 {
    width: 83.33333%;
  }
  .grid > ._item-sm-11 {
    width: 91.66667%;
  }
  .grid > ._item-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid > ._item-md-1 {
    width: 8.33333%;
  }
  .grid > ._item-md-2 {
    width: 16.66667%;
  }
  .grid > ._item-md-3 {
    width: 25%;
  }
  .grid > ._item-md-4 {
    width: 33.33333%;
  }
  .grid > ._item-md-5 {
    width: 41.66667%;
  }
  .grid > ._item-md-6 {
    width: 50%;
  }
  .grid > ._item-md-7 {
    width: 58.33333%;
  }
  .grid > ._item-md-8 {
    width: 66.66667%;
  }
  .grid > ._item-md-9 {
    width: 75%;
  }
  .grid > ._item-md-10 {
    width: 83.33333%;
  }
  .grid > ._item-md-11 {
    width: 91.66667%;
  }
  .grid > ._item-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .grid > ._item-lg-1 {
    width: 8.33333%;
  }
  .grid > ._item-lg-2 {
    width: 16.66667%;
  }
  .grid > ._item-lg-3 {
    width: 25%;
  }
  .grid > ._item-lg-4 {
    width: 33.33333%;
  }
  .grid > ._item-lg-5 {
    width: 41.66667%;
  }
  .grid > ._item-lg-6 {
    width: 50%;
  }
  .grid > ._item-lg-7 {
    width: 58.33333%;
  }
  .grid > ._item-lg-8 {
    width: 66.66667%;
  }
  .grid > ._item-lg-9 {
    width: 75%;
  }
  .grid > ._item-lg-10 {
    width: 83.33333%;
  }
  .grid > ._item-lg-11 {
    width: 91.66667%;
  }
  .grid > ._item-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid > ._item-xl-1 {
    width: 8.33333%;
  }
  .grid > ._item-xl-2 {
    width: 16.66667%;
  }
  .grid > ._item-xl-3 {
    width: 25%;
  }
  .grid > ._item-xl-4 {
    width: 33.33333%;
  }
  .grid > ._item-xl-5 {
    width: 41.66667%;
  }
  .grid > ._item-xl-6 {
    width: 50%;
  }
  .grid > ._item-xl-7 {
    width: 58.33333%;
  }
  .grid > ._item-xl-8 {
    width: 66.66667%;
  }
  .grid > ._item-xl-9 {
    width: 75%;
  }
  .grid > ._item-xl-10 {
    width: 83.33333%;
  }
  .grid > ._item-xl-11 {
    width: 91.66667%;
  }
  .grid > ._item-xl-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .align-left {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .align-center {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .align-right {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .float-left {
    float: left;
    margin-right: 30px;
  }
  .float-left > * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .float-right {
    float: right;
    margin-left: 30px;
  }
  .float-right > * {
    margin-top: 0;
  }
}

.space-mt-m1 {
  margin-top: -1em;
}

.space-mt-m2 {
  margin-top: -2em;
}

.space-mt-m3 {
  margin-top: -3em;
}

.space-mt-m4 {
  margin-top: -4em;
}

.space-mb-m1 {
  margin-bottom: -1em;
}

.space-mb-m2 {
  margin-bottom: -2em;
}

.space-mb-m3 {
  margin-bottom: -3em;
}

.space-mb-m4 {
  margin-bottom: -4em;
}

.space-mt-p1 {
  margin-top: 1em;
}

.space-mt-p2 {
  margin-top: 2em;
}

.space-mt-p3 {
  margin-top: 3em;
}

.space-mt-p4 {
  margin-top: 4em;
}

.space-mb-p1 {
  margin-bottom: 1em;
}

.space-mb-p2 {
  margin-bottom: 2em;
}

.space-mb-p3 {
  margin-bottom: 3em;
}

.space-mb-p4 {
  margin-bottom: 4em;
}

.space-pt-1 {
  padding-top: 1em;
}

.space-pt-2 {
  padding-top: 2em;
}

.space-pt-3 {
  padding-top: 3em;
}

.space-pt-4 {
  padding-top: 4em;
}

.space-pb-1 {
  padding-bottom: 1em;
}

.space-pb-2 {
  padding-bottom: 2em;
}

.space-pb-3 {
  padding-bottom: 3em;
}

.space-pb-4 {
  padding-bottom: 4em;
}

.dev-h2 {
  background: #373d43;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-h3 {
  background: #dde0e3;
  color: #373d43;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-h4 {
  background: #f3f4f5;
  color: #373d43;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 15px;
}

.dev-checkerTextarea {
  border: 2px solid #dde0e3;
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 1.2rem;
  line-height: 1.34;
  margin-bottom: 1em;
  margin-top: 1em;
  min-height: 320px;
  outline: none;
  padding: 7.5px;
  width: 100%;
}

.dev-clipboard {
  background-color: #5b6670;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0 .5em;
}

.dev-secret {
  display: none;
}

.dev-developerMode {
  background-color: #222222;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
}

.dev-developerMode:active {
  opacity: .4;
}

.dev-printBreak {
  page-break-before: always;
}

.l-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100px;
}

.l-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (max-width: 768px) {
  .l-header .container {
    width: calc(100% - 32px);
    padding: 25px 0 0 0;
    align-items: flex-start;
  }
}

.l-header .container .headerLogo svg {
  fill: #fff;
  transition: opacity 0.3s;
}

.l-header .container .headerLogo svg:hover {
  opacity: 0.8;
}

@media (max-width: 576px) {
  .l-header .container .headerLogo svg {
    width: 110px;
    height: 25px;
  }
}

.l-header .container .headerMenu {
  display: flex;
}

@media (max-width: 768px) {
  .l-header .container .headerMenu {
    flex-direction: column;
    align-items: flex-end;
  }
}

.l-header .container .headerMenu p {
  position: relative;
  margin-left: 5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .l-header .container .headerMenu p {
    font-size: 1.4rem;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0;
  }
}

.l-header .container .headerMenu p::before {
  position: absolute;
  left: -17px;
  top: calc(50% - 2px);
  content: '';
  display: block;
  height: 2px;
  width: 10px;
  background: #fff;
  transition: left 0.3s;
}

@media (max-width: 768px) {
  .l-header .container .headerMenu p::before {
    width: 8px;
    left: -15px;
  }
}

.l-header .container .headerMenu p:hover {
  opacity: 0.8;
}

.l-header .container .headerMenu p:hover::before {
  left: -23px;
}

.l-main {
  margin-left: auto;
  margin-right: auto;
}

.l-main.theme-multi {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .l-main.theme-multi {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .l-main.theme-multi {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .l-main.theme-multi {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .l-main.theme-multi {
    width: 1200px;
  }
}

.l-main {
  padding-bottom: 4em;
  padding-top: 4em;
}

.l-footer {
  color: #fff;
  text-align: center;
  background: #222222;
  padding: 70px 0 30px;
}

.l-footer a.btn {
  width: 40%;
  font-size: 2rem;
  padding: 15px 0 15px;
}

@media (max-width: 768px) {
  .l-footer a.btn {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .l-footer a.btn {
    width: calc(100% - 32px);
  }
}

.l-footer a.btn::after {
  width: 18px;
  height: 18px;
}

.l-footer p {
  margin: 40px 0 20px;
}

.l-footer p a.return {
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}

@media (max-width: 576px) {
  .l-footer p a.return {
    font-size: 1.3rem;
  }
}

.l-footer p a.return::before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/Bracket2Right.svg");
  transition: left 0.3s;
}

.l-footer p a.return:hover {
  opacity: 0.8;
}

.l-footer p a.return:hover::before {
  left: -25px;
}

.l-footer small {
  color: #aaa;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .l-footer small {
    font-size: 1rem;
  }
}

.convert .l-footer {
  background: #1a1a1a;
}

.footerNavigation {
  margin-bottom: 2rem;
}

.footerNavigation > ._list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.footerNavigation > ._list > li {
  margin: .5rem 1rem;
}

.footerNavigation > ._list > li > a {
  transition: opacity .2s;
}

.footerNavigation > ._list > li > a:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .theme-multi .l-article {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .theme-multi .l-aside {
    width: 25%;
  }
}

.fxb-container,
.container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .fxb-container,
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .fxb-container,
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .fxb-container,
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .fxb-container,
  .container {
    width: 1200px;
  }
}

.l-main.theme-multi .fxb-container, .l-main.theme-multi
.container {
  width: auto;
}

.fxb-container-fluid,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.fxb-row,
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class^="fxb-col-"],
[class*=" fxb-col-"],
[class^="col-"],
[class*=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

[class^="fxb-col-"]._cover-image,
[class*=" fxb-col-"]._cover-image,
[class^="col-"]._cover-image,
[class*=" col-"]._cover-image {
  min-height: 67vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  [class^="fxb-col-"]._cover-image,
  [class*=" fxb-col-"]._cover-image,
  [class^="col-"]._cover-image,
  [class*=" col-"]._cover-image {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  [class^="fxb-col-"]._cover-content,
  [class*=" fxb-col-"]._cover-content,
  [class^="col-"]._cover-content,
  [class*=" col-"]._cover-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fxb-col-1,
.col-1 {
  width: 8.33333%;
}

.fxb-col-2,
.col-2 {
  width: 16.66667%;
}

.fxb-col-3,
.col-3 {
  width: 25%;
}

.fxb-col-4,
.col-4 {
  width: 33.33333%;
}

.fxb-col-5,
.col-5 {
  width: 41.66667%;
}

.fxb-col-6,
.col-6 {
  width: 50%;
}

.fxb-col-7,
.col-7 {
  width: 58.33333%;
}

.fxb-col-8,
.col-8 {
  width: 66.66667%;
}

.fxb-col-9,
.col-9 {
  width: 75%;
}

.fxb-col-10,
.col-10 {
  width: 83.33333%;
}

.fxb-col-11,
.col-11 {
  width: 91.66667%;
}

.fxb-col-12,
.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .fxb-col-sm-1,
  .col-sm-1 {
    width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-2,
  .col-sm-2 {
    width: 16.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-3,
  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-4,
  .col-sm-4 {
    width: 33.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-5,
  .col-sm-5 {
    width: 41.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-6,
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-7,
  .col-sm-7 {
    width: 58.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-8,
  .col-sm-8 {
    width: 66.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-9,
  .col-sm-9 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-10,
  .col-sm-10 {
    width: 83.33333%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-11,
  .col-sm-11 {
    width: 91.66667%;
  }
}

@media (min-width: 576px) {
  .fxb-col-sm-12,
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-1,
  .col-md-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-2,
  .col-md-2 {
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-3,
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-4,
  .col-md-4 {
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-5,
  .col-md-5 {
    width: 41.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-6,
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-7,
  .col-md-7 {
    width: 58.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-8,
  .col-md-8 {
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-9,
  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-10,
  .col-md-10 {
    width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-11,
  .col-md-11 {
    width: 91.66667%;
  }
}

@media (min-width: 768px) {
  .fxb-col-md-12,
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-1,
  .col-lg-1 {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-2,
  .col-lg-2 {
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-3,
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-4,
  .col-lg-4 {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-5,
  .col-lg-5 {
    width: 41.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-6,
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-7,
  .col-lg-7 {
    width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-8,
  .col-lg-8 {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-9,
  .col-lg-9 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-10,
  .col-lg-10 {
    width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-11,
  .col-lg-11 {
    width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .fxb-col-lg-12,
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-1,
  .col-xl-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-2,
  .col-xl-2 {
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-3,
  .col-xl-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-4,
  .col-xl-4 {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-5,
  .col-xl-5 {
    width: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-6,
  .col-xl-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-7,
  .col-xl-7 {
    width: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-8,
  .col-xl-8 {
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-9,
  .col-xl-9 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-10,
  .col-xl-10 {
    width: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-11,
  .col-xl-11 {
    width: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .fxb-col-xl-12,
  .col-xl-12 {
    width: 100%;
  }
}

.choice {
  display: flex;
}

@media (max-width: 768px) {
  .choice {
    flex-direction: column;
  }
}

.choice .left, .choice .right {
  position: relative;
  z-index: 1;
  width: 50%;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 768px) {
  .choice .left, .choice .right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .choice .left, .choice .right {
    padding: 60px 0;
  }
}

.choice .left h3, .choice .right h3 {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 3rem;
}

@media (max-width: 576px) {
  .choice .left h3, .choice .right h3 {
    font-size: 2rem;
  }
}

.choice .left a.btn, .choice .right a.btn {
  pointer-events: auto;
}

.choice .left .innerBg, .choice .right .innerBg {
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}

.choice .left:hover .innerBg, .choice .right:hover .innerBg {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.choice .left .innerBg {
  background: url("../images/choice01.jpg");
}

.choice .right .innerBg {
  background: url("../images/choice02.jpg");
}

.choice .left .innerBg, .choice .right .innerBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.mainVisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual .mvImg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/mv_continue.jpg");
  background-position: center;
  background-size: cover;
  -webkit-animation: easingScaleContinue 15s ease 0s infinite alternate;
          animation: easingScaleContinue 15s ease 0s infinite alternate;
}

@-webkit-keyframes easingScaleContinue {
  0% {
    -webkit-transform: scale(1.2) rotate(0.001deg);
            transform: scale(1.2) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
}

@keyframes easingScaleContinue {
  0% {
    -webkit-transform: scale(1.2) rotate(0.001deg);
            transform: scale(1.2) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
}

@media (max-width: 768px) {
  .mainVisual .mvImg {
    position: absolute;
  }
}

.mainVisual .contents {
  text-align: center;
  color: #fff;
}

@media (max-width: 576px) {
  .mainVisual .contents {
    width: 100%;
  }
}

.mainVisual .contents h1 {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 2rem 0 2.5rem;
}

@media (max-width: 576px) {
  .mainVisual .contents h1 {
    width: 100%;
  }
}

.mainVisual .contents h1 span {
  display: block;
  font-size: 3.4rem;
  padding: 1.5rem 6rem;
  opacity: 0;
  background-image: linear-gradient(to left, #046a5f, #14cea7);
}

@media all and (-ms-high-contrast: none) {
  .mainVisual .contents h1 span {
    line-height: 0.8;
    padding-top: 3rem;
  }
}

@media (max-width: 576px) {
  .mainVisual .contents h1 span {
    font-size: 2.5rem;
    padding: 1.5rem 0;
    width: 100%;
  }
}

.mainVisual .contents h1.is-active span {
  -webkit-animation: fadeIn 0s 1.3s forwards;
          animation: fadeIn 0s 1.3s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mainVisual .contents h1.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0c4b66;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: labelIn 0.3s 1s, labelOut 0.3s 1.3s;
          animation: labelIn 0.3s 1s, labelOut 0.3s 1.3s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.mainVisual .contents p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  opacity: 0;
  text-shadow: 0 0 5px #000;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  transition: 1s 1.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 576px) {
  .mainVisual .contents p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.mainVisual .contents p.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.mainVisual #svgAnim {
  width: 830px;
  height: 171px;
  opacity: 0;
}

@media (max-width: 768px) {
  .mainVisual #svgAnim {
    width: 103vw;
    height: 22vw;
  }
}

.mainVisual #svgAnim .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.mainVisual .mouse {
  position: absolute;
  bottom: 50px;
  width: 40px;
  height: 40px;
  -webkit-animation: pound 1s ease-in-out infinite alternate;
          animation: pound 1s ease-in-out infinite alternate;
}

@-webkit-keyframes pound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes pound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media (max-width: 576px) {
  .mainVisual .mouse {
    bottom: 75px;
  }
}

.convert .mainVisual h1 span {
  background-image: linear-gradient(to left, #a68204, #f7ce3e);
}

@media (max-width: 576px) {
  .convert .mainVisual h1 span {
    font-size: 2.3rem;
  }
}

.convert .mainVisual h1.is-active::after {
  background: #1f2214;
}

.convert .mainVisual .mvImg {
  background: url("../images/mv_convert.jpg");
  background-position: center;
  background-size: cover;
  -webkit-animation: easingScaleSwitch 12s ease 0s infinite alternate;
          animation: easingScaleSwitch 12s ease 0s infinite alternate;
}

@-webkit-keyframes easingScaleSwitch {
  0% {
    -webkit-transform: scale(1.15) rotate(0.001deg);
            transform: scale(1.15) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
}

@keyframes easingScaleSwitch {
  0% {
    -webkit-transform: scale(1.15) rotate(0.001deg);
            transform: scale(1.15) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
}

@media (max-width: 576px) {
  .convert .mainVisual .mvImg {
    background-position: 2%;
  }
}

@media (max-width: 576px) {
  .convert .mainVisual #svgAnim {
    width: 115vw;
    height: 23vw;
  }
}

.problemLeftTxt {
  display: flex;
  background: url("../images/bg_problem.jpg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .problemLeftTxt {
    position: relative;
    z-index: 2;
    flex-direction: column;
  }
}

.problemLeftTxt .left {
  color: #fff;
  width: 55%;
  padding: 100px 100px 120px 220px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .problemLeftTxt .left {
    width: 100%;
    padding: 120px 120px 250px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .problemLeftTxt .left {
    padding: 120px 70px 200px;
  }
}

@media (max-width: 576px) {
  .problemLeftTxt .left {
    padding: 100px 16px 100px;
  }
}

.problemLeftTxt .left h2 {
  font-size: 3.4rem;
  color: inherit;
  margin-bottom: 5rem;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 576px) {
  .problemLeftTxt .left h2 {
    font-size: 2.5rem;
  }
}

.problemLeftTxt .left h2.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.problemLeftTxt .left .webfont {
  position: relative;
  left: -5rem;
  font-size: 2.8rem;
  margin: 0 0 -2rem 0;
}

@media (max-width: 1200px) {
  .problemLeftTxt .left .webfont {
    left: 0;
  }
}

.problemLeftTxt .left .webfont.starter {
  opacity: 0;
}

.problemLeftTxt .left .webfont.is-active {
  position: relative;
}

.problemLeftTxt .left .webfont.is-active span {
  -webkit-animation: fadeIns 0s 0.3s backwards;
          animation: fadeIns 0s 0.3s backwards;
}

@-webkit-keyframes fadeIns {
  0% {
    opacity: 0;
  }
}

@keyframes fadeIns {
  0% {
    opacity: 0;
  }
}

.problemLeftTxt .left .webfont.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #046a5f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
          animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.problemLeftTxt .left .desc {
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 1200px) {
  .problemLeftTxt .left .desc {
    text-align: left;
  }
}

.problemLeftTxt .left .desc.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.problemLeftTxt .right {
  width: 45%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .problemLeftTxt .right {
    position: absolute;
    right: 0;
    bottom: -30%;
    width: 90%;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .problemLeftTxt .right {
    bottom: -22%;
    width: 90%;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .problemLeftTxt .right {
    width: calc(100% - 16px);
    height: 155px;
    bottom: -78px;
  }
}

.problemLeftTxt .right .problemImg {
  width: 100%;
  height: 100%;
  background: url("../images/img_problem.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(75px, 0);
          transform: translate(75px, 0);
  transition: opacity 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.problemLeftTxt .right .problemImg.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 576px) {
  .problemLeftTxt .right .problemImg {
    background-position: center 32%;
  }
}

@media (max-width: 1200px) {
  .problemLeftTxt .right .problemImg {
    transition-delay: 0s;
  }
}

.convert .problemLeftTxt {
  background: url("../images/bg_problem_convert.jpg");
}

.convert .problemLeftTxt .left .webfont.starter {
  opacity: 0;
}

.convert .problemLeftTxt .left .webfont.is-active {
  position: relative;
}

.convert .problemLeftTxt .left .webfont.is-active span {
  -webkit-animation: fadeIns 0s 0.3s backwards;
          animation: fadeIns 0s 0.3s backwards;
}

@keyframes fadeIns {
  0% {
    opacity: 0;
  }
}

.convert .problemLeftTxt .left .webfont.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ddb72f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
          animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.convert .problemLeftTxt .right .problemImg {
  background: url("../images/img_problem_convert01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.convert .problemLeftTxt.reverse {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .convert .problemLeftTxt.reverse {
    z-index: 1;
  }
}

.convert .problemLeftTxt.reverse .left {
  padding: 100px 220px 120px 100px;
}

@media (max-width: 1200px) {
  .convert .problemLeftTxt.reverse .left {
    padding: 350px 120px 290px;
  }
}

@media (max-width: 768px) {
  .convert .problemLeftTxt.reverse .left {
    padding: 280px 70px 220px;
  }
}

@media (max-width: 576px) {
  .convert .problemLeftTxt.reverse .left {
    padding: 180px 16px 100px;
  }
}

.convert .problemLeftTxt.reverse .left h2 {
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  .convert .problemLeftTxt.reverse .left h2 {
    text-align: left;
  }
}

.convert .problemLeftTxt.reverse .left h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 4rem;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.convert .problemLeftTxt.reverse .left h3.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 576px) {
  .convert .problemLeftTxt.reverse .left h3 {
    font-size: 1.7rem;
    text-align: left;
  }
}

.convert .problemLeftTxt.reverse .left .desc {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.convert .problemLeftTxt.reverse .left .desc.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .convert .problemLeftTxt.reverse .right {
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 90%;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .convert .problemLeftTxt.reverse .right {
    bottom: -15%;
    width: 90%;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .convert .problemLeftTxt.reverse .right {
    width: calc(100% - 16px);
    height: 155px;
    bottom: -78px;
  }
}

.convert .problemLeftTxt.reverse .right .problemImg {
  background: url("../images/img_problem_convert02.jpg") no-repeat;
  background-position: right top;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(-75px, 0);
          transform: translate(-75px, 0);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.convert .problemLeftTxt.reverse .right .problemImg.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.scrollTop {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #000;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: 0.4s;
  cursor: pointer;
}

@media (max-width: 576px) {
  .scrollTop {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

.scrollTop::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url("../images/Bracket2Right.svg");
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 576px) {
  .scrollTop::after {
    width: 15px;
    height: 15px;
  }
}

.scrollTop:hover::after {
  -webkit-transform: translate(-50%, -70%) rotate(-90deg);
          transform: translate(-50%, -70%) rotate(-90deg);
}

.scrollTop.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.solution {
  background: #eeeeee;
  padding: 100px 5% 130px;
}

@media (max-width: 1200px) {
  .solution {
    padding: 320px 5% 130px;
  }
}

@media (max-width: 768px) {
  .solution {
    padding: 270px 5% 130px;
  }
}

@media (max-width: 576px) {
  .solution {
    padding: 130px 16px 100px;
  }
}

.solution .headings {
  text-align: center;
}

.solution .headings .webfont {
  display: block;
  font-size: 3.6rem;
  margin: 0;
}

@media (max-width: 576px) {
  .solution .headings .webfont {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}

.solution .headings h2 {
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem 5rem;
  margin: 0.5rem 0 120px;
  background-image: linear-gradient(to left, #046a5f, #14cea7);
}

@media (max-width: 576px) {
  .solution .headings h2 {
    font-size: 2.5rem;
    display: block;
    margin: 0.5rem 0 50px -16px;
    padding: 1rem 0;
  }
}

.solution .solutionRow {
  display: flex;
  align-items: flex-start;
  width: 83%;
  padding-left: 32px;
}

@media (max-width: 992px) {
  .solution .solutionRow {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .solution .solutionRow {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}

.solution .solutionRow.center {
  margin: 0 auto;
}

.solution .solutionRow.right {
  margin: 0 0 0 auto;
}

.solution .solutionRow + .solutionRow {
  margin-top: 150px;
}

@media (max-width: 992px) {
  .solution .solutionRow + .solutionRow {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .solution .solutionRow + .solutionRow {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .solution .solutionRow + .solutionRow {
    margin-top: 80px;
  }
}

.solution .solutionRow .left {
  position: relative;
  z-index: 1;
  margin-right: 9%;
  width: 35%;
  opacity: 0;
  -webkit-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.solution .solutionRow .left.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 576px) {
  .solution .solutionRow .left {
    width: calc(100% - 32px);
    margin: 1.2rem 0 0 auto;
  }
}

.solution .solutionRow .left::before, .solution .solutionRow .left::after {
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.solution .solutionRow .left::before {
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-32px, 32px);
          transform: translate(-32px, 32px);
  background-image: linear-gradient(to left, #14cea7, #046a5f);
  transition: 0.6s ease-in-out;
}

.solution .solutionRow .left::after {
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-32px, 32px);
          transform: translate(-32px, 32px);
  background-image: linear-gradient(to left, #046a5f, #14cea7);
}

.solution .solutionRow .left img {
  position: relative;
  z-index: 3;
  -webkit-transform: translate(-32px, 32px);
          transform: translate(-32px, 32px);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-in-out;
}

.solution .solutionRow .left.is-active::before {
  -webkit-transform: translate(-12px, 12px);
          transform: translate(-12px, 12px);
}

.solution .solutionRow .left.is-active img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.solution .solutionRow .right {
  flex: 1;
}

@media (max-width: 768px) {
  .solution .solutionRow .right {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .solution .solutionRow .right {
    width: 100%;
    text-align: center;
  }
}

.solution .solutionRow .right .webfont {
  position: relative;
  left: -3rem;
  font-size: 2.4rem;
  margin: 0;
}

@media (max-width: 576px) {
  .solution .solutionRow .right .webfont {
    left: 0;
    font-size: 2rem;
  }
}

.solution .solutionRow .right .webfont.starter {
  opacity: 0;
}

.solution .solutionRow .right .webfont.is-active {
  position: relative;
}

.solution .solutionRow .right .webfont.is-active span {
  -webkit-animation: fadeIns 0s 0.3s backwards;
          animation: fadeIns 0s 0.3s backwards;
}

@keyframes fadeIns {
  0% {
    opacity: 0;
  }
}

.solution .solutionRow .right .webfont.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #046a5f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
          animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.solution .solutionRow .right h3 {
  font-size: 3.4rem;
  margin: 1rem 0 2rem;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 576px) {
  .solution .solutionRow .right h3 {
    font-size: 2.5rem;
    margin: 2rem 0;
  }
}

.solution .solutionRow .right h3.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.solution .solutionRow .right .desc {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 576px) {
  .solution .solutionRow .right .desc {
    text-align: left;
  }
}

.solution .solutionRow .right .desc.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.convert .solution .headings h2 {
  background-image: linear-gradient(to left, #a68204, #f7ce3e);
}

.convert .solution .solutionRow .left::before {
  background-image: linear-gradient(to left, #c5c1c0, #363636);
}

.convert .solution .solutionRow .left::after {
  background-image: linear-gradient(to left, #363636, #c5c1c0);
}

.convert .solution .solutionRow .right a.btn-border {
  margin-top: 2rem;
  border-color: #1a1a1a;
  color: #1a1a1a;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86), letter-spacing 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, -webkit-transform 1s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 576px) {
  .convert .solution .solutionRow .right a.btn-border {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.convert .solution .solutionRow .right a.btn-border.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.convert .solution .solutionRow .right a.btn-border::after {
  background-image: url("../images/Bracket2Right_bk.svg");
}

.convert .solution .solutionRow .right a.btn-border:hover {
  border-color: transparent;
}

.convert .solution .solutionRow .right .webfont.starter {
  opacity: 0;
}

.convert .solution .solutionRow .right .webfont.is-active {
  position: relative;
}

.convert .solution .solutionRow .right .webfont.is-active span {
  -webkit-animation: fadeIns 0s 0.3s backwards;
          animation: fadeIns 0s 0.3s backwards;
}

@keyframes fadeIns {
  0% {
    opacity: 0;
  }
}

.convert .solution .solutionRow .right .webfont.is-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ddb72f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
          animation: labelIn 0.3s 0s, labelOut 0.3s 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes labelIn {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes labelOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
