@charset "UTF-8";
/* 変数と関数
========================================== */
/* 基礎設定
========================================== */
/*
* General Settings
*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.is-fixed {
  overflow: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
a {
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a img:hover {
  opacity: 1;
}

nav ol,
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.w-100 {
  width: 100%;
}

svg {
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 700;
  color: #3a4856;
}

h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1.3em;
  line-height: 1.8;
  color: #3e3a39;
}
p__text--large {
  font-size: 18px;
}
p__text--small {
  font-size: 14px;
}

.g-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1600.02px) {
  .container {
    max-width: 1240px;
  }
}
.container {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (max-width: 768px) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1260px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}
@media (min-width: 992.02px) {
  .container-lg {
    max-width: 960px !important;
  }
}

@media (min-width: 768.02px) {
  .container-md {
    max-width: 740px !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (max-width: 768px) {
  .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.row > div {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 768px) {
  .row > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.row-0 {
  margin-left: -0px !important;
  margin-right: -0px !important;
}
.row-0 > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 768px) {
  .row-0--responsive {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }
  .row-0--responsive > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.row-1 {
  margin-left: -0.5px !important;
  margin-right: -0.5px !important;
}
.row-1 > div {
  padding-left: 0.5px !important;
  padding-right: 0.5px !important;
}

@media (max-width: 768px) {
  .row-1--responsive {
    margin-left: -0.5px !important;
    margin-right: -0.5px !important;
  }
  .row-1--responsive > div {
    padding-left: 0.5px !important;
    padding-right: 0.5px !important;
  }
}

.row-2 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.row-2 > div {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

@media (max-width: 768px) {
  .row-2--responsive {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .row-2--responsive > div {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}

.row-3 {
  margin-left: -1.5px !important;
  margin-right: -1.5px !important;
}
.row-3 > div {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important;
}

@media (max-width: 768px) {
  .row-3--responsive {
    margin-left: -1.5px !important;
    margin-right: -1.5px !important;
  }
  .row-3--responsive > div {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
  }
}

.row-4 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.row-4 > div {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media (max-width: 768px) {
  .row-4--responsive {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .row-4--responsive > div {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

.row-5 {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}
.row-5 > div {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}

@media (max-width: 768px) {
  .row-5--responsive {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
  .row-5--responsive > div {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
  }
}

.row-6 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.row-6 > div {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

@media (max-width: 768px) {
  .row-6--responsive {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .row-6--responsive > div {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.row-7 {
  margin-left: -3.5px !important;
  margin-right: -3.5px !important;
}
.row-7 > div {
  padding-left: 3.5px !important;
  padding-right: 3.5px !important;
}

@media (max-width: 768px) {
  .row-7--responsive {
    margin-left: -3.5px !important;
    margin-right: -3.5px !important;
  }
  .row-7--responsive > div {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
  }
}

.row-8 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.row-8 > div {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

@media (max-width: 768px) {
  .row-8--responsive {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .row-8--responsive > div {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

.row-9 {
  margin-left: -4.5px !important;
  margin-right: -4.5px !important;
}
.row-9 > div {
  padding-left: 4.5px !important;
  padding-right: 4.5px !important;
}

@media (max-width: 768px) {
  .row-9--responsive {
    margin-left: -4.5px !important;
    margin-right: -4.5px !important;
  }
  .row-9--responsive > div {
    padding-left: 4.5px !important;
    padding-right: 4.5px !important;
  }
}

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row-10 > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media (max-width: 768px) {
  .row-10--responsive {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .row-10--responsive > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.row-11 {
  margin-left: -5.5px !important;
  margin-right: -5.5px !important;
}
.row-11 > div {
  padding-left: 5.5px !important;
  padding-right: 5.5px !important;
}

@media (max-width: 768px) {
  .row-11--responsive {
    margin-left: -5.5px !important;
    margin-right: -5.5px !important;
  }
  .row-11--responsive > div {
    padding-left: 5.5px !important;
    padding-right: 5.5px !important;
  }
}

.row-12 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.row-12 > div {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

@media (max-width: 768px) {
  .row-12--responsive {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .row-12--responsive > div {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

.row-13 {
  margin-left: -6.5px !important;
  margin-right: -6.5px !important;
}
.row-13 > div {
  padding-left: 6.5px !important;
  padding-right: 6.5px !important;
}

@media (max-width: 768px) {
  .row-13--responsive {
    margin-left: -6.5px !important;
    margin-right: -6.5px !important;
  }
  .row-13--responsive > div {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
}

.row-14 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.row-14 > div {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

@media (max-width: 768px) {
  .row-14--responsive {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .row-14--responsive > div {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

.row-15 {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}
.row-15 > div {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

@media (max-width: 768px) {
  .row-15--responsive {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .row-15--responsive > div {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.row-16 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.row-16 > div {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

@media (max-width: 768px) {
  .row-16--responsive {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .row-16--responsive > div {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.row-17 {
  margin-left: -8.5px !important;
  margin-right: -8.5px !important;
}
.row-17 > div {
  padding-left: 8.5px !important;
  padding-right: 8.5px !important;
}

@media (max-width: 768px) {
  .row-17--responsive {
    margin-left: -8.5px !important;
    margin-right: -8.5px !important;
  }
  .row-17--responsive > div {
    padding-left: 8.5px !important;
    padding-right: 8.5px !important;
  }
}

.row-18 {
  margin-left: -9px !important;
  margin-right: -9px !important;
}
.row-18 > div {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

@media (max-width: 768px) {
  .row-18--responsive {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .row-18--responsive > div {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

.row-19 {
  margin-left: -9.5px !important;
  margin-right: -9.5px !important;
}
.row-19 > div {
  padding-left: 9.5px !important;
  padding-right: 9.5px !important;
}

@media (max-width: 768px) {
  .row-19--responsive {
    margin-left: -9.5px !important;
    margin-right: -9.5px !important;
  }
  .row-19--responsive > div {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
}

.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row-20 > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 768px) {
  .row-20--responsive {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .row-20--responsive > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.row-21 {
  margin-left: -10.5px !important;
  margin-right: -10.5px !important;
}
.row-21 > div {
  padding-left: 10.5px !important;
  padding-right: 10.5px !important;
}

@media (max-width: 768px) {
  .row-21--responsive {
    margin-left: -10.5px !important;
    margin-right: -10.5px !important;
  }
  .row-21--responsive > div {
    padding-left: 10.5px !important;
    padding-right: 10.5px !important;
  }
}

.row-22 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.row-22 > div {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

@media (max-width: 768px) {
  .row-22--responsive {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }
  .row-22--responsive > div {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}

.row-23 {
  margin-left: -11.5px !important;
  margin-right: -11.5px !important;
}
.row-23 > div {
  padding-left: 11.5px !important;
  padding-right: 11.5px !important;
}

@media (max-width: 768px) {
  .row-23--responsive {
    margin-left: -11.5px !important;
    margin-right: -11.5px !important;
  }
  .row-23--responsive > div {
    padding-left: 11.5px !important;
    padding-right: 11.5px !important;
  }
}

.row-24 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.row-24 > div {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (max-width: 768px) {
  .row-24--responsive {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .row-24--responsive > div {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.row-25 {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}
.row-25 > div {
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
}

@media (max-width: 768px) {
  .row-25--responsive {
    margin-left: -12.5px !important;
    margin-right: -12.5px !important;
  }
  .row-25--responsive > div {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
}

.row-26 {
  margin-left: -13px !important;
  margin-right: -13px !important;
}
.row-26 > div {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

@media (max-width: 768px) {
  .row-26--responsive {
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .row-26--responsive > div {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}

.row-27 {
  margin-left: -13.5px !important;
  margin-right: -13.5px !important;
}
.row-27 > div {
  padding-left: 13.5px !important;
  padding-right: 13.5px !important;
}

@media (max-width: 768px) {
  .row-27--responsive {
    margin-left: -13.5px !important;
    margin-right: -13.5px !important;
  }
  .row-27--responsive > div {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
  }
}

.row-28 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}
.row-28 > div {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

@media (max-width: 768px) {
  .row-28--responsive {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .row-28--responsive > div {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

.row-29 {
  margin-left: -14.5px !important;
  margin-right: -14.5px !important;
}
.row-29 > div {
  padding-left: 14.5px !important;
  padding-right: 14.5px !important;
}

@media (max-width: 768px) {
  .row-29--responsive {
    margin-left: -14.5px !important;
    margin-right: -14.5px !important;
  }
  .row-29--responsive > div {
    padding-left: 14.5px !important;
    padding-right: 14.5px !important;
  }
}

.row-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row-30 > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 768px) {
  .row-30--responsive {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .row-30--responsive > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-31 {
  margin-left: -15.5px !important;
  margin-right: -15.5px !important;
}
.row-31 > div {
  padding-left: 15.5px !important;
  padding-right: 15.5px !important;
}

@media (max-width: 768px) {
  .row-31--responsive {
    margin-left: -15.5px !important;
    margin-right: -15.5px !important;
  }
  .row-31--responsive > div {
    padding-left: 15.5px !important;
    padding-right: 15.5px !important;
  }
}

.row-32 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.row-32 > div {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 768px) {
  .row-32--responsive {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .row-32--responsive > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.row-33 {
  margin-left: -16.5px !important;
  margin-right: -16.5px !important;
}
.row-33 > div {
  padding-left: 16.5px !important;
  padding-right: 16.5px !important;
}

@media (max-width: 768px) {
  .row-33--responsive {
    margin-left: -16.5px !important;
    margin-right: -16.5px !important;
  }
  .row-33--responsive > div {
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
  }
}

.row-34 {
  margin-left: -17px !important;
  margin-right: -17px !important;
}
.row-34 > div {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

@media (max-width: 768px) {
  .row-34--responsive {
    margin-left: -17px !important;
    margin-right: -17px !important;
  }
  .row-34--responsive > div {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}

.row-35 {
  margin-left: -17.5px !important;
  margin-right: -17.5px !important;
}
.row-35 > div {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important;
}

@media (max-width: 768px) {
  .row-35--responsive {
    margin-left: -17.5px !important;
    margin-right: -17.5px !important;
  }
  .row-35--responsive > div {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }
}

.row-36 {
  margin-left: -18px !important;
  margin-right: -18px !important;
}
.row-36 > div {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

@media (max-width: 768px) {
  .row-36--responsive {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .row-36--responsive > div {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.row-37 {
  margin-left: -18.5px !important;
  margin-right: -18.5px !important;
}
.row-37 > div {
  padding-left: 18.5px !important;
  padding-right: 18.5px !important;
}

@media (max-width: 768px) {
  .row-37--responsive {
    margin-left: -18.5px !important;
    margin-right: -18.5px !important;
  }
  .row-37--responsive > div {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }
}

.row-38 {
  margin-left: -19px !important;
  margin-right: -19px !important;
}
.row-38 > div {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

@media (max-width: 768px) {
  .row-38--responsive {
    margin-left: -19px !important;
    margin-right: -19px !important;
  }
  .row-38--responsive > div {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

.row-39 {
  margin-left: -19.5px !important;
  margin-right: -19.5px !important;
}
.row-39 > div {
  padding-left: 19.5px !important;
  padding-right: 19.5px !important;
}

@media (max-width: 768px) {
  .row-39--responsive {
    margin-left: -19.5px !important;
    margin-right: -19.5px !important;
  }
  .row-39--responsive > div {
    padding-left: 19.5px !important;
    padding-right: 19.5px !important;
  }
}

.row-40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.row-40 > div {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 768px) {
  .row-40--responsive {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .row-40--responsive > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.row-41 {
  margin-left: -20.5px !important;
  margin-right: -20.5px !important;
}
.row-41 > div {
  padding-left: 20.5px !important;
  padding-right: 20.5px !important;
}

@media (max-width: 768px) {
  .row-41--responsive {
    margin-left: -20.5px !important;
    margin-right: -20.5px !important;
  }
  .row-41--responsive > div {
    padding-left: 20.5px !important;
    padding-right: 20.5px !important;
  }
}

.row-42 {
  margin-left: -21px !important;
  margin-right: -21px !important;
}
.row-42 > div {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

@media (max-width: 768px) {
  .row-42--responsive {
    margin-left: -21px !important;
    margin-right: -21px !important;
  }
  .row-42--responsive > div {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}

.row-43 {
  margin-left: -21.5px !important;
  margin-right: -21.5px !important;
}
.row-43 > div {
  padding-left: 21.5px !important;
  padding-right: 21.5px !important;
}

@media (max-width: 768px) {
  .row-43--responsive {
    margin-left: -21.5px !important;
    margin-right: -21.5px !important;
  }
  .row-43--responsive > div {
    padding-left: 21.5px !important;
    padding-right: 21.5px !important;
  }
}

.row-44 {
  margin-left: -22px !important;
  margin-right: -22px !important;
}
.row-44 > div {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

@media (max-width: 768px) {
  .row-44--responsive {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }
  .row-44--responsive > div {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

.row-45 {
  margin-left: -22.5px !important;
  margin-right: -22.5px !important;
}
.row-45 > div {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}

@media (max-width: 768px) {
  .row-45--responsive {
    margin-left: -22.5px !important;
    margin-right: -22.5px !important;
  }
  .row-45--responsive > div {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
}

.row-46 {
  margin-left: -23px !important;
  margin-right: -23px !important;
}
.row-46 > div {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

@media (max-width: 768px) {
  .row-46--responsive {
    margin-left: -23px !important;
    margin-right: -23px !important;
  }
  .row-46--responsive > div {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}

.row-47 {
  margin-left: -23.5px !important;
  margin-right: -23.5px !important;
}
.row-47 > div {
  padding-left: 23.5px !important;
  padding-right: 23.5px !important;
}

@media (max-width: 768px) {
  .row-47--responsive {
    margin-left: -23.5px !important;
    margin-right: -23.5px !important;
  }
  .row-47--responsive > div {
    padding-left: 23.5px !important;
    padding-right: 23.5px !important;
  }
}

.row-48 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.row-48 > div {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media (max-width: 768px) {
  .row-48--responsive {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .row-48--responsive > div {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.row-49 {
  margin-left: -24.5px !important;
  margin-right: -24.5px !important;
}
.row-49 > div {
  padding-left: 24.5px !important;
  padding-right: 24.5px !important;
}

@media (max-width: 768px) {
  .row-49--responsive {
    margin-left: -24.5px !important;
    margin-right: -24.5px !important;
  }
  .row-49--responsive > div {
    padding-left: 24.5px !important;
    padding-right: 24.5px !important;
  }
}

.row-50 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.row-50 > div {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 768px) {
  .row-50--responsive {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
  .row-50--responsive > div {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.row-51 {
  margin-left: -25.5px !important;
  margin-right: -25.5px !important;
}
.row-51 > div {
  padding-left: 25.5px !important;
  padding-right: 25.5px !important;
}

@media (max-width: 768px) {
  .row-51--responsive {
    margin-left: -25.5px !important;
    margin-right: -25.5px !important;
  }
  .row-51--responsive > div {
    padding-left: 25.5px !important;
    padding-right: 25.5px !important;
  }
}

.row-52 {
  margin-left: -26px !important;
  margin-right: -26px !important;
}
.row-52 > div {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

@media (max-width: 768px) {
  .row-52--responsive {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }
  .row-52--responsive > div {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}

.row-53 {
  margin-left: -26.5px !important;
  margin-right: -26.5px !important;
}
.row-53 > div {
  padding-left: 26.5px !important;
  padding-right: 26.5px !important;
}

@media (max-width: 768px) {
  .row-53--responsive {
    margin-left: -26.5px !important;
    margin-right: -26.5px !important;
  }
  .row-53--responsive > div {
    padding-left: 26.5px !important;
    padding-right: 26.5px !important;
  }
}

.row-54 {
  margin-left: -27px !important;
  margin-right: -27px !important;
}
.row-54 > div {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

@media (max-width: 768px) {
  .row-54--responsive {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }
  .row-54--responsive > div {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}

.row-55 {
  margin-left: -27.5px !important;
  margin-right: -27.5px !important;
}
.row-55 > div {
  padding-left: 27.5px !important;
  padding-right: 27.5px !important;
}

@media (max-width: 768px) {
  .row-55--responsive {
    margin-left: -27.5px !important;
    margin-right: -27.5px !important;
  }
  .row-55--responsive > div {
    padding-left: 27.5px !important;
    padding-right: 27.5px !important;
  }
}

.row-56 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}
.row-56 > div {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

@media (max-width: 768px) {
  .row-56--responsive {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }
  .row-56--responsive > div {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

.row-57 {
  margin-left: -28.5px !important;
  margin-right: -28.5px !important;
}
.row-57 > div {
  padding-left: 28.5px !important;
  padding-right: 28.5px !important;
}

@media (max-width: 768px) {
  .row-57--responsive {
    margin-left: -28.5px !important;
    margin-right: -28.5px !important;
  }
  .row-57--responsive > div {
    padding-left: 28.5px !important;
    padding-right: 28.5px !important;
  }
}

.row-58 {
  margin-left: -29px !important;
  margin-right: -29px !important;
}
.row-58 > div {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

@media (max-width: 768px) {
  .row-58--responsive {
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  .row-58--responsive > div {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
}

.row-59 {
  margin-left: -29.5px !important;
  margin-right: -29.5px !important;
}
.row-59 > div {
  padding-left: 29.5px !important;
  padding-right: 29.5px !important;
}

@media (max-width: 768px) {
  .row-59--responsive {
    margin-left: -29.5px !important;
    margin-right: -29.5px !important;
  }
  .row-59--responsive > div {
    padding-left: 29.5px !important;
    padding-right: 29.5px !important;
  }
}

.row-60 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.row-60 > div {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 768px) {
  .row-60--responsive {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .row-60--responsive > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.row-61 {
  margin-left: -30.5px !important;
  margin-right: -30.5px !important;
}
.row-61 > div {
  padding-left: 30.5px !important;
  padding-right: 30.5px !important;
}

@media (max-width: 768px) {
  .row-61--responsive {
    margin-left: -30.5px !important;
    margin-right: -30.5px !important;
  }
  .row-61--responsive > div {
    padding-left: 30.5px !important;
    padding-right: 30.5px !important;
  }
}

.row-62 {
  margin-left: -31px !important;
  margin-right: -31px !important;
}
.row-62 > div {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

@media (max-width: 768px) {
  .row-62--responsive {
    margin-left: -31px !important;
    margin-right: -31px !important;
  }
  .row-62--responsive > div {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
}

.row-63 {
  margin-left: -31.5px !important;
  margin-right: -31.5px !important;
}
.row-63 > div {
  padding-left: 31.5px !important;
  padding-right: 31.5px !important;
}

@media (max-width: 768px) {
  .row-63--responsive {
    margin-left: -31.5px !important;
    margin-right: -31.5px !important;
  }
  .row-63--responsive > div {
    padding-left: 31.5px !important;
    padding-right: 31.5px !important;
  }
}

.row-64 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}
.row-64 > div {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media (max-width: 768px) {
  .row-64--responsive {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }
  .row-64--responsive > div {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.row-65 {
  margin-left: -32.5px !important;
  margin-right: -32.5px !important;
}
.row-65 > div {
  padding-left: 32.5px !important;
  padding-right: 32.5px !important;
}

@media (max-width: 768px) {
  .row-65--responsive {
    margin-left: -32.5px !important;
    margin-right: -32.5px !important;
  }
  .row-65--responsive > div {
    padding-left: 32.5px !important;
    padding-right: 32.5px !important;
  }
}

.row-66 {
  margin-left: -33px !important;
  margin-right: -33px !important;
}
.row-66 > div {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

@media (max-width: 768px) {
  .row-66--responsive {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }
  .row-66--responsive > div {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

.row-67 {
  margin-left: -33.5px !important;
  margin-right: -33.5px !important;
}
.row-67 > div {
  padding-left: 33.5px !important;
  padding-right: 33.5px !important;
}

@media (max-width: 768px) {
  .row-67--responsive {
    margin-left: -33.5px !important;
    margin-right: -33.5px !important;
  }
  .row-67--responsive > div {
    padding-left: 33.5px !important;
    padding-right: 33.5px !important;
  }
}

.row-68 {
  margin-left: -34px !important;
  margin-right: -34px !important;
}
.row-68 > div {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

@media (max-width: 768px) {
  .row-68--responsive {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }
  .row-68--responsive > div {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

.row-69 {
  margin-left: -34.5px !important;
  margin-right: -34.5px !important;
}
.row-69 > div {
  padding-left: 34.5px !important;
  padding-right: 34.5px !important;
}

@media (max-width: 768px) {
  .row-69--responsive {
    margin-left: -34.5px !important;
    margin-right: -34.5px !important;
  }
  .row-69--responsive > div {
    padding-left: 34.5px !important;
    padding-right: 34.5px !important;
  }
}

.row-70 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.row-70 > div {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

@media (max-width: 768px) {
  .row-70--responsive {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }
  .row-70--responsive > div {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

.row-71 {
  margin-left: -35.5px !important;
  margin-right: -35.5px !important;
}
.row-71 > div {
  padding-left: 35.5px !important;
  padding-right: 35.5px !important;
}

@media (max-width: 768px) {
  .row-71--responsive {
    margin-left: -35.5px !important;
    margin-right: -35.5px !important;
  }
  .row-71--responsive > div {
    padding-left: 35.5px !important;
    padding-right: 35.5px !important;
  }
}

.row-72 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}
.row-72 > div {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

@media (max-width: 768px) {
  .row-72--responsive {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .row-72--responsive > div {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

.row-73 {
  margin-left: -36.5px !important;
  margin-right: -36.5px !important;
}
.row-73 > div {
  padding-left: 36.5px !important;
  padding-right: 36.5px !important;
}

@media (max-width: 768px) {
  .row-73--responsive {
    margin-left: -36.5px !important;
    margin-right: -36.5px !important;
  }
  .row-73--responsive > div {
    padding-left: 36.5px !important;
    padding-right: 36.5px !important;
  }
}

.row-74 {
  margin-left: -37px !important;
  margin-right: -37px !important;
}
.row-74 > div {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

@media (max-width: 768px) {
  .row-74--responsive {
    margin-left: -37px !important;
    margin-right: -37px !important;
  }
  .row-74--responsive > div {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}

.row-75 {
  margin-left: -37.5px !important;
  margin-right: -37.5px !important;
}
.row-75 > div {
  padding-left: 37.5px !important;
  padding-right: 37.5px !important;
}

@media (max-width: 768px) {
  .row-75--responsive {
    margin-left: -37.5px !important;
    margin-right: -37.5px !important;
  }
  .row-75--responsive > div {
    padding-left: 37.5px !important;
    padding-right: 37.5px !important;
  }
}

.row-76 {
  margin-left: -38px !important;
  margin-right: -38px !important;
}
.row-76 > div {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

@media (max-width: 768px) {
  .row-76--responsive {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }
  .row-76--responsive > div {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}

.row-77 {
  margin-left: -38.5px !important;
  margin-right: -38.5px !important;
}
.row-77 > div {
  padding-left: 38.5px !important;
  padding-right: 38.5px !important;
}

@media (max-width: 768px) {
  .row-77--responsive {
    margin-left: -38.5px !important;
    margin-right: -38.5px !important;
  }
  .row-77--responsive > div {
    padding-left: 38.5px !important;
    padding-right: 38.5px !important;
  }
}

.row-78 {
  margin-left: -39px !important;
  margin-right: -39px !important;
}
.row-78 > div {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

@media (max-width: 768px) {
  .row-78--responsive {
    margin-left: -39px !important;
    margin-right: -39px !important;
  }
  .row-78--responsive > div {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
}

.row-79 {
  margin-left: -39.5px !important;
  margin-right: -39.5px !important;
}
.row-79 > div {
  padding-left: 39.5px !important;
  padding-right: 39.5px !important;
}

@media (max-width: 768px) {
  .row-79--responsive {
    margin-left: -39.5px !important;
    margin-right: -39.5px !important;
  }
  .row-79--responsive > div {
    padding-left: 39.5px !important;
    padding-right: 39.5px !important;
  }
}

.row-80 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.row-80 > div {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 768px) {
  .row-80--responsive {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
  .row-80--responsive > div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.row-81 {
  margin-left: -40.5px !important;
  margin-right: -40.5px !important;
}
.row-81 > div {
  padding-left: 40.5px !important;
  padding-right: 40.5px !important;
}

@media (max-width: 768px) {
  .row-81--responsive {
    margin-left: -40.5px !important;
    margin-right: -40.5px !important;
  }
  .row-81--responsive > div {
    padding-left: 40.5px !important;
    padding-right: 40.5px !important;
  }
}

.row-82 {
  margin-left: -41px !important;
  margin-right: -41px !important;
}
.row-82 > div {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

@media (max-width: 768px) {
  .row-82--responsive {
    margin-left: -41px !important;
    margin-right: -41px !important;
  }
  .row-82--responsive > div {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
}

.row-83 {
  margin-left: -41.5px !important;
  margin-right: -41.5px !important;
}
.row-83 > div {
  padding-left: 41.5px !important;
  padding-right: 41.5px !important;
}

@media (max-width: 768px) {
  .row-83--responsive {
    margin-left: -41.5px !important;
    margin-right: -41.5px !important;
  }
  .row-83--responsive > div {
    padding-left: 41.5px !important;
    padding-right: 41.5px !important;
  }
}

.row-84 {
  margin-left: -42px !important;
  margin-right: -42px !important;
}
.row-84 > div {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

@media (max-width: 768px) {
  .row-84--responsive {
    margin-left: -42px !important;
    margin-right: -42px !important;
  }
  .row-84--responsive > div {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
}

.row-85 {
  margin-left: -42.5px !important;
  margin-right: -42.5px !important;
}
.row-85 > div {
  padding-left: 42.5px !important;
  padding-right: 42.5px !important;
}

@media (max-width: 768px) {
  .row-85--responsive {
    margin-left: -42.5px !important;
    margin-right: -42.5px !important;
  }
  .row-85--responsive > div {
    padding-left: 42.5px !important;
    padding-right: 42.5px !important;
  }
}

.row-86 {
  margin-left: -43px !important;
  margin-right: -43px !important;
}
.row-86 > div {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

@media (max-width: 768px) {
  .row-86--responsive {
    margin-left: -43px !important;
    margin-right: -43px !important;
  }
  .row-86--responsive > div {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
}

.row-87 {
  margin-left: -43.5px !important;
  margin-right: -43.5px !important;
}
.row-87 > div {
  padding-left: 43.5px !important;
  padding-right: 43.5px !important;
}

@media (max-width: 768px) {
  .row-87--responsive {
    margin-left: -43.5px !important;
    margin-right: -43.5px !important;
  }
  .row-87--responsive > div {
    padding-left: 43.5px !important;
    padding-right: 43.5px !important;
  }
}

.row-88 {
  margin-left: -44px !important;
  margin-right: -44px !important;
}
.row-88 > div {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

@media (max-width: 768px) {
  .row-88--responsive {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }
  .row-88--responsive > div {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}

.row-89 {
  margin-left: -44.5px !important;
  margin-right: -44.5px !important;
}
.row-89 > div {
  padding-left: 44.5px !important;
  padding-right: 44.5px !important;
}

@media (max-width: 768px) {
  .row-89--responsive {
    margin-left: -44.5px !important;
    margin-right: -44.5px !important;
  }
  .row-89--responsive > div {
    padding-left: 44.5px !important;
    padding-right: 44.5px !important;
  }
}

.row-90 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
.row-90 > div {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media (max-width: 768px) {
  .row-90--responsive {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }
  .row-90--responsive > div {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

.row-91 {
  margin-left: -45.5px !important;
  margin-right: -45.5px !important;
}
.row-91 > div {
  padding-left: 45.5px !important;
  padding-right: 45.5px !important;
}

@media (max-width: 768px) {
  .row-91--responsive {
    margin-left: -45.5px !important;
    margin-right: -45.5px !important;
  }
  .row-91--responsive > div {
    padding-left: 45.5px !important;
    padding-right: 45.5px !important;
  }
}

.row-92 {
  margin-left: -46px !important;
  margin-right: -46px !important;
}
.row-92 > div {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

@media (max-width: 768px) {
  .row-92--responsive {
    margin-left: -46px !important;
    margin-right: -46px !important;
  }
  .row-92--responsive > div {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}

.row-93 {
  margin-left: -46.5px !important;
  margin-right: -46.5px !important;
}
.row-93 > div {
  padding-left: 46.5px !important;
  padding-right: 46.5px !important;
}

@media (max-width: 768px) {
  .row-93--responsive {
    margin-left: -46.5px !important;
    margin-right: -46.5px !important;
  }
  .row-93--responsive > div {
    padding-left: 46.5px !important;
    padding-right: 46.5px !important;
  }
}

.row-94 {
  margin-left: -47px !important;
  margin-right: -47px !important;
}
.row-94 > div {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

@media (max-width: 768px) {
  .row-94--responsive {
    margin-left: -47px !important;
    margin-right: -47px !important;
  }
  .row-94--responsive > div {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
}

.row-95 {
  margin-left: -47.5px !important;
  margin-right: -47.5px !important;
}
.row-95 > div {
  padding-left: 47.5px !important;
  padding-right: 47.5px !important;
}

@media (max-width: 768px) {
  .row-95--responsive {
    margin-left: -47.5px !important;
    margin-right: -47.5px !important;
  }
  .row-95--responsive > div {
    padding-left: 47.5px !important;
    padding-right: 47.5px !important;
  }
}

.row-96 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}
.row-96 > div {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

@media (max-width: 768px) {
  .row-96--responsive {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
  .row-96--responsive > div {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

.row-97 {
  margin-left: -48.5px !important;
  margin-right: -48.5px !important;
}
.row-97 > div {
  padding-left: 48.5px !important;
  padding-right: 48.5px !important;
}

@media (max-width: 768px) {
  .row-97--responsive {
    margin-left: -48.5px !important;
    margin-right: -48.5px !important;
  }
  .row-97--responsive > div {
    padding-left: 48.5px !important;
    padding-right: 48.5px !important;
  }
}

.row-98 {
  margin-left: -49px !important;
  margin-right: -49px !important;
}
.row-98 > div {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

@media (max-width: 768px) {
  .row-98--responsive {
    margin-left: -49px !important;
    margin-right: -49px !important;
  }
  .row-98--responsive > div {
    padding-left: 49px !important;
    padding-right: 49px !important;
  }
}

.row-99 {
  margin-left: -49.5px !important;
  margin-right: -49.5px !important;
}
.row-99 > div {
  padding-left: 49.5px !important;
  padding-right: 49.5px !important;
}

@media (max-width: 768px) {
  .row-99--responsive {
    margin-left: -49.5px !important;
    margin-right: -49.5px !important;
  }
  .row-99--responsive > div {
    padding-left: 49.5px !important;
    padding-right: 49.5px !important;
  }
}

.row-100 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.row-100 > div {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@media (max-width: 768px) {
  .row-100--responsive {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
  .row-100--responsive > div {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.row-101 {
  margin-left: -50.5px !important;
  margin-right: -50.5px !important;
}
.row-101 > div {
  padding-left: 50.5px !important;
  padding-right: 50.5px !important;
}

@media (max-width: 768px) {
  .row-101--responsive {
    margin-left: -50.5px !important;
    margin-right: -50.5px !important;
  }
  .row-101--responsive > div {
    padding-left: 50.5px !important;
    padding-right: 50.5px !important;
  }
}

.row-102 {
  margin-left: -51px !important;
  margin-right: -51px !important;
}
.row-102 > div {
  padding-left: 51px !important;
  padding-right: 51px !important;
}

@media (max-width: 768px) {
  .row-102--responsive {
    margin-left: -51px !important;
    margin-right: -51px !important;
  }
  .row-102--responsive > div {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}

.row-103 {
  margin-left: -51.5px !important;
  margin-right: -51.5px !important;
}
.row-103 > div {
  padding-left: 51.5px !important;
  padding-right: 51.5px !important;
}

@media (max-width: 768px) {
  .row-103--responsive {
    margin-left: -51.5px !important;
    margin-right: -51.5px !important;
  }
  .row-103--responsive > div {
    padding-left: 51.5px !important;
    padding-right: 51.5px !important;
  }
}

.row-104 {
  margin-left: -52px !important;
  margin-right: -52px !important;
}
.row-104 > div {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

@media (max-width: 768px) {
  .row-104--responsive {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .row-104--responsive > div {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}

.row-105 {
  margin-left: -52.5px !important;
  margin-right: -52.5px !important;
}
.row-105 > div {
  padding-left: 52.5px !important;
  padding-right: 52.5px !important;
}

@media (max-width: 768px) {
  .row-105--responsive {
    margin-left: -52.5px !important;
    margin-right: -52.5px !important;
  }
  .row-105--responsive > div {
    padding-left: 52.5px !important;
    padding-right: 52.5px !important;
  }
}

.row-106 {
  margin-left: -53px !important;
  margin-right: -53px !important;
}
.row-106 > div {
  padding-left: 53px !important;
  padding-right: 53px !important;
}

@media (max-width: 768px) {
  .row-106--responsive {
    margin-left: -53px !important;
    margin-right: -53px !important;
  }
  .row-106--responsive > div {
    padding-left: 53px !important;
    padding-right: 53px !important;
  }
}

.row-107 {
  margin-left: -53.5px !important;
  margin-right: -53.5px !important;
}
.row-107 > div {
  padding-left: 53.5px !important;
  padding-right: 53.5px !important;
}

@media (max-width: 768px) {
  .row-107--responsive {
    margin-left: -53.5px !important;
    margin-right: -53.5px !important;
  }
  .row-107--responsive > div {
    padding-left: 53.5px !important;
    padding-right: 53.5px !important;
  }
}

.row-108 {
  margin-left: -54px !important;
  margin-right: -54px !important;
}
.row-108 > div {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

@media (max-width: 768px) {
  .row-108--responsive {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }
  .row-108--responsive > div {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
}

.row-109 {
  margin-left: -54.5px !important;
  margin-right: -54.5px !important;
}
.row-109 > div {
  padding-left: 54.5px !important;
  padding-right: 54.5px !important;
}

@media (max-width: 768px) {
  .row-109--responsive {
    margin-left: -54.5px !important;
    margin-right: -54.5px !important;
  }
  .row-109--responsive > div {
    padding-left: 54.5px !important;
    padding-right: 54.5px !important;
  }
}

.row-110 {
  margin-left: -55px !important;
  margin-right: -55px !important;
}
.row-110 > div {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

@media (max-width: 768px) {
  .row-110--responsive {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
  .row-110--responsive > div {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}

.row-111 {
  margin-left: -55.5px !important;
  margin-right: -55.5px !important;
}
.row-111 > div {
  padding-left: 55.5px !important;
  padding-right: 55.5px !important;
}

@media (max-width: 768px) {
  .row-111--responsive {
    margin-left: -55.5px !important;
    margin-right: -55.5px !important;
  }
  .row-111--responsive > div {
    padding-left: 55.5px !important;
    padding-right: 55.5px !important;
  }
}

.row-112 {
  margin-left: -56px !important;
  margin-right: -56px !important;
}
.row-112 > div {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

@media (max-width: 768px) {
  .row-112--responsive {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }
  .row-112--responsive > div {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

.row-113 {
  margin-left: -56.5px !important;
  margin-right: -56.5px !important;
}
.row-113 > div {
  padding-left: 56.5px !important;
  padding-right: 56.5px !important;
}

@media (max-width: 768px) {
  .row-113--responsive {
    margin-left: -56.5px !important;
    margin-right: -56.5px !important;
  }
  .row-113--responsive > div {
    padding-left: 56.5px !important;
    padding-right: 56.5px !important;
  }
}

.row-114 {
  margin-left: -57px !important;
  margin-right: -57px !important;
}
.row-114 > div {
  padding-left: 57px !important;
  padding-right: 57px !important;
}

@media (max-width: 768px) {
  .row-114--responsive {
    margin-left: -57px !important;
    margin-right: -57px !important;
  }
  .row-114--responsive > div {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }
}

.row-115 {
  margin-left: -57.5px !important;
  margin-right: -57.5px !important;
}
.row-115 > div {
  padding-left: 57.5px !important;
  padding-right: 57.5px !important;
}

@media (max-width: 768px) {
  .row-115--responsive {
    margin-left: -57.5px !important;
    margin-right: -57.5px !important;
  }
  .row-115--responsive > div {
    padding-left: 57.5px !important;
    padding-right: 57.5px !important;
  }
}

.row-116 {
  margin-left: -58px !important;
  margin-right: -58px !important;
}
.row-116 > div {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

@media (max-width: 768px) {
  .row-116--responsive {
    margin-left: -58px !important;
    margin-right: -58px !important;
  }
  .row-116--responsive > div {
    padding-left: 58px !important;
    padding-right: 58px !important;
  }
}

.row-117 {
  margin-left: -58.5px !important;
  margin-right: -58.5px !important;
}
.row-117 > div {
  padding-left: 58.5px !important;
  padding-right: 58.5px !important;
}

@media (max-width: 768px) {
  .row-117--responsive {
    margin-left: -58.5px !important;
    margin-right: -58.5px !important;
  }
  .row-117--responsive > div {
    padding-left: 58.5px !important;
    padding-right: 58.5px !important;
  }
}

.row-118 {
  margin-left: -59px !important;
  margin-right: -59px !important;
}
.row-118 > div {
  padding-left: 59px !important;
  padding-right: 59px !important;
}

@media (max-width: 768px) {
  .row-118--responsive {
    margin-left: -59px !important;
    margin-right: -59px !important;
  }
  .row-118--responsive > div {
    padding-left: 59px !important;
    padding-right: 59px !important;
  }
}

.row-119 {
  margin-left: -59.5px !important;
  margin-right: -59.5px !important;
}
.row-119 > div {
  padding-left: 59.5px !important;
  padding-right: 59.5px !important;
}

@media (max-width: 768px) {
  .row-119--responsive {
    margin-left: -59.5px !important;
    margin-right: -59.5px !important;
  }
  .row-119--responsive > div {
    padding-left: 59.5px !important;
    padding-right: 59.5px !important;
  }
}

.row-120 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
.row-120 > div {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 768px) {
  .row-120--responsive {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .row-120--responsive > div {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.row-121 {
  margin-left: -60.5px !important;
  margin-right: -60.5px !important;
}
.row-121 > div {
  padding-left: 60.5px !important;
  padding-right: 60.5px !important;
}

@media (max-width: 768px) {
  .row-121--responsive {
    margin-left: -60.5px !important;
    margin-right: -60.5px !important;
  }
  .row-121--responsive > div {
    padding-left: 60.5px !important;
    padding-right: 60.5px !important;
  }
}

.row-122 {
  margin-left: -61px !important;
  margin-right: -61px !important;
}
.row-122 > div {
  padding-left: 61px !important;
  padding-right: 61px !important;
}

@media (max-width: 768px) {
  .row-122--responsive {
    margin-left: -61px !important;
    margin-right: -61px !important;
  }
  .row-122--responsive > div {
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
}

.row-123 {
  margin-left: -61.5px !important;
  margin-right: -61.5px !important;
}
.row-123 > div {
  padding-left: 61.5px !important;
  padding-right: 61.5px !important;
}

@media (max-width: 768px) {
  .row-123--responsive {
    margin-left: -61.5px !important;
    margin-right: -61.5px !important;
  }
  .row-123--responsive > div {
    padding-left: 61.5px !important;
    padding-right: 61.5px !important;
  }
}

.row-124 {
  margin-left: -62px !important;
  margin-right: -62px !important;
}
.row-124 > div {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

@media (max-width: 768px) {
  .row-124--responsive {
    margin-left: -62px !important;
    margin-right: -62px !important;
  }
  .row-124--responsive > div {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}

.row-125 {
  margin-left: -62.5px !important;
  margin-right: -62.5px !important;
}
.row-125 > div {
  padding-left: 62.5px !important;
  padding-right: 62.5px !important;
}

@media (max-width: 768px) {
  .row-125--responsive {
    margin-left: -62.5px !important;
    margin-right: -62.5px !important;
  }
  .row-125--responsive > div {
    padding-left: 62.5px !important;
    padding-right: 62.5px !important;
  }
}

.row-126 {
  margin-left: -63px !important;
  margin-right: -63px !important;
}
.row-126 > div {
  padding-left: 63px !important;
  padding-right: 63px !important;
}

@media (max-width: 768px) {
  .row-126--responsive {
    margin-left: -63px !important;
    margin-right: -63px !important;
  }
  .row-126--responsive > div {
    padding-left: 63px !important;
    padding-right: 63px !important;
  }
}

.row-127 {
  margin-left: -63.5px !important;
  margin-right: -63.5px !important;
}
.row-127 > div {
  padding-left: 63.5px !important;
  padding-right: 63.5px !important;
}

@media (max-width: 768px) {
  .row-127--responsive {
    margin-left: -63.5px !important;
    margin-right: -63.5px !important;
  }
  .row-127--responsive > div {
    padding-left: 63.5px !important;
    padding-right: 63.5px !important;
  }
}

.row-128 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}
.row-128 > div {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

@media (max-width: 768px) {
  .row-128--responsive {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
  .row-128--responsive > div {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

.row-129 {
  margin-left: -64.5px !important;
  margin-right: -64.5px !important;
}
.row-129 > div {
  padding-left: 64.5px !important;
  padding-right: 64.5px !important;
}

@media (max-width: 768px) {
  .row-129--responsive {
    margin-left: -64.5px !important;
    margin-right: -64.5px !important;
  }
  .row-129--responsive > div {
    padding-left: 64.5px !important;
    padding-right: 64.5px !important;
  }
}

.row-130 {
  margin-left: -65px !important;
  margin-right: -65px !important;
}
.row-130 > div {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

@media (max-width: 768px) {
  .row-130--responsive {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }
  .row-130--responsive > div {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}

.row-131 {
  margin-left: -65.5px !important;
  margin-right: -65.5px !important;
}
.row-131 > div {
  padding-left: 65.5px !important;
  padding-right: 65.5px !important;
}

@media (max-width: 768px) {
  .row-131--responsive {
    margin-left: -65.5px !important;
    margin-right: -65.5px !important;
  }
  .row-131--responsive > div {
    padding-left: 65.5px !important;
    padding-right: 65.5px !important;
  }
}

.row-132 {
  margin-left: -66px !important;
  margin-right: -66px !important;
}
.row-132 > div {
  padding-left: 66px !important;
  padding-right: 66px !important;
}

@media (max-width: 768px) {
  .row-132--responsive {
    margin-left: -66px !important;
    margin-right: -66px !important;
  }
  .row-132--responsive > div {
    padding-left: 66px !important;
    padding-right: 66px !important;
  }
}

.row-133 {
  margin-left: -66.5px !important;
  margin-right: -66.5px !important;
}
.row-133 > div {
  padding-left: 66.5px !important;
  padding-right: 66.5px !important;
}

@media (max-width: 768px) {
  .row-133--responsive {
    margin-left: -66.5px !important;
    margin-right: -66.5px !important;
  }
  .row-133--responsive > div {
    padding-left: 66.5px !important;
    padding-right: 66.5px !important;
  }
}

.row-134 {
  margin-left: -67px !important;
  margin-right: -67px !important;
}
.row-134 > div {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

@media (max-width: 768px) {
  .row-134--responsive {
    margin-left: -67px !important;
    margin-right: -67px !important;
  }
  .row-134--responsive > div {
    padding-left: 67px !important;
    padding-right: 67px !important;
  }
}

.row-135 {
  margin-left: -67.5px !important;
  margin-right: -67.5px !important;
}
.row-135 > div {
  padding-left: 67.5px !important;
  padding-right: 67.5px !important;
}

@media (max-width: 768px) {
  .row-135--responsive {
    margin-left: -67.5px !important;
    margin-right: -67.5px !important;
  }
  .row-135--responsive > div {
    padding-left: 67.5px !important;
    padding-right: 67.5px !important;
  }
}

.row-136 {
  margin-left: -68px !important;
  margin-right: -68px !important;
}
.row-136 > div {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

@media (max-width: 768px) {
  .row-136--responsive {
    margin-left: -68px !important;
    margin-right: -68px !important;
  }
  .row-136--responsive > div {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
}

.row-137 {
  margin-left: -68.5px !important;
  margin-right: -68.5px !important;
}
.row-137 > div {
  padding-left: 68.5px !important;
  padding-right: 68.5px !important;
}

@media (max-width: 768px) {
  .row-137--responsive {
    margin-left: -68.5px !important;
    margin-right: -68.5px !important;
  }
  .row-137--responsive > div {
    padding-left: 68.5px !important;
    padding-right: 68.5px !important;
  }
}

.row-138 {
  margin-left: -69px !important;
  margin-right: -69px !important;
}
.row-138 > div {
  padding-left: 69px !important;
  padding-right: 69px !important;
}

@media (max-width: 768px) {
  .row-138--responsive {
    margin-left: -69px !important;
    margin-right: -69px !important;
  }
  .row-138--responsive > div {
    padding-left: 69px !important;
    padding-right: 69px !important;
  }
}

.row-139 {
  margin-left: -69.5px !important;
  margin-right: -69.5px !important;
}
.row-139 > div {
  padding-left: 69.5px !important;
  padding-right: 69.5px !important;
}

@media (max-width: 768px) {
  .row-139--responsive {
    margin-left: -69.5px !important;
    margin-right: -69.5px !important;
  }
  .row-139--responsive > div {
    padding-left: 69.5px !important;
    padding-right: 69.5px !important;
  }
}

.row-140 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}
.row-140 > div {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

@media (max-width: 768px) {
  .row-140--responsive {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }
  .row-140--responsive > div {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.row-141 {
  margin-left: -70.5px !important;
  margin-right: -70.5px !important;
}
.row-141 > div {
  padding-left: 70.5px !important;
  padding-right: 70.5px !important;
}

@media (max-width: 768px) {
  .row-141--responsive {
    margin-left: -70.5px !important;
    margin-right: -70.5px !important;
  }
  .row-141--responsive > div {
    padding-left: 70.5px !important;
    padding-right: 70.5px !important;
  }
}

.row-142 {
  margin-left: -71px !important;
  margin-right: -71px !important;
}
.row-142 > div {
  padding-left: 71px !important;
  padding-right: 71px !important;
}

@media (max-width: 768px) {
  .row-142--responsive {
    margin-left: -71px !important;
    margin-right: -71px !important;
  }
  .row-142--responsive > div {
    padding-left: 71px !important;
    padding-right: 71px !important;
  }
}

.row-143 {
  margin-left: -71.5px !important;
  margin-right: -71.5px !important;
}
.row-143 > div {
  padding-left: 71.5px !important;
  padding-right: 71.5px !important;
}

@media (max-width: 768px) {
  .row-143--responsive {
    margin-left: -71.5px !important;
    margin-right: -71.5px !important;
  }
  .row-143--responsive > div {
    padding-left: 71.5px !important;
    padding-right: 71.5px !important;
  }
}

.row-144 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}
.row-144 > div {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

@media (max-width: 768px) {
  .row-144--responsive {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }
  .row-144--responsive > div {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

.row-145 {
  margin-left: -72.5px !important;
  margin-right: -72.5px !important;
}
.row-145 > div {
  padding-left: 72.5px !important;
  padding-right: 72.5px !important;
}

@media (max-width: 768px) {
  .row-145--responsive {
    margin-left: -72.5px !important;
    margin-right: -72.5px !important;
  }
  .row-145--responsive > div {
    padding-left: 72.5px !important;
    padding-right: 72.5px !important;
  }
}

.row-146 {
  margin-left: -73px !important;
  margin-right: -73px !important;
}
.row-146 > div {
  padding-left: 73px !important;
  padding-right: 73px !important;
}

@media (max-width: 768px) {
  .row-146--responsive {
    margin-left: -73px !important;
    margin-right: -73px !important;
  }
  .row-146--responsive > div {
    padding-left: 73px !important;
    padding-right: 73px !important;
  }
}

.row-147 {
  margin-left: -73.5px !important;
  margin-right: -73.5px !important;
}
.row-147 > div {
  padding-left: 73.5px !important;
  padding-right: 73.5px !important;
}

@media (max-width: 768px) {
  .row-147--responsive {
    margin-left: -73.5px !important;
    margin-right: -73.5px !important;
  }
  .row-147--responsive > div {
    padding-left: 73.5px !important;
    padding-right: 73.5px !important;
  }
}

.row-148 {
  margin-left: -74px !important;
  margin-right: -74px !important;
}
.row-148 > div {
  padding-left: 74px !important;
  padding-right: 74px !important;
}

@media (max-width: 768px) {
  .row-148--responsive {
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .row-148--responsive > div {
    padding-left: 74px !important;
    padding-right: 74px !important;
  }
}

.row-149 {
  margin-left: -74.5px !important;
  margin-right: -74.5px !important;
}
.row-149 > div {
  padding-left: 74.5px !important;
  padding-right: 74.5px !important;
}

@media (max-width: 768px) {
  .row-149--responsive {
    margin-left: -74.5px !important;
    margin-right: -74.5px !important;
  }
  .row-149--responsive > div {
    padding-left: 74.5px !important;
    padding-right: 74.5px !important;
  }
}

.row-150 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}
.row-150 > div {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

@media (max-width: 768px) {
  .row-150--responsive {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }
  .row-150--responsive > div {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}

.row-151 {
  margin-left: -75.5px !important;
  margin-right: -75.5px !important;
}
.row-151 > div {
  padding-left: 75.5px !important;
  padding-right: 75.5px !important;
}

@media (max-width: 768px) {
  .row-151--responsive {
    margin-left: -75.5px !important;
    margin-right: -75.5px !important;
  }
  .row-151--responsive > div {
    padding-left: 75.5px !important;
    padding-right: 75.5px !important;
  }
}

.row-152 {
  margin-left: -76px !important;
  margin-right: -76px !important;
}
.row-152 > div {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

@media (max-width: 768px) {
  .row-152--responsive {
    margin-left: -76px !important;
    margin-right: -76px !important;
  }
  .row-152--responsive > div {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}

.row-153 {
  margin-left: -76.5px !important;
  margin-right: -76.5px !important;
}
.row-153 > div {
  padding-left: 76.5px !important;
  padding-right: 76.5px !important;
}

@media (max-width: 768px) {
  .row-153--responsive {
    margin-left: -76.5px !important;
    margin-right: -76.5px !important;
  }
  .row-153--responsive > div {
    padding-left: 76.5px !important;
    padding-right: 76.5px !important;
  }
}

.row-154 {
  margin-left: -77px !important;
  margin-right: -77px !important;
}
.row-154 > div {
  padding-left: 77px !important;
  padding-right: 77px !important;
}

@media (max-width: 768px) {
  .row-154--responsive {
    margin-left: -77px !important;
    margin-right: -77px !important;
  }
  .row-154--responsive > div {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
}

.row-155 {
  margin-left: -77.5px !important;
  margin-right: -77.5px !important;
}
.row-155 > div {
  padding-left: 77.5px !important;
  padding-right: 77.5px !important;
}

@media (max-width: 768px) {
  .row-155--responsive {
    margin-left: -77.5px !important;
    margin-right: -77.5px !important;
  }
  .row-155--responsive > div {
    padding-left: 77.5px !important;
    padding-right: 77.5px !important;
  }
}

.row-156 {
  margin-left: -78px !important;
  margin-right: -78px !important;
}
.row-156 > div {
  padding-left: 78px !important;
  padding-right: 78px !important;
}

@media (max-width: 768px) {
  .row-156--responsive {
    margin-left: -78px !important;
    margin-right: -78px !important;
  }
  .row-156--responsive > div {
    padding-left: 78px !important;
    padding-right: 78px !important;
  }
}

.row-157 {
  margin-left: -78.5px !important;
  margin-right: -78.5px !important;
}
.row-157 > div {
  padding-left: 78.5px !important;
  padding-right: 78.5px !important;
}

@media (max-width: 768px) {
  .row-157--responsive {
    margin-left: -78.5px !important;
    margin-right: -78.5px !important;
  }
  .row-157--responsive > div {
    padding-left: 78.5px !important;
    padding-right: 78.5px !important;
  }
}

.row-158 {
  margin-left: -79px !important;
  margin-right: -79px !important;
}
.row-158 > div {
  padding-left: 79px !important;
  padding-right: 79px !important;
}

@media (max-width: 768px) {
  .row-158--responsive {
    margin-left: -79px !important;
    margin-right: -79px !important;
  }
  .row-158--responsive > div {
    padding-left: 79px !important;
    padding-right: 79px !important;
  }
}

.row-159 {
  margin-left: -79.5px !important;
  margin-right: -79.5px !important;
}
.row-159 > div {
  padding-left: 79.5px !important;
  padding-right: 79.5px !important;
}

@media (max-width: 768px) {
  .row-159--responsive {
    margin-left: -79.5px !important;
    margin-right: -79.5px !important;
  }
  .row-159--responsive > div {
    padding-left: 79.5px !important;
    padding-right: 79.5px !important;
  }
}

.row-160 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}
.row-160 > div {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media (max-width: 768px) {
  .row-160--responsive {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }
  .row-160--responsive > div {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.row-161 {
  margin-left: -80.5px !important;
  margin-right: -80.5px !important;
}
.row-161 > div {
  padding-left: 80.5px !important;
  padding-right: 80.5px !important;
}

@media (max-width: 768px) {
  .row-161--responsive {
    margin-left: -80.5px !important;
    margin-right: -80.5px !important;
  }
  .row-161--responsive > div {
    padding-left: 80.5px !important;
    padding-right: 80.5px !important;
  }
}

.row-162 {
  margin-left: -81px !important;
  margin-right: -81px !important;
}
.row-162 > div {
  padding-left: 81px !important;
  padding-right: 81px !important;
}

@media (max-width: 768px) {
  .row-162--responsive {
    margin-left: -81px !important;
    margin-right: -81px !important;
  }
  .row-162--responsive > div {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }
}

.row-163 {
  margin-left: -81.5px !important;
  margin-right: -81.5px !important;
}
.row-163 > div {
  padding-left: 81.5px !important;
  padding-right: 81.5px !important;
}

@media (max-width: 768px) {
  .row-163--responsive {
    margin-left: -81.5px !important;
    margin-right: -81.5px !important;
  }
  .row-163--responsive > div {
    padding-left: 81.5px !important;
    padding-right: 81.5px !important;
  }
}

.row-164 {
  margin-left: -82px !important;
  margin-right: -82px !important;
}
.row-164 > div {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

@media (max-width: 768px) {
  .row-164--responsive {
    margin-left: -82px !important;
    margin-right: -82px !important;
  }
  .row-164--responsive > div {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}

.row-165 {
  margin-left: -82.5px !important;
  margin-right: -82.5px !important;
}
.row-165 > div {
  padding-left: 82.5px !important;
  padding-right: 82.5px !important;
}

@media (max-width: 768px) {
  .row-165--responsive {
    margin-left: -82.5px !important;
    margin-right: -82.5px !important;
  }
  .row-165--responsive > div {
    padding-left: 82.5px !important;
    padding-right: 82.5px !important;
  }
}

.row-166 {
  margin-left: -83px !important;
  margin-right: -83px !important;
}
.row-166 > div {
  padding-left: 83px !important;
  padding-right: 83px !important;
}

@media (max-width: 768px) {
  .row-166--responsive {
    margin-left: -83px !important;
    margin-right: -83px !important;
  }
  .row-166--responsive > div {
    padding-left: 83px !important;
    padding-right: 83px !important;
  }
}

.row-167 {
  margin-left: -83.5px !important;
  margin-right: -83.5px !important;
}
.row-167 > div {
  padding-left: 83.5px !important;
  padding-right: 83.5px !important;
}

@media (max-width: 768px) {
  .row-167--responsive {
    margin-left: -83.5px !important;
    margin-right: -83.5px !important;
  }
  .row-167--responsive > div {
    padding-left: 83.5px !important;
    padding-right: 83.5px !important;
  }
}

.row-168 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}
.row-168 > div {
  padding-left: 84px !important;
  padding-right: 84px !important;
}

@media (max-width: 768px) {
  .row-168--responsive {
    margin-left: -84px !important;
    margin-right: -84px !important;
  }
  .row-168--responsive > div {
    padding-left: 84px !important;
    padding-right: 84px !important;
  }
}

.row-169 {
  margin-left: -84.5px !important;
  margin-right: -84.5px !important;
}
.row-169 > div {
  padding-left: 84.5px !important;
  padding-right: 84.5px !important;
}

@media (max-width: 768px) {
  .row-169--responsive {
    margin-left: -84.5px !important;
    margin-right: -84.5px !important;
  }
  .row-169--responsive > div {
    padding-left: 84.5px !important;
    padding-right: 84.5px !important;
  }
}

.row-170 {
  margin-left: -85px !important;
  margin-right: -85px !important;
}
.row-170 > div {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

@media (max-width: 768px) {
  .row-170--responsive {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }
  .row-170--responsive > div {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}

.row-171 {
  margin-left: -85.5px !important;
  margin-right: -85.5px !important;
}
.row-171 > div {
  padding-left: 85.5px !important;
  padding-right: 85.5px !important;
}

@media (max-width: 768px) {
  .row-171--responsive {
    margin-left: -85.5px !important;
    margin-right: -85.5px !important;
  }
  .row-171--responsive > div {
    padding-left: 85.5px !important;
    padding-right: 85.5px !important;
  }
}

.row-172 {
  margin-left: -86px !important;
  margin-right: -86px !important;
}
.row-172 > div {
  padding-left: 86px !important;
  padding-right: 86px !important;
}

@media (max-width: 768px) {
  .row-172--responsive {
    margin-left: -86px !important;
    margin-right: -86px !important;
  }
  .row-172--responsive > div {
    padding-left: 86px !important;
    padding-right: 86px !important;
  }
}

.row-173 {
  margin-left: -86.5px !important;
  margin-right: -86.5px !important;
}
.row-173 > div {
  padding-left: 86.5px !important;
  padding-right: 86.5px !important;
}

@media (max-width: 768px) {
  .row-173--responsive {
    margin-left: -86.5px !important;
    margin-right: -86.5px !important;
  }
  .row-173--responsive > div {
    padding-left: 86.5px !important;
    padding-right: 86.5px !important;
  }
}

.row-174 {
  margin-left: -87px !important;
  margin-right: -87px !important;
}
.row-174 > div {
  padding-left: 87px !important;
  padding-right: 87px !important;
}

@media (max-width: 768px) {
  .row-174--responsive {
    margin-left: -87px !important;
    margin-right: -87px !important;
  }
  .row-174--responsive > div {
    padding-left: 87px !important;
    padding-right: 87px !important;
  }
}

.row-175 {
  margin-left: -87.5px !important;
  margin-right: -87.5px !important;
}
.row-175 > div {
  padding-left: 87.5px !important;
  padding-right: 87.5px !important;
}

@media (max-width: 768px) {
  .row-175--responsive {
    margin-left: -87.5px !important;
    margin-right: -87.5px !important;
  }
  .row-175--responsive > div {
    padding-left: 87.5px !important;
    padding-right: 87.5px !important;
  }
}

.row-176 {
  margin-left: -88px !important;
  margin-right: -88px !important;
}
.row-176 > div {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

@media (max-width: 768px) {
  .row-176--responsive {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }
  .row-176--responsive > div {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}

.row-177 {
  margin-left: -88.5px !important;
  margin-right: -88.5px !important;
}
.row-177 > div {
  padding-left: 88.5px !important;
  padding-right: 88.5px !important;
}

@media (max-width: 768px) {
  .row-177--responsive {
    margin-left: -88.5px !important;
    margin-right: -88.5px !important;
  }
  .row-177--responsive > div {
    padding-left: 88.5px !important;
    padding-right: 88.5px !important;
  }
}

.row-178 {
  margin-left: -89px !important;
  margin-right: -89px !important;
}
.row-178 > div {
  padding-left: 89px !important;
  padding-right: 89px !important;
}

@media (max-width: 768px) {
  .row-178--responsive {
    margin-left: -89px !important;
    margin-right: -89px !important;
  }
  .row-178--responsive > div {
    padding-left: 89px !important;
    padding-right: 89px !important;
  }
}

.row-179 {
  margin-left: -89.5px !important;
  margin-right: -89.5px !important;
}
.row-179 > div {
  padding-left: 89.5px !important;
  padding-right: 89.5px !important;
}

@media (max-width: 768px) {
  .row-179--responsive {
    margin-left: -89.5px !important;
    margin-right: -89.5px !important;
  }
  .row-179--responsive > div {
    padding-left: 89.5px !important;
    padding-right: 89.5px !important;
  }
}

.row-180 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}
.row-180 > div {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

@media (max-width: 768px) {
  .row-180--responsive {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }
  .row-180--responsive > div {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

.row-181 {
  margin-left: -90.5px !important;
  margin-right: -90.5px !important;
}
.row-181 > div {
  padding-left: 90.5px !important;
  padding-right: 90.5px !important;
}

@media (max-width: 768px) {
  .row-181--responsive {
    margin-left: -90.5px !important;
    margin-right: -90.5px !important;
  }
  .row-181--responsive > div {
    padding-left: 90.5px !important;
    padding-right: 90.5px !important;
  }
}

.row-182 {
  margin-left: -91px !important;
  margin-right: -91px !important;
}
.row-182 > div {
  padding-left: 91px !important;
  padding-right: 91px !important;
}

@media (max-width: 768px) {
  .row-182--responsive {
    margin-left: -91px !important;
    margin-right: -91px !important;
  }
  .row-182--responsive > div {
    padding-left: 91px !important;
    padding-right: 91px !important;
  }
}

.row-183 {
  margin-left: -91.5px !important;
  margin-right: -91.5px !important;
}
.row-183 > div {
  padding-left: 91.5px !important;
  padding-right: 91.5px !important;
}

@media (max-width: 768px) {
  .row-183--responsive {
    margin-left: -91.5px !important;
    margin-right: -91.5px !important;
  }
  .row-183--responsive > div {
    padding-left: 91.5px !important;
    padding-right: 91.5px !important;
  }
}

.row-184 {
  margin-left: -92px !important;
  margin-right: -92px !important;
}
.row-184 > div {
  padding-left: 92px !important;
  padding-right: 92px !important;
}

@media (max-width: 768px) {
  .row-184--responsive {
    margin-left: -92px !important;
    margin-right: -92px !important;
  }
  .row-184--responsive > div {
    padding-left: 92px !important;
    padding-right: 92px !important;
  }
}

.row-185 {
  margin-left: -92.5px !important;
  margin-right: -92.5px !important;
}
.row-185 > div {
  padding-left: 92.5px !important;
  padding-right: 92.5px !important;
}

@media (max-width: 768px) {
  .row-185--responsive {
    margin-left: -92.5px !important;
    margin-right: -92.5px !important;
  }
  .row-185--responsive > div {
    padding-left: 92.5px !important;
    padding-right: 92.5px !important;
  }
}

.row-186 {
  margin-left: -93px !important;
  margin-right: -93px !important;
}
.row-186 > div {
  padding-left: 93px !important;
  padding-right: 93px !important;
}

@media (max-width: 768px) {
  .row-186--responsive {
    margin-left: -93px !important;
    margin-right: -93px !important;
  }
  .row-186--responsive > div {
    padding-left: 93px !important;
    padding-right: 93px !important;
  }
}

.row-187 {
  margin-left: -93.5px !important;
  margin-right: -93.5px !important;
}
.row-187 > div {
  padding-left: 93.5px !important;
  padding-right: 93.5px !important;
}

@media (max-width: 768px) {
  .row-187--responsive {
    margin-left: -93.5px !important;
    margin-right: -93.5px !important;
  }
  .row-187--responsive > div {
    padding-left: 93.5px !important;
    padding-right: 93.5px !important;
  }
}

.row-188 {
  margin-left: -94px !important;
  margin-right: -94px !important;
}
.row-188 > div {
  padding-left: 94px !important;
  padding-right: 94px !important;
}

@media (max-width: 768px) {
  .row-188--responsive {
    margin-left: -94px !important;
    margin-right: -94px !important;
  }
  .row-188--responsive > div {
    padding-left: 94px !important;
    padding-right: 94px !important;
  }
}

.row-189 {
  margin-left: -94.5px !important;
  margin-right: -94.5px !important;
}
.row-189 > div {
  padding-left: 94.5px !important;
  padding-right: 94.5px !important;
}

@media (max-width: 768px) {
  .row-189--responsive {
    margin-left: -94.5px !important;
    margin-right: -94.5px !important;
  }
  .row-189--responsive > div {
    padding-left: 94.5px !important;
    padding-right: 94.5px !important;
  }
}

.row-190 {
  margin-left: -95px !important;
  margin-right: -95px !important;
}
.row-190 > div {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

@media (max-width: 768px) {
  .row-190--responsive {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }
  .row-190--responsive > div {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}

.row-191 {
  margin-left: -95.5px !important;
  margin-right: -95.5px !important;
}
.row-191 > div {
  padding-left: 95.5px !important;
  padding-right: 95.5px !important;
}

@media (max-width: 768px) {
  .row-191--responsive {
    margin-left: -95.5px !important;
    margin-right: -95.5px !important;
  }
  .row-191--responsive > div {
    padding-left: 95.5px !important;
    padding-right: 95.5px !important;
  }
}

.row-192 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}
.row-192 > div {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

@media (max-width: 768px) {
  .row-192--responsive {
    margin-left: -96px !important;
    margin-right: -96px !important;
  }
  .row-192--responsive > div {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}

.row-193 {
  margin-left: -96.5px !important;
  margin-right: -96.5px !important;
}
.row-193 > div {
  padding-left: 96.5px !important;
  padding-right: 96.5px !important;
}

@media (max-width: 768px) {
  .row-193--responsive {
    margin-left: -96.5px !important;
    margin-right: -96.5px !important;
  }
  .row-193--responsive > div {
    padding-left: 96.5px !important;
    padding-right: 96.5px !important;
  }
}

.row-194 {
  margin-left: -97px !important;
  margin-right: -97px !important;
}
.row-194 > div {
  padding-left: 97px !important;
  padding-right: 97px !important;
}

@media (max-width: 768px) {
  .row-194--responsive {
    margin-left: -97px !important;
    margin-right: -97px !important;
  }
  .row-194--responsive > div {
    padding-left: 97px !important;
    padding-right: 97px !important;
  }
}

.row-195 {
  margin-left: -97.5px !important;
  margin-right: -97.5px !important;
}
.row-195 > div {
  padding-left: 97.5px !important;
  padding-right: 97.5px !important;
}

@media (max-width: 768px) {
  .row-195--responsive {
    margin-left: -97.5px !important;
    margin-right: -97.5px !important;
  }
  .row-195--responsive > div {
    padding-left: 97.5px !important;
    padding-right: 97.5px !important;
  }
}

.row-196 {
  margin-left: -98px !important;
  margin-right: -98px !important;
}
.row-196 > div {
  padding-left: 98px !important;
  padding-right: 98px !important;
}

@media (max-width: 768px) {
  .row-196--responsive {
    margin-left: -98px !important;
    margin-right: -98px !important;
  }
  .row-196--responsive > div {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }
}

.row-197 {
  margin-left: -98.5px !important;
  margin-right: -98.5px !important;
}
.row-197 > div {
  padding-left: 98.5px !important;
  padding-right: 98.5px !important;
}

@media (max-width: 768px) {
  .row-197--responsive {
    margin-left: -98.5px !important;
    margin-right: -98.5px !important;
  }
  .row-197--responsive > div {
    padding-left: 98.5px !important;
    padding-right: 98.5px !important;
  }
}

.row-198 {
  margin-left: -99px !important;
  margin-right: -99px !important;
}
.row-198 > div {
  padding-left: 99px !important;
  padding-right: 99px !important;
}

@media (max-width: 768px) {
  .row-198--responsive {
    margin-left: -99px !important;
    margin-right: -99px !important;
  }
  .row-198--responsive > div {
    padding-left: 99px !important;
    padding-right: 99px !important;
  }
}

.row-199 {
  margin-left: -99.5px !important;
  margin-right: -99.5px !important;
}
.row-199 > div {
  padding-left: 99.5px !important;
  padding-right: 99.5px !important;
}

@media (max-width: 768px) {
  .row-199--responsive {
    margin-left: -99.5px !important;
    margin-right: -99.5px !important;
  }
  .row-199--responsive > div {
    padding-left: 99.5px !important;
    padding-right: 99.5px !important;
  }
}

.row-200 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}
.row-200 > div {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media (max-width: 768px) {
  .row-200--responsive {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
  .row-200--responsive > div {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 1024px) {
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-7-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62.5%;
  }
}
.change-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.change-bg.image-loaded {
  opacity: 1;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #0097db;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #3e3a39;
  display: block;
  font-size: 14rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
* Animation Settings
*/
.lazyload {
  opacity: 0;
}

.lazy-loaded {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.js-in {
  opacity: 0;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.js-in.is-active {
  opacity: 1;
}
.js-in--up {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.js-in--up.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.js-in--right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.js-in--right.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-in--left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.js-in--left.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.a-blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

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

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* テーマ用SCSS
========================================== */
.u-bg--post-full {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.u-bg--main-color {
  background: #f0f3f5;
}
.u-bg--base-color {
  background: #e6eef4;
}
.u-bg--main-pattern {
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bg--aspect-1-_-1 {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
.u-bg--aspect-16-_-9 {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-4-_-3 {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-50-_-71 {
  aspect-ratio: 50/71;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-cinema {
  aspect-ratio: 2.35/1;
  width: 100%;
  height: 100%;
}
.u-bg--shadow {
  -webkit-box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.u-f-color--primary {
  color: #0097db !important;
}
.u-f-color--black {
  color: #000000 !important;
}
.u-f-weight--w7 {
  font-weight: 700 !important;
}
.u-f-weight--w6 {
  font-weight: 600 !important;
}
.u-f-weight--w5 {
  font-weight: 500 !important;
}
.u-f-weight--w4 {
  font-weight: 400 !important;
}
.u-f-family--webfont {
  font-family: "Quicksand", sans-serif;
}

.u-m--top--0 {
  margin-top: 0 !important;
}
.u-m--top--1px {
  margin-top: 1px !important;
}
.u-m--top--2px {
  margin-top: 2px !important;
}
.u-m--top--3px {
  margin-top: 3px !important;
}
.u-m--top--4px {
  margin-top: 4px !important;
}
.u-m--top--5px {
  margin-top: 5px !important;
}
.u-m--top--6px {
  margin-top: 6px !important;
}
.u-m--top--7px {
  margin-top: 7px !important;
}
.u-m--top--8px {
  margin-top: 8px !important;
}
.u-m--top--9px {
  margin-top: 9px !important;
}
.u-m--top--10px {
  margin-top: 10px !important;
}
.u-m--top--11px {
  margin-top: 11px !important;
}
.u-m--top--12px {
  margin-top: 12px !important;
}
.u-m--top--13px {
  margin-top: 13px !important;
}
.u-m--top--14px {
  margin-top: 14px !important;
}
.u-m--top--15px {
  margin-top: 15px !important;
}
.u-m--top--16px {
  margin-top: 16px !important;
}
.u-m--top--17px {
  margin-top: 17px !important;
}
.u-m--top--18px {
  margin-top: 18px !important;
}
.u-m--top--19px {
  margin-top: 19px !important;
}
.u-m--top--20px {
  margin-top: 20px !important;
}
.u-m--top--21px {
  margin-top: 21px !important;
}
.u-m--top--22px {
  margin-top: 22px !important;
}
.u-m--top--23px {
  margin-top: 23px !important;
}
.u-m--top--24px {
  margin-top: 24px !important;
}
.u-m--top--25px {
  margin-top: 25px !important;
}
.u-m--top--26px {
  margin-top: 26px !important;
}
.u-m--top--27px {
  margin-top: 27px !important;
}
.u-m--top--28px {
  margin-top: 28px !important;
}
.u-m--top--29px {
  margin-top: 29px !important;
}
.u-m--top--30px {
  margin-top: 30px !important;
}
.u-m--top--31px {
  margin-top: 31px !important;
}
.u-m--top--32px {
  margin-top: 32px !important;
}
.u-m--top--33px {
  margin-top: 33px !important;
}
.u-m--top--34px {
  margin-top: 34px !important;
}
.u-m--top--35px {
  margin-top: 35px !important;
}
.u-m--top--36px {
  margin-top: 36px !important;
}
.u-m--top--37px {
  margin-top: 37px !important;
}
.u-m--top--38px {
  margin-top: 38px !important;
}
.u-m--top--39px {
  margin-top: 39px !important;
}
.u-m--top--40px {
  margin-top: 40px !important;
}
.u-m--top--41px {
  margin-top: 41px !important;
}
.u-m--top--42px {
  margin-top: 42px !important;
}
.u-m--top--43px {
  margin-top: 43px !important;
}
.u-m--top--44px {
  margin-top: 44px !important;
}
.u-m--top--45px {
  margin-top: 45px !important;
}
.u-m--top--46px {
  margin-top: 46px !important;
}
.u-m--top--47px {
  margin-top: 47px !important;
}
.u-m--top--48px {
  margin-top: 48px !important;
}
.u-m--top--49px {
  margin-top: 49px !important;
}
.u-m--top--50px {
  margin-top: 50px !important;
}
.u-m--top--51px {
  margin-top: 51px !important;
}
.u-m--top--52px {
  margin-top: 52px !important;
}
.u-m--top--53px {
  margin-top: 53px !important;
}
.u-m--top--54px {
  margin-top: 54px !important;
}
.u-m--top--55px {
  margin-top: 55px !important;
}
.u-m--top--56px {
  margin-top: 56px !important;
}
.u-m--top--57px {
  margin-top: 57px !important;
}
.u-m--top--58px {
  margin-top: 58px !important;
}
.u-m--top--59px {
  margin-top: 59px !important;
}
.u-m--top--60px {
  margin-top: 60px !important;
}
.u-m--top--61px {
  margin-top: 61px !important;
}
.u-m--top--62px {
  margin-top: 62px !important;
}
.u-m--top--63px {
  margin-top: 63px !important;
}
.u-m--top--64px {
  margin-top: 64px !important;
}
.u-m--top--65px {
  margin-top: 65px !important;
}
.u-m--top--66px {
  margin-top: 66px !important;
}
.u-m--top--67px {
  margin-top: 67px !important;
}
.u-m--top--68px {
  margin-top: 68px !important;
}
.u-m--top--69px {
  margin-top: 69px !important;
}
.u-m--top--70px {
  margin-top: 70px !important;
}
.u-m--top--71px {
  margin-top: 71px !important;
}
.u-m--top--72px {
  margin-top: 72px !important;
}
.u-m--top--73px {
  margin-top: 73px !important;
}
.u-m--top--74px {
  margin-top: 74px !important;
}
.u-m--top--75px {
  margin-top: 75px !important;
}
.u-m--top--76px {
  margin-top: 76px !important;
}
.u-m--top--77px {
  margin-top: 77px !important;
}
.u-m--top--78px {
  margin-top: 78px !important;
}
.u-m--top--79px {
  margin-top: 79px !important;
}
.u-m--top--80px {
  margin-top: 80px !important;
}
.u-m--top--81px {
  margin-top: 81px !important;
}
.u-m--top--82px {
  margin-top: 82px !important;
}
.u-m--top--83px {
  margin-top: 83px !important;
}
.u-m--top--84px {
  margin-top: 84px !important;
}
.u-m--top--85px {
  margin-top: 85px !important;
}
.u-m--top--86px {
  margin-top: 86px !important;
}
.u-m--top--87px {
  margin-top: 87px !important;
}
.u-m--top--88px {
  margin-top: 88px !important;
}
.u-m--top--89px {
  margin-top: 89px !important;
}
.u-m--top--90px {
  margin-top: 90px !important;
}
.u-m--top--91px {
  margin-top: 91px !important;
}
.u-m--top--92px {
  margin-top: 92px !important;
}
.u-m--top--93px {
  margin-top: 93px !important;
}
.u-m--top--94px {
  margin-top: 94px !important;
}
.u-m--top--95px {
  margin-top: 95px !important;
}
.u-m--top--96px {
  margin-top: 96px !important;
}
.u-m--top--97px {
  margin-top: 97px !important;
}
.u-m--top--98px {
  margin-top: 98px !important;
}
.u-m--top--99px {
  margin-top: 99px !important;
}
.u-m--top--100px {
  margin-top: 100px !important;
}
@media (max-width: 992px) {
  .u-m--top--lg--0 {
    margin-top: 0 !important;
  }
  .u-m--top--lg--1px {
    margin-top: 1px !important;
  }
  .u-m--top--lg--2px {
    margin-top: 2px !important;
  }
  .u-m--top--lg--3px {
    margin-top: 3px !important;
  }
  .u-m--top--lg--4px {
    margin-top: 4px !important;
  }
  .u-m--top--lg--5px {
    margin-top: 5px !important;
  }
  .u-m--top--lg--6px {
    margin-top: 6px !important;
  }
  .u-m--top--lg--7px {
    margin-top: 7px !important;
  }
  .u-m--top--lg--8px {
    margin-top: 8px !important;
  }
  .u-m--top--lg--9px {
    margin-top: 9px !important;
  }
  .u-m--top--lg--10px {
    margin-top: 10px !important;
  }
  .u-m--top--lg--11px {
    margin-top: 11px !important;
  }
  .u-m--top--lg--12px {
    margin-top: 12px !important;
  }
  .u-m--top--lg--13px {
    margin-top: 13px !important;
  }
  .u-m--top--lg--14px {
    margin-top: 14px !important;
  }
  .u-m--top--lg--15px {
    margin-top: 15px !important;
  }
  .u-m--top--lg--16px {
    margin-top: 16px !important;
  }
  .u-m--top--lg--17px {
    margin-top: 17px !important;
  }
  .u-m--top--lg--18px {
    margin-top: 18px !important;
  }
  .u-m--top--lg--19px {
    margin-top: 19px !important;
  }
  .u-m--top--lg--20px {
    margin-top: 20px !important;
  }
  .u-m--top--lg--21px {
    margin-top: 21px !important;
  }
  .u-m--top--lg--22px {
    margin-top: 22px !important;
  }
  .u-m--top--lg--23px {
    margin-top: 23px !important;
  }
  .u-m--top--lg--24px {
    margin-top: 24px !important;
  }
  .u-m--top--lg--25px {
    margin-top: 25px !important;
  }
  .u-m--top--lg--26px {
    margin-top: 26px !important;
  }
  .u-m--top--lg--27px {
    margin-top: 27px !important;
  }
  .u-m--top--lg--28px {
    margin-top: 28px !important;
  }
  .u-m--top--lg--29px {
    margin-top: 29px !important;
  }
  .u-m--top--lg--30px {
    margin-top: 30px !important;
  }
  .u-m--top--lg--31px {
    margin-top: 31px !important;
  }
  .u-m--top--lg--32px {
    margin-top: 32px !important;
  }
  .u-m--top--lg--33px {
    margin-top: 33px !important;
  }
  .u-m--top--lg--34px {
    margin-top: 34px !important;
  }
  .u-m--top--lg--35px {
    margin-top: 35px !important;
  }
  .u-m--top--lg--36px {
    margin-top: 36px !important;
  }
  .u-m--top--lg--37px {
    margin-top: 37px !important;
  }
  .u-m--top--lg--38px {
    margin-top: 38px !important;
  }
  .u-m--top--lg--39px {
    margin-top: 39px !important;
  }
  .u-m--top--lg--40px {
    margin-top: 40px !important;
  }
  .u-m--top--lg--41px {
    margin-top: 41px !important;
  }
  .u-m--top--lg--42px {
    margin-top: 42px !important;
  }
  .u-m--top--lg--43px {
    margin-top: 43px !important;
  }
  .u-m--top--lg--44px {
    margin-top: 44px !important;
  }
  .u-m--top--lg--45px {
    margin-top: 45px !important;
  }
  .u-m--top--lg--46px {
    margin-top: 46px !important;
  }
  .u-m--top--lg--47px {
    margin-top: 47px !important;
  }
  .u-m--top--lg--48px {
    margin-top: 48px !important;
  }
  .u-m--top--lg--49px {
    margin-top: 49px !important;
  }
  .u-m--top--lg--50px {
    margin-top: 50px !important;
  }
  .u-m--top--lg--51px {
    margin-top: 51px !important;
  }
  .u-m--top--lg--52px {
    margin-top: 52px !important;
  }
  .u-m--top--lg--53px {
    margin-top: 53px !important;
  }
  .u-m--top--lg--54px {
    margin-top: 54px !important;
  }
  .u-m--top--lg--55px {
    margin-top: 55px !important;
  }
  .u-m--top--lg--56px {
    margin-top: 56px !important;
  }
  .u-m--top--lg--57px {
    margin-top: 57px !important;
  }
  .u-m--top--lg--58px {
    margin-top: 58px !important;
  }
  .u-m--top--lg--59px {
    margin-top: 59px !important;
  }
  .u-m--top--lg--60px {
    margin-top: 60px !important;
  }
  .u-m--top--lg--61px {
    margin-top: 61px !important;
  }
  .u-m--top--lg--62px {
    margin-top: 62px !important;
  }
  .u-m--top--lg--63px {
    margin-top: 63px !important;
  }
  .u-m--top--lg--64px {
    margin-top: 64px !important;
  }
  .u-m--top--lg--65px {
    margin-top: 65px !important;
  }
  .u-m--top--lg--66px {
    margin-top: 66px !important;
  }
  .u-m--top--lg--67px {
    margin-top: 67px !important;
  }
  .u-m--top--lg--68px {
    margin-top: 68px !important;
  }
  .u-m--top--lg--69px {
    margin-top: 69px !important;
  }
  .u-m--top--lg--70px {
    margin-top: 70px !important;
  }
  .u-m--top--lg--71px {
    margin-top: 71px !important;
  }
  .u-m--top--lg--72px {
    margin-top: 72px !important;
  }
  .u-m--top--lg--73px {
    margin-top: 73px !important;
  }
  .u-m--top--lg--74px {
    margin-top: 74px !important;
  }
  .u-m--top--lg--75px {
    margin-top: 75px !important;
  }
  .u-m--top--lg--76px {
    margin-top: 76px !important;
  }
  .u-m--top--lg--77px {
    margin-top: 77px !important;
  }
  .u-m--top--lg--78px {
    margin-top: 78px !important;
  }
  .u-m--top--lg--79px {
    margin-top: 79px !important;
  }
  .u-m--top--lg--80px {
    margin-top: 80px !important;
  }
  .u-m--top--lg--81px {
    margin-top: 81px !important;
  }
  .u-m--top--lg--82px {
    margin-top: 82px !important;
  }
  .u-m--top--lg--83px {
    margin-top: 83px !important;
  }
  .u-m--top--lg--84px {
    margin-top: 84px !important;
  }
  .u-m--top--lg--85px {
    margin-top: 85px !important;
  }
  .u-m--top--lg--86px {
    margin-top: 86px !important;
  }
  .u-m--top--lg--87px {
    margin-top: 87px !important;
  }
  .u-m--top--lg--88px {
    margin-top: 88px !important;
  }
  .u-m--top--lg--89px {
    margin-top: 89px !important;
  }
  .u-m--top--lg--90px {
    margin-top: 90px !important;
  }
  .u-m--top--lg--91px {
    margin-top: 91px !important;
  }
  .u-m--top--lg--92px {
    margin-top: 92px !important;
  }
  .u-m--top--lg--93px {
    margin-top: 93px !important;
  }
  .u-m--top--lg--94px {
    margin-top: 94px !important;
  }
  .u-m--top--lg--95px {
    margin-top: 95px !important;
  }
  .u-m--top--lg--96px {
    margin-top: 96px !important;
  }
  .u-m--top--lg--97px {
    margin-top: 97px !important;
  }
  .u-m--top--lg--98px {
    margin-top: 98px !important;
  }
  .u-m--top--lg--99px {
    margin-top: 99px !important;
  }
  .u-m--top--lg--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-m--top--md--0 {
    margin-top: 0 !important;
  }
  .u-m--top--md--1px {
    margin-top: 1px !important;
  }
  .u-m--top--md--2px {
    margin-top: 2px !important;
  }
  .u-m--top--md--3px {
    margin-top: 3px !important;
  }
  .u-m--top--md--4px {
    margin-top: 4px !important;
  }
  .u-m--top--md--5px {
    margin-top: 5px !important;
  }
  .u-m--top--md--6px {
    margin-top: 6px !important;
  }
  .u-m--top--md--7px {
    margin-top: 7px !important;
  }
  .u-m--top--md--8px {
    margin-top: 8px !important;
  }
  .u-m--top--md--9px {
    margin-top: 9px !important;
  }
  .u-m--top--md--10px {
    margin-top: 10px !important;
  }
  .u-m--top--md--11px {
    margin-top: 11px !important;
  }
  .u-m--top--md--12px {
    margin-top: 12px !important;
  }
  .u-m--top--md--13px {
    margin-top: 13px !important;
  }
  .u-m--top--md--14px {
    margin-top: 14px !important;
  }
  .u-m--top--md--15px {
    margin-top: 15px !important;
  }
  .u-m--top--md--16px {
    margin-top: 16px !important;
  }
  .u-m--top--md--17px {
    margin-top: 17px !important;
  }
  .u-m--top--md--18px {
    margin-top: 18px !important;
  }
  .u-m--top--md--19px {
    margin-top: 19px !important;
  }
  .u-m--top--md--20px {
    margin-top: 20px !important;
  }
  .u-m--top--md--21px {
    margin-top: 21px !important;
  }
  .u-m--top--md--22px {
    margin-top: 22px !important;
  }
  .u-m--top--md--23px {
    margin-top: 23px !important;
  }
  .u-m--top--md--24px {
    margin-top: 24px !important;
  }
  .u-m--top--md--25px {
    margin-top: 25px !important;
  }
  .u-m--top--md--26px {
    margin-top: 26px !important;
  }
  .u-m--top--md--27px {
    margin-top: 27px !important;
  }
  .u-m--top--md--28px {
    margin-top: 28px !important;
  }
  .u-m--top--md--29px {
    margin-top: 29px !important;
  }
  .u-m--top--md--30px {
    margin-top: 30px !important;
  }
  .u-m--top--md--31px {
    margin-top: 31px !important;
  }
  .u-m--top--md--32px {
    margin-top: 32px !important;
  }
  .u-m--top--md--33px {
    margin-top: 33px !important;
  }
  .u-m--top--md--34px {
    margin-top: 34px !important;
  }
  .u-m--top--md--35px {
    margin-top: 35px !important;
  }
  .u-m--top--md--36px {
    margin-top: 36px !important;
  }
  .u-m--top--md--37px {
    margin-top: 37px !important;
  }
  .u-m--top--md--38px {
    margin-top: 38px !important;
  }
  .u-m--top--md--39px {
    margin-top: 39px !important;
  }
  .u-m--top--md--40px {
    margin-top: 40px !important;
  }
  .u-m--top--md--41px {
    margin-top: 41px !important;
  }
  .u-m--top--md--42px {
    margin-top: 42px !important;
  }
  .u-m--top--md--43px {
    margin-top: 43px !important;
  }
  .u-m--top--md--44px {
    margin-top: 44px !important;
  }
  .u-m--top--md--45px {
    margin-top: 45px !important;
  }
  .u-m--top--md--46px {
    margin-top: 46px !important;
  }
  .u-m--top--md--47px {
    margin-top: 47px !important;
  }
  .u-m--top--md--48px {
    margin-top: 48px !important;
  }
  .u-m--top--md--49px {
    margin-top: 49px !important;
  }
  .u-m--top--md--50px {
    margin-top: 50px !important;
  }
  .u-m--top--md--51px {
    margin-top: 51px !important;
  }
  .u-m--top--md--52px {
    margin-top: 52px !important;
  }
  .u-m--top--md--53px {
    margin-top: 53px !important;
  }
  .u-m--top--md--54px {
    margin-top: 54px !important;
  }
  .u-m--top--md--55px {
    margin-top: 55px !important;
  }
  .u-m--top--md--56px {
    margin-top: 56px !important;
  }
  .u-m--top--md--57px {
    margin-top: 57px !important;
  }
  .u-m--top--md--58px {
    margin-top: 58px !important;
  }
  .u-m--top--md--59px {
    margin-top: 59px !important;
  }
  .u-m--top--md--60px {
    margin-top: 60px !important;
  }
  .u-m--top--md--61px {
    margin-top: 61px !important;
  }
  .u-m--top--md--62px {
    margin-top: 62px !important;
  }
  .u-m--top--md--63px {
    margin-top: 63px !important;
  }
  .u-m--top--md--64px {
    margin-top: 64px !important;
  }
  .u-m--top--md--65px {
    margin-top: 65px !important;
  }
  .u-m--top--md--66px {
    margin-top: 66px !important;
  }
  .u-m--top--md--67px {
    margin-top: 67px !important;
  }
  .u-m--top--md--68px {
    margin-top: 68px !important;
  }
  .u-m--top--md--69px {
    margin-top: 69px !important;
  }
  .u-m--top--md--70px {
    margin-top: 70px !important;
  }
  .u-m--top--md--71px {
    margin-top: 71px !important;
  }
  .u-m--top--md--72px {
    margin-top: 72px !important;
  }
  .u-m--top--md--73px {
    margin-top: 73px !important;
  }
  .u-m--top--md--74px {
    margin-top: 74px !important;
  }
  .u-m--top--md--75px {
    margin-top: 75px !important;
  }
  .u-m--top--md--76px {
    margin-top: 76px !important;
  }
  .u-m--top--md--77px {
    margin-top: 77px !important;
  }
  .u-m--top--md--78px {
    margin-top: 78px !important;
  }
  .u-m--top--md--79px {
    margin-top: 79px !important;
  }
  .u-m--top--md--80px {
    margin-top: 80px !important;
  }
  .u-m--top--md--81px {
    margin-top: 81px !important;
  }
  .u-m--top--md--82px {
    margin-top: 82px !important;
  }
  .u-m--top--md--83px {
    margin-top: 83px !important;
  }
  .u-m--top--md--84px {
    margin-top: 84px !important;
  }
  .u-m--top--md--85px {
    margin-top: 85px !important;
  }
  .u-m--top--md--86px {
    margin-top: 86px !important;
  }
  .u-m--top--md--87px {
    margin-top: 87px !important;
  }
  .u-m--top--md--88px {
    margin-top: 88px !important;
  }
  .u-m--top--md--89px {
    margin-top: 89px !important;
  }
  .u-m--top--md--90px {
    margin-top: 90px !important;
  }
  .u-m--top--md--91px {
    margin-top: 91px !important;
  }
  .u-m--top--md--92px {
    margin-top: 92px !important;
  }
  .u-m--top--md--93px {
    margin-top: 93px !important;
  }
  .u-m--top--md--94px {
    margin-top: 94px !important;
  }
  .u-m--top--md--95px {
    margin-top: 95px !important;
  }
  .u-m--top--md--96px {
    margin-top: 96px !important;
  }
  .u-m--top--md--97px {
    margin-top: 97px !important;
  }
  .u-m--top--md--98px {
    margin-top: 98px !important;
  }
  .u-m--top--md--99px {
    margin-top: 99px !important;
  }
  .u-m--top--md--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--top--sm--0 {
    margin-top: 0 !important;
  }
  .u-m--top--sm--1px {
    margin-top: 1px !important;
  }
  .u-m--top--sm--2px {
    margin-top: 2px !important;
  }
  .u-m--top--sm--3px {
    margin-top: 3px !important;
  }
  .u-m--top--sm--4px {
    margin-top: 4px !important;
  }
  .u-m--top--sm--5px {
    margin-top: 5px !important;
  }
  .u-m--top--sm--6px {
    margin-top: 6px !important;
  }
  .u-m--top--sm--7px {
    margin-top: 7px !important;
  }
  .u-m--top--sm--8px {
    margin-top: 8px !important;
  }
  .u-m--top--sm--9px {
    margin-top: 9px !important;
  }
  .u-m--top--sm--10px {
    margin-top: 10px !important;
  }
  .u-m--top--sm--11px {
    margin-top: 11px !important;
  }
  .u-m--top--sm--12px {
    margin-top: 12px !important;
  }
  .u-m--top--sm--13px {
    margin-top: 13px !important;
  }
  .u-m--top--sm--14px {
    margin-top: 14px !important;
  }
  .u-m--top--sm--15px {
    margin-top: 15px !important;
  }
  .u-m--top--sm--16px {
    margin-top: 16px !important;
  }
  .u-m--top--sm--17px {
    margin-top: 17px !important;
  }
  .u-m--top--sm--18px {
    margin-top: 18px !important;
  }
  .u-m--top--sm--19px {
    margin-top: 19px !important;
  }
  .u-m--top--sm--20px {
    margin-top: 20px !important;
  }
  .u-m--top--sm--21px {
    margin-top: 21px !important;
  }
  .u-m--top--sm--22px {
    margin-top: 22px !important;
  }
  .u-m--top--sm--23px {
    margin-top: 23px !important;
  }
  .u-m--top--sm--24px {
    margin-top: 24px !important;
  }
  .u-m--top--sm--25px {
    margin-top: 25px !important;
  }
  .u-m--top--sm--26px {
    margin-top: 26px !important;
  }
  .u-m--top--sm--27px {
    margin-top: 27px !important;
  }
  .u-m--top--sm--28px {
    margin-top: 28px !important;
  }
  .u-m--top--sm--29px {
    margin-top: 29px !important;
  }
  .u-m--top--sm--30px {
    margin-top: 30px !important;
  }
  .u-m--top--sm--31px {
    margin-top: 31px !important;
  }
  .u-m--top--sm--32px {
    margin-top: 32px !important;
  }
  .u-m--top--sm--33px {
    margin-top: 33px !important;
  }
  .u-m--top--sm--34px {
    margin-top: 34px !important;
  }
  .u-m--top--sm--35px {
    margin-top: 35px !important;
  }
  .u-m--top--sm--36px {
    margin-top: 36px !important;
  }
  .u-m--top--sm--37px {
    margin-top: 37px !important;
  }
  .u-m--top--sm--38px {
    margin-top: 38px !important;
  }
  .u-m--top--sm--39px {
    margin-top: 39px !important;
  }
  .u-m--top--sm--40px {
    margin-top: 40px !important;
  }
  .u-m--top--sm--41px {
    margin-top: 41px !important;
  }
  .u-m--top--sm--42px {
    margin-top: 42px !important;
  }
  .u-m--top--sm--43px {
    margin-top: 43px !important;
  }
  .u-m--top--sm--44px {
    margin-top: 44px !important;
  }
  .u-m--top--sm--45px {
    margin-top: 45px !important;
  }
  .u-m--top--sm--46px {
    margin-top: 46px !important;
  }
  .u-m--top--sm--47px {
    margin-top: 47px !important;
  }
  .u-m--top--sm--48px {
    margin-top: 48px !important;
  }
  .u-m--top--sm--49px {
    margin-top: 49px !important;
  }
  .u-m--top--sm--50px {
    margin-top: 50px !important;
  }
  .u-m--top--sm--51px {
    margin-top: 51px !important;
  }
  .u-m--top--sm--52px {
    margin-top: 52px !important;
  }
  .u-m--top--sm--53px {
    margin-top: 53px !important;
  }
  .u-m--top--sm--54px {
    margin-top: 54px !important;
  }
  .u-m--top--sm--55px {
    margin-top: 55px !important;
  }
  .u-m--top--sm--56px {
    margin-top: 56px !important;
  }
  .u-m--top--sm--57px {
    margin-top: 57px !important;
  }
  .u-m--top--sm--58px {
    margin-top: 58px !important;
  }
  .u-m--top--sm--59px {
    margin-top: 59px !important;
  }
  .u-m--top--sm--60px {
    margin-top: 60px !important;
  }
  .u-m--top--sm--61px {
    margin-top: 61px !important;
  }
  .u-m--top--sm--62px {
    margin-top: 62px !important;
  }
  .u-m--top--sm--63px {
    margin-top: 63px !important;
  }
  .u-m--top--sm--64px {
    margin-top: 64px !important;
  }
  .u-m--top--sm--65px {
    margin-top: 65px !important;
  }
  .u-m--top--sm--66px {
    margin-top: 66px !important;
  }
  .u-m--top--sm--67px {
    margin-top: 67px !important;
  }
  .u-m--top--sm--68px {
    margin-top: 68px !important;
  }
  .u-m--top--sm--69px {
    margin-top: 69px !important;
  }
  .u-m--top--sm--70px {
    margin-top: 70px !important;
  }
  .u-m--top--sm--71px {
    margin-top: 71px !important;
  }
  .u-m--top--sm--72px {
    margin-top: 72px !important;
  }
  .u-m--top--sm--73px {
    margin-top: 73px !important;
  }
  .u-m--top--sm--74px {
    margin-top: 74px !important;
  }
  .u-m--top--sm--75px {
    margin-top: 75px !important;
  }
  .u-m--top--sm--76px {
    margin-top: 76px !important;
  }
  .u-m--top--sm--77px {
    margin-top: 77px !important;
  }
  .u-m--top--sm--78px {
    margin-top: 78px !important;
  }
  .u-m--top--sm--79px {
    margin-top: 79px !important;
  }
  .u-m--top--sm--80px {
    margin-top: 80px !important;
  }
  .u-m--top--sm--81px {
    margin-top: 81px !important;
  }
  .u-m--top--sm--82px {
    margin-top: 82px !important;
  }
  .u-m--top--sm--83px {
    margin-top: 83px !important;
  }
  .u-m--top--sm--84px {
    margin-top: 84px !important;
  }
  .u-m--top--sm--85px {
    margin-top: 85px !important;
  }
  .u-m--top--sm--86px {
    margin-top: 86px !important;
  }
  .u-m--top--sm--87px {
    margin-top: 87px !important;
  }
  .u-m--top--sm--88px {
    margin-top: 88px !important;
  }
  .u-m--top--sm--89px {
    margin-top: 89px !important;
  }
  .u-m--top--sm--90px {
    margin-top: 90px !important;
  }
  .u-m--top--sm--91px {
    margin-top: 91px !important;
  }
  .u-m--top--sm--92px {
    margin-top: 92px !important;
  }
  .u-m--top--sm--93px {
    margin-top: 93px !important;
  }
  .u-m--top--sm--94px {
    margin-top: 94px !important;
  }
  .u-m--top--sm--95px {
    margin-top: 95px !important;
  }
  .u-m--top--sm--96px {
    margin-top: 96px !important;
  }
  .u-m--top--sm--97px {
    margin-top: 97px !important;
  }
  .u-m--top--sm--98px {
    margin-top: 98px !important;
  }
  .u-m--top--sm--99px {
    margin-top: 99px !important;
  }
  .u-m--top--sm--100px {
    margin-top: 100px !important;
  }
}
.u-m--right--0 {
  margin-right: 0 !important;
}
.u-m--right--1px {
  margin-right: 1px !important;
}
.u-m--right--2px {
  margin-right: 2px !important;
}
.u-m--right--3px {
  margin-right: 3px !important;
}
.u-m--right--4px {
  margin-right: 4px !important;
}
.u-m--right--5px {
  margin-right: 5px !important;
}
.u-m--right--6px {
  margin-right: 6px !important;
}
.u-m--right--7px {
  margin-right: 7px !important;
}
.u-m--right--8px {
  margin-right: 8px !important;
}
.u-m--right--9px {
  margin-right: 9px !important;
}
.u-m--right--10px {
  margin-right: 10px !important;
}
.u-m--right--11px {
  margin-right: 11px !important;
}
.u-m--right--12px {
  margin-right: 12px !important;
}
.u-m--right--13px {
  margin-right: 13px !important;
}
.u-m--right--14px {
  margin-right: 14px !important;
}
.u-m--right--15px {
  margin-right: 15px !important;
}
.u-m--right--16px {
  margin-right: 16px !important;
}
.u-m--right--17px {
  margin-right: 17px !important;
}
.u-m--right--18px {
  margin-right: 18px !important;
}
.u-m--right--19px {
  margin-right: 19px !important;
}
.u-m--right--20px {
  margin-right: 20px !important;
}
.u-m--right--21px {
  margin-right: 21px !important;
}
.u-m--right--22px {
  margin-right: 22px !important;
}
.u-m--right--23px {
  margin-right: 23px !important;
}
.u-m--right--24px {
  margin-right: 24px !important;
}
.u-m--right--25px {
  margin-right: 25px !important;
}
.u-m--right--26px {
  margin-right: 26px !important;
}
.u-m--right--27px {
  margin-right: 27px !important;
}
.u-m--right--28px {
  margin-right: 28px !important;
}
.u-m--right--29px {
  margin-right: 29px !important;
}
.u-m--right--30px {
  margin-right: 30px !important;
}
.u-m--right--31px {
  margin-right: 31px !important;
}
.u-m--right--32px {
  margin-right: 32px !important;
}
.u-m--right--33px {
  margin-right: 33px !important;
}
.u-m--right--34px {
  margin-right: 34px !important;
}
.u-m--right--35px {
  margin-right: 35px !important;
}
.u-m--right--36px {
  margin-right: 36px !important;
}
.u-m--right--37px {
  margin-right: 37px !important;
}
.u-m--right--38px {
  margin-right: 38px !important;
}
.u-m--right--39px {
  margin-right: 39px !important;
}
.u-m--right--40px {
  margin-right: 40px !important;
}
.u-m--right--41px {
  margin-right: 41px !important;
}
.u-m--right--42px {
  margin-right: 42px !important;
}
.u-m--right--43px {
  margin-right: 43px !important;
}
.u-m--right--44px {
  margin-right: 44px !important;
}
.u-m--right--45px {
  margin-right: 45px !important;
}
.u-m--right--46px {
  margin-right: 46px !important;
}
.u-m--right--47px {
  margin-right: 47px !important;
}
.u-m--right--48px {
  margin-right: 48px !important;
}
.u-m--right--49px {
  margin-right: 49px !important;
}
.u-m--right--50px {
  margin-right: 50px !important;
}
.u-m--right--51px {
  margin-right: 51px !important;
}
.u-m--right--52px {
  margin-right: 52px !important;
}
.u-m--right--53px {
  margin-right: 53px !important;
}
.u-m--right--54px {
  margin-right: 54px !important;
}
.u-m--right--55px {
  margin-right: 55px !important;
}
.u-m--right--56px {
  margin-right: 56px !important;
}
.u-m--right--57px {
  margin-right: 57px !important;
}
.u-m--right--58px {
  margin-right: 58px !important;
}
.u-m--right--59px {
  margin-right: 59px !important;
}
.u-m--right--60px {
  margin-right: 60px !important;
}
.u-m--right--61px {
  margin-right: 61px !important;
}
.u-m--right--62px {
  margin-right: 62px !important;
}
.u-m--right--63px {
  margin-right: 63px !important;
}
.u-m--right--64px {
  margin-right: 64px !important;
}
.u-m--right--65px {
  margin-right: 65px !important;
}
.u-m--right--66px {
  margin-right: 66px !important;
}
.u-m--right--67px {
  margin-right: 67px !important;
}
.u-m--right--68px {
  margin-right: 68px !important;
}
.u-m--right--69px {
  margin-right: 69px !important;
}
.u-m--right--70px {
  margin-right: 70px !important;
}
.u-m--right--71px {
  margin-right: 71px !important;
}
.u-m--right--72px {
  margin-right: 72px !important;
}
.u-m--right--73px {
  margin-right: 73px !important;
}
.u-m--right--74px {
  margin-right: 74px !important;
}
.u-m--right--75px {
  margin-right: 75px !important;
}
.u-m--right--76px {
  margin-right: 76px !important;
}
.u-m--right--77px {
  margin-right: 77px !important;
}
.u-m--right--78px {
  margin-right: 78px !important;
}
.u-m--right--79px {
  margin-right: 79px !important;
}
.u-m--right--80px {
  margin-right: 80px !important;
}
.u-m--right--81px {
  margin-right: 81px !important;
}
.u-m--right--82px {
  margin-right: 82px !important;
}
.u-m--right--83px {
  margin-right: 83px !important;
}
.u-m--right--84px {
  margin-right: 84px !important;
}
.u-m--right--85px {
  margin-right: 85px !important;
}
.u-m--right--86px {
  margin-right: 86px !important;
}
.u-m--right--87px {
  margin-right: 87px !important;
}
.u-m--right--88px {
  margin-right: 88px !important;
}
.u-m--right--89px {
  margin-right: 89px !important;
}
.u-m--right--90px {
  margin-right: 90px !important;
}
.u-m--right--91px {
  margin-right: 91px !important;
}
.u-m--right--92px {
  margin-right: 92px !important;
}
.u-m--right--93px {
  margin-right: 93px !important;
}
.u-m--right--94px {
  margin-right: 94px !important;
}
.u-m--right--95px {
  margin-right: 95px !important;
}
.u-m--right--96px {
  margin-right: 96px !important;
}
.u-m--right--97px {
  margin-right: 97px !important;
}
.u-m--right--98px {
  margin-right: 98px !important;
}
.u-m--right--99px {
  margin-right: 99px !important;
}
.u-m--right--100px {
  margin-right: 100px !important;
}
@media (max-width: 992px) {
  .u-m--right--lg--0 {
    margin-right: 0 !important;
  }
  .u-m--right--lg--1px {
    margin-right: 1px !important;
  }
  .u-m--right--lg--2px {
    margin-right: 2px !important;
  }
  .u-m--right--lg--3px {
    margin-right: 3px !important;
  }
  .u-m--right--lg--4px {
    margin-right: 4px !important;
  }
  .u-m--right--lg--5px {
    margin-right: 5px !important;
  }
  .u-m--right--lg--6px {
    margin-right: 6px !important;
  }
  .u-m--right--lg--7px {
    margin-right: 7px !important;
  }
  .u-m--right--lg--8px {
    margin-right: 8px !important;
  }
  .u-m--right--lg--9px {
    margin-right: 9px !important;
  }
  .u-m--right--lg--10px {
    margin-right: 10px !important;
  }
  .u-m--right--lg--11px {
    margin-right: 11px !important;
  }
  .u-m--right--lg--12px {
    margin-right: 12px !important;
  }
  .u-m--right--lg--13px {
    margin-right: 13px !important;
  }
  .u-m--right--lg--14px {
    margin-right: 14px !important;
  }
  .u-m--right--lg--15px {
    margin-right: 15px !important;
  }
  .u-m--right--lg--16px {
    margin-right: 16px !important;
  }
  .u-m--right--lg--17px {
    margin-right: 17px !important;
  }
  .u-m--right--lg--18px {
    margin-right: 18px !important;
  }
  .u-m--right--lg--19px {
    margin-right: 19px !important;
  }
  .u-m--right--lg--20px {
    margin-right: 20px !important;
  }
  .u-m--right--lg--21px {
    margin-right: 21px !important;
  }
  .u-m--right--lg--22px {
    margin-right: 22px !important;
  }
  .u-m--right--lg--23px {
    margin-right: 23px !important;
  }
  .u-m--right--lg--24px {
    margin-right: 24px !important;
  }
  .u-m--right--lg--25px {
    margin-right: 25px !important;
  }
  .u-m--right--lg--26px {
    margin-right: 26px !important;
  }
  .u-m--right--lg--27px {
    margin-right: 27px !important;
  }
  .u-m--right--lg--28px {
    margin-right: 28px !important;
  }
  .u-m--right--lg--29px {
    margin-right: 29px !important;
  }
  .u-m--right--lg--30px {
    margin-right: 30px !important;
  }
  .u-m--right--lg--31px {
    margin-right: 31px !important;
  }
  .u-m--right--lg--32px {
    margin-right: 32px !important;
  }
  .u-m--right--lg--33px {
    margin-right: 33px !important;
  }
  .u-m--right--lg--34px {
    margin-right: 34px !important;
  }
  .u-m--right--lg--35px {
    margin-right: 35px !important;
  }
  .u-m--right--lg--36px {
    margin-right: 36px !important;
  }
  .u-m--right--lg--37px {
    margin-right: 37px !important;
  }
  .u-m--right--lg--38px {
    margin-right: 38px !important;
  }
  .u-m--right--lg--39px {
    margin-right: 39px !important;
  }
  .u-m--right--lg--40px {
    margin-right: 40px !important;
  }
  .u-m--right--lg--41px {
    margin-right: 41px !important;
  }
  .u-m--right--lg--42px {
    margin-right: 42px !important;
  }
  .u-m--right--lg--43px {
    margin-right: 43px !important;
  }
  .u-m--right--lg--44px {
    margin-right: 44px !important;
  }
  .u-m--right--lg--45px {
    margin-right: 45px !important;
  }
  .u-m--right--lg--46px {
    margin-right: 46px !important;
  }
  .u-m--right--lg--47px {
    margin-right: 47px !important;
  }
  .u-m--right--lg--48px {
    margin-right: 48px !important;
  }
  .u-m--right--lg--49px {
    margin-right: 49px !important;
  }
  .u-m--right--lg--50px {
    margin-right: 50px !important;
  }
  .u-m--right--lg--51px {
    margin-right: 51px !important;
  }
  .u-m--right--lg--52px {
    margin-right: 52px !important;
  }
  .u-m--right--lg--53px {
    margin-right: 53px !important;
  }
  .u-m--right--lg--54px {
    margin-right: 54px !important;
  }
  .u-m--right--lg--55px {
    margin-right: 55px !important;
  }
  .u-m--right--lg--56px {
    margin-right: 56px !important;
  }
  .u-m--right--lg--57px {
    margin-right: 57px !important;
  }
  .u-m--right--lg--58px {
    margin-right: 58px !important;
  }
  .u-m--right--lg--59px {
    margin-right: 59px !important;
  }
  .u-m--right--lg--60px {
    margin-right: 60px !important;
  }
  .u-m--right--lg--61px {
    margin-right: 61px !important;
  }
  .u-m--right--lg--62px {
    margin-right: 62px !important;
  }
  .u-m--right--lg--63px {
    margin-right: 63px !important;
  }
  .u-m--right--lg--64px {
    margin-right: 64px !important;
  }
  .u-m--right--lg--65px {
    margin-right: 65px !important;
  }
  .u-m--right--lg--66px {
    margin-right: 66px !important;
  }
  .u-m--right--lg--67px {
    margin-right: 67px !important;
  }
  .u-m--right--lg--68px {
    margin-right: 68px !important;
  }
  .u-m--right--lg--69px {
    margin-right: 69px !important;
  }
  .u-m--right--lg--70px {
    margin-right: 70px !important;
  }
  .u-m--right--lg--71px {
    margin-right: 71px !important;
  }
  .u-m--right--lg--72px {
    margin-right: 72px !important;
  }
  .u-m--right--lg--73px {
    margin-right: 73px !important;
  }
  .u-m--right--lg--74px {
    margin-right: 74px !important;
  }
  .u-m--right--lg--75px {
    margin-right: 75px !important;
  }
  .u-m--right--lg--76px {
    margin-right: 76px !important;
  }
  .u-m--right--lg--77px {
    margin-right: 77px !important;
  }
  .u-m--right--lg--78px {
    margin-right: 78px !important;
  }
  .u-m--right--lg--79px {
    margin-right: 79px !important;
  }
  .u-m--right--lg--80px {
    margin-right: 80px !important;
  }
  .u-m--right--lg--81px {
    margin-right: 81px !important;
  }
  .u-m--right--lg--82px {
    margin-right: 82px !important;
  }
  .u-m--right--lg--83px {
    margin-right: 83px !important;
  }
  .u-m--right--lg--84px {
    margin-right: 84px !important;
  }
  .u-m--right--lg--85px {
    margin-right: 85px !important;
  }
  .u-m--right--lg--86px {
    margin-right: 86px !important;
  }
  .u-m--right--lg--87px {
    margin-right: 87px !important;
  }
  .u-m--right--lg--88px {
    margin-right: 88px !important;
  }
  .u-m--right--lg--89px {
    margin-right: 89px !important;
  }
  .u-m--right--lg--90px {
    margin-right: 90px !important;
  }
  .u-m--right--lg--91px {
    margin-right: 91px !important;
  }
  .u-m--right--lg--92px {
    margin-right: 92px !important;
  }
  .u-m--right--lg--93px {
    margin-right: 93px !important;
  }
  .u-m--right--lg--94px {
    margin-right: 94px !important;
  }
  .u-m--right--lg--95px {
    margin-right: 95px !important;
  }
  .u-m--right--lg--96px {
    margin-right: 96px !important;
  }
  .u-m--right--lg--97px {
    margin-right: 97px !important;
  }
  .u-m--right--lg--98px {
    margin-right: 98px !important;
  }
  .u-m--right--lg--99px {
    margin-right: 99px !important;
  }
  .u-m--right--lg--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-m--right--md--0 {
    margin-right: 0 !important;
  }
  .u-m--right--md--1px {
    margin-right: 1px !important;
  }
  .u-m--right--md--2px {
    margin-right: 2px !important;
  }
  .u-m--right--md--3px {
    margin-right: 3px !important;
  }
  .u-m--right--md--4px {
    margin-right: 4px !important;
  }
  .u-m--right--md--5px {
    margin-right: 5px !important;
  }
  .u-m--right--md--6px {
    margin-right: 6px !important;
  }
  .u-m--right--md--7px {
    margin-right: 7px !important;
  }
  .u-m--right--md--8px {
    margin-right: 8px !important;
  }
  .u-m--right--md--9px {
    margin-right: 9px !important;
  }
  .u-m--right--md--10px {
    margin-right: 10px !important;
  }
  .u-m--right--md--11px {
    margin-right: 11px !important;
  }
  .u-m--right--md--12px {
    margin-right: 12px !important;
  }
  .u-m--right--md--13px {
    margin-right: 13px !important;
  }
  .u-m--right--md--14px {
    margin-right: 14px !important;
  }
  .u-m--right--md--15px {
    margin-right: 15px !important;
  }
  .u-m--right--md--16px {
    margin-right: 16px !important;
  }
  .u-m--right--md--17px {
    margin-right: 17px !important;
  }
  .u-m--right--md--18px {
    margin-right: 18px !important;
  }
  .u-m--right--md--19px {
    margin-right: 19px !important;
  }
  .u-m--right--md--20px {
    margin-right: 20px !important;
  }
  .u-m--right--md--21px {
    margin-right: 21px !important;
  }
  .u-m--right--md--22px {
    margin-right: 22px !important;
  }
  .u-m--right--md--23px {
    margin-right: 23px !important;
  }
  .u-m--right--md--24px {
    margin-right: 24px !important;
  }
  .u-m--right--md--25px {
    margin-right: 25px !important;
  }
  .u-m--right--md--26px {
    margin-right: 26px !important;
  }
  .u-m--right--md--27px {
    margin-right: 27px !important;
  }
  .u-m--right--md--28px {
    margin-right: 28px !important;
  }
  .u-m--right--md--29px {
    margin-right: 29px !important;
  }
  .u-m--right--md--30px {
    margin-right: 30px !important;
  }
  .u-m--right--md--31px {
    margin-right: 31px !important;
  }
  .u-m--right--md--32px {
    margin-right: 32px !important;
  }
  .u-m--right--md--33px {
    margin-right: 33px !important;
  }
  .u-m--right--md--34px {
    margin-right: 34px !important;
  }
  .u-m--right--md--35px {
    margin-right: 35px !important;
  }
  .u-m--right--md--36px {
    margin-right: 36px !important;
  }
  .u-m--right--md--37px {
    margin-right: 37px !important;
  }
  .u-m--right--md--38px {
    margin-right: 38px !important;
  }
  .u-m--right--md--39px {
    margin-right: 39px !important;
  }
  .u-m--right--md--40px {
    margin-right: 40px !important;
  }
  .u-m--right--md--41px {
    margin-right: 41px !important;
  }
  .u-m--right--md--42px {
    margin-right: 42px !important;
  }
  .u-m--right--md--43px {
    margin-right: 43px !important;
  }
  .u-m--right--md--44px {
    margin-right: 44px !important;
  }
  .u-m--right--md--45px {
    margin-right: 45px !important;
  }
  .u-m--right--md--46px {
    margin-right: 46px !important;
  }
  .u-m--right--md--47px {
    margin-right: 47px !important;
  }
  .u-m--right--md--48px {
    margin-right: 48px !important;
  }
  .u-m--right--md--49px {
    margin-right: 49px !important;
  }
  .u-m--right--md--50px {
    margin-right: 50px !important;
  }
  .u-m--right--md--51px {
    margin-right: 51px !important;
  }
  .u-m--right--md--52px {
    margin-right: 52px !important;
  }
  .u-m--right--md--53px {
    margin-right: 53px !important;
  }
  .u-m--right--md--54px {
    margin-right: 54px !important;
  }
  .u-m--right--md--55px {
    margin-right: 55px !important;
  }
  .u-m--right--md--56px {
    margin-right: 56px !important;
  }
  .u-m--right--md--57px {
    margin-right: 57px !important;
  }
  .u-m--right--md--58px {
    margin-right: 58px !important;
  }
  .u-m--right--md--59px {
    margin-right: 59px !important;
  }
  .u-m--right--md--60px {
    margin-right: 60px !important;
  }
  .u-m--right--md--61px {
    margin-right: 61px !important;
  }
  .u-m--right--md--62px {
    margin-right: 62px !important;
  }
  .u-m--right--md--63px {
    margin-right: 63px !important;
  }
  .u-m--right--md--64px {
    margin-right: 64px !important;
  }
  .u-m--right--md--65px {
    margin-right: 65px !important;
  }
  .u-m--right--md--66px {
    margin-right: 66px !important;
  }
  .u-m--right--md--67px {
    margin-right: 67px !important;
  }
  .u-m--right--md--68px {
    margin-right: 68px !important;
  }
  .u-m--right--md--69px {
    margin-right: 69px !important;
  }
  .u-m--right--md--70px {
    margin-right: 70px !important;
  }
  .u-m--right--md--71px {
    margin-right: 71px !important;
  }
  .u-m--right--md--72px {
    margin-right: 72px !important;
  }
  .u-m--right--md--73px {
    margin-right: 73px !important;
  }
  .u-m--right--md--74px {
    margin-right: 74px !important;
  }
  .u-m--right--md--75px {
    margin-right: 75px !important;
  }
  .u-m--right--md--76px {
    margin-right: 76px !important;
  }
  .u-m--right--md--77px {
    margin-right: 77px !important;
  }
  .u-m--right--md--78px {
    margin-right: 78px !important;
  }
  .u-m--right--md--79px {
    margin-right: 79px !important;
  }
  .u-m--right--md--80px {
    margin-right: 80px !important;
  }
  .u-m--right--md--81px {
    margin-right: 81px !important;
  }
  .u-m--right--md--82px {
    margin-right: 82px !important;
  }
  .u-m--right--md--83px {
    margin-right: 83px !important;
  }
  .u-m--right--md--84px {
    margin-right: 84px !important;
  }
  .u-m--right--md--85px {
    margin-right: 85px !important;
  }
  .u-m--right--md--86px {
    margin-right: 86px !important;
  }
  .u-m--right--md--87px {
    margin-right: 87px !important;
  }
  .u-m--right--md--88px {
    margin-right: 88px !important;
  }
  .u-m--right--md--89px {
    margin-right: 89px !important;
  }
  .u-m--right--md--90px {
    margin-right: 90px !important;
  }
  .u-m--right--md--91px {
    margin-right: 91px !important;
  }
  .u-m--right--md--92px {
    margin-right: 92px !important;
  }
  .u-m--right--md--93px {
    margin-right: 93px !important;
  }
  .u-m--right--md--94px {
    margin-right: 94px !important;
  }
  .u-m--right--md--95px {
    margin-right: 95px !important;
  }
  .u-m--right--md--96px {
    margin-right: 96px !important;
  }
  .u-m--right--md--97px {
    margin-right: 97px !important;
  }
  .u-m--right--md--98px {
    margin-right: 98px !important;
  }
  .u-m--right--md--99px {
    margin-right: 99px !important;
  }
  .u-m--right--md--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--right--sm--0 {
    margin-right: 0 !important;
  }
  .u-m--right--sm--1px {
    margin-right: 1px !important;
  }
  .u-m--right--sm--2px {
    margin-right: 2px !important;
  }
  .u-m--right--sm--3px {
    margin-right: 3px !important;
  }
  .u-m--right--sm--4px {
    margin-right: 4px !important;
  }
  .u-m--right--sm--5px {
    margin-right: 5px !important;
  }
  .u-m--right--sm--6px {
    margin-right: 6px !important;
  }
  .u-m--right--sm--7px {
    margin-right: 7px !important;
  }
  .u-m--right--sm--8px {
    margin-right: 8px !important;
  }
  .u-m--right--sm--9px {
    margin-right: 9px !important;
  }
  .u-m--right--sm--10px {
    margin-right: 10px !important;
  }
  .u-m--right--sm--11px {
    margin-right: 11px !important;
  }
  .u-m--right--sm--12px {
    margin-right: 12px !important;
  }
  .u-m--right--sm--13px {
    margin-right: 13px !important;
  }
  .u-m--right--sm--14px {
    margin-right: 14px !important;
  }
  .u-m--right--sm--15px {
    margin-right: 15px !important;
  }
  .u-m--right--sm--16px {
    margin-right: 16px !important;
  }
  .u-m--right--sm--17px {
    margin-right: 17px !important;
  }
  .u-m--right--sm--18px {
    margin-right: 18px !important;
  }
  .u-m--right--sm--19px {
    margin-right: 19px !important;
  }
  .u-m--right--sm--20px {
    margin-right: 20px !important;
  }
  .u-m--right--sm--21px {
    margin-right: 21px !important;
  }
  .u-m--right--sm--22px {
    margin-right: 22px !important;
  }
  .u-m--right--sm--23px {
    margin-right: 23px !important;
  }
  .u-m--right--sm--24px {
    margin-right: 24px !important;
  }
  .u-m--right--sm--25px {
    margin-right: 25px !important;
  }
  .u-m--right--sm--26px {
    margin-right: 26px !important;
  }
  .u-m--right--sm--27px {
    margin-right: 27px !important;
  }
  .u-m--right--sm--28px {
    margin-right: 28px !important;
  }
  .u-m--right--sm--29px {
    margin-right: 29px !important;
  }
  .u-m--right--sm--30px {
    margin-right: 30px !important;
  }
  .u-m--right--sm--31px {
    margin-right: 31px !important;
  }
  .u-m--right--sm--32px {
    margin-right: 32px !important;
  }
  .u-m--right--sm--33px {
    margin-right: 33px !important;
  }
  .u-m--right--sm--34px {
    margin-right: 34px !important;
  }
  .u-m--right--sm--35px {
    margin-right: 35px !important;
  }
  .u-m--right--sm--36px {
    margin-right: 36px !important;
  }
  .u-m--right--sm--37px {
    margin-right: 37px !important;
  }
  .u-m--right--sm--38px {
    margin-right: 38px !important;
  }
  .u-m--right--sm--39px {
    margin-right: 39px !important;
  }
  .u-m--right--sm--40px {
    margin-right: 40px !important;
  }
  .u-m--right--sm--41px {
    margin-right: 41px !important;
  }
  .u-m--right--sm--42px {
    margin-right: 42px !important;
  }
  .u-m--right--sm--43px {
    margin-right: 43px !important;
  }
  .u-m--right--sm--44px {
    margin-right: 44px !important;
  }
  .u-m--right--sm--45px {
    margin-right: 45px !important;
  }
  .u-m--right--sm--46px {
    margin-right: 46px !important;
  }
  .u-m--right--sm--47px {
    margin-right: 47px !important;
  }
  .u-m--right--sm--48px {
    margin-right: 48px !important;
  }
  .u-m--right--sm--49px {
    margin-right: 49px !important;
  }
  .u-m--right--sm--50px {
    margin-right: 50px !important;
  }
  .u-m--right--sm--51px {
    margin-right: 51px !important;
  }
  .u-m--right--sm--52px {
    margin-right: 52px !important;
  }
  .u-m--right--sm--53px {
    margin-right: 53px !important;
  }
  .u-m--right--sm--54px {
    margin-right: 54px !important;
  }
  .u-m--right--sm--55px {
    margin-right: 55px !important;
  }
  .u-m--right--sm--56px {
    margin-right: 56px !important;
  }
  .u-m--right--sm--57px {
    margin-right: 57px !important;
  }
  .u-m--right--sm--58px {
    margin-right: 58px !important;
  }
  .u-m--right--sm--59px {
    margin-right: 59px !important;
  }
  .u-m--right--sm--60px {
    margin-right: 60px !important;
  }
  .u-m--right--sm--61px {
    margin-right: 61px !important;
  }
  .u-m--right--sm--62px {
    margin-right: 62px !important;
  }
  .u-m--right--sm--63px {
    margin-right: 63px !important;
  }
  .u-m--right--sm--64px {
    margin-right: 64px !important;
  }
  .u-m--right--sm--65px {
    margin-right: 65px !important;
  }
  .u-m--right--sm--66px {
    margin-right: 66px !important;
  }
  .u-m--right--sm--67px {
    margin-right: 67px !important;
  }
  .u-m--right--sm--68px {
    margin-right: 68px !important;
  }
  .u-m--right--sm--69px {
    margin-right: 69px !important;
  }
  .u-m--right--sm--70px {
    margin-right: 70px !important;
  }
  .u-m--right--sm--71px {
    margin-right: 71px !important;
  }
  .u-m--right--sm--72px {
    margin-right: 72px !important;
  }
  .u-m--right--sm--73px {
    margin-right: 73px !important;
  }
  .u-m--right--sm--74px {
    margin-right: 74px !important;
  }
  .u-m--right--sm--75px {
    margin-right: 75px !important;
  }
  .u-m--right--sm--76px {
    margin-right: 76px !important;
  }
  .u-m--right--sm--77px {
    margin-right: 77px !important;
  }
  .u-m--right--sm--78px {
    margin-right: 78px !important;
  }
  .u-m--right--sm--79px {
    margin-right: 79px !important;
  }
  .u-m--right--sm--80px {
    margin-right: 80px !important;
  }
  .u-m--right--sm--81px {
    margin-right: 81px !important;
  }
  .u-m--right--sm--82px {
    margin-right: 82px !important;
  }
  .u-m--right--sm--83px {
    margin-right: 83px !important;
  }
  .u-m--right--sm--84px {
    margin-right: 84px !important;
  }
  .u-m--right--sm--85px {
    margin-right: 85px !important;
  }
  .u-m--right--sm--86px {
    margin-right: 86px !important;
  }
  .u-m--right--sm--87px {
    margin-right: 87px !important;
  }
  .u-m--right--sm--88px {
    margin-right: 88px !important;
  }
  .u-m--right--sm--89px {
    margin-right: 89px !important;
  }
  .u-m--right--sm--90px {
    margin-right: 90px !important;
  }
  .u-m--right--sm--91px {
    margin-right: 91px !important;
  }
  .u-m--right--sm--92px {
    margin-right: 92px !important;
  }
  .u-m--right--sm--93px {
    margin-right: 93px !important;
  }
  .u-m--right--sm--94px {
    margin-right: 94px !important;
  }
  .u-m--right--sm--95px {
    margin-right: 95px !important;
  }
  .u-m--right--sm--96px {
    margin-right: 96px !important;
  }
  .u-m--right--sm--97px {
    margin-right: 97px !important;
  }
  .u-m--right--sm--98px {
    margin-right: 98px !important;
  }
  .u-m--right--sm--99px {
    margin-right: 99px !important;
  }
  .u-m--right--sm--100px {
    margin-right: 100px !important;
  }
}
.u-m--bottom--0 {
  margin-bottom: 0 !important;
}
.u-m--bottom--1px {
  margin-bottom: 1px !important;
}
.u-m--bottom--2px {
  margin-bottom: 2px !important;
}
.u-m--bottom--3px {
  margin-bottom: 3px !important;
}
.u-m--bottom--4px {
  margin-bottom: 4px !important;
}
.u-m--bottom--5px {
  margin-bottom: 5px !important;
}
.u-m--bottom--6px {
  margin-bottom: 6px !important;
}
.u-m--bottom--7px {
  margin-bottom: 7px !important;
}
.u-m--bottom--8px {
  margin-bottom: 8px !important;
}
.u-m--bottom--9px {
  margin-bottom: 9px !important;
}
.u-m--bottom--10px {
  margin-bottom: 10px !important;
}
.u-m--bottom--11px {
  margin-bottom: 11px !important;
}
.u-m--bottom--12px {
  margin-bottom: 12px !important;
}
.u-m--bottom--13px {
  margin-bottom: 13px !important;
}
.u-m--bottom--14px {
  margin-bottom: 14px !important;
}
.u-m--bottom--15px {
  margin-bottom: 15px !important;
}
.u-m--bottom--16px {
  margin-bottom: 16px !important;
}
.u-m--bottom--17px {
  margin-bottom: 17px !important;
}
.u-m--bottom--18px {
  margin-bottom: 18px !important;
}
.u-m--bottom--19px {
  margin-bottom: 19px !important;
}
.u-m--bottom--20px {
  margin-bottom: 20px !important;
}
.u-m--bottom--21px {
  margin-bottom: 21px !important;
}
.u-m--bottom--22px {
  margin-bottom: 22px !important;
}
.u-m--bottom--23px {
  margin-bottom: 23px !important;
}
.u-m--bottom--24px {
  margin-bottom: 24px !important;
}
.u-m--bottom--25px {
  margin-bottom: 25px !important;
}
.u-m--bottom--26px {
  margin-bottom: 26px !important;
}
.u-m--bottom--27px {
  margin-bottom: 27px !important;
}
.u-m--bottom--28px {
  margin-bottom: 28px !important;
}
.u-m--bottom--29px {
  margin-bottom: 29px !important;
}
.u-m--bottom--30px {
  margin-bottom: 30px !important;
}
.u-m--bottom--31px {
  margin-bottom: 31px !important;
}
.u-m--bottom--32px {
  margin-bottom: 32px !important;
}
.u-m--bottom--33px {
  margin-bottom: 33px !important;
}
.u-m--bottom--34px {
  margin-bottom: 34px !important;
}
.u-m--bottom--35px {
  margin-bottom: 35px !important;
}
.u-m--bottom--36px {
  margin-bottom: 36px !important;
}
.u-m--bottom--37px {
  margin-bottom: 37px !important;
}
.u-m--bottom--38px {
  margin-bottom: 38px !important;
}
.u-m--bottom--39px {
  margin-bottom: 39px !important;
}
.u-m--bottom--40px {
  margin-bottom: 40px !important;
}
.u-m--bottom--41px {
  margin-bottom: 41px !important;
}
.u-m--bottom--42px {
  margin-bottom: 42px !important;
}
.u-m--bottom--43px {
  margin-bottom: 43px !important;
}
.u-m--bottom--44px {
  margin-bottom: 44px !important;
}
.u-m--bottom--45px {
  margin-bottom: 45px !important;
}
.u-m--bottom--46px {
  margin-bottom: 46px !important;
}
.u-m--bottom--47px {
  margin-bottom: 47px !important;
}
.u-m--bottom--48px {
  margin-bottom: 48px !important;
}
.u-m--bottom--49px {
  margin-bottom: 49px !important;
}
.u-m--bottom--50px {
  margin-bottom: 50px !important;
}
.u-m--bottom--51px {
  margin-bottom: 51px !important;
}
.u-m--bottom--52px {
  margin-bottom: 52px !important;
}
.u-m--bottom--53px {
  margin-bottom: 53px !important;
}
.u-m--bottom--54px {
  margin-bottom: 54px !important;
}
.u-m--bottom--55px {
  margin-bottom: 55px !important;
}
.u-m--bottom--56px {
  margin-bottom: 56px !important;
}
.u-m--bottom--57px {
  margin-bottom: 57px !important;
}
.u-m--bottom--58px {
  margin-bottom: 58px !important;
}
.u-m--bottom--59px {
  margin-bottom: 59px !important;
}
.u-m--bottom--60px {
  margin-bottom: 60px !important;
}
.u-m--bottom--61px {
  margin-bottom: 61px !important;
}
.u-m--bottom--62px {
  margin-bottom: 62px !important;
}
.u-m--bottom--63px {
  margin-bottom: 63px !important;
}
.u-m--bottom--64px {
  margin-bottom: 64px !important;
}
.u-m--bottom--65px {
  margin-bottom: 65px !important;
}
.u-m--bottom--66px {
  margin-bottom: 66px !important;
}
.u-m--bottom--67px {
  margin-bottom: 67px !important;
}
.u-m--bottom--68px {
  margin-bottom: 68px !important;
}
.u-m--bottom--69px {
  margin-bottom: 69px !important;
}
.u-m--bottom--70px {
  margin-bottom: 70px !important;
}
.u-m--bottom--71px {
  margin-bottom: 71px !important;
}
.u-m--bottom--72px {
  margin-bottom: 72px !important;
}
.u-m--bottom--73px {
  margin-bottom: 73px !important;
}
.u-m--bottom--74px {
  margin-bottom: 74px !important;
}
.u-m--bottom--75px {
  margin-bottom: 75px !important;
}
.u-m--bottom--76px {
  margin-bottom: 76px !important;
}
.u-m--bottom--77px {
  margin-bottom: 77px !important;
}
.u-m--bottom--78px {
  margin-bottom: 78px !important;
}
.u-m--bottom--79px {
  margin-bottom: 79px !important;
}
.u-m--bottom--80px {
  margin-bottom: 80px !important;
}
.u-m--bottom--81px {
  margin-bottom: 81px !important;
}
.u-m--bottom--82px {
  margin-bottom: 82px !important;
}
.u-m--bottom--83px {
  margin-bottom: 83px !important;
}
.u-m--bottom--84px {
  margin-bottom: 84px !important;
}
.u-m--bottom--85px {
  margin-bottom: 85px !important;
}
.u-m--bottom--86px {
  margin-bottom: 86px !important;
}
.u-m--bottom--87px {
  margin-bottom: 87px !important;
}
.u-m--bottom--88px {
  margin-bottom: 88px !important;
}
.u-m--bottom--89px {
  margin-bottom: 89px !important;
}
.u-m--bottom--90px {
  margin-bottom: 90px !important;
}
.u-m--bottom--91px {
  margin-bottom: 91px !important;
}
.u-m--bottom--92px {
  margin-bottom: 92px !important;
}
.u-m--bottom--93px {
  margin-bottom: 93px !important;
}
.u-m--bottom--94px {
  margin-bottom: 94px !important;
}
.u-m--bottom--95px {
  margin-bottom: 95px !important;
}
.u-m--bottom--96px {
  margin-bottom: 96px !important;
}
.u-m--bottom--97px {
  margin-bottom: 97px !important;
}
.u-m--bottom--98px {
  margin-bottom: 98px !important;
}
.u-m--bottom--99px {
  margin-bottom: 99px !important;
}
.u-m--bottom--100px {
  margin-bottom: 100px !important;
}
@media (max-width: 992px) {
  .u-m--bottom--lg--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--lg--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--lg--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--lg--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--lg--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--lg--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--lg--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--lg--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--lg--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--lg--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--lg--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--lg--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--lg--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--lg--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--lg--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--lg--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--lg--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--lg--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--lg--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--lg--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--lg--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--lg--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--lg--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--lg--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--lg--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--lg--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--lg--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--lg--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--lg--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--lg--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--lg--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--lg--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--lg--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--lg--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--lg--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--lg--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--lg--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--lg--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--lg--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--lg--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--lg--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--lg--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--lg--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--lg--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--lg--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--lg--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--lg--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--lg--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--lg--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--lg--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--lg--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--lg--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--lg--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--lg--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--lg--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--lg--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--lg--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--lg--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--lg--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--lg--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--lg--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--lg--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--lg--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--lg--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--lg--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--lg--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--lg--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--lg--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--lg--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--lg--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--lg--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--lg--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--lg--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--lg--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--lg--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--lg--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--lg--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--lg--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--lg--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--lg--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--lg--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--lg--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--lg--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--lg--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--lg--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--lg--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--lg--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--lg--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--lg--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--lg--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--lg--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--lg--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--lg--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--lg--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--lg--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--lg--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--lg--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--lg--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--lg--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--lg--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--lg--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-m--bottom--md--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--md--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--md--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--md--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--md--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--md--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--md--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--md--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--md--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--md--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--md--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--md--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--md--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--md--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--md--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--md--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--md--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--md--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--md--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--md--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--md--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--md--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--md--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--md--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--md--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--md--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--md--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--md--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--md--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--md--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--md--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--md--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--md--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--md--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--md--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--md--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--md--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--md--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--md--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--md--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--md--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--md--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--md--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--md--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--md--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--md--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--md--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--md--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--md--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--md--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--md--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--md--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--md--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--md--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--md--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--md--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--md--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--md--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--md--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--md--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--md--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--md--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--md--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--md--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--md--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--md--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--md--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--md--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--md--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--md--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--md--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--md--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--md--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--md--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--md--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--md--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--md--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--md--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--md--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--md--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--md--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--md--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--md--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--md--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--md--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--md--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--md--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--md--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--md--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--md--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--md--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--md--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--md--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--md--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--md--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--md--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--md--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--md--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--md--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--md--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--md--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--bottom--sm--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--sm--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--sm--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--sm--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--sm--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--sm--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--sm--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--sm--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--sm--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--sm--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--sm--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--sm--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--sm--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--sm--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--sm--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--sm--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--sm--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--sm--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--sm--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--sm--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--sm--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--sm--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--sm--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--sm--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--sm--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--sm--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--sm--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--sm--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--sm--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--sm--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--sm--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--sm--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--sm--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--sm--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--sm--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--sm--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--sm--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--sm--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--sm--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--sm--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--sm--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--sm--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--sm--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--sm--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--sm--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--sm--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--sm--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--sm--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--sm--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--sm--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--sm--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--sm--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--sm--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--sm--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--sm--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--sm--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--sm--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--sm--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--sm--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--sm--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--sm--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--sm--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--sm--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--sm--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--sm--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--sm--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--sm--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--sm--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--sm--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--sm--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--sm--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--sm--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--sm--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--sm--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--sm--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--sm--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--sm--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--sm--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--sm--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--sm--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--sm--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--sm--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--sm--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--sm--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--sm--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--sm--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--sm--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--sm--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--sm--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--sm--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--sm--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--sm--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--sm--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--sm--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--sm--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--sm--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--sm--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--sm--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--sm--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--sm--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--sm--100px {
    margin-bottom: 100px !important;
  }
}
.u-m--left--0 {
  margin-left: 0 !important;
}
.u-m--left--1px {
  margin-left: 1px !important;
}
.u-m--left--2px {
  margin-left: 2px !important;
}
.u-m--left--3px {
  margin-left: 3px !important;
}
.u-m--left--4px {
  margin-left: 4px !important;
}
.u-m--left--5px {
  margin-left: 5px !important;
}
.u-m--left--6px {
  margin-left: 6px !important;
}
.u-m--left--7px {
  margin-left: 7px !important;
}
.u-m--left--8px {
  margin-left: 8px !important;
}
.u-m--left--9px {
  margin-left: 9px !important;
}
.u-m--left--10px {
  margin-left: 10px !important;
}
.u-m--left--11px {
  margin-left: 11px !important;
}
.u-m--left--12px {
  margin-left: 12px !important;
}
.u-m--left--13px {
  margin-left: 13px !important;
}
.u-m--left--14px {
  margin-left: 14px !important;
}
.u-m--left--15px {
  margin-left: 15px !important;
}
.u-m--left--16px {
  margin-left: 16px !important;
}
.u-m--left--17px {
  margin-left: 17px !important;
}
.u-m--left--18px {
  margin-left: 18px !important;
}
.u-m--left--19px {
  margin-left: 19px !important;
}
.u-m--left--20px {
  margin-left: 20px !important;
}
.u-m--left--21px {
  margin-left: 21px !important;
}
.u-m--left--22px {
  margin-left: 22px !important;
}
.u-m--left--23px {
  margin-left: 23px !important;
}
.u-m--left--24px {
  margin-left: 24px !important;
}
.u-m--left--25px {
  margin-left: 25px !important;
}
.u-m--left--26px {
  margin-left: 26px !important;
}
.u-m--left--27px {
  margin-left: 27px !important;
}
.u-m--left--28px {
  margin-left: 28px !important;
}
.u-m--left--29px {
  margin-left: 29px !important;
}
.u-m--left--30px {
  margin-left: 30px !important;
}
.u-m--left--31px {
  margin-left: 31px !important;
}
.u-m--left--32px {
  margin-left: 32px !important;
}
.u-m--left--33px {
  margin-left: 33px !important;
}
.u-m--left--34px {
  margin-left: 34px !important;
}
.u-m--left--35px {
  margin-left: 35px !important;
}
.u-m--left--36px {
  margin-left: 36px !important;
}
.u-m--left--37px {
  margin-left: 37px !important;
}
.u-m--left--38px {
  margin-left: 38px !important;
}
.u-m--left--39px {
  margin-left: 39px !important;
}
.u-m--left--40px {
  margin-left: 40px !important;
}
.u-m--left--41px {
  margin-left: 41px !important;
}
.u-m--left--42px {
  margin-left: 42px !important;
}
.u-m--left--43px {
  margin-left: 43px !important;
}
.u-m--left--44px {
  margin-left: 44px !important;
}
.u-m--left--45px {
  margin-left: 45px !important;
}
.u-m--left--46px {
  margin-left: 46px !important;
}
.u-m--left--47px {
  margin-left: 47px !important;
}
.u-m--left--48px {
  margin-left: 48px !important;
}
.u-m--left--49px {
  margin-left: 49px !important;
}
.u-m--left--50px {
  margin-left: 50px !important;
}
.u-m--left--51px {
  margin-left: 51px !important;
}
.u-m--left--52px {
  margin-left: 52px !important;
}
.u-m--left--53px {
  margin-left: 53px !important;
}
.u-m--left--54px {
  margin-left: 54px !important;
}
.u-m--left--55px {
  margin-left: 55px !important;
}
.u-m--left--56px {
  margin-left: 56px !important;
}
.u-m--left--57px {
  margin-left: 57px !important;
}
.u-m--left--58px {
  margin-left: 58px !important;
}
.u-m--left--59px {
  margin-left: 59px !important;
}
.u-m--left--60px {
  margin-left: 60px !important;
}
.u-m--left--61px {
  margin-left: 61px !important;
}
.u-m--left--62px {
  margin-left: 62px !important;
}
.u-m--left--63px {
  margin-left: 63px !important;
}
.u-m--left--64px {
  margin-left: 64px !important;
}
.u-m--left--65px {
  margin-left: 65px !important;
}
.u-m--left--66px {
  margin-left: 66px !important;
}
.u-m--left--67px {
  margin-left: 67px !important;
}
.u-m--left--68px {
  margin-left: 68px !important;
}
.u-m--left--69px {
  margin-left: 69px !important;
}
.u-m--left--70px {
  margin-left: 70px !important;
}
.u-m--left--71px {
  margin-left: 71px !important;
}
.u-m--left--72px {
  margin-left: 72px !important;
}
.u-m--left--73px {
  margin-left: 73px !important;
}
.u-m--left--74px {
  margin-left: 74px !important;
}
.u-m--left--75px {
  margin-left: 75px !important;
}
.u-m--left--76px {
  margin-left: 76px !important;
}
.u-m--left--77px {
  margin-left: 77px !important;
}
.u-m--left--78px {
  margin-left: 78px !important;
}
.u-m--left--79px {
  margin-left: 79px !important;
}
.u-m--left--80px {
  margin-left: 80px !important;
}
.u-m--left--81px {
  margin-left: 81px !important;
}
.u-m--left--82px {
  margin-left: 82px !important;
}
.u-m--left--83px {
  margin-left: 83px !important;
}
.u-m--left--84px {
  margin-left: 84px !important;
}
.u-m--left--85px {
  margin-left: 85px !important;
}
.u-m--left--86px {
  margin-left: 86px !important;
}
.u-m--left--87px {
  margin-left: 87px !important;
}
.u-m--left--88px {
  margin-left: 88px !important;
}
.u-m--left--89px {
  margin-left: 89px !important;
}
.u-m--left--90px {
  margin-left: 90px !important;
}
.u-m--left--91px {
  margin-left: 91px !important;
}
.u-m--left--92px {
  margin-left: 92px !important;
}
.u-m--left--93px {
  margin-left: 93px !important;
}
.u-m--left--94px {
  margin-left: 94px !important;
}
.u-m--left--95px {
  margin-left: 95px !important;
}
.u-m--left--96px {
  margin-left: 96px !important;
}
.u-m--left--97px {
  margin-left: 97px !important;
}
.u-m--left--98px {
  margin-left: 98px !important;
}
.u-m--left--99px {
  margin-left: 99px !important;
}
.u-m--left--100px {
  margin-left: 100px !important;
}
@media (max-width: 992px) {
  .u-m--left--lg--0 {
    margin-left: 0 !important;
  }
  .u-m--left--lg--1px {
    margin-left: 1px !important;
  }
  .u-m--left--lg--2px {
    margin-left: 2px !important;
  }
  .u-m--left--lg--3px {
    margin-left: 3px !important;
  }
  .u-m--left--lg--4px {
    margin-left: 4px !important;
  }
  .u-m--left--lg--5px {
    margin-left: 5px !important;
  }
  .u-m--left--lg--6px {
    margin-left: 6px !important;
  }
  .u-m--left--lg--7px {
    margin-left: 7px !important;
  }
  .u-m--left--lg--8px {
    margin-left: 8px !important;
  }
  .u-m--left--lg--9px {
    margin-left: 9px !important;
  }
  .u-m--left--lg--10px {
    margin-left: 10px !important;
  }
  .u-m--left--lg--11px {
    margin-left: 11px !important;
  }
  .u-m--left--lg--12px {
    margin-left: 12px !important;
  }
  .u-m--left--lg--13px {
    margin-left: 13px !important;
  }
  .u-m--left--lg--14px {
    margin-left: 14px !important;
  }
  .u-m--left--lg--15px {
    margin-left: 15px !important;
  }
  .u-m--left--lg--16px {
    margin-left: 16px !important;
  }
  .u-m--left--lg--17px {
    margin-left: 17px !important;
  }
  .u-m--left--lg--18px {
    margin-left: 18px !important;
  }
  .u-m--left--lg--19px {
    margin-left: 19px !important;
  }
  .u-m--left--lg--20px {
    margin-left: 20px !important;
  }
  .u-m--left--lg--21px {
    margin-left: 21px !important;
  }
  .u-m--left--lg--22px {
    margin-left: 22px !important;
  }
  .u-m--left--lg--23px {
    margin-left: 23px !important;
  }
  .u-m--left--lg--24px {
    margin-left: 24px !important;
  }
  .u-m--left--lg--25px {
    margin-left: 25px !important;
  }
  .u-m--left--lg--26px {
    margin-left: 26px !important;
  }
  .u-m--left--lg--27px {
    margin-left: 27px !important;
  }
  .u-m--left--lg--28px {
    margin-left: 28px !important;
  }
  .u-m--left--lg--29px {
    margin-left: 29px !important;
  }
  .u-m--left--lg--30px {
    margin-left: 30px !important;
  }
  .u-m--left--lg--31px {
    margin-left: 31px !important;
  }
  .u-m--left--lg--32px {
    margin-left: 32px !important;
  }
  .u-m--left--lg--33px {
    margin-left: 33px !important;
  }
  .u-m--left--lg--34px {
    margin-left: 34px !important;
  }
  .u-m--left--lg--35px {
    margin-left: 35px !important;
  }
  .u-m--left--lg--36px {
    margin-left: 36px !important;
  }
  .u-m--left--lg--37px {
    margin-left: 37px !important;
  }
  .u-m--left--lg--38px {
    margin-left: 38px !important;
  }
  .u-m--left--lg--39px {
    margin-left: 39px !important;
  }
  .u-m--left--lg--40px {
    margin-left: 40px !important;
  }
  .u-m--left--lg--41px {
    margin-left: 41px !important;
  }
  .u-m--left--lg--42px {
    margin-left: 42px !important;
  }
  .u-m--left--lg--43px {
    margin-left: 43px !important;
  }
  .u-m--left--lg--44px {
    margin-left: 44px !important;
  }
  .u-m--left--lg--45px {
    margin-left: 45px !important;
  }
  .u-m--left--lg--46px {
    margin-left: 46px !important;
  }
  .u-m--left--lg--47px {
    margin-left: 47px !important;
  }
  .u-m--left--lg--48px {
    margin-left: 48px !important;
  }
  .u-m--left--lg--49px {
    margin-left: 49px !important;
  }
  .u-m--left--lg--50px {
    margin-left: 50px !important;
  }
  .u-m--left--lg--51px {
    margin-left: 51px !important;
  }
  .u-m--left--lg--52px {
    margin-left: 52px !important;
  }
  .u-m--left--lg--53px {
    margin-left: 53px !important;
  }
  .u-m--left--lg--54px {
    margin-left: 54px !important;
  }
  .u-m--left--lg--55px {
    margin-left: 55px !important;
  }
  .u-m--left--lg--56px {
    margin-left: 56px !important;
  }
  .u-m--left--lg--57px {
    margin-left: 57px !important;
  }
  .u-m--left--lg--58px {
    margin-left: 58px !important;
  }
  .u-m--left--lg--59px {
    margin-left: 59px !important;
  }
  .u-m--left--lg--60px {
    margin-left: 60px !important;
  }
  .u-m--left--lg--61px {
    margin-left: 61px !important;
  }
  .u-m--left--lg--62px {
    margin-left: 62px !important;
  }
  .u-m--left--lg--63px {
    margin-left: 63px !important;
  }
  .u-m--left--lg--64px {
    margin-left: 64px !important;
  }
  .u-m--left--lg--65px {
    margin-left: 65px !important;
  }
  .u-m--left--lg--66px {
    margin-left: 66px !important;
  }
  .u-m--left--lg--67px {
    margin-left: 67px !important;
  }
  .u-m--left--lg--68px {
    margin-left: 68px !important;
  }
  .u-m--left--lg--69px {
    margin-left: 69px !important;
  }
  .u-m--left--lg--70px {
    margin-left: 70px !important;
  }
  .u-m--left--lg--71px {
    margin-left: 71px !important;
  }
  .u-m--left--lg--72px {
    margin-left: 72px !important;
  }
  .u-m--left--lg--73px {
    margin-left: 73px !important;
  }
  .u-m--left--lg--74px {
    margin-left: 74px !important;
  }
  .u-m--left--lg--75px {
    margin-left: 75px !important;
  }
  .u-m--left--lg--76px {
    margin-left: 76px !important;
  }
  .u-m--left--lg--77px {
    margin-left: 77px !important;
  }
  .u-m--left--lg--78px {
    margin-left: 78px !important;
  }
  .u-m--left--lg--79px {
    margin-left: 79px !important;
  }
  .u-m--left--lg--80px {
    margin-left: 80px !important;
  }
  .u-m--left--lg--81px {
    margin-left: 81px !important;
  }
  .u-m--left--lg--82px {
    margin-left: 82px !important;
  }
  .u-m--left--lg--83px {
    margin-left: 83px !important;
  }
  .u-m--left--lg--84px {
    margin-left: 84px !important;
  }
  .u-m--left--lg--85px {
    margin-left: 85px !important;
  }
  .u-m--left--lg--86px {
    margin-left: 86px !important;
  }
  .u-m--left--lg--87px {
    margin-left: 87px !important;
  }
  .u-m--left--lg--88px {
    margin-left: 88px !important;
  }
  .u-m--left--lg--89px {
    margin-left: 89px !important;
  }
  .u-m--left--lg--90px {
    margin-left: 90px !important;
  }
  .u-m--left--lg--91px {
    margin-left: 91px !important;
  }
  .u-m--left--lg--92px {
    margin-left: 92px !important;
  }
  .u-m--left--lg--93px {
    margin-left: 93px !important;
  }
  .u-m--left--lg--94px {
    margin-left: 94px !important;
  }
  .u-m--left--lg--95px {
    margin-left: 95px !important;
  }
  .u-m--left--lg--96px {
    margin-left: 96px !important;
  }
  .u-m--left--lg--97px {
    margin-left: 97px !important;
  }
  .u-m--left--lg--98px {
    margin-left: 98px !important;
  }
  .u-m--left--lg--99px {
    margin-left: 99px !important;
  }
  .u-m--left--lg--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-m--left--md--0 {
    margin-left: 0 !important;
  }
  .u-m--left--md--1px {
    margin-left: 1px !important;
  }
  .u-m--left--md--2px {
    margin-left: 2px !important;
  }
  .u-m--left--md--3px {
    margin-left: 3px !important;
  }
  .u-m--left--md--4px {
    margin-left: 4px !important;
  }
  .u-m--left--md--5px {
    margin-left: 5px !important;
  }
  .u-m--left--md--6px {
    margin-left: 6px !important;
  }
  .u-m--left--md--7px {
    margin-left: 7px !important;
  }
  .u-m--left--md--8px {
    margin-left: 8px !important;
  }
  .u-m--left--md--9px {
    margin-left: 9px !important;
  }
  .u-m--left--md--10px {
    margin-left: 10px !important;
  }
  .u-m--left--md--11px {
    margin-left: 11px !important;
  }
  .u-m--left--md--12px {
    margin-left: 12px !important;
  }
  .u-m--left--md--13px {
    margin-left: 13px !important;
  }
  .u-m--left--md--14px {
    margin-left: 14px !important;
  }
  .u-m--left--md--15px {
    margin-left: 15px !important;
  }
  .u-m--left--md--16px {
    margin-left: 16px !important;
  }
  .u-m--left--md--17px {
    margin-left: 17px !important;
  }
  .u-m--left--md--18px {
    margin-left: 18px !important;
  }
  .u-m--left--md--19px {
    margin-left: 19px !important;
  }
  .u-m--left--md--20px {
    margin-left: 20px !important;
  }
  .u-m--left--md--21px {
    margin-left: 21px !important;
  }
  .u-m--left--md--22px {
    margin-left: 22px !important;
  }
  .u-m--left--md--23px {
    margin-left: 23px !important;
  }
  .u-m--left--md--24px {
    margin-left: 24px !important;
  }
  .u-m--left--md--25px {
    margin-left: 25px !important;
  }
  .u-m--left--md--26px {
    margin-left: 26px !important;
  }
  .u-m--left--md--27px {
    margin-left: 27px !important;
  }
  .u-m--left--md--28px {
    margin-left: 28px !important;
  }
  .u-m--left--md--29px {
    margin-left: 29px !important;
  }
  .u-m--left--md--30px {
    margin-left: 30px !important;
  }
  .u-m--left--md--31px {
    margin-left: 31px !important;
  }
  .u-m--left--md--32px {
    margin-left: 32px !important;
  }
  .u-m--left--md--33px {
    margin-left: 33px !important;
  }
  .u-m--left--md--34px {
    margin-left: 34px !important;
  }
  .u-m--left--md--35px {
    margin-left: 35px !important;
  }
  .u-m--left--md--36px {
    margin-left: 36px !important;
  }
  .u-m--left--md--37px {
    margin-left: 37px !important;
  }
  .u-m--left--md--38px {
    margin-left: 38px !important;
  }
  .u-m--left--md--39px {
    margin-left: 39px !important;
  }
  .u-m--left--md--40px {
    margin-left: 40px !important;
  }
  .u-m--left--md--41px {
    margin-left: 41px !important;
  }
  .u-m--left--md--42px {
    margin-left: 42px !important;
  }
  .u-m--left--md--43px {
    margin-left: 43px !important;
  }
  .u-m--left--md--44px {
    margin-left: 44px !important;
  }
  .u-m--left--md--45px {
    margin-left: 45px !important;
  }
  .u-m--left--md--46px {
    margin-left: 46px !important;
  }
  .u-m--left--md--47px {
    margin-left: 47px !important;
  }
  .u-m--left--md--48px {
    margin-left: 48px !important;
  }
  .u-m--left--md--49px {
    margin-left: 49px !important;
  }
  .u-m--left--md--50px {
    margin-left: 50px !important;
  }
  .u-m--left--md--51px {
    margin-left: 51px !important;
  }
  .u-m--left--md--52px {
    margin-left: 52px !important;
  }
  .u-m--left--md--53px {
    margin-left: 53px !important;
  }
  .u-m--left--md--54px {
    margin-left: 54px !important;
  }
  .u-m--left--md--55px {
    margin-left: 55px !important;
  }
  .u-m--left--md--56px {
    margin-left: 56px !important;
  }
  .u-m--left--md--57px {
    margin-left: 57px !important;
  }
  .u-m--left--md--58px {
    margin-left: 58px !important;
  }
  .u-m--left--md--59px {
    margin-left: 59px !important;
  }
  .u-m--left--md--60px {
    margin-left: 60px !important;
  }
  .u-m--left--md--61px {
    margin-left: 61px !important;
  }
  .u-m--left--md--62px {
    margin-left: 62px !important;
  }
  .u-m--left--md--63px {
    margin-left: 63px !important;
  }
  .u-m--left--md--64px {
    margin-left: 64px !important;
  }
  .u-m--left--md--65px {
    margin-left: 65px !important;
  }
  .u-m--left--md--66px {
    margin-left: 66px !important;
  }
  .u-m--left--md--67px {
    margin-left: 67px !important;
  }
  .u-m--left--md--68px {
    margin-left: 68px !important;
  }
  .u-m--left--md--69px {
    margin-left: 69px !important;
  }
  .u-m--left--md--70px {
    margin-left: 70px !important;
  }
  .u-m--left--md--71px {
    margin-left: 71px !important;
  }
  .u-m--left--md--72px {
    margin-left: 72px !important;
  }
  .u-m--left--md--73px {
    margin-left: 73px !important;
  }
  .u-m--left--md--74px {
    margin-left: 74px !important;
  }
  .u-m--left--md--75px {
    margin-left: 75px !important;
  }
  .u-m--left--md--76px {
    margin-left: 76px !important;
  }
  .u-m--left--md--77px {
    margin-left: 77px !important;
  }
  .u-m--left--md--78px {
    margin-left: 78px !important;
  }
  .u-m--left--md--79px {
    margin-left: 79px !important;
  }
  .u-m--left--md--80px {
    margin-left: 80px !important;
  }
  .u-m--left--md--81px {
    margin-left: 81px !important;
  }
  .u-m--left--md--82px {
    margin-left: 82px !important;
  }
  .u-m--left--md--83px {
    margin-left: 83px !important;
  }
  .u-m--left--md--84px {
    margin-left: 84px !important;
  }
  .u-m--left--md--85px {
    margin-left: 85px !important;
  }
  .u-m--left--md--86px {
    margin-left: 86px !important;
  }
  .u-m--left--md--87px {
    margin-left: 87px !important;
  }
  .u-m--left--md--88px {
    margin-left: 88px !important;
  }
  .u-m--left--md--89px {
    margin-left: 89px !important;
  }
  .u-m--left--md--90px {
    margin-left: 90px !important;
  }
  .u-m--left--md--91px {
    margin-left: 91px !important;
  }
  .u-m--left--md--92px {
    margin-left: 92px !important;
  }
  .u-m--left--md--93px {
    margin-left: 93px !important;
  }
  .u-m--left--md--94px {
    margin-left: 94px !important;
  }
  .u-m--left--md--95px {
    margin-left: 95px !important;
  }
  .u-m--left--md--96px {
    margin-left: 96px !important;
  }
  .u-m--left--md--97px {
    margin-left: 97px !important;
  }
  .u-m--left--md--98px {
    margin-left: 98px !important;
  }
  .u-m--left--md--99px {
    margin-left: 99px !important;
  }
  .u-m--left--md--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--left--sm--0 {
    margin-left: 0 !important;
  }
  .u-m--left--sm--1px {
    margin-left: 1px !important;
  }
  .u-m--left--sm--2px {
    margin-left: 2px !important;
  }
  .u-m--left--sm--3px {
    margin-left: 3px !important;
  }
  .u-m--left--sm--4px {
    margin-left: 4px !important;
  }
  .u-m--left--sm--5px {
    margin-left: 5px !important;
  }
  .u-m--left--sm--6px {
    margin-left: 6px !important;
  }
  .u-m--left--sm--7px {
    margin-left: 7px !important;
  }
  .u-m--left--sm--8px {
    margin-left: 8px !important;
  }
  .u-m--left--sm--9px {
    margin-left: 9px !important;
  }
  .u-m--left--sm--10px {
    margin-left: 10px !important;
  }
  .u-m--left--sm--11px {
    margin-left: 11px !important;
  }
  .u-m--left--sm--12px {
    margin-left: 12px !important;
  }
  .u-m--left--sm--13px {
    margin-left: 13px !important;
  }
  .u-m--left--sm--14px {
    margin-left: 14px !important;
  }
  .u-m--left--sm--15px {
    margin-left: 15px !important;
  }
  .u-m--left--sm--16px {
    margin-left: 16px !important;
  }
  .u-m--left--sm--17px {
    margin-left: 17px !important;
  }
  .u-m--left--sm--18px {
    margin-left: 18px !important;
  }
  .u-m--left--sm--19px {
    margin-left: 19px !important;
  }
  .u-m--left--sm--20px {
    margin-left: 20px !important;
  }
  .u-m--left--sm--21px {
    margin-left: 21px !important;
  }
  .u-m--left--sm--22px {
    margin-left: 22px !important;
  }
  .u-m--left--sm--23px {
    margin-left: 23px !important;
  }
  .u-m--left--sm--24px {
    margin-left: 24px !important;
  }
  .u-m--left--sm--25px {
    margin-left: 25px !important;
  }
  .u-m--left--sm--26px {
    margin-left: 26px !important;
  }
  .u-m--left--sm--27px {
    margin-left: 27px !important;
  }
  .u-m--left--sm--28px {
    margin-left: 28px !important;
  }
  .u-m--left--sm--29px {
    margin-left: 29px !important;
  }
  .u-m--left--sm--30px {
    margin-left: 30px !important;
  }
  .u-m--left--sm--31px {
    margin-left: 31px !important;
  }
  .u-m--left--sm--32px {
    margin-left: 32px !important;
  }
  .u-m--left--sm--33px {
    margin-left: 33px !important;
  }
  .u-m--left--sm--34px {
    margin-left: 34px !important;
  }
  .u-m--left--sm--35px {
    margin-left: 35px !important;
  }
  .u-m--left--sm--36px {
    margin-left: 36px !important;
  }
  .u-m--left--sm--37px {
    margin-left: 37px !important;
  }
  .u-m--left--sm--38px {
    margin-left: 38px !important;
  }
  .u-m--left--sm--39px {
    margin-left: 39px !important;
  }
  .u-m--left--sm--40px {
    margin-left: 40px !important;
  }
  .u-m--left--sm--41px {
    margin-left: 41px !important;
  }
  .u-m--left--sm--42px {
    margin-left: 42px !important;
  }
  .u-m--left--sm--43px {
    margin-left: 43px !important;
  }
  .u-m--left--sm--44px {
    margin-left: 44px !important;
  }
  .u-m--left--sm--45px {
    margin-left: 45px !important;
  }
  .u-m--left--sm--46px {
    margin-left: 46px !important;
  }
  .u-m--left--sm--47px {
    margin-left: 47px !important;
  }
  .u-m--left--sm--48px {
    margin-left: 48px !important;
  }
  .u-m--left--sm--49px {
    margin-left: 49px !important;
  }
  .u-m--left--sm--50px {
    margin-left: 50px !important;
  }
  .u-m--left--sm--51px {
    margin-left: 51px !important;
  }
  .u-m--left--sm--52px {
    margin-left: 52px !important;
  }
  .u-m--left--sm--53px {
    margin-left: 53px !important;
  }
  .u-m--left--sm--54px {
    margin-left: 54px !important;
  }
  .u-m--left--sm--55px {
    margin-left: 55px !important;
  }
  .u-m--left--sm--56px {
    margin-left: 56px !important;
  }
  .u-m--left--sm--57px {
    margin-left: 57px !important;
  }
  .u-m--left--sm--58px {
    margin-left: 58px !important;
  }
  .u-m--left--sm--59px {
    margin-left: 59px !important;
  }
  .u-m--left--sm--60px {
    margin-left: 60px !important;
  }
  .u-m--left--sm--61px {
    margin-left: 61px !important;
  }
  .u-m--left--sm--62px {
    margin-left: 62px !important;
  }
  .u-m--left--sm--63px {
    margin-left: 63px !important;
  }
  .u-m--left--sm--64px {
    margin-left: 64px !important;
  }
  .u-m--left--sm--65px {
    margin-left: 65px !important;
  }
  .u-m--left--sm--66px {
    margin-left: 66px !important;
  }
  .u-m--left--sm--67px {
    margin-left: 67px !important;
  }
  .u-m--left--sm--68px {
    margin-left: 68px !important;
  }
  .u-m--left--sm--69px {
    margin-left: 69px !important;
  }
  .u-m--left--sm--70px {
    margin-left: 70px !important;
  }
  .u-m--left--sm--71px {
    margin-left: 71px !important;
  }
  .u-m--left--sm--72px {
    margin-left: 72px !important;
  }
  .u-m--left--sm--73px {
    margin-left: 73px !important;
  }
  .u-m--left--sm--74px {
    margin-left: 74px !important;
  }
  .u-m--left--sm--75px {
    margin-left: 75px !important;
  }
  .u-m--left--sm--76px {
    margin-left: 76px !important;
  }
  .u-m--left--sm--77px {
    margin-left: 77px !important;
  }
  .u-m--left--sm--78px {
    margin-left: 78px !important;
  }
  .u-m--left--sm--79px {
    margin-left: 79px !important;
  }
  .u-m--left--sm--80px {
    margin-left: 80px !important;
  }
  .u-m--left--sm--81px {
    margin-left: 81px !important;
  }
  .u-m--left--sm--82px {
    margin-left: 82px !important;
  }
  .u-m--left--sm--83px {
    margin-left: 83px !important;
  }
  .u-m--left--sm--84px {
    margin-left: 84px !important;
  }
  .u-m--left--sm--85px {
    margin-left: 85px !important;
  }
  .u-m--left--sm--86px {
    margin-left: 86px !important;
  }
  .u-m--left--sm--87px {
    margin-left: 87px !important;
  }
  .u-m--left--sm--88px {
    margin-left: 88px !important;
  }
  .u-m--left--sm--89px {
    margin-left: 89px !important;
  }
  .u-m--left--sm--90px {
    margin-left: 90px !important;
  }
  .u-m--left--sm--91px {
    margin-left: 91px !important;
  }
  .u-m--left--sm--92px {
    margin-left: 92px !important;
  }
  .u-m--left--sm--93px {
    margin-left: 93px !important;
  }
  .u-m--left--sm--94px {
    margin-left: 94px !important;
  }
  .u-m--left--sm--95px {
    margin-left: 95px !important;
  }
  .u-m--left--sm--96px {
    margin-left: 96px !important;
  }
  .u-m--left--sm--97px {
    margin-left: 97px !important;
  }
  .u-m--left--sm--98px {
    margin-left: 98px !important;
  }
  .u-m--left--sm--99px {
    margin-left: 99px !important;
  }
  .u-m--left--sm--100px {
    margin-left: 100px !important;
  }
}
.u-m--x--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--x--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--x--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--x--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--x--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--x--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--x--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--x--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--x--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--x--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--x--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--x--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--x--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--x--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--x--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--x--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--x--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--x--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--x--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--x--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--x--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--x--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--x--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--x--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--x--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--x--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--x--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--x--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--x--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--x--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--x--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--x--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--x--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--x--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--x--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--x--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--x--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--x--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--x--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--x--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--x--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--x--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--x--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--x--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--x--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--x--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--x--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--x--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--x--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--x--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--x--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--x--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--x--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--x--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--x--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--x--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--x--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--x--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--x--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--x--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--x--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--x--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--x--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--x--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--x--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--x--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--x--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--x--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--x--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--x--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--x--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--x--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--x--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--x--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--x--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--x--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--x--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--x--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--x--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--x--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--x--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--x--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--x--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--x--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--x--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--x--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--x--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--x--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--x--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--x--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--x--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--x--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--x--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--x--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--x--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--x--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--x--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--x--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--x--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--x--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--x--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.u-m--y--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--y--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--y--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--y--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--y--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--y--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--y--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--y--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--y--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--y--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--y--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--y--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--y--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--y--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--y--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--y--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--y--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--y--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--y--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--y--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--y--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--y--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--y--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--y--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--y--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--y--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--y--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--y--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--y--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--y--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--y--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--y--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--y--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--y--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--y--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--y--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--y--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--y--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--y--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--y--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--y--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--y--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--y--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--y--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--y--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--y--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--y--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--y--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--y--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--y--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--y--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--y--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--y--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--y--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--y--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--y--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--y--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--y--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--y--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--y--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--y--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--y--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--y--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--y--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--y--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--y--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--y--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--y--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--y--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--y--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--y--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--y--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--y--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--y--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--y--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--y--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--y--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--y--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--y--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--y--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--y--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--y--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--y--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--y--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--y--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--y--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--y--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--y--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--y--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--y--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--y--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--y--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--y--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--y--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--y--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--y--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--y--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--y--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--y--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--y--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--y--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-p--top--0 {
  padding-top: 0 !important;
}
.u-p--top--1px {
  padding-top: 1px !important;
}
.u-p--top--2px {
  padding-top: 2px !important;
}
.u-p--top--3px {
  padding-top: 3px !important;
}
.u-p--top--4px {
  padding-top: 4px !important;
}
.u-p--top--5px {
  padding-top: 5px !important;
}
.u-p--top--6px {
  padding-top: 6px !important;
}
.u-p--top--7px {
  padding-top: 7px !important;
}
.u-p--top--8px {
  padding-top: 8px !important;
}
.u-p--top--9px {
  padding-top: 9px !important;
}
.u-p--top--10px {
  padding-top: 10px !important;
}
.u-p--top--11px {
  padding-top: 11px !important;
}
.u-p--top--12px {
  padding-top: 12px !important;
}
.u-p--top--13px {
  padding-top: 13px !important;
}
.u-p--top--14px {
  padding-top: 14px !important;
}
.u-p--top--15px {
  padding-top: 15px !important;
}
.u-p--top--16px {
  padding-top: 16px !important;
}
.u-p--top--17px {
  padding-top: 17px !important;
}
.u-p--top--18px {
  padding-top: 18px !important;
}
.u-p--top--19px {
  padding-top: 19px !important;
}
.u-p--top--20px {
  padding-top: 20px !important;
}
.u-p--top--21px {
  padding-top: 21px !important;
}
.u-p--top--22px {
  padding-top: 22px !important;
}
.u-p--top--23px {
  padding-top: 23px !important;
}
.u-p--top--24px {
  padding-top: 24px !important;
}
.u-p--top--25px {
  padding-top: 25px !important;
}
.u-p--top--26px {
  padding-top: 26px !important;
}
.u-p--top--27px {
  padding-top: 27px !important;
}
.u-p--top--28px {
  padding-top: 28px !important;
}
.u-p--top--29px {
  padding-top: 29px !important;
}
.u-p--top--30px {
  padding-top: 30px !important;
}
.u-p--top--31px {
  padding-top: 31px !important;
}
.u-p--top--32px {
  padding-top: 32px !important;
}
.u-p--top--33px {
  padding-top: 33px !important;
}
.u-p--top--34px {
  padding-top: 34px !important;
}
.u-p--top--35px {
  padding-top: 35px !important;
}
.u-p--top--36px {
  padding-top: 36px !important;
}
.u-p--top--37px {
  padding-top: 37px !important;
}
.u-p--top--38px {
  padding-top: 38px !important;
}
.u-p--top--39px {
  padding-top: 39px !important;
}
.u-p--top--40px {
  padding-top: 40px !important;
}
.u-p--top--41px {
  padding-top: 41px !important;
}
.u-p--top--42px {
  padding-top: 42px !important;
}
.u-p--top--43px {
  padding-top: 43px !important;
}
.u-p--top--44px {
  padding-top: 44px !important;
}
.u-p--top--45px {
  padding-top: 45px !important;
}
.u-p--top--46px {
  padding-top: 46px !important;
}
.u-p--top--47px {
  padding-top: 47px !important;
}
.u-p--top--48px {
  padding-top: 48px !important;
}
.u-p--top--49px {
  padding-top: 49px !important;
}
.u-p--top--50px {
  padding-top: 50px !important;
}
.u-p--top--51px {
  padding-top: 51px !important;
}
.u-p--top--52px {
  padding-top: 52px !important;
}
.u-p--top--53px {
  padding-top: 53px !important;
}
.u-p--top--54px {
  padding-top: 54px !important;
}
.u-p--top--55px {
  padding-top: 55px !important;
}
.u-p--top--56px {
  padding-top: 56px !important;
}
.u-p--top--57px {
  padding-top: 57px !important;
}
.u-p--top--58px {
  padding-top: 58px !important;
}
.u-p--top--59px {
  padding-top: 59px !important;
}
.u-p--top--60px {
  padding-top: 60px !important;
}
.u-p--top--61px {
  padding-top: 61px !important;
}
.u-p--top--62px {
  padding-top: 62px !important;
}
.u-p--top--63px {
  padding-top: 63px !important;
}
.u-p--top--64px {
  padding-top: 64px !important;
}
.u-p--top--65px {
  padding-top: 65px !important;
}
.u-p--top--66px {
  padding-top: 66px !important;
}
.u-p--top--67px {
  padding-top: 67px !important;
}
.u-p--top--68px {
  padding-top: 68px !important;
}
.u-p--top--69px {
  padding-top: 69px !important;
}
.u-p--top--70px {
  padding-top: 70px !important;
}
.u-p--top--71px {
  padding-top: 71px !important;
}
.u-p--top--72px {
  padding-top: 72px !important;
}
.u-p--top--73px {
  padding-top: 73px !important;
}
.u-p--top--74px {
  padding-top: 74px !important;
}
.u-p--top--75px {
  padding-top: 75px !important;
}
.u-p--top--76px {
  padding-top: 76px !important;
}
.u-p--top--77px {
  padding-top: 77px !important;
}
.u-p--top--78px {
  padding-top: 78px !important;
}
.u-p--top--79px {
  padding-top: 79px !important;
}
.u-p--top--80px {
  padding-top: 80px !important;
}
.u-p--top--81px {
  padding-top: 81px !important;
}
.u-p--top--82px {
  padding-top: 82px !important;
}
.u-p--top--83px {
  padding-top: 83px !important;
}
.u-p--top--84px {
  padding-top: 84px !important;
}
.u-p--top--85px {
  padding-top: 85px !important;
}
.u-p--top--86px {
  padding-top: 86px !important;
}
.u-p--top--87px {
  padding-top: 87px !important;
}
.u-p--top--88px {
  padding-top: 88px !important;
}
.u-p--top--89px {
  padding-top: 89px !important;
}
.u-p--top--90px {
  padding-top: 90px !important;
}
.u-p--top--91px {
  padding-top: 91px !important;
}
.u-p--top--92px {
  padding-top: 92px !important;
}
.u-p--top--93px {
  padding-top: 93px !important;
}
.u-p--top--94px {
  padding-top: 94px !important;
}
.u-p--top--95px {
  padding-top: 95px !important;
}
.u-p--top--96px {
  padding-top: 96px !important;
}
.u-p--top--97px {
  padding-top: 97px !important;
}
.u-p--top--98px {
  padding-top: 98px !important;
}
.u-p--top--99px {
  padding-top: 99px !important;
}
.u-p--top--100px {
  padding-top: 100px !important;
}
@media (max-width: 480px) {
  .u-p--top--sm--0 {
    padding-top: 0 !important;
  }
  .u-p--top--sm--1px {
    padding-top: 1px !important;
  }
  .u-p--top--sm--2px {
    padding-top: 2px !important;
  }
  .u-p--top--sm--3px {
    padding-top: 3px !important;
  }
  .u-p--top--sm--4px {
    padding-top: 4px !important;
  }
  .u-p--top--sm--5px {
    padding-top: 5px !important;
  }
  .u-p--top--sm--6px {
    padding-top: 6px !important;
  }
  .u-p--top--sm--7px {
    padding-top: 7px !important;
  }
  .u-p--top--sm--8px {
    padding-top: 8px !important;
  }
  .u-p--top--sm--9px {
    padding-top: 9px !important;
  }
  .u-p--top--sm--10px {
    padding-top: 10px !important;
  }
  .u-p--top--sm--11px {
    padding-top: 11px !important;
  }
  .u-p--top--sm--12px {
    padding-top: 12px !important;
  }
  .u-p--top--sm--13px {
    padding-top: 13px !important;
  }
  .u-p--top--sm--14px {
    padding-top: 14px !important;
  }
  .u-p--top--sm--15px {
    padding-top: 15px !important;
  }
  .u-p--top--sm--16px {
    padding-top: 16px !important;
  }
  .u-p--top--sm--17px {
    padding-top: 17px !important;
  }
  .u-p--top--sm--18px {
    padding-top: 18px !important;
  }
  .u-p--top--sm--19px {
    padding-top: 19px !important;
  }
  .u-p--top--sm--20px {
    padding-top: 20px !important;
  }
  .u-p--top--sm--21px {
    padding-top: 21px !important;
  }
  .u-p--top--sm--22px {
    padding-top: 22px !important;
  }
  .u-p--top--sm--23px {
    padding-top: 23px !important;
  }
  .u-p--top--sm--24px {
    padding-top: 24px !important;
  }
  .u-p--top--sm--25px {
    padding-top: 25px !important;
  }
  .u-p--top--sm--26px {
    padding-top: 26px !important;
  }
  .u-p--top--sm--27px {
    padding-top: 27px !important;
  }
  .u-p--top--sm--28px {
    padding-top: 28px !important;
  }
  .u-p--top--sm--29px {
    padding-top: 29px !important;
  }
  .u-p--top--sm--30px {
    padding-top: 30px !important;
  }
  .u-p--top--sm--31px {
    padding-top: 31px !important;
  }
  .u-p--top--sm--32px {
    padding-top: 32px !important;
  }
  .u-p--top--sm--33px {
    padding-top: 33px !important;
  }
  .u-p--top--sm--34px {
    padding-top: 34px !important;
  }
  .u-p--top--sm--35px {
    padding-top: 35px !important;
  }
  .u-p--top--sm--36px {
    padding-top: 36px !important;
  }
  .u-p--top--sm--37px {
    padding-top: 37px !important;
  }
  .u-p--top--sm--38px {
    padding-top: 38px !important;
  }
  .u-p--top--sm--39px {
    padding-top: 39px !important;
  }
  .u-p--top--sm--40px {
    padding-top: 40px !important;
  }
  .u-p--top--sm--41px {
    padding-top: 41px !important;
  }
  .u-p--top--sm--42px {
    padding-top: 42px !important;
  }
  .u-p--top--sm--43px {
    padding-top: 43px !important;
  }
  .u-p--top--sm--44px {
    padding-top: 44px !important;
  }
  .u-p--top--sm--45px {
    padding-top: 45px !important;
  }
  .u-p--top--sm--46px {
    padding-top: 46px !important;
  }
  .u-p--top--sm--47px {
    padding-top: 47px !important;
  }
  .u-p--top--sm--48px {
    padding-top: 48px !important;
  }
  .u-p--top--sm--49px {
    padding-top: 49px !important;
  }
  .u-p--top--sm--50px {
    padding-top: 50px !important;
  }
  .u-p--top--sm--51px {
    padding-top: 51px !important;
  }
  .u-p--top--sm--52px {
    padding-top: 52px !important;
  }
  .u-p--top--sm--53px {
    padding-top: 53px !important;
  }
  .u-p--top--sm--54px {
    padding-top: 54px !important;
  }
  .u-p--top--sm--55px {
    padding-top: 55px !important;
  }
  .u-p--top--sm--56px {
    padding-top: 56px !important;
  }
  .u-p--top--sm--57px {
    padding-top: 57px !important;
  }
  .u-p--top--sm--58px {
    padding-top: 58px !important;
  }
  .u-p--top--sm--59px {
    padding-top: 59px !important;
  }
  .u-p--top--sm--60px {
    padding-top: 60px !important;
  }
  .u-p--top--sm--61px {
    padding-top: 61px !important;
  }
  .u-p--top--sm--62px {
    padding-top: 62px !important;
  }
  .u-p--top--sm--63px {
    padding-top: 63px !important;
  }
  .u-p--top--sm--64px {
    padding-top: 64px !important;
  }
  .u-p--top--sm--65px {
    padding-top: 65px !important;
  }
  .u-p--top--sm--66px {
    padding-top: 66px !important;
  }
  .u-p--top--sm--67px {
    padding-top: 67px !important;
  }
  .u-p--top--sm--68px {
    padding-top: 68px !important;
  }
  .u-p--top--sm--69px {
    padding-top: 69px !important;
  }
  .u-p--top--sm--70px {
    padding-top: 70px !important;
  }
  .u-p--top--sm--71px {
    padding-top: 71px !important;
  }
  .u-p--top--sm--72px {
    padding-top: 72px !important;
  }
  .u-p--top--sm--73px {
    padding-top: 73px !important;
  }
  .u-p--top--sm--74px {
    padding-top: 74px !important;
  }
  .u-p--top--sm--75px {
    padding-top: 75px !important;
  }
  .u-p--top--sm--76px {
    padding-top: 76px !important;
  }
  .u-p--top--sm--77px {
    padding-top: 77px !important;
  }
  .u-p--top--sm--78px {
    padding-top: 78px !important;
  }
  .u-p--top--sm--79px {
    padding-top: 79px !important;
  }
  .u-p--top--sm--80px {
    padding-top: 80px !important;
  }
  .u-p--top--sm--81px {
    padding-top: 81px !important;
  }
  .u-p--top--sm--82px {
    padding-top: 82px !important;
  }
  .u-p--top--sm--83px {
    padding-top: 83px !important;
  }
  .u-p--top--sm--84px {
    padding-top: 84px !important;
  }
  .u-p--top--sm--85px {
    padding-top: 85px !important;
  }
  .u-p--top--sm--86px {
    padding-top: 86px !important;
  }
  .u-p--top--sm--87px {
    padding-top: 87px !important;
  }
  .u-p--top--sm--88px {
    padding-top: 88px !important;
  }
  .u-p--top--sm--89px {
    padding-top: 89px !important;
  }
  .u-p--top--sm--90px {
    padding-top: 90px !important;
  }
  .u-p--top--sm--91px {
    padding-top: 91px !important;
  }
  .u-p--top--sm--92px {
    padding-top: 92px !important;
  }
  .u-p--top--sm--93px {
    padding-top: 93px !important;
  }
  .u-p--top--sm--94px {
    padding-top: 94px !important;
  }
  .u-p--top--sm--95px {
    padding-top: 95px !important;
  }
  .u-p--top--sm--96px {
    padding-top: 96px !important;
  }
  .u-p--top--sm--97px {
    padding-top: 97px !important;
  }
  .u-p--top--sm--98px {
    padding-top: 98px !important;
  }
  .u-p--top--sm--99px {
    padding-top: 99px !important;
  }
  .u-p--top--sm--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--top--md--0 {
    padding-top: 0 !important;
  }
  .u-p--top--md--1px {
    padding-top: 1px !important;
  }
  .u-p--top--md--2px {
    padding-top: 2px !important;
  }
  .u-p--top--md--3px {
    padding-top: 3px !important;
  }
  .u-p--top--md--4px {
    padding-top: 4px !important;
  }
  .u-p--top--md--5px {
    padding-top: 5px !important;
  }
  .u-p--top--md--6px {
    padding-top: 6px !important;
  }
  .u-p--top--md--7px {
    padding-top: 7px !important;
  }
  .u-p--top--md--8px {
    padding-top: 8px !important;
  }
  .u-p--top--md--9px {
    padding-top: 9px !important;
  }
  .u-p--top--md--10px {
    padding-top: 10px !important;
  }
  .u-p--top--md--11px {
    padding-top: 11px !important;
  }
  .u-p--top--md--12px {
    padding-top: 12px !important;
  }
  .u-p--top--md--13px {
    padding-top: 13px !important;
  }
  .u-p--top--md--14px {
    padding-top: 14px !important;
  }
  .u-p--top--md--15px {
    padding-top: 15px !important;
  }
  .u-p--top--md--16px {
    padding-top: 16px !important;
  }
  .u-p--top--md--17px {
    padding-top: 17px !important;
  }
  .u-p--top--md--18px {
    padding-top: 18px !important;
  }
  .u-p--top--md--19px {
    padding-top: 19px !important;
  }
  .u-p--top--md--20px {
    padding-top: 20px !important;
  }
  .u-p--top--md--21px {
    padding-top: 21px !important;
  }
  .u-p--top--md--22px {
    padding-top: 22px !important;
  }
  .u-p--top--md--23px {
    padding-top: 23px !important;
  }
  .u-p--top--md--24px {
    padding-top: 24px !important;
  }
  .u-p--top--md--25px {
    padding-top: 25px !important;
  }
  .u-p--top--md--26px {
    padding-top: 26px !important;
  }
  .u-p--top--md--27px {
    padding-top: 27px !important;
  }
  .u-p--top--md--28px {
    padding-top: 28px !important;
  }
  .u-p--top--md--29px {
    padding-top: 29px !important;
  }
  .u-p--top--md--30px {
    padding-top: 30px !important;
  }
  .u-p--top--md--31px {
    padding-top: 31px !important;
  }
  .u-p--top--md--32px {
    padding-top: 32px !important;
  }
  .u-p--top--md--33px {
    padding-top: 33px !important;
  }
  .u-p--top--md--34px {
    padding-top: 34px !important;
  }
  .u-p--top--md--35px {
    padding-top: 35px !important;
  }
  .u-p--top--md--36px {
    padding-top: 36px !important;
  }
  .u-p--top--md--37px {
    padding-top: 37px !important;
  }
  .u-p--top--md--38px {
    padding-top: 38px !important;
  }
  .u-p--top--md--39px {
    padding-top: 39px !important;
  }
  .u-p--top--md--40px {
    padding-top: 40px !important;
  }
  .u-p--top--md--41px {
    padding-top: 41px !important;
  }
  .u-p--top--md--42px {
    padding-top: 42px !important;
  }
  .u-p--top--md--43px {
    padding-top: 43px !important;
  }
  .u-p--top--md--44px {
    padding-top: 44px !important;
  }
  .u-p--top--md--45px {
    padding-top: 45px !important;
  }
  .u-p--top--md--46px {
    padding-top: 46px !important;
  }
  .u-p--top--md--47px {
    padding-top: 47px !important;
  }
  .u-p--top--md--48px {
    padding-top: 48px !important;
  }
  .u-p--top--md--49px {
    padding-top: 49px !important;
  }
  .u-p--top--md--50px {
    padding-top: 50px !important;
  }
  .u-p--top--md--51px {
    padding-top: 51px !important;
  }
  .u-p--top--md--52px {
    padding-top: 52px !important;
  }
  .u-p--top--md--53px {
    padding-top: 53px !important;
  }
  .u-p--top--md--54px {
    padding-top: 54px !important;
  }
  .u-p--top--md--55px {
    padding-top: 55px !important;
  }
  .u-p--top--md--56px {
    padding-top: 56px !important;
  }
  .u-p--top--md--57px {
    padding-top: 57px !important;
  }
  .u-p--top--md--58px {
    padding-top: 58px !important;
  }
  .u-p--top--md--59px {
    padding-top: 59px !important;
  }
  .u-p--top--md--60px {
    padding-top: 60px !important;
  }
  .u-p--top--md--61px {
    padding-top: 61px !important;
  }
  .u-p--top--md--62px {
    padding-top: 62px !important;
  }
  .u-p--top--md--63px {
    padding-top: 63px !important;
  }
  .u-p--top--md--64px {
    padding-top: 64px !important;
  }
  .u-p--top--md--65px {
    padding-top: 65px !important;
  }
  .u-p--top--md--66px {
    padding-top: 66px !important;
  }
  .u-p--top--md--67px {
    padding-top: 67px !important;
  }
  .u-p--top--md--68px {
    padding-top: 68px !important;
  }
  .u-p--top--md--69px {
    padding-top: 69px !important;
  }
  .u-p--top--md--70px {
    padding-top: 70px !important;
  }
  .u-p--top--md--71px {
    padding-top: 71px !important;
  }
  .u-p--top--md--72px {
    padding-top: 72px !important;
  }
  .u-p--top--md--73px {
    padding-top: 73px !important;
  }
  .u-p--top--md--74px {
    padding-top: 74px !important;
  }
  .u-p--top--md--75px {
    padding-top: 75px !important;
  }
  .u-p--top--md--76px {
    padding-top: 76px !important;
  }
  .u-p--top--md--77px {
    padding-top: 77px !important;
  }
  .u-p--top--md--78px {
    padding-top: 78px !important;
  }
  .u-p--top--md--79px {
    padding-top: 79px !important;
  }
  .u-p--top--md--80px {
    padding-top: 80px !important;
  }
  .u-p--top--md--81px {
    padding-top: 81px !important;
  }
  .u-p--top--md--82px {
    padding-top: 82px !important;
  }
  .u-p--top--md--83px {
    padding-top: 83px !important;
  }
  .u-p--top--md--84px {
    padding-top: 84px !important;
  }
  .u-p--top--md--85px {
    padding-top: 85px !important;
  }
  .u-p--top--md--86px {
    padding-top: 86px !important;
  }
  .u-p--top--md--87px {
    padding-top: 87px !important;
  }
  .u-p--top--md--88px {
    padding-top: 88px !important;
  }
  .u-p--top--md--89px {
    padding-top: 89px !important;
  }
  .u-p--top--md--90px {
    padding-top: 90px !important;
  }
  .u-p--top--md--91px {
    padding-top: 91px !important;
  }
  .u-p--top--md--92px {
    padding-top: 92px !important;
  }
  .u-p--top--md--93px {
    padding-top: 93px !important;
  }
  .u-p--top--md--94px {
    padding-top: 94px !important;
  }
  .u-p--top--md--95px {
    padding-top: 95px !important;
  }
  .u-p--top--md--96px {
    padding-top: 96px !important;
  }
  .u-p--top--md--97px {
    padding-top: 97px !important;
  }
  .u-p--top--md--98px {
    padding-top: 98px !important;
  }
  .u-p--top--md--99px {
    padding-top: 99px !important;
  }
  .u-p--top--md--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--top--lg--0 {
    padding-top: 0 !important;
  }
  .u-p--top--lg--1px {
    padding-top: 1px !important;
  }
  .u-p--top--lg--2px {
    padding-top: 2px !important;
  }
  .u-p--top--lg--3px {
    padding-top: 3px !important;
  }
  .u-p--top--lg--4px {
    padding-top: 4px !important;
  }
  .u-p--top--lg--5px {
    padding-top: 5px !important;
  }
  .u-p--top--lg--6px {
    padding-top: 6px !important;
  }
  .u-p--top--lg--7px {
    padding-top: 7px !important;
  }
  .u-p--top--lg--8px {
    padding-top: 8px !important;
  }
  .u-p--top--lg--9px {
    padding-top: 9px !important;
  }
  .u-p--top--lg--10px {
    padding-top: 10px !important;
  }
  .u-p--top--lg--11px {
    padding-top: 11px !important;
  }
  .u-p--top--lg--12px {
    padding-top: 12px !important;
  }
  .u-p--top--lg--13px {
    padding-top: 13px !important;
  }
  .u-p--top--lg--14px {
    padding-top: 14px !important;
  }
  .u-p--top--lg--15px {
    padding-top: 15px !important;
  }
  .u-p--top--lg--16px {
    padding-top: 16px !important;
  }
  .u-p--top--lg--17px {
    padding-top: 17px !important;
  }
  .u-p--top--lg--18px {
    padding-top: 18px !important;
  }
  .u-p--top--lg--19px {
    padding-top: 19px !important;
  }
  .u-p--top--lg--20px {
    padding-top: 20px !important;
  }
  .u-p--top--lg--21px {
    padding-top: 21px !important;
  }
  .u-p--top--lg--22px {
    padding-top: 22px !important;
  }
  .u-p--top--lg--23px {
    padding-top: 23px !important;
  }
  .u-p--top--lg--24px {
    padding-top: 24px !important;
  }
  .u-p--top--lg--25px {
    padding-top: 25px !important;
  }
  .u-p--top--lg--26px {
    padding-top: 26px !important;
  }
  .u-p--top--lg--27px {
    padding-top: 27px !important;
  }
  .u-p--top--lg--28px {
    padding-top: 28px !important;
  }
  .u-p--top--lg--29px {
    padding-top: 29px !important;
  }
  .u-p--top--lg--30px {
    padding-top: 30px !important;
  }
  .u-p--top--lg--31px {
    padding-top: 31px !important;
  }
  .u-p--top--lg--32px {
    padding-top: 32px !important;
  }
  .u-p--top--lg--33px {
    padding-top: 33px !important;
  }
  .u-p--top--lg--34px {
    padding-top: 34px !important;
  }
  .u-p--top--lg--35px {
    padding-top: 35px !important;
  }
  .u-p--top--lg--36px {
    padding-top: 36px !important;
  }
  .u-p--top--lg--37px {
    padding-top: 37px !important;
  }
  .u-p--top--lg--38px {
    padding-top: 38px !important;
  }
  .u-p--top--lg--39px {
    padding-top: 39px !important;
  }
  .u-p--top--lg--40px {
    padding-top: 40px !important;
  }
  .u-p--top--lg--41px {
    padding-top: 41px !important;
  }
  .u-p--top--lg--42px {
    padding-top: 42px !important;
  }
  .u-p--top--lg--43px {
    padding-top: 43px !important;
  }
  .u-p--top--lg--44px {
    padding-top: 44px !important;
  }
  .u-p--top--lg--45px {
    padding-top: 45px !important;
  }
  .u-p--top--lg--46px {
    padding-top: 46px !important;
  }
  .u-p--top--lg--47px {
    padding-top: 47px !important;
  }
  .u-p--top--lg--48px {
    padding-top: 48px !important;
  }
  .u-p--top--lg--49px {
    padding-top: 49px !important;
  }
  .u-p--top--lg--50px {
    padding-top: 50px !important;
  }
  .u-p--top--lg--51px {
    padding-top: 51px !important;
  }
  .u-p--top--lg--52px {
    padding-top: 52px !important;
  }
  .u-p--top--lg--53px {
    padding-top: 53px !important;
  }
  .u-p--top--lg--54px {
    padding-top: 54px !important;
  }
  .u-p--top--lg--55px {
    padding-top: 55px !important;
  }
  .u-p--top--lg--56px {
    padding-top: 56px !important;
  }
  .u-p--top--lg--57px {
    padding-top: 57px !important;
  }
  .u-p--top--lg--58px {
    padding-top: 58px !important;
  }
  .u-p--top--lg--59px {
    padding-top: 59px !important;
  }
  .u-p--top--lg--60px {
    padding-top: 60px !important;
  }
  .u-p--top--lg--61px {
    padding-top: 61px !important;
  }
  .u-p--top--lg--62px {
    padding-top: 62px !important;
  }
  .u-p--top--lg--63px {
    padding-top: 63px !important;
  }
  .u-p--top--lg--64px {
    padding-top: 64px !important;
  }
  .u-p--top--lg--65px {
    padding-top: 65px !important;
  }
  .u-p--top--lg--66px {
    padding-top: 66px !important;
  }
  .u-p--top--lg--67px {
    padding-top: 67px !important;
  }
  .u-p--top--lg--68px {
    padding-top: 68px !important;
  }
  .u-p--top--lg--69px {
    padding-top: 69px !important;
  }
  .u-p--top--lg--70px {
    padding-top: 70px !important;
  }
  .u-p--top--lg--71px {
    padding-top: 71px !important;
  }
  .u-p--top--lg--72px {
    padding-top: 72px !important;
  }
  .u-p--top--lg--73px {
    padding-top: 73px !important;
  }
  .u-p--top--lg--74px {
    padding-top: 74px !important;
  }
  .u-p--top--lg--75px {
    padding-top: 75px !important;
  }
  .u-p--top--lg--76px {
    padding-top: 76px !important;
  }
  .u-p--top--lg--77px {
    padding-top: 77px !important;
  }
  .u-p--top--lg--78px {
    padding-top: 78px !important;
  }
  .u-p--top--lg--79px {
    padding-top: 79px !important;
  }
  .u-p--top--lg--80px {
    padding-top: 80px !important;
  }
  .u-p--top--lg--81px {
    padding-top: 81px !important;
  }
  .u-p--top--lg--82px {
    padding-top: 82px !important;
  }
  .u-p--top--lg--83px {
    padding-top: 83px !important;
  }
  .u-p--top--lg--84px {
    padding-top: 84px !important;
  }
  .u-p--top--lg--85px {
    padding-top: 85px !important;
  }
  .u-p--top--lg--86px {
    padding-top: 86px !important;
  }
  .u-p--top--lg--87px {
    padding-top: 87px !important;
  }
  .u-p--top--lg--88px {
    padding-top: 88px !important;
  }
  .u-p--top--lg--89px {
    padding-top: 89px !important;
  }
  .u-p--top--lg--90px {
    padding-top: 90px !important;
  }
  .u-p--top--lg--91px {
    padding-top: 91px !important;
  }
  .u-p--top--lg--92px {
    padding-top: 92px !important;
  }
  .u-p--top--lg--93px {
    padding-top: 93px !important;
  }
  .u-p--top--lg--94px {
    padding-top: 94px !important;
  }
  .u-p--top--lg--95px {
    padding-top: 95px !important;
  }
  .u-p--top--lg--96px {
    padding-top: 96px !important;
  }
  .u-p--top--lg--97px {
    padding-top: 97px !important;
  }
  .u-p--top--lg--98px {
    padding-top: 98px !important;
  }
  .u-p--top--lg--99px {
    padding-top: 99px !important;
  }
  .u-p--top--lg--100px {
    padding-top: 100px !important;
  }
}
.u-p--right--0 {
  padding-right: 0 !important;
}
.u-p--right--1px {
  padding-right: 1px !important;
}
.u-p--right--2px {
  padding-right: 2px !important;
}
.u-p--right--3px {
  padding-right: 3px !important;
}
.u-p--right--4px {
  padding-right: 4px !important;
}
.u-p--right--5px {
  padding-right: 5px !important;
}
.u-p--right--6px {
  padding-right: 6px !important;
}
.u-p--right--7px {
  padding-right: 7px !important;
}
.u-p--right--8px {
  padding-right: 8px !important;
}
.u-p--right--9px {
  padding-right: 9px !important;
}
.u-p--right--10px {
  padding-right: 10px !important;
}
.u-p--right--11px {
  padding-right: 11px !important;
}
.u-p--right--12px {
  padding-right: 12px !important;
}
.u-p--right--13px {
  padding-right: 13px !important;
}
.u-p--right--14px {
  padding-right: 14px !important;
}
.u-p--right--15px {
  padding-right: 15px !important;
}
.u-p--right--16px {
  padding-right: 16px !important;
}
.u-p--right--17px {
  padding-right: 17px !important;
}
.u-p--right--18px {
  padding-right: 18px !important;
}
.u-p--right--19px {
  padding-right: 19px !important;
}
.u-p--right--20px {
  padding-right: 20px !important;
}
.u-p--right--21px {
  padding-right: 21px !important;
}
.u-p--right--22px {
  padding-right: 22px !important;
}
.u-p--right--23px {
  padding-right: 23px !important;
}
.u-p--right--24px {
  padding-right: 24px !important;
}
.u-p--right--25px {
  padding-right: 25px !important;
}
.u-p--right--26px {
  padding-right: 26px !important;
}
.u-p--right--27px {
  padding-right: 27px !important;
}
.u-p--right--28px {
  padding-right: 28px !important;
}
.u-p--right--29px {
  padding-right: 29px !important;
}
.u-p--right--30px {
  padding-right: 30px !important;
}
.u-p--right--31px {
  padding-right: 31px !important;
}
.u-p--right--32px {
  padding-right: 32px !important;
}
.u-p--right--33px {
  padding-right: 33px !important;
}
.u-p--right--34px {
  padding-right: 34px !important;
}
.u-p--right--35px {
  padding-right: 35px !important;
}
.u-p--right--36px {
  padding-right: 36px !important;
}
.u-p--right--37px {
  padding-right: 37px !important;
}
.u-p--right--38px {
  padding-right: 38px !important;
}
.u-p--right--39px {
  padding-right: 39px !important;
}
.u-p--right--40px {
  padding-right: 40px !important;
}
.u-p--right--41px {
  padding-right: 41px !important;
}
.u-p--right--42px {
  padding-right: 42px !important;
}
.u-p--right--43px {
  padding-right: 43px !important;
}
.u-p--right--44px {
  padding-right: 44px !important;
}
.u-p--right--45px {
  padding-right: 45px !important;
}
.u-p--right--46px {
  padding-right: 46px !important;
}
.u-p--right--47px {
  padding-right: 47px !important;
}
.u-p--right--48px {
  padding-right: 48px !important;
}
.u-p--right--49px {
  padding-right: 49px !important;
}
.u-p--right--50px {
  padding-right: 50px !important;
}
.u-p--right--51px {
  padding-right: 51px !important;
}
.u-p--right--52px {
  padding-right: 52px !important;
}
.u-p--right--53px {
  padding-right: 53px !important;
}
.u-p--right--54px {
  padding-right: 54px !important;
}
.u-p--right--55px {
  padding-right: 55px !important;
}
.u-p--right--56px {
  padding-right: 56px !important;
}
.u-p--right--57px {
  padding-right: 57px !important;
}
.u-p--right--58px {
  padding-right: 58px !important;
}
.u-p--right--59px {
  padding-right: 59px !important;
}
.u-p--right--60px {
  padding-right: 60px !important;
}
.u-p--right--61px {
  padding-right: 61px !important;
}
.u-p--right--62px {
  padding-right: 62px !important;
}
.u-p--right--63px {
  padding-right: 63px !important;
}
.u-p--right--64px {
  padding-right: 64px !important;
}
.u-p--right--65px {
  padding-right: 65px !important;
}
.u-p--right--66px {
  padding-right: 66px !important;
}
.u-p--right--67px {
  padding-right: 67px !important;
}
.u-p--right--68px {
  padding-right: 68px !important;
}
.u-p--right--69px {
  padding-right: 69px !important;
}
.u-p--right--70px {
  padding-right: 70px !important;
}
.u-p--right--71px {
  padding-right: 71px !important;
}
.u-p--right--72px {
  padding-right: 72px !important;
}
.u-p--right--73px {
  padding-right: 73px !important;
}
.u-p--right--74px {
  padding-right: 74px !important;
}
.u-p--right--75px {
  padding-right: 75px !important;
}
.u-p--right--76px {
  padding-right: 76px !important;
}
.u-p--right--77px {
  padding-right: 77px !important;
}
.u-p--right--78px {
  padding-right: 78px !important;
}
.u-p--right--79px {
  padding-right: 79px !important;
}
.u-p--right--80px {
  padding-right: 80px !important;
}
.u-p--right--81px {
  padding-right: 81px !important;
}
.u-p--right--82px {
  padding-right: 82px !important;
}
.u-p--right--83px {
  padding-right: 83px !important;
}
.u-p--right--84px {
  padding-right: 84px !important;
}
.u-p--right--85px {
  padding-right: 85px !important;
}
.u-p--right--86px {
  padding-right: 86px !important;
}
.u-p--right--87px {
  padding-right: 87px !important;
}
.u-p--right--88px {
  padding-right: 88px !important;
}
.u-p--right--89px {
  padding-right: 89px !important;
}
.u-p--right--90px {
  padding-right: 90px !important;
}
.u-p--right--91px {
  padding-right: 91px !important;
}
.u-p--right--92px {
  padding-right: 92px !important;
}
.u-p--right--93px {
  padding-right: 93px !important;
}
.u-p--right--94px {
  padding-right: 94px !important;
}
.u-p--right--95px {
  padding-right: 95px !important;
}
.u-p--right--96px {
  padding-right: 96px !important;
}
.u-p--right--97px {
  padding-right: 97px !important;
}
.u-p--right--98px {
  padding-right: 98px !important;
}
.u-p--right--99px {
  padding-right: 99px !important;
}
.u-p--right--100px {
  padding-right: 100px !important;
}
@media (max-width: 480px) {
  .u-p--right--sm--0 {
    padding-right: 0 !important;
  }
  .u-p--right--sm--1px {
    padding-right: 1px !important;
  }
  .u-p--right--sm--2px {
    padding-right: 2px !important;
  }
  .u-p--right--sm--3px {
    padding-right: 3px !important;
  }
  .u-p--right--sm--4px {
    padding-right: 4px !important;
  }
  .u-p--right--sm--5px {
    padding-right: 5px !important;
  }
  .u-p--right--sm--6px {
    padding-right: 6px !important;
  }
  .u-p--right--sm--7px {
    padding-right: 7px !important;
  }
  .u-p--right--sm--8px {
    padding-right: 8px !important;
  }
  .u-p--right--sm--9px {
    padding-right: 9px !important;
  }
  .u-p--right--sm--10px {
    padding-right: 10px !important;
  }
  .u-p--right--sm--11px {
    padding-right: 11px !important;
  }
  .u-p--right--sm--12px {
    padding-right: 12px !important;
  }
  .u-p--right--sm--13px {
    padding-right: 13px !important;
  }
  .u-p--right--sm--14px {
    padding-right: 14px !important;
  }
  .u-p--right--sm--15px {
    padding-right: 15px !important;
  }
  .u-p--right--sm--16px {
    padding-right: 16px !important;
  }
  .u-p--right--sm--17px {
    padding-right: 17px !important;
  }
  .u-p--right--sm--18px {
    padding-right: 18px !important;
  }
  .u-p--right--sm--19px {
    padding-right: 19px !important;
  }
  .u-p--right--sm--20px {
    padding-right: 20px !important;
  }
  .u-p--right--sm--21px {
    padding-right: 21px !important;
  }
  .u-p--right--sm--22px {
    padding-right: 22px !important;
  }
  .u-p--right--sm--23px {
    padding-right: 23px !important;
  }
  .u-p--right--sm--24px {
    padding-right: 24px !important;
  }
  .u-p--right--sm--25px {
    padding-right: 25px !important;
  }
  .u-p--right--sm--26px {
    padding-right: 26px !important;
  }
  .u-p--right--sm--27px {
    padding-right: 27px !important;
  }
  .u-p--right--sm--28px {
    padding-right: 28px !important;
  }
  .u-p--right--sm--29px {
    padding-right: 29px !important;
  }
  .u-p--right--sm--30px {
    padding-right: 30px !important;
  }
  .u-p--right--sm--31px {
    padding-right: 31px !important;
  }
  .u-p--right--sm--32px {
    padding-right: 32px !important;
  }
  .u-p--right--sm--33px {
    padding-right: 33px !important;
  }
  .u-p--right--sm--34px {
    padding-right: 34px !important;
  }
  .u-p--right--sm--35px {
    padding-right: 35px !important;
  }
  .u-p--right--sm--36px {
    padding-right: 36px !important;
  }
  .u-p--right--sm--37px {
    padding-right: 37px !important;
  }
  .u-p--right--sm--38px {
    padding-right: 38px !important;
  }
  .u-p--right--sm--39px {
    padding-right: 39px !important;
  }
  .u-p--right--sm--40px {
    padding-right: 40px !important;
  }
  .u-p--right--sm--41px {
    padding-right: 41px !important;
  }
  .u-p--right--sm--42px {
    padding-right: 42px !important;
  }
  .u-p--right--sm--43px {
    padding-right: 43px !important;
  }
  .u-p--right--sm--44px {
    padding-right: 44px !important;
  }
  .u-p--right--sm--45px {
    padding-right: 45px !important;
  }
  .u-p--right--sm--46px {
    padding-right: 46px !important;
  }
  .u-p--right--sm--47px {
    padding-right: 47px !important;
  }
  .u-p--right--sm--48px {
    padding-right: 48px !important;
  }
  .u-p--right--sm--49px {
    padding-right: 49px !important;
  }
  .u-p--right--sm--50px {
    padding-right: 50px !important;
  }
  .u-p--right--sm--51px {
    padding-right: 51px !important;
  }
  .u-p--right--sm--52px {
    padding-right: 52px !important;
  }
  .u-p--right--sm--53px {
    padding-right: 53px !important;
  }
  .u-p--right--sm--54px {
    padding-right: 54px !important;
  }
  .u-p--right--sm--55px {
    padding-right: 55px !important;
  }
  .u-p--right--sm--56px {
    padding-right: 56px !important;
  }
  .u-p--right--sm--57px {
    padding-right: 57px !important;
  }
  .u-p--right--sm--58px {
    padding-right: 58px !important;
  }
  .u-p--right--sm--59px {
    padding-right: 59px !important;
  }
  .u-p--right--sm--60px {
    padding-right: 60px !important;
  }
  .u-p--right--sm--61px {
    padding-right: 61px !important;
  }
  .u-p--right--sm--62px {
    padding-right: 62px !important;
  }
  .u-p--right--sm--63px {
    padding-right: 63px !important;
  }
  .u-p--right--sm--64px {
    padding-right: 64px !important;
  }
  .u-p--right--sm--65px {
    padding-right: 65px !important;
  }
  .u-p--right--sm--66px {
    padding-right: 66px !important;
  }
  .u-p--right--sm--67px {
    padding-right: 67px !important;
  }
  .u-p--right--sm--68px {
    padding-right: 68px !important;
  }
  .u-p--right--sm--69px {
    padding-right: 69px !important;
  }
  .u-p--right--sm--70px {
    padding-right: 70px !important;
  }
  .u-p--right--sm--71px {
    padding-right: 71px !important;
  }
  .u-p--right--sm--72px {
    padding-right: 72px !important;
  }
  .u-p--right--sm--73px {
    padding-right: 73px !important;
  }
  .u-p--right--sm--74px {
    padding-right: 74px !important;
  }
  .u-p--right--sm--75px {
    padding-right: 75px !important;
  }
  .u-p--right--sm--76px {
    padding-right: 76px !important;
  }
  .u-p--right--sm--77px {
    padding-right: 77px !important;
  }
  .u-p--right--sm--78px {
    padding-right: 78px !important;
  }
  .u-p--right--sm--79px {
    padding-right: 79px !important;
  }
  .u-p--right--sm--80px {
    padding-right: 80px !important;
  }
  .u-p--right--sm--81px {
    padding-right: 81px !important;
  }
  .u-p--right--sm--82px {
    padding-right: 82px !important;
  }
  .u-p--right--sm--83px {
    padding-right: 83px !important;
  }
  .u-p--right--sm--84px {
    padding-right: 84px !important;
  }
  .u-p--right--sm--85px {
    padding-right: 85px !important;
  }
  .u-p--right--sm--86px {
    padding-right: 86px !important;
  }
  .u-p--right--sm--87px {
    padding-right: 87px !important;
  }
  .u-p--right--sm--88px {
    padding-right: 88px !important;
  }
  .u-p--right--sm--89px {
    padding-right: 89px !important;
  }
  .u-p--right--sm--90px {
    padding-right: 90px !important;
  }
  .u-p--right--sm--91px {
    padding-right: 91px !important;
  }
  .u-p--right--sm--92px {
    padding-right: 92px !important;
  }
  .u-p--right--sm--93px {
    padding-right: 93px !important;
  }
  .u-p--right--sm--94px {
    padding-right: 94px !important;
  }
  .u-p--right--sm--95px {
    padding-right: 95px !important;
  }
  .u-p--right--sm--96px {
    padding-right: 96px !important;
  }
  .u-p--right--sm--97px {
    padding-right: 97px !important;
  }
  .u-p--right--sm--98px {
    padding-right: 98px !important;
  }
  .u-p--right--sm--99px {
    padding-right: 99px !important;
  }
  .u-p--right--sm--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--right--md--0 {
    padding-right: 0 !important;
  }
  .u-p--right--md--1px {
    padding-right: 1px !important;
  }
  .u-p--right--md--2px {
    padding-right: 2px !important;
  }
  .u-p--right--md--3px {
    padding-right: 3px !important;
  }
  .u-p--right--md--4px {
    padding-right: 4px !important;
  }
  .u-p--right--md--5px {
    padding-right: 5px !important;
  }
  .u-p--right--md--6px {
    padding-right: 6px !important;
  }
  .u-p--right--md--7px {
    padding-right: 7px !important;
  }
  .u-p--right--md--8px {
    padding-right: 8px !important;
  }
  .u-p--right--md--9px {
    padding-right: 9px !important;
  }
  .u-p--right--md--10px {
    padding-right: 10px !important;
  }
  .u-p--right--md--11px {
    padding-right: 11px !important;
  }
  .u-p--right--md--12px {
    padding-right: 12px !important;
  }
  .u-p--right--md--13px {
    padding-right: 13px !important;
  }
  .u-p--right--md--14px {
    padding-right: 14px !important;
  }
  .u-p--right--md--15px {
    padding-right: 15px !important;
  }
  .u-p--right--md--16px {
    padding-right: 16px !important;
  }
  .u-p--right--md--17px {
    padding-right: 17px !important;
  }
  .u-p--right--md--18px {
    padding-right: 18px !important;
  }
  .u-p--right--md--19px {
    padding-right: 19px !important;
  }
  .u-p--right--md--20px {
    padding-right: 20px !important;
  }
  .u-p--right--md--21px {
    padding-right: 21px !important;
  }
  .u-p--right--md--22px {
    padding-right: 22px !important;
  }
  .u-p--right--md--23px {
    padding-right: 23px !important;
  }
  .u-p--right--md--24px {
    padding-right: 24px !important;
  }
  .u-p--right--md--25px {
    padding-right: 25px !important;
  }
  .u-p--right--md--26px {
    padding-right: 26px !important;
  }
  .u-p--right--md--27px {
    padding-right: 27px !important;
  }
  .u-p--right--md--28px {
    padding-right: 28px !important;
  }
  .u-p--right--md--29px {
    padding-right: 29px !important;
  }
  .u-p--right--md--30px {
    padding-right: 30px !important;
  }
  .u-p--right--md--31px {
    padding-right: 31px !important;
  }
  .u-p--right--md--32px {
    padding-right: 32px !important;
  }
  .u-p--right--md--33px {
    padding-right: 33px !important;
  }
  .u-p--right--md--34px {
    padding-right: 34px !important;
  }
  .u-p--right--md--35px {
    padding-right: 35px !important;
  }
  .u-p--right--md--36px {
    padding-right: 36px !important;
  }
  .u-p--right--md--37px {
    padding-right: 37px !important;
  }
  .u-p--right--md--38px {
    padding-right: 38px !important;
  }
  .u-p--right--md--39px {
    padding-right: 39px !important;
  }
  .u-p--right--md--40px {
    padding-right: 40px !important;
  }
  .u-p--right--md--41px {
    padding-right: 41px !important;
  }
  .u-p--right--md--42px {
    padding-right: 42px !important;
  }
  .u-p--right--md--43px {
    padding-right: 43px !important;
  }
  .u-p--right--md--44px {
    padding-right: 44px !important;
  }
  .u-p--right--md--45px {
    padding-right: 45px !important;
  }
  .u-p--right--md--46px {
    padding-right: 46px !important;
  }
  .u-p--right--md--47px {
    padding-right: 47px !important;
  }
  .u-p--right--md--48px {
    padding-right: 48px !important;
  }
  .u-p--right--md--49px {
    padding-right: 49px !important;
  }
  .u-p--right--md--50px {
    padding-right: 50px !important;
  }
  .u-p--right--md--51px {
    padding-right: 51px !important;
  }
  .u-p--right--md--52px {
    padding-right: 52px !important;
  }
  .u-p--right--md--53px {
    padding-right: 53px !important;
  }
  .u-p--right--md--54px {
    padding-right: 54px !important;
  }
  .u-p--right--md--55px {
    padding-right: 55px !important;
  }
  .u-p--right--md--56px {
    padding-right: 56px !important;
  }
  .u-p--right--md--57px {
    padding-right: 57px !important;
  }
  .u-p--right--md--58px {
    padding-right: 58px !important;
  }
  .u-p--right--md--59px {
    padding-right: 59px !important;
  }
  .u-p--right--md--60px {
    padding-right: 60px !important;
  }
  .u-p--right--md--61px {
    padding-right: 61px !important;
  }
  .u-p--right--md--62px {
    padding-right: 62px !important;
  }
  .u-p--right--md--63px {
    padding-right: 63px !important;
  }
  .u-p--right--md--64px {
    padding-right: 64px !important;
  }
  .u-p--right--md--65px {
    padding-right: 65px !important;
  }
  .u-p--right--md--66px {
    padding-right: 66px !important;
  }
  .u-p--right--md--67px {
    padding-right: 67px !important;
  }
  .u-p--right--md--68px {
    padding-right: 68px !important;
  }
  .u-p--right--md--69px {
    padding-right: 69px !important;
  }
  .u-p--right--md--70px {
    padding-right: 70px !important;
  }
  .u-p--right--md--71px {
    padding-right: 71px !important;
  }
  .u-p--right--md--72px {
    padding-right: 72px !important;
  }
  .u-p--right--md--73px {
    padding-right: 73px !important;
  }
  .u-p--right--md--74px {
    padding-right: 74px !important;
  }
  .u-p--right--md--75px {
    padding-right: 75px !important;
  }
  .u-p--right--md--76px {
    padding-right: 76px !important;
  }
  .u-p--right--md--77px {
    padding-right: 77px !important;
  }
  .u-p--right--md--78px {
    padding-right: 78px !important;
  }
  .u-p--right--md--79px {
    padding-right: 79px !important;
  }
  .u-p--right--md--80px {
    padding-right: 80px !important;
  }
  .u-p--right--md--81px {
    padding-right: 81px !important;
  }
  .u-p--right--md--82px {
    padding-right: 82px !important;
  }
  .u-p--right--md--83px {
    padding-right: 83px !important;
  }
  .u-p--right--md--84px {
    padding-right: 84px !important;
  }
  .u-p--right--md--85px {
    padding-right: 85px !important;
  }
  .u-p--right--md--86px {
    padding-right: 86px !important;
  }
  .u-p--right--md--87px {
    padding-right: 87px !important;
  }
  .u-p--right--md--88px {
    padding-right: 88px !important;
  }
  .u-p--right--md--89px {
    padding-right: 89px !important;
  }
  .u-p--right--md--90px {
    padding-right: 90px !important;
  }
  .u-p--right--md--91px {
    padding-right: 91px !important;
  }
  .u-p--right--md--92px {
    padding-right: 92px !important;
  }
  .u-p--right--md--93px {
    padding-right: 93px !important;
  }
  .u-p--right--md--94px {
    padding-right: 94px !important;
  }
  .u-p--right--md--95px {
    padding-right: 95px !important;
  }
  .u-p--right--md--96px {
    padding-right: 96px !important;
  }
  .u-p--right--md--97px {
    padding-right: 97px !important;
  }
  .u-p--right--md--98px {
    padding-right: 98px !important;
  }
  .u-p--right--md--99px {
    padding-right: 99px !important;
  }
  .u-p--right--md--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--right--lg--0 {
    padding-right: 0 !important;
  }
  .u-p--right--lg--1px {
    padding-right: 1px !important;
  }
  .u-p--right--lg--2px {
    padding-right: 2px !important;
  }
  .u-p--right--lg--3px {
    padding-right: 3px !important;
  }
  .u-p--right--lg--4px {
    padding-right: 4px !important;
  }
  .u-p--right--lg--5px {
    padding-right: 5px !important;
  }
  .u-p--right--lg--6px {
    padding-right: 6px !important;
  }
  .u-p--right--lg--7px {
    padding-right: 7px !important;
  }
  .u-p--right--lg--8px {
    padding-right: 8px !important;
  }
  .u-p--right--lg--9px {
    padding-right: 9px !important;
  }
  .u-p--right--lg--10px {
    padding-right: 10px !important;
  }
  .u-p--right--lg--11px {
    padding-right: 11px !important;
  }
  .u-p--right--lg--12px {
    padding-right: 12px !important;
  }
  .u-p--right--lg--13px {
    padding-right: 13px !important;
  }
  .u-p--right--lg--14px {
    padding-right: 14px !important;
  }
  .u-p--right--lg--15px {
    padding-right: 15px !important;
  }
  .u-p--right--lg--16px {
    padding-right: 16px !important;
  }
  .u-p--right--lg--17px {
    padding-right: 17px !important;
  }
  .u-p--right--lg--18px {
    padding-right: 18px !important;
  }
  .u-p--right--lg--19px {
    padding-right: 19px !important;
  }
  .u-p--right--lg--20px {
    padding-right: 20px !important;
  }
  .u-p--right--lg--21px {
    padding-right: 21px !important;
  }
  .u-p--right--lg--22px {
    padding-right: 22px !important;
  }
  .u-p--right--lg--23px {
    padding-right: 23px !important;
  }
  .u-p--right--lg--24px {
    padding-right: 24px !important;
  }
  .u-p--right--lg--25px {
    padding-right: 25px !important;
  }
  .u-p--right--lg--26px {
    padding-right: 26px !important;
  }
  .u-p--right--lg--27px {
    padding-right: 27px !important;
  }
  .u-p--right--lg--28px {
    padding-right: 28px !important;
  }
  .u-p--right--lg--29px {
    padding-right: 29px !important;
  }
  .u-p--right--lg--30px {
    padding-right: 30px !important;
  }
  .u-p--right--lg--31px {
    padding-right: 31px !important;
  }
  .u-p--right--lg--32px {
    padding-right: 32px !important;
  }
  .u-p--right--lg--33px {
    padding-right: 33px !important;
  }
  .u-p--right--lg--34px {
    padding-right: 34px !important;
  }
  .u-p--right--lg--35px {
    padding-right: 35px !important;
  }
  .u-p--right--lg--36px {
    padding-right: 36px !important;
  }
  .u-p--right--lg--37px {
    padding-right: 37px !important;
  }
  .u-p--right--lg--38px {
    padding-right: 38px !important;
  }
  .u-p--right--lg--39px {
    padding-right: 39px !important;
  }
  .u-p--right--lg--40px {
    padding-right: 40px !important;
  }
  .u-p--right--lg--41px {
    padding-right: 41px !important;
  }
  .u-p--right--lg--42px {
    padding-right: 42px !important;
  }
  .u-p--right--lg--43px {
    padding-right: 43px !important;
  }
  .u-p--right--lg--44px {
    padding-right: 44px !important;
  }
  .u-p--right--lg--45px {
    padding-right: 45px !important;
  }
  .u-p--right--lg--46px {
    padding-right: 46px !important;
  }
  .u-p--right--lg--47px {
    padding-right: 47px !important;
  }
  .u-p--right--lg--48px {
    padding-right: 48px !important;
  }
  .u-p--right--lg--49px {
    padding-right: 49px !important;
  }
  .u-p--right--lg--50px {
    padding-right: 50px !important;
  }
  .u-p--right--lg--51px {
    padding-right: 51px !important;
  }
  .u-p--right--lg--52px {
    padding-right: 52px !important;
  }
  .u-p--right--lg--53px {
    padding-right: 53px !important;
  }
  .u-p--right--lg--54px {
    padding-right: 54px !important;
  }
  .u-p--right--lg--55px {
    padding-right: 55px !important;
  }
  .u-p--right--lg--56px {
    padding-right: 56px !important;
  }
  .u-p--right--lg--57px {
    padding-right: 57px !important;
  }
  .u-p--right--lg--58px {
    padding-right: 58px !important;
  }
  .u-p--right--lg--59px {
    padding-right: 59px !important;
  }
  .u-p--right--lg--60px {
    padding-right: 60px !important;
  }
  .u-p--right--lg--61px {
    padding-right: 61px !important;
  }
  .u-p--right--lg--62px {
    padding-right: 62px !important;
  }
  .u-p--right--lg--63px {
    padding-right: 63px !important;
  }
  .u-p--right--lg--64px {
    padding-right: 64px !important;
  }
  .u-p--right--lg--65px {
    padding-right: 65px !important;
  }
  .u-p--right--lg--66px {
    padding-right: 66px !important;
  }
  .u-p--right--lg--67px {
    padding-right: 67px !important;
  }
  .u-p--right--lg--68px {
    padding-right: 68px !important;
  }
  .u-p--right--lg--69px {
    padding-right: 69px !important;
  }
  .u-p--right--lg--70px {
    padding-right: 70px !important;
  }
  .u-p--right--lg--71px {
    padding-right: 71px !important;
  }
  .u-p--right--lg--72px {
    padding-right: 72px !important;
  }
  .u-p--right--lg--73px {
    padding-right: 73px !important;
  }
  .u-p--right--lg--74px {
    padding-right: 74px !important;
  }
  .u-p--right--lg--75px {
    padding-right: 75px !important;
  }
  .u-p--right--lg--76px {
    padding-right: 76px !important;
  }
  .u-p--right--lg--77px {
    padding-right: 77px !important;
  }
  .u-p--right--lg--78px {
    padding-right: 78px !important;
  }
  .u-p--right--lg--79px {
    padding-right: 79px !important;
  }
  .u-p--right--lg--80px {
    padding-right: 80px !important;
  }
  .u-p--right--lg--81px {
    padding-right: 81px !important;
  }
  .u-p--right--lg--82px {
    padding-right: 82px !important;
  }
  .u-p--right--lg--83px {
    padding-right: 83px !important;
  }
  .u-p--right--lg--84px {
    padding-right: 84px !important;
  }
  .u-p--right--lg--85px {
    padding-right: 85px !important;
  }
  .u-p--right--lg--86px {
    padding-right: 86px !important;
  }
  .u-p--right--lg--87px {
    padding-right: 87px !important;
  }
  .u-p--right--lg--88px {
    padding-right: 88px !important;
  }
  .u-p--right--lg--89px {
    padding-right: 89px !important;
  }
  .u-p--right--lg--90px {
    padding-right: 90px !important;
  }
  .u-p--right--lg--91px {
    padding-right: 91px !important;
  }
  .u-p--right--lg--92px {
    padding-right: 92px !important;
  }
  .u-p--right--lg--93px {
    padding-right: 93px !important;
  }
  .u-p--right--lg--94px {
    padding-right: 94px !important;
  }
  .u-p--right--lg--95px {
    padding-right: 95px !important;
  }
  .u-p--right--lg--96px {
    padding-right: 96px !important;
  }
  .u-p--right--lg--97px {
    padding-right: 97px !important;
  }
  .u-p--right--lg--98px {
    padding-right: 98px !important;
  }
  .u-p--right--lg--99px {
    padding-right: 99px !important;
  }
  .u-p--right--lg--100px {
    padding-right: 100px !important;
  }
}
.u-p--bottom--0 {
  padding-bottom: 0 !important;
}
.u-p--bottom--1px {
  padding-bottom: 1px !important;
}
.u-p--bottom--2px {
  padding-bottom: 2px !important;
}
.u-p--bottom--3px {
  padding-bottom: 3px !important;
}
.u-p--bottom--4px {
  padding-bottom: 4px !important;
}
.u-p--bottom--5px {
  padding-bottom: 5px !important;
}
.u-p--bottom--6px {
  padding-bottom: 6px !important;
}
.u-p--bottom--7px {
  padding-bottom: 7px !important;
}
.u-p--bottom--8px {
  padding-bottom: 8px !important;
}
.u-p--bottom--9px {
  padding-bottom: 9px !important;
}
.u-p--bottom--10px {
  padding-bottom: 10px !important;
}
.u-p--bottom--11px {
  padding-bottom: 11px !important;
}
.u-p--bottom--12px {
  padding-bottom: 12px !important;
}
.u-p--bottom--13px {
  padding-bottom: 13px !important;
}
.u-p--bottom--14px {
  padding-bottom: 14px !important;
}
.u-p--bottom--15px {
  padding-bottom: 15px !important;
}
.u-p--bottom--16px {
  padding-bottom: 16px !important;
}
.u-p--bottom--17px {
  padding-bottom: 17px !important;
}
.u-p--bottom--18px {
  padding-bottom: 18px !important;
}
.u-p--bottom--19px {
  padding-bottom: 19px !important;
}
.u-p--bottom--20px {
  padding-bottom: 20px !important;
}
.u-p--bottom--21px {
  padding-bottom: 21px !important;
}
.u-p--bottom--22px {
  padding-bottom: 22px !important;
}
.u-p--bottom--23px {
  padding-bottom: 23px !important;
}
.u-p--bottom--24px {
  padding-bottom: 24px !important;
}
.u-p--bottom--25px {
  padding-bottom: 25px !important;
}
.u-p--bottom--26px {
  padding-bottom: 26px !important;
}
.u-p--bottom--27px {
  padding-bottom: 27px !important;
}
.u-p--bottom--28px {
  padding-bottom: 28px !important;
}
.u-p--bottom--29px {
  padding-bottom: 29px !important;
}
.u-p--bottom--30px {
  padding-bottom: 30px !important;
}
.u-p--bottom--31px {
  padding-bottom: 31px !important;
}
.u-p--bottom--32px {
  padding-bottom: 32px !important;
}
.u-p--bottom--33px {
  padding-bottom: 33px !important;
}
.u-p--bottom--34px {
  padding-bottom: 34px !important;
}
.u-p--bottom--35px {
  padding-bottom: 35px !important;
}
.u-p--bottom--36px {
  padding-bottom: 36px !important;
}
.u-p--bottom--37px {
  padding-bottom: 37px !important;
}
.u-p--bottom--38px {
  padding-bottom: 38px !important;
}
.u-p--bottom--39px {
  padding-bottom: 39px !important;
}
.u-p--bottom--40px {
  padding-bottom: 40px !important;
}
.u-p--bottom--41px {
  padding-bottom: 41px !important;
}
.u-p--bottom--42px {
  padding-bottom: 42px !important;
}
.u-p--bottom--43px {
  padding-bottom: 43px !important;
}
.u-p--bottom--44px {
  padding-bottom: 44px !important;
}
.u-p--bottom--45px {
  padding-bottom: 45px !important;
}
.u-p--bottom--46px {
  padding-bottom: 46px !important;
}
.u-p--bottom--47px {
  padding-bottom: 47px !important;
}
.u-p--bottom--48px {
  padding-bottom: 48px !important;
}
.u-p--bottom--49px {
  padding-bottom: 49px !important;
}
.u-p--bottom--50px {
  padding-bottom: 50px !important;
}
.u-p--bottom--51px {
  padding-bottom: 51px !important;
}
.u-p--bottom--52px {
  padding-bottom: 52px !important;
}
.u-p--bottom--53px {
  padding-bottom: 53px !important;
}
.u-p--bottom--54px {
  padding-bottom: 54px !important;
}
.u-p--bottom--55px {
  padding-bottom: 55px !important;
}
.u-p--bottom--56px {
  padding-bottom: 56px !important;
}
.u-p--bottom--57px {
  padding-bottom: 57px !important;
}
.u-p--bottom--58px {
  padding-bottom: 58px !important;
}
.u-p--bottom--59px {
  padding-bottom: 59px !important;
}
.u-p--bottom--60px {
  padding-bottom: 60px !important;
}
.u-p--bottom--61px {
  padding-bottom: 61px !important;
}
.u-p--bottom--62px {
  padding-bottom: 62px !important;
}
.u-p--bottom--63px {
  padding-bottom: 63px !important;
}
.u-p--bottom--64px {
  padding-bottom: 64px !important;
}
.u-p--bottom--65px {
  padding-bottom: 65px !important;
}
.u-p--bottom--66px {
  padding-bottom: 66px !important;
}
.u-p--bottom--67px {
  padding-bottom: 67px !important;
}
.u-p--bottom--68px {
  padding-bottom: 68px !important;
}
.u-p--bottom--69px {
  padding-bottom: 69px !important;
}
.u-p--bottom--70px {
  padding-bottom: 70px !important;
}
.u-p--bottom--71px {
  padding-bottom: 71px !important;
}
.u-p--bottom--72px {
  padding-bottom: 72px !important;
}
.u-p--bottom--73px {
  padding-bottom: 73px !important;
}
.u-p--bottom--74px {
  padding-bottom: 74px !important;
}
.u-p--bottom--75px {
  padding-bottom: 75px !important;
}
.u-p--bottom--76px {
  padding-bottom: 76px !important;
}
.u-p--bottom--77px {
  padding-bottom: 77px !important;
}
.u-p--bottom--78px {
  padding-bottom: 78px !important;
}
.u-p--bottom--79px {
  padding-bottom: 79px !important;
}
.u-p--bottom--80px {
  padding-bottom: 80px !important;
}
.u-p--bottom--81px {
  padding-bottom: 81px !important;
}
.u-p--bottom--82px {
  padding-bottom: 82px !important;
}
.u-p--bottom--83px {
  padding-bottom: 83px !important;
}
.u-p--bottom--84px {
  padding-bottom: 84px !important;
}
.u-p--bottom--85px {
  padding-bottom: 85px !important;
}
.u-p--bottom--86px {
  padding-bottom: 86px !important;
}
.u-p--bottom--87px {
  padding-bottom: 87px !important;
}
.u-p--bottom--88px {
  padding-bottom: 88px !important;
}
.u-p--bottom--89px {
  padding-bottom: 89px !important;
}
.u-p--bottom--90px {
  padding-bottom: 90px !important;
}
.u-p--bottom--91px {
  padding-bottom: 91px !important;
}
.u-p--bottom--92px {
  padding-bottom: 92px !important;
}
.u-p--bottom--93px {
  padding-bottom: 93px !important;
}
.u-p--bottom--94px {
  padding-bottom: 94px !important;
}
.u-p--bottom--95px {
  padding-bottom: 95px !important;
}
.u-p--bottom--96px {
  padding-bottom: 96px !important;
}
.u-p--bottom--97px {
  padding-bottom: 97px !important;
}
.u-p--bottom--98px {
  padding-bottom: 98px !important;
}
.u-p--bottom--99px {
  padding-bottom: 99px !important;
}
.u-p--bottom--100px {
  padding-bottom: 100px !important;
}
@media (max-width: 480px) {
  .u-p--bottom--sm--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--sm--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--sm--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--sm--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--sm--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--sm--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--sm--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--sm--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--sm--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--sm--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--sm--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--sm--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--sm--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--sm--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--sm--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--sm--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--sm--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--sm--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--sm--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--sm--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--sm--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--sm--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--sm--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--sm--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--sm--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--sm--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--sm--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--sm--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--sm--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--sm--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--sm--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--sm--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--sm--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--sm--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--sm--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--sm--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--sm--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--sm--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--sm--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--sm--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--sm--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--sm--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--sm--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--sm--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--sm--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--sm--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--sm--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--sm--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--sm--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--sm--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--sm--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--sm--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--sm--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--sm--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--sm--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--sm--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--sm--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--sm--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--sm--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--sm--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--sm--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--sm--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--sm--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--sm--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--sm--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--sm--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--sm--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--sm--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--sm--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--sm--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--sm--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--sm--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--sm--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--sm--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--sm--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--sm--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--sm--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--sm--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--sm--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--sm--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--sm--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--sm--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--sm--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--sm--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--sm--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--sm--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--sm--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--sm--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--sm--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--sm--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--sm--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--sm--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--sm--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--sm--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--sm--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--sm--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--sm--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--sm--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--sm--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--sm--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--sm--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--bottom--md--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--md--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--md--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--md--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--md--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--md--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--md--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--md--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--md--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--md--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--md--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--md--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--md--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--md--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--md--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--md--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--md--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--md--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--md--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--md--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--md--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--md--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--md--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--md--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--md--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--md--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--md--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--md--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--md--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--md--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--md--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--md--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--md--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--md--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--md--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--md--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--md--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--md--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--md--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--md--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--md--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--md--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--md--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--md--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--md--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--md--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--md--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--md--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--md--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--md--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--md--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--md--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--md--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--md--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--md--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--md--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--md--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--md--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--md--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--md--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--md--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--md--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--md--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--md--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--md--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--md--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--md--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--md--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--md--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--md--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--md--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--md--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--md--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--md--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--md--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--md--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--md--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--md--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--md--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--md--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--md--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--md--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--md--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--md--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--md--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--md--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--md--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--md--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--md--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--md--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--md--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--md--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--md--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--md--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--md--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--md--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--md--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--md--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--md--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--md--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--md--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--bottom--lg--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--lg--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--lg--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--lg--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--lg--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--lg--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--lg--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--lg--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--lg--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--lg--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--lg--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--lg--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--lg--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--lg--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--lg--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--lg--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--lg--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--lg--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--lg--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--lg--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--lg--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--lg--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--lg--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--lg--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--lg--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--lg--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--lg--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--lg--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--lg--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--lg--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--lg--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--lg--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--lg--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--lg--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--lg--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--lg--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--lg--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--lg--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--lg--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--lg--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--lg--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--lg--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--lg--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--lg--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--lg--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--lg--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--lg--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--lg--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--lg--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--lg--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--lg--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--lg--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--lg--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--lg--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--lg--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--lg--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--lg--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--lg--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--lg--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--lg--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--lg--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--lg--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--lg--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--lg--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--lg--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--lg--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--lg--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--lg--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--lg--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--lg--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--lg--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--lg--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--lg--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--lg--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--lg--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--lg--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--lg--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--lg--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--lg--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--lg--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--lg--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--lg--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--lg--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--lg--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--lg--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--lg--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--lg--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--lg--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--lg--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--lg--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--lg--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--lg--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--lg--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--lg--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--lg--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--lg--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--lg--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--lg--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--lg--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--lg--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--lg--100px {
    padding-bottom: 100px !important;
  }
}
.u-p--left--0 {
  padding-left: 0 !important;
}
.u-p--left--1px {
  padding-left: 1px !important;
}
.u-p--left--2px {
  padding-left: 2px !important;
}
.u-p--left--3px {
  padding-left: 3px !important;
}
.u-p--left--4px {
  padding-left: 4px !important;
}
.u-p--left--5px {
  padding-left: 5px !important;
}
.u-p--left--6px {
  padding-left: 6px !important;
}
.u-p--left--7px {
  padding-left: 7px !important;
}
.u-p--left--8px {
  padding-left: 8px !important;
}
.u-p--left--9px {
  padding-left: 9px !important;
}
.u-p--left--10px {
  padding-left: 10px !important;
}
.u-p--left--11px {
  padding-left: 11px !important;
}
.u-p--left--12px {
  padding-left: 12px !important;
}
.u-p--left--13px {
  padding-left: 13px !important;
}
.u-p--left--14px {
  padding-left: 14px !important;
}
.u-p--left--15px {
  padding-left: 15px !important;
}
.u-p--left--16px {
  padding-left: 16px !important;
}
.u-p--left--17px {
  padding-left: 17px !important;
}
.u-p--left--18px {
  padding-left: 18px !important;
}
.u-p--left--19px {
  padding-left: 19px !important;
}
.u-p--left--20px {
  padding-left: 20px !important;
}
.u-p--left--21px {
  padding-left: 21px !important;
}
.u-p--left--22px {
  padding-left: 22px !important;
}
.u-p--left--23px {
  padding-left: 23px !important;
}
.u-p--left--24px {
  padding-left: 24px !important;
}
.u-p--left--25px {
  padding-left: 25px !important;
}
.u-p--left--26px {
  padding-left: 26px !important;
}
.u-p--left--27px {
  padding-left: 27px !important;
}
.u-p--left--28px {
  padding-left: 28px !important;
}
.u-p--left--29px {
  padding-left: 29px !important;
}
.u-p--left--30px {
  padding-left: 30px !important;
}
.u-p--left--31px {
  padding-left: 31px !important;
}
.u-p--left--32px {
  padding-left: 32px !important;
}
.u-p--left--33px {
  padding-left: 33px !important;
}
.u-p--left--34px {
  padding-left: 34px !important;
}
.u-p--left--35px {
  padding-left: 35px !important;
}
.u-p--left--36px {
  padding-left: 36px !important;
}
.u-p--left--37px {
  padding-left: 37px !important;
}
.u-p--left--38px {
  padding-left: 38px !important;
}
.u-p--left--39px {
  padding-left: 39px !important;
}
.u-p--left--40px {
  padding-left: 40px !important;
}
.u-p--left--41px {
  padding-left: 41px !important;
}
.u-p--left--42px {
  padding-left: 42px !important;
}
.u-p--left--43px {
  padding-left: 43px !important;
}
.u-p--left--44px {
  padding-left: 44px !important;
}
.u-p--left--45px {
  padding-left: 45px !important;
}
.u-p--left--46px {
  padding-left: 46px !important;
}
.u-p--left--47px {
  padding-left: 47px !important;
}
.u-p--left--48px {
  padding-left: 48px !important;
}
.u-p--left--49px {
  padding-left: 49px !important;
}
.u-p--left--50px {
  padding-left: 50px !important;
}
.u-p--left--51px {
  padding-left: 51px !important;
}
.u-p--left--52px {
  padding-left: 52px !important;
}
.u-p--left--53px {
  padding-left: 53px !important;
}
.u-p--left--54px {
  padding-left: 54px !important;
}
.u-p--left--55px {
  padding-left: 55px !important;
}
.u-p--left--56px {
  padding-left: 56px !important;
}
.u-p--left--57px {
  padding-left: 57px !important;
}
.u-p--left--58px {
  padding-left: 58px !important;
}
.u-p--left--59px {
  padding-left: 59px !important;
}
.u-p--left--60px {
  padding-left: 60px !important;
}
.u-p--left--61px {
  padding-left: 61px !important;
}
.u-p--left--62px {
  padding-left: 62px !important;
}
.u-p--left--63px {
  padding-left: 63px !important;
}
.u-p--left--64px {
  padding-left: 64px !important;
}
.u-p--left--65px {
  padding-left: 65px !important;
}
.u-p--left--66px {
  padding-left: 66px !important;
}
.u-p--left--67px {
  padding-left: 67px !important;
}
.u-p--left--68px {
  padding-left: 68px !important;
}
.u-p--left--69px {
  padding-left: 69px !important;
}
.u-p--left--70px {
  padding-left: 70px !important;
}
.u-p--left--71px {
  padding-left: 71px !important;
}
.u-p--left--72px {
  padding-left: 72px !important;
}
.u-p--left--73px {
  padding-left: 73px !important;
}
.u-p--left--74px {
  padding-left: 74px !important;
}
.u-p--left--75px {
  padding-left: 75px !important;
}
.u-p--left--76px {
  padding-left: 76px !important;
}
.u-p--left--77px {
  padding-left: 77px !important;
}
.u-p--left--78px {
  padding-left: 78px !important;
}
.u-p--left--79px {
  padding-left: 79px !important;
}
.u-p--left--80px {
  padding-left: 80px !important;
}
.u-p--left--81px {
  padding-left: 81px !important;
}
.u-p--left--82px {
  padding-left: 82px !important;
}
.u-p--left--83px {
  padding-left: 83px !important;
}
.u-p--left--84px {
  padding-left: 84px !important;
}
.u-p--left--85px {
  padding-left: 85px !important;
}
.u-p--left--86px {
  padding-left: 86px !important;
}
.u-p--left--87px {
  padding-left: 87px !important;
}
.u-p--left--88px {
  padding-left: 88px !important;
}
.u-p--left--89px {
  padding-left: 89px !important;
}
.u-p--left--90px {
  padding-left: 90px !important;
}
.u-p--left--91px {
  padding-left: 91px !important;
}
.u-p--left--92px {
  padding-left: 92px !important;
}
.u-p--left--93px {
  padding-left: 93px !important;
}
.u-p--left--94px {
  padding-left: 94px !important;
}
.u-p--left--95px {
  padding-left: 95px !important;
}
.u-p--left--96px {
  padding-left: 96px !important;
}
.u-p--left--97px {
  padding-left: 97px !important;
}
.u-p--left--98px {
  padding-left: 98px !important;
}
.u-p--left--99px {
  padding-left: 99px !important;
}
.u-p--left--100px {
  padding-left: 100px !important;
}
@media (max-width: 480px) {
  .u-p--left--sm--0 {
    padding-left: 0 !important;
  }
  .u-p--left--sm--1px {
    padding-left: 1px !important;
  }
  .u-p--left--sm--2px {
    padding-left: 2px !important;
  }
  .u-p--left--sm--3px {
    padding-left: 3px !important;
  }
  .u-p--left--sm--4px {
    padding-left: 4px !important;
  }
  .u-p--left--sm--5px {
    padding-left: 5px !important;
  }
  .u-p--left--sm--6px {
    padding-left: 6px !important;
  }
  .u-p--left--sm--7px {
    padding-left: 7px !important;
  }
  .u-p--left--sm--8px {
    padding-left: 8px !important;
  }
  .u-p--left--sm--9px {
    padding-left: 9px !important;
  }
  .u-p--left--sm--10px {
    padding-left: 10px !important;
  }
  .u-p--left--sm--11px {
    padding-left: 11px !important;
  }
  .u-p--left--sm--12px {
    padding-left: 12px !important;
  }
  .u-p--left--sm--13px {
    padding-left: 13px !important;
  }
  .u-p--left--sm--14px {
    padding-left: 14px !important;
  }
  .u-p--left--sm--15px {
    padding-left: 15px !important;
  }
  .u-p--left--sm--16px {
    padding-left: 16px !important;
  }
  .u-p--left--sm--17px {
    padding-left: 17px !important;
  }
  .u-p--left--sm--18px {
    padding-left: 18px !important;
  }
  .u-p--left--sm--19px {
    padding-left: 19px !important;
  }
  .u-p--left--sm--20px {
    padding-left: 20px !important;
  }
  .u-p--left--sm--21px {
    padding-left: 21px !important;
  }
  .u-p--left--sm--22px {
    padding-left: 22px !important;
  }
  .u-p--left--sm--23px {
    padding-left: 23px !important;
  }
  .u-p--left--sm--24px {
    padding-left: 24px !important;
  }
  .u-p--left--sm--25px {
    padding-left: 25px !important;
  }
  .u-p--left--sm--26px {
    padding-left: 26px !important;
  }
  .u-p--left--sm--27px {
    padding-left: 27px !important;
  }
  .u-p--left--sm--28px {
    padding-left: 28px !important;
  }
  .u-p--left--sm--29px {
    padding-left: 29px !important;
  }
  .u-p--left--sm--30px {
    padding-left: 30px !important;
  }
  .u-p--left--sm--31px {
    padding-left: 31px !important;
  }
  .u-p--left--sm--32px {
    padding-left: 32px !important;
  }
  .u-p--left--sm--33px {
    padding-left: 33px !important;
  }
  .u-p--left--sm--34px {
    padding-left: 34px !important;
  }
  .u-p--left--sm--35px {
    padding-left: 35px !important;
  }
  .u-p--left--sm--36px {
    padding-left: 36px !important;
  }
  .u-p--left--sm--37px {
    padding-left: 37px !important;
  }
  .u-p--left--sm--38px {
    padding-left: 38px !important;
  }
  .u-p--left--sm--39px {
    padding-left: 39px !important;
  }
  .u-p--left--sm--40px {
    padding-left: 40px !important;
  }
  .u-p--left--sm--41px {
    padding-left: 41px !important;
  }
  .u-p--left--sm--42px {
    padding-left: 42px !important;
  }
  .u-p--left--sm--43px {
    padding-left: 43px !important;
  }
  .u-p--left--sm--44px {
    padding-left: 44px !important;
  }
  .u-p--left--sm--45px {
    padding-left: 45px !important;
  }
  .u-p--left--sm--46px {
    padding-left: 46px !important;
  }
  .u-p--left--sm--47px {
    padding-left: 47px !important;
  }
  .u-p--left--sm--48px {
    padding-left: 48px !important;
  }
  .u-p--left--sm--49px {
    padding-left: 49px !important;
  }
  .u-p--left--sm--50px {
    padding-left: 50px !important;
  }
  .u-p--left--sm--51px {
    padding-left: 51px !important;
  }
  .u-p--left--sm--52px {
    padding-left: 52px !important;
  }
  .u-p--left--sm--53px {
    padding-left: 53px !important;
  }
  .u-p--left--sm--54px {
    padding-left: 54px !important;
  }
  .u-p--left--sm--55px {
    padding-left: 55px !important;
  }
  .u-p--left--sm--56px {
    padding-left: 56px !important;
  }
  .u-p--left--sm--57px {
    padding-left: 57px !important;
  }
  .u-p--left--sm--58px {
    padding-left: 58px !important;
  }
  .u-p--left--sm--59px {
    padding-left: 59px !important;
  }
  .u-p--left--sm--60px {
    padding-left: 60px !important;
  }
  .u-p--left--sm--61px {
    padding-left: 61px !important;
  }
  .u-p--left--sm--62px {
    padding-left: 62px !important;
  }
  .u-p--left--sm--63px {
    padding-left: 63px !important;
  }
  .u-p--left--sm--64px {
    padding-left: 64px !important;
  }
  .u-p--left--sm--65px {
    padding-left: 65px !important;
  }
  .u-p--left--sm--66px {
    padding-left: 66px !important;
  }
  .u-p--left--sm--67px {
    padding-left: 67px !important;
  }
  .u-p--left--sm--68px {
    padding-left: 68px !important;
  }
  .u-p--left--sm--69px {
    padding-left: 69px !important;
  }
  .u-p--left--sm--70px {
    padding-left: 70px !important;
  }
  .u-p--left--sm--71px {
    padding-left: 71px !important;
  }
  .u-p--left--sm--72px {
    padding-left: 72px !important;
  }
  .u-p--left--sm--73px {
    padding-left: 73px !important;
  }
  .u-p--left--sm--74px {
    padding-left: 74px !important;
  }
  .u-p--left--sm--75px {
    padding-left: 75px !important;
  }
  .u-p--left--sm--76px {
    padding-left: 76px !important;
  }
  .u-p--left--sm--77px {
    padding-left: 77px !important;
  }
  .u-p--left--sm--78px {
    padding-left: 78px !important;
  }
  .u-p--left--sm--79px {
    padding-left: 79px !important;
  }
  .u-p--left--sm--80px {
    padding-left: 80px !important;
  }
  .u-p--left--sm--81px {
    padding-left: 81px !important;
  }
  .u-p--left--sm--82px {
    padding-left: 82px !important;
  }
  .u-p--left--sm--83px {
    padding-left: 83px !important;
  }
  .u-p--left--sm--84px {
    padding-left: 84px !important;
  }
  .u-p--left--sm--85px {
    padding-left: 85px !important;
  }
  .u-p--left--sm--86px {
    padding-left: 86px !important;
  }
  .u-p--left--sm--87px {
    padding-left: 87px !important;
  }
  .u-p--left--sm--88px {
    padding-left: 88px !important;
  }
  .u-p--left--sm--89px {
    padding-left: 89px !important;
  }
  .u-p--left--sm--90px {
    padding-left: 90px !important;
  }
  .u-p--left--sm--91px {
    padding-left: 91px !important;
  }
  .u-p--left--sm--92px {
    padding-left: 92px !important;
  }
  .u-p--left--sm--93px {
    padding-left: 93px !important;
  }
  .u-p--left--sm--94px {
    padding-left: 94px !important;
  }
  .u-p--left--sm--95px {
    padding-left: 95px !important;
  }
  .u-p--left--sm--96px {
    padding-left: 96px !important;
  }
  .u-p--left--sm--97px {
    padding-left: 97px !important;
  }
  .u-p--left--sm--98px {
    padding-left: 98px !important;
  }
  .u-p--left--sm--99px {
    padding-left: 99px !important;
  }
  .u-p--left--sm--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--left--md--0 {
    padding-left: 0 !important;
  }
  .u-p--left--md--1px {
    padding-left: 1px !important;
  }
  .u-p--left--md--2px {
    padding-left: 2px !important;
  }
  .u-p--left--md--3px {
    padding-left: 3px !important;
  }
  .u-p--left--md--4px {
    padding-left: 4px !important;
  }
  .u-p--left--md--5px {
    padding-left: 5px !important;
  }
  .u-p--left--md--6px {
    padding-left: 6px !important;
  }
  .u-p--left--md--7px {
    padding-left: 7px !important;
  }
  .u-p--left--md--8px {
    padding-left: 8px !important;
  }
  .u-p--left--md--9px {
    padding-left: 9px !important;
  }
  .u-p--left--md--10px {
    padding-left: 10px !important;
  }
  .u-p--left--md--11px {
    padding-left: 11px !important;
  }
  .u-p--left--md--12px {
    padding-left: 12px !important;
  }
  .u-p--left--md--13px {
    padding-left: 13px !important;
  }
  .u-p--left--md--14px {
    padding-left: 14px !important;
  }
  .u-p--left--md--15px {
    padding-left: 15px !important;
  }
  .u-p--left--md--16px {
    padding-left: 16px !important;
  }
  .u-p--left--md--17px {
    padding-left: 17px !important;
  }
  .u-p--left--md--18px {
    padding-left: 18px !important;
  }
  .u-p--left--md--19px {
    padding-left: 19px !important;
  }
  .u-p--left--md--20px {
    padding-left: 20px !important;
  }
  .u-p--left--md--21px {
    padding-left: 21px !important;
  }
  .u-p--left--md--22px {
    padding-left: 22px !important;
  }
  .u-p--left--md--23px {
    padding-left: 23px !important;
  }
  .u-p--left--md--24px {
    padding-left: 24px !important;
  }
  .u-p--left--md--25px {
    padding-left: 25px !important;
  }
  .u-p--left--md--26px {
    padding-left: 26px !important;
  }
  .u-p--left--md--27px {
    padding-left: 27px !important;
  }
  .u-p--left--md--28px {
    padding-left: 28px !important;
  }
  .u-p--left--md--29px {
    padding-left: 29px !important;
  }
  .u-p--left--md--30px {
    padding-left: 30px !important;
  }
  .u-p--left--md--31px {
    padding-left: 31px !important;
  }
  .u-p--left--md--32px {
    padding-left: 32px !important;
  }
  .u-p--left--md--33px {
    padding-left: 33px !important;
  }
  .u-p--left--md--34px {
    padding-left: 34px !important;
  }
  .u-p--left--md--35px {
    padding-left: 35px !important;
  }
  .u-p--left--md--36px {
    padding-left: 36px !important;
  }
  .u-p--left--md--37px {
    padding-left: 37px !important;
  }
  .u-p--left--md--38px {
    padding-left: 38px !important;
  }
  .u-p--left--md--39px {
    padding-left: 39px !important;
  }
  .u-p--left--md--40px {
    padding-left: 40px !important;
  }
  .u-p--left--md--41px {
    padding-left: 41px !important;
  }
  .u-p--left--md--42px {
    padding-left: 42px !important;
  }
  .u-p--left--md--43px {
    padding-left: 43px !important;
  }
  .u-p--left--md--44px {
    padding-left: 44px !important;
  }
  .u-p--left--md--45px {
    padding-left: 45px !important;
  }
  .u-p--left--md--46px {
    padding-left: 46px !important;
  }
  .u-p--left--md--47px {
    padding-left: 47px !important;
  }
  .u-p--left--md--48px {
    padding-left: 48px !important;
  }
  .u-p--left--md--49px {
    padding-left: 49px !important;
  }
  .u-p--left--md--50px {
    padding-left: 50px !important;
  }
  .u-p--left--md--51px {
    padding-left: 51px !important;
  }
  .u-p--left--md--52px {
    padding-left: 52px !important;
  }
  .u-p--left--md--53px {
    padding-left: 53px !important;
  }
  .u-p--left--md--54px {
    padding-left: 54px !important;
  }
  .u-p--left--md--55px {
    padding-left: 55px !important;
  }
  .u-p--left--md--56px {
    padding-left: 56px !important;
  }
  .u-p--left--md--57px {
    padding-left: 57px !important;
  }
  .u-p--left--md--58px {
    padding-left: 58px !important;
  }
  .u-p--left--md--59px {
    padding-left: 59px !important;
  }
  .u-p--left--md--60px {
    padding-left: 60px !important;
  }
  .u-p--left--md--61px {
    padding-left: 61px !important;
  }
  .u-p--left--md--62px {
    padding-left: 62px !important;
  }
  .u-p--left--md--63px {
    padding-left: 63px !important;
  }
  .u-p--left--md--64px {
    padding-left: 64px !important;
  }
  .u-p--left--md--65px {
    padding-left: 65px !important;
  }
  .u-p--left--md--66px {
    padding-left: 66px !important;
  }
  .u-p--left--md--67px {
    padding-left: 67px !important;
  }
  .u-p--left--md--68px {
    padding-left: 68px !important;
  }
  .u-p--left--md--69px {
    padding-left: 69px !important;
  }
  .u-p--left--md--70px {
    padding-left: 70px !important;
  }
  .u-p--left--md--71px {
    padding-left: 71px !important;
  }
  .u-p--left--md--72px {
    padding-left: 72px !important;
  }
  .u-p--left--md--73px {
    padding-left: 73px !important;
  }
  .u-p--left--md--74px {
    padding-left: 74px !important;
  }
  .u-p--left--md--75px {
    padding-left: 75px !important;
  }
  .u-p--left--md--76px {
    padding-left: 76px !important;
  }
  .u-p--left--md--77px {
    padding-left: 77px !important;
  }
  .u-p--left--md--78px {
    padding-left: 78px !important;
  }
  .u-p--left--md--79px {
    padding-left: 79px !important;
  }
  .u-p--left--md--80px {
    padding-left: 80px !important;
  }
  .u-p--left--md--81px {
    padding-left: 81px !important;
  }
  .u-p--left--md--82px {
    padding-left: 82px !important;
  }
  .u-p--left--md--83px {
    padding-left: 83px !important;
  }
  .u-p--left--md--84px {
    padding-left: 84px !important;
  }
  .u-p--left--md--85px {
    padding-left: 85px !important;
  }
  .u-p--left--md--86px {
    padding-left: 86px !important;
  }
  .u-p--left--md--87px {
    padding-left: 87px !important;
  }
  .u-p--left--md--88px {
    padding-left: 88px !important;
  }
  .u-p--left--md--89px {
    padding-left: 89px !important;
  }
  .u-p--left--md--90px {
    padding-left: 90px !important;
  }
  .u-p--left--md--91px {
    padding-left: 91px !important;
  }
  .u-p--left--md--92px {
    padding-left: 92px !important;
  }
  .u-p--left--md--93px {
    padding-left: 93px !important;
  }
  .u-p--left--md--94px {
    padding-left: 94px !important;
  }
  .u-p--left--md--95px {
    padding-left: 95px !important;
  }
  .u-p--left--md--96px {
    padding-left: 96px !important;
  }
  .u-p--left--md--97px {
    padding-left: 97px !important;
  }
  .u-p--left--md--98px {
    padding-left: 98px !important;
  }
  .u-p--left--md--99px {
    padding-left: 99px !important;
  }
  .u-p--left--md--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--left--lg--0 {
    padding-left: 0 !important;
  }
  .u-p--left--lg--1px {
    padding-left: 1px !important;
  }
  .u-p--left--lg--2px {
    padding-left: 2px !important;
  }
  .u-p--left--lg--3px {
    padding-left: 3px !important;
  }
  .u-p--left--lg--4px {
    padding-left: 4px !important;
  }
  .u-p--left--lg--5px {
    padding-left: 5px !important;
  }
  .u-p--left--lg--6px {
    padding-left: 6px !important;
  }
  .u-p--left--lg--7px {
    padding-left: 7px !important;
  }
  .u-p--left--lg--8px {
    padding-left: 8px !important;
  }
  .u-p--left--lg--9px {
    padding-left: 9px !important;
  }
  .u-p--left--lg--10px {
    padding-left: 10px !important;
  }
  .u-p--left--lg--11px {
    padding-left: 11px !important;
  }
  .u-p--left--lg--12px {
    padding-left: 12px !important;
  }
  .u-p--left--lg--13px {
    padding-left: 13px !important;
  }
  .u-p--left--lg--14px {
    padding-left: 14px !important;
  }
  .u-p--left--lg--15px {
    padding-left: 15px !important;
  }
  .u-p--left--lg--16px {
    padding-left: 16px !important;
  }
  .u-p--left--lg--17px {
    padding-left: 17px !important;
  }
  .u-p--left--lg--18px {
    padding-left: 18px !important;
  }
  .u-p--left--lg--19px {
    padding-left: 19px !important;
  }
  .u-p--left--lg--20px {
    padding-left: 20px !important;
  }
  .u-p--left--lg--21px {
    padding-left: 21px !important;
  }
  .u-p--left--lg--22px {
    padding-left: 22px !important;
  }
  .u-p--left--lg--23px {
    padding-left: 23px !important;
  }
  .u-p--left--lg--24px {
    padding-left: 24px !important;
  }
  .u-p--left--lg--25px {
    padding-left: 25px !important;
  }
  .u-p--left--lg--26px {
    padding-left: 26px !important;
  }
  .u-p--left--lg--27px {
    padding-left: 27px !important;
  }
  .u-p--left--lg--28px {
    padding-left: 28px !important;
  }
  .u-p--left--lg--29px {
    padding-left: 29px !important;
  }
  .u-p--left--lg--30px {
    padding-left: 30px !important;
  }
  .u-p--left--lg--31px {
    padding-left: 31px !important;
  }
  .u-p--left--lg--32px {
    padding-left: 32px !important;
  }
  .u-p--left--lg--33px {
    padding-left: 33px !important;
  }
  .u-p--left--lg--34px {
    padding-left: 34px !important;
  }
  .u-p--left--lg--35px {
    padding-left: 35px !important;
  }
  .u-p--left--lg--36px {
    padding-left: 36px !important;
  }
  .u-p--left--lg--37px {
    padding-left: 37px !important;
  }
  .u-p--left--lg--38px {
    padding-left: 38px !important;
  }
  .u-p--left--lg--39px {
    padding-left: 39px !important;
  }
  .u-p--left--lg--40px {
    padding-left: 40px !important;
  }
  .u-p--left--lg--41px {
    padding-left: 41px !important;
  }
  .u-p--left--lg--42px {
    padding-left: 42px !important;
  }
  .u-p--left--lg--43px {
    padding-left: 43px !important;
  }
  .u-p--left--lg--44px {
    padding-left: 44px !important;
  }
  .u-p--left--lg--45px {
    padding-left: 45px !important;
  }
  .u-p--left--lg--46px {
    padding-left: 46px !important;
  }
  .u-p--left--lg--47px {
    padding-left: 47px !important;
  }
  .u-p--left--lg--48px {
    padding-left: 48px !important;
  }
  .u-p--left--lg--49px {
    padding-left: 49px !important;
  }
  .u-p--left--lg--50px {
    padding-left: 50px !important;
  }
  .u-p--left--lg--51px {
    padding-left: 51px !important;
  }
  .u-p--left--lg--52px {
    padding-left: 52px !important;
  }
  .u-p--left--lg--53px {
    padding-left: 53px !important;
  }
  .u-p--left--lg--54px {
    padding-left: 54px !important;
  }
  .u-p--left--lg--55px {
    padding-left: 55px !important;
  }
  .u-p--left--lg--56px {
    padding-left: 56px !important;
  }
  .u-p--left--lg--57px {
    padding-left: 57px !important;
  }
  .u-p--left--lg--58px {
    padding-left: 58px !important;
  }
  .u-p--left--lg--59px {
    padding-left: 59px !important;
  }
  .u-p--left--lg--60px {
    padding-left: 60px !important;
  }
  .u-p--left--lg--61px {
    padding-left: 61px !important;
  }
  .u-p--left--lg--62px {
    padding-left: 62px !important;
  }
  .u-p--left--lg--63px {
    padding-left: 63px !important;
  }
  .u-p--left--lg--64px {
    padding-left: 64px !important;
  }
  .u-p--left--lg--65px {
    padding-left: 65px !important;
  }
  .u-p--left--lg--66px {
    padding-left: 66px !important;
  }
  .u-p--left--lg--67px {
    padding-left: 67px !important;
  }
  .u-p--left--lg--68px {
    padding-left: 68px !important;
  }
  .u-p--left--lg--69px {
    padding-left: 69px !important;
  }
  .u-p--left--lg--70px {
    padding-left: 70px !important;
  }
  .u-p--left--lg--71px {
    padding-left: 71px !important;
  }
  .u-p--left--lg--72px {
    padding-left: 72px !important;
  }
  .u-p--left--lg--73px {
    padding-left: 73px !important;
  }
  .u-p--left--lg--74px {
    padding-left: 74px !important;
  }
  .u-p--left--lg--75px {
    padding-left: 75px !important;
  }
  .u-p--left--lg--76px {
    padding-left: 76px !important;
  }
  .u-p--left--lg--77px {
    padding-left: 77px !important;
  }
  .u-p--left--lg--78px {
    padding-left: 78px !important;
  }
  .u-p--left--lg--79px {
    padding-left: 79px !important;
  }
  .u-p--left--lg--80px {
    padding-left: 80px !important;
  }
  .u-p--left--lg--81px {
    padding-left: 81px !important;
  }
  .u-p--left--lg--82px {
    padding-left: 82px !important;
  }
  .u-p--left--lg--83px {
    padding-left: 83px !important;
  }
  .u-p--left--lg--84px {
    padding-left: 84px !important;
  }
  .u-p--left--lg--85px {
    padding-left: 85px !important;
  }
  .u-p--left--lg--86px {
    padding-left: 86px !important;
  }
  .u-p--left--lg--87px {
    padding-left: 87px !important;
  }
  .u-p--left--lg--88px {
    padding-left: 88px !important;
  }
  .u-p--left--lg--89px {
    padding-left: 89px !important;
  }
  .u-p--left--lg--90px {
    padding-left: 90px !important;
  }
  .u-p--left--lg--91px {
    padding-left: 91px !important;
  }
  .u-p--left--lg--92px {
    padding-left: 92px !important;
  }
  .u-p--left--lg--93px {
    padding-left: 93px !important;
  }
  .u-p--left--lg--94px {
    padding-left: 94px !important;
  }
  .u-p--left--lg--95px {
    padding-left: 95px !important;
  }
  .u-p--left--lg--96px {
    padding-left: 96px !important;
  }
  .u-p--left--lg--97px {
    padding-left: 97px !important;
  }
  .u-p--left--lg--98px {
    padding-left: 98px !important;
  }
  .u-p--left--lg--99px {
    padding-left: 99px !important;
  }
  .u-p--left--lg--100px {
    padding-left: 100px !important;
  }
}
.u-p--x--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--x--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--x--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--x--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--x--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--x--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--x--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--x--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--x--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--x--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--x--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--x--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--x--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--x--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--x--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--x--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--x--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--x--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--x--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--x--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--x--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--x--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--x--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--x--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--x--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--x--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--x--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--x--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--x--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--x--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--x--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--x--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--x--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--x--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--x--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--x--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--x--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--x--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--x--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--x--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--x--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--x--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--x--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--x--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--x--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--x--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--x--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--x--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--x--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--x--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--x--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--x--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--x--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--x--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--x--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--x--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--x--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--x--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--x--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--x--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--x--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--x--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--x--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--x--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--x--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--x--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--x--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--x--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--x--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--x--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--x--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--x--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--x--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--x--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--x--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--x--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--x--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--x--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--x--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--x--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--x--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--x--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--x--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--x--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--x--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--x--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--x--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--x--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--x--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--x--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--x--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--x--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--x--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--x--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--x--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--x--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--x--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--x--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--x--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--x--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--x--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.u-p--y--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--y--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--y--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--y--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--y--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--y--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--y--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--y--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--y--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--y--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--y--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--y--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--y--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--y--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--y--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--y--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--y--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--y--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--y--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--y--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--y--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--y--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--y--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--y--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--y--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--y--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--y--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--y--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--y--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--y--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--y--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--y--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--y--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--y--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--y--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--y--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--y--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--y--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--y--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--y--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--y--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--y--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--y--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--y--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--y--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--y--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--y--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--y--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--y--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--y--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--y--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--y--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--y--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--y--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--y--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--y--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--y--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--y--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--y--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--y--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--y--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--y--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--y--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--y--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--y--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--y--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--y--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--y--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--y--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--y--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--y--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--y--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--y--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--y--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--y--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--y--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--y--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--y--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--y--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--y--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--y--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--y--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--y--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--y--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--y--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--y--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--y--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--y--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--y--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--y--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--y--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--y--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--y--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--y--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--y--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--y--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--y--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--y--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--y--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--y--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--y--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--left--xs {
  text-align: left !important;
}
@media (max-width: 480px) {
  .u-text--left--sm {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .u-text--left--md {
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .u-text--left--lg {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .u-text--left--sp {
    text-align: left !important;
  }
}
@media (max-width: 1600px) {
  .u-text--left--xl {
    text-align: left !important;
  }
}
@media (max-width: 1920px) {
  .u-text--left--xxl {
    text-align: left !important;
  }
}
.u-text--lh-16 {
  line-height: 2.25;
}
@media (max-width: 480px) {
  .u-text--lh-16 {
    line-height: 1.8;
  }
}

.u-title-f-m {
  font-size: 24px;
}
.u-title--hidden-01 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-title--hidden-02 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-title--hidden-03 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.u-title--hidden-04 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.u-title--hidden-06 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.c-btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-btn--100 {
  width: 100%;
}
@media (min-width: 768.02px) {
  .c-btn--min-width {
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .c-btn--sp-100 {
    width: 100%;
  }
}
.c-btn--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 24px;
  background-color: #0097db;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #0097db;
  position: relative;
  min-height: 56px;
  min-width: 280px;
}
@media (max-width: 768px) {
  .c-btn--primary {
    max-width: 100%;
  }
}
@media (min-width: 768.02px) {
  .c-btn--primary {
    padding: 4px 30px;
  }
}
.c-btn--primary:hover {
  background-color: transparent;
}
.c-btn--primary:hover .title {
  color: #0097db;
}
.c-btn--primary-transparent {
  background-color: transparent;
  color: #0097db;
  border: 2px solid #0097db;
}
.c-btn--primary-transparent:hover {
  background-color: #ffffff;
}
.c-btn--primary-transparent:hover .title {
  color: #0097db;
}
.c-btn--primary-transparent::after {
  background-image: url("../images/icon/arrow-right-blue.svg") !important;
}
.c-btn--primary-accent {
  background-color: #e59c23;
  border: 2px solid #e59c23;
}
.c-btn--primary-accent:hover {
  background-color: transparent;
}
.c-btn--primary-accent:hover .title {
  color: #e59c23;
}
.c-btn--primary-sub {
  background-color: #002d64;
  border: 2px solid #002d64;
}
.c-btn--primary-sub:hover {
  background-color: transparent;
}
.c-btn--primary-sub:hover .title {
  color: #002d64;
}
.c-btn--primary-white {
  background-color: #ffffff;
  border: 2px solid #002d64;
}
.c-btn--primary-white .title {
  color: #002d64;
}
.c-btn--primary-white:hover {
  background-color: transparent;
}
.c-btn--primary > .title {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn--primary-arrow {
  padding: 4px 30px 4px 24px;
}
.c-btn--primary-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/icon/arrow-right-white.svg");
  background-size: 100% 100%;
  width: 8px;
  height: 16px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  top: 51%;
  right: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn--primary-arrow:hover::after {
  background-image: url("../images/icon/arrow-right-blue.svg");
  right: 4px;
}
.c-btn--hover-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 96px;
}
.c-btn--hover-title-primary .fix-text {
  color: #0097db;
}
.c-btn--hover-title-primary:hover {
  background-color: #0097db;
}
.c-btn--hover-title-primary:hover .title {
  color: #ffffff;
}
.c-btn--hover-title-primary:hover:after {
  background-image: url("../images/icon/arrow-right-white.svg") !important;
}
.c-btn--hover-title-sub .fix-text {
  color: #3e3a39;
}
.c-btn--hover-title-sub:hover {
  background-color: #002d64;
}
.c-btn--hover-title-sub:hover .title {
  color: #ffffff;
}
.c-btn--hover-title-sub:hover:after {
  background-image: url("../images/icon/arrow-right-white.svg") !important;
}
.c-btn--hover-title-white .fix-text {
  color: #002d64;
}
.c-btn--hover-title-white:after {
  background-image: url("../images/icon/arrow-right-dark-blue.svg") !important;
}
.c-btn--hover-title-white:hover {
  background-color: #ffffff;
}
.c-btn--hover-title-white:hover .title {
  color: #002d64;
}
.c-btn--hover-title .fix-text {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #ffffff;
  min-height: 36px;
  padding: 4px 30px;
  border-radius: 30px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.c-btn--hover-title .title {
  font-size: 20px;
}
.c-btn--right-arrow span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0097db;
  font-size: 16px;
}
.c-btn--right-arrow span:after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../images/icon/arrow-side.svg");
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
@media (min-width: 768.02px) {
  .c-btn--search {
    min-width: 360px;
  }
}
.c-btn--search:hover {
  background: #0097db !important;
}
.c-btn--search__button-text {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-btn--search__button-text:before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../images/icon/search.svg");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin: 1px 12px 0 0;
}

.c-card--main > div {
  counter-increment: card-number;
}
@media (max-width: 992px) {
  .c-card--main > div {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .c-card--main > div {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-card--main > div:last-child {
    margin-bottom: 0;
  }
}
.c-card--main > div .card__head__number {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.c-card--main > div .card__head__number::before {
  content: counter(card-number, decimal-leading-zero);
  display: inline-block;
  color: #e6eef4;
  text-align: center;
  line-height: 72px;
  font-size: 72px;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 768.02px) {
  .c-card--main > div .card__head__number::before {
    font-size: 48px;
    line-height: 48px;
  }
}
.c-card--main > div .card__head__number::after {
  content: "Reason";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  color: #002d64;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 768.02px) {
  .c-card--main > div .card__head__number::after {
    right: -4px;
  }
}
.c-card--main .card {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px;
  height: 100%;
}
.c-card--main .card__head {
  margin: 0 0 20px;
  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;
  position: relative;
}
.c-card--main .card__head__title {
  font-size: 18px;
  font-weight: 700;
  color: #3a4856;
  margin: 0;
  width: calc(100% - 30px);
  color: #002d64;
  position: relative;
  z-index: 2;
}
@media (min-width: 768.02px) {
  .c-card--main .card__head__title {
    font-size: 16px;
  }
}
.c-card--main .card__head__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.c-card--main .card__head__title span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.6em;
  background: rgba(0, 151, 219, 0.3);
  z-index: -1;
  border-radius: 2px;
}
.c-card--main .card__body__thumb {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
@media (min-width: 768.02px) {
  .c-card--main .card__body__thumb {
    margin: 0 0 10px;
  }
}
.c-card--main .card__body__text {
  margin: 0;
}
@media (min-width: 768.02px) {
  .c-card--main .card__body__text {
    font-size: 14px;
  }
}
.c-card--main .card__body__link {
  margin: 10px 0 0;
}

.c-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.c-dl--side dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-dl--side dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

.c-form {
  max-width: 960px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 0 0 40px;
}
@media (max-width: 768px) {
  .c-form {
    padding: 0 0 20px;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0eaf1;
  padding: 24px 60px;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-form__row:last-of-type {
  border-bottom: 1px solid #e0eaf1;
}
@media (max-width: 768px) {
  .c-form__row {
    padding: 16px 0px;
  }
}
.c-form__label {
  width: 260px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 8px 0 0;
}
@media (max-width: 768px) {
  .c-form__label {
    margin: 0;
  }
}
@media (min-width: 768.02px) {
  .c-form__label {
    text-align: right;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 60px 0 0;
  }
}
.c-form__badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768.02px) {
  .c-form__badge {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.c-form__badge--required {
  background-color: #FF0000;
}
.c-form__input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .c-form__input-wrapper {
    margin: 0;
    width: 100%;
  }
}
.c-form__input-wrapper--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.c-form__input-wrapper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.c-form__input-wrapper--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768.02px) {
  .c-form__input-wrapper--date select:nth-child(n+2) {
    margin-left: 16px;
  }
}
.c-form__input, .c-form__select, .c-form__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* サイズ展開：PCでは指定幅、スマホ(768px以下)では100% */
}
.c-form__input--s, .c-form__select--s, .c-form__textarea--s {
  width: 80px;
}
@media (max-width: 768px) {
  .c-form__input--s, .c-form__select--s, .c-form__textarea--s {
    width: 100%;
  }
}
.c-form__input--m, .c-form__select--m, .c-form__textarea--m {
  width: 260px;
}
@media (max-width: 768px) {
  .c-form__input--m, .c-form__select--m, .c-form__textarea--m {
    width: 100%;
  }
}
.c-form__input--ml, .c-form__select--ml, .c-form__textarea--ml {
  width: 360px;
}
@media (max-width: 768px) {
  .c-form__input--ml, .c-form__select--ml, .c-form__textarea--ml {
    width: 100%;
  }
}
.c-form__input--l, .c-form__select--l, .c-form__textarea--l {
  width: 100%;
}
.c-form__input, .c-form__select, .c-form__textarea {
  /* スマホでもサイズを固定したい場合 (fixed) */
}
.c-form__input--fixed-s, .c-form__select--fixed-s, .c-form__textarea--fixed-s {
  width: 80px !important;
}
.c-form__input--fixed-m, .c-form__select--fixed-m, .c-form__textarea--fixed-m {
  width: 260px !important;
}
.c-form__textarea {
  height: 160px;
}
.c-form__note {
  font-size: 16px;
  color: #3e3a39;
  margin: 8px 0 0;
}
.c-form__note--bottom {
  margin: 8px 0;
}
.c-form__footer {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .c-form__footer {
    padding: 16px 0;
  }
}
.c-form__footer__info {
  text-align: left;
  max-width: 780px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .c-form__footer__info {
    margin: 0 auto 30px;
  }
}
.c-form__footer__info p {
  font-size: 16px;
}
.c-form__footer__info a {
  color: #002d64;
  text-decoration: underline;
}
.c-form__agree {
  margin-top: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form__checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-form__check-label input {
  margin: 3px 12px 3px 3px;
}
.c-form__checkbox {
  display: none;
}
.c-form__checkbox:checked + .c-form__checkbox-dummy {
  background-color: #fff;
  border-color: #4da0e0;
}
.c-form__checkbox:checked + .c-form__checkbox-dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 12px;
  width: 10px;
  height: 20px;
  border-right: 3px solid #4da0e0;
  border-bottom: 3px solid #4da0e0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-form__checkbox-dummy {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  border: 2px solid #D3D3D3;
  background: #fff;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-form__checkbox-text {
  font-size: 18px;
  font-weight: 500;
}
.c-form__submit {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 20px;
  background-color: #4da0e0;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__submit:disabled {
  background-color: #bdc3c7;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .c-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-form__label {
    width: 100%;
    margin-bottom: 12px;
  }
}
.c-job-card {
  border-top: 6px solid #002d64;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .c-job-card {
    margin-bottom: 0px;
  }
}
.c-job-card__header .category {
  font-size: 11px;
  color: #838383;
  margin: 0;
  font-weight: 700;
}
.c-job-card__header .title {
  font-size: 16px;
  color: #002d64;
  margin: 12px 0 0;
  font-weight: 700;
}
.c-job-card__header .company {
  font-size: 18px;
  color: #e59c23;
  margin: 6px 0 0;
  font-weight: 700;
}
.c-job-card__header .tag {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 12px;
}
.c-job-card__header .tag li {
  font-size: 11px;
  line-height: 11px;
  color: #002d64;
  padding: 4px 12px 5px;
  border-radius: 16px;
  border: 1px solid #002d64;
  background: #ffffff;
}
.c-job-card__body {
  padding: 20px 0 0;
  max-height: 0px;
  overflow: hidden;
}
.c-job-card__body .info p {
  font-size: 14px;
  margin: 0 0 1em;
}
.c-job-card__body .info p:last-child {
  margin-bottom: 0;
}
.c-job-card__body .list {
  margin: 20px 0;
}
.c-job-card__body .list dl {
  margin: 0;
  border-top: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
}
.c-job-card__body .list dl:last-child {
  border-bottom: 1px solid #D3D3D3;
}
.c-job-card__body .list dl dt,
.c-job-card__body .list dl dd {
  font-size: 14px;
}
.c-job-card__body .list dl dt {
  min-width: 6em;
  font-weight: 700;
}
.c-job-card__body .list dl dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
.c-job-card__body .link-box a {
  margin-bottom: 8px;
}
.c-job-card__body .link-box a:last-child {
  margin-bottom: 0;
}

.c-line--orage {
  text-align: center;
  margin: 20px auto 0;
  width: 48px;
  height: 6px;
  background: #e59c23;
}

.c-rowpage--fv {
  background-image: url("../images/bg/row-fv--sp@2x.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 768.02px) {
  .c-rowpage--fv {
    background-image: url("../images/bg/row-fv@2x.jpg");
  }
}
.c-rowpage--fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px;
}
.c-rowpage--fv__head {
  position: relative;
}
.c-rowpage--fv__head .title--main {
  font-size: 24px;
  font-weight: 700;
  color: #002d64;
  margin: 0;
  position: relative;
  z-index: 2;
}
.c-rowpage--fv__head .title--sub {
  font-size: 48px;
  font-weight: 700;
  opacity: 0.6;
  color: #ffffff;
  position: absolute;
  left: 70px;
  top: 2px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-rowpage--fv__head .title--sub {
    font-size: 40px;
    white-space: nowrap;
  }
}
@media (max-width: 400px) {
  .c-rowpage--fv__head .title--sub {
    font-size: 32px;
  }
}

.c-schools-box {
  gap: 40px;
  margin-bottom: 80px;
}
.c-schools-box__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .c-schools-box__l {
    width: 100%;
    margin-bottom: 16px;
  }
}
.c-schools-box__l__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-schools-box__l__info__name {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 992px) {
  .c-schools-box__l__info__name {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F7DADC;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .c-schools-box__l__info__address {
    font-size: 14px;
  }
}
.c-schools-box__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .c-schools-box__r {
    width: 100%;
  }
}
.c-schools-box__r iframe {
  max-width: 100%;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
@media (max-width: 992px) {
  .c-schools-box__r iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.c-schools-box__r__btn {
  margin-bottom: 0;
}
.c-schools-box__r__btn a {
  border-color: #CC131A;
  color: #CC131A;
  padding-left: 0;
}
.c-schools-box__r__btn a::after {
  background-image: url("../images/schools/arrow-icon.png") !important;
}

.c-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
}
.c-search-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.c-search-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.c-search-modal__inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-search-modal__inner {
    padding: 30px;
  }
}
.c-search-modal__header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.c-search-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px;
}
.c-search-modal__clear {
  background-color: #0097db;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.c-search-modal__clear:hover {
  opacity: 0.8;
}
.c-search-modal__body {
  overflow-y: auto;
  padding-right: 5px;
}
.c-search-modal__body::-webkit-scrollbar {
  width: 6px;
}
.c-search-modal__body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.c-search-modal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .c-search-modal__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.c-search-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-size: 14px;
}
.c-search-modal__item input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.c-search-modal__item-text {
  line-height: 1.4;
}
.c-search-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
@media (min-width: 480px) {
  .c-search-modal__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}

.c-modal-btn {
  width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 480px) {
  .c-modal-btn {
    width: auto;
    min-width: 160px;
  }
}
.c-modal-btn--cancel {
  background: #fff;
  border-color: #D3D3D3;
  color: #3e3a39;
}
.c-modal-btn--cancel:hover {
  background: #f5f5f5;
}
.c-modal-btn--submit {
  background: #0097db;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.c-modal-btn--submit:hover {
  opacity: 0.9;
}

.c-search-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.c-search-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.c-search-form__title {
  font-size: 24px;
  font-weight: 700;
  color: #002d64;
  padding: 0 0 16px;
  margin: 0 auto 24px;
  position: relative;
}
@media (max-width: 768px) {
  .c-search-form__title {
    font-size: 18px;
    margin: 0 auto 16px;
  }
}
.c-search-form__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 45, 100, 0.2);
}
.c-search-form__input {
  border: 1px solid rgba(112, 112, 112, 0.4);
  background: #fff;
  color: #3e3a39;
  border-radius: 4px;
  outline: none;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 8px 12px 8px 40px;
  background-image: url("../images/icon/search-black.svg");
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 18px;
}
.c-search-form__input::-webkit-input-placeholder {
  color: #3e3a39;
  opacity: 1;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-search-form__input::-moz-placeholder {
  color: #3e3a39;
  opacity: 1;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.c-search-form__input:-ms-input-placeholder {
  color: #3e3a39;
  opacity: 1;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.c-search-form__input::-ms-input-placeholder {
  color: #3e3a39;
  opacity: 1;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.c-search-form__input::placeholder {
  color: #3e3a39;
  opacity: 1;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-search-form__input-wrapper__caution {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.c-search-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-top: 15px;
}
.c-search-form__chip {
  cursor: pointer;
}
.c-search-form__chip-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px 8px 36px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  color: #002d64;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-search-form__chip-text::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.c-search-form__chip-text::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3182ce;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-search-form__chip:hover .c-search-form__chip-text {
  background-color: rgba(49, 130, 206, 0.05);
}
input:checked + .c-search-form__chip-text::before {
  border-color: #3182ce;
}
input:checked + .c-search-form__chip-text::after {
  opacity: 1;
}
input:focus + .c-search-form__chip-text {
  outline: 2px solid #3182ce;
  outline-offset: 2px;
}
.c-search-form__section {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c-search-form__section {
    margin-bottom: 40px;
  }
}
.c-search-form--recruit {
  max-width: 100%;
  background: #e6eef4;
  padding: 80px 40px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-search-form--recruit {
    padding: 40px 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none;
    border-radius: 0;
  }
}
.c-search-form--recruit .c-search-form__footer {
  text-align: center;
}
.c-search-form--recruit .c-search-form__footer .c-search-form__result-count {
  font-size: 16px;
}
.c-search-form--recruit .c-search-form__footer .c-search-form__result-count .c-search-form__count-num {
  font-size: 24px;
  font-weight: 700;
  color: #0097db;
  margin: 0 0 0 8px;
}
.c-search-form--recruit .c-search-form__footer .c-search-form__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-search-form--recruit .c-search-form__footer .c-search-form__clear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  color: #0097db;
  font-weight: 700;
  margin: 0 0 40px;
}
.c-search-form {
  /* ボタン（label）のスタイル */
}
.c-search-form__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  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;
  background: #ffffff;
  color: #3e3a39;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  min-height: 56px;
  width: 100%;
}
.c-search-form__trigger::after {
  content: "";
  background-image: url("../images/icon/arrow-bottom.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-search-form .u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.c-switch {
  background-color: #002D64;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .c-switch {
    padding: 32px 0;
  }
}
.c-switch__ttl h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 992px) {
  .c-switch__ttl h3 {
    font-size: 18px;
  }
}
.c-switch__link {
  margin-top: 40px;
}
.c-switch__link a {
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 0 16px 4px 16px;
}
.c-switch__link a p {
  margin-bottom: 0;
  color: #fff;
}

.c-title--primary {
  font-size: 32px;
  font-weight: 700;
  color: #0097db;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .c-title--primary {
    font-size: 22px;
    margin: 0 auto 20px;
  }
}
.c-title--main {
  margin: 0 auto 30px;
}
.c-title--main .title {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768.02px) {
  .c-title--main .title {
    font-size: 24px;
  }
}
.c-title--main--white .title {
  color: #ffffff;
}
.c-title--main--sub .title {
  color: #3a4856;
}
.c-title--main--large .title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .c-title--main--large .title {
    font-size: 24px;
  }
}
.c-title--sidedot {
  font-size: 20px;
  font-weight: 700;
  color: #0097db;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-title--sidedot {
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
.c-title--sidedot:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0097db;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.c-title--3-dot--vertical {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .c-title--3-dot--vertical {
    margin: 0 0 24px;
  }
}
.c-title--3-dot--vertical::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/icon/head-01.svg");
  background-size: 100% 100%;
  width: 8px;
  height: 28px;
  left: 0;
  top: 4px;
}
.c-title--3-dot--vertical .title--sub {
  font-size: 11px;
  margin: 0px;
  color: #002d64;
}
.c-title--3-dot--vertical .title--main {
  margin: 0;
  font-size: 24px;
  color: #002d64;
}
@media (max-width: 768px) {
  .c-title--3-dot--vertical .title--main {
    font-size: 18px;
  }
}
.c-title--3-dot--vertical .title--main span {
  color: #0097db;
}
.c-title--3-dot--side--white {
  margin: 0 0 20px;
}
.c-title--3-dot--side--white::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon/head-03@2x.png");
  background-size: 100% 100%;
  width: 54px;
  height: 8px;
}
.c-title--3-dot--side--blue {
  margin: 0 0 20px;
}
.c-title--3-dot--side--blue::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon/head-02.svg");
  background-size: 100% 100%;
  width: 54px;
  height: 8px;
}

.l-colmun {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-colmun {
    padding: 40px 0;
  }
}
.l-colmun__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-colmun__header__title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.l-colmun__header__text {
  font-size: 16px;
}
.l-colmun__list article {
  padding: 24px 0;
}
@media (max-width: 768px) {
  .l-colmun__list article {
    padding: 10px 0;
  }
}
.l-colmun__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-colmun__list__img {
  width: 108px;
  max-width: 108px;
}
@media (min-width: 768.02px) {
  .l-colmun__list__img {
    width: 240px;
    max-width: 240px;
  }
}
.l-colmun__list__img img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.l-colmun__list__body {
  padding-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.l-colmun__list__time {
  display: block;
  margin: 10px 0 0;
  font-size: 10px;
  color: #3a4856;
}
@media (min-width: 768.02px) {
  .l-colmun__list__time {
    font-size: 16px;
  }
}
.l-colmun__list__category {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-colmun__list__category li {
  list-style: none;
  font-size: 12px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #002d64;
  margin: 0 8px 4px 0;
}
@media (max-width: 768px) {
  .l-colmun__list__category li {
    font-size: 10px;
  }
}
.l-colmun__list__excerpt {
  margin: 0;
  font-size: 12px;
  color: #3a4856;
  font-weight: 700;
}
@media (min-width: 768.02px) {
  .l-colmun__list__excerpt {
    font-size: 18px;
  }
}

.l-example {
  padding: 60px 0 60px;
  overflow: hidden;
}
.l-example__inner {
  background-color: #ffffff;
  padding: 30px 20px 40px;
  border-radius: 20px;
}
@media (min-width: 768.02px) {
  .l-example__inner {
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .l-example__inner {
    border-radius: 20px 0 0 20px;
    margin-right: calc(50% - 50vw);
  }
}
.l-example__header {
  text-align: center;
  margin: 0 0 40px;
}
.l-example__header .title--sub {
  color: #002d64;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768.02px) {
  .l-example__header .title--sub {
    font-size: 18px;
  }
}
.l-example__header .title--main h3 {
  color: #002d64;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 20px;
  z-index: 1;
}
@media (min-width: 768.02px) {
  .l-example__header .title--main h3 {
    font-size: 24px;
  }
}
.l-example__header .title--main h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 16px;
  background-color: #e59c23;
  z-index: -1;
}
.l-example__contents .c-slider-slide__img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.l-example__contents .c-slider-slide__img img {
  width: 100%;
}
.l-example__contents .c-slider-slide__title {
  color: #3B4043;
  font-size: 16px;
  margin: 16px 0 12px;
}
.l-example__contents .c-slider-slide__text p {
  font-size: 14px;
  margin: 0 0 1em;
}
.l-example__contents .c-slider-slide__text p:last-child {
  margin-bottom: 0;
}
.l-example__contents .c-slider-slide__link {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .l-example__contents .c-slider-slide__link {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .l-example__contents .swiper-pagination {
    position: relative !important;
    margin: 40px auto 0;
  }
}
@media (min-width: 768.02px) {
  .l-example__contents .c-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
  }
  .l-example__contents .c-slider-slide {
    width: calc(33.333% - 14px);
    /* Swiperの制約に縛られない自由なCSS */
  }
  .l-example__contents .c-slider-pagination {
    display: none;
  }
}

.l-flow {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .l-flow {
    padding: 40px 0;
  }
}
.l-flow__contents {
  counter-reset: card-number-step;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.l-flow__contents__field .card {
  background: #e6eef4;
  counter-increment: card-number-step;
  padding: 20px 16px;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card {
    padding: 20px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .l-flow__contents__field .card {
    margin-bottom: 30px;
    position: relative;
  }
  .l-flow__contents__field .card::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
    text-align: center;
    display: inline-block;
    background-image: url("../images/icon/arrow-bg.svg");
    background-size: 100% 100%;
    width: 21px;
    height: 12px;
  }
  .l-flow__contents__field .card:last-child {
    margin-bottom: 0;
  }
  .l-flow__contents__field .card:last-child::after {
    display: none;
  }
}
.l-flow__contents__field .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 8px;
}
.l-flow__contents__field .card__header .number {
  min-width: 4em;
  width: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card__header .number {
    min-width: 5em;
    width: 5em;
  }
}
.l-flow__contents__field .card__header .number p {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  color: #0097db;
  line-height: 20px;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card__header .number p {
    font-size: 14px;
    line-height: 24px;
  }
}
.l-flow__contents__field .card__header .number:after {
  content: counter(card-number-step);
  display: inline-block;
  color: #0097db;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  margin: 0 0 0 6px;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card__header .number:after {
    font-size: 18px;
  }
}
.l-flow__contents__field .card__header .title {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card__header .title {
    font-size: 18px;
  }
}
.l-flow__contents__field .card__text p {
  color: #3e3a39;
  font-weight: 700;
  font-size: 14px;
}
.l-flow__contents__field .card__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768.02px) {
  .l-flow__contents__field .card__text p {
    font-size: 18px;
  }
}

.l-footer__top {
  padding: 60px 0 40px;
  background-image: url("../images/bg/ft-main--sp@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 768.02px) {
  .l-footer__top {
    background-image: url("../images/bg/ft-main@2x.jpg");
  }
}
@media (max-width: 768px) {
  .l-footer__top {
    padding: 40px 0;
  }
}
.l-footer__top__list .card {
  margin-bottom: 40px;
}
.l-footer__top__list .card > .col__inner {
  padding: 20px 20px 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .l-footer__top__list .card > .col__inner {
    padding: 20px 20px;
  }
}
@media (min-width: 768.02px) {
  .l-footer__top__list .card.tel > .col__inner {
    padding: 20px 20px 0px;
    height: 100%;
  }
}
.l-footer__top__list .card__head {
  text-align: center;
  color: #000000;
  margin: 0 auto 16px;
  font-size: 18px;
}
@media (min-width: 768.02px) {
  .l-footer__top__list .card .c-btn {
    min-width: 292px;
  }
}
.l-footer__top__list .card__tel {
  text-align: center;
}
.l-footer__top__list .card__tel a {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: #002d64;
}
@media (max-width: 768px) {
  .l-footer__top__list .card__tel a {
    font-size: 32px;
    margin: -8px 0 0;
    display: block;
  }
}
.l-footer__top__list .card__time {
  text-align: center;
  margin: 4px 0 0;
  color: #3a4856;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 768px) {
  .l-footer__top__list .card__time {
    font-size: 14px;
    line-height: 1.4;
  }
}
.l-footer__middole {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .l-footer__middole {
    padding: 30px 0;
  }
}
.l-footer__middole img {
  width: 160px;
  margin: 0 auto;
}
@media (min-width: 768.02px) {
  .l-footer__middole img {
    width: 240px;
  }
}
.l-footer__sns {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px 16px;
}
@media (min-width: 768.02px) {
  .l-footer__sns {
    margin: 0;
  }
}
.l-footer__sns img {
  width: 44px;
}
.l-footer__bottom {
  background: #0097db;
  padding: 90px 0 40px;
}
@media (max-width: 768px) {
  .l-footer__bottom {
    padding: 30px 0 30px;
  }
}
.l-footer__bottom__inner {
  position: relative;
}
.l-footer__bottom__inner:before {
  position: absolute;
  right: 0;
  top: -60px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-01@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 150px;
  height: 142px;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer__bottom__inner:before {
    top: 40px;
    right: -20px;
  }
}
.l-footer__bottom__inner:after {
  position: absolute;
  left: 0;
  bottom: -70px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-02@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 126px;
  height: 258px;
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer__bottom__inner:after {
    left: -20px;
    bottom: -20px;
  }
}
.l-footer__bottom__inner .leftbox a h1 {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .l-footer__bottom__inner .leftbox a h1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-footer__bottom__inner .leftbox a h1 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.l-footer__bottom__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768.02px) {
  .l-footer__bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-footer__bottom__nav > li {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 40px;
  text-align: right;
}
@media (max-width: 992px) {
  .l-footer__bottom__nav > li {
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .l-footer__bottom__nav > li {
    margin: 0 0 12px 0;
  }
}
.l-footer__bottom__nav > li a {
  display: inline-block;
}
.l-footer__bottom__nav > li a span {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media (max-width: 992px) {
  .l-footer__bottom__nav > li a span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .l-footer__bottom__nav > li a span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-footer__bottom__nav .sub-menu {
    margin: 40px 0 0;
  }
}
.l-footer__bottom__nav .sub-menu__inner {
  margin: 0 0 40px;
}
.l-footer__bottom__nav .sub-menu__inner:last-child {
  margin-bottom: 0;
}
.l-footer__bottom__nav .sub-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__bottom__nav .sub-menu__list > li {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__bottom__nav .sub-menu__list > li {
    margin: 12px 0 0;
  }
}
.l-footer__bottom__nav .sub-menu__list > li > a span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.l-footer__bottom__copy {
  text-align: right;
  font-size: 10px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .l-footer__bottom__copy {
    margin: 40px 0 0;
  }
}

.l-header__nav--sp__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 100;
}
.l-header__nav--sp__menu .title {
  margin: 2px 0 0px;
  font-size: 0;
  line-height: 1.6;
}
.l-header__nav--sp__menu .title:after {
  content: "MENU";
  color: #000000;
  display: inline-block;
  font-size: 10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 10px * 0.8 = 8px */
  letter-spacing: 0;
  /* 重要な追加設定 */
  display: inline-block;
  /* transformを有効にし、余白計算を正しくするため */
  -webkit-transform-origin: center top;
  transform-origin: center top;
  /* 縮小の起点を左上に固定 */
}
.l-header__nav--sp__menu .l-header__nav--sp__menu-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__nav--sp__menu .l-header__nav--sp__menu-bar:not(:last-child) {
  margin-bottom: 6px;
}
.l-header__nav--sp__menu span.title {
  font-size: 10px;
  margin-top: 4px;
}
.l-header__nav--sp__menu.is-open .l-header__nav--sp__menu-bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.l-header__nav--sp__menu.is-open .l-header__nav--sp__menu-bar:nth-child(2) {
  opacity: 0;
}
.l-header__nav--sp__menu.is-open .l-header__nav--sp__menu-bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.l-header__nav--sp__modal {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ffffff;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  padding: 24px 20px 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s, -webkit-transform 0.2s ease-out;
}
.l-header__nav--sp__modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
@media (max-width: 1200px) {
  .l-header__inner {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-header--education .l-header__logo .title {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 4px 0 0 -4px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  /* 10px * 0.8 = 8px */
  letter-spacing: 0;
  /* 重要な追加設定 */
  display: inline-block;
  /* transformを有効にし、余白計算を正しくするため */
  -webkit-transform-origin: center top;
  transform-origin: center top;
  /* 縮小の起点を左上に固定 */
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__logo img {
  width: 223px;
}
@media (max-width: 1200px) {
  .l-header__logo img {
    width: 160px;
  }
}
.l-header__logo .title {
  display: none;
}
@media (max-width: 1200px) {
  .l-header__logo .title {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    margin: 4px 0 0 -4px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    /* 10px * 0.8 = 8px */
    letter-spacing: 0;
    /* 重要な追加設定 */
    display: inline-block;
    /* transformを有効にし、余白計算を正しくするため */
    -webkit-transform-origin: center top;
    transform-origin: center top;
    /* 縮小の起点を左上に固定 */
  }
}
.l-header__nav--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .l-header__nav--pc {
    display: none;
  }
}
.l-header__nav--pc__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 60px;
}
.l-header__nav--pc__main a {
  margin-right: 60px;
}
@media (max-width: 1600px) {
  .l-header__nav--pc__main a {
    margin-right: 40px;
  }
}
.l-header__nav--pc__main a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-header__nav--pc__main a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #002d64;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.l-header__nav--pc__main a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-header__nav--pc__main a:last-child {
  margin-right: 0;
}
.l-header__nav--pc__main a span {
  color: #002d64;
  font-size: 16px;
  margin: 0;
}
.l-header__nav--pc__main a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-header__nav--pc__main a.link img {
  margin: 2px 0 0 8px;
}
.l-header__nav--pc__consultation a {
  min-height: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 258px;
}
.l-header__nav--pc__consultation a .title {
  font-size: 20px;
}
.l-header__nav--pc__consultation a .title--caution {
  font-size: 14px;
  color: #e5cf23 !important;
  margin: -4px 0 0;
}
.l-header__nav--sp {
  display: none;
}
@media (max-width: 1200px) {
  .l-header__nav--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-header__nav--sp__search {
  position: absolute;
  top: 0;
  right: 60px;
  background: #e6eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  min-width: 44px;
}
.l-header__nav--sp__search img {
  width: 18px;
}
.l-header__nav--sp__search span {
  font-size: 10px;
  /* ブラウザの最小サイズに合わせて設定 */
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 10px * 0.8 = 8px */
  letter-spacing: 0;
  /* 重要な追加設定 */
  display: inline-block;
  /* transformを有効にし、余白計算を正しくするため */
  -webkit-transform-origin: center top;
  transform-origin: center top;
  /* 縮小の起点を左上に固定 */
  /* その他 */
  color: #002d64;
  font-weight: 700;
  margin: 8px 0 0;
  white-space: nowrap;
  /* 縮小しても改行されないようにする場合 */
}
.l-header__nav--sp__modal__search .title {
  color: #002d64;
  margin: 0 0 16px;
}
.l-header__nav--sp__modal__search input {
  border: 1px solid #002d64;
  background: #fff;
  color: #002d64;
  border-radius: 4px;
  outline: none;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.l-header__nav--sp__modal__search input::-webkit-input-placeholder {
  color: #bebebe;
  opacity: 1;
}
.l-header__nav--sp__modal__search input::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}
.l-header__nav--sp__modal__search input:-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
}
.l-header__nav--sp__modal__search input::-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
}
.l-header__nav--sp__modal__search input::placeholder {
  color: #bebebe;
  opacity: 1;
}
.l-header__nav--sp__modal__main {
  margin: 40px 0 0;
}
.l-header__nav--sp__modal__main a {
  margin: 0 0 24px;
  display: block;
}
.l-header__nav--sp__modal__main a:last-child {
  margin-bottom: 0;
}
.l-header__nav--sp__modal__main a span {
  color: #002d64;
  margin: 0;
}
.l-header__nav--sp__modal__main a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-header__nav--sp__modal__main a.link img {
  margin: 2px 0 0 8px;
}
.l-header__nav--sp__modal__consultation {
  margin: 40px 0 0;
}

.l-news {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-news {
    padding: 40px 0;
  }
}
.l-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768.02px) {
  .l-news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-news__header__title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.l-news__header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-news__header__link a span {
  font-size: 14px;
}
.l-news__header__link a img {
  margin: 2px 0 0 8px;
}
.l-news__header .title--sub {
  color: #0097db;
}
.l-news__list article {
  padding: 24px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
@media (min-width: 768.02px) {
  .l-news__list article:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}
.l-news__list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-news__list__info time {
  font-size: 16px;
  color: #3a4856;
  width: 6em;
  min-width: 6em;
}
.l-news__list__info .category {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin: 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-news__list__info .category li {
  list-style: none;
  font-size: 12px;
  background: #ffffff;
  border-radius: 12px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #0097db;
  padding: 0 16px;
  margin: 0 8px 16px 0;
}
.l-news__list__excerpt .title {
  margin: 0;
  font-size: 14px;
  color: #3a4856;
  font-weight: 400;
}
@media (min-width: 768.02px) {
  .l-news__list__excerpt .title {
    font-size: 16px;
  }
}

.p-career-consulting__fv {
  background-image: url("../images/bg/fv_main--sp@2x.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 24px 0 40px;
}
@media (min-width: 768.02px) {
  .p-career-consulting__fv {
    background-image: url("../images/bg/fv_main@2x.png");
    padding: 60px 0 30px;
    background-position: top center;
  }
}
.p-career-consulting__fv__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 480.02px) {
  .p-career-consulting__fv__head {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    margin: 120px 0 0;
  }
  .p-career-consulting__fv__head::after {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 124%;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 480.02px) and (max-width: 1600px) {
  .p-career-consulting__fv__head::after {
    width: 120%;
  }
}
@media (min-width: 480.02px) and (max-width: 992px) {
  .p-career-consulting__fv__head::after {
    width: 110%;
    height: 60px;
  }
}
@media (min-width: 480.02px) {
  .p-career-consulting__fv__head .title {
    font-size: 40px;
    color: #002d64;
    margin: 0;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 480.02px) and (max-width: 992px) {
  .p-career-consulting__fv__head .title {
    font-size: 28px;
  }
}
@media (min-width: 480.02px) and (max-width: 768px) {
  .p-career-consulting__fv__head .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .p-career-consulting__fv__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 90px 0 0 16px;
  }
  .p-career-consulting__fv__head .title {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    color: #002d64;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .p-career-consulting__fv__head .title:first-child:after {
    width: 120%;
  }
  .p-career-consulting__fv__head .title:last-child {
    margin-bottom: 0;
  }
  .p-career-consulting__fv__head .title::after {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 110%;
    height: 104%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    pointer-events: none;
  }
}
.p-career-consulting__fv__text {
  padding: 80px 0 0 60px;
}
@media (max-width: 768px) {
  .p-career-consulting__fv__text {
    padding: 40px 0 0px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__fv__text.pc {
    display: none;
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__fv__text.sp {
    display: none;
  }
}
.p-career-consulting__fv__text.sp p {
  color: #ffffff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.p-career-consulting__fv__text p {
  color: #000000;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 2;
}
.p-career-consulting__fv__top .rightbox__img {
  text-align: left;
}
.p-career-consulting__fv__top .rightbox__img img {
  width: 360px;
}
@media (min-width: 1600.02px) {
  .p-career-consulting__fv__top .rightbox__img img {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .p-career-consulting__fv__top .rightbox__img img {
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .p-career-consulting__fv__top .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-career-consulting__fv__top .row > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.p-career-consulting__fv__bottom {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-career-consulting__fv__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__fv__bottom .leftbox {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__fv__bottom .leftbox {
    padding-right: 20px;
    margin-bottom: -20px;
    width: 24%;
    text-align: right;
  }
  .p-career-consulting__fv__bottom .leftbox img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p-career-consulting__fv__bottom .leftbox {
    width: 28%;
  }
  .p-career-consulting__fv__bottom .leftbox img {
    width: 110px;
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__fv__bottom .rightbox {
    padding-left: 200px;
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__fv__bottom .rightbox img {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__fv__bottom .rightbox {
    width: 60%;
  }
  .p-career-consulting__fv__bottom .rightbox img {
    width: 100%;
  }
}
.p-career-consulting__about {
  padding: 60px 0 60px;
}
@media (max-width: 768px) {
  .p-career-consulting__about {
    padding: 40px 0 40px;
  }
}
.p-career-consulting__about .c-card--main > div .card__head__number::after {
  content: "About";
}
.p-career-consulting__about .c-card--main .card__head__title {
  height: 2.5em;
}
.p-career-consulting__search__contents .c-search-form__input {
  margin: 10px 0 30px;
}
.p-career-consulting__search .c-search-form {
  max-width: 100%;
}
.p-career-consulting__search .c-search-form__input-wrapper {
  text-align: center;
}
@media (min-width: 768.02px) {
  .p-career-consulting__search .c-search-form__input-wrapper {
    max-width: 360px;
    margin: 20px auto 0;
  }
}
.p-career-consulting__search .c-search-form__section {
  margin-bottom: 10px;
}
.p-career-consulting__pickup {
  padding: 60px 0 60px;
}
@media (max-width: 768px) {
  .p-career-consulting__pickup {
    padding: 40px 0 40px;
  }
}
.p-career-consulting__intro {
  padding: 0px 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .p-career-consulting__intro {
    padding: 0px 0 40px;
  }
}
.p-career-consulting__intro:before {
  content: "";
  display: block;
  background-image: url(../images/bg/item-top@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  max-height: 163px;
  height: 10vw;
  width: 100%;
}
.p-career-consulting__intro:after {
  position: absolute;
  right: 0;
  top: 340px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-01@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  height: 176px;
  width: 186px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-career-consulting__intro:after {
    top: 140px;
    width: 150px;
    height: 142px;
  }
}
.p-career-consulting__intro__header__first {
  margin: 0 auto 60px;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__header__first {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__intro__header__first {
    margin: 0 auto 40px;
  }
}
.p-career-consulting__intro__header__first p {
  font-size: 32px;
  color: #3a4856;
  line-height: 2;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .p-career-consulting__intro__header__first p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__intro__header__first p {
    font-size: 16px;
  }
}
.p-career-consulting__intro__header__last p {
  font-size: 16px;
  color: #3a4856;
  line-height: 2;
  margin: 0;
}
.p-career-consulting__intro__contents {
  margin: 120px 0 0;
  background-color: #e6eef4;
  padding: 30px 20px 40px;
  border-radius: 20px;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents {
    padding: 0px 60px 60px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__intro__contents {
    padding: 0px 30px 40px;
    margin-top: 60px;
    border-radius: 20px 0 0 20px;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents__field > div:nth-child(odd) .card {
    margin-top: -60px;
  }
  .p-career-consulting__intro__contents__field > div:nth-child(even) .card {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .p-career-consulting__intro__contents__field > div:nth-child(1) .card {
    margin-top: -40px;
  }
  .p-career-consulting__intro__contents__field > div .card {
    margin-bottom: 40px;
  }
  .p-career-consulting__intro__contents__field > div:last-child .card {
    margin-bottom: 0;
  }
}
.p-career-consulting__intro__contents .card__img {
  position: relative;
}
.p-career-consulting__intro__contents .card__img__intro {
  position: absolute;
  width: calc(100% - 20px);
  margin: 0 auto;
  left: 10px;
  bottom: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1600.02px) {
  .p-career-consulting__intro__contents .card__img__intro {
    font-size: 24px;
  }
}
@media (min-width: 992.02px) {
  .p-career-consulting__intro__contents .card__img__intro {
    font-size: 20px;
  }
}
.p-career-consulting__intro__contents .card__name {
  margin: 0px 0 0;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents .card__name {
    margin: 8px 0 0;
  }
}
.p-career-consulting__intro__contents .card__name__position {
  font-size: 12px;
  font-weight: 700;
  color: #002d64;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents .card__name__position {
    font-size: 16px;
  }
}
.p-career-consulting__intro__contents .card__name__title {
  font-size: 16px;
  font-weight: 700;
  color: #002d64;
  margin: 0px 0 0;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents .card__name__title {
    font-size: 20px;
    margin: 0px 0 0;
  }
}
.p-career-consulting__intro__contents .card__name__label {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: #002d64;
  border-radius: 4px;
  padding: 5px 8px 7px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0 0;
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents .card__name__label {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
.p-career-consulting__intro__contents .card__text {
  margin: 20px 0 0;
  font-size: 14px;
  color: #002d64;
}
@media (max-width: 768px) {
  .p-career-consulting__intro__contents .card__text {
    margin: 4px 0 0;
  }
}
@media (min-width: 768.02px) {
  .p-career-consulting__intro__contents .card__text {
    font-size: 16px;
    margin: 4px 0 0;
  }
}

.p-case--archive__list {
  padding: 30px 0;
}
@media (min-width: 768.02px) {
  .p-case--archive__list {
    padding: 60px 0;
  }
}
.p-case--archive__list .card__img img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-case--archive__list .card__body {
  padding: 20px 0 40px;
}
@media (max-width: 768px) {
  .p-case--archive__list .card__body {
    padding: 10px 0 40px;
  }
}
.p-case--archive__list .card__body__title {
  font-size: 16px;
  margin: 0 0 12px;
}
.p-case--archive__list .card__body__text {
  font-size: 14px;
  margin: 0;
}
.p-case--single__main {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-case--single__main {
    padding: 30px 0;
  }
}
.p-case--single__main__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-case--single__main__head.pc {
    display: none;
  }
}
.p-case--single__main__head.sp {
  display: none;
}
@media (max-width: 768px) {
  .p-case--single__main__head.sp {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    width: calc(100vw - 20px);
  }
}
@media (min-width: 768.02px) {
  .p-case--single__main__head {
    margin-bottom: 60px;
  }
}
.p-case--single__main__head .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  background: #002d64;
  padding: 16px 20px;
}
@media (min-width: 768.02px) {
  .p-case--single__main__head .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-case--single__main__contents__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: right;
  }
}
.p-case--single__main__contents__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-case--single__main__contents__img img {
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .p-case--single__main__contents__info {
    background: #ffffff;
    border: 1px solid #e6eef4;
    border-radius: 8px;
    padding: 30px 20px;
  }
}
.p-case--single__main__contents__info dl {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-case--single__main__contents__info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-case--single__main__contents__info dl:last-child {
  margin-bottom: 0;
}
.p-case--single__main__contents__info dl dt {
  color: #002d64;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768.02px) {
  .p-case--single__main__contents__info dl dt {
    min-width: 7em;
    font-size: 16px;
  }
}
.p-case--single__main__contents__info dl dd {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-case--single__main__contents__info dl dd {
    padding: 0 0 0 1em;
    font-size: 16px;
  }
}
.p-case--single__main__message {
  max-width: 760px;
  margin: 60px auto 0;
  border-radius: 8px;
  background: #e6eef4;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .p-case--single__main__message {
    margin: 30px auto 0;
  }
}
.p-case--single__main__message .head {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #002d64;
  padding-left: 16px;
  position: relative;
}
.p-case--single__main__message .head:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #002d64;
}
.p-case--single__main__message .text {
  font-size: 14px;
}
.p-case--single__interview {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-case--single__interview {
    padding: 30px 0;
    margin-top: 34vw;
    margin-bottom: 42vw !important;
  }
}
@media (max-width: 768px) {
  .p-case--single__interview__inner {
    margin-top: -36vw !important;
    margin-bottom: -36vw !important;
  }
}
.p-case--single__interview__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-case--single__interview__contents .col__inner {
    margin-top: 30px;
  }
}
.p-case--single__interview__contents .interview__list {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-case--single__interview__contents .interview__list {
    margin-bottom: 50px;
  }
}
.p-case--single__interview__contents .interview__list:last-child {
  margin-bottom: 0;
}
.p-case--single__interview__contents .interview__list .q {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  padding-left: 60px;
}
.p-case--single__interview__contents .interview__list .q:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #002d64;
}
@media (min-width: 768.02px) {
  .p-case--single__interview__contents .interview__list .q {
    font-size: 18px;
  }
  .p-case--single__interview__contents .interview__list .q:before {
    top: 13px;
  }
}
.p-case--single__interview__contents .interview__list .a .name {
  font-size: 14px;
  font-weight: 700;
  color: #002d64;
  margin: 0 0 4px;
  position: relative;
  padding-left: 30px;
}
.p-case--single__interview__contents .interview__list .a .name:before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #0097db;
}
@media (min-width: 768.02px) {
  .p-case--single__interview__contents .interview__list .a .name {
    font-size: 16px;
  }
  .p-case--single__interview__contents .interview__list .a .name:before {
    top: 14px;
  }
}
.p-case--single__interview__contents .interview__list .a .text p {
  font-size: 14px;
}
.p-case--single__interview__contents .interview__list .a .text:last-child {
  margin-bottom: 0;
}
.p-case--single__interview__message {
  max-width: 760px;
  margin: 60px auto 0;
  border-radius: 8px;
  background: #002d64;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .p-case--single__interview__message {
    margin: 30px auto 0;
  }
}
.p-case--single__interview__message .head {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #ffffff;
  padding-left: 16px;
  position: relative;
}
.p-case--single__interview__message .head:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #ffffff;
}
.p-case--single__interview__message .text p {
  font-size: 14px;
  color: #ffffff;
}
.p-case--single__interview__message .text p:last-child {
  margin-bottom: 0;
}

.p-columns--archive__list {
  padding: 30px 0;
}
@media (min-width: 768.02px) {
  .p-columns--archive__list {
    padding: 60px 0;
  }
}
.p-columns--archive__list .card__img img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-columns--archive__list .card__body {
  padding: 20px 0 40px;
}
@media (max-width: 768px) {
  .p-columns--archive__list .card__body {
    padding: 10px 0 40px;
  }
}
.p-columns--archive__list .card__body__time {
  display: block;
  margin: 12px 0 0;
  font-size: 12px;
  color: #3a4856;
}
.p-columns--archive__list .card__body__category {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-columns--archive__list .card__body__category li {
  list-style: none;
  font-size: 12px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #002d64;
  margin: 0 8px 16px 0;
}
.p-columns--archive__list .card__body__excerpt {
  margin: 0;
  font-size: 16px;
  color: #3a4856;
  font-weight: 700;
}
.p-columns--single__post__inner {
  padding: 30px 0 0;
}
@media (min-width: 768.02px) {
  .p-columns--single__post__inner {
    padding: 60px 0 0;
  }
}
.p-columns--single__post__inner article .post__thumb {
  margin: 0 0 20px;
}
.p-columns--single__post__inner article .post__thumb img {
  width: 100%;
}
.p-columns--single__post__inner article .post__meta {
  margin: 0 0 10px;
}
.p-columns--single__post__inner article .post__meta__title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
}
@media (min-width: 768.02px) {
  .p-columns--single__post__inner article .post__meta__title {
    font-size: 24px;
  }
}
.p-columns--single__post__inner article .post__meta__time {
  font-size: 12px;
  color: #3a4856;
  display: block;
}
.p-columns--single__post__inner article .post__meta__time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-columns--single__post__inner article .post__meta__time dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.p-columns--single__post__inner article .post__meta__time dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-columns--single__post__inner article .post__meta__time {
    font-size: 16px;
  }
}
.p-columns--single__post__inner article .post__meta__category {
  padding: 0;
  margin: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-columns--single__post__inner article .post__meta__category li {
  list-style: none;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #0097db;
  border-radius: 12px;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0097db;
  padding: 2px 16px;
  margin: 0 8px 16px 0;
}
.p-columns--single__post__inner article .post__contents {
  position: relative;
  padding: 30px 0 60px;
  background: #e6eef4;
}
@media (max-width: 768px) {
  .p-columns--single__post__inner article .post__contents {
    padding: 30px 0 30px;
  }
}
.p-columns--single__post__inner article .post__contents p {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-columns--single__post__inner article .post__contents__img {
  margin: 0 0 20px;
}
.p-columns--single__post__inner article .post__contents__img img {
  width: 100%;
}
.p-columns--single__post__inner article .post__contents__img figcaption {
  margin: 6px 0 0;
  text-align: center;
  font-size: 12px;
}
.p-columns--single__post__inner article .post__contents h3 {
  border-bottom: 1px solid #002d64;
  padding: 0 0 8px;
  position: relative;
  font-size: 18px;
  margin: 40px 0 20px;
}
@media (min-width: 768.02px) {
  .p-columns--single__post__inner article .post__contents h3 {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}
.p-columns--single__post__inner article .post__contents h3:before {
  content: "";
  background: #002d64;
  width: 30%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
.p-columns--single__post__inner article .post__contents h4 {
  padding: 0 0 8px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-left: 2rem;
  margin: 40px 0 12px;
}
@media (min-width: 768.02px) {
  .p-columns--single__post__inner article .post__contents h4 {
    font-size: 18px;
    padding-left: 2rem;
    margin: 60px 0 20px;
  }
}
.p-columns--single__post__inner article .post__contents h4:before {
  content: "";
  background: #0097db;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 3;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-columns--single__post__inner article .post__contents h4:before {
    top: 12px;
  }
}

.p-consultants__fv {
  padding: 30px 0;
}
@media (min-width: 768.02px) {
  .p-consultants__fv {
    padding: 60px 0;
  }
}
.p-consultants__fv__title img {
  width: 40px;
}
@media (min-width: 768.02px) {
  .p-consultants__fv__title img {
    width: 60px;
  }
}
.p-consultants__fv__title .title {
  margin-bottom: 30px;
}
.p-consultants__fv__title .title:last-child {
  margin-bottom: 0;
}
.p-consultants__fv__text p {
  font-size: 14px;
}
@media (min-width: 768.02px) {
  .p-consultants__fv__text p {
    font-size: 16px;
  }
}
.p-consultants__fv__text p:last-child {
  margin-bottom: 0;
}
.p-consultants__fv__list {
  margin-top: 30px !important;
}
@media (min-width: 768.02px) {
  .p-consultants__fv__list {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .p-consultants__fv__list > div {
    margin-bottom: 20px;
  }
  .p-consultants__fv__list > div:last-child {
    margin-bottom: 0;
  }
}
.p-consultants__fv__list > div .card {
  background-color: #e6eef4;
  padding: 20px;
  border-radius: 8px;
}
.p-consultants__fv__list > div .card__title {
  font-size: 16px;
  color: #002d64;
  margin: 0 0 4px;
}
@media (min-width: 768.02px) {
  .p-consultants__fv__list > div .card__title {
    font-size: 18px;
  }
}
.p-consultants__fv__list > div .card__text {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-consultants__fv__list > div .card__text {
    font-size: 16px;
  }
}
@media (min-width: 992.02px) {
  .p-consultants__member__list {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .p-consultants__member__list:first-child .p-consultants__member__list__inner {
    margin-top: 32vw;
  }
}
.p-consultants__member__list:nth-child(odd) {
  background: #e6eef4;
}
@media (max-width: 992px) {
  .p-consultants__member__list:nth-child(odd) .leftbox .col__inner {
    margin-top: -28vw;
  }
}
@media (min-width: 992.02px) {
  .p-consultants__member__list:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .p-consultants__member__list:nth-child(even) {
    padding: 60px 0 32vw;
  }
  .p-consultants__member__list:nth-child(even) .rightbox__info__list:first-child:before {
    content: "";
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100%;
    background: #e6eef4;
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 0 20px 20px 0;
    z-index: 0;
  }
}
@media (max-width: 992px) {
  .p-consultants__member__list__inner {
    padding: 0 0 30px;
  }
}
.p-consultants__member__list__inner .leftbox img {
  width: 100%;
}
.p-consultants__member__list__inner .rightbox__head {
  margin: 4px 0 24px;
}
.p-consultants__member__list__inner .rightbox__head__intro {
  font-size: 12px;
  font-weight: 700;
  color: #002d64;
  margin: 0;
}
.p-consultants__member__list__inner .rightbox__head__position {
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 0;
  color: #000000;
}
.p-consultants__member__list__inner .rightbox__head__name {
  font-size: 20px;
  margin: -2px 0 0;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992.02px) {
  .p-consultants__member__list__inner .rightbox__head__name {
    font-size: 24px;
  }
}
.p-consultants__member__list__inner .rightbox__head__label {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: #002d64;
  border-radius: 4px;
  padding: 5px 8px 7px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0 0;
}
@media (min-width: 768.02px) {
  .p-consultants__member__list__inner .rightbox__head__label {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
.p-consultants__member__list__inner .rightbox__info__list {
  margin: 0;
}
@media (min-width: 992.02px) {
  .p-consultants__member__list__inner .rightbox__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 40px;
  }
  .p-consultants__member__list__inner .rightbox__info__list:last-child {
    margin: 0;
  }
  .p-consultants__member__list__inner .rightbox__info__list dt {
    min-width: 12em;
    margin: 0 0 12px !important;
  }
  .p-consultants__member__list__inner .rightbox__info__list dd {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
  }
  .p-consultants__member__list__inner .rightbox__info__list.c-dl--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-consultants__member__list__inner .rightbox__info__list.c-dl--vertical dt,
  .p-consultants__member__list__inner .rightbox__info__list.c-dl--vertical dd {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .p-consultants__member__list__inner .rightbox__info__list {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .p-consultants__member__list__inner .rightbox__info__list:first-child:before {
    content: "";
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 0 20px 20px 0;
    z-index: 0;
  }
  .p-consultants__member__list__inner .rightbox__info__list:first-child dd {
    padding: 0 20px 0 0;
  }
  .p-consultants__member__list__inner .rightbox__info__list:nth-child(n+2) {
    padding: 24px 0 0;
  }
  .p-consultants__member__list__inner .rightbox__info__list dt,
  .p-consultants__member__list__inner .rightbox__info__list dd {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .p-consultants__member__list__inner .rightbox__info__list dd {
    margin: 0;
  }
}
.p-consultants__member__list__inner .rightbox__info__list .title--main {
  font-size: 16px;
  font-weight: 700;
  color: #002d64;
  margin: 0 0 8px;
}
@media (min-width: 992.02px) {
  .p-consultants__member__list__inner .rightbox__info__list .title--main {
    font-size: 18px;
  }
}
.p-consultants__member__list__inner .rightbox__info__list .title--sub {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px;
}
@media (min-width: 992.02px) {
  .p-consultants__member__list__inner .rightbox__info__list .title--sub {
    font-size: 20px;
  }
}
.p-consultants__member__list__inner .rightbox__info__list .text {
  font-size: 16px;
  margin: 0;
}

.p-education__fv {
  position: relative;
  overflow: hidden;
  height: 88vh;
}
@media (max-width: 992px) {
  .p-education__fv {
    height: auto;
  }
}
.p-education__fv::before {
  content: "";
  position: absolute;
  background-image: url("../images/education/fv/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  top: -40px;
  right: -40px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 992px) {
  .p-education__fv::before {
    background-image: url("../images/education/fv/bg--sp.png");
    top: 0;
    width: 110%;
  }
}
.p-education__fv__inner {
  max-width: 100%;
  height: 90vh;
}
@media (max-width: 992px) {
  .p-education__fv__inner {
    height: auto;
  }
}
.p-education__fv__inner__text {
  max-width: 480px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .p-education__fv__inner__text {
    margin-top: 24px;
    max-width: 70%;
  }
}
.p-education__fv__inner__btns {
  margin-top: 72px;
}
@media (max-width: 992px) {
  .p-education__fv__inner__btns {
    margin-top: 240px;
    position: relative;
  }
  .p-education__fv__inner__btns::before {
    content: "";
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.74);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.p-education__banner {
  text-align: center;
  position: relative;
  top: -120px;
}
@media (max-width: 992px) {
  .p-education__banner {
    top: 0;
    margin-bottom: 48px;
  }
}
.p-education__topicks__contents__l {
  width: 330px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .p-education__topicks__contents__l {
    width: 100%;
  }
}
.p-education__topicks__contents__l__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__topicks__contents__l__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .p-education__topicks__contents__l__ttl h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .p-education__topicks__contents__l__pc-only {
    display: none;
  }
}
.p-education__topicks__contents__l__sp-only {
  display: none;
}
@media (max-width: 992px) {
  .p-education__topicks__contents__l__sp-only {
    display: block;
  }
}
.p-education__topicks__contents__r {
  min-width: 30%;
  max-width: 60%;
  margin-bottom: 116px;
}
@media (max-width: 992px) {
  .p-education__topicks__contents__r {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.p-education__topicks__contents__r ul {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .p-education__topicks__contents__r ul {
    margin-bottom: 40px;
  }
}
.p-education__topicks__contents__r ul li {
  border-bottom: 1px solid #9EADBD;
  padding: 8px 0;
}
.p-education__topicks__contents__r ul li a span {
  font-size: 14px;
  color: #A5A5A5;
}
.p-education__topicks__contents__r ul li a p {
  font-weight: bold;
  color: #3E3A39;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-education__concept {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .p-education__concept {
    margin-bottom: 40px;
  }
}
.p-education__concept__hero {
  background-color: #CC131A;
  padding: 16px 0;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .p-education__concept__hero {
    margin-bottom: 32px;
  }
}
.p-education__concept__hero h2 {
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.p-education__about {
  background-color: #F7DADC;
  padding: 48px 0;
}
.p-education__about__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__about__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .p-education__about__ttl h3 {
    font-size: 20px;
  }
}
.p-education__about__contents iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-education__message {
  padding: 48px 0;
}
.p-education__message .leftbox__profile {
  margin: 8px 0 0;
}
@media (max-width: 768px) {
  .p-education__message .leftbox__profile {
    margin: 8px 0 20px;
  }
}
.p-education__message .leftbox__profile .title--sub {
  font-size: 14px;
  margin: 0;
}
.p-education__message .leftbox__profile .title--main {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.p-education__message__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__message__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .p-education__message__ttl h3 {
    font-size: 20px;
  }
}
.p-education__people__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__people__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .p-education__people__ttl h3 {
    font-size: 20px;
  }
}
.p-education__people__contents__item {
  margin-bottom: 48px;
}
.p-education__people__contents__item .img {
  margin-bottom: 0;
  position: relative;
  width: 240px;
  margin: 0 auto;
  color: #fff;
}
.p-education__people__contents__item .img span {
  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;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 100px;
  height: 100px;
  background-color: #CC131A;
  border-radius: 160px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .p-education__people__contents__item:nth-child(even) .img {
    position: relative;
    left: 24px;
  }
  .p-education__people__contents__item:nth-child(even) .img span {
    right: auto;
    left: -24px;
  }
}
@media (max-width: 992px) {
  .p-education__people__contents__item:nth-child(odd) .img {
    position: relative;
    right: 24px;
  }
}
.p-education__people__contents__item__profile {
  max-width: 360px;
  margin: 0 auto;
}
.p-education__people__contents__item__profile span {
  font-size: 12px;
  font-weight: bold;
  color: #CC131A;
}
.p-education__work {
  position: relative;
  margin-bottom: 80px;
}
.p-education__work::before {
  content: "";
  position: absolute;
  background-color: #F7DADC;
  background-repeat: no-repeat;
  background-position: left top;
  top: 80px;
  right: 0;
  width: 75%;
  height: 500px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-education__work::before {
    height: 42%;
  }
}
.p-education__work__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__work__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-education__work__ttl h3 {
    font-size: 20px;
  }
}
.p-education__work__subttl p {
  color: #CC131A;
  font-weight: bold;
  font-size: 20px;
}
.p-education__work__contents {
  margin-bottom: 120px;
}
.p-education__work__contents__item {
  position: relative;
}
.p-education__work__contents__item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 60px;
  background-image: url("../images/education/work/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 40px;
}
.p-education__work__contents__item:nth-child(2)::before {
  background-image: url("../images/education/work/icon02.png");
}
.p-education__work__contents__item:nth-child(3)::before {
  background-image: url("../images/education/work/icon03.png");
}
.p-education__work__contents__item h3 {
  color: #CC131A;
  font-weight: bold;
  font-size: 20px;
  margin: 8px 0;
}
@media (max-width: 992px) {
  .p-education__work__contents__item {
    margin-bottom: 40px;
  }
}
.p-education__work__contents__item__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-education__work__contents__item__img {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-education__work__contents__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-education__work__contents__item__text {
  background-color: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-education__work__subttl02 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-education__work__flow {
  background-color: #F7DADC;
  border-radius: 8px;
  padding-left: 0;
  padding: 48px;
}
@media (max-width: 992px) {
  .p-education__work__flow {
    padding: 48px 16px;
  }
}
.p-education__work__flow li {
  gap: 64px;
  padding-bottom: 64px;
  position: relative;
}
.p-education__work__flow li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #CC131A;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 74px;
  z-index: 0;
}
.p-education__work__flow li:last-child::before {
  display: none;
}
.p-education__work__flow__time p {
  color: #CC131A;
  font-weight: bold;
}
.p-education__work__flow__box {
  gap: 48px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.p-education__work__flow__box::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #CC131A;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 120px;
  top: 8px;
  left: -40px;
}
.p-education__work__flow__box__ttl p {
  color: #CC131A;
  font-weight: bold;
}
.p-education__support {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-education__support {
    margin-bottom: 24px;
  }
}
.p-education__support__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__support__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-education__support__ttl h3 {
    font-size: 20px;
  }
}
.p-education__support__subttl p {
  font-size: 18px;
  font-weight: bold;
}
.p-education__support h4 {
  color: #CC131A;
  font-size: 16px;
}
.p-education__requirement {
  background-color: #F7DADC;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .p-education__requirement {
    padding: 24px 0;
  }
}
.p-education__requirement__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-education__requirement__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-education__requirement__ttl h3 {
    font-size: 20px;
  }
}
.p-education__requirement__accordion {
  max-width: 960px;
  margin: 0 auto;
}
.p-education__requirement__accordion .c-job-card {
  border: none;
  margin-bottom: 0px;
}
.p-education__requirement__accordion .c-job-card:last-child {
  margin-bottom: 0;
}
.p-education__requirement__accordion .c-job-card__header {
  width: 100%;
  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: 16px 24px;
  border: 2px solid #CC131A;
  color: #CC131A;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-education__requirement__accordion .c-job-card__header:hover {
  background-color: #fce8ea;
}
.p-education__requirement__accordion .c-job-card__header[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.p-education__requirement__accordion .c-job-card__header[aria-expanded=true] .c-job-card__icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.p-education__requirement__accordion .c-job-card__icon {
  position: relative;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-education__requirement__accordion .c-job-card__icon::before, .p-education__requirement__accordion .c-job-card__icon::after {
  content: "";
  position: absolute;
  background-color: #CC131A;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p-education__requirement__accordion .c-job-card__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-education__requirement__accordion .c-job-card__icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-education__requirement__accordion .c-job-card__body {
  border-left: 2px solid #CC131A;
  border-right: 2px solid #CC131A;
  border-bottom: 2px solid #CC131A;
  border-radius: 0 0 4px 4px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-education__requirement__accordion .c-job-card__body[aria-hidden=true] {
  border: none;
  padding: 0;
}
.p-education__requirement__accordion .c-job-card__body[aria-hidden=false] {
  max-height: 10000px !important;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.p-education__requirement__accordion .c-job-card__body .ttl h4 {
  font-size: 20px;
  color: #CC131A;
  font-weight: bold;
}
.p-education__requirement__accordion .c-job-card__body .box {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px;
}
.p-education__requirement__accordion .c-job-card__body .box p {
  margin-bottom: 8px;
  padding: 0;
}
.p-education__requirement__accordion .c-job-card__body p {
  padding-bottom: 16px;
  margin: 0;
  line-height: 1.8;
}
.p-education__requirement__accordion .c-job-card__body p:last-child {
  padding-bottom: 0;
}
.p-education__qa {
  padding: 40px 0;
}
.p-education__qa__ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 6px solid #002D64;
  margin-bottom: 48px;
}
.p-education__qa__box {
  background-color: #E6EEF4;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .p-education__qa__box {
    margin-bottom: 24px;
    padding: 16px 24px;
  }
}
.p-education__qa__box h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  margin-left: 8px;
}
.p-education__qa__box h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: -16px;
}
@media (max-width: 992px) {
  .p-education__qa__box h4 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .p-education__qa__box p {
    font-size: 14px;
  }
}
.p-education__school-ie {
  padding: 48px 0 0 0;
}
.p-education__school-ie__ttl h3 {
  color: #CC131A;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .p-education__school-ie__ttl h3 {
    font-size: 18px;
  }
}
.p-education__school-ie__img {
  margin-bottom: 24px;
  text-align: center;
}
.p-education__school-ie__btn01 {
  margin-bottom: 80px;
}
.p-education__school-ie__btn01 a {
  border-color: #CC131A;
  color: #CC131A;
  padding-left: 0;
}
.p-education__school-ie__btn01 a::after {
  display: none;
}
.p-education__school-ie__company {
  margin-bottom: 40px;
}
.p-education__school-ie__company__img {
  text-align: center;
}
.p-education__school-ie__company__ttl h3 {
  font-size: 24px;
  color: #002D64;
}
@media (max-width: 992px) {
  .p-education__school-ie__company__ttl h3 {
    font-size: 18px;
  }
}
.p-education__school-ie__consultation {
  background-color: #E6EEF4;
  padding: 36px 0;
}

.p-form__head__inner {
  padding: 80px 0 40px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-form__head__inner {
    padding: 30px 0 0;
  }
}
.p-form__head__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .p-form__head__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-form__head__text.pc {
    display: none;
  }
}
.p-form__head__text.sp {
  padding: 0 0 40px;
}
@media (min-width: 768.02px) {
  .p-form__head__text.sp {
    display: none;
  }
}
.p-form__head__text p {
  font-size: 16px;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .p-form__head__text p {
    font-size: 14px;
  }
}
.p-form__head__text p:last-child {
  margin-bottom: 0;
}

.p-front__fv {
  padding: 40px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-front__fv {
    padding: 10px 0 0px;
  }
}
.p-front__fv:after {
  content: "";
  display: block;
  background-image: url("../images/bg/item-bottom@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  max-height: 163px;
  height: 10vw;
  width: 100%;
  margin: -5vw 0 0;
}
@media (max-width: 992px) {
  .p-front__fv:after {
    max-height: inherit;
    height: 12.4vw;
    margin: 8vw 0 0;
  }
}
.p-front__fv__head {
  position: relative;
  color: #002d64;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.p-front__fv__head::before {
  content: "";
  position: absolute;
  left: -60px;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 32px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #ffd600), color-stop(85%, #ffd600), to(transparent));
  background: linear-gradient(to right, transparent 0%, #ffd600 15%, #ffd600 85%, transparent 100%);
  z-index: -1;
}
@media (max-width: 992px) {
  .p-front__fv__head::before {
    left: 0px;
    right: 0px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #ffd600), color-stop(85%, #ffd600), to(transparent));
    background: linear-gradient(to right, transparent 0%, #ffd600 15%, #ffd600 85%, transparent 100%);
  }
}
@media (max-width: 992px) {
  .p-front__fv__head {
    margin: 40px 0 0;
  }
}
.p-front__fv__title {
  color: #002d64;
  font-size: 28px;
  letter-spacing: 0em;
  margin: 30px 0 0;
  z-index: 2;
}
.p-front__fv__title strong {
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media (max-width: 992px) {
  .p-front__fv__title strong {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .p-front__fv__title {
    margin: -30px 0 0 8px;
    position: relative;
    padding: 0px 8px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.78);
    display: inline-block;
  }
}
.p-front__fv__title-sub {
  font-size: 24px;
  color: #002d64;
  margin: 20px 0 0;
  letter-spacing: 0.06em;
}
.p-front__fv__info {
  margin: 20px 0 0;
  color: #3a4856;
}
.p-front__fv__info span {
  color: #0097db;
}
@media (max-width: 992px) {
  .p-front__fv__info {
    font-size: 14px;
  }
}
.p-front__fv__link {
  margin: 50px 0 0;
}
@media (max-width: 992px) {
  .p-front__fv__link {
    margin: 30px 0 0;
  }
}
@media (max-width: 992px) {
  .p-front__fv__inner > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-front__about {
  padding: 60px 0 0px;
}
@media (max-width: 768px) {
  .p-front__about {
    padding: 40px 0 0px;
  }
}
.p-front__about__header {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .p-front__about__header {
    padding: 0 0 40px;
  }
}
.p-front__about__header:after {
  position: absolute;
  right: 0;
  bottom: 40px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-01@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  height: 176px;
  width: 186px;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-front__about__header:after {
    bottom: -40px;
  }
}
.p-front__about__headline {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768.02px) {
  .p-front__about__headline {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .p-front__about__headline {
    padding: 0 44px;
  }
}
.p-front__about__headline .lead {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-front__about__headline .lead {
    font-size: 14px;
  }
}
.p-front__about__subheadline {
  margin: 60px auto 0;
  text-align: left;
}
@media (min-width: 768.02px) {
  .p-front__about__subheadline {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .p-front__about__subheadline {
    margin: 20px auto 0;
  }
}
.p-front__about__subheadline .lead {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-front__about__subheadline .lead {
    font-size: 12px;
  }
}
.p-front__about__contents {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .p-front__about__contents {
    padding: 40px 0 0;
  }
}
.p-front__about__contents__field .leftbox .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-front__about__contents__field .leftbox .img-list {
    gap: 10px;
  }
}
.p-front__about__contents__field .leftbox .img-list__box {
  padding: 32px 16px 16px;
  text-align: center;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 12px);
  flex: 1 1 calc(50% - 12px);
}
@media (max-width: 768px) {
  .p-front__about__contents__field .leftbox .img-list__box {
    padding: 20px 16px 16px;
  }
}
.p-front__about__contents__field .leftbox .img-list__box h4 {
  font-size: 16px;
  margin: 10px 0 0;
  color: #002d64;
}
@media (max-width: 768px) {
  .p-front__about__contents__field .leftbox .img-list__box h4 {
    font-size: 14px;
    margin: 0;
  }
}
@media (min-width: 768.02px) {
  .p-front__about__contents__field .leftbox .img-list__box h4 br {
    display: none;
  }
}
@media (min-width: 768.02px) {
  .p-front__about__contents__field .rightbox .col__inner {
    padding-right: 40px;
  }
}
.p-front__about__contents__field .rightbox .text-box p:last-child {
  margin-bottom: 0;
}
.p-front__about__contents__field .rightbox .text-link {
  margin: 30px 0 50px;
}
.p-front__about__contents__field .rightbox .img-box {
  width: calc(50vw - 20px);
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .p-front__about__contents__field .rightbox .img-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-front__about__contents__field .rightbox .img-box img {
  width: 100%;
  height: auto;
}
.p-front__reason {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-front__reason {
    padding: 40px 0;
  }
}
.p-front__search__contents {
  /* type="submit"ボタン用スタイル */
}
.p-front__search__contents button[type=submit] {
  margin-top: 24px;
}
.p-front__search__pickup {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front__search__pickup {
    padding: 40px 0;
  }
}
.p-front__search__pickup::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/bg/item-01@2x.png");
  background-size: 100% 100%;
  width: 282px;
  height: 266px;
  right: -20px;
  bottom: 40px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768.02px) {
  .p-front__search__pickup::before {
    width: 187px;
    height: 177px;
    right: 0px;
    bottom: 40px;
  }
}
.p-front__case {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-front__case {
    padding: 40px 0;
  }
}
.p-front__case__contents__field {
  counter-reset: case-number;
}
.p-front__case__contents__field .card {
  margin-bottom: 20px;
}
.p-front__case__contents__field .card:last-child {
  margin-bottom: 0;
}
.p-front__case__contents__field .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front__case__contents__field .card__number {
  position: relative;
  margin: 0 0 12px;
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card__number {
    margin: 0 0 4px;
  }
}
.p-front__case__contents__field .card__number::before {
  counter-increment: case-number;
  content: "case " counter(case-number, decimal-leading-zero);
  display: inline-block;
  font-size: 16px;
  color: #BFBFBF;
  font-weight: 700;
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card__number::before {
    font-size: 18px;
  }
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card:nth-child(1) {
    padding-left: 10%;
  }
  .p-front__case__contents__field .card:nth-child(2) {
    padding-left: 30%;
  }
  .p-front__case__contents__field .card:nth-child(3) {
    padding-left: 20%;
  }
  .p-front__case__contents__field .card:nth-child(4) {
    padding-left: 40%;
  }
}
.p-front__case__contents__field .card__leftbox {
  min-width: 140px;
  width: 140px;
}
@media (max-width: 768px) {
  .p-front__case__contents__field .card__leftbox {
    min-width: 100px;
    width: 100px;
  }
}
.p-front__case__contents__field .card__leftbox .thumb {
  width: 100%;
  margin: -8px 0 0 -14px;
}
.p-front__case__contents__field .card__rightbox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card__rightbox {
    padding-left: 10px;
  }
}
.p-front__case__contents__field .card__rightbox .text--sub {
  color: #002d64;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 12px;
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card__rightbox .text--sub {
    font-size: 18px;
  }
}
.p-front__case__contents__field .card__rightbox .text--main {
  color: #3a4856;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-front__case__contents__field .card__rightbox .text--main {
    font-size: 18px;
    padding: 0 0 0 24px;
  }
}
.p-front__recruit {
  padding: 60px 0;
  background-image: url("../images/top/recruit/recruit-bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  .p-front__recruit {
    padding: 40px 0;
  }
}
.p-front__recruit__contents {
  margin: 60px 0 0;
}
@media (min-width: 768.02px) {
  .p-front__recruit__contents a {
    min-width: 340px;
  }
}
@media (max-width: 768px) {
  .p-front__recruit__contents .row > div {
    margin-bottom: 60px;
  }
  .p-front__recruit__contents .row > div:last-child {
    margin-bottom: 0;
  }
}
.p-front__message {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front__message {
    padding: 40px 0 0;
  }
}
.p-front__message:before {
  position: absolute;
  right: 0;
  top: 120px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-01@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  height: 176px;
  width: 186px;
  z-index: -1;
}
.p-front__message:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  display: block;
  background-image: url("../images/bg/item-02@2x.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 126px;
  height: 258px;
  z-index: -1;
}
.p-front__message__header img {
  width: 160px;
  height: auto;
  margin: 0 auto 16px;
}
.p-front__message__contents {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .p-front__message__contents {
    margin: 20px 0 0;
  }
}
.p-front__message__contents .leftbox {
  text-align: center;
}
@media (max-width: 768px) {
  .p-front__message__contents .leftbox img {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-front__message__contents .rightbox {
    margin-top: 40px;
  }
}
.p-front__message__contents .rightbox .title {
  font-size: 18px;
  font-weight: 700;
  color: #002d64;
  margin: 0 0 20px;
}
@media (min-width: 768.02px) {
  .p-front__message__contents .rightbox .title {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
.p-front__message__contents .rightbox .text p {
  font-size: 16px;
}
.p-front__message__contents .rightbox .text p:last-child {
  margin-bottom: 0;
}
.p-front__message__contents .rightbox .profile {
  margin: 20px 0 0;
  text-align: right;
}
@media (min-width: 768.02px) {
  .p-front__message__contents .rightbox .profile {
    margin: 40px 0 0;
  }
}
.p-front__message__contents .rightbox .profile__position {
  font-size: 14px;
  color: #002d64;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-front__message__contents .rightbox .profile__position {
    font-size: 16px;
  }
}
.p-front__message__contents .rightbox .profile__name {
  font-size: 16px;
  font-weight: 700;
  color: #002d64;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-front__message__contents .rightbox .profile__name {
    font-size: 18px;
  }
}
.p-front__region {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front__region {
    padding: 40px 0;
  }
}
.p-front__region__header__text p {
  margin-bottom: 1em;
}
.p-front__region__header__text p:last-child {
  margin-bottom: 0;
}
.p-front__region__header__text {
  margin: 0 0 40px;
}
.p-front__region__contents .leftbox .col__inner {
  border: 4px solid #0097db;
}
.p-front__region__contents .leftbox .col__inner .card__list > li {
  background: #e6eef4;
}
.p-front__region__contents .leftbox .col__inner .card__list__head .title {
  color: #0097db;
}
.p-front__region__contents .rightbox .col__inner {
  border: 4px solid #e59c23;
}
@media (max-width: 768px) {
  .p-front__region__contents .rightbox .col__inner {
    margin-top: 30px;
  }
}
.p-front__region__contents .rightbox .col__inner .card__link span {
  color: #e59c23;
}
.p-front__region__contents .rightbox .col__inner .card__link span:after {
  background-image: url("../images/icon/arrow-side--accent.svg");
}
.p-front__region__contents .card__text {
  margin: 0 0 20px;
}
.p-front__region__contents .card__text p {
  font-size: 16px;
  margin: 0 0 1em;
}
.p-front__region__contents .card__text p:last-child {
  margin-bottom: 0;
}
.p-front__region__contents .card .col__inner {
  padding: 20px 16px;
}
.p-front__region__contents .card__head {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  color: #3a4856;
}
.p-front__region__contents .card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-front__region__contents .card__list li {
  padding: 20px 16px;
  list-style: none;
  margin-bottom: 10px;
}
.p-front__region__contents .card__list li:last-child {
  margin-bottom: 0;
}
.p-front__region__contents .card__list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-front__region__contents .card__list__head img {
  width: 32px;
}
.p-front__region__contents .card__list__head .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  padding-left: 12px;
  margin: 0 0 16px;
}
.p-front__region__contents .card__list__body p {
  margin: 0 0 1em;
}
.p-front__region__contents .card__list__body p:last-of-type {
  margin-bottom: 0;
}
.p-front__region__contents .card__link {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .p-front__region__contents .card__link {
    margin: 20px 0 0;
  }
}
.p-front__company {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front__company {
    padding: 20px 0;
  }
}
.p-front__company__header__text p {
  margin-bottom: 1em;
}
.p-front__company__header__text p:last-child {
  margin-bottom: 0;
}
.p-front__company__header__text {
  margin: 0 0 40px;
}
.p-front__company__contents {
  margin: 20px 0 0;
}
@media (min-width: 768.02px) {
  .p-front__company__contents {
    margin: 40px 0 0;
  }
}
.p-front__company__contents dl {
  padding: 24px 0 24px;
  position: relative;
  border-top: 1px solid #002d64;
}
.p-front__company__contents dl:before {
  content: "";
  background: #002d64;
  width: 200px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-front__company__contents dl {
    display: block;
  }
}
.p-front__company__contents dl dt,
.p-front__company__contents dl dd {
  font-size: 14px;
}
@media (min-width: 768.02px) {
  .p-front__company__contents dl dt,
  .p-front__company__contents dl dd {
    font-size: 16px;
  }
}
.p-front__company__contents dl dt {
  font-weight: 700;
}
@media (min-width: 768.02px) {
  .p-front__company__contents dl dt {
    min-width: 200px;
    max-width: 200px;
    padding-right: 16px;
  }
}
.p-front__company__contents dl dd {
  margin: 0;
}
@media (max-width: 768px) {
  .p-front__company__contents dl dd {
    margin: 8px 0 0;
  }
}
.p-front__history {
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front__history {
    padding: 20px 0 40px;
  }
}
.p-front__history__header__text p {
  margin-bottom: 1em;
}
.p-front__history__header__text p:last-child {
  margin-bottom: 0;
}
.p-front__history__header__text {
  margin: 0 0 40px;
}
.p-front__history__contents {
  margin: 20px 0 0;
}
@media (min-width: 768.02px) {
  .p-front__history__contents {
    margin: 40px 0 0;
  }
}
.p-front__history__contents__list {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.p-front__history__contents__list:before {
  content: "";
  display: block;
  width: 1px;
  background: #002d64;
  height: 100%;
  background: #002d64;
  position: absolute;
  left: 6px;
  top: 8px;
  border-radius: 50%;
}
.p-front__history__contents__list > li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .p-front__history__contents__list > li {
    padding-bottom: 16px;
  }
}
.p-front__history__contents__list > li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #002d64;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-front__history__contents__list > li:before {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .p-front__history__contents__list > li dl {
    display: block;
  }
}
.p-front__history__contents__list > li dl dt,
.p-front__history__contents__list > li dl dd {
  font-size: 14px;
}
@media (min-width: 768.02px) {
  .p-front__history__contents__list > li dl dt,
  .p-front__history__contents__list > li dl dd {
    font-size: 16px;
  }
}
.p-front__history__contents__list > li dl dt {
  font-weight: 700;
  position: relative;
  padding-right: 1em;
  white-space: nowrap;
}
.p-front__history__contents__list > li dl dt:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768.02px) {
  .p-front__history__contents__list > li dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-front__history__contents__list > li dl dd {
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-front__history__contents__list > li dl dd {
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .p-front__history__contents__list > li dl dd {
    margin: 8px 0 0;
  }
}

.p-jobs__search {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-jobs__search {
    padding: 30px 0;
  }
}
.p-jobs__search__head {
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .p-jobs__search__head {
    padding: 0 0 30px;
  }
}
.p-jobs__search__head p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-jobs__search__head p {
    font-size: 14px;
  }
}

.p-reason__fv {
  background-image: url("../images/reason/fv-bg--sp@2x.png");
  background-repeat: no-repeat;
  background-position: top 20% center;
  background-size: cover;
  padding: 30px 0 34vw;
}
@media (min-width: 768.02px) {
  .p-reason__fv {
    background-image: url("../images/reason/fv-bg@2x.png");
    background-position: center;
    padding: 60px 0;
  }
}
.p-reason__fv__title img {
  width: 40px;
}
@media (min-width: 768.02px) {
  .p-reason__fv__title img {
    width: 60px;
  }
}
.p-reason__fv__text p {
  font-size: 14px;
}
@media (min-width: 768.02px) {
  .p-reason__fv__text p {
    font-size: 16px;
  }
}
.p-reason__fv__text p:last-child {
  margin-bottom: 0;
}
.p-reason__point {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-reason__point {
    padding: 30px 0;
  }
}
.p-reason__point__list {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-reason__point__list {
    margin-bottom: 30px;
  }
}
.p-reason__point__list:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-reason__point__list:first-child .rightbox .col__inner {
    margin-top: -28vw;
  }
}
@media (max-width: 768px) {
  .p-reason__point__list:nth-child(odd) .rightbox .col__inner {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
@media (min-width: 768.02px) {
  .p-reason__point__list:nth-child(odd) .rightbox .col__inner {
    width: calc(50vw - 20px);
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 768.02px) {
  .p-reason__point__list:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .p-reason__point__list:nth-child(even) .rightbox .col__inner {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
@media (min-width: 768.02px) {
  .p-reason__point__list:nth-child(even) .rightbox .col__inner {
    width: calc(50vw - 20px);
    margin-left: calc(100% - 50vw);
  }
}
@media (max-width: 768px) {
  .p-reason__point__list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-reason__point__list .rightbox .col__inner img {
  width: 100%;
}
.p-reason__flow {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-reason__flow {
    padding: 30px 0;
  }
}
.p-reason__flow__list {
  margin: 40px 0 0;
  counter-reset: step;
}
.p-reason__flow__list .card {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-reason__flow__list .card {
    margin-bottom: 50px;
  }
}
.p-reason__flow__list .card:last-child {
  margin-bottom: 0;
}
.p-reason__flow__list .card__inner {
  background-color: #e6eef4;
  padding: 50px 20px 30px;
  position: relative;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__inner {
    height: 100%;
  }
}
.p-reason__flow__list .card__number {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-reason__flow__list .card__number::before {
  content: "STEP " counter(step);
  counter-increment: step;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0097db;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  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;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__number::before {
    font-size: 12px;
  }
}
.p-reason__flow__list .card__head {
  margin: 0 0 30px;
}
.p-reason__flow__list .card__head .title--main {
  background: #ffffff;
  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;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  width: 282px;
  margin: 0 auto 20px;
  color: #000000;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__head .title--main {
    font-size: 18px;
  }
}
.p-reason__flow__list .card__head .title--sub {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__head .title--sub {
    font-size: 20px;
  }
}
.p-reason__flow__list .card__head .title--sub {
  font-weight: 700;
  margin: 0;
  color: #002d64;
}
.p-reason__flow__list .card__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-reason__flow__list .card__list > li {
  font-size: 14px;
  margin: 0 0 12px;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__list > li {
    font-size: 16px;
  }
}
.p-reason__flow__list .card__list > li span {
  color: #002d64;
  font-weight: 700;
}
.p-reason__flow__list .card__list > li:before {
  content: "・";
  margin: 0 4px 0 0;
  font-size: 16px;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__list > li:before {
    font-size: 18px;
  }
}
.p-reason__flow__list .card__list > li:last-child {
  margin-bottom: 0;
}
.p-reason__flow__list .card__info {
  margin-top: 30px;
  text-align: center;
}
.p-reason__flow__list .card__info p {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-reason__flow__list .card__info p {
    font-size: 16px;
  }
}
.p-reason__qa {
  padding: 30px 0 60px;
}
@media (max-width: 768px) {
  .p-reason__qa {
    padding: 30px 0;
  }
}
.p-reason__qa__head .title {
  display: inline-block;
  position: relative;
}
.p-reason__qa__head .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #002d64;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-reason__qa__list {
  margin: 60px 0 0;
}
.p-reason__qa__list article {
  margin-bottom: 20px;
  background: #e6eef4;
  border-radius: 8px;
  padding: 20px;
}
.p-reason__qa__list article:last-child {
  margin-bottom: 0;
}
.p-reason__qa__list article .q {
  font-size: 16px;
  margin: 0 0 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000000;
}
@media (min-width: 768.02px) {
  .p-reason__qa__list article .q {
    font-size: 18px;
  }
}
.p-reason__qa__list article .q:before {
  content: "";
  margin: 4px 8px 0 0;
  width: 4px;
  height: 20px;
  font-weight: 700;
  background-color: #ffffff;
  display: inline-block;
}
.p-reason__qa__list article .a {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768.02px) {
  .p-reason__qa__list article .a {
    font-size: 16px;
  }
}

.p-schools__fv {
  position: relative;
  height: 278px;
  margin-top: 48px;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .p-schools__fv {
    height: 133px;
  }
}
.p-schools__fv::before {
  content: "";
  display: inline-block;
  width: 70%;
  height: 100%;
  background-image: url("../images/schools/fv.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 992px) {
  .p-schools__fv::before {
    width: 95%;
    top: 80px;
  }
}
.p-schools__fv__ttl {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .p-schools__fv__ttl {
    padding-top: 0;
  }
}
.p-schools__fv__ttl span {
  display: block;
  color: #CC131A;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-schools__fv__ttl h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .p-schools__fv__ttl h3 {
    font-size: 20px;
  }
}
.p-schools__cp {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .p-schools__cp {
    margin-bottom: 48px;
  }
}
.p-schools__cp p {
  font-weight: bold;
  font-size: 24px;
  line-height: 2.4;
}
@media (max-width: 992px) {
  .p-schools__cp p {
    font-size: 16px;
  }
}
.p-schools__links {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .p-schools__links {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.p-schools__links a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
  padding-bottom: 16px;
  position: relative;
  color: #3A4856;
}
@media (max-width: 992px) {
  .p-schools__links a {
    padding-left: 30px;
    margin-left: 0;
  }
}
.p-schools__links a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/schools/arrow-icon-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0px;
}
@media (max-width: 992px) {
  .p-schools__links a::before {
    top: 1px;
  }
}
@media (max-width: 992px) {
  .p-schools__links a {
    font-size: 14px;
  }
}
.p-schools__label {
  text-align: center;
  font-weight: bold;
  background-color: #F7DADC;
  padding: 24px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .p-schools__label {
    margin-bottom: 24px;
  }
}
.p-schools__label p {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-schools__label {
    font-size: 16px;
  }
}
.p-schools__consultation {
  background-color: #E6EEF4;
  padding: 36px 0;
}

.p-search--bg {
  position: relative;
  padding: 30px 0;
  background: #002d64;
  overflow: hidden;
}
.p-search--bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/icon/search-l.svg");
  background-size: 100% 100%;
  width: 168px;
  height: 176px;
  right: -40px;
  top: -20px;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768.02px) {
  .p-search--bg::before {
    width: 336px;
    height: 352px;
    right: -60px;
    top: -20px;
  }
}
@media (min-width: 768.02px) {
  .p-search--bg {
    padding: 60px 0;
  }
}
/*# sourceMappingURL=maps/style.min.css.map */