@charset "UTF-8";
/*-------------------------
  theme colors
-------------------------*/
/* primary
-------------------------*/
/* secondary
-------------------------*/
/* error
-------------------------*/
/*-------------------------
  common color
-------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/jp/NotoSansJP-Regular.woff2") format("woff2"), url("/assets/fonts/jp/NotoSansJP-Regular.woff") format("woff"), url("/assets/fonts/jp/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/jp/NotoSansJP-Bold.woff2") format("woff2"), url("/assets/fonts/jp/NotoSansJP-Bold.woff") format("woff"), url("/assets/fonts/jp/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* normal-italic*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/jp/NotoSansJP-Regular.woff") format("woff2"), url("/assets/fonts/jp/NotoSansJP-Regular.woff") format("woff"), url("/assets/fonts/jp/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/en/Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/en/Roboto-Regular.woff") format("woff"), url("/assets/fonts/en/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/en/Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/en/Roboto-Bold.woff") format("woff"), url("/assets/fonts/en/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* normal-italic */
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/en/Roboto-Italic.woff") format("woff2"), url("/assets/fonts/en/Roboto-Italic.woff") format("woff"), url("/assets/fonts/en/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/en/Raleway-Regular.woff2") format("woff2"), url("/assets/fonts/en/Raleway-Regular.woff") format("woff"), url("/assets/fonts/en/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* light */
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/en/Raleway-Light.woff2") format("woff2"), url("/assets/fonts/en/Raleway-Light.woff") format("woff"), url("/assets/fonts/en/Raleway-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/en/Raleway-Bold.woff2") format("woff2"), url("/assets/fonts/en/Raleway-Bold.woff") format("woff"), url("/assets/fonts/en/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arizonia";
  src: url("/assets/fonts/en/Arizonia-Regular.woff2") format("woff2"), url("/assets/fonts/en/Arizonia-Regular.woff") format("woff"), url("/assets/fonts/en/Arizonia-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transY {
  0% {
    margin-top: -1.6rem;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes transY {
  0% {
    margin-top: -1.6rem;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
@keyframes rippleRev {
  0% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
}
:root {
  --root-font-size: 14px;
  --grid-gutter: 16px;
  --form-grid-gutter: 4px;
}
@media screen and (min-width: 576px) {
  :root {
    --root-font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --root-font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --root-font-size: 16px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --root-font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  :root {
    --grid-gutter: 16px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 4px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 4px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
}

i {
  font-style: italic;
  line-height: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
}

html[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

html[lang=en] {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  min-width: 100%;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: rgba(13, 13, 13, 0.7);
    text-decoration: none;
  }
}

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

hr {
  border-top: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  border-left: 0;
  border-right: 0;
  clear: both;
  margin: 2.6rem 0;
  width: 100%;
  height: 0;
}

ul,
ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.construct-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  min-height: 100vh;
}
.construct-container.visible-mobile-menu {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .construct-container {
    padding-top: 0;
  }
}

.construct-header {
  background-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
  position: relative;
  z-index: 5;
}

.construct-nav {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.visible-mobile-menu .construct-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .construct-nav {
    width: 90%;
    max-width: 1087px;
  }
}

.construct-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.visible-mobile-menu .construct-overlay {
  height: 100vh;
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.5);
}

.construct-main {
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.container {
  padding-top: 1.6rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 1024px) {
  .container {
    padding-top: 2rem;
  }
}
.container.top {
  background-color: #fff;
}

.section + .section {
  margin-top: 6rem;
}
@media screen and (min-width: 576px) {
  .section + .section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .section + .section {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1226px) {
  .section + .section {
    margin-top: 6rem;
  }
}

:root {
  --grid-gutter: 16px;
  --form-grid-gutter: 8px;
}
@media screen and (min-width: 576px) {
  :root {
    --grid-gutter: 16px;
    --form-grid-gutter: 8px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
    --form-grid-gutter: 12px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 12px;
  }
}
@media screen and (min-width: 1226px) {
  :root {
    --grid-gutter: 24px;
    --form-grid-gutter: 12px;
  }
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(16px / -2);
  margin-top: calc(var(--grid-gutter) / -2);
  margin-right: calc(16px / -2);
  margin-right: calc(var(--grid-gutter) / -2);
  margin-left: calc(16px / -2);
  margin-left: calc(var(--grid-gutter) / -2);
  margin-bottom: calc(16px / -2);
  margin-bottom: calc(var(--grid-gutter) / -2);
}
.grid + .grid {
  margin-top: calc(16px / 2);
  margin-top: calc(var(--grid-gutter) / 2);
}
.grid .col {
  padding: calc(16px / 2);
  padding: calc(var(--grid-gutter) / 2);
}
.grid--ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(8px / -2);
  margin-top: calc(var(--form-grid-gutter) / -2);
  margin-right: calc(8px / -2);
  margin-right: calc(var(--form-grid-gutter) / -2);
  margin-left: calc(8px / -2);
  margin-left: calc(var(--form-grid-gutter) / -2);
  margin-bottom: calc(8px / -2);
  margin-bottom: calc(var(--form-grid-gutter) / -2);
}
.form-grid + .form-grid {
  margin-top: calc(8px / 2);
  margin-top: calc(var(--form-grid-gutter) / 2);
}
.form-grid .col {
  padding: calc(8px / 2);
  padding: calc(var(--form-grid-gutter) / 2);
}

.xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.xs-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}

.xs-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%;
}

.xs-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 8px;
}

.xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.xs-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}

.xs-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}

.xs-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 8px;
}

.xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.xs-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}

.xs-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}

.xs-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px;
}

.xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.xs-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}

.xs-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%;
}

.xs-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 8px;
}

.xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.xs-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}

.xs-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%;
}

.xs-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  padding: 8px;
}

.xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.xs-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}

.xs-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}

.xs-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px;
}

.xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.xs-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}

.xs-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%;
}

.xs-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 8px;
}

.xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.xs-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}

.xs-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%;
}

.xs-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  padding: 8px;
}

.xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.xs-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}

.xs-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}

.xs-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  padding: 8px;
}

.xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.xs-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}

.xs-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%;
}

.xs-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  padding: 8px;
}

.xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.xs-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}

.xs-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%;
}

.xs-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
  padding: 8px;
}

.xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.xs-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.xs-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}

.xs-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px;
}

@media screen and (min-width: 576px) {
  .sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .sm-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .sm-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 8px;
  }
  .sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .sm-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .sm-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .sm-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px;
  }
  .sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .sm-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 8px;
  }
  .sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .sm-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 8px;
  }
  .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .sm-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .sm-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .sm-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px;
  }
  .sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .sm-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 8px;
  }
  .sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .sm-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 8px;
  }
  .sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .sm-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .sm-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .sm-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 8px;
  }
  .sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .sm-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .sm-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 8px;
  }
  .sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .sm-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .sm-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 8px;
  }
  .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .sm-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sm-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .sm-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .md-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .md-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 10px;
  }
  .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .md-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 10px;
  }
  .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .md-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 10px;
  }
  .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .md-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 10px;
  }
  .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .md-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 10px;
  }
  .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .md-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 10px;
  }
  .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .md-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 10px;
  }
  .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .md-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 10px;
  }
  .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .md-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 10px;
  }
  .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .md-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 10px;
  }
  .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .md-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .lg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .lg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px;
  }
  .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .lg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px;
  }
  .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .lg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px;
  }
  .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .lg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px;
  }
  .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .lg-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px;
  }
  .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .lg-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px;
  }
  .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .lg-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px;
  }
  .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .lg-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px;
  }
  .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .lg-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px;
  }
  .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .lg-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px;
  }
  .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .lg-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px;
  }
}
@media screen and (min-width: 1226px) {
  .xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .xl-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .xl-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px;
  }
  .xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .xl-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .xl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .xl-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px;
  }
  .xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .xl-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px;
  }
  .xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .xl-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px;
  }
  .xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .xl-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .xl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .xl-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px;
  }
  .xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .xl-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px;
  }
  .xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .xl-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px;
  }
  .xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .xl-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .xl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .xl-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px;
  }
  .xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .xl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .xl-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px;
  }
  .xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .xl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .xl-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px;
  }
  .xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .xl-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .xl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .xl-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px;
  }
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-end-vertical {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.justify-center-vertical {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.justify-between-vertical {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.justify-around-vertical {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
}

h1,
.heading01 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
h1:not(:first-child),
.heading01:not(:first-child) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  h1,
  .heading01 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  h1:not(:first-child),
  .heading01:not(:first-child) {
    margin-top: 2rem;
  }
}

h2,
.heading02 {
  font-size: 2rem;
  margin-bottom: 2.8rem;
}
h2:not(:first-child),
.heading02:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  h2,
  .heading02 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

h3,
.heading03 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
h3:not(:first-child),
.heading03:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  h3,
  .heading03 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

h4,
.heading04 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
h4:not(:first-child),
.heading04:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  h4,
  .heading04 {
    font-size: 1.8rem;
  }
}

h5,
.heading05 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
h5:not(:first-child),
.heading05:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h5,
  .heading05 {
    font-size: 1.6rem;
  }
}

h6,
.heading06 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
h6:not(:first-child),
.heading06:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h6,
  .heading06 {
    font-size: 1.5rem;
  }
}

h2.heading,
.heading02 {
  padding: 0 2rem 1.8rem;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #fffdd6, #f5fafc) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#fffdd6), to(#f5fafc)) 1;
  border-image: linear-gradient(to right, #fffdd6, #f5fafc) 1;
}
@media screen and (min-width: 1024px) {
  h2.heading,
  .heading02 {
    padding: 0 0 2.4rem;
  }
}

h3.heading,
.heading03 {
  padding-left: 2.6rem;
  position: relative;
}
h3.heading::before,
.heading03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 4px solid #fff55e;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  h3.heading,
  .heading03 {
    padding-left: 3rem;
  }
}

.lead {
  font-size: inherit;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
.lead + .lead {
  margin-top: 1em;
}

.mbf {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif !important;
}

pre {
  background-color: #f0f0f0;
  padding: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  color: #8a8a8a;
  font-family: "SourceHanCodeJP-Regular", monospace;
  font-size: 0.8em;
  font-weight: bold;
  vertical-align: baseline;
  vertical-align: initial;
}

.header-wrapper {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    padding: 3rem 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-wrapper {
    padding: 4rem 13.4rem 0 4rem;
  }
}

.header-inner {
  height: 50px !important;
}
@media screen and (min-width: 576px) {
  .header-inner {
    height: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-inner {
    height: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .header-inner {
    height: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media screen and (min-width: 1024px) {
  .header-inner-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
  }
}

.header-inner-center {
  display: none;
}
@media screen and (min-width: 1226px) {
  .header-inner-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

@media screen and (min-width: 1024px) {
  .header-inner-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .header-inner-right .header-menu-list {
    font-size: 1.4rem;
    gap: 1.8rem;
  }
}

.header-logo {
  max-width: 217px;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    max-width: none;
  }
}
.header-logo a {
  vertical-align: middle;
}

.header-menu-list {
  display: none;
}
@media screen and (min-width: 1226px) {
  .header-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8rem;
    white-space: nowrap;
  }
}
.header-menu-list a {
  color: #fff;
  position: relative;
}
.header-menu-list a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .header-menu-list a:hover {
    opacity: 1;
  }
  .header-menu-list a:hover::after {
    visibility: visible;
    bottom: 0;
    opacity: 1;
  }
}

.search-box {
  width: 100%;
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  border: 1px solid rgba(51, 51, 51, 0.8);
  border-radius: 3rem;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .search-box {
    margin: 3.2rem 0;
  }
}
.search-box input[type=text] {
  width: 100%;
}

.search-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-box-inner .icon {
  font-size: 1.8rem;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .search-box-inner .icon {
    font-size: 1.9rem;
    top: 0;
  }
}

.footer-wrapper {
  padding: 0.6rem;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer-wrapper {
    padding: 1.2rem;
  }
}

.footer-container {
  border-radius: 2rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .footer-container {
    border-radius: 3rem;
  }
}

.footer-inner {
  padding: 1.8rem 1.5rem 9rem;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    padding: 7rem 8.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-wrapper,
  .footer-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .footer-info-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-nav {
  position: relative;
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    padding-right: 5.6rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  .footer-nav-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

.footer-nav-link,
.footer-nav-category {
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6rem 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: relative;
}
.footer-nav-link::first-line,
.footer-nav-category::first-line {
  line-height: 1;
}
.footer-nav-link::after,
.footer-nav-category::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 2rem;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footer-nav-link span,
.footer-nav-category span {
  line-height: 1.6;
}
.footer-nav-link .name-wrapper,
.footer-nav-category .name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.footer-nav-link .name-wrapper::before,
.footer-nav-category .name-wrapper::before {
  content: "\e90e";
  font-family: "potaicon";
  font-size: 1.4rem;
  width: 2rem;
  height: 2rem;
  border: 1.2px solid rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  margin-right: 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
}
.footer-nav-link .name-wrapper span,
.footer-nav-category .name-wrapper span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-nav-link.js-trigger .name-wrapper::after,
.footer-nav-category.js-trigger .name-wrapper::after {
  content: "\e905";
  font-family: "potaicon";
  font-size: 2rem;
}
.active .footer-nav-link.js-trigger .name-wrapper::after,
.active .footer-nav-category.js-trigger .name-wrapper::after {
  content: "\e909";
}
@media screen and (min-width: 1024px) {
  .footer-nav-link.js-trigger .name-wrapper::after,
  .footer-nav-category.js-trigger .name-wrapper::after {
    display: none;
  }
}

.footer-nav-link .name-wrapper::before {
  content: "\e915";
  font-family: "potaicon";
}

.footer-nav-category .name-wrapper::before {
  content: "\e922";
  font-family: "potaicon";
}

.footer-nav-child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  .footer-nav-child {
    max-height: none;
    margin-top: 2rem;
    background-color: transparent;
  }
}

.footer-nav-child-inner {
  padding: 0 1.8rem;
}
@media screen and (min-width: 1024px) {
  .footer-nav-child-inner {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-child-list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer-nav-child-list .footer-nav-child-link {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 1.3rem;
  display: block;
  color: rgba(51, 51, 51, 0.7);
}
@media screen and (min-width: 1024px) {
  .footer-nav-child-list .footer-nav-child-link {
    color: rgba(51, 51, 51, 0.5);
    padding: 0;
    border: none;
    display: inline-block;
  }
}
.footer-nav-child-list li:last-child .footer-nav-child-link {
  border: none;
}

@media screen and (min-width: 1024px) {
  .footer-link {
    width: 20%;
    max-width: 28rem;
  }
}
.footer-link .bnr-list {
  margin: 5.3rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .footer-link .bnr-list {
    margin: 4.8rem auto;
    display: block;
  }
}

.footer-address {
  margin-bottom: 3.7rem;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.5);
}
.footer-sns .footer-sns-list {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.footer-sns .footer-sns-list .icon-wrapper {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-sns .footer-sns-list .icon-wrapper img {
  width: 1.6rem;
}

.copyright-wrapper {
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .copyright-wrapper {
    padding-top: 4.6rem;
  }
}

.copyright {
  color: rgba(51, 51, 51, 0.5);
  font-size: 1rem;
}

.btn {
  min-width: 180px;
  background-color: #31a9e9;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.8em 0.8em;
  line-height: 1;
  border-radius: 3rem;
}
.btn.small {
  font-size: 1.3rem;
  padding: 0.6em 0.6em;
}
.btn.normal {
  font-size: 1.6rem;
  padding: 0.8em 0.8em;
}
.btn.large {
  font-size: 2rem;
  padding: 1.2em 1.2em;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 1;
    background-color: #54b7ed;
    color: #fff;
  }
}
.btn.primary {
  background-color: #fff55e;
  color: #333;
}
@media (hover: hover) {
  .btn.primary:hover {
    opacity: 1;
    background: rgba(255, 245, 94, 0.5);
    color: #333;
  }
}
.btn.secondary {
  background-color: #31a9e9;
  color: #333;
}
@media (hover: hover) {
  .btn.secondary:hover {
    opacity: 1;
    background: rgba(49, 169, 233, 0.5);
    color: #333;
  }
}
.btn.tertiary {
  background-color: #ffa9a9;
  color: #333;
}
@media (hover: hover) {
  .btn.tertiary:hover {
    opacity: 1;
    background: rgba(255, 169, 169, 0.5);
    color: #333;
  }
}
.btn.base {
  min-width: 100%;
  padding: 1.2em 1.2em;
}
@media screen and (min-width: 768px) {
  .btn.base {
    min-width: 248px;
  }
}
.btn.outline {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .btn.outline:hover {
    opacity: 1;
    background-color: #fffef2;
  }
}
.btn.outline.primary {
  border: 1px solid #fff55e;
  color: #fff55e;
}
.btn.outline.secondary {
  border: 1px solid #31a9e9;
  color: #31a9e9;
}
.btn.outline.tertiary {
  border: 1px solid #ffa9a9;
  color: #ffa9a9;
}
.btn.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.btn-square {
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 2rem 2rem;
  border: 1px solid #333;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-square::first-line {
  line-height: 1;
}
.btn-square::after {
  content: "\e90e";
  width: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "potaicon";
}
.btn-square--self::after, .btn-square--primary::after {
  content: "\e915";
}
.btn-square--blank::after {
  content: "\e91d";
}
.btn-square--pdf::after {
  content: "\e930";
}
.btn-square--plus::after {
  content: "\e905";
}
.btn-square--primary {
  border-color: #31a9e9;
}
.btn-square--anker::after {
  content: "\e90c";
}
@media (hover: hover) {
  .btn-square:hover {
    opacity: 1;
    background-color: #fffef2;
  }
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-wrapper--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-wrapper--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ul.list,
ol.list {
  margin-left: 0.2em;
}
ul.list li,
ol.list li {
  margin-bottom: 0.5em;
}
ul.list.li-mb li:nth-of-type(n + 2),
ol.list.li-mb li:nth-of-type(n + 2) {
  margin-top: 0.8em;
}
ul.list.li-mb ul,
ul.list.li-mb ol,
ol.list.li-mb ul,
ol.list.li-mb ol {
  margin-top: 0.8em;
}
ul.list.indent,
ol.list.indent {
  margin-left: 0.5em;
}
ul.list.indent ul,
ul.list.indent ol,
ol.list.indent ul,
ol.list.indent ol {
  margin-top: 0.8em;
}

ul.list.disc,
ul.list-row.disc {
  list-style: disc outside;
  padding-left: 1.125em;
}
ul.list.disc ul,
ul.list-row.disc ul {
  list-style: circle outside;
}
ul.list.dot > li, ul.list.square > li, ul.list.circle > li, ul.list.circle-white > li, ul.list.kome > li, ul.list.checkbox > li, ul.list.circle-double > li,
ul.list-row.dot > li,
ul.list-row.square > li,
ul.list-row.circle > li,
ul.list-row.circle-white > li,
ul.list-row.kome > li,
ul.list-row.checkbox > li,
ul.list-row.circle-double > li {
  line-height: inherit;
  padding-left: 1.4em;
  position: relative;
}
ul.list.dot > li:before, ul.list.square > li:before, ul.list.circle > li:before, ul.list.circle-white > li:before, ul.list.kome > li:before, ul.list.checkbox > li:before, ul.list.circle-double > li:before,
ul.list-row.dot > li:before,
ul.list-row.square > li:before,
ul.list-row.circle > li:before,
ul.list-row.circle-white > li:before,
ul.list-row.kome > li:before,
ul.list-row.checkbox > li:before,
ul.list-row.circle-double > li:before {
  content: "";
  display: inline-block;
  font-family: sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
ul.list.dot > li::before,
ul.list-row.dot > li::before {
  width: 5px;
  height: 5px;
  background: #31a9e9;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
}
ul.list.square > li:before,
ul.list-row.square > li:before {
  content: "■";
}
ul.list.circle > li:before,
ul.list-row.circle > li:before {
  content: "●";
}
ul.list.circle-white > li:before,
ul.list-row.circle-white > li:before {
  content: "○";
}
ul.list.kome > li:before,
ul.list-row.kome > li:before {
  content: "※";
}
ul.list.checkbox > li:before,
ul.list-row.checkbox > li:before {
  content: "\e91a";
  font-family: "potaicon";
}
ul.list.circle-double > li:before,
ul.list-row.circle-double > li:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  border: 4px solid #fff55e;
  border-radius: 50%;
}

ol.list li,
ol.list-row li {
  margin-left: 0.5em;
}
ol.list.number,
ol.list-row.number {
  list-style: decimal outside;
  padding-left: 1.125em;
}
ol.list.brackets,
ol.list-row.brackets {
  list-style: decimal outside;
}
ol.list.brackets li,
ol.list-row.brackets li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ol.list.brackets li::before,
ol.list-row.brackets li::before {
  content: "(" counter(cnt) ") ";
}

dl.list dt {
  font-weight: bold;
}
dl.list dt:nth-of-type(n + 2) {
  margin-top: 1em;
}

.list-row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  .list-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.list-row--center {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .list-row li:not(:last-child) {
    margin-right: 2rem;
  }
}
.list-row li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .list-row li + li {
    margin-top: 0;
  }
}

dl.dl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
dl.dl-list dt {
  font-weight: bold;
  display: block;
  padding-bottom: 1rem;
}
dl.dl-list dt:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  dl.dl-list dt {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 2.5rem;
    width: 25%;
  }
}
@media screen and (min-width: 1226px) {
  dl.dl-list dt {
    width: 20%;
  }
}
dl.dl-list dd {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  dl.dl-list dd {
    width: 75%;
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
  dl.dl-list dd:nth-of-type(n + 2) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1226px) {
  dl.dl-list dd {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-1 dt {
    width: 1em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-1 dd {
    width: calc(100% - 1em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-2 dt {
    width: 2em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-2 dd {
    width: calc(100% - 2em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-3 dt {
    width: 3em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-3 dd {
    width: calc(100% - 3em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-4 dt {
    width: 4em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-4 dd {
    width: calc(100% - 4em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-5 dt {
    width: 5em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-5 dd {
    width: calc(100% - 5em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-6 dt {
    width: 6em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-6 dd {
    width: calc(100% - 6em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-7 dt {
    width: 7em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-7 dd {
    width: calc(100% - 7em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-8 dt {
    width: 8em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-8 dd {
    width: calc(100% - 8em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-9 dt {
    width: 9em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-9 dd {
    width: calc(100% - 9em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-10 dt {
    width: 10em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-10 dd {
    width: calc(100% - 10em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-11 dt {
    width: 11em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-11 dd {
    width: calc(100% - 11em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-12 dt {
    width: 12em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-12 dd {
    width: calc(100% - 12em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-13 dt {
    width: 13em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-13 dd {
    width: calc(100% - 13em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-14 dt {
    width: 14em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-14 dd {
    width: calc(100% - 14em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-15 dt {
    width: 15em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-15 dd {
    width: calc(100% - 15em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-16 dt {
    width: 16em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-16 dd {
    width: calc(100% - 16em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-17 dt {
    width: 17em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-17 dd {
    width: calc(100% - 17em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-18 dt {
    width: 18em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-18 dd {
    width: calc(100% - 18em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-19 dt {
    width: 19em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-19 dd {
    width: calc(100% - 19em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-20 dt {
    width: 20em;
  }
}
@media screen and (min-width: 768px) {
  dl.dl-list.dl-list-20 dd {
    width: calc(100% - 20em);
    padding-left: 2%;
    padding-bottom: 2.5rem;
  }
}

.flow {
  margin: 4rem auto 0;
}
@media screen and (min-width: 1024px) {
  .flow {
    margin-top: 4.2rem;
  }
}
.flow .flow-item {
  position: relative;
  padding: 2rem;
  border: 1px solid #333;
  border-radius: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .flow .flow-item {
    padding: 2.8rem;
  }
}
.flow .flow-item + li {
  margin-top: 4rem;
  position: relative;
}
.flow .flow-item + li::before {
  content: "\e91f";
  font-family: "potaicon";
  font-size: 2rem;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow .flow-item:nth-of-type(n) .flow-container::before, .flow .flow-item:nth-of-type(n) .flow-container::after {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 1024px) {
  .flow .flow-item:nth-of-type(n) .flow-container::before, .flow .flow-item:nth-of-type(n) .flow-container::after {
    width: 54px;
    height: 54px;
  }
}
.flow .flow-item:nth-of-type(n) .flow-container::before {
  content: "STEP";
  font-size: 1rem;
  background-color: #fff55e;
  border-radius: 100%;
  padding: 0.4rem 0 0;
}
@media screen and (min-width: 1024px) {
  .flow .flow-item:nth-of-type(n) .flow-container::before {
    padding: 0.8rem 0 0;
  }
}
.flow .flow-item:nth-of-type(n) .flow-container::after {
  content: "";
  font-size: 1.8rem;
  padding: 1.6rem 0 0;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .flow .flow-item:nth-of-type(n) .flow-container::after {
    font-size: 2.4rem;
    padding: 2.2rem 0 0;
  }
}
.flow .flow-item:nth-of-type(1) .flow-container::after {
  content: "1";
}
.flow .flow-item:nth-of-type(2) .flow-container::after {
  content: "2";
}
.flow .flow-item:nth-of-type(3) .flow-container::after {
  content: "3";
}
.flow .flow-item:nth-of-type(4) .flow-container::after {
  content: "4";
}
.flow .flow-item:nth-of-type(5) .flow-container::after {
  content: "5";
}
.flow .flow-item:nth-of-type(6) .flow-container::after {
  content: "6";
}
.flow .flow-item:nth-of-type(7) .flow-container::after {
  content: "7";
}
.flow .flow-item:nth-of-type(8) .flow-container::after {
  content: "8";
}
.flow .flow-item:nth-of-type(9) .flow-container::after {
  content: "9";
}
.flow .flow-item:nth-of-type(10) .flow-container::after {
  content: "10";
}
.flow .flow-container {
  padding-left: 5.2rem;
}
@media screen and (min-width: 1024px) {
  .flow .flow-container {
    padding-left: 6.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.flow .flow-picture {
  display: none;
}
@media screen and (min-width: 1024px) {
  .flow .flow-picture {
    width: 14rem;
    display: block;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .flow .flow-contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.flow .flow-contents__title {
  margin: 1rem auto 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .flow .flow-contents__title {
    margin: 0.8rem auto 1.6rem;
    font-size: 2rem;
  }
}
.flow .flow-contents__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .flow .flow-contents__text {
    font-size: 1.6rem;
  }
}

.burger-wrapper {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  background-color: #333;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08)) drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08)) drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.08));
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .burger-wrapper {
    width: 6rem;
    height: 6rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}

.burger-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 16px;
}
.burger-icon span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.burger-icon span:nth-of-type(2) {
  margin: 4px 0;
}
@media screen and (min-width: 576px) {
  .burger-icon {
    width: 16px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 768px) {
  .burger-icon {
    width: 16px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 1024px) {
  .burger-icon {
    width: 25px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
@media screen and (min-width: 1226px) {
  .burger-icon {
    width: 25px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 4px 0;
  }
}
.visible-mobile-menu .burger-icon {
  z-index: 3;
  background-color: transparent;
}
.visible-mobile-menu .burger-icon span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.visible-mobile-menu .burger-icon span:nth-of-type(2) {
  opacity: 0;
}
.visible-mobile-menu .burger-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .visible-mobile-menu .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
@media screen and (min-width: 1024px) {
  .visible-mobile-menu .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .visible-mobile-menu .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}

@font-face {
  font-family: "potaicon";
  src: url("/assets/fonts/icon/potaicon.eot?omg6p");
  src: url("/assets/fonts/icon/potaicon.eot?omg6p#iefix") format("embedded-opentype"), url("/assets/fonts/icon/potaicon.ttf?omg6p") format("truetype"), url("/assets/fonts/icon/potaicon.woff?omg6p") format("woff"), url("/assets/fonts/icon/potaicon.svg?omg6p#potaicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before, .icon::after {
  line-height: 1;
  font-family: "potaicon" !important;
}
.icon::before {
  display: none;
  margin: 0 0.4em 0 0;
}
.icon::after {
  margin: 0 0 0 0.4em;
}
.icon.left::before {
  display: inline;
}
.icon.left::after {
  display: none;
}
.icon.center::before, .icon.center::after {
  margin: 0 auto;
}
.icon.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon.c-phone:before, .icon.c-phone::after {
  content: "\e936";
}
.icon.flow-arrow::before, .icon.flow-arrow::after {
  content: "\e91f";
}
.icon.c-search::before, .icon.c-search::after {
  content: "\e920";
}
.icon.c-movie::before, .icon.c-movie::after {
  content: "\e921";
}
.icon.c-etc::before, .icon.c-etc::after {
  content: "\e922";
}
.icon.c-close::before, .icon.c-close::after {
  content: "\e932";
}
.icon.c-chevron-right::before, .icon.c-chevron-right::after {
  content: "\e933";
}
.icon.c-chevron-left::before, .icon.c-chevron-left::after {
  content: "\e934";
}
.icon.c-book::before, .icon.c-book::after {
  content: "\e935";
}
.icon.headset::before, .icon.headset::after {
  content: "\e91e";
}
.icon.tree::before, .icon.tree::after {
  content: "\e923";
}
.icon.search::before, .icon.search::after {
  content: "\e924";
}
.icon.quiz::before, .icon.quiz::after {
  content: "\e925";
}
.icon.map::before, .icon.map::after {
  content: "\e926";
}
.icon.map-pin::before, .icon.map-pin::after {
  content: "\e927";
}
.icon.home::before, .icon.home::after {
  content: "\e928";
}
.icon.calendar::before, .icon.calendar::after {
  content: "\e929";
}
.icon.datetime::before, .icon.datetime::after {
  content: "\e92d";
}
.icon.circle-phone::before, .icon.circle-phone::after {
  content: "\e92e";
}
.icon.document::before, .icon.document::after {
  content: "\e92f";
}
.icon.pdf::before, .icon.pdf::after {
  content: "\e930";
}
.icon.warning-outline::before, .icon.warning-outline::after {
  content: "\e931";
}
.icon.caution::before, .icon.caution::after {
  content: "\e900";
}
.icon.caution-outline::before, .icon.caution-outline::after {
  content: "\e901";
}
.icon.warning::before, .icon.warning::after {
  content: "\e902";
}
.icon.phone::before, .icon.phone::after {
  content: "\e903";
}
.icon.mail::before, .icon.mail::after {
  content: "\e904";
}
.icon.plus::before, .icon.plus::after {
  content: "\e905";
}
.icon.add::before, .icon.add::after {
  content: "\e906";
}
.icon.add-outline::before, .icon.add-outline::after {
  content: "\e907";
}
.icon.clear::before, .icon.clear::after {
  content: "\e908";
}
.icon.minus::before, .icon.minus::after {
  content: "\e909";
}
.icon.remove::before, .icon.remove::after {
  content: "\e90a";
}
.icon.remove-outline::before, .icon.remove-outline::after {
  content: "\e90b";
}
.icon.chevron-down::before, .icon.chevron-down::after {
  content: "\e90c";
}
.icon.chevron-left::before, .icon.chevron-left::after {
  content: "\e90d";
}
.icon.chevron-right::before, .icon.chevron-right::after {
  content: "\e90e";
}
.icon.chevron-up::before, .icon.chevron-up::after {
  content: "\e90f";
}
.icon.smart-phone::before, .icon.smart-phone::after {
  content: "\e910";
}
.icon.radio::before, .icon.radio::after {
  content: "\e911";
}
.icon.arrow-left::before, .icon.arrow-left::after {
  content: "\e912";
}
.icon.caret-down::before, .icon.caret-down::after {
  content: "\e913";
}
.icon.caret-up::before, .icon.caret-up::after {
  content: "\e914";
}
.icon.arrow-right::before, .icon.arrow-right::after {
  content: "\e915";
}
.icon.arrow-up::before, .icon.arrow-up::after {
  content: "\e916";
}
.icon.arrow-down::before, .icon.arrow-down::after {
  content: "\e917";
}
.icon.caret-left::before, .icon.caret-left::after {
  content: "\e918";
}
.icon.caret-right::before, .icon.caret-right::after {
  content: "\e919";
}
.icon.arrow-back::before, .icon.arrow-back::after {
  content: "\e92b";
}
.icon.arrow-forward::before, .icon.arrow-forward::after {
  content: "\e92c";
}
.icon.checkbox-checked::before, .icon.checkbox-checked::after {
  content: "\e91a";
}
.icon.checkbox::before, .icon.checkbox::after {
  content: "\e91b";
}
.icon.radio-checked::before, .icon.radio-checked::after {
  content: "\e91c";
}
.icon.open-new-window::before, .icon.open-new-window::after {
  content: "\e91d";
}
.icon.help::before, .icon.help::after {
  content: "\e94e";
}
.icon.delete::before, .icon.delete::after {
  content: "\e92a";
}

.label {
  background-color: #333;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1 !important;
  padding: 0.425em 0.6em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .label {
    padding: 0.425em 0.6em;
  }
}
@media screen and (min-width: 576px) {
  .label {
    padding: 0.425em 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .label {
    padding: 0.5em 0.6em;
  }
}
@media screen and (min-width: 1024px) {
  .label {
    padding: 0.4em 0.6em;
  }
}
@media screen and (min-width: 1226px) {
  .label {
    padding: 0.4em 0.6em;
  }
}
.label.base {
  background-color: #333;
  color: #fff;
}
.label.primary {
  background-color: #fff55e;
  color: #fff;
}
.label.secondary {
  background-color: #31a9e9;
  color: #fff;
}
.label.gray-10 {
  background-color: #575757;
  color: #fff;
}
.label.gray-20 {
  background-color: #717171;
  color: #fff;
}
.label.gray-30 {
  background-color: #8a8a8a;
  color: #fff;
}
.label.gray-40 {
  background-color: #a4a4a4;
  color: #fff;
}
.label.gray-50 {
  background-color: #bdbdbd;
  color: #fff;
}
.label.gray-60 {
  background-color: #cacaca;
  color: #fff;
}
.label.gray-70 {
  background-color: #d7d7d7;
  color: #fff;
}
.label.gray-80 {
  background-color: #e3e3e3;
  color: #fff;
}
.label.gray-90 {
  background-color: #f0f0f0;
  color: #fff;
}
.label.gray-100 {
  background-color: #f8f8f8;
  color: inherit;
}
.label.gray-dark {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}
.label.gray-container {
  background-color: #f8f8f8;
  color: #fff;
}
.label.gray-sub {
  background-color: #6e6e6e;
  color: #fff;
}
.label.red {
  background-color: #da4453;
  color: #fff;
}
.label.orange {
  background-color: #e9573f;
  color: #fff;
}
.label.yellow {
  background-color: #fff350;
  color: inherit;
}
.label.green {
  background-color: #8cc152;
  color: #fff;
}
.label.blue {
  background-color: #4a89dc;
  color: #fff;
}
.label.pink {
  background-color: #f16f77;
  color: #fff;
}
.label.purple {
  background-color: #967adc;
  color: #fff;
}
.label.cyan {
  background-color: #4fc1e9;
  color: #fff;
}
.label.gray {
  background-color: #bdbdbd;
  color: #fff;
}
.label.black {
  background-color: #000;
  color: #fff;
}
.label.white {
  background-color: #fff;
  color: inherit;
}
.label.light-gray {
  background-color: #fdfdfd;
  color: #fff;
}
.label.light-green {
  background-color: #f5faf0;
  color: #fff;
}
.label.light-pink {
  background-color: white;
  color: #fff;
}
.label.outline {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.label.outline.base {
  border-color: #333;
  color: #333;
}
.label.outline.primary {
  border-color: #fff55e;
  color: #fff55e;
}
.label.outline.secondary {
  border-color: #31a9e9;
  color: #31a9e9;
}
.label.outline.gray-10 {
  border-color: #575757;
  color: #575757;
}
.label.outline.gray-20 {
  border-color: #717171;
  color: #717171;
}
.label.outline.gray-30 {
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.label.outline.gray-40 {
  border-color: #a4a4a4;
  color: #a4a4a4;
}
.label.outline.gray-50 {
  border-color: #bdbdbd;
  color: #bdbdbd;
}
.label.outline.gray-60 {
  border-color: #cacaca;
  color: #cacaca;
}
.label.outline.gray-70 {
  border-color: #d7d7d7;
  color: #d7d7d7;
}
.label.outline.gray-80 {
  border-color: #e3e3e3;
  color: #e3e3e3;
}
.label.outline.gray-90 {
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.label.outline.gray-100 {
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.label.outline.gray-dark {
  border-color: rgba(51, 51, 51, 0.7);
  color: rgba(51, 51, 51, 0.7);
}
.label.outline.gray-container {
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.label.outline.gray-sub {
  border-color: #6e6e6e;
  color: #6e6e6e;
}
.label.outline.red {
  border-color: #da4453;
  color: #da4453;
}
.label.outline.orange {
  border-color: #e9573f;
  color: #e9573f;
}
.label.outline.yellow {
  border-color: #fff350;
  color: #fff350;
}
.label.outline.green {
  border-color: #8cc152;
  color: #8cc152;
}
.label.outline.blue {
  border-color: #4a89dc;
  color: #4a89dc;
}
.label.outline.pink {
  border-color: #f16f77;
  color: #f16f77;
}
.label.outline.purple {
  border-color: #967adc;
  color: #967adc;
}
.label.outline.cyan {
  border-color: #4fc1e9;
  color: #4fc1e9;
}
.label.outline.gray {
  border-color: #bdbdbd;
  color: #bdbdbd;
}
.label.outline.black {
  border-color: #000;
  color: #000;
}
.label.outline.white {
  border-color: #fff;
  color: #fff;
}
.label.outline.light-gray {
  border-color: #fdfdfd;
  color: #fdfdfd;
}
.label.outline.light-green {
  border-color: #f5faf0;
  color: #f5faf0;
}
.label.outline.light-pink {
  border-color: white;
  color: white;
}
.label.expanded {
  display: block;
}

span.label {
  margin-left: 0.5em;
  margin-right: 0;
}
span.label.left {
  margin-left: 0;
  margin-right: 0.5em;
}

.frame-border {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.7);
  padding: 1rem;
}

.frame-mat {
  background-color: #f0f0f0;
  padding: 1rem;
}

.accordion-wrapper {
  width: 100%;
}

.accordion {
  position: relative;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.accordion:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (hover: hover) {
  .accordion:hover {
    opacity: 1;
    background-color: #fffef2;
  }
}

.accordion-heading {
  width: 100%;
  margin-bottom: 0;
  padding: 1.6rem 0.8rem;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .accordion-heading {
    font-size: 1.8rem;
    padding: 2.4rem 0.8rem;
  }
}
.accordion-heading .accordion-icon {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 3.6px 5.4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3.6px 5.4px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.accordion-heading .accordion-icon::before, .accordion-heading .accordion-icon::after {
  width: 2px;
  height: 10px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
  background-color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}
.accordion-heading .accordion-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-heading.active .accordion-icon {
  -webkit-filter: drop-shadow(0 3.6px 5.4px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 3.6px 5.4px rgba(0, 0, 0, 0.12));
}
.accordion-heading.active .accordion-icon::before {
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}
.accordion-heading.active .accordion-icon::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.accordion-contents {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.accordion-contents-inner {
  margin: 0 0.8rem;
  padding: 0.4rem 0 3.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .accordion-contents-inner {
    padding-top: 0;
    font-size: 1.5rem;
  }
}

.sidebar {
  margin-top: 8rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (min-width: 1024px) {
  .sidebar {
    width: 20%;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}

.sidebar-title {
  margin-bottom: 0;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sidebar-title {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .sidebar-title {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .sidebar-title {
    padding-left: 2.666666rem;
    padding-right: 2.666666rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sidebar-title {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: calc(980px + 8rem);
  }
}
@media screen and (min-width: 768px) and (min-width: 1226px) {
  .sidebar-title {
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: calc(980px + 12rem);
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-title {
    padding-left: 0;
    padding-right: 0;
  }
}

.sidebar-list {
  margin-bottom: 4rem;
  font-size: 1.3rem;
}
.sidebar-list__item--second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-list__item--second a {
  width: 100%;
  padding-right: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sidebar-list__item--second i {
  font-size: 2rem;
  cursor: pointer;
}
.sidebar-list__item.active i::after {
  content: "\e909";
  font-family: "potaicon";
}
.sidebar-list__link {
  display: block;
  padding: 1rem 0.6rem;
}
.sidebar-list__link.current {
  color: #aba32b;
}
@media (hover: hover) {
  .sidebar-list__link:hover {
    color: #333;
    background-color: #fffef2;
  }
}

.sidebar-second-list {
  display: none;
  width: 100%;
  text-indent: 1em;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}

/* Slider */
@media screen and (min-width: 1024px) {
  .slick-slider {
    max-width: 784px;
    margin: 0 auto;
  }
}

.slick-list {
  border-radius: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .slick-list {
    max-width: 640px;
    margin: 0 auto !important;
  }
}
.slick-loading .slick-list {
  background: #fff url("/assets/lib/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/slick.eot");
  src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 2rem);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 2rem;
  height: 2rem;
  font-family: "slick";
  font-size: 6px;
  line-height: 2rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Arrows */
.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 8px rgba(9, 138, 149, 0.14);
  box-shadow: 0 0 8px rgba(9, 138, 149, 0.14);
}
@media screen and (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 48px;
    height: 48px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
}
.slick-prev::before, .slick-prev::after,
.slick-next::before,
.slick-next::after {
  line-height: 0;
}

.slick-prev {
  left: -17px;
  z-index: 1;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -17px;
}
@media screen and (min-width: 1024px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "\e90d";
  font-family: "potaicon";
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .slick-prev:before {
    font-size: 2.4rem;
  }
}

.slick-next {
  right: -17px;
  z-index: 1;
}
[dir=rtl] .slick-next {
  left: -17px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  .slick-next {
    right: 0;
  }
}
.slick-next:before {
  content: "\e90e";
  font-family: "potaicon";
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .slick-next:before {
    font-size: 2.4rem;
  }
}

.slick-counter {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.slick-slide {
  position: relative;
}
.slick-slide img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slick-slide img {
    width: auto;
  }
}
.slick-slide .caption {
  padding: 12px;
  display: inline-block;
  line-height: 1;
  background: #fff;
  border-radius: 1.6rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .slick-slide .caption {
    bottom: 1.6rem;
  }
}

.tab-wrapper {
  width: 100%;
}

.tab-label-wrapper {
  overflow: auto;
}

.tab-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .tab-label {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .tab-label {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.tab-label-item {
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4rem;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .tab-label-item {
    padding: 0.6rem 1.2rem;
  }
}
@media (hover: hover) {
  .tab-label-item:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
  }
}
.tab-label-item.js-tab-current {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.tab-contents {
  border: 1px solid #333;
  border-radius: 1.6rem;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .tab-contents {
    padding: 4rem;
  }
}

.tab-contents-item {
  display: none;
}
.tab-contents-item.js-tab-current-view {
  display: block;
  -webkit-animation: show 0.4s linear 0s;
  animation: show 0.4s linear 0s;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead th {
  color: #fff;
  background-color: #333;
  border: 1px solid #fff;
  text-align: center;
}
.table th,
.table td {
  padding: 1.4rem 1.2rem;
  font-weight: normal;
  text-align: left;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.table th {
  background-color: #fffef2;
}
.table td {
  background-color: #fff;
  overflow-wrap: break-word;
}

.table-scroll-wrapper {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .table-scroll-wrapper {
    width: 100%;
    overflow: visible !important;
    white-space: normal;
  }
}

.table-responsive {
  width: 100%;
  border: none;
}
.table-responsive > thead {
  display: none;
}
.table-responsive > tbody > tr:last-child td {
  border-bottom: solid 1px rgba(51, 51, 51, 0.5);
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr:last-child {
    border-bottom: none;
  }
}
.table-responsive > tbody > tr > th, .table-responsive > tbody > tr > td {
  width: 100%;
  display: block;
  border: solid 1px rgba(51, 51, 51, 0.5);
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr > th, .table-responsive > tbody > tr > td {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
}
.table-responsive > tbody > tr > th {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .table-responsive > tbody > tr > th {
    width: 30%;
    border-bottom: solid 1px rgba(51, 51, 51, 0.5);
  }
}

.table_thcenter th {
  text-align: center;
}

.table_tdcenter td {
  text-align: center;
}

.table-layout-fixed {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  table-layout: fixed;
}

.timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.timeline-item:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .timeline-item:not(:last-child) {
    margin-bottom: 37px;
  }
}
.timeline-item:last-child .timeline-time::before {
  display: none;
}
.timeline-time {
  margin: 0 12px 0 0;
  padding: 0 20px 0 0;
  min-width: 76px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .timeline-time {
    margin-right: 31px;
    font-size: 1.8rem;
    min-width: 102px;
  }
}
.timeline-time::after, .timeline-time::before {
  position: absolute;
  right: -4px;
  top: 7px;
  content: "";
}
@media screen and (min-width: 1024px) {
  .timeline-time::after, .timeline-time::before {
    top: 9px;
  }
}
.timeline-time::before {
  width: 1px;
  right: 7px;
  top: 23px;
  bottom: -42px;
  background-color: #e3e3e3;
}
@media screen and (min-width: 1024px) {
  .timeline-time::before {
    right: 7px;
    bottom: -48px;
  }
}
.timeline-time::after {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid #fffef2;
  background-color: #fff55e;
}
.timeline-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .timeline-inner {
    margin-top: 2px;
  }
}
.timeline-title {
  color: #333;
  margin: 0 0 9px;
  padding: 0;
  position: static;
  font-size: 1.4rem;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .timeline-title {
    font-size: 1.8rem;
  }
}
.timeline-title::before {
  display: none;
}
.timeline-content {
  margin: 0;
  font-size: 1.4rem;
}

.breadlist-wrapper {
  margin-bottom: 3rem;
  padding: 1rem 0;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .breadlist-wrapper {
    margin-bottom: 3.6rem;
  }
}

.breadlist-container {
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .breadlist-container {
    padding: 0 7.2rem;
  }
}

ol.breadlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  ol.breadlist {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
ol.breadlist li {
  color: inherit;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ol.breadlist li + li::before {
  content: "／";
  color: rgba(51, 51, 51, 0.5);
  padding-right: 0.5em;
  padding-left: 0.5em;
}
ol.breadlist li a {
  color: #333;
  text-decoration: underline;
}
ol.breadlist li a::active, ol.breadlist li a::visited {
  color: inherit;
}
ol.breadlist li.current {
  color: rgba(51, 51, 51, 0.5);
  font-weight: normal;
}

/* common
====================================================*/
input[type=text],
input[type=radio],
input[type=checkbox],
textarea {
  font-size: 1.6rem;
  outline: none;
}

.input {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1em;
  line-height: 1;
  padding: 1.6rem 1.5rem;
  width: 100%;
  -webkit-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  transition: border-color 0.3s ease-out, background 0.3s ease-out;
}
.input::-webkit-input-placeholder {
  font-size: 1em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-moz-placeholder {
  font-size: 1em;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input:-ms-input-placeholder {
  font-size: 1em;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-ms-input-placeholder {
  font-size: 1em;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::placeholder {
  font-size: 1em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.input::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #a4a4a4;
}
.input::-webkit-input-placeholder {
  color: #a4a4a4;
}
.input::-ms-expand {
  background: #fff;
  border: 0;
}
.input[type=file] {
  overflow: hidden;
}
.input[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.input::-webkit-file-upload-button {
  background-color: #f0f0f0;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.7);
  margin: -1.5rem -1.6rem;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 1.6rem 1.5rem;
  pointer-events: none;
}
.input::file-selector-button {
  background-color: #f0f0f0;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.7);
  margin: -1.5rem -1.6rem;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 1.6rem 1.5rem;
  pointer-events: none;
}
@media (hover: hover) {
  .input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e3e3e3;
  }
  .input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e3e3e3;
  }
}
.input::-webkit-file-upload-button {
  background-color: #f0f0f0;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.7);
  margin: -1.5rem -1.6rem;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 1.6rem 1.5rem;
  pointer-events: none;
}
@media (hover: hover) {
  .input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e3e3e3;
  }
}
.input:focus {
  background-color: #fff;
  border-color: #333;
  -webkit-box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.075);
  box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.075);
  outline: 0;
}
.input:focus::-webkit-input-placeholder {
  color: transparent;
}
.input:focus::-moz-placeholder {
  color: transparent;
}
.input:focus:-ms-input-placeholder {
  color: transparent;
}
.input:focus::-ms-input-placeholder {
  color: transparent;
}
.input:focus::placeholder {
  color: transparent;
}
.input:not(:-moz-placeholder-shown) {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.input:not(:-ms-input-placeholder) {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.input:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
textarea.input {
  height: auto;
  padding: 1em;
  resize: vertical;
  width: 100%;
  display: block;
}

.input + .input {
  margin-top: 8px;
  margin-top: var(--form-grid-gutter);
}
.input.error {
  border: 1px solid #da4453;
}
.input:-moz-read-only, .input:-moz-read-only:focus {
  background-color: #f0f0f0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: none;
  color: #a4a4a4;
}
.input:read-only, .input:read-only:focus {
  background-color: #f0f0f0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a4a4a4;
}

textarea {
  width: 100%;
  height: auto;
  padding: 1rem;
  resize: vertical;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "\e90c";
  font-family: "potaicon";
  color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

select {
  width: 100%;
}
select.select {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 0.6rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  outline: none;
  padding: 1.6rem 3em 1.6rem 1em;
  position: relative;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
select.select::-moz-focus-inner {
  border: 0;
}
select.select.error {
  border-color: #da4453;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
  outline: none;
}

.checkbox-group,
.radio-group {
  display: inline-block;
}
.checkbox-group.row,
.radio-group.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
.checkbox-group.row .checkbox-item,
.checkbox-group.row .radio-item,
.radio-group.row .checkbox-item,
.radio-group.row .radio-item {
  margin-right: 1.5rem;
  padding-top: 10px;
}

.label-checkbox,
.label-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
}
.label-checkbox label,
.label-radio label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.label-checkbox label::before,
.label-radio label::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.125em;
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.label-checkbox input[type=checkbox] + label::before {
  content: "\e91b";
  font-family: "potaicon";
}
.label-checkbox input[type=checkbox]:checked + label::before {
  content: "\e91a";
}

.label-radio input[type=radio] + label::before {
  content: "\e911";
  font-family: "potaicon";
}
.label-radio input[type=radio]:checked + label::before {
  content: "\e91c";
}

.input-readonly {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
  width: 100%;
}
.input-readonly:focus {
  background: #fff;
  border-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.input-readonly:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-readonly:focus::-moz-placeholder {
  color: transparent;
}
.input-readonly:focus:-ms-input-placeholder {
  color: transparent;
}
.input-readonly:focus::-ms-input-placeholder {
  color: transparent;
}
.input-readonly:focus::placeholder {
  color: transparent;
}

.input-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.input-parent + .input-parent {
  margin-top: 8px;
  margin-top: var(--form-grid-gutter);
}
.input-parent .grid,
.input-parent .form-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-container + .input-container {
  margin-top: 1rem;
}

/* Layout
====================================================*/
.form {
  margin-bottom: 2rem;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-container + .form-container, .form-container + .h-adr, .h-adr + .form-container {
  margin-top: 2rem;
}

.form-container-spacer {
  margin: 2rem 0;
}

.form-container-spacer-top {
  margin: 2rem 0 0;
}

.form-container-spacer-bottom {
  margin: 0 0 2rem;
}

.form-title {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-title {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .form-title .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19rem;
    -ms-flex: 0 0 19rem;
    flex: 0 0 19rem;
  }
}
.form-title .optional,
.form-title .required {
  line-height: 1;
  margin-left: 1rem;
  padding: 0.4rem 0.4rem calc(0.4rem - 1px);
}
.form-title .optional {
  color: #fff;
}
.form-title .required {
  color: #fff;
}

.form-value {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .form-value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 575px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1226px) {
  .form-field + .form-field {
    margin-top: 2rem;
  }
}

.form-verify-wrapper {
  background-color: #f0f0f0;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 999;
}
.form-verify-wrapper.form-verify-visible {
  opacity: 1;
  visibility: visible;
}

body.form-verify-visible {
  overflow: hidden;
}

.form-verify-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1.6rem;
  margin: 1em auto;
  padding: 1em;
  width: min(92%, 720px);
}
@media screen and (min-width: ) {
  .form-verify-container {
    padding: 3em;
  }
}

h2.verify-heading {
  color: #333;
  font-size: 1.25em;
  margin-bottom: 2em;
  text-align: center;
}

.verify-contents {
  text-align: center;
}
.verify-contents + .verify-contents {
  border-top: 1px solid #e3e3e3;
  margin-top: 1em;
  padding-top: 1em;
}

.verify-title {
  color: #333;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0.875em;
  padding-bottom: 0.5em;
  position: relative;
}
.verify-title::before {
  content: "";
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
}

.verify-value {
  margin-top: 0.75em;
}

.verify-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 4rem auto 0;
  width: 200px;
}
@media screen and (min-width: ) {
  .verify-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    margin-top: 4rem;
    width: 490px;
  }
}

.return-column,
.exec-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media screen and (min-width: ) {
  .return-column,
  .exec-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}

.return-column {
  margin-top: 1rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: ) {
  .return-column {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

.exec-column {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: ) {
  .exec-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.btn-verify {
  background-color: #333;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: inherit;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.8em 0.8em;
}
@media (hover: hover) {
  .btn-verify:hover {
    opacity: 1;
    background-color: #464646;
    color: #fff;
  }
}
.btn-verify.outline {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
@media (hover: hover) {
  .btn-verify.outline:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
}
.btn-verify.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* grid
====================================================*/
.form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: calc(8px * -0.5);
  margin-top: calc(var(--form-grid-gutter) * -0.5);
  margin-right: calc(8px * -0.5);
  margin-right: calc(var(--form-grid-gutter) * -0.5);
  margin-left: calc(8px * -0.5);
  margin-left: calc(var(--form-grid-gutter) * -0.5);
  margin-bottom: calc(8px * -0.5);
  margin-bottom: calc(var(--form-grid-gutter) * -0.5);
}
.form-grid + .form-grid {
  margin-top: calc(8px * 0.5);
  margin-top: calc(var(--form-grid-gutter) * 0.5);
}
.form-grid .xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0;
}
.form-grid .xs-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%;
}
.form-grid .xs-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0;
}
.form-grid .xs-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}
.form-grid .xs-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
}
.form-grid .xs-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}
.form-grid .xs-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}
.form-grid .xs-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0;
}
.form-grid .xs-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%;
}
.form-grid .xs-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0;
}
.form-grid .xs-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%;
}
.form-grid .xs-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
}
.form-grid .xs-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}
.form-grid .xs-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}
.form-grid .xs-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0;
}
.form-grid .xs-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%;
}
.form-grid .xs-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0;
}
.form-grid .xs-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%;
}
.form-grid .xs-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0;
}
.form-grid .xs-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.form-grid .xs-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}
.form-grid .xs-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0;
}
.form-grid .xs-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}
.form-grid .xs-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%;
}
.form-grid .xs-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0;
}
.form-grid .xs-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}
.form-grid .xs-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%;
}
.form-grid .xs-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
  margin: 0;
  padding: 8px;
}
.form-grid .xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.form-grid .xs-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.form-grid .xs-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}
.form-grid .xs-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0;
  padding: 8px;
}
@media screen and (min-width: 576px) {
  .form-grid .sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .sm-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .sm-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .sm-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .sm-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .sm-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .sm-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .sm-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .sm-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .sm-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .sm-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .sm-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .sm-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .sm-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .sm-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .sm-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .sm-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .sm-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .sm-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .sm-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .sm-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .sm-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .sm-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 8px;
  }
  .form-grid .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .sm-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .sm-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .sm-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form-grid .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .md-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .md-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .md-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .md-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .md-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .md-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .md-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .md-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .md-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .md-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .md-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 10px;
  }
  .form-grid .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .md-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .form-grid .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .lg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .lg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .lg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .lg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .lg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .lg-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .lg-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .lg-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .lg-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .lg-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .lg-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .lg-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 12px;
  }
}
@media screen and (min-width: 1226px) {
  .form-grid .xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
  }
  .form-grid .xl-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .form-grid .xl-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
  }
  .form-grid .xl-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .form-grid .xl-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
  }
  .form-grid .xl-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .form-grid .xl-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
  }
  .form-grid .xl-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .form-grid .xl-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0;
  }
  .form-grid .xl-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .form-grid .xl-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .form-grid .xl-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .form-grid .xl-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0;
  }
  .form-grid .xl-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .form-grid .xl-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0;
  }
  .form-grid .xl-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .form-grid .xl-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0;
  }
  .form-grid .xl-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .form-grid .xl-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0;
  }
  .form-grid .xl-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .form-grid .xl-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0;
  }
  .form-grid .xl-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .form-grid .xl-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    margin: 0;
    padding: 12px;
  }
  .form-grid .xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .form-grid .xl-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-grid .xl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
  .form-grid .xl-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0;
    padding: 12px;
  }
}

/* components
====================================================*/
.privacy-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.privacy-checkbox-container {
  display: inline-block;
  margin: 0 auto;
}

.privacy-link {
  margin-top: 0.5em;
  text-align: center;
}
.privacy-link a {
  color: rgba(51, 51, 51, 0.7);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
}
.privacy-link a::after {
  content: "\e91d";
  font-family: "potaicon";
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.125em;
}
.privacy-link a span {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
@media (hover: hover) {
  .privacy-link a:hover {
    opacity: 0.5;
  }
}

.label-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.label-privacy [type=radio] + .privacy-container,
.label-privacy [type=checkbox] + .privacy-container {
  background-color: #f0f0f0;
  border: 2px solid transparent;
  border-radius: 1.6rem;
  cursor: pointer;
  color: #bdbdbd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
@media (hover: hover) {
  .label-privacy [type=radio] + .privacy-container:hover,
  .label-privacy [type=checkbox] + .privacy-container:hover {
    background-color: #e3e3e3;
  }
}
.label-privacy [type=radio] + .privacy-container:before,
.label-privacy [type=checkbox] + .privacy-container:before {
  content: "\e91b";
  font-family: "potaicon";
  color: #bdbdbd;
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.label-privacy [type=radio]:checked + .privacy-container,
.label-privacy [type=checkbox]:checked + .privacy-container {
  background-color: #fffef2;
  border: 1px solid #333;
  color: rgba(51, 51, 51, 0.7);
}
.label-privacy [type=radio]:checked + .privacy-container:before,
.label-privacy [type=checkbox]:checked + .privacy-container:before {
  content: "\e91a";
}
.label-privacy [type=radio] + .privacy-container::before {
  content: "\e911";
}
.label-privacy [type=radio]:checked + .privacy-container::before {
  content: "\e91c";
}

.display-none {
  display: none;
}

.border-animation::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-in .border-animation::after, .focus-fixed .border-animation::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.border-animation._textarea::after {
  bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .border-animation._textarea::after {
    bottom: 6px;
  }
}

.placeholder-parent {
  position: relative;
}

.placeholder-item {
  color: #ced4da;
  font-size: inherit;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.focus-in .placeholder-item, .focus-fixed .placeholder-item {
  color: #339966;
  font-weight: bold;
  top: -8px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.icon-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-calendar::before {
  content: "\e929";
  font-family: "potaicon";
  color: #cacaca;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.icon-calendar.no-delete {
  right: 1rem;
}

.delete-calendar {
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.delete-calendar::before {
  content: "\e90a";
  font-family: "potaicon";
  color: #a4a4a4;
}
@media (hover: hover) {
  .delete-calendar:hover {
    color: #cacaca;
  }
}

.form-notes {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.form-notes::before {
  content: "※";
}

.h-adr {
  display: block;
}

/* buttons
====================================================*/
.form-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.form-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .form-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-btn-container .btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.form-btn-container .btn-column.sp-order-first {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 768px) {
  .form-btn-container .btn-column.sp-order-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.form-btn {
  min-width: 228px;
  background: #fff55e;
  border: 1px solid transparent;
  border-radius: 3rem;
  cursor: pointer;
  color: #333;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  height: 54px;
  outline: none;
  padding: 0.8em 0.8em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  white-space: nowrap;
}
@media (hover: hover) {
  .form-btn:hover {
    opacity: 1;
    background-color: rgba(255, 245, 94, 0.5);
  }
}
.form-btn.outline {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
@media (hover: hover) {
  .form-btn.outline:hover {
    opacity: 1;
    background: #fffef2;
  }
}
.form-btn.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* varidate
====================================================*/
.validate {
  display: none;
}
.validate.valid {
  display: inline-block;
}
.validate .error {
  -webkit-animation: fadeIn 0.3s ease-out;
  animation: fadeIn 0.3s ease-out;
  background-color: #da4453;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.25em 0.75em;
  position: relative;
}
.validate.lower {
  margin-top: 8px;
  margin-left: 0;
}
.validate.lower .error::before {
  content: "";
  border: 4px solid transparent;
  border-bottom: 4px solid #da4453;
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
}

/* modal
====================================================*/
.form-confirm-wrapper {
  background: #f0f0f0;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.form-confirm-open .form-confirm-wrapper {
  opacity: 1;
  visibility: visible;
}

.form-confirm-container {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1.6rem;
  margin: 4% auto 0;
  padding: 1em;
  width: 92%;
}
@media screen and (min-width: 576px) {
  .form-confirm-container {
    padding: 3em;
    max-width: 768px;
  }
}

.modal-window-body-inner {
  padding: 1.5em;
}

.modal-heading {
  display: block;
  margin-bottom: 2em;
  text-align: center;
}
.modal-heading span {
  background: #333;
  border-radius: 1.6rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
}
.modal-heading span.danger {
  background: #da4453;
}

h2.confirm-heading {
  color: #333;
  font-size: 1.25em;
  margin-bottom: 2em;
  text-align: center;
}

.confirm-form-container {
  display: block;
}
@media screen and (min-width: 576px) {
  .confirm-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.confirm-form-container + .confirm-form-container {
  margin-top: 2em;
}

.confirm-form-title {
  border-bottom: 1px solid #d7d7d7;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0 0 4px;
}
@media screen and (min-width: 576px) {
  .confirm-form-title {
    border-bottom: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    margin: 0 1em 0 0;
    padding: 0;
    text-align: right;
  }
}

@media screen and (min-width: 576px) {
  .confirm-form-value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.global-nav-wrapper {
  height: 100%;
  padding: 4.8rem 3rem 10rem;
  overflow: auto;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .global-nav-wrapper {
    padding: 8.8rem 10.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .global-nav-wrapper .navigation-list {
    padding-top: 3.5rem;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}

.global-nav {
  position: relative;
  margin-bottom: 3.3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  .global-nav {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}
@media (hover: hover) {
  .global-nav > .global-nav-item {
    opacity: 1;
  }
  .global-nav > .global-nav-item.hover .global-nav-link {
    opacity: 0.6;
  }
}

.global-nav-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .global-nav-item {
    display: block;
  }
}
.global-nav-item.global-sub-item {
  display: block;
}
.global-nav-item .js-trigger {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.global-nav-item .js-trigger::after {
  content: "\e905";
  font-family: "potaicon";
  font-size: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .global-nav-item .js-trigger::after {
    display: none;
  }
}
.global-nav-item.active .js-trigger::after {
  content: "\e909";
  height: 100%;
}

.global-nav-link,
.global-nav-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6rem 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.global-nav-link::first-line,
.global-nav-category::first-line {
  line-height: 1;
}
.global-nav-link::after,
.global-nav-category::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  width: 2rem;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.global-nav-link span,
.global-nav-category span {
  line-height: 1.6;
}
.global-nav-link .name-wrapper,
.global-nav-category .name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.global-nav-link .name-wrapper::before,
.global-nav-category .name-wrapper::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1.2px solid rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  margin-right: 0.5rem;
}
.global-nav-link .name-wrapper span,
.global-nav-category .name-wrapper span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.global-nav-link .name-wrapper::before {
  content: "\e915";
  font-family: "potaicon";
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global-nav-category .name-wrapper::before {
  content: "\e922";
  font-family: "potaicon";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
}

.global-nav-child {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  .global-nav-child {
    max-height: none;
    margin-top: 2rem;
    background-color: transparent;
  }
}

.global-nav-child-inner {
  padding: 0 1.8rem;
}
@media screen and (min-width: 1024px) {
  .global-nav-child-inner {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .global-nav-child-list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.global-nav-child-list .global-nav-child-link {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 1.3rem;
  color: rgba(51, 51, 51, 0.7);
  display: block;
}
@media screen and (min-width: 1024px) {
  .global-nav-child-list .global-nav-child-link {
    padding: 0;
    border: none;
    display: inline-block;
  }
}
.global-nav-child-list li:last-child .global-nav-child-link {
  border: none;
}

.pagetop {
  width: 34px;
  height: 34px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 4;
}
.pagetop::before {
  content: "\e90f";
  font-family: "potaicon";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 44px;
    height: 44px;
    right: 2rem;
    bottom: 2rem;
  }
  .pagetop::before {
    font-size: 1.4rem;
  }
}
.pagetop.pagetop-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.pagination-wrapper {
  width: auto;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}
.pagination a,
.pagination .current,
.pagination span {
  border-radius: 3px;
  display: block;
  padding: 6px 8px 5px;
}
.pagination a {
  background-color: #fff;
  color: rgba(51, 51, 51, 0.7);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (hover: hover) {
  .pagination a:hover {
    opacity: 1;
    background: #f0f0f0;
  }
}
.pagination .current {
  background-color: #e3e3e3;
  font-weight: bold;
}
.pagination span {
  color: #a4a4a4;
}
.pagination li {
  margin: 0 2px;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt4 {
  margin-top: 4px !important;
}
@media screen and (min-width: 576px) {
  .mt4 {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt4 {
    margin-top: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt4 {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt4 {
    margin-top: 5px !important;
  }
}

.mt8 {
  margin-top: 8px !important;
}
@media screen and (min-width: 576px) {
  .mt8 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt8 {
    margin-top: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt8 {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt8 {
    margin-top: 10px !important;
  }
}

.mt12 {
  margin-top: 12px !important;
}
@media screen and (min-width: 576px) {
  .mt12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt12 {
    margin-top: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt12 {
    margin-top: 14px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media screen and (min-width: 576px) {
  .mt16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt16 {
    margin-top: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt16 {
    margin-top: 19px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 576px) {
  .mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt20 {
    margin-top: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt20 {
    margin-top: 23px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 576px) {
  .mt24 {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt24 {
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt24 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt24 {
    margin-top: 28px !important;
  }
}

.mt28 {
  margin-top: 28px !important;
}
@media screen and (min-width: 576px) {
  .mt28 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt28 {
    margin-top: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt28 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt28 {
    margin-top: 32px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media screen and (min-width: 576px) {
  .mt32 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt32 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt32 {
    margin-top: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt32 {
    margin-top: 37px !important;
  }
}

.mt36 {
  margin-top: 36px !important;
}
@media screen and (min-width: 576px) {
  .mt36 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt36 {
    margin-top: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt36 {
    margin-top: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt36 {
    margin-top: 42px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 576px) {
  .mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt40 {
    margin-top: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt40 {
    margin-top: 46px !important;
  }
}

.mt44 {
  margin-top: 44px !important;
}
@media screen and (min-width: 576px) {
  .mt44 {
    margin-top: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt44 {
    margin-top: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt44 {
    margin-top: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt44 {
    margin-top: 51px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media screen and (min-width: 576px) {
  .mt48 {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt48 {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt48 {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt48 {
    margin-top: 55px !important;
  }
}

.mt52 {
  margin-top: 52px !important;
}
@media screen and (min-width: 576px) {
  .mt52 {
    margin-top: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt52 {
    margin-top: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt52 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt52 {
    margin-top: 60px !important;
  }
}

.mt56 {
  margin-top: 56px !important;
}
@media screen and (min-width: 576px) {
  .mt56 {
    margin-top: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt56 {
    margin-top: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt56 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt56 {
    margin-top: 64px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 576px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt60 {
    margin-top: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt60 {
    margin-top: 69px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media screen and (min-width: 576px) {
  .mt64 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt64 {
    margin-top: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt64 {
    margin-top: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt64 {
    margin-top: 74px !important;
  }
}

.mt68 {
  margin-top: 68px !important;
}
@media screen and (min-width: 576px) {
  .mt68 {
    margin-top: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt68 {
    margin-top: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt68 {
    margin-top: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt68 {
    margin-top: 78px !important;
  }
}

.mt72 {
  margin-top: 72px !important;
}
@media screen and (min-width: 576px) {
  .mt72 {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt72 {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt72 {
    margin-top: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt72 {
    margin-top: 83px !important;
  }
}

.mt76 {
  margin-top: 76px !important;
}
@media screen and (min-width: 576px) {
  .mt76 {
    margin-top: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt76 {
    margin-top: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt76 {
    margin-top: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt76 {
    margin-top: 87px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 576px) {
  .mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt80 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt80 {
    margin-top: 92px !important;
  }
}

.mt84 {
  margin-top: 84px !important;
}
@media screen and (min-width: 576px) {
  .mt84 {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt84 {
    margin-top: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt84 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt84 {
    margin-top: 96px !important;
  }
}

.mt88 {
  margin-top: 88px !important;
}
@media screen and (min-width: 576px) {
  .mt88 {
    margin-top: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt88 {
    margin-top: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt88 {
    margin-top: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt88 {
    margin-top: 101px !important;
  }
}

.mt92 {
  margin-top: 92px !important;
}
@media screen and (min-width: 576px) {
  .mt92 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt92 {
    margin-top: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt92 {
    margin-top: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt92 {
    margin-top: 106px !important;
  }
}

.mt96 {
  margin-top: 96px !important;
}
@media screen and (min-width: 576px) {
  .mt96 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt96 {
    margin-top: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt96 {
    margin-top: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt96 {
    margin-top: 110px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 576px) {
  .mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt100 {
    margin-top: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mt100 {
    margin-top: 115px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}
@media screen and (min-width: 576px) {
  .mb4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb4 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb4 {
    margin-bottom: 5px !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 576px) {
  .mb8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb8 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb8 {
    margin-bottom: 10px !important;
  }
}

.mb12 {
  margin-bottom: 12px !important;
}
@media screen and (min-width: 576px) {
  .mb12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb12 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb12 {
    margin-bottom: 14px !important;
  }
}

.mb16 {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 576px) {
  .mb16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb16 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb16 {
    margin-bottom: 19px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 576px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb20 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb20 {
    margin-bottom: 23px !important;
  }
}

.mb24 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 576px) {
  .mb24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb24 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb24 {
    margin-bottom: 28px !important;
  }
}

.mb28 {
  margin-bottom: 28px !important;
}
@media screen and (min-width: 576px) {
  .mb28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb28 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb28 {
    margin-bottom: 32px !important;
  }
}

.mb32 {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 576px) {
  .mb32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb32 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb32 {
    margin-bottom: 37px !important;
  }
}

.mb36 {
  margin-bottom: 36px !important;
}
@media screen and (min-width: 576px) {
  .mb36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb36 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb36 {
    margin-bottom: 42px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 576px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb40 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb40 {
    margin-bottom: 46px !important;
  }
}

.mb44 {
  margin-bottom: 44px !important;
}
@media screen and (min-width: 576px) {
  .mb44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb44 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb44 {
    margin-bottom: 51px !important;
  }
}

.mb48 {
  margin-bottom: 48px !important;
}
@media screen and (min-width: 576px) {
  .mb48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb48 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb48 {
    margin-bottom: 55px !important;
  }
}

.mb52 {
  margin-bottom: 52px !important;
}
@media screen and (min-width: 576px) {
  .mb52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb52 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb52 {
    margin-bottom: 60px !important;
  }
}

.mb56 {
  margin-bottom: 56px !important;
}
@media screen and (min-width: 576px) {
  .mb56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb56 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb56 {
    margin-bottom: 64px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 576px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb60 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb60 {
    margin-bottom: 69px !important;
  }
}

.mb64 {
  margin-bottom: 64px !important;
}
@media screen and (min-width: 576px) {
  .mb64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb64 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb64 {
    margin-bottom: 74px !important;
  }
}

.mb68 {
  margin-bottom: 68px !important;
}
@media screen and (min-width: 576px) {
  .mb68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb68 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb68 {
    margin-bottom: 78px !important;
  }
}

.mb72 {
  margin-bottom: 72px !important;
}
@media screen and (min-width: 576px) {
  .mb72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb72 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb72 {
    margin-bottom: 83px !important;
  }
}

.mb76 {
  margin-bottom: 76px !important;
}
@media screen and (min-width: 576px) {
  .mb76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb76 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb76 {
    margin-bottom: 87px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 576px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb80 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb80 {
    margin-bottom: 92px !important;
  }
}

.mb84 {
  margin-bottom: 84px !important;
}
@media screen and (min-width: 576px) {
  .mb84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb84 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb84 {
    margin-bottom: 96px !important;
  }
}

.mb88 {
  margin-bottom: 88px !important;
}
@media screen and (min-width: 576px) {
  .mb88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb88 {
    margin-bottom: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb88 {
    margin-bottom: 101px !important;
  }
}

.mb92 {
  margin-bottom: 92px !important;
}
@media screen and (min-width: 576px) {
  .mb92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb92 {
    margin-bottom: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb92 {
    margin-bottom: 106px !important;
  }
}

.mb96 {
  margin-bottom: 96px !important;
}
@media screen and (min-width: 576px) {
  .mb96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb96 {
    margin-bottom: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb96 {
    margin-bottom: 110px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 576px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb100 {
    margin-bottom: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mb100 {
    margin-bottom: 115px !important;
  }
}

.mr4 {
  margin-right: 4px !important;
}
@media screen and (min-width: 576px) {
  .mr4 {
    margin-right: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr4 {
    margin-right: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr4 {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr4 {
    margin-right: 5px !important;
  }
}

.mr8 {
  margin-right: 8px !important;
}
@media screen and (min-width: 576px) {
  .mr8 {
    margin-right: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr8 {
    margin-right: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr8 {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr8 {
    margin-right: 10px !important;
  }
}

.mr12 {
  margin-right: 12px !important;
}
@media screen and (min-width: 576px) {
  .mr12 {
    margin-right: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr12 {
    margin-right: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr12 {
    margin-right: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr12 {
    margin-right: 14px !important;
  }
}

.mr16 {
  margin-right: 16px !important;
}
@media screen and (min-width: 576px) {
  .mr16 {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr16 {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr16 {
    margin-right: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr16 {
    margin-right: 19px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 576px) {
  .mr20 {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr20 {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr20 {
    margin-right: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr20 {
    margin-right: 23px !important;
  }
}

.mr24 {
  margin-right: 24px !important;
}
@media screen and (min-width: 576px) {
  .mr24 {
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr24 {
    margin-right: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr24 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr24 {
    margin-right: 28px !important;
  }
}

.mr28 {
  margin-right: 28px !important;
}
@media screen and (min-width: 576px) {
  .mr28 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr28 {
    margin-right: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr28 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr28 {
    margin-right: 32px !important;
  }
}

.mr32 {
  margin-right: 32px !important;
}
@media screen and (min-width: 576px) {
  .mr32 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr32 {
    margin-right: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr32 {
    margin-right: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr32 {
    margin-right: 37px !important;
  }
}

.mr36 {
  margin-right: 36px !important;
}
@media screen and (min-width: 576px) {
  .mr36 {
    margin-right: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr36 {
    margin-right: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr36 {
    margin-right: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr36 {
    margin-right: 42px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (min-width: 576px) {
  .mr40 {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr40 {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr40 {
    margin-right: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr40 {
    margin-right: 46px !important;
  }
}

.mr44 {
  margin-right: 44px !important;
}
@media screen and (min-width: 576px) {
  .mr44 {
    margin-right: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr44 {
    margin-right: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr44 {
    margin-right: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr44 {
    margin-right: 51px !important;
  }
}

.mr48 {
  margin-right: 48px !important;
}
@media screen and (min-width: 576px) {
  .mr48 {
    margin-right: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr48 {
    margin-right: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr48 {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr48 {
    margin-right: 55px !important;
  }
}

.mr52 {
  margin-right: 52px !important;
}
@media screen and (min-width: 576px) {
  .mr52 {
    margin-right: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr52 {
    margin-right: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr52 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr52 {
    margin-right: 60px !important;
  }
}

.mr56 {
  margin-right: 56px !important;
}
@media screen and (min-width: 576px) {
  .mr56 {
    margin-right: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr56 {
    margin-right: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr56 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr56 {
    margin-right: 64px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (min-width: 576px) {
  .mr60 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr60 {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr60 {
    margin-right: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr60 {
    margin-right: 69px !important;
  }
}

.mr64 {
  margin-right: 64px !important;
}
@media screen and (min-width: 576px) {
  .mr64 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr64 {
    margin-right: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr64 {
    margin-right: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr64 {
    margin-right: 74px !important;
  }
}

.mr68 {
  margin-right: 68px !important;
}
@media screen and (min-width: 576px) {
  .mr68 {
    margin-right: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr68 {
    margin-right: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr68 {
    margin-right: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr68 {
    margin-right: 78px !important;
  }
}

.mr72 {
  margin-right: 72px !important;
}
@media screen and (min-width: 576px) {
  .mr72 {
    margin-right: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr72 {
    margin-right: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr72 {
    margin-right: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr72 {
    margin-right: 83px !important;
  }
}

.mr76 {
  margin-right: 76px !important;
}
@media screen and (min-width: 576px) {
  .mr76 {
    margin-right: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr76 {
    margin-right: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr76 {
    margin-right: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr76 {
    margin-right: 87px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (min-width: 576px) {
  .mr80 {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr80 {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr80 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr80 {
    margin-right: 92px !important;
  }
}

.mr84 {
  margin-right: 84px !important;
}
@media screen and (min-width: 576px) {
  .mr84 {
    margin-right: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr84 {
    margin-right: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr84 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr84 {
    margin-right: 96px !important;
  }
}

.mr88 {
  margin-right: 88px !important;
}
@media screen and (min-width: 576px) {
  .mr88 {
    margin-right: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr88 {
    margin-right: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr88 {
    margin-right: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr88 {
    margin-right: 101px !important;
  }
}

.mr92 {
  margin-right: 92px !important;
}
@media screen and (min-width: 576px) {
  .mr92 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr92 {
    margin-right: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr92 {
    margin-right: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr92 {
    margin-right: 106px !important;
  }
}

.mr96 {
  margin-right: 96px !important;
}
@media screen and (min-width: 576px) {
  .mr96 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr96 {
    margin-right: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr96 {
    margin-right: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr96 {
    margin-right: 110px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 576px) {
  .mr100 {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .mr100 {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr100 {
    margin-right: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .mr100 {
    margin-right: 115px !important;
  }
}

.ml4 {
  margin-left: 4px !important;
}
@media screen and (min-width: 576px) {
  .ml4 {
    margin-left: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml4 {
    margin-left: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml4 {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml4 {
    margin-left: 5px !important;
  }
}

.ml8 {
  margin-left: 8px !important;
}
@media screen and (min-width: 576px) {
  .ml8 {
    margin-left: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml8 {
    margin-left: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml8 {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml8 {
    margin-left: 10px !important;
  }
}

.ml12 {
  margin-left: 12px !important;
}
@media screen and (min-width: 576px) {
  .ml12 {
    margin-left: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml12 {
    margin-left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml12 {
    margin-left: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml12 {
    margin-left: 14px !important;
  }
}

.ml16 {
  margin-left: 16px !important;
}
@media screen and (min-width: 576px) {
  .ml16 {
    margin-left: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml16 {
    margin-left: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml16 {
    margin-left: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml16 {
    margin-left: 19px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 576px) {
  .ml20 {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml20 {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml20 {
    margin-left: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml20 {
    margin-left: 23px !important;
  }
}

.ml24 {
  margin-left: 24px !important;
}
@media screen and (min-width: 576px) {
  .ml24 {
    margin-left: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml24 {
    margin-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml24 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml24 {
    margin-left: 28px !important;
  }
}

.ml28 {
  margin-left: 28px !important;
}
@media screen and (min-width: 576px) {
  .ml28 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml28 {
    margin-left: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml28 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml28 {
    margin-left: 32px !important;
  }
}

.ml32 {
  margin-left: 32px !important;
}
@media screen and (min-width: 576px) {
  .ml32 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml32 {
    margin-left: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml32 {
    margin-left: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml32 {
    margin-left: 37px !important;
  }
}

.ml36 {
  margin-left: 36px !important;
}
@media screen and (min-width: 576px) {
  .ml36 {
    margin-left: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml36 {
    margin-left: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml36 {
    margin-left: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml36 {
    margin-left: 42px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (min-width: 576px) {
  .ml40 {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml40 {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml40 {
    margin-left: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml40 {
    margin-left: 46px !important;
  }
}

.ml44 {
  margin-left: 44px !important;
}
@media screen and (min-width: 576px) {
  .ml44 {
    margin-left: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml44 {
    margin-left: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml44 {
    margin-left: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml44 {
    margin-left: 51px !important;
  }
}

.ml48 {
  margin-left: 48px !important;
}
@media screen and (min-width: 576px) {
  .ml48 {
    margin-left: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml48 {
    margin-left: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml48 {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml48 {
    margin-left: 55px !important;
  }
}

.ml52 {
  margin-left: 52px !important;
}
@media screen and (min-width: 576px) {
  .ml52 {
    margin-left: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml52 {
    margin-left: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml52 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml52 {
    margin-left: 60px !important;
  }
}

.ml56 {
  margin-left: 56px !important;
}
@media screen and (min-width: 576px) {
  .ml56 {
    margin-left: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml56 {
    margin-left: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml56 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml56 {
    margin-left: 64px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (min-width: 576px) {
  .ml60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml60 {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml60 {
    margin-left: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml60 {
    margin-left: 69px !important;
  }
}

.ml64 {
  margin-left: 64px !important;
}
@media screen and (min-width: 576px) {
  .ml64 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml64 {
    margin-left: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml64 {
    margin-left: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml64 {
    margin-left: 74px !important;
  }
}

.ml68 {
  margin-left: 68px !important;
}
@media screen and (min-width: 576px) {
  .ml68 {
    margin-left: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml68 {
    margin-left: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml68 {
    margin-left: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml68 {
    margin-left: 78px !important;
  }
}

.ml72 {
  margin-left: 72px !important;
}
@media screen and (min-width: 576px) {
  .ml72 {
    margin-left: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml72 {
    margin-left: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml72 {
    margin-left: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml72 {
    margin-left: 83px !important;
  }
}

.ml76 {
  margin-left: 76px !important;
}
@media screen and (min-width: 576px) {
  .ml76 {
    margin-left: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml76 {
    margin-left: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml76 {
    margin-left: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml76 {
    margin-left: 87px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (min-width: 576px) {
  .ml80 {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml80 {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml80 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml80 {
    margin-left: 92px !important;
  }
}

.ml84 {
  margin-left: 84px !important;
}
@media screen and (min-width: 576px) {
  .ml84 {
    margin-left: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml84 {
    margin-left: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml84 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml84 {
    margin-left: 96px !important;
  }
}

.ml88 {
  margin-left: 88px !important;
}
@media screen and (min-width: 576px) {
  .ml88 {
    margin-left: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml88 {
    margin-left: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml88 {
    margin-left: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml88 {
    margin-left: 101px !important;
  }
}

.ml92 {
  margin-left: 92px !important;
}
@media screen and (min-width: 576px) {
  .ml92 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml92 {
    margin-left: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml92 {
    margin-left: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml92 {
    margin-left: 106px !important;
  }
}

.ml96 {
  margin-left: 96px !important;
}
@media screen and (min-width: 576px) {
  .ml96 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml96 {
    margin-left: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml96 {
    margin-left: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml96 {
    margin-left: 110px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (min-width: 576px) {
  .ml100 {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .ml100 {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml100 {
    margin-left: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .ml100 {
    margin-left: 115px !important;
  }
}

.pt4 {
  padding-top: 4px !important;
}
@media screen and (min-width: 576px) {
  .pt4 {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt4 {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt4 {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt4 {
    padding-top: 5px !important;
  }
}

.pt8 {
  padding-top: 8px !important;
}
@media screen and (min-width: 576px) {
  .pt8 {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt8 {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt8 {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt8 {
    padding-top: 10px !important;
  }
}

.pt12 {
  padding-top: 12px !important;
}
@media screen and (min-width: 576px) {
  .pt12 {
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt12 {
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt12 {
    padding-top: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt12 {
    padding-top: 14px !important;
  }
}

.pt16 {
  padding-top: 16px !important;
}
@media screen and (min-width: 576px) {
  .pt16 {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt16 {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt16 {
    padding-top: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt16 {
    padding-top: 19px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 576px) {
  .pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt20 {
    padding-top: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt20 {
    padding-top: 23px !important;
  }
}

.pt24 {
  padding-top: 24px !important;
}
@media screen and (min-width: 576px) {
  .pt24 {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt24 {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt24 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt24 {
    padding-top: 28px !important;
  }
}

.pt28 {
  padding-top: 28px !important;
}
@media screen and (min-width: 576px) {
  .pt28 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt28 {
    padding-top: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt28 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt28 {
    padding-top: 32px !important;
  }
}

.pt32 {
  padding-top: 32px !important;
}
@media screen and (min-width: 576px) {
  .pt32 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt32 {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt32 {
    padding-top: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt32 {
    padding-top: 37px !important;
  }
}

.pt36 {
  padding-top: 36px !important;
}
@media screen and (min-width: 576px) {
  .pt36 {
    padding-top: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt36 {
    padding-top: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt36 {
    padding-top: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt36 {
    padding-top: 42px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (min-width: 576px) {
  .pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt40 {
    padding-top: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt40 {
    padding-top: 46px !important;
  }
}

.pt44 {
  padding-top: 44px !important;
}
@media screen and (min-width: 576px) {
  .pt44 {
    padding-top: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt44 {
    padding-top: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt44 {
    padding-top: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt44 {
    padding-top: 51px !important;
  }
}

.pt48 {
  padding-top: 48px !important;
}
@media screen and (min-width: 576px) {
  .pt48 {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt48 {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt48 {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt48 {
    padding-top: 55px !important;
  }
}

.pt52 {
  padding-top: 52px !important;
}
@media screen and (min-width: 576px) {
  .pt52 {
    padding-top: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt52 {
    padding-top: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt52 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt52 {
    padding-top: 60px !important;
  }
}

.pt56 {
  padding-top: 56px !important;
}
@media screen and (min-width: 576px) {
  .pt56 {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt56 {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt56 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt56 {
    padding-top: 64px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (min-width: 576px) {
  .pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt60 {
    padding-top: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt60 {
    padding-top: 69px !important;
  }
}

.pt64 {
  padding-top: 64px !important;
}
@media screen and (min-width: 576px) {
  .pt64 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt64 {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt64 {
    padding-top: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt64 {
    padding-top: 74px !important;
  }
}

.pt68 {
  padding-top: 68px !important;
}
@media screen and (min-width: 576px) {
  .pt68 {
    padding-top: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt68 {
    padding-top: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt68 {
    padding-top: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt68 {
    padding-top: 78px !important;
  }
}

.pt72 {
  padding-top: 72px !important;
}
@media screen and (min-width: 576px) {
  .pt72 {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt72 {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt72 {
    padding-top: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt72 {
    padding-top: 83px !important;
  }
}

.pt76 {
  padding-top: 76px !important;
}
@media screen and (min-width: 576px) {
  .pt76 {
    padding-top: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt76 {
    padding-top: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt76 {
    padding-top: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt76 {
    padding-top: 87px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (min-width: 576px) {
  .pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt80 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt80 {
    padding-top: 92px !important;
  }
}

.pt84 {
  padding-top: 84px !important;
}
@media screen and (min-width: 576px) {
  .pt84 {
    padding-top: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt84 {
    padding-top: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt84 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt84 {
    padding-top: 96px !important;
  }
}

.pt88 {
  padding-top: 88px !important;
}
@media screen and (min-width: 576px) {
  .pt88 {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt88 {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt88 {
    padding-top: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt88 {
    padding-top: 101px !important;
  }
}

.pt92 {
  padding-top: 92px !important;
}
@media screen and (min-width: 576px) {
  .pt92 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt92 {
    padding-top: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt92 {
    padding-top: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt92 {
    padding-top: 106px !important;
  }
}

.pt96 {
  padding-top: 96px !important;
}
@media screen and (min-width: 576px) {
  .pt96 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt96 {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt96 {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt96 {
    padding-top: 110px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (min-width: 576px) {
  .pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt100 {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pt100 {
    padding-top: 115px !important;
  }
}

.pb4 {
  padding-bottom: 4px !important;
}
@media screen and (min-width: 576px) {
  .pb4 {
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb4 {
    padding-bottom: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb4 {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb4 {
    padding-bottom: 5px !important;
  }
}

.pb8 {
  padding-bottom: 8px !important;
}
@media screen and (min-width: 576px) {
  .pb8 {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb8 {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb8 {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb8 {
    padding-bottom: 10px !important;
  }
}

.pb12 {
  padding-bottom: 12px !important;
}
@media screen and (min-width: 576px) {
  .pb12 {
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb12 {
    padding-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb12 {
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb12 {
    padding-bottom: 14px !important;
  }
}

.pb16 {
  padding-bottom: 16px !important;
}
@media screen and (min-width: 576px) {
  .pb16 {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb16 {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb16 {
    padding-bottom: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb16 {
    padding-bottom: 19px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 576px) {
  .pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb20 {
    padding-bottom: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb20 {
    padding-bottom: 23px !important;
  }
}

.pb24 {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 576px) {
  .pb24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb24 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb24 {
    padding-bottom: 28px !important;
  }
}

.pb28 {
  padding-bottom: 28px !important;
}
@media screen and (min-width: 576px) {
  .pb28 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb28 {
    padding-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb28 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb28 {
    padding-bottom: 32px !important;
  }
}

.pb32 {
  padding-bottom: 32px !important;
}
@media screen and (min-width: 576px) {
  .pb32 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb32 {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb32 {
    padding-bottom: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb32 {
    padding-bottom: 37px !important;
  }
}

.pb36 {
  padding-bottom: 36px !important;
}
@media screen and (min-width: 576px) {
  .pb36 {
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb36 {
    padding-bottom: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb36 {
    padding-bottom: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb36 {
    padding-bottom: 42px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 576px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb40 {
    padding-bottom: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb40 {
    padding-bottom: 46px !important;
  }
}

.pb44 {
  padding-bottom: 44px !important;
}
@media screen and (min-width: 576px) {
  .pb44 {
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb44 {
    padding-bottom: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb44 {
    padding-bottom: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb44 {
    padding-bottom: 51px !important;
  }
}

.pb48 {
  padding-bottom: 48px !important;
}
@media screen and (min-width: 576px) {
  .pb48 {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb48 {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb48 {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb48 {
    padding-bottom: 55px !important;
  }
}

.pb52 {
  padding-bottom: 52px !important;
}
@media screen and (min-width: 576px) {
  .pb52 {
    padding-bottom: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb52 {
    padding-bottom: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb52 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb52 {
    padding-bottom: 60px !important;
  }
}

.pb56 {
  padding-bottom: 56px !important;
}
@media screen and (min-width: 576px) {
  .pb56 {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb56 {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb56 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb56 {
    padding-bottom: 64px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 576px) {
  .pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb60 {
    padding-bottom: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb60 {
    padding-bottom: 69px !important;
  }
}

.pb64 {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 576px) {
  .pb64 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb64 {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb64 {
    padding-bottom: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb64 {
    padding-bottom: 74px !important;
  }
}

.pb68 {
  padding-bottom: 68px !important;
}
@media screen and (min-width: 576px) {
  .pb68 {
    padding-bottom: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb68 {
    padding-bottom: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb68 {
    padding-bottom: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb68 {
    padding-bottom: 78px !important;
  }
}

.pb72 {
  padding-bottom: 72px !important;
}
@media screen and (min-width: 576px) {
  .pb72 {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb72 {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb72 {
    padding-bottom: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb72 {
    padding-bottom: 83px !important;
  }
}

.pb76 {
  padding-bottom: 76px !important;
}
@media screen and (min-width: 576px) {
  .pb76 {
    padding-bottom: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb76 {
    padding-bottom: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb76 {
    padding-bottom: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb76 {
    padding-bottom: 87px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 576px) {
  .pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb80 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb80 {
    padding-bottom: 92px !important;
  }
}

.pb84 {
  padding-bottom: 84px !important;
}
@media screen and (min-width: 576px) {
  .pb84 {
    padding-bottom: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb84 {
    padding-bottom: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb84 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb84 {
    padding-bottom: 96px !important;
  }
}

.pb88 {
  padding-bottom: 88px !important;
}
@media screen and (min-width: 576px) {
  .pb88 {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb88 {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb88 {
    padding-bottom: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb88 {
    padding-bottom: 101px !important;
  }
}

.pb92 {
  padding-bottom: 92px !important;
}
@media screen and (min-width: 576px) {
  .pb92 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb92 {
    padding-bottom: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb92 {
    padding-bottom: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb92 {
    padding-bottom: 106px !important;
  }
}

.pb96 {
  padding-bottom: 96px !important;
}
@media screen and (min-width: 576px) {
  .pb96 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb96 {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb96 {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb96 {
    padding-bottom: 110px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 576px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb100 {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pb100 {
    padding-bottom: 115px !important;
  }
}

.pr4 {
  padding-right: 4px !important;
}
@media screen and (min-width: 576px) {
  .pr4 {
    padding-right: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr4 {
    padding-right: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr4 {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr4 {
    padding-right: 5px !important;
  }
}

.pr8 {
  padding-right: 8px !important;
}
@media screen and (min-width: 576px) {
  .pr8 {
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr8 {
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr8 {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr8 {
    padding-right: 10px !important;
  }
}

.pr12 {
  padding-right: 12px !important;
}
@media screen and (min-width: 576px) {
  .pr12 {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr12 {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr12 {
    padding-right: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr12 {
    padding-right: 14px !important;
  }
}

.pr16 {
  padding-right: 16px !important;
}
@media screen and (min-width: 576px) {
  .pr16 {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr16 {
    padding-right: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr16 {
    padding-right: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr16 {
    padding-right: 19px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (min-width: 576px) {
  .pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr20 {
    padding-right: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr20 {
    padding-right: 23px !important;
  }
}

.pr24 {
  padding-right: 24px !important;
}
@media screen and (min-width: 576px) {
  .pr24 {
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr24 {
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr24 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr24 {
    padding-right: 28px !important;
  }
}

.pr28 {
  padding-right: 28px !important;
}
@media screen and (min-width: 576px) {
  .pr28 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr28 {
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr28 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr28 {
    padding-right: 32px !important;
  }
}

.pr32 {
  padding-right: 32px !important;
}
@media screen and (min-width: 576px) {
  .pr32 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr32 {
    padding-right: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr32 {
    padding-right: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr32 {
    padding-right: 37px !important;
  }
}

.pr36 {
  padding-right: 36px !important;
}
@media screen and (min-width: 576px) {
  .pr36 {
    padding-right: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr36 {
    padding-right: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr36 {
    padding-right: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr36 {
    padding-right: 42px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (min-width: 576px) {
  .pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr40 {
    padding-right: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr40 {
    padding-right: 46px !important;
  }
}

.pr44 {
  padding-right: 44px !important;
}
@media screen and (min-width: 576px) {
  .pr44 {
    padding-right: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr44 {
    padding-right: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr44 {
    padding-right: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr44 {
    padding-right: 51px !important;
  }
}

.pr48 {
  padding-right: 48px !important;
}
@media screen and (min-width: 576px) {
  .pr48 {
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr48 {
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr48 {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr48 {
    padding-right: 55px !important;
  }
}

.pr52 {
  padding-right: 52px !important;
}
@media screen and (min-width: 576px) {
  .pr52 {
    padding-right: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr52 {
    padding-right: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr52 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr52 {
    padding-right: 60px !important;
  }
}

.pr56 {
  padding-right: 56px !important;
}
@media screen and (min-width: 576px) {
  .pr56 {
    padding-right: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr56 {
    padding-right: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr56 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr56 {
    padding-right: 64px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (min-width: 576px) {
  .pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr60 {
    padding-right: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr60 {
    padding-right: 69px !important;
  }
}

.pr64 {
  padding-right: 64px !important;
}
@media screen and (min-width: 576px) {
  .pr64 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr64 {
    padding-right: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr64 {
    padding-right: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr64 {
    padding-right: 74px !important;
  }
}

.pr68 {
  padding-right: 68px !important;
}
@media screen and (min-width: 576px) {
  .pr68 {
    padding-right: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr68 {
    padding-right: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr68 {
    padding-right: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr68 {
    padding-right: 78px !important;
  }
}

.pr72 {
  padding-right: 72px !important;
}
@media screen and (min-width: 576px) {
  .pr72 {
    padding-right: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr72 {
    padding-right: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr72 {
    padding-right: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr72 {
    padding-right: 83px !important;
  }
}

.pr76 {
  padding-right: 76px !important;
}
@media screen and (min-width: 576px) {
  .pr76 {
    padding-right: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr76 {
    padding-right: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr76 {
    padding-right: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr76 {
    padding-right: 87px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (min-width: 576px) {
  .pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr80 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr80 {
    padding-right: 92px !important;
  }
}

.pr84 {
  padding-right: 84px !important;
}
@media screen and (min-width: 576px) {
  .pr84 {
    padding-right: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr84 {
    padding-right: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr84 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr84 {
    padding-right: 96px !important;
  }
}

.pr88 {
  padding-right: 88px !important;
}
@media screen and (min-width: 576px) {
  .pr88 {
    padding-right: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr88 {
    padding-right: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr88 {
    padding-right: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr88 {
    padding-right: 101px !important;
  }
}

.pr92 {
  padding-right: 92px !important;
}
@media screen and (min-width: 576px) {
  .pr92 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr92 {
    padding-right: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr92 {
    padding-right: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr92 {
    padding-right: 106px !important;
  }
}

.pr96 {
  padding-right: 96px !important;
}
@media screen and (min-width: 576px) {
  .pr96 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr96 {
    padding-right: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr96 {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr96 {
    padding-right: 110px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (min-width: 576px) {
  .pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr100 {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pr100 {
    padding-right: 115px !important;
  }
}

.pl4 {
  padding-left: 4px !important;
}
@media screen and (min-width: 576px) {
  .pl4 {
    padding-left: 4px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl4 {
    padding-left: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl4 {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl4 {
    padding-left: 5px !important;
  }
}

.pl8 {
  padding-left: 8px !important;
}
@media screen and (min-width: 576px) {
  .pl8 {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl8 {
    padding-left: 8px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl8 {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl8 {
    padding-left: 10px !important;
  }
}

.pl12 {
  padding-left: 12px !important;
}
@media screen and (min-width: 576px) {
  .pl12 {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl12 {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl12 {
    padding-left: 14px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl12 {
    padding-left: 14px !important;
  }
}

.pl16 {
  padding-left: 16px !important;
}
@media screen and (min-width: 576px) {
  .pl16 {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl16 {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl16 {
    padding-left: 19px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl16 {
    padding-left: 19px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (min-width: 576px) {
  .pl20 {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl20 {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl20 {
    padding-left: 23px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl20 {
    padding-left: 23px !important;
  }
}

.pl24 {
  padding-left: 24px !important;
}
@media screen and (min-width: 576px) {
  .pl24 {
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl24 {
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl24 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl24 {
    padding-left: 28px !important;
  }
}

.pl28 {
  padding-left: 28px !important;
}
@media screen and (min-width: 576px) {
  .pl28 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl28 {
    padding-left: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl28 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl28 {
    padding-left: 32px !important;
  }
}

.pl32 {
  padding-left: 32px !important;
}
@media screen and (min-width: 576px) {
  .pl32 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl32 {
    padding-left: 32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl32 {
    padding-left: 37px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl32 {
    padding-left: 37px !important;
  }
}

.pl36 {
  padding-left: 36px !important;
}
@media screen and (min-width: 576px) {
  .pl36 {
    padding-left: 36px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl36 {
    padding-left: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl36 {
    padding-left: 42px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl36 {
    padding-left: 42px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (min-width: 576px) {
  .pl40 {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl40 {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl40 {
    padding-left: 46px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl40 {
    padding-left: 46px !important;
  }
}

.pl44 {
  padding-left: 44px !important;
}
@media screen and (min-width: 576px) {
  .pl44 {
    padding-left: 44px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl44 {
    padding-left: 44px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl44 {
    padding-left: 51px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl44 {
    padding-left: 51px !important;
  }
}

.pl48 {
  padding-left: 48px !important;
}
@media screen and (min-width: 576px) {
  .pl48 {
    padding-left: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl48 {
    padding-left: 48px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl48 {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl48 {
    padding-left: 55px !important;
  }
}

.pl52 {
  padding-left: 52px !important;
}
@media screen and (min-width: 576px) {
  .pl52 {
    padding-left: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl52 {
    padding-left: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl52 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl52 {
    padding-left: 60px !important;
  }
}

.pl56 {
  padding-left: 56px !important;
}
@media screen and (min-width: 576px) {
  .pl56 {
    padding-left: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl56 {
    padding-left: 56px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl56 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl56 {
    padding-left: 64px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (min-width: 576px) {
  .pl60 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl60 {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl60 {
    padding-left: 69px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl60 {
    padding-left: 69px !important;
  }
}

.pl64 {
  padding-left: 64px !important;
}
@media screen and (min-width: 576px) {
  .pl64 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl64 {
    padding-left: 64px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl64 {
    padding-left: 74px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl64 {
    padding-left: 74px !important;
  }
}

.pl68 {
  padding-left: 68px !important;
}
@media screen and (min-width: 576px) {
  .pl68 {
    padding-left: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl68 {
    padding-left: 68px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl68 {
    padding-left: 78px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl68 {
    padding-left: 78px !important;
  }
}

.pl72 {
  padding-left: 72px !important;
}
@media screen and (min-width: 576px) {
  .pl72 {
    padding-left: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl72 {
    padding-left: 72px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl72 {
    padding-left: 83px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl72 {
    padding-left: 83px !important;
  }
}

.pl76 {
  padding-left: 76px !important;
}
@media screen and (min-width: 576px) {
  .pl76 {
    padding-left: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl76 {
    padding-left: 76px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl76 {
    padding-left: 87px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl76 {
    padding-left: 87px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (min-width: 576px) {
  .pl80 {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl80 {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl80 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl80 {
    padding-left: 92px !important;
  }
}

.pl84 {
  padding-left: 84px !important;
}
@media screen and (min-width: 576px) {
  .pl84 {
    padding-left: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl84 {
    padding-left: 84px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl84 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl84 {
    padding-left: 96px !important;
  }
}

.pl88 {
  padding-left: 88px !important;
}
@media screen and (min-width: 576px) {
  .pl88 {
    padding-left: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl88 {
    padding-left: 88px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl88 {
    padding-left: 101px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl88 {
    padding-left: 101px !important;
  }
}

.pl92 {
  padding-left: 92px !important;
}
@media screen and (min-width: 576px) {
  .pl92 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl92 {
    padding-left: 92px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl92 {
    padding-left: 106px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl92 {
    padding-left: 106px !important;
  }
}

.pl96 {
  padding-left: 96px !important;
}
@media screen and (min-width: 576px) {
  .pl96 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl96 {
    padding-left: 96px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl96 {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl96 {
    padding-left: 110px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (min-width: 576px) {
  .pl100 {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .pl100 {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl100 {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1226px) {
  .pl100 {
    padding-left: 115px !important;
  }
}

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

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

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

.text-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.fc-base {
  color: #333 !important;
}

.fc-primary {
  color: #fff55e !important;
}

.fc-primary-marker {
  color: #fff991 !important;
}

.fc-primary-container {
  color: #fffef2 !important;
}

.fc-secondary {
  color: #31a9e9 !important;
}

.fc-secondary-text {
  color: #1379b0 !important;
}

.fc-secondary-container {
  color: #f5fafc !important;
}

.fc-tertiary {
  color: #ffa9a9 !important;
}

.fc-tertiary-container {
  color: #fff7f7 !important;
}

.fc-error {
  color: #dc362e !important;
}

.fc-footer-container {
  color: #f5f5f5 !important;
}

.fc-border-color {
  color: rgba(51, 51, 51, 0.1) !important;
}

.fc-text-color {
  color: #333 !important;
}

.fc-link-color {
  color: rgba(51, 51, 51, 0.7) !important;
}

.fc-base-10 {
  color: rgba(51, 51, 51, 0.1) !important;
}

.fc-base-20 {
  color: rgba(51, 51, 51, 0.2) !important;
}

.fc-base-30 {
  color: rgba(51, 51, 51, 0.3) !important;
}

.fc-base-40 {
  color: rgba(51, 51, 51, 0.4) !important;
}

.fc-base-50 {
  color: rgba(51, 51, 51, 0.5) !important;
}

.fc-base-60 {
  color: rgba(51, 51, 51, 0.6) !important;
}

.fc-base-70 {
  color: rgba(51, 51, 51, 0.7) !important;
}

.fc-base-80 {
  color: rgba(51, 51, 51, 0.8) !important;
}

.fc-base-90 {
  color: rgba(51, 51, 51, 0.9) !important;
}

.fc-primary-10 {
  color: #292601 !important;
}

.fc-primary-20 {
  color: #575209 !important;
}

.fc-primary-30 {
  color: #857e18 !important;
}

.fc-primary-40 {
  color: #aba32b !important;
}

.fc-primary-50 {
  color: #ccc339 !important;
}

.fc-primary-60 {
  color: #e0d63d !important;
}

.fc-primary-70 {
  color: #f0e543 !important;
}

.fc-primary-80 {
  color: #fff55e !important;
}

.fc-primary-90 {
  color: #fff991 !important;
}

.fc-primary-95 {
  color: #fffdd6 !important;
}

.fc-primary-99 {
  color: #fffef2 !important;
}

.fc-primary-on-high {
  color: #fff55e !important;
}

.fc-primary-on-medium {
  color: rgba(255, 245, 94, 0.74) !important;
}

.fc-primary-on-disabled {
  color: rgba(255, 245, 94, 0.38) !important;
}

.fc-secondary-10 {
  color: #012c42 !important;
}

.fc-secondary-20 {
  color: #064d73 !important;
}

.fc-secondary-30 {
  color: #0c6696 !important;
}

.fc-secondary-40 {
  color: #1379b0 !important;
}

.fc-secondary-50 {
  color: #1d93d1 !important;
}

.fc-secondary-60 {
  color: #31a9e9 !important;
}

.fc-secondary-70 {
  color: #49b9f5 !important;
}

.fc-secondary-80 {
  color: #6dcafc !important;
}

.fc-secondary-90 {
  color: #9cdcff !important;
}

.fc-secondary-95 {
  color: #d6f1ff !important;
}

.fc-secondary-99 {
  color: #f5fafc !important;
}

.fc-secondary-on-high {
  color: #31a9e9 !important;
}

.fc-secondary-on-medium {
  color: rgba(49, 169, 233, 0.74) !important;
}

.fc-secondary-on-disabled {
  color: rgba(49, 169, 233, 0.38) !important;
}

.fc-tertiary-10 {
  color: #4d0c0c !important;
}

.fc-tertiary-20 {
  color: #7d1e1e !important;
}

.fc-tertiary-30 {
  color: #ba3c3c !important;
}

.fc-tertiary-40 {
  color: #de5d5d !important;
}

.fc-tertiary-50 {
  color: #f57a7a !important;
}

.fc-tertiary-60 {
  color: #ff8f8f !important;
}

.fc-tertiary-70 {
  color: #ffa9a9 !important;
}

.fc-tertiary-80 {
  color: #ffc4c4 !important;
}

.fc-tertiary-90 {
  color: #ffd6d6 !important;
}

.fc-tertiary-95 {
  color: #ffebeb !important;
}

.fc-tertiary-99 {
  color: #fff7f7 !important;
}

.fc-tertiary-on-high {
  color: #ffa9a9 !important;
}

.fc-tertiary-on-medium {
  color: rgba(255, 169, 169, 0.74) !important;
}

.fc-tertiary-on-disabled {
  color: rgba(255, 169, 169, 0.38) !important;
}

.fc-gray-10 {
  color: #575757 !important;
}

.fc-gray-20 {
  color: #717171 !important;
}

.fc-gray-30 {
  color: #8a8a8a !important;
}

.fc-gray-40 {
  color: #a4a4a4 !important;
}

.fc-gray-50 {
  color: #bdbdbd !important;
}

.fc-gray-60 {
  color: #cacaca !important;
}

.fc-gray-70 {
  color: #d7d7d7 !important;
}

.fc-gray-80 {
  color: #e3e3e3 !important;
}

.fc-gray-90 {
  color: #f0f0f0 !important;
}

.fc-gray-100 {
  color: #f8f8f8 !important;
}

.fc-gray-dark {
  color: rgba(51, 51, 51, 0.7) !important;
}

.fc-gray-container {
  color: #f8f8f8 !important;
}

.fc-gray-sub {
  color: #6e6e6e !important;
}

.fc-red {
  color: #da4453 !important;
}

.fc-orange {
  color: #e9573f !important;
}

.fc-yellow {
  color: #fff350 !important;
}

.fc-green {
  color: #8cc152 !important;
}

.fc-blue {
  color: #4a89dc !important;
}

.fc-pink {
  color: #f16f77 !important;
}

.fc-purple {
  color: #967adc !important;
}

.fc-cyan {
  color: #4fc1e9 !important;
}

.fc-gray {
  color: #bdbdbd !important;
}

.fc-black {
  color: #000 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-light-gray {
  color: #fdfdfd !important;
}

.fc-light-green {
  color: #f5faf0 !important;
}

.fc-light-pink {
  color: white !important;
}

.fs-xsmall {
  font-size: 62.5% !important;
}

.fs-small {
  font-size: 75% !important;
}

.fs-medium {
  font-size: 87.5% !important;
}

.fs-large {
  font-size: 112.5% !important;
}

.fs-xlarge {
  font-size: 125% !important;
}

.fs-xxlarge {
  font-size: 150% !important;
}

.fs-exlarge {
  font-size: 200% !important;
}

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

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

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.bg-base {
  background-color: #333 !important;
}

.bg-primary {
  background-color: #fff55e !important;
}

.bg-primary-marker {
  background-color: #fff991 !important;
}

.bg-primary-container {
  background-color: #fffef2 !important;
}

.bg-secondary {
  background-color: #31a9e9 !important;
}

.bg-secondary-text {
  background-color: #1379b0 !important;
}

.bg-secondary-container {
  background-color: #f5fafc !important;
}

.bg-tertiary {
  background-color: #ffa9a9 !important;
}

.bg-tertiary-container {
  background-color: #fff7f7 !important;
}

.bg-error {
  background-color: #dc362e !important;
}

.bg-footer-container {
  background-color: #f5f5f5 !important;
}

.bg-border-color {
  background-color: rgba(51, 51, 51, 0.1) !important;
}

.bg-text-color {
  background-color: #333 !important;
}

.bg-link-color {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.bg-base-10 {
  background-color: rgba(51, 51, 51, 0.1) !important;
}

.bg-base-20 {
  background-color: rgba(51, 51, 51, 0.2) !important;
}

.bg-base-30 {
  background-color: rgba(51, 51, 51, 0.3) !important;
}

.bg-base-40 {
  background-color: rgba(51, 51, 51, 0.4) !important;
}

.bg-base-50 {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.bg-base-60 {
  background-color: rgba(51, 51, 51, 0.6) !important;
}

.bg-base-70 {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.bg-base-80 {
  background-color: rgba(51, 51, 51, 0.8) !important;
}

.bg-base-90 {
  background-color: rgba(51, 51, 51, 0.9) !important;
}

.bg-primary-10 {
  background-color: #292601 !important;
}

.bg-primary-20 {
  background-color: #575209 !important;
}

.bg-primary-30 {
  background-color: #857e18 !important;
}

.bg-primary-40 {
  background-color: #aba32b !important;
}

.bg-primary-50 {
  background-color: #ccc339 !important;
}

.bg-primary-60 {
  background-color: #e0d63d !important;
}

.bg-primary-70 {
  background-color: #f0e543 !important;
}

.bg-primary-80 {
  background-color: #fff55e !important;
}

.bg-primary-90 {
  background-color: #fff991 !important;
}

.bg-primary-95 {
  background-color: #fffdd6 !important;
}

.bg-primary-99 {
  background-color: #fffef2 !important;
}

.bg-primary-on-high {
  background-color: #fff55e !important;
}

.bg-primary-on-medium {
  background-color: rgba(255, 245, 94, 0.74) !important;
}

.bg-primary-on-disabled {
  background-color: rgba(255, 245, 94, 0.38) !important;
}

.bg-secondary-10 {
  background-color: #012c42 !important;
}

.bg-secondary-20 {
  background-color: #064d73 !important;
}

.bg-secondary-30 {
  background-color: #0c6696 !important;
}

.bg-secondary-40 {
  background-color: #1379b0 !important;
}

.bg-secondary-50 {
  background-color: #1d93d1 !important;
}

.bg-secondary-60 {
  background-color: #31a9e9 !important;
}

.bg-secondary-70 {
  background-color: #49b9f5 !important;
}

.bg-secondary-80 {
  background-color: #6dcafc !important;
}

.bg-secondary-90 {
  background-color: #9cdcff !important;
}

.bg-secondary-95 {
  background-color: #d6f1ff !important;
}

.bg-secondary-99 {
  background-color: #f5fafc !important;
}

.bg-secondary-on-high {
  background-color: #31a9e9 !important;
}

.bg-secondary-on-medium {
  background-color: rgba(49, 169, 233, 0.74) !important;
}

.bg-secondary-on-disabled {
  background-color: rgba(49, 169, 233, 0.38) !important;
}

.bg-tertiary-10 {
  background-color: #4d0c0c !important;
}

.bg-tertiary-20 {
  background-color: #7d1e1e !important;
}

.bg-tertiary-30 {
  background-color: #ba3c3c !important;
}

.bg-tertiary-40 {
  background-color: #de5d5d !important;
}

.bg-tertiary-50 {
  background-color: #f57a7a !important;
}

.bg-tertiary-60 {
  background-color: #ff8f8f !important;
}

.bg-tertiary-70 {
  background-color: #ffa9a9 !important;
}

.bg-tertiary-80 {
  background-color: #ffc4c4 !important;
}

.bg-tertiary-90 {
  background-color: #ffd6d6 !important;
}

.bg-tertiary-95 {
  background-color: #ffebeb !important;
}

.bg-tertiary-99 {
  background-color: #fff7f7 !important;
}

.bg-tertiary-on-high {
  background-color: #ffa9a9 !important;
}

.bg-tertiary-on-medium {
  background-color: rgba(255, 169, 169, 0.74) !important;
}

.bg-tertiary-on-disabled {
  background-color: rgba(255, 169, 169, 0.38) !important;
}

.bg-gray-10 {
  background-color: #575757 !important;
}

.bg-gray-20 {
  background-color: #717171 !important;
}

.bg-gray-30 {
  background-color: #8a8a8a !important;
}

.bg-gray-40 {
  background-color: #a4a4a4 !important;
}

.bg-gray-50 {
  background-color: #bdbdbd !important;
}

.bg-gray-60 {
  background-color: #cacaca !important;
}

.bg-gray-70 {
  background-color: #d7d7d7 !important;
}

.bg-gray-80 {
  background-color: #e3e3e3 !important;
}

.bg-gray-90 {
  background-color: #f0f0f0 !important;
}

.bg-gray-100 {
  background-color: #f8f8f8 !important;
}

.bg-gray-dark {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.bg-gray-container {
  background-color: #f8f8f8 !important;
}

.bg-gray-sub {
  background-color: #6e6e6e !important;
}

.bg-red {
  background-color: #da4453 !important;
}

.bg-orange {
  background-color: #e9573f !important;
}

.bg-yellow {
  background-color: #fff350 !important;
}

.bg-green {
  background-color: #8cc152 !important;
}

.bg-blue {
  background-color: #4a89dc !important;
}

.bg-pink {
  background-color: #f16f77 !important;
}

.bg-purple {
  background-color: #967adc !important;
}

.bg-cyan {
  background-color: #4fc1e9 !important;
}

.bg-gray {
  background-color: #bdbdbd !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light-gray {
  background-color: #fdfdfd !important;
}

.bg-light-green {
  background-color: #f5faf0 !important;
}

.bg-light-pink {
  background-color: white !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.spacer {
  margin-top: 1rem;
}

.spacer-large {
  margin-top: 2rem !important;
}

.spacer-xlarge {
  margin-top: 3rem !important;
}

.spacer-exlarge {
  margin-top: 4rem !important;
}

.spacer-small {
  margin-top: 0.5rem;
}

.spacer-top-bottom {
  margin: 1rem 0;
}

.spacer-top-bottom-large {
  margin: 2rem 0;
}

.spacer-top-bottom-xlarge {
  margin: 3rem 0;
}

.spacer-top-bottom-exlarge {
  margin: 4rem 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.modal-outer.active {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 720px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1.6rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .modal-inner {
    padding: 3.2rem;
  }
}

.js-modal-close {
  position: fixed;
  top: 0.5rem;
  right: 1.4rem;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .js-modal-close {
    top: 1.2rem;
    right: 2.6rem;
    font-size: 3rem;
  }
}

.textIn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.textIn span {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  opacity: 0;
}
.textIn.is-visible:not(.delay) span:nth-child(1) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(2) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(3) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(4) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(5) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(6) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(7) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(8) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(9) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(10) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(11) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(12) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(13) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(14) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(15) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(16) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(17) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(18) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(19) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
}
.textIn.is-visible:not(.delay) span:nth-child(20) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}
.textIn.is-visible.delay span:nth-child(1) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}
.textIn.is-visible.delay span:nth-child(2) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
}
.textIn.is-visible.delay span:nth-child(3) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}
.textIn.is-visible.delay span:nth-child(4) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
}
.textIn.is-visible.delay span:nth-child(5) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}
.textIn.is-visible.delay span:nth-child(6) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
}
.textIn.is-visible.delay span:nth-child(7) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}
.textIn.is-visible.delay span:nth-child(8) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
}
.textIn.is-visible.delay span:nth-child(9) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}
.textIn.is-visible.delay span:nth-child(10) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}
.textIn.is-visible.delay span:nth-child(11) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}
.textIn.is-visible.delay span:nth-child(12) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
}
.textIn.is-visible.delay span:nth-child(13) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}
.textIn.is-visible.delay span:nth-child(14) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
}
.textIn.is-visible.delay span:nth-child(15) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}
.textIn.is-visible.delay span:nth-child(16) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
}
.textIn.is-visible.delay span:nth-child(17) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}
.textIn.is-visible.delay span:nth-child(18) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
}
.textIn.is-visible.delay span:nth-child(19) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}
.textIn.is-visible.delay span:nth-child(20) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.is-visible:not(.delay) {
  -webkit-animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fadeIn.is-visible.delay {
  -webkit-animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
  animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.is-visible:not(.delay) {
  -webkit-animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fadeUp.is-visible.delay {
  -webkit-animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
  animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}

.shutterIn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff55e;
}
.shutterIn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #333;
  width: 0;
  height: 1px;
}
.shutterIn.is-visible {
  -webkit-animation: byeShutter 1.8s forwards;
  animation: byeShutter 1.8s forwards;
}
.shutterIn.is-visible::before {
  -webkit-animation: shutterOpen 1.8s forwards;
  animation: shutterOpen 1.8s forwards;
}

@-webkit-keyframes textIn {
  0% {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textIn {
  0% {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }
  99% {
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  99% {
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
    background-color: #333;
  }
  40% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: #fff55e;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
    background-color: #333;
  }
  40% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: #fff55e;
  }
}
@-webkit-keyframes zoomIn {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomIn {
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  word-wrap: break-word;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
a.link {
  color: rgba(51, 51, 51, 0.7);
}
a.link:not(.icon) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
a.link.icon {
  position: relative;
}
a.link.icon::before {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  background: transparent !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

hr {
  border-color: rgba(51, 51, 51, 0.1);
}
hr.liner {
  margin: 2.5rem auto;
}
hr.liner--dashed {
  border-style: dashed;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1226px) {
  .pc {
    display: block !important;
  }
}

@media screen and (min-width: 1226px) {
  .md {
    display: none !important;
  }
}

.corner {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 2rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .corner {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 0 0 0 3rem;
  }
}
.corner--top, .corner--bottom {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  overflow: hidden;
}
.corner--top::before, .corner--bottom::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 2rem 2rem 0 0 #fff;
  box-shadow: 2rem 2rem 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.corner--top {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
}
.corner--bottom {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%) rotate(-90deg);
  transform: translateY(100%) rotate(-90deg);
}
@media screen and (min-width: 1024px) {
  .page.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 576px) {
  .page.container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .page.container {
    padding-left: 2.666666rem;
    padding-right: 2.666666rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .page.container {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: calc(980px + 8rem);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1226px) {
  .page.container {
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: calc(980px + 12rem);
  }
}

.content-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .content-inner {
    padding-left: 2.666666rem;
    padding-right: 2.666666rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content-inner {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: calc(980px + 8rem);
  }
}
@media screen and (min-width: 1226px) {
  .content-inner {
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: calc(980px + 12rem);
  }
}
@media screen and (min-width: 1024px) {
  .content-inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

.common-photo .photo:first-child {
  margin-bottom: 2rem;
}
.common-photo .photo .photo-inner {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .common-photo .photo .photo-inner {
    text-align: center;
  }
}
.common-photo .photo .photo-note {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .common-photo .photo .photo-note {
    font-size: 1.4rem;
    text-align: left;
  }
}
.common-photo .photo img {
  width: 100%;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .common-photo .photo img {
    width: auto;
  }
}
.common-photo .text:first-child {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .common-photo.photo-center .photo {
    margin: 0 auto 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.common-photo.photo-right, .common-photo.photo-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right, .common-photo.photo-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right .photo,
  .common-photo.photo-right .text, .common-photo.photo-left .photo,
  .common-photo.photo-left .text {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right .photo img, .common-photo.photo-left .photo img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .common-photo.photo-right.photo-reverse, .common-photo.photo-left.photo-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.common-photo.photo-acenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-float {
  overflow: hidden;
}
.photo-float-item {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .photo-float-item {
    width: 30%;
  }
}

.img-responsive {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .img-responsive {
    max-width: 100%;
  }
}

.border-box {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.border-box--base {
  border-color: #333;
}
.border-box--primary {
  border-color: #fff55e;
}
.border-box--primary-marker {
  border-color: #fff991;
}
.border-box--primary-container {
  border-color: #fffef2;
}
.border-box--secondary {
  border-color: #31a9e9;
}
.border-box--secondary-text {
  border-color: #1379b0;
}
.border-box--secondary-container {
  border-color: #f5fafc;
}
.border-box--tertiary {
  border-color: #ffa9a9;
}
.border-box--tertiary-container {
  border-color: #fff7f7;
}
.border-box--error {
  border-color: #dc362e;
}
.border-box--footer-container {
  border-color: #f5f5f5;
}
.border-box--border-color {
  border-color: rgba(51, 51, 51, 0.1);
}
.border-box--text-color {
  border-color: #333;
}
.border-box--link-color {
  border-color: rgba(51, 51, 51, 0.7);
}
.border-box--base-10 {
  border-color: rgba(51, 51, 51, 0.1);
}
.border-box--base-20 {
  border-color: rgba(51, 51, 51, 0.2);
}
.border-box--base-30 {
  border-color: rgba(51, 51, 51, 0.3);
}
.border-box--base-40 {
  border-color: rgba(51, 51, 51, 0.4);
}
.border-box--base-50 {
  border-color: rgba(51, 51, 51, 0.5);
}
.border-box--base-60 {
  border-color: rgba(51, 51, 51, 0.6);
}
.border-box--base-70 {
  border-color: rgba(51, 51, 51, 0.7);
}
.border-box--base-80 {
  border-color: rgba(51, 51, 51, 0.8);
}
.border-box--base-90 {
  border-color: rgba(51, 51, 51, 0.9);
}
.border-box--primary-10 {
  border-color: #292601;
}
.border-box--primary-20 {
  border-color: #575209;
}
.border-box--primary-30 {
  border-color: #857e18;
}
.border-box--primary-40 {
  border-color: #aba32b;
}
.border-box--primary-50 {
  border-color: #ccc339;
}
.border-box--primary-60 {
  border-color: #e0d63d;
}
.border-box--primary-70 {
  border-color: #f0e543;
}
.border-box--primary-80 {
  border-color: #fff55e;
}
.border-box--primary-90 {
  border-color: #fff991;
}
.border-box--primary-95 {
  border-color: #fffdd6;
}
.border-box--primary-99 {
  border-color: #fffef2;
}
.border-box--primary-on-high {
  border-color: #fff55e;
}
.border-box--primary-on-medium {
  border-color: rgba(255, 245, 94, 0.74);
}
.border-box--primary-on-disabled {
  border-color: rgba(255, 245, 94, 0.38);
}
.border-box--secondary-10 {
  border-color: #012c42;
}
.border-box--secondary-20 {
  border-color: #064d73;
}
.border-box--secondary-30 {
  border-color: #0c6696;
}
.border-box--secondary-40 {
  border-color: #1379b0;
}
.border-box--secondary-50 {
  border-color: #1d93d1;
}
.border-box--secondary-60 {
  border-color: #31a9e9;
}
.border-box--secondary-70 {
  border-color: #49b9f5;
}
.border-box--secondary-80 {
  border-color: #6dcafc;
}
.border-box--secondary-90 {
  border-color: #9cdcff;
}
.border-box--secondary-95 {
  border-color: #d6f1ff;
}
.border-box--secondary-99 {
  border-color: #f5fafc;
}
.border-box--secondary-on-high {
  border-color: #31a9e9;
}
.border-box--secondary-on-medium {
  border-color: rgba(49, 169, 233, 0.74);
}
.border-box--secondary-on-disabled {
  border-color: rgba(49, 169, 233, 0.38);
}
.border-box--tertiary-10 {
  border-color: #4d0c0c;
}
.border-box--tertiary-20 {
  border-color: #7d1e1e;
}
.border-box--tertiary-30 {
  border-color: #ba3c3c;
}
.border-box--tertiary-40 {
  border-color: #de5d5d;
}
.border-box--tertiary-50 {
  border-color: #f57a7a;
}
.border-box--tertiary-60 {
  border-color: #ff8f8f;
}
.border-box--tertiary-70 {
  border-color: #ffa9a9;
}
.border-box--tertiary-80 {
  border-color: #ffc4c4;
}
.border-box--tertiary-90 {
  border-color: #ffd6d6;
}
.border-box--tertiary-95 {
  border-color: #ffebeb;
}
.border-box--tertiary-99 {
  border-color: #fff7f7;
}
.border-box--tertiary-on-high {
  border-color: #ffa9a9;
}
.border-box--tertiary-on-medium {
  border-color: rgba(255, 169, 169, 0.74);
}
.border-box--tertiary-on-disabled {
  border-color: rgba(255, 169, 169, 0.38);
}
.border-box--gray-10 {
  border-color: #575757;
}
.border-box--gray-20 {
  border-color: #717171;
}
.border-box--gray-30 {
  border-color: #8a8a8a;
}
.border-box--gray-40 {
  border-color: #a4a4a4;
}
.border-box--gray-50 {
  border-color: #bdbdbd;
}
.border-box--gray-60 {
  border-color: #cacaca;
}
.border-box--gray-70 {
  border-color: #d7d7d7;
}
.border-box--gray-80 {
  border-color: #e3e3e3;
}
.border-box--gray-90 {
  border-color: #f0f0f0;
}
.border-box--gray-100 {
  border-color: #f8f8f8;
}
.border-box--gray-dark {
  border-color: rgba(51, 51, 51, 0.7);
}
.border-box--gray-container {
  border-color: #f8f8f8;
}
.border-box--gray-sub {
  border-color: #6e6e6e;
}
.border-box--red {
  border-color: #da4453;
}
.border-box--orange {
  border-color: #e9573f;
}
.border-box--yellow {
  border-color: #fff350;
}
.border-box--green {
  border-color: #8cc152;
}
.border-box--blue {
  border-color: #4a89dc;
}
.border-box--pink {
  border-color: #f16f77;
}
.border-box--purple {
  border-color: #967adc;
}
.border-box--cyan {
  border-color: #4fc1e9;
}
.border-box--gray {
  border-color: #bdbdbd;
}
.border-box--black {
  border-color: #000;
}
.border-box--white {
  border-color: #fff;
}
.border-box--light-gray {
  border-color: #fdfdfd;
}
.border-box--light-green {
  border-color: #f5faf0;
}
.border-box--light-pink {
  border-color: white;
}

.color-box {
  background-color: #f0f0f0;
  border-radius: 1.6rem;
}
.color-box--base {
  background-color: #333;
}
.color-box--primary {
  background-color: #fff55e;
}
.color-box--primary-marker {
  background-color: #fff991;
}
.color-box--primary-container {
  background-color: #fffef2;
}
.color-box--secondary {
  background-color: #31a9e9;
}
.color-box--secondary-text {
  background-color: #1379b0;
}
.color-box--secondary-container {
  background-color: #f5fafc;
}
.color-box--tertiary {
  background-color: #ffa9a9;
}
.color-box--tertiary-container {
  background-color: #fff7f7;
}
.color-box--error {
  background-color: #dc362e;
}
.color-box--footer-container {
  background-color: #f5f5f5;
}
.color-box--border-color {
  background-color: rgba(51, 51, 51, 0.1);
}
.color-box--text-color {
  background-color: #333;
}
.color-box--link-color {
  background-color: rgba(51, 51, 51, 0.7);
}
.color-box--base-10 {
  background-color: rgba(51, 51, 51, 0.1);
}
.color-box--base-20 {
  background-color: rgba(51, 51, 51, 0.2);
}
.color-box--base-30 {
  background-color: rgba(51, 51, 51, 0.3);
}
.color-box--base-40 {
  background-color: rgba(51, 51, 51, 0.4);
}
.color-box--base-50 {
  background-color: rgba(51, 51, 51, 0.5);
}
.color-box--base-60 {
  background-color: rgba(51, 51, 51, 0.6);
}
.color-box--base-70 {
  background-color: rgba(51, 51, 51, 0.7);
}
.color-box--base-80 {
  background-color: rgba(51, 51, 51, 0.8);
}
.color-box--base-90 {
  background-color: rgba(51, 51, 51, 0.9);
}
.color-box--primary-10 {
  background-color: #292601;
}
.color-box--primary-20 {
  background-color: #575209;
}
.color-box--primary-30 {
  background-color: #857e18;
}
.color-box--primary-40 {
  background-color: #aba32b;
}
.color-box--primary-50 {
  background-color: #ccc339;
}
.color-box--primary-60 {
  background-color: #e0d63d;
}
.color-box--primary-70 {
  background-color: #f0e543;
}
.color-box--primary-80 {
  background-color: #fff55e;
}
.color-box--primary-90 {
  background-color: #fff991;
}
.color-box--primary-95 {
  background-color: #fffdd6;
}
.color-box--primary-99 {
  background-color: #fffef2;
}
.color-box--primary-on-high {
  background-color: #fff55e;
}
.color-box--primary-on-medium {
  background-color: rgba(255, 245, 94, 0.74);
}
.color-box--primary-on-disabled {
  background-color: rgba(255, 245, 94, 0.38);
}
.color-box--secondary-10 {
  background-color: #012c42;
}
.color-box--secondary-20 {
  background-color: #064d73;
}
.color-box--secondary-30 {
  background-color: #0c6696;
}
.color-box--secondary-40 {
  background-color: #1379b0;
}
.color-box--secondary-50 {
  background-color: #1d93d1;
}
.color-box--secondary-60 {
  background-color: #31a9e9;
}
.color-box--secondary-70 {
  background-color: #49b9f5;
}
.color-box--secondary-80 {
  background-color: #6dcafc;
}
.color-box--secondary-90 {
  background-color: #9cdcff;
}
.color-box--secondary-95 {
  background-color: #d6f1ff;
}
.color-box--secondary-99 {
  background-color: #f5fafc;
}
.color-box--secondary-on-high {
  background-color: #31a9e9;
}
.color-box--secondary-on-medium {
  background-color: rgba(49, 169, 233, 0.74);
}
.color-box--secondary-on-disabled {
  background-color: rgba(49, 169, 233, 0.38);
}
.color-box--tertiary-10 {
  background-color: #4d0c0c;
}
.color-box--tertiary-20 {
  background-color: #7d1e1e;
}
.color-box--tertiary-30 {
  background-color: #ba3c3c;
}
.color-box--tertiary-40 {
  background-color: #de5d5d;
}
.color-box--tertiary-50 {
  background-color: #f57a7a;
}
.color-box--tertiary-60 {
  background-color: #ff8f8f;
}
.color-box--tertiary-70 {
  background-color: #ffa9a9;
}
.color-box--tertiary-80 {
  background-color: #ffc4c4;
}
.color-box--tertiary-90 {
  background-color: #ffd6d6;
}
.color-box--tertiary-95 {
  background-color: #ffebeb;
}
.color-box--tertiary-99 {
  background-color: #fff7f7;
}
.color-box--tertiary-on-high {
  background-color: #ffa9a9;
}
.color-box--tertiary-on-medium {
  background-color: rgba(255, 169, 169, 0.74);
}
.color-box--tertiary-on-disabled {
  background-color: rgba(255, 169, 169, 0.38);
}
.color-box--gray-10 {
  background-color: #575757;
}
.color-box--gray-20 {
  background-color: #717171;
}
.color-box--gray-30 {
  background-color: #8a8a8a;
}
.color-box--gray-40 {
  background-color: #a4a4a4;
}
.color-box--gray-50 {
  background-color: #bdbdbd;
}
.color-box--gray-60 {
  background-color: #cacaca;
}
.color-box--gray-70 {
  background-color: #d7d7d7;
}
.color-box--gray-80 {
  background-color: #e3e3e3;
}
.color-box--gray-90 {
  background-color: #f0f0f0;
}
.color-box--gray-100 {
  background-color: #f8f8f8;
}
.color-box--gray-dark {
  background-color: rgba(51, 51, 51, 0.7);
}
.color-box--gray-container {
  background-color: #f8f8f8;
}
.color-box--gray-sub {
  background-color: #6e6e6e;
}
.color-box--red {
  background-color: #da4453;
}
.color-box--orange {
  background-color: #e9573f;
}
.color-box--yellow {
  background-color: #fff350;
}
.color-box--green {
  background-color: #8cc152;
}
.color-box--blue {
  background-color: #4a89dc;
}
.color-box--pink {
  background-color: #f16f77;
}
.color-box--purple {
  background-color: #967adc;
}
.color-box--cyan {
  background-color: #4fc1e9;
}
.color-box--gray {
  background-color: #bdbdbd;
}
.color-box--black {
  background-color: #000;
}
.color-box--white {
  background-color: #fff;
}
.color-box--light-gray {
  background-color: #fdfdfd;
}
.color-box--light-green {
  background-color: #f5faf0;
}
.color-box--light-pink {
  background-color: white;
}

.border-box,
.color-box {
  padding: 2rem;
  border-radius: 1.6rem;
}
.border-box--contact,
.color-box--contact {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .border-box,
  .color-box {
    padding: 2.8rem;
  }
}

.text-wrapper {
  margin: 2.4rem auto;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .text-wrapper {
    padding: 2.8rem;
  }
}
.text-wrapper p:last-child {
  margin-bottom: 0;
}
.text-wrapper--contact {
  padding: 8%;
}
.text-wrapper .grid > div:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .text-wrapper {
    padding: 3.8rem 4rem 4.2rem;
  }
  .text-wrapper--contact {
    padding: 4rem;
  }
  .text-wrapper .grid > div:not(:last-child) {
    margin-bottom: 0;
  }
}

.marker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff991), to(transparent));
  background-image: linear-gradient(90deg, #fff991 90%, transparent);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 1.3em;
  padding: 0 0.25em;
}

.marker-animation {
  padding: 0 0.25em;
}
.marker-animation.is-visible {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #fff991), to(transparent));
  background-image: linear-gradient(90deg, #fff991 90%, transparent);
  background-repeat: no-repeat;
  background-size: 200% 1.3em;
  /*2つ目の値でマーカーの太さを変える*/
  background-position: 0% bottom;
  -webkit-animation: marker 3s ease 0s;
  animation: marker 3s ease 0s;
  /*マーカーを引く速度*/
}

@-webkit-keyframes marker {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}

@keyframes marker {
  0% {
    background-position: right -100% bottom;
  }
  100% {
    background-position: 0% bottom;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card {
  height: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .card {
    font-size: 1.6rem;
  }
}
.card__link, .card__item {
  height: 100%;
  border-radius: 1.6rem;
  border: 1px solid #333;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__link .card__content, .card__item .card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (hover: hover) {
  .card__link:hover {
    opacity: 1;
    background-color: #fffef2;
  }
}
.card__photo {
  border-bottom: 1px solid #333;
}
.card__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__more {
  padding: 1.6rem 2rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .card__more {
    padding: 2rem 2.8rem;
  }
}
.card__more::after {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e915";
  font-family: "potaicon";
  font-size: 1.4rem;
  background: #fff55e;
}
.card__more--inbox {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.card__more--inbox::after {
  right: 0;
}
.card__title {
  margin-bottom: 0.8rem;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .card__title {
    margin-bottom: 1.6rem;
  }
}
.card__content {
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .card__content {
    padding: 2.8rem;
  }
}
.card__content ~ .card__more {
  border-top: 1px solid #333;
}
.card--image .card__link {
  padding: 0;
}
.card--image .card__more {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .card--image .card__more {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.card--image .card__more::after {
  right: 1.8rem;
}
.card .heading-point {
  margin: 0 auto 1.4rem;
  font-size: 1.8rem;
}
.card .text-point {
  margin-bottom: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: lighter;
}
.card .text-point span {
  font-size: 2.2rem;
  padding-left: 0.8rem;
}

.numbered-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.numbered-card hr {
  margin: 1.6rem auto;
}
.numbered-card .numbered-card-box {
  width: 100%;
  border: 1px solid #333;
  border-radius: 1.6rem;
  background-color: #fffef2;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .numbered-card .numbered-card-box {
    width: calc(50% - 1rem);
    padding: 3.2rem;
  }
}
.numbered-card .numbered-card-box-title {
  margin-bottom: 0;
}
.numbered-card .numbered-card-box-title--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.numbered-card .numbered-card-box-title__num {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  color: #ffa9a9;
}
@media screen and (min-width: 1024px) {
  .numbered-card .numbered-card-box-title__num {
    font-size: 1.8rem;
  }
}
.numbered-card .numbered-card-box-title__text {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .numbered-card .numbered-card-box-title__text {
    font-size: 2.2rem;
  }
}

.contents-list {
  margin-bottom: 4rem;
  padding: 0.5rem 4rem;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
.contents-list a {
  color: rgba(51, 51, 51, 0.7);
}
@media (hover: hover) {
  .contents-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .contents-list {
    margin: 40px 0 40px;
  }
  .contents-list:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .contents-list .underline {
    text-decoration: underline !important;
  }
}
.contents-list .title {
  margin-bottom: 15px;
}
.contents-list li {
  padding-left: 1.4em;
  position: relative;
}
.contents-list li::before {
  width: 8px;
  height: 8px;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
}
.contents-list li + li {
  margin-top: 1.6rem;
}

.showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.showcase .showcase-box {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #333;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .showcase .showcase-box {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .showcase .showcase-box {
    width: calc(33.3333333333% - 1.4rem);
  }
}
.showcase .showcase-box:nth-child(odd) {
  background-color: #fffef2;
}
.showcase .showcase-box:nth-child(even) {
  background-color: #f5fafc;
}
.showcase .showcase-box-title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 1.8rem;
  font-weight: bold;
}

.page-hero {
  margin: 0.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-hero {
    margin: 1.2rem;
  }
}
.page-hero-inner {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  padding: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .page-hero-inner {
    padding: 4rem 5% 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.page-hero-picture {
  position: relative;
  border-radius: 2rem;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-hero-picture {
    border-radius: 3rem;
  }
}
.page-hero-picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.01%, rgba(0, 0, 0, 0.4)), color-stop(30.33%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 0.01%, rgba(0, 0, 0, 0.2) 30.33%);
  z-index: 1;
}
.page-hero-picture img {
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-hero-picture img {
    height: 40vw;
  }
}
.page-hero-picture--empty::before {
  display: none;
}
.page-hero-picture--empty img {
  height: 74vw;
  max-height: 276px;
}
@media screen and (min-width: 768px) {
  .page-hero-picture--empty img {
    height: 26vw;
    max-height: 348px;
  }
}
.page-hero-title {
  color: #fff;
}
.page-hero-title__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-hero-title__heading span {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.page-hero-title__heading--en {
  background: -webkit-gradient(linear, left top, right top, from(#d6f1ff), to(#fffdd6));
  background: linear-gradient(90deg, #d6f1ff, #fffdd6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 3.5rem;
  line-height: 1.25;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-hero-title__heading--en {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-hero-title__heading--en {
    font-size: 6rem;
    font-weight: lighter;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1226px) {
  .page-hero-title__heading--en {
    font-size: 8rem;
  }
}
.page-hero-title__description {
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-hero-title__description {
    font-size: 2rem;
  }
}
.page-hero-title--empty .page-hero-title__heading--en {
  position: absolute;
  bottom: -0.28em;
  left: 2rem;
  color: rgba(255, 255, 255, 0.06);
  background: none;
  white-space: nowrap;
  -webkit-text-fill-color: unset;
}
@media screen and (min-width: 768px) {
  .page-hero-title--empty .page-hero-title__heading--en {
    left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-hero-title--empty .page-hero-title__heading--en {
    font-size: 7rem;
    bottom: -0.19em;
  }
}
@media screen and (min-width: 1226px) {
  .page-hero-title--empty .page-hero-title__heading--en {
    font-size: 12rem;
  }
}
.page-hero-title--empty .page-hero-title__heading--en br {
  display: none;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(1) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(2) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(3) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(4) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(5) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(6) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(7) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(8) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(9) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.9s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(10) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(11) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(12) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(13) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(14) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(15) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(16) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(17) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(18) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(19) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(20) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(21) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(22) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(23) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(24) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}
.page-hero.is-visible .page-hero-title__heading span:nth-child(25) {
  -webkit-animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
  animation: textIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
}
.page-hero.is-visible .page-hero-title__heading--en {
  -webkit-animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  animation: fadeUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}
.page-hero.is-visible .page-hero-title__description {
  -webkit-animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
  animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
}
.page-hero.is-visible .page-hero-picture:not(.page-hero-picture--empty) img {
  -webkit-animation: zoomOut 3.8s ease-in-out forwards;
  animation: zoomOut 3.8s ease-in-out forwards;
}

.contact-box {
  font-size: 1.5rem;
}
.contact-box .contact-btn-list {
  margin: 2.4rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.contact-box .contact-btn-list .btn {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}
.contact-box hr {
  margin: 3.5rem auto;
  border-color: #fff55e;
}
.contact-box .heading,
.contact-box .lead {
  word-break: keep-all;
}

.navigation-list {
  font-size: 1.3rem;
}
.navigation-list__item:not(:last-child) {
  margin-bottom: 1.3rem;
}
.navigation-list a {
  color: rgba(51, 51, 51, 0.5);
}

.interview .interview-wrapper {
  padding-bottom: 1.25rem;
  overflow: auto;
}
.interview .interview-list {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-left: 2rem;
  margin-right: 2rem;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .interview .interview-list {
    min-width: auto;
    margin: 0;
    padding: 0 2rem;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview .interview-list {
    margin-left: 0;
    padding: 0;
  }
}
.interview .interview-item {
  width: 248px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview .interview-item {
    width: 33.3333333333%;
  }
}
.interview .interview-item__picture {
  margin-bottom: 0.8rem;
  aspect-ratio: 3/4;
  position: relative;
}
.interview .interview-item__picture img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 1024px) {
  .interview .interview-item__picture img--campuslife {
    height: 418px;
  }
}
.interview .interview-item__picture .corner {
  width: 4.4rem;
  height: 4.4rem;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .interview .interview-item__picture .corner {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.interview .interview-item__picture .corner--top, .interview .interview-item__picture .corner--bottom {
  width: 1rem;
  height: 1rem;
}
.interview .interview-item__picture .corner--top::before, .interview .interview-item__picture .corner--bottom::before {
  -webkit-box-shadow: 1rem 1rem 0 0 #fff;
  box-shadow: 1rem 1rem 0 0 #fff;
}
.interview .interview-item__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  background-color: #fff55e;
  border-radius: 50%;
  z-index: 1;
}
.interview .interview-item__icon .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .interview .interview-item__icon {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.interview .interview-item__employer {
  position: absolute;
  top: 1.5rem;
  left: 1.2rem;
  background-color: #fff;
  padding: 0.9rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 5rem;
}
@media screen and (min-width: 1024px) {
  .interview .interview-item__employer {
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
    left: 1.5rem;
  }
}
.interview .interview-link {
  position: relative;
  height: 100%;
  display: block;
}

.swiper-tools {
  margin-top: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .swiper-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.2rem;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-tools .swiper-pagination,
  .swiper-tools .swiper-pagination-horizontal {
    position: static;
  }
}
.swiper-tools .swiper-pagination {
  position: static;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .swiper-tools .swiper-pagination {
    margin-top: -1.6rem;
    padding-left: 0;
    width: calc(100% - 17.6rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.swiper-tools .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #dfdfdf;
}

.js-grid-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .js-grid-item {
    width: calc((100% - 6rem) / 3);
    margin-bottom: 3rem;
  }
}

.construct-header .header-inner-left,
.construct-header .header-inner-center,
.construct-header .header-menu-list {
  opacity: 0;
}
.construct-header.is-visible .header-inner-left,
.construct-header.is-visible .header-inner-center,
.construct-header.is-visible .header-menu-list {
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .youtube {
    border-radius: 3rem;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.loading-wrapper {
  background-color: #fff55e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.8s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.8s ease-out;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .loading-wrapper {
    padding: 3.4rem;
  }
}
.loading-wrapper.disabled {
  opacity: 0;
  visibility: hidden;
}

.loading-container {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .loading-container {
    border-radius: 3rem;
  }
}

.loading-content {
  height: 60%;
  max-height: 32rem;
}
.loading-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.loading-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading-text-wrap .loading-text {
  -webkit-animation: move-text 1s infinite alternate ease-in-out;
  animation: move-text 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move-text {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes move-text {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  background-color: #fff55e;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.info-news-list {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .info-news-list {
    border-top: none;
  }
}

.news-container + .news-container {
  border-top: solid 1px rgba(51, 51, 51, 0.1);
}
.news-container:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .news-container:hover {
    background-color: #fdfdfd;
    color: #333;
  }
}
.news-container .news-body {
  width: 100%;
  padding: 1em 0;
}
.news-container .news-anchor {
  padding: 1.5rem 1rem 1.3rem 0.8rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .news-container .news-anchor {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.7rem 0.8rem;
  }
}
@media (hover: hover) {
  .news-container .news-anchor:hover {
    background-color: #fffef2;
  }
}
.news-container .date {
  color: rgba(51, 51, 51, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .news-container .date {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
.news-container .category,
.news-container .news-category {
  margin-left: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news-container .category,
  .news-container .news-category {
    margin-left: 1.8rem;
  }
}
.news-container .category .category-label,
.news-container .category .category-item,
.news-container .news-category .category-label,
.news-container .news-category .category-item {
  color: #333;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-container .category .category-label,
  .news-container .category .category-item,
  .news-container .news-category .category-label,
  .news-container .news-category .category-item {
    min-width: 4em;
    font-size: 1.3rem;
  }
}
.news-container .title {
  color: #333;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .news-container .title {
    margin-left: 2rem;
    letter-spacing: 0.03em;
  }
}

.news-post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #a4a4a4;
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 2em;
}
.news-post-date::before {
  content: "\e929";
  font-family: "potaicon";
  color: #a4a4a4;
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.pagination-container {
  margin-top: 2.8rem;
}

.caution-news-list {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caution-news-container {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .caution-news-container {
    padding: 0.1em 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.caution-news-container + .caution-news-container {
  margin-top: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .caution-news-container + .caution-news-container {
    margin-top: 2.2rem;
  }
}
.caution-news-container .news-body {
  width: 100%;
}
.caution-news-container .news-anchor {
  display: block;
}
.caution-news-container .date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: rgba(51, 51, 51, 0.4);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .caution-news-container .date {
    width: 11.2rem;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .caution-news-container .category {
    padding: 2.4rem 1rem;
  }
}
.caution-news-container .category .category-label {
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  color: #333;
  display: block;
  font-size: 1rem;
  padding: 0.8rem 1.6rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .caution-news-container .category .category-label {
    min-width: 7em;
  }
}
@media screen and (min-width: 1024px) {
  .caution-news-container .title {
    width: calc(100% - 11.2rem);
  }
}
.caution-news-container .title a {
  display: block;
}
@media (hover: hover) {
  .caution-news-container .title a:hover {
    color: #ffa9a9;
  }
}

.closure-section-container + .closure-section-container {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .closure-section-container + .closure-section-container {
    margin-top: 7.2rem;
  }
}

.closure-section-name {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2.8rem;
  padding: 1.8rem 2rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.closure-section-name:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .closure-section-name {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
    padding: 2.4rem 0;
  }
}

.closure-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .closure-item-list {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .closure-item-list {
    padding: 0 2.666666rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .closure-item-list {
    padding: 0 4rem;
    max-width: calc(980px + 8rem);
  }
}
@media screen and (min-width: 1226px) {
  .closure-item-list {
    padding: 0 6rem;
    max-width: calc(980px + 12rem);
  }
}
@media screen and (min-width: 1024px) {
  .closure-item-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 0;
  }
}

.closure-item-container {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.8rem;
  height: 100%;
  text-align: center;
  border-radius: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .closure-item-container {
    padding: 1.6rem;
  }
}
.closure-item-container._closure .closure-title {
  background-color: #ffa9a9;
}
.closure-item-container._assist .closure-title {
  background-color: #aba32b;
}

.closure-title {
  background-color: #717171;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.4rem;
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  .closure-title {
    font-size: 1.5rem;
  }
}

.closure-date {
  margin: 1rem auto;
  font-size: 1.5rem;
  color: #333;
}

.closure-timezone {
  margin-bottom: 1rem;
}
.closure-timezone span {
  padding: 0.2rem 0.8rem;
  display: inline-block;
  font-size: 1.7rem;
}
.closure-timezone span.timezone_1 {
  background-color: #fff9ec;
}
.closure-timezone span.timezone_2 {
  background-color: #fffef2;
}

.closure-doctor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.closure-doctor {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1rem;
}
.closure-doctor + .closure-doctor:before {
  content: "→";
  display: inline-block;
  padding: 0 0.5rem;
}

.closure-comment {
  font-size: 1.5rem;
  color: #ffa9a9;
}

.schedule-list-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .schedule-list-wrapper {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .schedule-list-wrapper {
    padding: 0 2.666666rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .schedule-list-wrapper {
    padding: 0 4rem;
    max-width: calc(980px + 8rem);
  }
}
@media screen and (min-width: 1226px) {
  .schedule-list-wrapper {
    padding: 0 6rem;
    max-width: calc(980px + 12rem);
  }
}
@media screen and (min-width: 1024px) {
  .schedule-list-wrapper {
    padding: 0;
  }
}

.schedule-wrapper {
  position: relative;
}
.schedule-wrapper + .schedule-wrapper {
  margin-top: 4rem;
}

.schedule-section-name {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.section-schedule-wrapper {
  position: relative;
}

table.section-schedule-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 1.5rem;
}
table.section-schedule-table th,
table.section-schedule-table td {
  padding: 1.4rem 2rem;
  border: 1px solid rgba(51, 51, 51, 0.5);
}
table.section-schedule-table th {
  width: 20%;
  font-weight: normal;
}
table.section-schedule-table thead th,
table.section-schedule-table thead td {
  color: #fff;
  background-color: #31a9e9;
}
@media screen and (min-width: 768px) {
  table.section-schedule-table tbody th:nth-of-type(n + 2),
  table.section-schedule-table tbody td:nth-of-type(n + 2) {
    width: 15%;
  }
}
table.section-schedule-table tbody th {
  background-color: #fff;
  padding: 1em;
}
table.section-schedule-table tbody td {
  background-color: #fff;
  overflow-wrap: break-word;
  padding: 1em;
}
table.section-schedule-table .time-zone_1,
table.section-schedule-table .time-zone_2,
table.section-schedule-table .time-zone_3 {
  background-color: #fff;
  font-weight: bold;
  font-size: 0.9375em;
  white-space: nowrap;
}
table.section-schedule-table .reserve {
  background-color: #d7d7d7;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  display: inline-block;
  padding: 0.375em 0.5em;
  white-space: nowrap;
  display: inline;
  border-radius: 3px;
}
table.section-schedule-table .reserve.type_1 {
  background-color: #fff55e;
  display: none;
}
table.section-schedule-table .reserve.type_2 {
  background-color: #31a9e9;
}
table.section-schedule-table .reserve.type_3 {
  background-color: #fff;
  border: 1px solid #31a9e9;
  color: #31a9e9;
}
table.section-schedule-table .doctor-container {
  white-space: normal;
}
table.section-schedule-table .doctor-container + .doctor-container {
  margin-top: 1em;
}
table.section-schedule-table .doctor-name {
  margin-top: 0.25em;
  white-space: nowrap;
}
table.section-schedule-table .doctor-name.doctor-name-male, table.section-schedule-table .doctor-name.doctor-name-male a {
  color: rgba(51, 51, 51, 0.7);
}
table.section-schedule-table .doctor-name.doctor-name-female, table.section-schedule-table .doctor-name.doctor-name-female a {
  color: #f16f77;
}
table.section-schedule-table .doctor-name .doctor-referral.disabled {
  pointer-events: none;
}
table.section-schedule-table .comment,
table.section-schedule-table .comment-sub {
  font-size: 1.3rem;
}

.update-at-schedule {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  text-align: right;
}

.schedule-lower-comment {
  margin-top: 1em;
}

.lower-comment {
  font-size: 0.875em;
}
.lower-comment + .lower-comment {
  margin-top: 0.5em;
}

.btn-section-link {
  background-color: #fff55e;
  border: 1px solid #fff55e;
  border-radius: 1.6rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1em 0.6em 1.5em;
  text-decoration: none;
}
.btn-section-link::after {
  content: "\e915";
  font-family: "potaicon";
  color: #fff;
  margin-left: 1em;
}
@media (hover: hover) {
  .btn-section-link:hover {
    background: #fff;
    color: #fff55e;
  }
  .btn-section-link:hover::after {
    color: #fff55e;
    right: 0.6em;
  }
}

.recruit-list {
  width: 100%;
  border: solid 1px rgba(51, 51, 51, 0.1);
}
.recruit-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recruit-list li:not(:last-child) {
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}
@media screen and (min-width: 768px) {
  .recruit-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.jobs-heading {
  background-color: #fffef2;
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
  padding: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .jobs-heading {
    border-bottom: none;
    border-right: solid 1px rgba(51, 51, 51, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.jobs-heading .urgent {
  color: #f16f77;
}

.recruit-btn-wrapper {
  width: 100%;
}

.recruit-btn-container {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recruit-btn-container .btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

.btn-recruit {
  height: 100%;
  background-color: #31a9e9;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 1.6rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (hover: hover) {
  .btn-recruit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .btn-recruit .kubun,
  .btn-recruit .work-style {
    margin: 0 0.2rem;
    font-size: 1.8rem;
  }
}
.btn-recruit .urgent,
.btn-recruit .not-recruiting-word {
  font-size: 1.3rem;
  background-color: #fff;
  padding: 0 0.6rem;
  border-radius: 4px;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .btn-recruit .urgent,
  .btn-recruit .not-recruiting-word {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-recruit .urgent {
    margin: 0.4rem 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .btn-recruit .not-recruiting-word {
    margin: 0.4rem 2rem 0;
  }
}
.btn-recruit.shin {
  background-color: #aba32b;
  color: #fff;
}
.btn-recruit.shin .urgent {
  color: #aba32b;
}
.btn-recruit.chu {
  background-color: #31a9e9;
  border-color: #31a9e9;
  color: #fff;
}
.btn-recruit.chu .urgent {
  color: #31a9e9;
}
.btn-recruit.part {
  background-color: #f16f77;
  border-color: #f16f77;
  color: #fff;
}
.btn-recruit.part .urgent {
  color: #f16f77;
}
.btn-recruit.external-site-url {
  position: relative;
}
.btn-recruit.external-site-url::after {
  content: "\e91d";
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.875em;
  height: 0.875em;
}
@media screen and (min-width: 768px) {
  .btn-recruit.external-site-url::after {
    right: 1em;
    width: 1em;
    height: 1em;
  }
}
.btn-recruit.disabled {
  background-color: #cacaca;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: block;
  pointer-events: none;
  opacity: 0.3;
}

.btn-recruit-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-recruit-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.recruit-detail-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.recruit-detail-wrapper + .recruit-detail-wrapper {
  margin-top: 4rem;
}
.recruit-detail-wrapper a {
  color: #31a9e9;
}
@media (hover: hover) {
  .recruit-detail-wrapper a:hover {
    opacity: 0.5;
  }
}

.recruit-heading {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2.8rem;
  padding: 1.8rem 2rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.recruit-heading:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .recruit-heading {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
    padding: 2.4rem 0;
  }
}

.recruit-detail-list {
  display: block;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-detail-list {
    border-collapse: collapse;
    display: table;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-detail-list {
    padding: 0;
  }
}
.recruit-detail-list li {
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-detail-list li {
    display: table-row;
    margin-bottom: 0;
  }
  .recruit-detail-list li:nth-of-type(n + 2) {
    border-top: none;
  }
}
.recruit-detail-list li .detail-head {
  background-color: #fffef2;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: block;
  padding: 1.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .recruit-detail-list li .detail-head {
    width: 30%;
    border-right: 1px solid rgba(51, 51, 51, 0.1);
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
}
.recruit-detail-list li .detail-content {
  display: block;
  padding: 1.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .recruit-detail-list li .detail-content {
    display: table-cell;
  }
}

.form-btn-wrapper {
  margin-top: 4rem;
}

.form-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-proceed-form {
  background-color: #fff55e;
  border: 1px solid #fff55e;
  border-radius: 1.6rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1em 1em 1em 2em;
}
.btn-proceed-form::after {
  content: "\e915";
  font-family: "potaicon";
  color: #fff;
  margin-left: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (hover: hover) {
  .btn-proceed-form:hover {
    background-color: #fff;
    color: #fff55e;
  }
  .btn-proceed-form:hover::after {
    color: #fff55e;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.preview {
  background-color: #eef2f6;
  padding-bottom: 6rem;
}

.preview-header {
  background-color: #fff;
  margin-bottom: 6rem;
  padding: 1rem 0;
  text-align: center;
}

.preview-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-headline {
  font-size: 2rem;
  font-weight: bold;
}

.preview-block {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2rem;
}
.preview-block + .preview-block {
  margin-top: 4rem;
}

.preview-headline {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #717171;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.btn-anchor {
  background-color: #fff;
  border: 1px solid #31a9e9;
  border-radius: 1.6rem;
  color: #31a9e9;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8em;
  padding: 0.8em 1em;
}
.btn-anchor::after {
  content: "\e913";
  font-family: "potaicon";
  color: #31a9e9;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 1em;
  height: 1em;
}
@media (hover: hover) {
  .btn-anchor:hover::after {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
}

.btn-disabled {
  pointer-events: none;
}
/*# sourceMappingURL=map/module.css.map */