@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
* Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: $grid-gutter;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: $grid-gutter;
}

.g-4,
.gy-4 {
  --bs-gutter-y: $grid-gutter;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 30px !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 30px !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 30px !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 30px !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 30px !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 30px !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 30px !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 30px !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 30px !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 30px !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 30px !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 30px !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 30px !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 30px !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 30px !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 30px !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 30px !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 30px !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 30px !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 30px !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 30px !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 30px !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 30px !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 30px !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 30px !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 30px !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 30px !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 30px !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 30px !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 30px !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 30px !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 30px !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 30px !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 30px !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 30px !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 30px !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 30px !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 30px !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 30px !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 30px !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 30px !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 30px !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

a {
  color: #08c;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 1000px;
}

@media only screen and (max-width: 959px) and (max-width: 767px) {
  .m-footer {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .m-footer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 959px) and (max-width: 767px) {
  .m-footer {
    padding-right: 14px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .m-footer {
    padding-right: 20px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 960px), tv {
  .m-footer {
    width: 960px;
    margin: 40px auto 0 auto;
    padding-bottom: 100px;
  }
  .m-footer:after {
    content: "";
    display: block;
    clear: both;
  }
}
.m-footer .logo {
  width: 108px;
  margin: 20px auto 15px auto;
  padding-right: 8px;
}

.m-footer .logo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), print, tv {
  .m-footer .logo {
    float: left;
    margin: 0;
  }
}
.m-footer ul.links:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px), print, tv {
  .m-footer ul.links {
    float: right;
  }
}
.m-footer ul.links li {
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-footer ul.links li {
    display: inline-block;
  }
}
.m-footer ul.links li a {
  color: #808080;
  padding: 0 15px;
  border: solid #a2a2a2;
  border-width: 0 1px 0 1px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-footer ul.links li a {
    border-width: 0 0 0 1px;
  }
}
.m-footer ul.links li:last-child a {
  border-width: 0 1px 0 1px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-footer ul.links li:first-child a {
    border-width: 0;
  }
  .m-footer ul.links li:last-child a {
    border-width: 0 0 0 1px;
  }
}
.m-footer .copyright {
  font-size: 11px;
  text-align: center;
  color: #808080;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 959px), print {
  .m-footer .copyright {
    clear: left;
    float: none;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-footer .copyright {
    float: left;
    padding-top: 7px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 767px) {
  .m-footer .copyright {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 768px) {
  .m-footer .copyright {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto auto 60px;
  }
  .c-footer-sns--list + .c-footer-sns--list {
    margin-left: 1.5em;
  }
  .c-footer-sns--link:hover {
    opacity: 0.7;
  }
  .c-accordion--footer:after {
    width: 11px;
    height: 11px;
    right: 17px;
  }
  .c-accordion--footer.active:after {
    width: 11px;
    background-position: center;
  }
}
@media print, screen and (max-width: 768px) {
  .c-footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50vw;
    margin: auto auto 12vw;
  }
  .c-footer-sns--list {
    width: 14vw;
  }
  .c-footer-sns--list:not(:nth-child(3n)) {
    margin-right: 4vw;
  }
  .c-footer-sns--list:nth-child(n+4) {
    margin-top: 4vw;
  }
  .c-footer .c-accordion--sponly:after {
    background-image: url(/common_rn/btn_icon_plus_black.svg);
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 4.3vw;
  }
  .c-footer .c-accordion--sponly.active:after {
    background-image: url(/common_rn/btn_icon_minus_black.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c-accordion--footer:after {
    width: 3.5vw;
    height: 3.5vw;
    right: 4.5vw;
  }
  .c-accordion--footer.active:after {
    width: 3.5vw;
    background-position: center;
  }
}
@media print, screen and (min-width: 769px) {
  .c-carousel {
    padding-bottom: 55px;
  }
  .c-fv01 .c-carousel {
    padding-bottom: 35px;
  }
  .c-carousel.slick-initialized {
    padding-bottom: 0;
  }
  .c-carousel.js-c-carousel-sp .c-carousel__item:not(:first-child) {
    display: block;
  }
  .c-special__thumb-cap {
    max-width: 300px;
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-footer {
    max-width: 1170px;
    margin: 60px auto 30px;
  }
  .c-footer-benesse__link:hover {
    opacity: 0.7;
  }
  .c-footer-logo a:hover {
    opacity: 0.7;
  }
  .c-footer-logo a {
    display: inline-block;
  }
  .c-footer-link:hover {
    opacity: 0.7;
  }
  .c-footer-remark {
    text-align: center;
    margin-bottom: 50px;
  }
  .c-footer-remark__item {
    font-size: 10px;
    color: #888;
    letter-spacing: 0.05px;
    line-height: 1.5;
  }
  .c-footer-logos {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer-logos:first-child {
    margin-bottom: 30px;
  }
  .c-footer-logo:first-child {
    margin-bottom: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
  }
  .c-footer-logo:not(:first-child) {
    margin-right: 30px;
  }
  .c-footer-logo:last-child {
    margin-left: 0;
  }
  .c-footer-logo:nth-child(1) a {
    width: 280px;
  }
  .c-footer-logo:nth-child(2) a {
    width: 89px;
  }
  .c-footer-logo:nth-child(3) a {
    width: 150px;
  }
  .c-footer-logo:nth-child(4) a {
    width: 150px;
  }
  .s-footer-link__item--bg {
    padding: 14px 0;
    background-color: #f2f2f2;
    font-size: 12px;
    text-align: center;
    margin-bottom: 70px;
  }
  .c-footer-logo__img--kochare {
    width: auto;
    height: 25px;
  }
  .c-footer-link__item {
    margin-bottom: 70px;
    text-align: center;
  }
  .c-footer-link {
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
    border-bottom: 1px solid #888;
  }
  .c-footer-benesse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-benesse__link {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-benesse__link-item:first-child {
    margin-right: 30px;
  }
  .c-footer-benesse__link-item:not(:first-child) {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__logo {
    width: auto;
    height: 28px;
  }
  .c-footer-benesse__copy {
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #888;
  }
  .c-floatingcv {
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 100;
  }
  .c-floatingcv__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 125px;
    height: 125px;
    background: #fff039;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-floatingcv__btn:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-footer__logo--benesse {
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .c-footer {
    padding: 0 8vw;
    margin-top: 16vw;
    margin-bottom: 5.333333333vw;
  }
  .c-footer-remark {
    margin-bottom: 10.66666667vw;
    font-size: 2.666666667vw;
    line-height: 1.6;
    color: #888;
    letter-spacing: 0.0133333333vw;
  }
  .c-footer-remark__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .c-footer-logos {
    margin-bottom: 10.6666vw;
  }
  .c-footer-logo {
    margin: auto;
    margin-bottom: 5.3333vw;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-logo:last-child {
    margin-bottom: 0;
  }
  .c-footer-logo__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .c-footer-logo .c-footer-logo__img {
    height: 4vw;
  }
  .c-footer-logo:first-child .c-footer-logo__img {
    height: 5.3333vw;
  }
  .c-footer-logo__img--kochare {
    height: 4.26666667vw;
  }
  .c-footer-link {
    color: #888;
    font-size: 2.666666667vw;
    line-height: 1.6;
    letter-spacing: 0.0533333333vw;
    text-align: center;
  }
  .c-footer-link__item {
    color: #888;
    margin-bottom: 10.6666vw;
    text-align: center;
    line-height: 1.3;
  }
  .c-footer__logo--benesse {
    text-align: center;
  }
  .c-footer-logo--benesse {
    margin-top: 16.8vw;
    margin-bottom: 5.298666667vw;
    text-align: center;
  }
  .c-footer__copyright {
    font-size: 2.666666667vw;
    line-height: 1.6;
    letter-spacing: 0.0533333333vw;
    color: #888;
    text-align: center;
  }
  .c-footer-benesse__link {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-items {
    text-align: center;
  }
  .c-footer-benesse__link-item:not(:first-child) {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-item {
    margin-bottom: 5.3333vw;
  }
  .c-footer-benesse__logo {
    width: auto;
    height: 7.4666vw;
  }
  .c-footer-benesse__copy {
    font-size: 2.6666vw;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #888;
    text-align: center;
    padding-bottom: 5.3333vw;
  }
  .c-floatingcv {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .s-footer-link__item--bg {
    border-radius: 5px;
  }
  .c-footer {
    max-width: 1170px;
    margin: 60px auto 30px;
  }
  .s-footer-nav {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .s-footer-nav__item--ttl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0.07px;
    line-height: 1.57;
  }
  .s-footer-nav__item--ttl::before {
    position: absolute;
    content: "";
    left: 0;
    border-left: 3px solid #464646;
    height: 100%;
    border-radius: 5px;
  }
  .s-footer-nav__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
  }
  .s-footer-nav__items:not(:first-child) {
    margin-left: 30px;
  }
  .s-footer-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-footer-nav__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.06px;
    line-height: 1.667;
    color: #464646;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  .s-footer-nav__item-link:hover {
    opacity: 0.7;
  }
  .c-footer-benesse__link:hover {
    opacity: 0.7;
  }
  .c-footer-logo a:hover {
    opacity: 0.7;
  }
  .c-footer-logo a {
    display: inline-block;
  }
  .c-footer-link:hover {
    opacity: 0.7;
  }
  .s-footer-nav__item-link:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.314%22%20height%3D%2211.314%22%20viewBox%3D%220%200%2011.314%2011.314%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_495%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20495%22%20transform%3D%22translate(355.934%201068.914)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_137%22%20data-name%3D%22%E3%83%91%E3%82%B9%20137%22%20d%3D%22M1731%2C1058h3.014a2.994%2C2.994%2C0%2C0%2C0%2C2.986-2.986V1052%22%20transform%3D%22translate(2322.397%20583.132)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%2355a7ed%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 12px;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
  }
  .c-footer-remark {
    text-align: center;
    margin-bottom: 50px;
  }
  .c-footer-remark__item {
    font-size: 10px;
    color: #888;
    letter-spacing: 0.05px;
    line-height: 1.5;
  }
  .c-footer-logos {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer-logos:first-child {
    margin-bottom: 30px;
  }
  .c-footer-logo:first-child {
    margin-bottom: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
  }
  .c-footer-logo:not(:first-child) {
    margin-right: 30px;
  }
  .c-footer-logo:last-child {
    margin-left: 0;
  }
  .c-footer-logo:nth-child(1) a {
    width: 280px;
  }
  .c-footer-logo:nth-child(2) a {
    width: 89px;
  }
  .c-footer-logo:nth-child(3) a {
    width: 150px;
  }
  .c-footer-logo:nth-child(4) a {
    width: 150px;
  }
  .c-footer-logo__img--kochare {
    width: auto;
    height: 25px;
  }
  .c-footer-link__item {
    margin-bottom: 70px;
    text-align: center;
  }
  .c-footer-link {
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
    border-bottom: 1px solid #888;
  }
  .c-footer-benesse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-benesse__link {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-benesse__link-item:first-child {
    margin-right: 30px;
  }
  .c-footer-benesse__link-item:not(:first-child) {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__logo {
    width: auto;
    height: 28px;
  }
  .c-footer-benesse__copy {
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #888;
  }
  .c-floatingcv {
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 100;
  }
  .c-floatingcv__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 125px;
    height: 125px;
    background: #fff039;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-floatingcv__btn:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-footer__logo--benesse {
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .s-footer-link__item--bg {
    border-radius: 1.33333333vw;
  }
  .c-footer {
    padding: 0 8vw;
    margin-top: 16vw;
    margin-bottom: 5.333333333vw;
  }
  .s-footer-nav {
    margin-bottom: 10.66666667vw;
  }
  .s-footer-nav__ttl {
    margin-bottom: 2.095vw;
    font-size: 3.2vw;
    color: #464646;
    line-height: 1.5;
    letter-spacing: 0.016vw;
  }
  .s-footer-nav__item--ttl {
    position: relative;
    margin-bottom: 2.6666vw;
    padding-left: 3.7333vw;
    font-size: 3.7333vw;
    letter-spacing: 0.07px;
    line-height: 1.57;
  }
  .s-footer-nav__item--ttl::before {
    position: absolute;
    content: "";
    left: 0;
    border-left: 3px solid #464646;
    height: 100%;
    border-radius: 5px;
  }
  .s-footer-nav__items {
    display: none;
    margin-bottom: 10.6666vw;
    font-weight: 700;
  }
  .s-footer-nav__items:first-child {
    display: block;
  }
  .s-footer-nav__items:last-child {
    margin-bottom: 0;
  }
  .s-footer-nav__items--show-sp {
    display: block;
  }
  .s-footer-nav__item {
    font-size: 3.2vw;
    color: #464646;
    line-height: 1.8;
    letter-spacing: 0.0133333333vw;
  }
  .s-footer-nav__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 8vw;
    padding-top: 2.6666vw;
    padding-bottom: 2.6666vw;
    width: 100%;
    font-size: 3.2vw;
    letter-spacing: 0.06px;
    line-height: 1.667;
    color: #464646;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
  }
  .s-footer-nav__item-link:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.314%22%20height%3D%2211.314%22%20viewBox%3D%220%200%2011.314%2011.314%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_495%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20495%22%20transform%3D%22translate(355.934%201068.914)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_137%22%20data-name%3D%22%E3%83%91%E3%82%B9%20137%22%20d%3D%22M1731%2C1058h3.014a2.994%2C2.994%2C0%2C0%2C0%2C2.986-2.986V1052%22%20transform%3D%22translate(2322.397%20583.132)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%2355a7ed%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3vw;
    height: 3.2vw;
    background-repeat: no-repeat;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 4vw;
    bottom: 0;
  }
  .s-footer-nav__item--small {
    margin-right: auto;
    font-size: 2.666666667vw;
    line-height: 1.8;
    letter-spacing: 0.0133333333vw;
  }
  .c-footer-remark {
    margin-bottom: 10.66666667vw;
    font-size: 2.666666667vw;
    line-height: 1.6;
    color: #888;
    letter-spacing: 0.0133333333vw;
  }
  .c-footer-remark__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .c-footer-logos {
    margin-bottom: 10.6666vw;
  }
  .c-footer-logo {
    margin: auto;
    margin-bottom: 5.3333vw;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-logo:last-child {
    margin-bottom: 0;
  }
  .c-footer-logo__item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .c-footer-logo .c-footer-logo__img {
    height: 4vw;
  }
  .c-footer-logo:first-child .c-footer-logo__img {
    height: 5.3333vw;
  }
  .c-footer-logo__img--kochare {
    height: 4.26666667vw;
  }
  .c-footer-link {
    color: #888;
    font-size: 2.666666667vw;
    line-height: 1.6;
    letter-spacing: 0.0533333333vw;
    text-align: center;
  }
  .c-footer-link__item {
    color: #888;
    margin-bottom: 10.6666vw;
    text-align: center;
    line-height: 1.3;
  }
  .c-footer__logo--benesse {
    text-align: center;
  }
  .c-footer-logo--benesse {
    margin-top: 16.8vw;
    margin-bottom: 5.298666667vw;
    text-align: center;
  }
  .c-footer__copyright {
    font-size: 2.666666667vw;
    line-height: 1.6;
    letter-spacing: 0.0533333333vw;
    color: #888;
    text-align: center;
  }
  .c-footer-benesse__link {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-items {
    text-align: center;
  }
  .c-footer-benesse__link-item:not(:first-child) {
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 1.6;
    color: #888;
  }
  .c-footer-benesse__link-item {
    margin-bottom: 5.3333vw;
  }
  .c-footer-benesse__logo {
    width: auto;
    height: 7.4666vw;
  }
  .c-footer-benesse__copy {
    font-size: 2.6666vw;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #888;
    text-align: center;
    padding-bottom: 5.3333vw;
  }
  .c-floatingcv {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .c-modal {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .c-modal * {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .c-modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-modal__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .c-modal__close {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .c-modal__close:hover {
    opacity: 0.7;
  }
  .c-modal__close-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2211.945%22%20viewBox%3D%220%200%2018%2011.945%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_277%22%20data-name%3D%22%E3%83%91%E3%82%B9%20277%22%20d%3D%22M267.247%2C87.06%2C260.6%2C82.928l6.645-4.132a1%2C1%2C0%2C1%2C0-1.051-1.69l-7.479%2C4.65-7.479-4.65a1%2C1%2C0%2C1%2C0-1.051%2C1.69l6.646%2C4.132-6.646%2C4.132a1%2C1%2C0%2C0%2C0%2C1.051%2C1.69l7.479-4.65%2C7.479%2C4.65a1%2C1%2C0%2C1%2C0%2C1.051-1.69Z%22%20transform%3D%22translate(-249.717%20-76.955)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    width: 18px;
    height: 12px;
  }
  .c-modal__close-text {
    font-size: 10px;
  }
  .c-modal__body {
    overflow: auto;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    max-height: 100%;
    pointer-events: auto;
  }
  .c-modal__body-inner {
    padding: 30px;
  }
  .c-modal__img {
    border-radius: 5px;
  }
  .c-modal__recode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-modal__recode-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 5px;
    background-color: #55a7ed;
    width: 21%;
    padding: 20px;
  }
  .c-modal__recode-head-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    pointer-events: none;
  }
  .c-modal__recode-head-img-cap {
    border-radius: 5px;
  }
  .c-modal__recode-head-text {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    margin-top: 5px;
  }
  .c-modal__recode-main {
    width: 76%;
    margin-left: 3%;
  }
  .c-modal__recode-main-title {
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    line-height: 1.5;
  }
  .c-modal__recode-main-text {
    font-size: 14px;
    font-weight: 700;
    color: #464646;
    line-height: 1.5;
    margin-top: 20px;
  }
  .c-modal__member {
    padding: 40px;
  }
  .c-modal__member-h2 {
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .c-modal__member-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-modal__member-item {
    width: 48%;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 30px;
  }
  .c-modal__member-item + .c-modal__member-item {
    margin-left: 4%;
  }
  .c-modal__member-h3 {
    font-size: 16px;
    font-weight: 700;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .c-modal__member .c-btn {
    line-height: 1.6;
  }
  .c-modal__member .c-btn::after {
    right: 20px;
  }
  .c-modal__member-appeal + .c-modal__member-content {
    margin-top: 20px;
  }
  .c-modal .c-contact__thumb {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-modal .c-contact__content {
    width: 67%;
  }
  .c-modal .c-contact__tell {
    font-size: 14px;
  }
  .c-modal .c-contact__text {
    margin-top: 15px;
  }
  .c-modal .c-contact__thumb {
    height: 170px;
  }
  .c-modal .c-contact__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 170px;
  }
  .c-contact-remark .c-remark-list {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .c-modal {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .c-modal * {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .c-modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-modal__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    pointer-events: none;
  }
  .c-modal__close {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .c-modal__close-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2211.945%22%20viewBox%3D%220%200%2018%2011.945%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_277%22%20data-name%3D%22%E3%83%91%E3%82%B9%20277%22%20d%3D%22M267.247%2C87.06%2C260.6%2C82.928l6.645-4.132a1%2C1%2C0%2C1%2C0-1.051-1.69l-7.479%2C4.65-7.479-4.65a1%2C1%2C0%2C1%2C0-1.051%2C1.69l6.646%2C4.132-6.646%2C4.132a1%2C1%2C0%2C0%2C0%2C1.051%2C1.69l7.479-4.65%2C7.479%2C4.65a1%2C1%2C0%2C1%2C0%2C1.051-1.69Z%22%20transform%3D%22translate(-249.717%20-76.955)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    width: 18px;
    height: 12px;
  }
  .c-modal__close-text {
    font-size: 10px;
  }
  .c-modal__body {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #fff;
    width: 100%;
    max-height: 100%;
    pointer-events: auto;
  }
  .c-modal__body-inner {
    padding: 5.33333333vw;
  }
  .c-modal__img {
    border-radius: 1.33333333vw;
  }
  .c-modal__recode-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1.33333333vw;
    background-color: #55a7ed;
    padding: 5.33333333vw;
  }
  .c-modal__recode-head-img {
    text-align: center;
    width: 43%;
    margin-left: 7%;
    pointer-events: none;
  }
  .c-modal__recode-head-img-cap {
    border-radius: 5px;
  }
  .c-modal__recode-head-text {
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    width: 50%;
  }
  .c-modal__recode-main {
    margin-top: 5.33333333vw;
  }
  .c-modal__recode-main-title {
    font-size: 4.26666666vw;
    font-weight: 700;
    color: #464646;
    line-height: 1.5;
  }
  .c-modal__recode-main-text {
    font-size: 3.73333333vw;
    font-weight: 400;
    color: #464646;
    line-height: 1.5;
    margin-top: 5.33333333vw;
  }
  .c-modal__body__slider .c-carousel__arrow--prev {
    left: -4vw;
  }
  .c-modal__body__slider .c-carousel__arrow--next {
    right: -4vw;
  }
  .c-modal__member {
    padding: 15vw 4vw;
  }
  .c-modal__member-h2 {
    font-size: 3.7333vw;
    font-weight: 700;
    color: #2C2C2C;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2.6667vw;
  }
  .c-modal__member-item {
    border-radius: 1.33333333vw;
    background-color: #f6f6f6;
    padding: 5.33333333vw;
  }
  .c-modal__member-item + .c-modal__member-item {
    margin-top: 5.33333333vw;
  }
  .c-modal__member-h3 {
    font-size: 3.73333333vw;
    font-weight: 700;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .c-modal__member .c-btn:not(:last-child) {
    margin-bottom: 2.66666666vw;
  }
  .c-modal__member .c-btn {
    font-size: 3.73333333vw;
    line-height: 1.6;
  }
  .c-modal__member .c-btn::after {
    right: 2.66666666vw;
  }
  .c-modal__member-appeal + .c-modal__member-content {
    margin-top: 5.33333333vw;
  }
  .c-modal__member-appeal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4vw 4vw;
  }
  .c-modal__member-appeal-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .c-modal__member-appeal-item:not(:first-child) {
    margin-left: 2.66666666vw;
  }
  .c-modal__member-appeal-item--apple {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .c-modal__member-appeal-item--google {
    -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
  }
  .c-modal .c-contact__thumb {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-modal .c-contact__content {
    width: 67%;
  }
  .c-modal .c-contact__tell {
    font-size: 3.73333333vw;
  }
  .c-modal .c-contact__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-contact-remark .c-remark-list {
    margin-bottom: 0;
  }
}
[data-animation=fadeInUp] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
[data-animation=fadeInUp].is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-stagger=fadeInUp] > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
[data-stagger=fadeInUp].is-animated > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-benesse-browser .only-benesse-browser {
  display: block;
}
.is-benesse-browser .only-not-benesse-browser {
  display: none;
}

.is-not-benesse-browser .only-not-benesse-browser {
  display: block;
}
.is-not-benesse-browser .only-benesse-browser {
  display: none;
}

@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .tb {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .sp-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-tb {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .sp-tb {
    display: none;
  }
}

.mv {
  position: relative;
  padding: 24px 0 12px;
  padding-bottom: 128px;
  background: #e95293;
  text-align: center;
  overflow: hidden;
}
.mv .container {
  position: relative;
  z-index: 9;
}
.mv .mv_catch {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.mv .cv_btn_list {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mv .mv_flow {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.mv .mv_info_01 {
  position: relative;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  padding: 8px 24px 16px;
  color: #fff;
}
.mv .mv_info_01_title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
}
.mv .mv_info_01_notes {
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
}
.mv .mv_info_01_left, .mv .mv_info_01_right {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
.mv .mv_info_01_left::before, .mv .mv_info_01_left::after, .mv .mv_info_01_right::before, .mv .mv_info_01_right::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
}
.mv .mv_info_01_left {
  left: -12px;
}
.mv .mv_info_01_left::before {
  bottom: 0;
  left: 0;
}
.mv .mv_info_01_left::after {
  top: 0;
  left: 0;
}
.mv .mv_info_01_right {
  right: -12px;
}
.mv .mv_info_01_right::before {
  bottom: 0;
  right: 0;
}
.mv .mv_info_01_right::after {
  top: 0;
  right: 0;
}
.mv .mv_info_02 {
  position: relative;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  color: #fff;
}
.mv .mv_info_02_title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
}
.mv .mv_info_02_notes {
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
}
.mv .mv_info_02_notes span {
  font-size: 13px;
}
.mv .mv_scroll {
  margin-top: 24px;
}
.mv:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cover.png) repeat;
  background-size: 1620px;
  content: "";
  -webkit-animation: slideDiagonal 20s linear infinite;
          animation: slideDiagonal 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 15vw;
  }
  .mv .mv_info_01 {
    margin-top: 16px;
    padding: 0px 16px 8px;
  }
  .mv .mv_info_01_title {
    font-size: 15px;
  }
  .mv .mv_info_01_notes {
    margin-top: 4px;
    font-size: 12px;
  }
  .mv .mv_info_01_left, .mv .mv_info_01_right {
    width: 1px;
  }
  .mv .mv_info_01_left::before, .mv .mv_info_01_left::after, .mv .mv_info_01_right::before, .mv .mv_info_01_right::after {
    height: 1px;
  }
  .mv .mv_info_01_left {
    left: 0px;
  }
  .mv .mv_info_01_right {
    right: 0px;
  }
  .mv .mv_info_02 {
    margin-top: 8px;
    padding: 0px 16px 8px;
  }
  .mv .mv_info_02_title {
    font-size: 15px;
  }
  .mv .mv_info_02_notes {
    margin-top: 4px;
    font-size: 12px;
  }
  .mv .mv_info_02_notes span {
    font-size: 11px;
  }
  .mv .mv_scroll {
    margin-top: 8px;
  }
  .mv:before {
    background-size: 810px;
  }
}

@-webkit-keyframes slideDiagonal {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 1620px -1950px;
  }
}

@keyframes slideDiagonal {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 1620px -1950px;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes slideDiagonal {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 810px -975px;
    }
  }
  @keyframes slideDiagonal {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 810px -975px;
    }
  }
}
.cv_btn_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .cv_btn_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.cv_btn {
  position: relative;
  display: block;
  max-width: 750px;
  margin: auto;
  padding: 12px 24px;
  border-radius: 40px;
  border: 4px solid #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
}
.cv_btn:after {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 20px;
  background: url(../img/icon_btn_arrow.png) no-repeat center center/cover;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cv_btn.cv_btn-blue {
  background: #2452ff;
}
.cv_btn.cv_btn-red {
  background: #ff373c;
}
.cv_btn:hover:after {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .cv_btn {
    padding: 6px 8px;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: -0.075em;
  }
  .cv_btn:after {
    right: 6px;
    width: 6px;
    height: 10px;
  }
}

#modal_registration .cv_btn {
  font-size: 20px;
}
#modal_registration .cv_btn:after {
  right: 12px;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  #modal_registration .cv_btn {
    margin-top: 16px;
    font-size: 18px;
  }
}

.section {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
.section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section_title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 24px;
  }
  .section_title img {
    max-width: 160px;
  }
}

.section_intro {
  padding: 64px 0;
}
.section_intro_title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .section_intro {
    padding: 48px 0;
  }
  .section_intro_title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section_intro {
    padding: 40px 0;
  }
  .section_intro_title {
    margin-bottom: 32px;
  }
}

.step_list {
  max-width: 800px;
  margin: auto;
}
.step_list li:not(:last-child):after {
  display: block;
  margin: 16px auto;
  width: 60px;
  height: 25px;
  background: url(../img/intro_arrow.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .step_list li:not(:last-child) {
    margin-bottom: 0;
  }
  .step_list li:not(:last-child):after {
    width: 30px;
    height: 12px;
    margin: 8px auto;
  }
}
@media screen and (max-width: 767px) {
  .step_list li:not(:last-child) {
    margin-bottom: 0;
  }
  .step_list li:not(:last-child):after {
    width: 30px;
    height: 12px;
    margin: 8px auto;
  }
}

.step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.step_item_number {
  width: 140px;
}
.step_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step_item_title {
  font-weight: 800;
  font-size: 30px;
  color: #004fa2;
}
.step_item_title .large {
  font-size: 110%;
}
.step_item_pic {
  margin-top: 24px;
}
.step_item_btn {
  position: relative;
  display: block;
  margin-top: 8px;
  padding: 6px 40px;
  background: #2452ff;
  border-radius: 40px;
  border: 4px solid #fff;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.step_item_btn:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 20px;
  background: url(../img/icon_btn_arrow.png) no-repeat center center/cover;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.step_item_btn:hover:after {
  right: 12px;
}
.step_item .faq_item {
  margin-top: 24px;
  margin-bottom: 0;
  border: 0;
}
.step_item .faq_item .faq_answer {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
.step_item .faq_item:not(:first-of-type) {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #113275;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .step_item {
    gap: 16px;
  }
  .step_item_number {
    width: 100px;
  }
  .step_item_title {
    font-size: 24px;
  }
  .step_item_btn {
    padding: 6px 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .step_item {
    gap: 4px;
  }
  .step_item_number {
    width: 60px;
  }
  .step_item_title {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .step_item_pic {
    margin-top: 12px;
  }
  .step_item_btn {
    margin-top: 0;
    padding: 8px 4px;
    font-size: 14px;
  }
  .step_item_btn:after {
    right: 8px;
    width: 6px;
    height: 10px;
  }
  .step_item .faq_item .faq_answer {
    font-size: 14px;
  }
}

.section_gift {
  background: #e95293;
}
.section_gift_title {
  margin-bottom: 40px;
  text-align: center;
}
.section_gift:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cover.png) repeat;
  background-size: 1620px;
  content: "";
  -webkit-animation: slideDiagonal 20s linear infinite;
          animation: slideDiagonal 20s linear infinite;
}
.section_gift .cv_btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .section_gift_title {
    margin-bottom: 24px;
  }
  .section_gift:before {
    background-size: 810px;
    -webkit-animation: slideDiagonal 20s linear infinite;
            animation: slideDiagonal 20s linear infinite;
  }
  @-webkit-keyframes slideDiagonal {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 810px -975px;
    }
  }
  @keyframes slideDiagonal {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 810px -975px;
    }
  }
}

.gift_list {
  max-width: 755px;
  margin: auto;
}
.gift_list li {
  padding: 4px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#dd960f), color-stop(#c9467b), to(#e2a6c6));
  background: linear-gradient(to right, #dd960f, #c9467b, #e2a6c6);
}
.gift_list li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .gift_list li {
    padding: 2px;
    border-radius: 16px;
  }
  .gift_list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.gift_item {
  background: #fff;
  padding: 20px;
  border-radius: 24px;
}
.gift_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  letter-spacing: -1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gift_item_title_number {
  width: 75px;
}
.gift_item_title_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #004fa2;
}
.gift_item_title_text .small {
  font-size: 36px;
}
.gift_item_title:hover {
  opacity: 0.7;
}
.gift_item_icon {
  display: block;
  margin-left: auto;
}
.gift_item_content {
  margin-top: 12px;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .gift_item_title_text {
    font-size: 32px;
  }
  .gift_item_title_text .small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gift_item {
    padding: 10px;
    border-radius: 12px;
  }
  .gift_item_title {
    gap: 8px;
  }
  .gift_item_title_number {
    width: 40px;
  }
  .gift_item_title_text {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .gift_item_title_text .small {
    font-size: 18px;
  }
  .gift_item_title_icon {
    width: 32px;
    height: 32px;
  }
}

.gift_message {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift_message {
    margin-top: 8px;
  }
}

.divider {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10vw;
  overflow: hidden;
}
.divider::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  content: "";
}
.divider::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  content: "";
}

.section_flow {
  padding-bottom: 80px;
  background: #e8eaeb;
  overflow: visible;
}
.section_flow .cv_btn_list {
  margin-top: 40px;
}
.section_flow:before {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #e8eaeb;
  content: "";
}
@media screen and (max-width: 767px) {
  .section_flow {
    padding-bottom: 40px;
  }
  .section_flow .cv_btn_list {
    margin-top: 24px;
  }
}

.flow_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .flow_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flow_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 375px;
  }
}

.flow_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}
.flow_item_title {
  padding: 16px 24px;
  background: var(--flowColor);
}
.flow_item_content {
  padding: 16px 8px 48px;
}
.flow_item_left {
  --flowColor: #008ccf;
}
.flow_item_right {
  --flowColor: #e95293;
}
@media screen and (max-width: 767px) {
  .flow_item_title {
    padding: 4px 40px 8px;
  }
  .flow_item_title img {
    max-width: 80%;
  }
  .flow_item_content {
    padding: 8px 40px 24px;
  }
}

.flow_message {
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .flow_message {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow_message {
    margin-top: 16px;
  }
}

.section_koukou {
  padding: 80px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#004fa2), to(#2452ff));
  background: linear-gradient(to right, #004fa2, #2452ff);
  color: #fff;
}
.section_koukou_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_koukou {
    padding: 40px 0 0;
  }
  .section_koukou_title {
    padding: 0 24px;
  }
}

.koukou_intro:before {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
  width: 375px;
  height: 375px;
  background: url(../img/koukou_intro_bg.png) no-repeat center right 10%/375px;
  content: "";
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .koukou_intro {
    padding: 0 24px;
  }
  .koukou_intro:before {
    bottom: 110px;
    right: -40px;
    width: 187px;
    height: 187px;
    background-size: 187px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.koukou_catch {
  position: relative;
  margin-top: 32px;
  margin-bottom: -40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .koukou_catch {
    margin-top: 16px;
    margin-bottom: -24px;
  }
}

.koukou_main {
  text-align: center;
}

.koukou_flow {
  padding: 16px 0;
  background: url(../img/koukou_flow_bg.png) center/cover;
  text-align: center;
}
.koukou_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.koukou_flow_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
  color: #fff;
}
.koukou_flow_list li .large {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .koukou_flow {
    padding: 8px 0 12px;
  }
  .koukou_flow_list {
    gap: 16px;
  }
  .koukou_flow_list li {
    font-size: 14px;
    line-height: 1.4;
  }
  .koukou_flow_list li .large {
    font-size: 22px;
  }
}

.section_recommend {
  padding-bottom: 128px;
}
.section_recommend_title {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_recommend {
    padding-bottom: 80px;
  }
  .section_recommend_title {
    margin-bottom: 16px;
    padding: 0 24px;
  }
}

.recommend_item {
  max-width: 760px;
  margin: auto;
}
.recommend_item:not(:last-child) {
  margin-bottom: 80px;
}
.recommend_item_title {
  margin-bottom: 24px;
}
.recommend_item_content {
  text-align: center;
}
.recommend_item_message {
  margin-top: 40px;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #004fa2;
  text-align: center;
}
.recommend_item_message .border {
  position: relative;
}
.recommend_item_message .border:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#008ccf), to(#e95293));
  background: linear-gradient(to right, #008ccf, #e95293);
  content: "";
}
@media screen and (max-width: 767px) {
  .recommend_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .recommend_item_title {
    margin-left: -15px;
    margin-bottom: 16px;
    padding-right: 24px;
  }
  .recommend_item_message {
    margin-top: 16px;
    font-size: 18px;
  }
  .recommend_item_message .border:before {
    bottom: -1px;
    height: 1px;
  }
}

.section_pamphlet {
  padding: 80px 0 64px;
  background: -webkit-gradient(linear, left top, right top, from(#004fa2), to(#2452ff));
  background: linear-gradient(to right, #004fa2, #2452ff);
  color: #fff;
}
.section_pamphlet_title {
  margin-top: 64px;
  margin-bottom: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section_pamphlet {
    padding: 40px 24px;
  }
  .section_pamphlet_title {
    margin-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 75%;
  }
}

.pamphlet_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 760px;
  margin-top: -128px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pamphlet_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 16px;
  }
}

.pamphlet_box {
  position: relative;
}
.pamphlet_box_pic {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
}
.pamphlet_box_btn {
  position: absolute;
  right: -56px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  background: -webkit-gradient(linear, left top, right top, from(#01aaff), to(#ff35c9));
  background: linear-gradient(to right, #01aaff, #ff35c9);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.pamphlet_box_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .pamphlet_box_btn {
    right: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pamphlet_box_btn:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}

.section_cv {
  background: #e95293;
}
.section_cv .container {
  max-width: 1200px;
}
.section_cv:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cover.png) repeat;
  background-size: 1620px;
  content: "";
  -webkit-animation: slideDiagonal 20s linear infinite;
          animation: slideDiagonal 20s linear infinite;
}
.section_cv_title {
  margin-bottom: 40px;
  text-align: center;
}
.section_cv .cv_btn_list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_cv:before {
    background-size: 810px;
  }
  .section_cv_title {
    margin-bottom: 24px;
    padding: 0 24px;
  }
  .section_cv .cv_btn_list {
    margin-top: 24px;
  }
}

.cv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv_list li {
  position: relative;
}
.cv_list li:nth-child(1) {
  z-index: 1;
  margin-right: -24px;
}
.cv_list li:nth-child(2) {
  z-index: 2;
  margin-right: -24px;
  margin-left: -24px;
}
.cv_list li:nth-child(3) {
  z-index: 1;
  margin-left: -24px;
}
@media screen and (max-width: 767px) {
  .cv_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    padding: 0 24px;
  }
  .cv_list li:nth-child(1) {
    z-index: 1;
    margin-right: 0;
    margin-bottom: -24px;
  }
  .cv_list li:nth-child(2) {
    z-index: 2;
    margin-right: 0;
    margin-left: 0;
    margin-top: -24px;
    margin-bottom: -24px;
  }
  .cv_list li:nth-child(3) {
    z-index: 3;
    margin-top: -24px;
    margin-left: 0;
  }
}

.faq_item {
  position: relative;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-bottom: 1px solid #004fa2;
}
.faq_item dt {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq_item dt:hover {
  opacity: 0.7;
}
.faq_item dd {
  display: none;
  padding-bottom: 16px;
}
.faq_item.is-open dd {
  display: block;
}
.faq_item.is-open .faq_question:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq_item .faq_question,
.faq_item .faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-weight: 800;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.faq_item .faq_question:before,
.faq_item .faq_answer:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  content: "";
}
.faq_item .faq_question {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-right: 24px;
  color: #008ccf;
}
.faq_item .faq_question:before {
  background: url(../img/faq_q.png) no-repeat center center/contain;
}
.faq_item .faq_question:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 12px;
  background: url(../img/icon_faq_arrow.png) no-repeat center center/contain;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq_item .faq_answer {
  color: #e95293;
}
.faq_item .faq_answer span {
  display: block;
  margin-top: 6px;
}
.faq_item .faq_answer:before {
  background: url(../img/faq_a.png) no-repeat center center/contain;
}
.faq_item .faq_answer_description {
  margin-top: 12px;
  margin-left: 56px;
  font-size: 15px;
  line-height: 1.8;
}
.faq_item .faq_answer_description.note {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .faq_item .faq_question,
  .faq_item .faq_answer {
    gap: 8px;
    font-size: 15px;
  }
  .faq_item .faq_question:before,
  .faq_item .faq_answer:before {
    width: 32px;
    height: 32px;
  }
  .faq_item .faq_question:after {
    width: 13px;
    height: 6px;
  }
  .faq_item .faq_answer_description {
    margin-left: 40px;
  }
}

.caution_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
  margin-left: 56px;
  padding: 16px;
  background: #e8eaeb;
  border-radius: 12px;
}
.caution_box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .caution_box {
    margin-left: 40px;
    padding: 8px;
    border-radius: 8px;
  }
  .caution_box img {
    width: 32px;
    height: 32px;
  }
  .caution_box p {
    font-size: 13px;
  }
}

.section_notes {
  margin-top: 16px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_notes {
    font-size: 12px;
    text-align: left;
  }
}

/*====================================

Responsive 設定

====================================*/
/*====================================

ベース定義

====================================*/
/* html.no-touchevents a:hover {
  text-decoration: underline;
} */
.m-btn--regist--img:hover {
  opacity: 0.7;
}

a.m-arrow-link.m-arrow-link--red {
  color: #e60021;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

span.nowrap {
  white-space: nowrap;
}

.c-mt00 {
  margin-top: 0 !important;
}

.c-mb00 {
  margin-bottom: 0 !important;
}

.g-text-large {
  font-size: 1.14285714em;
}

.g-text-big {
  font-size: 1.28571429em;
}

.g-clearfix:before, .g-clearfix:after {
  content: " ";
  display: table;
}

.g-clearfix:after {
  clear: both;
}

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

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

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

.g-tbold {
  font-weight: 700;
}

.g-red {
  color: #e60012 !important;
}

/*====================================

Utilities

====================================*/
@media only screen and (max-width: 767px) {
  .g-el-mb {
    /* margin-bottom: 3.4vw; */
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .g-el-mt {
    margin-top: 3.4vw;
  }
  .g-el-mb.g-el-mt {
    margin-top: 12vw;
  }
  .g-el-a {
    color: #004FA2;
    font-size: 3.7333vw;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .g-el-mb {
    /* margin-bottom: 20px; */
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .g-el-mt {
    margin-top: 20px;
  }
  .g-el-mb.g-el-mt {
    margin-top: 80px;
  }
  .g-el-a {
    color: #004FA2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .houkoku-cp__notice {
    margin: 5vw auto 0.6vw;
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    color: #e60021;
  }
  .co_houkokubnr_area {
    margin: 1vw auto auto;
  }
  .bnr_fig--sp {
    padding: 0 10.86vw;
  }
  .cobnr_area {
    margin-top: 7.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .houkoku-cp__notice-ttlwrap {
    position: relative;
    margin-bottom: 2vw;
  }
  /* .houkoku-cp__notice-ttlwrap::before {
      content: "";
      position: absolute;
      bottom: -26px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #fedd04;
      z-index: 2;
    }
  .houkoku-cp__notice-ttlwrap::after {
      content: "";
      position: absolute;
      bottom: -32px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #ed6c81;
      z-index: 1;
  }*/
}
@media only screen and (min-width: 768px), print, tv {
  .houkoku-cp__notice-ttlwrap {
    position: relative;
    margin-bottom: 10px;
  }
  .cobnr_area {
    margin-top: 56px;
  }
  /*.houkoku-cp__notice-ttlwrap::before {
      content: "";
      position: absolute;
      bottom: -26px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #fedd04;
      z-index: 2;
    }
  .houkoku-cp__notice-ttlwrap::after {
      content: "";
      position: absolute;
      bottom: -32px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #ed6c81;
      z-index: 1;
  }*/
}
@media only screen and (min-width: 768px), print, tv {
  .houkoku-cp__notice {
    max-width: 960px;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #e60021;
  }
  .co_houkokubnr_area {
    margin: 10px auto 40px;
  }
}
.g-mb-0 {
  margin-bottom: 0 !important;
}

.g-pb-0 {
  padding-bottom: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .g-mt-00-pc {
    margin-top: 0 !important;
  }
  .g-mt-05-pc {
    margin-top: 5px !important;
  }
  .g-mt-10-pc {
    margin-top: 10px !important;
  }
  .g-mt-15-pc {
    margin-top: 15px !important;
  }
  .g-mt-20-pc {
    margin-top: 20px !important;
  }
  .g-mt-25-pc {
    margin-top: 25px !important;
  }
  .g-mt-30-pc {
    margin-top: 30px !important;
  }
  .g-mt-35-pc {
    margin-top: 35px !important;
  }
  .g-mt-40-pc {
    margin-top: 40px !important;
  }
  .g-mt-50-pc {
    margin-top: 50px !important;
  }
  .g-mt-60-pc {
    margin-top: 60px !important;
  }
  .g-mb-00-pc {
    margin-bottom: 0 !important;
  }
  .g-mb-05-pc {
    margin-bottom: 5px !important;
  }
  .g-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .g-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .g-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .g-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .g-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .g-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .g-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .g-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .g-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .g-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .g-mb-80-pc {
    margin-bottom: 80px !important;
  }
}
@media print, screen and (max-width: 768px) {
  .g-mt-00-sp {
    margin-top: 0 !important;
  }
  .g-mt-05-sp {
    margin-top: 1.33333333vw !important;
  }
  .g-mt-10-sp {
    margin-top: 2.66666666vw !important;
  }
  .g-mt-15-sp {
    margin-top: 4vw !important;
  }
  .g-mt-20-sp {
    margin-top: 5.33333333vw !important;
  }
  .g-mt-25-sp {
    margin-top: 6.6667vw !important;
  }
  .g-mt-30-sp {
    margin-top: 8vw !important;
  }
  .g-mt-35-sp {
    margin-top: 9.3333vw !important;
  }
  .g-mt-40-sp {
    margin-top: 10.6667vw !important;
  }
  .g-mt-50-sp {
    margin-top: 13.3333vw !important;
  }
  .g-mt-60-sp {
    margin-top: 16vw !important;
  }
  .g-mb-00-sp {
    margin-bottom: 0 !important;
  }
  .g-mb-05-sp {
    margin-bottom: 1.33333333vw !important;
  }
  .g-mb-10-sp {
    margin-bottom: 2.66666666vw !important;
  }
  .g-mb-15-sp {
    margin-bottom: 4vw !important;
  }
  .g-mb-20-sp {
    margin-bottom: 5.33333333vw !important;
  }
  .g-mb-25-sp {
    margin-bottom: 6.6667vw !important;
  }
  .g-mb-30-sp {
    margin-bottom: 8vw !important;
  }
  .g-mb-35-sp {
    margin-bottom: 9.3333vw !important;
  }
  .g-mb-40-sp {
    margin-bottom: 10.6667vw !important;
  }
  .g-mb-50-pc {
    margin-bottom: 13.3333vw !important;
  }
  .g-mb-60-pc {
    margin-bottom: 16vw !important;
  }
  .g-mb-70-pc {
    margin-bottom: 18.6667vw !important;
  }
  .g-mb-80-pc {
    margin-bottom: 21.3333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .g-hidden-sp {
    display: none !important;
  }
  .g-visible-tablet {
    display: none !important;
  }
  .g-visible-pc {
    display: none !important;
  }
  .g-visible-print {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .g-hidden-tablet {
    display: none !important;
  }
  .g-visible-sp {
    display: none !important;
  }
  .g-visible-pc {
    display: none !important;
  }
  .g-visible-print {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .g-hidden-pc {
    display: none !important;
  }
  .g-visible-sp {
    display: none !important;
  }
  .g-visible-tablet {
    display: none !important;
  }
  .g-visible-print {
    display: none !important;
  }
}
@media print {
  .g-hidden-print {
    display: none !important;
  }
  .g-visible-sp {
    display: none !important;
  }
  .g-visible-pc {
    display: none !important;
  }
}
.g-text-push {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
}

.m-kyozai-about .m-kyozai__thumb img, .m-kyozai .m-kyozai__sample img {
  width: 100%;
  height: auto;
}

.noscroll {
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 959px) {
  #cboxContent {
    background-image: url(/viewer_module_rn/sp/img/bg_viewer.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  #colorbox, #cboxLoadedContent, #cboxLoadedContent .cboxIframe {
    background: transparent;
  }
  #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
  #cboxMiddleLeft, #cboxMiddleRight,
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    display: none;
  }
}
#cboxLoadedContent {
  margin-top: 0;
}

.m-unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Mobile, Tablet, Print */
  /* Laptop, TV */
}

@media only screen and (max-width: 767px) {
  .m-unit {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .m-unit {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 959px) and (max-width: 767px) {
  .m-unit {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .m-unit {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 959px) and (max-width: 767px) {
  .m-unit {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .m-unit {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px), tv {
  .m-unit {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 959px), print {
  .m-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 960px), tv {
  html.is-modal-open .m-wrapper {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
.m-header--offer {
  border-bottom: 2px solid #e5e5e5;
}

.hidden-ct2 {
  display: none !important;
}

.is-not-ct2 .hidden-ct2 {
  display: block !important;
}

.only-ct2 {
  display: none !important;
}

.is-ct2 .only-ct2 {
  display: block !important;
}

.m-cvarea {
  margin: 0 15px;
  border-radius: 10px;
  border: 3px solid rgba(0, 79, 162, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7F1FF));
  background: linear-gradient(180deg, #FFF 0%, #E7F1FF 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 156, 229, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 156, 229, 0.2);
}

.m-cvarea:after {
  content: "";
  display: block;
  clear: both;
}

.cv-link--red {
  /* shape-rendering: geometricprecision; */
  color: #e60021;
  position: relative;
}

.cv-link--red::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 1px 4px;
  border-top: 2px solid #e60021;
  border-right: 2px solid #e60021;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .m-cvarea {
    padding: 30px 40px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7F1FF));
    background: linear-gradient(180deg, #FFF 0%, #E7F1FF 100%);
  }
  #contents-cv .m-cvarea_bottom {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  #contents-cv .red {
    color: #FF2E17;
    font-weight: 700;
  }
  .cvarea-other {
    max-width: 960px;
    margin: 120px auto 40px;
    position: relative;
  }
  .cvarea-other + .cvarea-other {
    margin-top: 60px;
  }
  .cvarea-other--inner {
    border: 3px solid #333;
    position: relative;
    background: #fff;
    padding: 40px;
  }
  h2.cvarea-other--ttl {
    margin: 0 auto 40px;
    text-align: center;
  }
  .cvarea-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 540px;
    margin: auto;
  }
  .cvarea-lineup--item {
    width: 32%;
  }
  h3.cvarea-other--subttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: auto auto 20px;
  }
  .color-red {
    color: #E60021;
  }
  .color-blue {
    color: #02B9E8;
  }
  .cvarea-other--lead {
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .cvother-step--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cvother-step {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 33.333%;
  }
  .cvother-step--main {
    padding-bottom: 20px;
  }
  .cvother-step:not(:first-child) .cvother-step--main {
    padding-left: 10px;
  }
  .cvother-step:not(:last-child) .cvother-step--main {
    padding-right: 10px;
  }
  .cvother-step--main-text {
    font-size: 16px;
    margin-top: 10px;
  }
  .cvother-step-arrow--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .cvother-step-arrow {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 33.333%;
  }
  .cvother-step-arrow:not(:first-child)::before {
    content: "";
    border-style: solid;
    border-width: 27px 25px 0 25px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: 11px;
    left: -12px;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .cvother-step-arrow:nth-of-type(2)::before {
    border-color: #E60021 transparent transparent transparent;
  }
  .cvother-step-arrow:nth-of-type(3)::before {
    border-color: #02B9E8 transparent transparent transparent;
  }
  .cvother-step-arrow--arw {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    background: #ddd;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 16px 0;
    color: #fff;
    height: 50px;
  }
  .cvother-step-arrow:nth-of-type(1) .cvother-step-arrow--arw {
    background: #E60021;
  }
  .cvother-step-arrow:nth-of-type(2) .cvother-step-arrow--arw {
    background: #02B9E8;
  }
  .cvother-step-arrow:nth-of-type(3) .cvother-step-arrow--arw {
    background: #0051A2;
  }
  .acc-body--min__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .acc-body--min__wrap-item {
    width: 48%;
  }
  .cvarea-other.anchor_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 30px auto 30px;
  }
  .kou1_anchor--text-wrap {
    width: 50%;
    padding: 0 20px;
    margin-top: 80px;
    border-right: 2px solid #333333;
  }
  .app_comment--fuki-wrap {
    width: 50%;
    padding: 0 20px;
  }
  .kou1_anchor--text {
    font-size: 24px;
    margin: auto;
    font-weight: 700;
  }
  .kou1_anchor--text a.kou1_anchor--anq {
    color: #000000;
    position: relative;
  }
  .kou1_anchor--text a.kou1_anchor--anq::after {
    position: relative;
    right: -16px;
    bottom: 4px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .app_comment--fuki {
    position: relative;
    display: inline-block;
    margin: auto auto 20px;
    padding: 10px 20px 8px 20px;
    min-width: 200px;
    max-width: 100%;
    font-size: 22px;
    background: #0099e7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
  }
  .app_comment--fuki::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 8px solid transparent;
    border-top: 10px solid #0099e7;
  }
  p.app_comment--lead {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 10px auto auto;
  }
  .app_comment--text {
    font-size: 24px;
    margin: auto;
    font-weight: 700;
  }
  .app_comment--text a.app_comment--anq {
    color: #000000;
    position: relative;
  }
  .app_comment--text a.app_comment--anq::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .m-cvarea {
    margin-top: -67vw;
    z-index: 1;
    position: relative;
  }
  #contents-cv .m-cvarea_bottom {
    margin: 0 15px;
  }
  #contents-cv .red {
    color: #FF2E17;
    font-weight: 700;
  }
  .cvarea-other {
    margin: 22vw auto 8vw;
    position: relative;
  }
  .cvarea-other + .cvarea-other {
    margin-top: 12vw;
  }
  .cvarea-other--inner {
    border: 3px solid #333;
    position: relative;
    background: #fff;
    padding: 4vw;
  }
  h2.cvarea-other--ttl {
    margin: 0 auto 6vw;
    text-align: center;
  }
  .cvarea-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cvarea-lineup--item {
    width: 32%;
  }
  h3.cvarea-other--subttl {
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    margin: auto auto 3.2vw;
  }
  .color-red {
    color: #E60021;
  }
  .color-blue {
    color: #02B9E8;
  }
  .cvarea-other--lead {
    margin: 4vw auto;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .cvother-step {
    display: table;
    position: relative;
  }
  .cvother-step:not(:first-child)::before {
    content: "";
    border-style: solid;
    border-width: 5vw 5vw 0 5vw;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
  }
  .cvother-step:nth-of-type(2)::before {
    border-color: #E60021 transparent transparent transparent;
  }
  .cvother-step:nth-of-type(3)::before {
    border-color: #02B9E8 transparent transparent transparent;
  }
  .cvother-step--arw {
    display: table-cell;
    vertical-align: middle;
    width: 10vw;
    background: #ddd;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0.8vw;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    white-space: break-spaces;
  }
  .cvother-step--arw span {
    text-orientation: mixed;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
    white-space: break-spaces;
  }
  .cvother-step--main {
    padding: 4vw 0 0 4vw;
    display: table-cell;
  }
  .cvother-step:not(:first-child) .cvother-step--main {
    padding-top: 6vw;
  }
  .cvother-step--main {
    padding: 0 0 3.6vw 4vw;
    display: table-cell;
  }
  .cvother-step--main-text {
    font-size: 3.46vw;
    margin-top: 2.8vw;
  }
  .cvother-step:nth-of-type(1) .cvother-step--arw {
    background: #E60021;
  }
  .cvother-step:nth-of-type(2) .cvother-step--arw {
    background: #02B9E8;
  }
  .cvother-step:nth-of-type(3) .cvother-step--arw {
    background: #0051A2;
  }
  .cvarea-btn--lead {
    font-size: 4vw;
    font-weight: 700;
    margin: 6vw auto 2vw;
    text-align: center;
  }
  .cvarea-other.anchor_comment {
    text-align: center;
    margin: 12vw auto 0;
  }
  .kou1_anchor--text-wrap {
    margin-bottom: 12vw;
  }
  .kou1_anchor--text {
    font-size: 4.46vw;
    margin: auto;
    font-weight: 700;
  }
  .kou1_anchor--text a.kou1_anchor--anq {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #000000;
  }
  .kou1_anchor--text a.kou1_anchor--anq::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2.8vw;
    height: 2.8vw;
    margin: 1vw 1vw;
    border-bottom: 0.6vw solid #000000;
    border-right: 0.6vw solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .app_comment--fuki {
    position: relative;
    display: inline-block;
    margin: auto auto 2vw;
    padding: 2vw;
    min-width: 40vw;
    max-width: 100%;
    font-size: 4vw;
    background: #0099e7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 3vw;
  }
  .app_comment--fuki::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 8px solid transparent;
    border-top: 10px solid #0099e7;
  }
  p.app_comment--lead {
    font-size: 4.46vw;
    font-weight: 700;
    color: #000000;
    margin: 10px auto auto;
  }
  .app_comment--text {
    font-size: 4.46vw;
    margin: auto;
    font-weight: 700;
  }
  .app_comment--text a.app_comment--anq {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #000000;
  }
  .app_comment--text a.app_comment--anq::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2.8vw;
    height: 2.8vw;
    margin: 1vw 1vw;
    border-bottom: 0.6vw solid #000000;
    border-right: 0.6vw solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .acc-body--min__wrap {
    margin-top: 8vw;
  }
  .acc-body--min__wrap-item + .acc-body--min__wrap-item {
    margin-top: 5.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .m-cvarea {
    /* margin-bottom: 60px; */
  }
  .cvarea-btn--lead {
    font-size: 22px;
    font-weight: 700;
    margin: auto auto 10px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__inner {
    background-color: inherit;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-cvarea .m-cvarea--heading {
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-cvarea .m-cvarea--heading {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-cvarea .m-cvarea--heading {
    margin-bottom: 20px;
  }
  .m-cvarea-tokuten {
    max-width: 960px;
    margin: auto;
    background: #fff;
    border: 3px solid #333;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-cvarea-pc--tokuten-img {
    width: 270px;
  }
  .m-cvarea-pc--tokuten-ttl-wrap {
    margin-left: 10px;
    width: 410px;
  }
  .m-cvarea-pc--tokuten-ttl {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  .m-cvarea-pc--tokuten-ttl__sub {
    display: inline-block;
    font-size: 24px;
  }
  .m-cvarea-pc--tokuten-ttl__sub--ls-narrow {
    letter-spacing: -0.045em;
  }
  .m-cvarea-pc--tokuten-ttl__main {
    display: inline-block;
    font-size: 30px;
  }
  .m-cvarea-pc--tokuten-date {
    margin-top: 20px;
    margin-left: 10px;
    width: 340px;
  }
  .m-cvarea-pc--tokuten-date img {
    width: 100%;
  }
  .m-cvarea__period-lastdate-fig {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 630px;
  }
}
.m-cvarea .m-cvarea--heading strong {
  color: red;
}

.m-cvarea .m-cvarea__tokuten-group {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  float: left;
}

.m-cvarea .m-cvarea__tokuten-group .m-cvarea__tokuten {
  padding: 0 10px;
  margin-bottom: 10px;
  background-size: cover;
}

.m-cvarea .m-cvarea__period {
  width: 50%;
  float: right;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text {
  font-size: 11px;
  line-height: 1;
  padding-bottom: 5px;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text:after {
  content: "";
  display: block;
  clear: both;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text .final-thumb {
  float: left;
  width: 17%;
  height: auto;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text span {
  display: block;
  width: 83%;
  float: right;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text2 {
  padding-bottom: 5px;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-text2 .cp-logo {
  width: 170px;
  height: auto;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-date {
  text-align: left;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-date .period {
  font-size: 16px;
}

.m-cvarea .m-cvarea__period .m-cvarea__period-date .period strong {
  font-size: 32px;
}

.m-cvarea .m-cvarea__period .m-cvarea__last-period {
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px;
  border-radius: 7px;
  line-height: 1.2;
}

.m-cvarea .m-cvarea__period .m-cvarea__last-period .cp-logo {
  width: 170px;
}

.m-cvarea .m-cvarea__period .m-cvarea__last-period .last-period {
  font-size: 11px;
}

.m-cvarea .m-cvarea__period .m-cvarea__last-period .last-period strong {
  font-size: 24px;
}

.m-cvarea .m-cvarea__period .m-cvarea__last-period .m-cvarea__last-period-date {
  padding-top: 3px;
  text-align: right;
}

.m-cvarea .m-cvarea__btn-area .m-btn--regist, .m-cvarea .m-cvarea__btn-area .m-btn--regist--offer {
  width: 100%;
  text-align: center;
}

.m-cvarea .m-cvarea__url {
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .m-cvarea .m-cvarea__url {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-cvarea .m-cvarea__url {
    margin-bottom: 20px;
  }
}
.m-cvarea__searchbox-fig {
  margin: 20px;
}

.m-cvarea .m-cvarea__searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .m-cvarea .m-cvarea__searchbox {
    margin-bottom: 14px;
  }
  .m-cvarea__tokuten-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2vw;
    margin-left: -2.6vw;
    margin-right: -2.6vw;
    margin-bottom: 6vw;
  }
  .m-cvarea__tokutenbox {
    padding: 0 2vw 0 0;
    width: auto;
    max-width: 50%;
  }
  .m-cvarea__period-lastdate-fig {
    padding-right: 10px;
    margin-top: 10px;
  }
  .m-cvarea__tokuten--date {
    width: 50%;
  }
  .m-cvarea__last-period-lead {
    text-align: center;
    font-size: 3.8vw;
    font-weight: 700;
    margin: 6vw -4.8vw 1vw;
    line-height: 1.4;
  }
  .m-cvarea__last-period-lead--ls-narrow {
    letter-spacing: -0.04em;
  }
  .m-cvarea__last-period-text {
    width: 42.6667vw;
    text-align: left;
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 2vw;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-top: 1.3333vw;
  }
  .m-cvarea__last-period-text--ls-narrow {
    letter-spacing: -0.1em;
  }
  .m-cvarea__last-period-text--main {
    font-size: 6.4vw;
  }
  .m-cvarea__last-period-date {
    width: 34.6667vw;
  }
  .m-notice--cv {
    color: #999999;
    font-size: 2.6vw;
    margin: 2.8vw 0 0 0;
  }
  .m-cvarea__period-text2.g-visible-sp {
    margin: 6vw 2vw 4vw;
    text-align: center;
  }
  .m-cvarea__period-date {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 700;
    margin: auto auto 4vw;
    line-height: 1.4;
  }
  .m-cvarea__period-text2 {
    margin: 6vw 4vw 2vw;
    text-align: center;
  }
  .m-cvarea__inner--more {
    padding: 5vw;
    margin: 10vw 2vw 2vw;
    background: #fff;
    border-radius: 1vw;
  }
  .more-cp--detail img + img {
    margin: 5vw 0;
  }
  .m-cvarea__inner--more--top + .m-cvarea__inner--more--top .more-cp--detail img + img {
    margin-top: 0.6vw;
  }
  .more-cp--detail p {
    font-weight: 700;
    margin-bottom: 1.6vw;
  }
  .m-cvarea__inner--btm {
    padding: 0 5vw 4vw;
  }
  .m-notice .m-acc__btn.js-acc__btn {
    font-size: 3.4vw;
    color: #454545;
  }
  .m-cvarea .m-notice, .m-cvarea .m-notice--s {
    padding-left: 2px;
    margin: -2vw 0 6vw;
  }
}
@media only screen and (min-width: 768px) {
  .m-cvarea .m-cvarea__searchbox {
    margin-bottom: 20px;
  }
}
.m-cvarea .m-cvarea__searchbox-kw {
  width: 70%;
  padding: 10px;
}

.m-cvarea .m-cvarea__searchbox-btn {
  width: 30%;
  padding: 10px;
  text-align: center;
  background-color: #0070cb;
  color: #fff;
}

.m-cvarea .m-cvarea__qr img {
  max-width: 160px;
}

.m-cvarea .m-cvarea__qr {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .only-ct2-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ct2-detail--text {
    font-size: 18px;
    font-weight: 700;
  }
  .m-cvarea .m-cvarea__url {
    /* margin-bottom: 20px; */
    font-size: 13px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__inner {
    /*display: flex;
    justify-content: center;
    align-items: flex-start;*/
    max-width: 960px;
    /*min-height: 260px;*/
    margin: auto;
    position: relative;
  }
  .m-cvarea .m-cvarea-pc-left {
    width: 65%;
    float: left;
    background-color: #fff;
    border: 1px solid #faed96;
    border-radius: 7px;
  }
  .cv_btm__notice {
    text-align: left;
    margin: 10px 0 40px;
  }
  .m-notice .m-acc__btn.js-acc__btn {
    font-size: 16px;
    color: #454545;
  }
  .m-cvarea .m-cvarea__inner .cv__bgimg {
    z-index: 0;
    position: absolute;
  }
  .m-cvarea-pc--tokuten {
    position: absolute;
    left: 30px;
    top: 44px;
    width: 500px;
    z-index: 2;
  }
  .m-cvarea__tokuten-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-cvarea__tokutenbox {
    /*width: 260px;*/
    max-width: 38%;
    height: auto;
    padding-top: 5px;
  }
  .m-cvarea__tokutenbox img {
    width: 100%;
  }
  .m-cvarea__tokuten--date {
    text-align: center;
    margin: auto;
  }
  .m-cvarea__last-period-text {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin: auto auto 10px;
  }
  .m-cvarea__last-period-date {
    width: 200px;
    margin: 15px auto;
  }
  .m-cvarea__inner--btm {
    margin: auto;
    max-width: 960px;
    text-align: center;
    padding: 40px 0 40px;
  }
  .m-notice--cv {
    padding-left: 20px;
    margin-top: 10px;
  }
  .m-notice--cv li {
    font-size: 12px;
    color: #808080;
    text-align: left;
    line-height: 1.5;
  }
  .m-cvarea__inner--more {
    max-width: 960px;
    margin: 60px auto 20px;
    background: #ffffff;
    border: 3px solid #000;
    padding: 40px 30px;
  }
  .m-cvarea__inner--more.m-cvarea__inner--more--top {
    margin: 20px auto;
  }
  .m-cvarea__inner--more--top + .m-cvarea__inner--more--top {
    margin-bottom: 60px;
  }
  .more-cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-cp--detail {
    max-width: 480px;
    padding-right: 20px;
  }
  .more-cp--thumb {
    width: aut;
  }
  .more-cp--detail p {
    margin: 20px auto 10px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px), print {
  .m-cvarea .m-cvarea__inner .cv__bgimg {
    z-index: 0;
    position: absolute;
  }
  .m-cvarea-pc--tokuten {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 410px;
    z-index: 2;
  }
  .m-cvarea__tokuten-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-cvarea__tokutenbox {
    width: 110px;
    height: auto;
    padding-top: 5px;
  }
  .m-cvarea__tokuten--date {
    text-align: center;
    margin: auto;
  }
  .m-cvarea__last-period-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: auto auto 10px;
  }
  .m-cvarea__last-period-date {
    width: 150px;
    margin: 15px auto;
  }
  .m-cvarea__inner--btm {
    margin: auto;
    max-width: 960px;
    text-align: center;
    padding: 0 0 40px;
  }
  .m-notice--cv {
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 10px;
  }
  .m-notice--cv li {
    font-size: 12px;
    color: #808080;
    text-align: left;
    line-height: 1.5;
  }
  .m-cvarea__inner--more {
    max-width: 960px;
    margin: 60px auto 20px;
    background: #ffffff;
    border: 3px solid #000;
    padding: 40px 30px;
  }
  .more-cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-cp--detail {
    width: 50%;
  }
  .more-cp--detail p {
    margin: 20px auto 10px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-cvarea .m-cvarea-pc-left {
    margin-right: 14px;
  }
  .m-cvarea__tokuten-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-cvarea .m-cvarea-pc-left {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-cvarea .m-cvarea-pc-left {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-cvarea .m-cvarea-pc-left {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea-pc-right {
    width: 35%;
    float: right;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea--heading,
  .m-cvarea .m-cvarea__tokuten-group,
  .m-cvarea .m-cvarea__period,
  .m-cvarea .m-cvarea__btn-area {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__tokuten-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    padding: 10px 0 0;
    border-radius: 7px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px), tv {
  .m-cvarea .m-cvarea__tokuten-group {
    padding: 10px 10px 0 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__tokuten-group .m-cvarea__tokuten {
    display: inline;
    text-align: center;
    background-image: none;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__period .m-cvarea__period-text {
    font-size: 14px;
    line-height: 1.3;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-text .final-thumb {
    width: 35px;
    margin-right: 5px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-text2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-text2 .cp-logo {
    width: 300px;
    height: auto;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-date {
    margin-bottom: 10px;
    line-height: 1;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-date .period {
    font-size: 18px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__period-date .period strong {
    font-size: 50px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__last-period {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 7px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__last-period .cp-logo {
    width: 78px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__last-period .last-period {
    font-size: 14px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__last-period .last-period strong {
    font-size: 24px;
  }
  .m-cvarea .m-cvarea__period .m-cvarea__last-period .m-cvarea__last-period-date {
    padding-top: 3px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-cvarea .m-cvarea__btn-area {
    padding-top: 0;
  }
  .m-cvarea .m-cvarea__btn-area .m-btn--regist, .m-cvarea .m-cvarea__btn-area .m-btn--regist--offer {
    width: 100%;
    text-align: center;
  }
}
.m-cvarea .m-notice, .m-cvarea .m-notice--s {
  padding-left: 2px;
}

@media only screen and (min-width: 960px), tv {
  .m-cvarea .m-notice, .m-cvarea .m-notice--s {
    max-width: 960px;
    margin: 10px auto;
  }
  .m-cvarea__btn-area .m-notice, .m-cvarea__btn-area .m-notice--s {
    margin: 0 auto 10px auto;
  }
  .m-cvarea .m-cvarea__inner--more .m-notice {
    max-width: 460px;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-contact .m-contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.m-contact .m-contact__tel .m-contact__tel-btn {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .m-contact .m-contact__tel .m-contact__tel-btn {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-contact .m-contact__tel .m-contact__tel-btn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-contact .m-contact__tel .m-contact__tel-btn {
    min-width: 460px;
  }
}
.m-contact .m-contact__tel .m-contact__tel-btn img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 960px), print, tv {
  .m-contact .m-contact__tel .m-contact__tel-offer {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 767px) {
  .m-contact .m-contact__tel .m-contact__tel-offer {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 768px) {
  .m-contact .m-contact__tel .m-contact__tel-offer {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .m-contact .m-contact__tel .m-contact__tel-offer {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-contact .m-contact__tel .m-contact__tel-offer {
    margin-bottom: 20px;
  }
}
.m-contact .m-contact__privacy-offer {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-contact .m-contact__privacy-offer {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-contact .m-contact__privacy-offer {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-contact .m-contact__privacy-offer {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .m-contact .m-contact__service-offer__acount {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-contact .m-contact__service-offer__acount {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .m-kyozai--detail {
    margin: 5vw auto;
  }
}
@media only screen and (min-width: 768px) {
  .m-kyozai--detail {
    margin: 50px auto;
    text-align: center;
  }
}
.m-acc--styled > .m-acc__btn span, .m-acc--styled--white > .m-acc__btn span, .m-acc--styled--pink > .m-acc__btn span {
  color: #0070cb;
  font-weight: 700;
}

.m-acc--styled > .m-acc__btn:nth-child(n+2), .m-acc--styled--white > .m-acc__btn:nth-child(n+2), .m-acc--styled--pink > .m-acc__btn:nth-child(n+2) {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .m-acc--icon .m-acc__btn, .m-acc--icon--white .m-acc__btn {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .m-acc--icon .m-acc__btn:after, .m-acc--icon--white .m-acc__btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .m-acc--icon .m-acc__btn:after, .m-acc--icon--white .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -96px;
    width: 10px;
    height: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .m-acc--icon .m-acc__btn:after, .m-acc--icon--white .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -88px -212px;
    width: 18px;
    height: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .m-acc--icon .m-acc__btn.is-active:after, .m-acc--icon--white .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -116px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .m-acc--icon .m-acc__btn.is-active:after, .m-acc--icon--white .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -60px -212px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn:after, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn:after, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -96px;
    width: 10px;
    height: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print, tv {
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn:after, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -88px -212px;
    width: 18px;
    height: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn.is-active:after, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -116px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print, tv {
  .m-acc--icon:not(.m-acc-only-sp) .m-acc__btn.is-active:after, .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -60px -212px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .m-acc--icon--white .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -156px;
    width: 10px;
    height: 10px;
  }
  .m-acc--icon--white .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -258px -136px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -116px -212px;
    width: 18px;
    height: 18px;
  }
  .m-acc--icon--white:not(.m-acc-only-sp) .m-acc__btn.is-active:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: -32px -212px;
    width: 18px;
    height: 18px;
  }
}
.m-btn, .m-btn--regist, .m-btn--regist--offer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
}

.m-btn--regist, .m-btn--regist--offer {
  background-color: #46bf0a;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-btn--regist, .m-btn--regist--offer {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-btn--regist, .m-btn--regist--offer {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.m-btn--regist:before, .m-btn--regist--offer:before, .m-btn--regist:after, .m-btn--regist--offer:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-btn--regist:after, .m-btn--regist--offer:after {
  right: 22px;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -258px 0px;
  width: 14px;
  height: 22px;
}

.m-btn--regist:hover, .m-btn--regist--offer:hover {
  background-color: rgba(70, 191, 10, 0.9);
}

.m-btn--regist--offer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 58px;
}

.m-btn--regist--offer:before {
  left: 22px;
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -212px;
  width: 22px;
  height: 23px;
}

.m-heading--tricolore {
  display: table;
  background: #0070cb;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}

.m-heading--tricolore:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0070cb), color-stop(33.3%, #0070cb), color-stop(33.3%, #fdb911), color-stop(66.6%, #fdb911), color-stop(66.6%, #ed1f26), to(#ed1f26));
  background: linear-gradient(#0070cb 0, #0070cb 33.3%, #fdb911 33.3%, #fdb911 66.6%, #ed1f26 66.6%, #ed1f26 100%);
}

.m-heading--tricolore .m-heading__point {
  width: 10px;
  padding: 20px 5px 20px 10px;
  font-size: 80%;
  font-weight: normal;
  background-color: #fff;
  color: #0070cb;
  text-align: center;
  line-height: 1;
  border: 2px solid #0070cb;
  border-left-width: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 70px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-heading--tricolore .m-heading__point {
    min-width: 100px;
  }
}
.m-heading--tricolore .m-heading__title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border-top: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font-weight: 700;
}

.m-heading--tricolore .m-heading__title strong {
  color: #ffea00;
}

@media only screen and (min-width: 768px), print, tv {
  .m-heading--tricolore .m-heading__title {
    font-weight: normal;
    padding-left: 15px;
  }
}
.m-heading--simple:before, .m-heading--simple--border:before, .m-heading--simple--red:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: #2C2C2C;
  height: 100%;
}

@media only screen and (min-width: 768px), print, tv {
  .m-heading--simple:before, .m-heading--simple--border:before, .m-heading--simple--red:before {
    width: 3px;
    /* border-radius: 4px; */
  }
}
.m-heading--simple--red:before {
  background-color: #e60021;
}

.m-heading--simple--border {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.m-heading--num-point-box, .m-heading--num-point-box--red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background: #0070cb;
  margin-top: 60px;
  border-radius: 0 7px 7px 0;
}

@media only screen and (max-width: 767px) {
  .m-heading--num-point-box, .m-heading--num-point-box--red {
    font-size: 12px;
  }
}
.m-heading--num-point-box:before, .m-heading--num-point-box--red:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  background: #0070cb;
}

.m-heading--num-point-box .m-heading__point, .m-heading--num-point-box--red .m-heading__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 2px solid #0070cb;
  border-left-width: 0;
  background-color: #fff;
  color: #0070cb;
  min-width: 100px;
  padding: 0 5px;
}

.m-heading--num-point-box .m-heading__point > span, .m-heading--num-point-box--red .m-heading__point > span {
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-heading--num-point-box .m-heading__point, .m-heading--num-point-box--red .m-heading__point {
    min-width: 100px;
    padding: 5px 14px;
  }
}
.m-heading--num-point-box .m-heading__title, .m-heading--num-point-box--red .m-heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #fff;
  border-top: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font-weight: 700;
}

.m-heading--num-point-box .m-heading__title strong, .m-heading--num-point-box--red .m-heading__title strong {
  font-weight: normal;
  color: #ffea00;
}

@media only screen and (min-width: 768px), print, tv {
  .m-heading--num-point-box .m-heading__title, .m-heading--num-point-box--red .m-heading__title {
    font-weight: normal;
    padding-left: 15px;
  }
}
.m-heading--num-point-box .m-heading__title img, .m-heading--num-point-box--red .m-heading__title img {
  height: 40px;
  width: auto;
}

.m-heading--num-point-box--red {
  background: #e60021;
}

.m-heading--num-point-box--red:before {
  background: #e60021;
}

.m-heading--num-point-box--red .m-heading__point {
  border: 2px solid #e60021;
  color: #e60021;
}

.m-heading--num-point-box--red .m-heading__title {
  border-top: 2px solid #e60021;
  border-bottom: 2px solid #e60021;
}

.m-tab__head {
  padding: 0 5px;
}

@media only screen and (max-width: largeMobile) {
  .m-tab__head {
    padding: 0 20px;
    font-size: 85%;
  }
}
.m-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
}

@media only screen and (min-width: 768px), print, tv {
  .m-tab__list {
    border-spacing: 15px 0;
  }
}
.m-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 5px;
  padding: 10px 0;
  color: #0070cb;
  font-weight: 700;
  text-align: center;
  border-radius: 7px 7px 0 0;
  border: 2px solid #0070cb;
  border-bottom: none;
}

@media only screen and (min-width: 960px), tv {
  .m-tab__item {
    padding: 14px 0;
    margin: 0 10px;
    font-size: 16px;
  }
}
.m-tab__item.is-active {
  background-color: #0070cb;
}

.m-tab__item.is-active a {
  color: #fff;
}

.m-tab__item:not(.is-active) {
  margin-top: 10px;
}

.m-tab__contents {
  border-top: 2px solid #0070cb;
}

@media only screen and (min-width: 768px), print, tv {
  .m-tab__contents {
    margin-top: -1px;
    border-top-width: 4px;
  }
}
.m-tab__content {
  display: none;
}

.m-tab__content.is-active {
  display: block;
}

@media only screen and (min-width: 768px), print, tv {
  .m-qalist {
    font-size: 16px;
  }
}
.m-qalist__item {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #E3E3E3;
}

.m-qalist__item:first-child {
  padding-top: 0;
}

/* .m-qalist__item:after {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-position-x: 0;
  background-position-y: 100%;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .m-qalist__item:after {
    background-image: url("../../_share19/sprite-img/dotted_small.png");
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-qalist__item:after {
    background-image: url("../../_share19/sprite-img/dotted_big.png");
  }
} */
.m-qalist__item > a {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.m-qalist__item > a.is-active {
  margin-bottom: 14px;
}

.m-qalist__item > a:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/250714/faq-icon_q.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 24px;
  left: 0;
  top: 0;
}

.m-qalist__more {
  text-align: right;
  padding-right: 15px;
  margin-top: 15px;
}

.m-modal, .m-modal--select-chu2, .m-modal--lecture, .m-modal--member, .m-modal--member-kou, .m-modal--contact, .m-modal--year, .m-modal--year--kou {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 6px solid #006eb3;
  border-radius: 6px;
  padding: 25px 35px;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.m-modal.is-active, .is-active.m-modal--select-chu2, .is-active.m-modal--lecture, .is-active.m-modal--member, .is-active.m-modal--member-kou, .is-active.m-modal--contact, .is-active.m-modal--year, .is-active.m-modal--year--kou {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .m-modal, .m-modal--select-chu2, .m-modal--lecture, .m-modal--member, .m-modal--member-kou, .m-modal--contact, .m-modal--year, .m-modal--year--kou {
    max-width: 400px;
    padding: 12px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    border: 3px solid #005bac;
  }
}
.m-modal__shade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
}

html.is-modal-open .m-modal__shade {
  visibility: visible;
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .m-modal__shade {
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .m-modal__shade {
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.m-modal__close {
  position: absolute;
  top: -23px;
  right: -23px;
  cursor: pointer;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -208px 0px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .m-modal__close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url("../../_share19/img/icon_sprite_legacy.png");
    background-position: 0 -697px;
    background-size: 80px;
  }
}
.m-modal__title {
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-modal__title {
    font-size: 14px;
    font-weight: 700;
  }
}
.m-modal--year, .m-modal--year--kou {
  width: 630px;
}

@media only screen and (max-width: 767px) {
  .m-modal--year, .m-modal--year--kou {
    width: 92%;
  }
}
.m-modal--year--kou {
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .m-modal--year--kou {
    width: 92%;
  }
}
.m-modal--contact {
  width: 680px;
}

@media only screen and (max-width: 767px) {
  .m-modal--contact {
    width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .m-modal--contact .m-modal__btn-box {
    margin: 15px 5px;
  }
}
@media only screen and (min-width: 961px), print, tv {
  .m-modal--contact .m-modal__btn-box {
    width: 558px;
    margin: 20px auto;
  }
}
.m-modal--contact .m-modal__content {
  font-size: 12px;
  color: #808080;
}

@media only screen and (min-width: 961px), print, tv {
  .m-modal--contact .m-modal__content {
    width: 460px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .m-modal--contact .m-modal__content {
    padding: 5px;
  }
}
.m-modal--member, .m-modal--member-kou {
  width: 960px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .m-modal--member, .m-modal--member-kou {
    width: 92%;
  }
}
.m-modal--member .m-modal__title, .m-modal--member-kou .m-modal__title {
  margin-bottom: 25px;
  color: #0070cb;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .m-modal--member .m-modal__title, .m-modal--member-kou .m-modal__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.m-modal--member .m-modal__member, .m-modal--member-kou .m-modal__member {
  float: left;
  width: 555px;
}

@media only screen and (max-width: 767px) {
  .m-modal--member .m-modal__member, .m-modal--member-kou .m-modal__member {
    width: calc(50% - 5px);
  }
}
.m-modal--member .m-modal__guardian, .m-modal--member-kou .m-modal__guardian {
  float: right;
  width: 305px;
}

@media only screen and (max-width: 767px) {
  .m-modal--member .m-modal__guardian, .m-modal--member-kou .m-modal__guardian {
    width: calc(50% - 5px);
  }
}
.m-modal--member .m-modal__foot, .m-modal--member-kou .m-modal__foot {
  clear: both;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .m-modal--member .m-modal__foot, .m-modal--member-kou .m-modal__foot {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .m-modal--member-kou {
    padding: 18px 12px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .m-modal--member-kou .m-modal__title {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 961px), print, tv {
  .m-modal--member-kou .m-modal__member {
    width: 430px;
  }
}
@media only screen and (min-width: 961px), print, tv {
  .m-modal--member-kou .m-modal__guardian {
    width: 430px;
  }
}
.m-modal--member-kou .m-modal__guardian-inner {
  border: none;
}

@media only screen and (max-width: 767px) {
  .m-modal--member-kou .m-modal__foot {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.m-modal--lecture {
  width: 960px;
}

@media only screen and (max-width: 767px) {
  .m-modal--lecture {
    width: 92%;
  }
}
.m-modal--select-chu2 {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .m-modal--select-chu2 {
    width: 92%;
  }
}
.m-modal--select-chu2 .m-modal__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .m-modal--select-chu2 .m-modal__title {
    margin-bottom: 10px;
  }
}
.m-modal--select-chu2 .m-modal__link, .m-modal--select-chu2 .m-modal__link--protrude-left {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .m-modal--select-chu2 .m-modal__link, .m-modal--select-chu2 .m-modal__link--protrude-left {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 961px), print, tv {
  .m-modal--select-chu2 .m-modal__link--protrude-left {
    margin-left: -13px;
  }
}
.m-sample {
  position: relative;
  display: block;
}

.m-sample:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  height: 55px;
  bottom: -27px;
  background-image: url("../../_share19/img/icon_sprite_legacy.png");
  background-repeat: no-repeat;
  background-position: 0px -2136px;
  background-size: 80px 2464px;
}

@media only screen and (min-width: 961px), print, tv {
  .m-sample:after {
    right: -33px;
    bottom: 0;
    content: "見本を見る";
    padding-top: 55px;
    font-size: 13px;
    width: 68px;
    background-position: 7px -2136px;
  }
}
.m-totop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -150px -162px;
  width: 36px;
  height: 37px;
  cursor: pointer;
  outline: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.m-totop:hover {
  opacity: 0.7;
}

.m-totop.is-bottom {
  position: absolute;
}

.m-cource-compare {
  margin-bottom: 14px;
}

.m-cource-compare:after {
  content: "";
  display: block;
  clear: both;
}

.m-cource-compare .m-cource-compare__box > div {
  border: 1px solid #e5e5e5;
}

.m-cource-compare .m-cource-compare__box .m-cource-compare__cource {
  text-align: center;
  color: #fff;
  padding: 14px;
}

.m-cource-compare .m-cource-compare__box .m-cource-compare__title {
  background-color: #ededed;
  text-align: center;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-cource-compare .m-cource-compare__box .m-cource-compare__text {
  padding: 14px;
}

.m-cource-compare .m-cource-compare__box .m-cource-compare__pie {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .m-cource-compare .m-cource-compare__box .m-cource-compare__pie {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-cource-compare .m-cource-compare__box .m-cource-compare__pie {
    padding: 20px;
  }
}
.m-cource-compare .m-cource-compare__box .m-cource-compare__pie img {
  width: 160px;
  height: auto;
}

@media only screen and (min-width: 960px), tv {
  .m-cource-compare .m-cource-compare__box .m-cource-compare__pie img {
    width: 220px;
  }
}
.m-cource-compare .m-cource-compare__box.nankan .m-cource-compare__cource {
  background-color: #00a0e9;
  border-color: #00a0e9;
}

.m-cource-compare .m-cource-compare__box.hyojun .m-cource-compare__cource {
  background-color: #8fc31f;
  border-color: #8fc31f;
}

@media only screen and (min-width: 768px), print, tv {
  .m-cource-compare .m-cource-compare__box {
    width: 50%;
    float: left;
  }
  .m-cource-compare .m-cource-compare__box:first-child .m-cource-compare__title {
    position: relative;
    z-index: 100;
    width: 200%;
  }
  .m-cource-compare .m-cource-compare__box:nth-child(2) .m-cource-compare__title {
    visibility: hidden;
  }
}
.m-notice, .m-notice--s {
  color: #808080;
  font-size: 12px;
}

.m-unit--bg-blue .m-notice, .m-unit--bg-blue .m-notice--s {
  color: #fff;
}

.m-notice li, .m-notice--s li {
  position: relative;
  padding-left: 1.2em;
}

.m-notice li:before, .m-notice--s li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-cvarea__btn-area .m-notice li:before, .m-cvarea__btn-area .m-notice--s li:before {
  position: relative;
}

.m-notice li.m-notice__no-mark, .m-notice--s li.m-notice__no-mark {
  padding-left: 0;
  font-size: 11px;
}

.m-notice li.m-notice__no-mark:before, .m-notice--s li.m-notice__no-mark:before {
  display: none;
}

.m-notice li + li, .m-notice--s li + li {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .m-notice--s {
    font-size: 11px;
  }
  .m-notice--s li + li {
    margin-top: 0;
  }
}
.m-kyozai:after {
  content: "";
  display: block;
  clear: both;
}

.m-kyozai .m-kyozai__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 6px;
  border: 2px solid #daecfb;
  padding: 20px;
  background-color: #edf7ff;
  margin-bottom: 14px;
  min-height: 140px;
}

.m-acc--styled .m-kyozai .m-kyozai__media, .m-acc--styled--pink .m-kyozai .m-kyozai__media, .m-acc--styled--white .m-kyozai .m-kyozai__media {
  background-color: #fff;
}

.m-kyozai--shindan {
  margin: 10px auto;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__media {
    float: left;
    width: 35%;
  }
}
.m-kyozai .m-kyozai__media .m-kyozai__thumb {
  width: 33%;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__media .m-kyozai__thumb {
    width: 50%;
  }
}
.m-kyozai .m-kyozai__media .m-kyozai__functions {
  width: 67%;
  padding-left: 10px;
  color: #0070cb;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 960px) and (max-width: 767px) {
  .m-kyozai .m-kyozai__media .m-kyozai__functions {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 768px) {
  .m-kyozai .m-kyozai__media .m-kyozai__functions {
    padding-left: 20px;
  }
}
.m-kyozai .m-kyozai__media .m-kyozai__functions li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px dotted #bedffa;
}

.m-kyozai .m-kyozai__sample {
  width: 100%;
  padding-top: 2px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__sample {
    float: right;
    width: 65%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-kyozai .m-kyozai__sample {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-kyozai .m-kyozai__sample {
    padding-left: 20px;
  }
}
.m-kyozai .m-kyozai__sample a {
  display: block;
  position: relative;
}

.m-kyozai .m-kyozai__sample a:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -55px -85px;
  width: 50px;
  height: 50px;
  bottom: -10px;
  right: -10px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__sample a:after {
    background-image: url(../../_share19/img/sprite.png);
    background-position: 0px 0px;
    width: 64px;
    height: 75px;
    bottom: -25px;
    right: -10px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__points {
    width: 35%;
    float: left;
  }
}
.m-kyozai .m-kyozai__points .m-kyozai__point, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num {
  position: relative;
  padding: 15px;
  margin-top: 25px;
  border-radius: 6px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__points .m-kyozai__point, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num {
    clear: left;
    float: left;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
  }
}
.m-kyozai .m-kyozai__points .m-kyozai__point:before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__points .m-kyozai__point:before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:before {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.m-kyozai .m-kyozai__points .m-kyozai__point dt, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num dt {
  color: #0070cb;
  font-weight: 700;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__points .m-kyozai__point dt, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num dt {
    font-size: 16px;
  }
}
.m-kyozai .m-kyozai__points .m-kyozai__point dd, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px dotted #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .m-kyozai .m-kyozai__points .m-kyozai__point dd, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num dd {
    font-size: 12px;
  }
}
.m-kyozai .m-kyozai__points .m-kyozai__point:nth-child(1):before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(1):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: -50px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point:nth-child(2):before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(2):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: -100px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point:nth-child(3):before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(3):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: -208px -50px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point:nth-child(4):before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(4):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: -208px -100px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point:nth-child(5):before, .m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(5):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: -115px -85px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(1):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(2):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(3):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(4):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -162px;
  width: 40px;
  height: 40px;
}

.m-kyozai .m-kyozai__points .m-kyozai__point--no-num:nth-child(5):before {
  background-image: url(../../_share19/img/sprite.png);
  background-position: 0px -162px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__splink {
    margin-top: 50px;
    width: 65%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink {
    padding-left: 20px;
  }
}
.m-kyozai .m-kyozai__splink .m-kyozai__splink-inner {
  position: relative;
  border: 1px solid #0070cb;
  background-color: #fff;
  border-radius: 10px 10px;
}

.m-kyozai .m-kyozai__splink .m-kyozai__splink-inner:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-inner {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-inner {
    padding: 20px;
  }
}
.m-kyozai .m-kyozai__splink .m-kyozai__splink-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -144px -212px;
  width: 18px;
  height: 11px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-inner:before {
    left: 60px;
    right: auto;
  }
}
.m-kyozai .m-kyozai__splink h4 {
  color: #0070cb;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink h4 {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink h4 {
    margin-bottom: 20px;
  }
}
.m-kyozai .m-kyozai__splink h4:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  background-image: url(../../_share19/img/sprite.png);
  background-position: -165px -85px;
  width: 19px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-thumb {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-thumb {
    margin-bottom: 0;
    width: 35%;
    float: left;
  }
}
.m-kyozai .m-kyozai__splink .m-kyozai__splink-thumb img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-body {
    width: 65%;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-body {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-body {
    padding-left: 20px;
  }
}
.m-kyozai .m-kyozai__splink .m-kyozai__splink-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.m-kyozai .m-kyozai__splink .m-kyozai__splink-functions li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  width: 100%;
  max-width: 115px;
  min-height: 82px;
  background-color: #edf7ff;
  border: 2px solid #daecfb;
  border-radius: 6px;
  color: #0070cb;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai .m-kyozai__splink .m-kyozai__splink-functions li {
    font-size: 12px;
  }
}
.m-kyozai .m-kyozai__splink .m-kyozai__splink-functions li:last-child {
  margin-right: 0;
}

.m-kyozai .m-kyozai__splink .m-kyozai__splink-functions li span {
  display: block;
  width: 100%;
  text-align: center;
}

.m-kyozai-about:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .m-kyozai-about {
    margin-bottom: 14px;
  }
  .m-kyozai-about .m-kyozai__thumb {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__body {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14px;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-kyozai-about .m-kyozai__body {
    width: 50%;
  }
}
.m-kyozai-about .m-kyozai__body .m-kyozai__heading {
  font-weight: 700;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .m-kyozai-about .m-kyozai__body .m-kyozai__heading {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__body .m-kyozai__heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__body .m-kyozai__heading {
    margin-top: 20px;
  }
}
.m-kyozai-about .m-kyozai__body .m-kyozai__functions {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__body .m-kyozai__functions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.m-kyozai-about .m-kyozai__body .m-kyozai__functions li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #edf7ff;
  border: 2px solid #daecfb;
  border-radius: 6px;
  color: #0070cb;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-right: 10px;
  min-height: 80px;
}

.m-kyozai-about .m-kyozai__body .m-kyozai__functions li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__body .m-kyozai__functions li {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 960px), print, tv {
  .m-kyozai-about .m-kyozai__body .m-kyozai__functions li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 767px) {
  .m-kyozai-about .m-kyozai__body .m-kyozai__functions li {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 768px) {
  .m-kyozai-about .m-kyozai__body .m-kyozai__functions li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-kyozai-about .m-kyozai__thumb {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-kyozai-about .m-kyozai__thumb {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-kyozai-about .m-kyozai__thumb {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .g-text {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6;
  }
  .g-text--small {
    font-size: 12px;
    color: #2C2C2C;
  }
  .g-text--center {
    text-align: center;
  }
  .g-text--right {
    text-align: right;
  }
  .g-text--left {
    text-align: left;
  }
  .g-text--bold {
    font-weight: 700;
  }
  .g-text--underline {
    text-decoration: underline;
  }
}
@media print, screen and (max-width: 768px) {
  .g-text {
    font-size: 3.73333333vw;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6;
  }
  .g-text--center {
    text-align: center;
  }
  .g-text--right {
    text-align: right;
  }
  .g-text--left {
    text-align: left;
  }
  .g-text--bold {
    font-weight: 700;
  }
  .g-text--underline {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .c-pr00-pc {
    padding-right: 0 !important;
  }
  .c-pr05-pc {
    padding-right: 5px !important;
  }
  .c-pr10-pc {
    padding-right: 10px !important;
  }
  .c-pr15-pc {
    padding-right: 15px !important;
  }
  .c-pr20-pc {
    padding-right: 20px !important;
  }
  .c-pr25-pc {
    padding-right: 25px !important;
  }
  .c-pr30-pc {
    padding-right: 30px !important;
  }
  .c-pr35-pc {
    padding-right: 35px !important;
  }
  .c-pr40-pc {
    padding-right: 40px !important;
  }
  .c-pr45-pc {
    padding-right: 45px !important;
  }
  .c-pr50-pc {
    padding-right: 50px !important;
  }
  .c-pr55-pc {
    padding-right: 55px !important;
  }
  .c-pr60-pc {
    padding-right: 60px !important;
  }
  .c-pr65-pc {
    padding-right: 65px !important;
  }
  .c-pr70-pc {
    padding-right: 70px !important;
  }
  .c-pr75-pc {
    padding-right: 75px !important;
  }
  .c-pr80-pc {
    padding-right: 80px !important;
  }
  .c-pr85-pc {
    padding-right: 85px !important;
  }
  .c-pr90-pc {
    padding-right: 90px !important;
  }
  .c-pr95-pc {
    padding-right: 95px !important;
  }
  .c-pr100-pc {
    padding-right: 100px !important;
  }
  .c-pl00-pc {
    padding-left: 0 !important;
  }
  .c-pl05-pc {
    padding-left: 5px !important;
  }
  .c-pl10-pc {
    padding-left: 10px !important;
  }
  .c-pl15-pc {
    padding-left: 15px !important;
  }
  .c-pl20-pc {
    padding-left: 20px !important;
  }
  .c-pl25-pc {
    padding-left: 25px !important;
  }
  .c-pl30-pc {
    padding-left: 30px !important;
  }
  .c-pl35-pc {
    padding-left: 35px !important;
  }
  .c-pl40-pc {
    padding-left: 40px !important;
  }
  .c-pl45-pc {
    padding-left: 45px !important;
  }
  .c-pl50-pc {
    padding-left: 50px !important;
  }
  .c-pl55-pc {
    padding-left: 55px !important;
  }
  .c-pl60-pc {
    padding-left: 60px !important;
  }
  .c-pl65-pc {
    padding-left: 65px !important;
  }
  .c-pl70-pc {
    padding-left: 70px !important;
  }
  .c-pl75-pc {
    padding-left: 75px !important;
  }
  .c-pl80-pc {
    padding-left: 80px !important;
  }
  .c-pl85-pc {
    padding-left: 85px !important;
  }
  .c-pl90-pc {
    padding-left: 90px !important;
  }
  .c-pl95-pc {
    padding-left: 95px !important;
  }
  .c-pl100-pc {
    padding-left: 100px !important;
  }
}
@media print, screen and (max-width: 768px) {
  .c-pr00-sp {
    padding-right: 0 !important;
  }
  .c-pr05-sp {
    padding-right: 1.33333333vw !important;
  }
  .c-pr10-sp {
    padding-right: 2.66666666vw !important;
  }
  .c-pr15-sp {
    padding-right: 4vw !important;
  }
  .c-pr20-sp {
    padding-right: 5.33333333vw !important;
  }
  .c-pr25-sp {
    padding-right: 6.66666666vw !important;
  }
  .c-pr30-sp {
    padding-right: 8vw !important;
  }
  .c-pr35-sp {
    padding-right: 9.33333333vw !important;
  }
  .c-pr40-sp {
    padding-right: 10.66666666vw !important;
  }
  .c-pr45-sp {
    padding-right: 12vw !important;
  }
  .c-pr50-sp {
    padding-right: 13.33333333vw !important;
  }
  .c-pr55-sp {
    padding-right: 14.66666666vw !important;
  }
  .c-pr60-sp {
    padding-right: 16vw !important;
  }
  .c-pr65-sp {
    padding-right: 17.33333333vw !important;
  }
  .c-pr70-sp {
    padding-right: 18.66666666vw !important;
  }
  .c-pr75-sp {
    padding-right: 20vw !important;
  }
  .c-pr80-sp {
    padding-right: 21.33333333vw !important;
  }
  .c-pr85-sp {
    padding-right: 22.66666666vw !important;
  }
  .c-pr90-sp {
    padding-right: 24vw !important;
  }
  .c-pr95-sp {
    padding-right: 25.33333333vw !important;
  }
  .c-pr100-sp {
    padding-right: 26.66666666vw !important;
  }
  .c-pl00-sp {
    padding-left: 0 !important;
  }
  .c-pl05-sp {
    padding-left: 1.33333333vw !important;
  }
  .c-pl10-sp {
    padding-left: 2.66666666vw !important;
  }
  .c-pl15-sp {
    padding-left: 4vw !important;
  }
  .c-pl20-sp {
    padding-left: 5.33333333vw !important;
  }
  .c-pl25-sp {
    padding-left: 6.66666666vw !important;
  }
  .c-pl30-sp {
    padding-left: 8vw !important;
  }
  .c-pl35-sp {
    padding-left: 9.33333333vw !important;
  }
  .c-pl40-sp {
    padding-left: 10.66666666vw !important;
  }
  .c-pl45-sp {
    padding-left: 12vw !important;
  }
  .c-pl50-sp {
    padding-left: 13.33333333vw !important;
  }
  .c-pl55-sp {
    padding-left: 14.66666666vw !important;
  }
  .c-pl60-sp {
    padding-left: 16vw !important;
  }
  .c-pl65-sp {
    padding-left: 17.33333333vw !important;
  }
  .c-pl70-sp {
    padding-left: 18.66666666vw !important;
  }
  .c-pl75-sp {
    padding-left: 20vw !important;
  }
  .c-pl80-sp {
    padding-left: 21.33333333vw !important;
  }
  .c-pl85-sp {
    padding-left: 22.66666666vw !important;
  }
  .c-pl90-sp {
    padding-left: 24vw !important;
  }
  .c-pl95-sp {
    padding-left: 25.33333333vw !important;
  }
  .c-pl100-sp {
    padding-left: 26.66666666vw !important;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}