@charset "UTF-8";
/*jp post color*/
/*jp bank color*/
/*products image-color start*/
/*products image-color end*/
/*jp post color*/
/*jp bank color*/
/*products image-color start*/
/*products image-color end*/
/*********************************************************
@mixin button
*********************************************************/
html {
  min-height: 100%;
  position: relative;
}

/*********************************************************
main
*********************************************************/
main {
  position: relative;
  width: 100%;
}

/*********************************************************
browser center&footer fixed
*********************************************************/
/**IE11**/
@media all and (-ms-high-contrast: none) {
  html {
    min-height: 100%;
    position: relative;
  }

  /*.wrapper {
    margin: 0 0 200px;
  }
   
  footer {
    width: 100%;
    bottom: 0;
    height: 200px;
    position: absolute;
  }*/
  input::-ms-reveal {
    visibility: hidden;
  }
}
/**edge**/
@supports (-ms-ime-align: auto) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**CHROME**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**FIREFOX**/
@-moz-document url-prefix() {
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/**Safari**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    margin: auto;
  }

  footer {
    margin-top: auto;
  }
}
/** smp **/
@media (max-width: 767px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }

  main {
    /*20190410add start*/
    margin: auto;
    /*20190410add end*/
  }

  footer {
    margin-top: auto;
  }
}
/*********************************************************
ttl : collect
*********************************************************/
/*h1 {
  color: $color-blue2;
  font-size: 30px;
  line-height: 39px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
  &::before {
    background-color: $color-blue;
    bottom: -15px;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33%;
  }
}*/
h1 {
  font-size: 26px;
  text-align: center;
}

h2 {
  color: #333333;
  font-size: 24px;
}

h3 {
  font-size: 22px;
  /*padding: 30px 0 0;*/
}

h4 {
  font-size: 22px;
  /*padding: 30px 0 0;*/
}

h5 {
  font-size: 20px;
  /*padding: 30px 0 0;*/
}

/*********************************************************
pageComp-h1 mypageComp-h1
*********************************************************/
.pageComp-h1 {
  color: #0061d5;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 48px 0;
  padding: 0 0 6px 0;
  position: relative;
  text-align: center;
}
.pageComp-h1::before {
  background-color: #000099;
  bottom: 0px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
}

@media screen and (max-width: 767px) {
  .pageComp-h1 {
    color: #0061d5;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
  }
  .pageComp-h1::before {
    background-color: #000099;
    bottom: 0px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33%;
  }
}
.mypageComp-h1 {
  color: #0061d5;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 28px 0;
  padding: 0 0 6px 0;
  position: relative;
  text-align: center;
}
.mypageComp-h1::before {
  background-color: #000099;
  bottom: 0px;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
}

@media screen and (max-width: 767px) {
  .mypageComp-h1 {
    color: #0061d5;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
  }
  .mypageComp-h1::before {
    background-color: #000099;
    bottom: 0px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33%;
  }
}
/*********************************************************
pageComp-h2  mypageComp-h2
*********************************************************/
.pageComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 40px 0 36px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h2 {
    border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 40px 0 24px 0;
    padding: 0 0 6px 0;
  }
}
.mypageComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .mypageComp-h2 {
    border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 0 24px 0;
    padding: 0 0 6px 0;
  }
}
/*********************************************************
pageComp-h3
*********************************************************/
.pageComp-h3 {
  border-bottom: 3px solid #d4ecff;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  margin: 36px 0 28px 0;
  padding: 0 0 6px 0;
  position: relative;
}
.pageComp-h3:after {
  border-bottom: 3px solid #0061d5;
  bottom: -3px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .pageComp-h3 {
    border-bottom: 3px solid #d4ecff;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin: 36px 0 24px 0;
    padding: 0 0 6px 0;
    position: relative;
  }
  .pageComp-h3:after {
    border-bottom: 3px solid #0061d5;
    bottom: -3px;
    content: ".";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 30%;
  }
}
/*********************************************************
pageComp-h4
*********************************************************/
.pageComp-h4 {
  border-bottom: 3px solid #d4ecff;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  margin: 24px 0 20px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h4 {
    border-bottom: 3px solid #d4ecff;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 0 20px 0;
    padding: 0 0 6px 0;
  }
}
/*********************************************************
pageComp-h5
*********************************************************/
.pageComp-h5 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  margin: 24px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .pageComp-h5 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin: 20px 0 20px 0;
  }
}
/*********************************************************
formComp-h2
*********************************************************/
.formComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 28px 0 24px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .formComp-h2 {
    border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 24px 0 20px 0;
    padding: 0 0 6px 0;
  }
}
/*********************************************************
link
*********************************************************/
/*a {
  color: $color-blue4;
  outline: none;
  text-decoration: underline;
  &:active {
    color: $color-blue5;
  }
}*/
/*a:visited {
  color: #810081;
  text-decoration: underline;
}*/
a {
  color: #0061d5 !important;
  text-decoration: none !important;
}

a:hover {
  color: #0061d5 !important;
  text-decoration: underline !important;
}

a:visited {
  color: #0061d5 !important;
  text-decoration: none !important;
}

a.color-white:visited {
  color: #ffffff;
}

/*.text-link {
  color: $color-blue4;
  outline: none;
  text-decoration: underline;
  &:visited {
    color: #810081;
    text-decoration: none;
    &:hover {
      color: #810081;
      text-decoration: underline;
    }
  }
  &:hover {
    color: $color-blue4;
    text-decoration: underline;
  }
}*/
a.text-white {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.text-white:hover, a.text-white:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

a.text-black {
  color: #333333 !important;
  text-decoration: none !important;
}
a.text-black:hover, a.text-black:visited {
  color: #333333 !important;
  text-decoration: none !important;
}

a.text-u-none:hover, a.text-u-none:visited {
  text-decoration: none !important;
}

a.link-alpha:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a.link-alpha:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.text-link {
  color: #0061d5;
  outline: none;
}
.text-link:visited {
  color: #0061d5;
}
.text-link:visited:hover {
  color: #0061d5;
  text-decoration: underline !important;
}
.text-link:hover {
  color: #0061d5;
  text-decoration: underline !important;
}

.text-link2 {
  color: #333333 !important;
  outline: none !important;
}
.text-link2:visited {
  color: #333333 !important;
}
.text-link2:visited:hover {
  color: #333333 !important;
  text-decoration: underline !important;
}
.text-link2:hover {
  color: #333333 !important;
  text-decoration: underline !important;
}

.text-link-re {
  color: #175ba6;
  outline: none;
  text-decoration: underline;
}
.text-link-re::before {
  display: inline-block;
  padding-right: .2rem;
  color: #333333;
  content: "<";
  text-decoration: none;
}
.text-link-re:visited {
  color: #810081;
  text-decoration: none;
}
.text-link-re:visited:hover {
  color: #810081;
  text-decoration: underline;
}
.text-link-re:hover::before {
  text-decoration: underline;
  text-decoration: none;
}

/*********************************************************
p
*********************************************************/
/*p {
  margin: 15px 0;
}*/
/*********************************************************
img
*********************************************************/
img {
  max-width: 100%;
  height: auto;
}

/*********************************************************
ul dl ol
*********************************************************/
ul {
  list-style: none;
}

.ul__disc {
  color: #0061d5;
  list-style: disc;
}
.ul__disc--txt {
  color: #333333;
  line-height: 1.5;
  font-weight: normal;
}
.ul__disc2 {
  color: #333333;
  list-style: disc;
}
.ul__disc2--txt {
  color: #333333;
  line-height: 1.5;
}
.ul__circle {
  color: #0061d5;
  list-style: circle;
  margin: 0 0 0 20px;
}
.ul__square {
  color: #0061d5;
  list-style: square;
}

.ol__number {
  color: #0061d5;
  font-weight: bold;
}
.ol__number--txt {
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}
.ol__alpha {
  color: #0061d5;
  font-weight: bold;
}
.ol__alpha--txt {
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}

dt {
  font-weight: 600;
}

dd {
  font-weight: 300;
}

/*********************************************************
border colors
*********************************************************/
.color-blue-1 {
  color: #000099;
}

.color-blue-2 {
  color: #0061d5;
}

.color-blue-3 {
  color: #165ba5;
}

.color-blue-4 {
  color: #175ba6;
}

.color-blue-5 {
  color: #003d7b;
}

.color-light-blue-1 {
  color: #d4ecff;
}

.color-light-blue-2 {
  color: #a6caea;
}

.color-gray-1 {
  color: #ededed;
}

.color-gray-2 {
  color: #efefef;
}

.color-gray-3 {
  color: #d3d3d3;
}

.color-gray-4 {
  color: #b3b3b3;
}

.color-white {
  color: #ffffff;
}

.color-orange-1 {
  color: #e28517;
}

.color-orange-2 {
  color: #ff9f40;
}

.color-pink {
  color: #ff5757;
}

.color-black {
  color: #000000;
}

.color-black-2 {
  color: #333333;
}

/*********************************************************
background colors
*********************************************************/
.bg-blue-1 {
  background-color: #000099;
}

.bg-blue-2 {
  background-color: #0061d5 !important;
}

.bg-blue-3 {
  background-color: #165ba5;
}

.bg-blue-4 {
  background-color: #175ba6;
}

.bg-blue-5 {
  background-color: #003d7b;
}

.bg-light-blue-1 {
  background-color: #d4ecff;
}

.bg-light-blue-2 {
  background-color: #a6caea;
}

.bg-light-blue-3 {
  background-color: #b3e0ff;
}

.bg-light-blue-4 {
  background-color: #E6F5FF;
}

.bg-light-blue-5 {
  background-color: #aedbff;
}

.bg-light-blue-6 {
  background-color: #D1E9FF;
}

.bg-gray-1 {
  background-color: #ededed;
}

.bg-gray-2 {
  background-color: #efefef;
}

.bg-gray-3 {
  background-color: #d3d3d3;
}

.bg-gray-4 {
  background-color: #b3b3b3;
}

.bg-gray-7 {
  background-color: #ced4da;
}

.bg-gray-8 {
  background-color: #f7f7f7;
}

.bg-gray-9 {
  background-color: #6a6a6a;
}

.bg-gray-9-imp {
  background-color: #6a6a6a !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-orange-1 {
  background-color: #e28517;
}

.bg-orange-2 {
  background-color: #ff9f40;
}

.bg-red-2 {
  background-color: #dd0429;
}

.bg-red-5 {
  background-color: #ff393a;
}

.bg-pink {
  background-color: #ff5757;
}

.bg-pink-2 {
  background-color: #FFE5E5;
}

.bg-black {
  background-color: #000000;
}

.bg-black-2 {
  background-color: #333333;
}

.bg-black-2-imp {
  background-color: #333333 !important;
}

.bg-yellow-1 {
  background-color: #ffefca;
}

.bg-yellow-2 {
  background-color: #fff9ae;
}

.bg-yellow-3 {
  background-color: #fff380;
}

.bg-yellow-4 {
  background-color: #FFF5AE;
}

.bg-red-7 {
  background-color: #cc0000;
}

.bg-red-7-imp {
  background-color: #cc0000 !important;
}

.bg-green-1 {
  background-color: #66C662;
}

.bg-green-2 {
  background-color: #D8F2D3;
}

.bg-green-3 {
  background-color: #009900;
}

/*products image-color start*/
.bg-syu-orange {
  background-color: #FF7A34;
}

.bg-syu-yellow {
  background-color: #FFF7F2;
}

.bg-tei-blue1 {
  background-color: #67BBE6;
}

.bg-tei-blue2 {
  background-color: #F2FBFF;
}

.bg-gak-pink1 {
  background-color: #F0909B;
}

.bg-gak-pink2 {
  background-color: #FFF7FA;
}

.bg-cho-green1 {
  background-color: #00ADC4;
}

.bg-cho-green2 {
  background-color: #F0FBFC;
}

.bg-you-green1 {
  background-color: #00A7F0;
}

.bg-you-green2 {
  background-color: #EDF8FC;
}

.bg-p-red1 {
  background-color: #D50000;
}

.bg-checked-yellow {
  background-color: #FFEF95;
}

/*products image-color end*/
.bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0;
}

.bg-overlay2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
  /*z-index: 1;*/
  left: 0;
  right: 0;
  margin: 0;
}

.bg-transparent {
  background: transparent !important;
}

/*********************************************************
border colors
*********************************************************/
.border-ok {
  border-color: #0061d5 !important;
}

.bd-blue-1 {
  border: 1px solid #000099 !important;
}

.bd-blue-2 {
  border: 1px solid #0061d5 !important;
}

.bd-blue-2-2px {
  border: 2px solid #0061d5;
}

.bd-blue-2-3px {
  border: 3px solid #0061d5;
}

.bd-blue-3 {
  border: 1px solid #165ba5;
}

.bd-blue-4 {
  border: 1px solid #175ba6;
}

.bd-blue-5 {
  border: 1px solid #003d7b;
}

.bd-light-blue-1 {
  border: 1px solid #d4ecff;
}

.bd-light-blue-2 {
  border: 1px solid #a6caea;
}

.bd-gray-1 {
  border: 1px solid #ededed;
}

.bd-gray-2 {
  border: 1px solid #efefef;
}

.bd-gray-3 {
  border: 1px solid #d3d3d3;
}

.bd-gray-4 {
  border: 1px solid #b3b3b3;
}

.bd-white {
  border: 1px solid #ffffff;
}

.bd-orange-1 {
  border: 1px solid #e28517;
}

.bd-orange-2 {
  border: 1px solid #ff9f40;
}

.bd-pink {
  border: 1px solid #ff5757;
}

.bd-black {
  border: 1px solid #000000;
}

.bd-black-2 {
  border: 1px solid #333333;
}

.bd-red-5 {
  border: 1px solid #ff393a;
}

.bd-red-7 {
  border: 1px solid #cc0000;
}

.bd-green-3 {
  border: 1px solid #009900;
}

/*products image-color start*/
.border-syu-orange {
  border: 2px solid #FF7A34;
}

.border-syu-yellow {
  border: 2px solid #FFF7F2;
}

.border-tei-blue1 {
  border: 2px solid #67BBE6;
}

.border-tei-blue2 {
  border: 2px solid #F2FBFF;
}

.border-gak-pink1 {
  border: 2px solid #F0909B;
}

.border-gak-pink2 {
  border: 2px solid #FFF7FA;
}

.border-cho-green1 {
  border: 2px solid #00ADC4;
}

.border-cho-green2 {
  border: 2px solid #F0FBFC;
}

.border-you-green1 {
  border: 2px solid #00A7F0;
}

.border-you-green2 {
  border: 2px solid #EDF8FC;
}

.border-p-red1 {
  border: 2px solid #D50000;
}

.border-checked-yellow {
  border: 2px solid #FFEF95;
}

/*products image-color end*/
/*********************************************************
boxshadow colors
*********************************************************/
.boxshadow-syu-orange {
  -webkit-box-shadow: 0 0 0 3px #FF7A34;
          box-shadow: 0 0 0 3px #FF7A34;
}

.boxshadow-tei-blue {
  -webkit-box-shadow: 0 0 0 3px #67BBE6;
          box-shadow: 0 0 0 3px #67BBE6;
}

.boxshadow-gak-pink {
  -webkit-box-shadow: 0 0 0 3px #F0909B;
          box-shadow: 0 0 0 3px #F0909B;
}

.boxshadow-cho-green {
  -webkit-box-shadow: 0 0 0 3px #00ADC4;
          box-shadow: 0 0 0 3px #00ADC4;
}

.boxshadow-you-green {
  -webkit-box-shadow: 0 0 0 3px #00A7F0;
          box-shadow: 0 0 0 3px #00A7F0;
}

/*********************************************************
border bottom
*********************************************************/
.bdb-black-2 {
  border-bottom: 1px solid #333333;
}

.bdb-gray-7 {
  border-bottom: 1px solid #ced4da;
}

.bdb-gray-11 {
  border-bottom: 1px solid #C6C6C6;
}

.bdb-gray-11-dashed {
  border-bottom: 1px dashed #C6C6C6;
}

/*********************************************************
btn : collect
*********************************************************/
.button {
  padding: 0;
}
.button__inner {
  display: block;
  text-decoration: none !important;
}
.button__inner--1 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--1:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--1:hover {
  text-decoration: none !important;
}
.button__inner--2 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #efefef;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--2:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--2:hover {
  text-decoration: none !important;
}
.button__inner--3 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
}
.button__inner--3:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--3:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--3:hover {
  text-decoration: none !important;
}
.button__inner--4 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--4:visited {
  color: #ffffff;
  text-decoration: none;
}
.button__inner--4:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--4:hover {
  background-color: #0061d5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--5 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #b3e0ff;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 50px;
  margin: 48px 0 0;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--5:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--5:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button__inner--5:hover {
  background-color: #d3d3d3;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button__inner--6 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ffffff;
  color: #000099;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 40px;
  margin: 48px 0 0;
  text-align: center;
  border: 2px solid #000099;
}
.button__inner--6:visited {
  color: #000099;
  text-decoration: none;
}
.button__inner--6:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.button-2 {
  padding: 0;
}
.button-2__inner {
  display: block;
  text-decoration: none !important;
  width: 140px;
}
.button-2__inner--1 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 37px;
  margin: 30px 0 0;
  width: 140px;
}
.button-2__inner--1:visited {
  color: #ffffff;
  text-decoration: none;
}
.button-2__inner--1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.button-2__inner--2 {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ff9f40;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 37px;
  margin: 30px 0 0;
  width: 140px;
}
.button-2__inner--2:visited {
  color: #ffffff;
  text-decoration: none;
}
.button-2__inner--2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn1 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn1:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn1:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn2 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #000099;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #000099;
  cursor: pointer;
}
.st-Btn2:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn2:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn3 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #000099;
  cursor: pointer;
}
.st-Btn3:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn3:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn4 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff5757;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn4:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn4:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn5 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #000099;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.st-Btn5:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn5:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn5:hover {
  background-color: #0061d5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.st-Btn6 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #d4ecff;
  color: #000099;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.st-Btn6:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn6:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn6:hover {
  background-color: #d3d3d3;
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
  .st-Btn6 {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    padding: .8rem 0;
    /*border-radius: 0.25rem;*/
    margin: 48px 0 0;
    text-decoration: none;
    background-color: #d4ecff;
    color: #000099;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .st-Btn6:visited {
    color: #000099;
    text-decoration: none;
  }
  .st-Btn6:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
  }
  .st-Btn6:hover {
    background-color: #d4ecff;
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.st-Btn7 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;
  padding: .8rem 0;
  border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff5757;
  color: #ffffff;
  height: 37px;
  width: 140px;
  cursor: pointer;
}
.st-Btn7:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn7:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn8 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;
  padding: .8rem 0;
  border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff9f40;
  color: #ffffff;
  height: 37px;
  width: 140px;
  cursor: pointer;
}
.st-Btn8:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn8:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn9 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #efefef;
  color: #333333;
  cursor: pointer;
}
.st-Btn9:visited {
  color: #333333;
  text-decoration: none;
}
.st-Btn9:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn10 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #dd0429;
  cursor: pointer;
  border: 2px solid #dd0429;
  /*transition: .4s;
  &:hover {
    background: $color-red4;
  }*/
}
.st-Btn10:visited {
  color: #dd0429;
  text-decoration: none;
}
.st-Btn10:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn11 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: 5px solid #01509f;
}
.st-Btn11:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn11:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn11:hover {
  background: #0080ff;
  border-bottom: 5px solid #0080ff;
}

.st-Btn12 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
  padding: .5rem;
  -webkit-transition: .4s;
  transition: .4s;
}
.st-Btn12:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn12:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn12__inner {
  border: 1px solid #ffffff;
  padding: 1.25rem .5rem;
}
.st-Btn12:hover {
  background: #0080ff;
}

.st-Btn13 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #0061d5;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
}
.st-Btn13:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn13:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn13__inner {
  background: #d4ecff;
  border: 3px solid #0061d5;
  border-radius: .75rem;
  display: block;
  padding: 1rem .5rem;
}

.st-Btn14 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #A0A0A0;
  cursor: pointer;
  padding: 0;
}
.st-Btn14:visited {
  color: #A0A0A0;
  text-decoration: none;
}
.st-Btn14:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn14__inner {
  border: 3px solid #A0A0A0;
  border-radius: .75rem;
  display: block;
  padding: 1rem .5rem;
}

.st-Btn15 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #0061d5;
  cursor: pointer;
  padding: 0;
}
.st-Btn15:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn15:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn15__inner {
  border: 3px solid #0061d5;
  border-radius: .75rem;
  color: #0061d5;
  font-size: 24px;
  padding: 1rem .5rem;
}

.st-Btn16 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #0061d5;
  cursor: pointer;
  border: 2px solid #0061d5;
  /*transition: .4s;
  &:hover {
    background: $color-red4;
  }*/
}
.st-Btn16:visited {
  color: #0061d5;
  text-decoration: none;
}
.st-Btn16:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn17 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #0061d5;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn17:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn17:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn18 {
  border-radius: .25rem;
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff9f40;
  color: #ffffff;
  cursor: pointer;
}
.st-Btn18:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn18:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.st-Btn19 {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}
.st-Btn19:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn19:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn19__inner {
  border-radius: .75rem;
  background-color: #ff393a;
  color: #ffffff;
  font-size: 24px;
  padding: 1rem .5rem;
}

.st-Btn11-gray {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ededed;
  color: #000099;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: 5px solid #C6C6C6;
}
.st-Btn11-gray:visited {
  color: #000099;
  text-decoration: none;
}
.st-Btn11-gray:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.st-Btn11-gray:hover {
  background: #C6C6C6;
  border-bottom: 5px solid #C6C6C6;
  color: #000000;
}

.st-Btn11__request {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /*padding: 0.375rem 0.75rem;*/
  padding: .8rem 0;
  /*border-radius: 0.25rem;*/
  margin: 48px 0 0;
  text-decoration: none;
  background-color: #ff393a;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .75rem;
  border-bottom: 5px solid #d31c3b;
  padding: 1.25rem 0;
}
.st-Btn11__request:visited {
  color: #ffffff;
  text-decoration: none;
}
.st-Btn11__request:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 767px) {
  .st-Btn11__request {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    padding: .8rem 0;
    /*border-radius: 0.25rem;*/
    margin: 48px 0 0;
    text-decoration: none;
    background-color: #ff393a;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1.25rem 0;
    border-radius: .75rem;
    border-bottom: 5px solid #d31c3b;
  }
  .st-Btn11__request:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .st-Btn11__request:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
  }
  .st-Btn11__request:hover {
    background: #ff7777;
    border-bottom: 5px solid #ff7777;
  }
}
@media (max-width: 767px) {
  .st-Btn15__inner {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .st-Btn19__inner {
    font-size: 16px;
  }
}
/*********************************************************
default button
*********************************************************/
.de-Btn {
  cursor: pointer;
  /*padding: .8rem 0;*/
  height: 40px;
  margin: 48px 0 0;
}

/*********************************************************
d-flex + align-item / justify
*********************************************************/
.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.d-flex-center2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-flex-center3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/***** this mypage header use *****/
@media (min-width: 768px) {
  .d-flex-center3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.d-flex-center-jca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.d-flex-center-jca2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-center-jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex-center-jcb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex-jcb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex-center-jce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ↓ safe_life.html add */
@media (max-width: 992px) {
  .d-flex-center-jce {
    display: block;
  }
}
.media2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.media4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .d-flex-center2-sp {
    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: 768px) {
  .d-flex-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
.d-flex-center-spe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.d-flex-center-jcc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .d-flex-center-jcc-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*********************************************************
bread
*********************************************************/
.bread-area .bg {
  margin: 0 0 20px 0;
}

.bread {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0;
  /*white-space: nowrap;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  /*-webkit-overflow-scrolling: touch;*/
  /* スマホでスクロールを滑らかにする */
  /*overflow-x: auto:*/
  /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

.bread__item + .bread__item {
  font-size: 14px;
  padding-left: 0.5rem;
}
.bread__item + .bread__item::before {
  display: inline-block;
  font-size: 14px;
  padding-right: 0.5rem;
  color: #333333;
  /*content: "/";*/
  content: ">";
  text-decoration: none;
}
.bread__item + .bread__item:hover::before {
  font-size: 14px;
  text-decoration: underline;
  text-decoration: none;
}
.bread__item.active {
  font-size: 14px;
  color: #333333;
}

/*********************************************************
bg square & bg border
*********************************************************/
.area__square {
  background: #ededed;
  padding: 15px;
}
.area__square--ttl {
  padding: 0 !important;
}
.area__border {
  border: 1px solid #d3d3d3;
  padding: 15px;
}
.area__border--ttl {
  padding: 0 !important;
}

/*********************************************************
cap img
*********************************************************/
.cap {
  overflow: hidden;
}
.cap__box {
  display: table;
  float: left;
  margin: 0 15px 15px 0;
}
.cap__box--img {
  margin: 0 0 20px 0;
}
.cap__box--ttl {
  caption-side: bottom;
  display: table-caption;
  font-weight: 600;
}

/*********************************************************
img : effect
*********************************************************/
.img__effect {
  /*border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);*/
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.img__effect--exp {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--exp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--exp-card {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.img__effect--exp-card:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--trans {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect--trans:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.img__effect2 {
  overflow: hidden;
}
.img__effect2--exp {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect2--exp:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img__effect2--exp-card {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  max-width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.img__effect2--exp-card:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.img__effect2--trans {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img__effect2--trans:hover {
  opacity: 0.6;
}

/*********************************************************
page top
*********************************************************/
.page__top {
  cursor: pointer;
  background: #000099;
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 11;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
}
.page__top--box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 80px;
}
.page__top--box_inner {
  display: block;
  /*&_ttl {
    color: $color-blue;
    display: block;
    line-height: 1;
  }*/
}
.page__top--box_inner-icon {
  display: block;
  margin: 0 auto 5px;
  width: 50%;
}

@media (max-width: 767px) {
  .page__top {
    bottom: 80px;
  }
  .page__top--box {
    height: 35px;
    width: 35px;
  }
  .page__top--box_inner {
    display: block;
  }
  .page__top--box_inner-icon {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}
/*********************************************************
slick-slider custom
*********************************************************/
.fv-mv .container {
  /*max-width: 1140px;*/
  max-width: 1200px;
}
.fv-mv__box .slick-track {
  overflow: hidden;
}
.fv-mv__box .slick-slide {
  overflow: hidden;
}
.fv-mv__box .slick-slide img {
  opacity: 0.4;
}
.fv-mv__box .slick-center {
  overflow: hidden;
}
.fv-mv__box .slick-center img {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  z-index: 999;
}
.fv-mv__box .slick-slider {
  padding: 0 !important;
}
.fv-mv__box .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.fv-mv__box .slick-prev {
  left: 15px;
  z-index: 1;
  width: 17px;
  height: 52px;
}
.fv-mv__box .slick-next {
  right: 15px;
  z-index: 1;
  width: 17px;
  height: 52px;
}
.fv-mv__box .slick-dots {
  bottom: 5px !important;
}
.fv-mv__box .slick-dots li button:before {
  color: #ffffff !important;
}
.fv-mv__box .slick-dots li.slick-active button:before {
  color: #0061d5 !important;
}
.fv-mv__box--inner2 {
  position: relative !important;
}
.fv-mv__box--inner2_box-btn1 {
  cursor: pointer;
  margin: 2.25rem 2.25rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.fv-mv__box--inner2_box-btn2 {
  cursor: pointer;
  margin: 0 2.25rem 2.25rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fv-mv__txt {
  margin: 1rem 0 1.25rem 1rem;
}

@media screen and (max-width: 1229px) {
  .fv-mv__box--inner2_box-btn1 {
    margin: 2.25rem 2.25rem 0 0;
    width: 25%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 2.25rem 2.25rem 0;
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .fv-mv__box--inner2_box-btn1 {
    margin: 1.25rem 2.25rem 0 0;
    width: 25%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 2.25rem 1.25rem 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .fv-mv {
    padding-top: 0 !important;
  }
  .fv-mv__box--inner2_box-btn1 {
    margin: 0 0 1.25rem 1.25rem;
    top: initial;
    bottom: 0;
    left: 0;
    width: 43%;
  }
  .fv-mv__box--inner2_box-btn2 {
    margin: 0 1.25rem 1.25rem 0;
    top: initial;
    bottom: 0;
    right: 0;
    width: 43%;
  }
  .fv-mv__txt {
    margin: 1rem 0 1.25rem 1rem;
  }
}
/*********************************************************
slick-slider custom type 2
*********************************************************/
#fv__slider02 .slick-slide {
  margin: 0 10px;
}
#fv__slider02 .slick-list {
  margin: 0 20px;
}
#fv__slider02 .fp__prev2.slick-prev {
  height: 53px;
  left: 0;
  width: 15px;
}
#fv__slider02 .fp__next2.slick-next {
  height: 53px;
  right: 0;
  width: 15px;
}

/*********************************************************
mypageTop-slider
*********************************************************/
.ms__thumbnail .in-box--ttl {
  border-left: solid 3px #000099;
  padding: 0 0 0 5px;
  margin: 0 10px 5px;
}
.ms__thumbnail .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

.mypage__slider .in-box {
  background: #ffffff;
  /*height: 400px;*/
  height: 380px;
  overflow-y: scroll;
  margin: 0 5px;
}
.mypage__slider .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
.mypage__slider .mypage-prev.slick-prev {
  left: 2px;
  z-index: 4;
}
.mypage__slider .mypage-next.slick-next {
  right: 2px;
  z-index: 4;
}
.mypage__slider .mypage-prev.slick-disabled {
  visibility: hidden;
}
.mypage__slider .mypage-next.slick-disabled {
  visibility: hidden;
}
.mypage__slider .slick-dots li {
  margin: 0 2px;
}

/*********************************************************
note
*********************************************************/
.note {
  color: #ce0000;
  font-weight: bold;
}

.note2 {
  color: #ffffff !important;
  background-color: #0061d5 !important;
}

.badge-st {
  background-color: #dd0429;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  padding: .2rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.badge-category {
  background-color: #000099;
  color: #d4ecff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  padding: .2rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*********************************************************
txt
*********************************************************/
.txt-st {
  font-size: 14px !important;
  line-height: 1.5;
}

.txt-st-bold {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 1.5;
}

.txt-sm {
  font-size: 12px !important;
  line-height: 1.3;
}

.txt-lg {
  font-size: 16px !important;
  line-height: 1.5;
}

.txt-lg02 {
  font-size: 1.25rem;
  font-weight: bold;
}

/*********************************************************
font-color  fc
*********************************************************/
.fc-b1 {
  color: #000099;
}

.fc-b2 {
  color: #0061d5;
}

.fc-rd1 {
  color: #ce0000;
}

.fc-rd2 {
  color: #dd0429;
}

.fc-pi1 {
  color: #ff5757;
}

.fc-bk1 {
  color: #000000;
}

.fc-bk2 {
  color: #333333;
}

.fc-og1 {
  color: #e28517;
}

.fc-og2 {
  color: #ff9f40;
}

/*products image-color start*/
.fc-syu-orange {
  color: #FF7A34;
}

.fc-syu-yellow {
  color: #FFF7F2;
}

.fc-tei-blue1 {
  color: #67BBE6;
}

.fc-tei-blue2 {
  color: #F2FBFF;
}

.fc-gak-pink1 {
  color: #F0909B;
}

.fc-gak-pink2 {
  color: #FFF7FA;
}

.fc-cho-green1 {
  color: #00ADC4;
}

.fc-cho-green2 {
  color: #F0FBFC;
}

.fc-you-green1 {
  color: #00A7F0;
}

.fc-you-green2 {
  color: #EDF8FC;
}

.fc-p-red1 {
  color: #D50000;
}

.fc-checked-yellow {
  color: #FFEF95;
}

/*products image-color end*/
/*********************************************************
border-top  color  bt  
*********************************************************/
.bt-b1 {
  border-top: 1px solid #000099;
}

.bt-b2 {
  border-top: 1px solid #0061d5;
}

.bt-gr3 {
  border-top: 1px solid #d3d3d3;
}

.bt-bk1 {
  border-top: 1px solid #000000;
}

.bt-bk2 {
  border-top: 1px solid #333333;
}

/*********************************************************
border-bottom  color  bb  
*********************************************************/
.bb-gr3 {
  border-bottom: 1px solid #d3d3d3;
}

/*********************************************************
position group
*********************************************************/
.pa-tl0 {
  position: absolute;
  top: 0;
  left: 0;
}

.pa-br0 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.pa-xy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  margin: auto;
  text-align: center;
}

.pa-xy2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  margin: auto;
  text-align: center;
}

/*********************************************************
pointer
*********************************************************/
.cu-po {
  cursor: pointer;
}

/*********************************************************
side-navi
*********************************************************/
.side-navi {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.side-navi__box--ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0061d5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0;
}
.side-navi__box--inner_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem .5rem;
}
.side-navi__box--inner_conts {
  display: none;
}
.side-navi__box--inner_conts-ul {
  margin: 0;
  padding: 0;
}

/*********************************************************
marker
*********************************************************/
.mark-b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(40, 194, 255, 0)), color-stop(70%, rgba(40, 194, 255, 0.4)), to(rgba(40, 194, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(40, 194, 255, 0) 70%, rgba(40, 194, 255, 0.4) 70%, rgba(40, 194, 255, 0.4) 100%);
}
.mark-b:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 252, 55, 0)), color-stop(70%, rgba(255, 252, 55, 0.4)), to(rgba(255, 252, 55, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 252, 55, 0) 70%, rgba(255, 252, 55, 0.4) 70%, rgba(255, 252, 55, 0.4) 100%);
}

.mark-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 252, 55, 0)), color-stop(70%, rgba(255, 252, 55, 0.4)), to(rgba(255, 252, 55, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 252, 55, 0) 70%, rgba(255, 252, 55, 0.4) 70%, rgba(255, 252, 55, 0.4) 100%);
}

/*********************************************************
padding right left 15px
*********************************************************/
.pxX15 {
  padding: 0 15px;
}

/*********************************************************
-m
*********************************************************/
.ml--3 {
  margin: 0 0 0 -3rem;
}

.mX--15 {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .mX-md-15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 992px) {
  .list__mgl--press {
    margin-left: -10px;
  }
  .list__mgl--info {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .list__mgl--press {
    margin-left: -20px;
  }
  .list__mgl--info {
    margin-left: -10px;
  }
}
/*************** HomePage only margin / padding / font-size ****************/
/********************************************************************
margin : collect
********************************************************************/
.mgt0 {
  margin-top: 0rem !important;
}

.mgr0 {
  margin-right: 0rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.mgl0 {
  margin-left: 0rem !important;
}

.mY0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mX0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.m0 {
  margin: 0rem !important;
}

.mgt1 {
  margin-top: 0.25rem !important;
}

.mgr1 {
  margin-right: 0.25rem !important;
}

.mgb1 {
  margin-bottom: 0.25rem !important;
}

.mgl1 {
  margin-left: 0.25rem !important;
}

.mY1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mX1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m1 {
  margin: 0.25rem !important;
}

.mgt2 {
  margin-top: 0.5rem !important;
}

.mgr2 {
  margin-right: 0.5rem !important;
}

.mgb2 {
  margin-bottom: 0.5rem !important;
}

.mgl2 {
  margin-left: 0.5rem !important;
}

.mY2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mX2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m2 {
  margin: 0.5rem !important;
}

.mgt3 {
  margin-top: 0.75rem !important;
}

.mgr3 {
  margin-right: 0.75rem !important;
}

.mgb3 {
  margin-bottom: 0.75rem !important;
}

.mgl3 {
  margin-left: 0.75rem !important;
}

.mY3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mX3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.m3 {
  margin: 0.75rem !important;
}

.mgt4 {
  margin-top: 1rem !important;
}

.mgr4 {
  margin-right: 1rem !important;
}

.mgb4 {
  margin-bottom: 1rem !important;
}

.mgl4 {
  margin-left: 1rem !important;
}

.mY4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mX4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m4 {
  margin: 1rem !important;
}

.mgt5 {
  margin-top: 1.25rem !important;
}

.mgr5 {
  margin-right: 1.25rem !important;
}

.mgb5 {
  margin-bottom: 1.25rem !important;
}

.mgl5 {
  margin-left: 1.25rem !important;
}

.mY5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mX5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.m5 {
  margin: 1.25rem !important;
}

.mgt6 {
  margin-top: 1.5rem !important;
}

.mgr6 {
  margin-right: 1.5rem !important;
}

.mgb6 {
  margin-bottom: 1.5rem !important;
}

.mgl6 {
  margin-left: 1.5rem !important;
}

.mY6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mX6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m6 {
  margin: 1.5rem !important;
}

.mgt7 {
  margin-top: 1.75rem !important;
}

.mgr7 {
  margin-right: 1.75rem !important;
}

.mgb7 {
  margin-bottom: 1.75rem !important;
}

.mgl7 {
  margin-left: 1.75rem !important;
}

.mY7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mX7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.m7 {
  margin: 1.75rem !important;
}

.mgt8 {
  margin-top: 2rem !important;
}

.mgr8 {
  margin-right: 2rem !important;
}

.mgb8 {
  margin-bottom: 2rem !important;
}

.mgl8 {
  margin-left: 2rem !important;
}

.mY8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mX8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.m8 {
  margin: 2rem !important;
}

.mgt9 {
  margin-top: 2.25rem !important;
}

.mgr9 {
  margin-right: 2.25rem !important;
}

.mgb9 {
  margin-bottom: 2.25rem !important;
}

.mgl9 {
  margin-left: 2.25rem !important;
}

.mY9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mX9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.m9 {
  margin: 2.25rem !important;
}

.mgt10 {
  margin-top: 2.5rem !important;
}

.mgr10 {
  margin-right: 2.5rem !important;
}

.mgb10 {
  margin-bottom: 2.5rem !important;
}

.mgl10 {
  margin-left: 2.5rem !important;
}

.mY10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mX10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.m10 {
  margin: 2.5rem !important;
}

.mgt11 {
  margin-top: 2.75rem !important;
}

.mgr11 {
  margin-right: 2.75rem !important;
}

.mgb11 {
  margin-bottom: 2.75rem !important;
}

.mgl11 {
  margin-left: 2.75rem !important;
}

.mY11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mX11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.m11 {
  margin: 2.75rem !important;
}

.mgt12 {
  margin-top: 3rem !important;
}

.mgr12 {
  margin-right: 3rem !important;
}

.mgb12 {
  margin-bottom: 3rem !important;
}

.mgl12 {
  margin-left: 3rem !important;
}

.mY12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mX12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m12 {
  margin: 3rem !important;
}

.mgt13 {
  margin-top: 3.25rem !important;
}

.mgr13 {
  margin-right: 3.25rem !important;
}

.mgb13 {
  margin-bottom: 3.25rem !important;
}

.mgl13 {
  margin-left: 3.25rem !important;
}

.mY13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mX13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.m13 {
  margin: 3.25rem !important;
}

.mgt14 {
  margin-top: 3.5rem !important;
}

.mgr14 {
  margin-right: 3.5rem !important;
}

.mgb14 {
  margin-bottom: 3.5rem !important;
}

.mgl14 {
  margin-left: 3.5rem !important;
}

.mY14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mX14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.m14 {
  margin: 3.5rem !important;
}

.mgt15 {
  margin-top: 3.75rem !important;
}

.mgr15 {
  margin-right: 3.75rem !important;
}

.mgb15 {
  margin-bottom: 3.75rem !important;
}

.mgl15 {
  margin-left: 3.75rem !important;
}

.mY15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mX15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.m15 {
  margin: 3.75rem !important;
}

.mgt16 {
  margin-top: 4rem !important;
}

.mgr16 {
  margin-right: 4rem !important;
}

.mgb16 {
  margin-bottom: 4rem !important;
}

.mgl16 {
  margin-left: 4rem !important;
}

.mY16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mX16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.m16 {
  margin: 4rem !important;
}

.mgt17 {
  margin-top: 4.25rem !important;
}

.mgr17 {
  margin-right: 4.25rem !important;
}

.mgb17 {
  margin-bottom: 4.25rem !important;
}

.mgl17 {
  margin-left: 4.25rem !important;
}

.mY17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mX17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.m17 {
  margin: 4.25rem !important;
}

.mgt18 {
  margin-top: 4.5rem !important;
}

.mgr18 {
  margin-right: 4.5rem !important;
}

.mgb18 {
  margin-bottom: 4.5rem !important;
}

.mgl18 {
  margin-left: 4.5rem !important;
}

.mY18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mX18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.m18 {
  margin: 4.5rem !important;
}

.mgt19 {
  margin-top: 4.75rem !important;
}

.mgr19 {
  margin-right: 4.75rem !important;
}

.mgb19 {
  margin-bottom: 4.75rem !important;
}

.mgl19 {
  margin-left: 4.75rem !important;
}

.mY19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mX19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.m19 {
  margin: 4.75rem !important;
}

.mgt20 {
  margin-top: 5rem !important;
}

.mgr20 {
  margin-right: 5rem !important;
}

.mgb20 {
  margin-bottom: 5rem !important;
}

.mgl20 {
  margin-left: 5rem !important;
}

.mY20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mX20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.m20 {
  margin: 5rem !important;
}

.mgt21 {
  margin-top: 5.25rem !important;
}

.mgr21 {
  margin-right: 5.25rem !important;
}

.mgb21 {
  margin-bottom: 5.25rem !important;
}

.mgl21 {
  margin-left: 5.25rem !important;
}

.mY21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.mX21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.m21 {
  margin: 5.25rem !important;
}

.mgt22 {
  margin-top: 5.5rem !important;
}

.mgr22 {
  margin-right: 5.5rem !important;
}

.mgb22 {
  margin-bottom: 5.5rem !important;
}

.mgl22 {
  margin-left: 5.5rem !important;
}

.mY22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mX22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.m22 {
  margin: 5.5rem !important;
}

.mgt23 {
  margin-top: 5.75rem !important;
}

.mgr23 {
  margin-right: 5.75rem !important;
}

.mgb23 {
  margin-bottom: 5.75rem !important;
}

.mgl23 {
  margin-left: 5.75rem !important;
}

.mY23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mX23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.m23 {
  margin: 5.75rem !important;
}

.mgt24 {
  margin-top: 6rem !important;
}

.mgr24 {
  margin-right: 6rem !important;
}

.mgb24 {
  margin-bottom: 6rem !important;
}

.mgl24 {
  margin-left: 6rem !important;
}

.mY24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mX24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.m24 {
  margin: 6rem !important;
}

.mgt25 {
  margin-top: 6.25rem !important;
}

.mgr25 {
  margin-right: 6.25rem !important;
}

.mgb25 {
  margin-bottom: 6.25rem !important;
}

.mgl25 {
  margin-left: 6.25rem !important;
}

.mY25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mX25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.m25 {
  margin: 6.25rem !important;
}

.mgt26 {
  margin-top: 6.5rem !important;
}

.mgr26 {
  margin-right: 6.5rem !important;
}

.mgb26 {
  margin-bottom: 6.5rem !important;
}

.mgl26 {
  margin-left: 6.5rem !important;
}

.mY26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.mX26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.m26 {
  margin: 6.5rem !important;
}

.mgt27 {
  margin-top: 6.75rem !important;
}

.mgr27 {
  margin-right: 6.75rem !important;
}

.mgb27 {
  margin-bottom: 6.75rem !important;
}

.mgl27 {
  margin-left: 6.75rem !important;
}

.mY27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.mX27 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.m27 {
  margin: 6.75rem !important;
}

.mgt28 {
  margin-top: 7rem !important;
}

.mgr28 {
  margin-right: 7rem !important;
}

.mgb28 {
  margin-bottom: 7rem !important;
}

.mgl28 {
  margin-left: 7rem !important;
}

.mY28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mX28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.m28 {
  margin: 7rem !important;
}

.mgt29 {
  margin-top: 7.25rem !important;
}

.mgr29 {
  margin-right: 7.25rem !important;
}

.mgb29 {
  margin-bottom: 7.25rem !important;
}

.mgl29 {
  margin-left: 7.25rem !important;
}

.mY29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.mX29 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.m29 {
  margin: 7.25rem !important;
}

.mgt30 {
  margin-top: 7.5rem !important;
}

.mgr30 {
  margin-right: 7.5rem !important;
}

.mgb30 {
  margin-bottom: 7.5rem !important;
}

.mgl30 {
  margin-left: 7.5rem !important;
}

.mY30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mX30 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.m30 {
  margin: 7.5rem !important;
}

.mgt31 {
  margin-top: 7.75rem !important;
}

.mgr31 {
  margin-right: 7.75rem !important;
}

.mgb31 {
  margin-bottom: 7.75rem !important;
}

.mgl31 {
  margin-left: 7.75rem !important;
}

.mY31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

.mX31 {
  margin-right: 7.75rem !important;
  margin-left: 7.75rem !important;
}

.m31 {
  margin: 7.75rem !important;
}

.mgt32 {
  margin-top: 8rem !important;
}

.mgr32 {
  margin-right: 8rem !important;
}

.mgb32 {
  margin-bottom: 8rem !important;
}

.mgl32 {
  margin-left: 8rem !important;
}

.mY32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mX32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.m32 {
  margin: 8rem !important;
}

.mgt33 {
  margin-top: 8.25rem !important;
}

.mgr33 {
  margin-right: 8.25rem !important;
}

.mgb33 {
  margin-bottom: 8.25rem !important;
}

.mgl33 {
  margin-left: 8.25rem !important;
}

.mY33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

.mX33 {
  margin-right: 8.25rem !important;
  margin-left: 8.25rem !important;
}

.m33 {
  margin: 8.25rem !important;
}

.mgt34 {
  margin-top: 8.5rem !important;
}

.mgr34 {
  margin-right: 8.5rem !important;
}

.mgb34 {
  margin-bottom: 8.5rem !important;
}

.mgl34 {
  margin-left: 8.5rem !important;
}

.mY34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.mX34 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.m34 {
  margin: 8.5rem !important;
}

.mgt35 {
  margin-top: 8.75rem !important;
}

.mgr35 {
  margin-right: 8.75rem !important;
}

.mgb35 {
  margin-bottom: 8.75rem !important;
}

.mgl35 {
  margin-left: 8.75rem !important;
}

.mY35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.mX35 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.m35 {
  margin: 8.75rem !important;
}

.mgt36 {
  margin-top: 9rem !important;
}

.mgr36 {
  margin-right: 9rem !important;
}

.mgb36 {
  margin-bottom: 9rem !important;
}

.mgl36 {
  margin-left: 9rem !important;
}

.mY36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mX36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.m36 {
  margin: 9rem !important;
}

.mgt37 {
  margin-top: 9.25rem !important;
}

.mgr37 {
  margin-right: 9.25rem !important;
}

.mgb37 {
  margin-bottom: 9.25rem !important;
}

.mgl37 {
  margin-left: 9.25rem !important;
}

.mY37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.mX37 {
  margin-right: 9.25rem !important;
  margin-left: 9.25rem !important;
}

.m37 {
  margin: 9.25rem !important;
}

.mgt38 {
  margin-top: 9.5rem !important;
}

.mgr38 {
  margin-right: 9.5rem !important;
}

.mgb38 {
  margin-bottom: 9.5rem !important;
}

.mgl38 {
  margin-left: 9.5rem !important;
}

.mY38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.mX38 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.m38 {
  margin: 9.5rem !important;
}

.mgt39 {
  margin-top: 9.75rem !important;
}

.mgr39 {
  margin-right: 9.75rem !important;
}

.mgb39 {
  margin-bottom: 9.75rem !important;
}

.mgl39 {
  margin-left: 9.75rem !important;
}

.mY39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

.mX39 {
  margin-right: 9.75rem !important;
  margin-left: 9.75rem !important;
}

.m39 {
  margin: 9.75rem !important;
}

.mgt40 {
  margin-top: 10rem !important;
}

.mgr40 {
  margin-right: 10rem !important;
}

.mgb40 {
  margin-bottom: 10rem !important;
}

.mgl40 {
  margin-left: 10rem !important;
}

.mY40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mX40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.m40 {
  margin: 10rem !important;
}

@media (min-width: 576px) {
  .mgt-sm0 {
    margin-top: 0rem !important;
  }

  .mgr-sm0 {
    margin-right: 0rem !important;
  }

  .mgb-sm0 {
    margin-bottom: 0rem !important;
  }

  .mgl-sm0 {
    margin-left: 0rem !important;
  }

  .mY-sm0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-sm0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-sm0 {
    margin: 0rem !important;
  }

  .mgt-sm1 {
    margin-top: 0.25rem !important;
  }

  .mgr-sm1 {
    margin-right: 0.25rem !important;
  }

  .mgb-sm1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-sm1 {
    margin-left: 0.25rem !important;
  }

  .mY-sm1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-sm1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-sm1 {
    margin: 0.25rem !important;
  }

  .mgt-sm2 {
    margin-top: 0.5rem !important;
  }

  .mgr-sm2 {
    margin-right: 0.5rem !important;
  }

  .mgb-sm2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-sm2 {
    margin-left: 0.5rem !important;
  }

  .mY-sm2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-sm2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-sm2 {
    margin: 0.5rem !important;
  }

  .mgt-sm3 {
    margin-top: 0.75rem !important;
  }

  .mgr-sm3 {
    margin-right: 0.75rem !important;
  }

  .mgb-sm3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-sm3 {
    margin-left: 0.75rem !important;
  }

  .mY-sm3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-sm3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-sm3 {
    margin: 0.75rem !important;
  }

  .mgt-sm4 {
    margin-top: 1rem !important;
  }

  .mgr-sm4 {
    margin-right: 1rem !important;
  }

  .mgb-sm4 {
    margin-bottom: 1rem !important;
  }

  .mgl-sm4 {
    margin-left: 1rem !important;
  }

  .mY-sm4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-sm4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-sm4 {
    margin: 1rem !important;
  }

  .mgt-sm5 {
    margin-top: 1.25rem !important;
  }

  .mgr-sm5 {
    margin-right: 1.25rem !important;
  }

  .mgb-sm5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-sm5 {
    margin-left: 1.25rem !important;
  }

  .mY-sm5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-sm5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-sm5 {
    margin: 1.25rem !important;
  }

  .mgt-sm6 {
    margin-top: 1.5rem !important;
  }

  .mgr-sm6 {
    margin-right: 1.5rem !important;
  }

  .mgb-sm6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-sm6 {
    margin-left: 1.5rem !important;
  }

  .mY-sm6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-sm6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-sm6 {
    margin: 1.5rem !important;
  }

  .mgt-sm7 {
    margin-top: 1.75rem !important;
  }

  .mgr-sm7 {
    margin-right: 1.75rem !important;
  }

  .mgb-sm7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-sm7 {
    margin-left: 1.75rem !important;
  }

  .mY-sm7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-sm7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-sm7 {
    margin: 1.75rem !important;
  }

  .mgt-sm8 {
    margin-top: 2rem !important;
  }

  .mgr-sm8 {
    margin-right: 2rem !important;
  }

  .mgb-sm8 {
    margin-bottom: 2rem !important;
  }

  .mgl-sm8 {
    margin-left: 2rem !important;
  }

  .mY-sm8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-sm8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-sm8 {
    margin: 2rem !important;
  }

  .mgt-sm9 {
    margin-top: 2.25rem !important;
  }

  .mgr-sm9 {
    margin-right: 2.25rem !important;
  }

  .mgb-sm9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-sm9 {
    margin-left: 2.25rem !important;
  }

  .mY-sm9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-sm9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-sm9 {
    margin: 2.25rem !important;
  }

  .mgt-sm10 {
    margin-top: 2.5rem !important;
  }

  .mgr-sm10 {
    margin-right: 2.5rem !important;
  }

  .mgb-sm10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-sm10 {
    margin-left: 2.5rem !important;
  }

  .mY-sm10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-sm10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-sm10 {
    margin: 2.5rem !important;
  }

  .mgt-sm11 {
    margin-top: 2.75rem !important;
  }

  .mgr-sm11 {
    margin-right: 2.75rem !important;
  }

  .mgb-sm11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-sm11 {
    margin-left: 2.75rem !important;
  }

  .mY-sm11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-sm11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-sm11 {
    margin: 2.75rem !important;
  }

  .mgt-sm12 {
    margin-top: 3rem !important;
  }

  .mgr-sm12 {
    margin-right: 3rem !important;
  }

  .mgb-sm12 {
    margin-bottom: 3rem !important;
  }

  .mgl-sm12 {
    margin-left: 3rem !important;
  }

  .mY-sm12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-sm12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-sm12 {
    margin: 3rem !important;
  }

  .mgt-sm13 {
    margin-top: 3.25rem !important;
  }

  .mgr-sm13 {
    margin-right: 3.25rem !important;
  }

  .mgb-sm13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-sm13 {
    margin-left: 3.25rem !important;
  }

  .mY-sm13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-sm13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-sm13 {
    margin: 3.25rem !important;
  }

  .mgt-sm14 {
    margin-top: 3.5rem !important;
  }

  .mgr-sm14 {
    margin-right: 3.5rem !important;
  }

  .mgb-sm14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-sm14 {
    margin-left: 3.5rem !important;
  }

  .mY-sm14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-sm14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-sm14 {
    margin: 3.5rem !important;
  }

  .mgt-sm15 {
    margin-top: 3.75rem !important;
  }

  .mgr-sm15 {
    margin-right: 3.75rem !important;
  }

  .mgb-sm15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-sm15 {
    margin-left: 3.75rem !important;
  }

  .mY-sm15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-sm15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-sm15 {
    margin: 3.75rem !important;
  }

  .mgt-sm16 {
    margin-top: 4rem !important;
  }

  .mgr-sm16 {
    margin-right: 4rem !important;
  }

  .mgb-sm16 {
    margin-bottom: 4rem !important;
  }

  .mgl-sm16 {
    margin-left: 4rem !important;
  }

  .mY-sm16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-sm16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-sm16 {
    margin: 4rem !important;
  }

  .mgt-sm17 {
    margin-top: 4.25rem !important;
  }

  .mgr-sm17 {
    margin-right: 4.25rem !important;
  }

  .mgb-sm17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-sm17 {
    margin-left: 4.25rem !important;
  }

  .mY-sm17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-sm17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-sm17 {
    margin: 4.25rem !important;
  }

  .mgt-sm18 {
    margin-top: 4.5rem !important;
  }

  .mgr-sm18 {
    margin-right: 4.5rem !important;
  }

  .mgb-sm18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-sm18 {
    margin-left: 4.5rem !important;
  }

  .mY-sm18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-sm18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-sm18 {
    margin: 4.5rem !important;
  }

  .mgt-sm19 {
    margin-top: 4.75rem !important;
  }

  .mgr-sm19 {
    margin-right: 4.75rem !important;
  }

  .mgb-sm19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-sm19 {
    margin-left: 4.75rem !important;
  }

  .mY-sm19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-sm19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-sm19 {
    margin: 4.75rem !important;
  }

  .mgt-sm20 {
    margin-top: 5rem !important;
  }

  .mgr-sm20 {
    margin-right: 5rem !important;
  }

  .mgb-sm20 {
    margin-bottom: 5rem !important;
  }

  .mgl-sm20 {
    margin-left: 5rem !important;
  }

  .mY-sm20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-sm20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-sm20 {
    margin: 5rem !important;
  }

  .mgt-sm21 {
    margin-top: 5.25rem !important;
  }

  .mgr-sm21 {
    margin-right: 5.25rem !important;
  }

  .mgb-sm21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-sm21 {
    margin-left: 5.25rem !important;
  }

  .mY-sm21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-sm21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-sm21 {
    margin: 5.25rem !important;
  }

  .mgt-sm22 {
    margin-top: 5.5rem !important;
  }

  .mgr-sm22 {
    margin-right: 5.5rem !important;
  }

  .mgb-sm22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-sm22 {
    margin-left: 5.5rem !important;
  }

  .mY-sm22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-sm22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-sm22 {
    margin: 5.5rem !important;
  }

  .mgt-sm23 {
    margin-top: 5.75rem !important;
  }

  .mgr-sm23 {
    margin-right: 5.75rem !important;
  }

  .mgb-sm23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-sm23 {
    margin-left: 5.75rem !important;
  }

  .mY-sm23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-sm23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-sm23 {
    margin: 5.75rem !important;
  }

  .mgt-sm24 {
    margin-top: 6rem !important;
  }

  .mgr-sm24 {
    margin-right: 6rem !important;
  }

  .mgb-sm24 {
    margin-bottom: 6rem !important;
  }

  .mgl-sm24 {
    margin-left: 6rem !important;
  }

  .mY-sm24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-sm24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-sm24 {
    margin: 6rem !important;
  }

  .mgt-sm25 {
    margin-top: 6.25rem !important;
  }

  .mgr-sm25 {
    margin-right: 6.25rem !important;
  }

  .mgb-sm25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-sm25 {
    margin-left: 6.25rem !important;
  }

  .mY-sm25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-sm25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-sm25 {
    margin: 6.25rem !important;
  }

  .mgt-sm26 {
    margin-top: 6.5rem !important;
  }

  .mgr-sm26 {
    margin-right: 6.5rem !important;
  }

  .mgb-sm26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-sm26 {
    margin-left: 6.5rem !important;
  }

  .mY-sm26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-sm26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-sm26 {
    margin: 6.5rem !important;
  }

  .mgt-sm27 {
    margin-top: 6.75rem !important;
  }

  .mgr-sm27 {
    margin-right: 6.75rem !important;
  }

  .mgb-sm27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-sm27 {
    margin-left: 6.75rem !important;
  }

  .mY-sm27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-sm27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-sm27 {
    margin: 6.75rem !important;
  }

  .mgt-sm28 {
    margin-top: 7rem !important;
  }

  .mgr-sm28 {
    margin-right: 7rem !important;
  }

  .mgb-sm28 {
    margin-bottom: 7rem !important;
  }

  .mgl-sm28 {
    margin-left: 7rem !important;
  }

  .mY-sm28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-sm28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-sm28 {
    margin: 7rem !important;
  }

  .mgt-sm29 {
    margin-top: 7.25rem !important;
  }

  .mgr-sm29 {
    margin-right: 7.25rem !important;
  }

  .mgb-sm29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-sm29 {
    margin-left: 7.25rem !important;
  }

  .mY-sm29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-sm29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-sm29 {
    margin: 7.25rem !important;
  }

  .mgt-sm30 {
    margin-top: 7.5rem !important;
  }

  .mgr-sm30 {
    margin-right: 7.5rem !important;
  }

  .mgb-sm30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-sm30 {
    margin-left: 7.5rem !important;
  }

  .mY-sm30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-sm30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-sm30 {
    margin: 7.5rem !important;
  }

  .mgt-sm31 {
    margin-top: 7.75rem !important;
  }

  .mgr-sm31 {
    margin-right: 7.75rem !important;
  }

  .mgb-sm31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-sm31 {
    margin-left: 7.75rem !important;
  }

  .mY-sm31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-sm31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-sm31 {
    margin: 7.75rem !important;
  }

  .mgt-sm32 {
    margin-top: 8rem !important;
  }

  .mgr-sm32 {
    margin-right: 8rem !important;
  }

  .mgb-sm32 {
    margin-bottom: 8rem !important;
  }

  .mgl-sm32 {
    margin-left: 8rem !important;
  }

  .mY-sm32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-sm32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-sm32 {
    margin: 8rem !important;
  }

  .mgt-sm33 {
    margin-top: 8.25rem !important;
  }

  .mgr-sm33 {
    margin-right: 8.25rem !important;
  }

  .mgb-sm33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-sm33 {
    margin-left: 8.25rem !important;
  }

  .mY-sm33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-sm33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-sm33 {
    margin: 8.25rem !important;
  }

  .mgt-sm34 {
    margin-top: 8.5rem !important;
  }

  .mgr-sm34 {
    margin-right: 8.5rem !important;
  }

  .mgb-sm34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-sm34 {
    margin-left: 8.5rem !important;
  }

  .mY-sm34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-sm34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-sm34 {
    margin: 8.5rem !important;
  }

  .mgt-sm35 {
    margin-top: 8.75rem !important;
  }

  .mgr-sm35 {
    margin-right: 8.75rem !important;
  }

  .mgb-sm35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-sm35 {
    margin-left: 8.75rem !important;
  }

  .mY-sm35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-sm35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-sm35 {
    margin: 8.75rem !important;
  }

  .mgt-sm36 {
    margin-top: 9rem !important;
  }

  .mgr-sm36 {
    margin-right: 9rem !important;
  }

  .mgb-sm36 {
    margin-bottom: 9rem !important;
  }

  .mgl-sm36 {
    margin-left: 9rem !important;
  }

  .mY-sm36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-sm36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-sm36 {
    margin: 9rem !important;
  }

  .mgt-sm37 {
    margin-top: 9.25rem !important;
  }

  .mgr-sm37 {
    margin-right: 9.25rem !important;
  }

  .mgb-sm37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-sm37 {
    margin-left: 9.25rem !important;
  }

  .mY-sm37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-sm37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-sm37 {
    margin: 9.25rem !important;
  }

  .mgt-sm38 {
    margin-top: 9.5rem !important;
  }

  .mgr-sm38 {
    margin-right: 9.5rem !important;
  }

  .mgb-sm38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-sm38 {
    margin-left: 9.5rem !important;
  }

  .mY-sm38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-sm38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-sm38 {
    margin: 9.5rem !important;
  }

  .mgt-sm39 {
    margin-top: 9.75rem !important;
  }

  .mgr-sm39 {
    margin-right: 9.75rem !important;
  }

  .mgb-sm39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-sm39 {
    margin-left: 9.75rem !important;
  }

  .mY-sm39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-sm39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-sm39 {
    margin: 9.75rem !important;
  }

  .mgt-sm40 {
    margin-top: 10rem !important;
  }

  .mgr-sm40 {
    margin-right: 10rem !important;
  }

  .mgb-sm40 {
    margin-bottom: 10rem !important;
  }

  .mgl-sm40 {
    margin-left: 10rem !important;
  }

  .mY-sm40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-sm40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-sm40 {
    margin: 10rem !important;
  }
}
@media (min-width: 768px) {
  .mgt-md0 {
    margin-top: 0rem !important;
  }

  .mgr-md0 {
    margin-right: 0rem !important;
  }

  .mgb-md0 {
    margin-bottom: 0rem !important;
  }

  .mgl-md0 {
    margin-left: 0rem !important;
  }

  .mY-md0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-md0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-md0 {
    margin: 0rem !important;
  }

  .mgt-md1 {
    margin-top: 0.25rem !important;
  }

  .mgr-md1 {
    margin-right: 0.25rem !important;
  }

  .mgb-md1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-md1 {
    margin-left: 0.25rem !important;
  }

  .mY-md1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-md1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-md1 {
    margin: 0.25rem !important;
  }

  .mgt-md2 {
    margin-top: 0.5rem !important;
  }

  .mgr-md2 {
    margin-right: 0.5rem !important;
  }

  .mgb-md2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-md2 {
    margin-left: 0.5rem !important;
  }

  .mY-md2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-md2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-md2 {
    margin: 0.5rem !important;
  }

  .mgt-md3 {
    margin-top: 0.75rem !important;
  }

  .mgr-md3 {
    margin-right: 0.75rem !important;
  }

  .mgb-md3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-md3 {
    margin-left: 0.75rem !important;
  }

  .mY-md3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-md3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-md3 {
    margin: 0.75rem !important;
  }

  .mgt-md4 {
    margin-top: 1rem !important;
  }

  .mgr-md4 {
    margin-right: 1rem !important;
  }

  .mgb-md4 {
    margin-bottom: 1rem !important;
  }

  .mgl-md4 {
    margin-left: 1rem !important;
  }

  .mY-md4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-md4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-md4 {
    margin: 1rem !important;
  }

  .mgt-md5 {
    margin-top: 1.25rem !important;
  }

  .mgr-md5 {
    margin-right: 1.25rem !important;
  }

  .mgb-md5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-md5 {
    margin-left: 1.25rem !important;
  }

  .mY-md5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-md5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-md5 {
    margin: 1.25rem !important;
  }

  .mgt-md6 {
    margin-top: 1.5rem !important;
  }

  .mgr-md6 {
    margin-right: 1.5rem !important;
  }

  .mgb-md6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-md6 {
    margin-left: 1.5rem !important;
  }

  .mY-md6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-md6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-md6 {
    margin: 1.5rem !important;
  }

  .mgt-md7 {
    margin-top: 1.75rem !important;
  }

  .mgr-md7 {
    margin-right: 1.75rem !important;
  }

  .mgb-md7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-md7 {
    margin-left: 1.75rem !important;
  }

  .mY-md7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-md7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-md7 {
    margin: 1.75rem !important;
  }

  .mgt-md8 {
    margin-top: 2rem !important;
  }

  .mgr-md8 {
    margin-right: 2rem !important;
  }

  .mgb-md8 {
    margin-bottom: 2rem !important;
  }

  .mgl-md8 {
    margin-left: 2rem !important;
  }

  .mY-md8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-md8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-md8 {
    margin: 2rem !important;
  }

  .mgt-md9 {
    margin-top: 2.25rem !important;
  }

  .mgr-md9 {
    margin-right: 2.25rem !important;
  }

  .mgb-md9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-md9 {
    margin-left: 2.25rem !important;
  }

  .mY-md9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-md9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-md9 {
    margin: 2.25rem !important;
  }

  .mgt-md10 {
    margin-top: 2.5rem !important;
  }

  .mgr-md10 {
    margin-right: 2.5rem !important;
  }

  .mgb-md10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-md10 {
    margin-left: 2.5rem !important;
  }

  .mY-md10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-md10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-md10 {
    margin: 2.5rem !important;
  }

  .mgt-md11 {
    margin-top: 2.75rem !important;
  }

  .mgr-md11 {
    margin-right: 2.75rem !important;
  }

  .mgb-md11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-md11 {
    margin-left: 2.75rem !important;
  }

  .mY-md11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-md11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-md11 {
    margin: 2.75rem !important;
  }

  .mgt-md12 {
    margin-top: 3rem !important;
  }

  .mgr-md12 {
    margin-right: 3rem !important;
  }

  .mgb-md12 {
    margin-bottom: 3rem !important;
  }

  .mgl-md12 {
    margin-left: 3rem !important;
  }

  .mY-md12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-md12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-md12 {
    margin: 3rem !important;
  }

  .mgt-md13 {
    margin-top: 3.25rem !important;
  }

  .mgr-md13 {
    margin-right: 3.25rem !important;
  }

  .mgb-md13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-md13 {
    margin-left: 3.25rem !important;
  }

  .mY-md13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-md13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-md13 {
    margin: 3.25rem !important;
  }

  .mgt-md14 {
    margin-top: 3.5rem !important;
  }

  .mgr-md14 {
    margin-right: 3.5rem !important;
  }

  .mgb-md14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-md14 {
    margin-left: 3.5rem !important;
  }

  .mY-md14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-md14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-md14 {
    margin: 3.5rem !important;
  }

  .mgt-md15 {
    margin-top: 3.75rem !important;
  }

  .mgr-md15 {
    margin-right: 3.75rem !important;
  }

  .mgb-md15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-md15 {
    margin-left: 3.75rem !important;
  }

  .mY-md15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-md15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-md15 {
    margin: 3.75rem !important;
  }

  .mgt-md16 {
    margin-top: 4rem !important;
  }

  .mgr-md16 {
    margin-right: 4rem !important;
  }

  .mgb-md16 {
    margin-bottom: 4rem !important;
  }

  .mgl-md16 {
    margin-left: 4rem !important;
  }

  .mY-md16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-md16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-md16 {
    margin: 4rem !important;
  }

  .mgt-md17 {
    margin-top: 4.25rem !important;
  }

  .mgr-md17 {
    margin-right: 4.25rem !important;
  }

  .mgb-md17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-md17 {
    margin-left: 4.25rem !important;
  }

  .mY-md17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-md17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-md17 {
    margin: 4.25rem !important;
  }

  .mgt-md18 {
    margin-top: 4.5rem !important;
  }

  .mgr-md18 {
    margin-right: 4.5rem !important;
  }

  .mgb-md18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-md18 {
    margin-left: 4.5rem !important;
  }

  .mY-md18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-md18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-md18 {
    margin: 4.5rem !important;
  }

  .mgt-md19 {
    margin-top: 4.75rem !important;
  }

  .mgr-md19 {
    margin-right: 4.75rem !important;
  }

  .mgb-md19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-md19 {
    margin-left: 4.75rem !important;
  }

  .mY-md19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-md19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-md19 {
    margin: 4.75rem !important;
  }

  .mgt-md20 {
    margin-top: 5rem !important;
  }

  .mgr-md20 {
    margin-right: 5rem !important;
  }

  .mgb-md20 {
    margin-bottom: 5rem !important;
  }

  .mgl-md20 {
    margin-left: 5rem !important;
  }

  .mY-md20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-md20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-md20 {
    margin: 5rem !important;
  }

  .mgt-md21 {
    margin-top: 5.25rem !important;
  }

  .mgr-md21 {
    margin-right: 5.25rem !important;
  }

  .mgb-md21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-md21 {
    margin-left: 5.25rem !important;
  }

  .mY-md21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-md21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-md21 {
    margin: 5.25rem !important;
  }

  .mgt-md22 {
    margin-top: 5.5rem !important;
  }

  .mgr-md22 {
    margin-right: 5.5rem !important;
  }

  .mgb-md22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-md22 {
    margin-left: 5.5rem !important;
  }

  .mY-md22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-md22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-md22 {
    margin: 5.5rem !important;
  }

  .mgt-md23 {
    margin-top: 5.75rem !important;
  }

  .mgr-md23 {
    margin-right: 5.75rem !important;
  }

  .mgb-md23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-md23 {
    margin-left: 5.75rem !important;
  }

  .mY-md23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-md23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-md23 {
    margin: 5.75rem !important;
  }

  .mgt-md24 {
    margin-top: 6rem !important;
  }

  .mgr-md24 {
    margin-right: 6rem !important;
  }

  .mgb-md24 {
    margin-bottom: 6rem !important;
  }

  .mgl-md24 {
    margin-left: 6rem !important;
  }

  .mY-md24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-md24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-md24 {
    margin: 6rem !important;
  }

  .mgt-md25 {
    margin-top: 6.25rem !important;
  }

  .mgr-md25 {
    margin-right: 6.25rem !important;
  }

  .mgb-md25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-md25 {
    margin-left: 6.25rem !important;
  }

  .mY-md25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-md25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-md25 {
    margin: 6.25rem !important;
  }

  .mgt-md26 {
    margin-top: 6.5rem !important;
  }

  .mgr-md26 {
    margin-right: 6.5rem !important;
  }

  .mgb-md26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-md26 {
    margin-left: 6.5rem !important;
  }

  .mY-md26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-md26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-md26 {
    margin: 6.5rem !important;
  }

  .mgt-md27 {
    margin-top: 6.75rem !important;
  }

  .mgr-md27 {
    margin-right: 6.75rem !important;
  }

  .mgb-md27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-md27 {
    margin-left: 6.75rem !important;
  }

  .mY-md27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-md27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-md27 {
    margin: 6.75rem !important;
  }

  .mgt-md28 {
    margin-top: 7rem !important;
  }

  .mgr-md28 {
    margin-right: 7rem !important;
  }

  .mgb-md28 {
    margin-bottom: 7rem !important;
  }

  .mgl-md28 {
    margin-left: 7rem !important;
  }

  .mY-md28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-md28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-md28 {
    margin: 7rem !important;
  }

  .mgt-md29 {
    margin-top: 7.25rem !important;
  }

  .mgr-md29 {
    margin-right: 7.25rem !important;
  }

  .mgb-md29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-md29 {
    margin-left: 7.25rem !important;
  }

  .mY-md29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-md29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-md29 {
    margin: 7.25rem !important;
  }

  .mgt-md30 {
    margin-top: 7.5rem !important;
  }

  .mgr-md30 {
    margin-right: 7.5rem !important;
  }

  .mgb-md30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-md30 {
    margin-left: 7.5rem !important;
  }

  .mY-md30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-md30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-md30 {
    margin: 7.5rem !important;
  }

  .mgt-md31 {
    margin-top: 7.75rem !important;
  }

  .mgr-md31 {
    margin-right: 7.75rem !important;
  }

  .mgb-md31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-md31 {
    margin-left: 7.75rem !important;
  }

  .mY-md31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-md31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-md31 {
    margin: 7.75rem !important;
  }

  .mgt-md32 {
    margin-top: 8rem !important;
  }

  .mgr-md32 {
    margin-right: 8rem !important;
  }

  .mgb-md32 {
    margin-bottom: 8rem !important;
  }

  .mgl-md32 {
    margin-left: 8rem !important;
  }

  .mY-md32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-md32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-md32 {
    margin: 8rem !important;
  }

  .mgt-md33 {
    margin-top: 8.25rem !important;
  }

  .mgr-md33 {
    margin-right: 8.25rem !important;
  }

  .mgb-md33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-md33 {
    margin-left: 8.25rem !important;
  }

  .mY-md33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-md33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-md33 {
    margin: 8.25rem !important;
  }

  .mgt-md34 {
    margin-top: 8.5rem !important;
  }

  .mgr-md34 {
    margin-right: 8.5rem !important;
  }

  .mgb-md34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-md34 {
    margin-left: 8.5rem !important;
  }

  .mY-md34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-md34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-md34 {
    margin: 8.5rem !important;
  }

  .mgt-md35 {
    margin-top: 8.75rem !important;
  }

  .mgr-md35 {
    margin-right: 8.75rem !important;
  }

  .mgb-md35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-md35 {
    margin-left: 8.75rem !important;
  }

  .mY-md35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-md35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-md35 {
    margin: 8.75rem !important;
  }

  .mgt-md36 {
    margin-top: 9rem !important;
  }

  .mgr-md36 {
    margin-right: 9rem !important;
  }

  .mgb-md36 {
    margin-bottom: 9rem !important;
  }

  .mgl-md36 {
    margin-left: 9rem !important;
  }

  .mY-md36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-md36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-md36 {
    margin: 9rem !important;
  }

  .mgt-md37 {
    margin-top: 9.25rem !important;
  }

  .mgr-md37 {
    margin-right: 9.25rem !important;
  }

  .mgb-md37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-md37 {
    margin-left: 9.25rem !important;
  }

  .mY-md37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-md37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-md37 {
    margin: 9.25rem !important;
  }

  .mgt-md38 {
    margin-top: 9.5rem !important;
  }

  .mgr-md38 {
    margin-right: 9.5rem !important;
  }

  .mgb-md38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-md38 {
    margin-left: 9.5rem !important;
  }

  .mY-md38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-md38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-md38 {
    margin: 9.5rem !important;
  }

  .mgt-md39 {
    margin-top: 9.75rem !important;
  }

  .mgr-md39 {
    margin-right: 9.75rem !important;
  }

  .mgb-md39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-md39 {
    margin-left: 9.75rem !important;
  }

  .mY-md39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-md39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-md39 {
    margin: 9.75rem !important;
  }

  .mgt-md40 {
    margin-top: 10rem !important;
  }

  .mgr-md40 {
    margin-right: 10rem !important;
  }

  .mgb-md40 {
    margin-bottom: 10rem !important;
  }

  .mgl-md40 {
    margin-left: 10rem !important;
  }

  .mY-md40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-md40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-md40 {
    margin: 10rem !important;
  }
}
@media (min-width: 992px) {
  .mgt-lg0 {
    margin-top: 0rem !important;
  }

  .mgr-lg0 {
    margin-right: 0rem !important;
  }

  .mgb-lg0 {
    margin-bottom: 0rem !important;
  }

  .mgl-lg0 {
    margin-left: 0rem !important;
  }

  .mY-lg0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .mX-lg0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .m-lg0 {
    margin: 0rem !important;
  }

  .mgt-lg1 {
    margin-top: 0.25rem !important;
  }

  .mgr-lg1 {
    margin-right: 0.25rem !important;
  }

  .mgb-lg1 {
    margin-bottom: 0.25rem !important;
  }

  .mgl-lg1 {
    margin-left: 0.25rem !important;
  }

  .mY-lg1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mX-lg1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .m-lg1 {
    margin: 0.25rem !important;
  }

  .mgt-lg2 {
    margin-top: 0.5rem !important;
  }

  .mgr-lg2 {
    margin-right: 0.5rem !important;
  }

  .mgb-lg2 {
    margin-bottom: 0.5rem !important;
  }

  .mgl-lg2 {
    margin-left: 0.5rem !important;
  }

  .mY-lg2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mX-lg2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .m-lg2 {
    margin: 0.5rem !important;
  }

  .mgt-lg3 {
    margin-top: 0.75rem !important;
  }

  .mgr-lg3 {
    margin-right: 0.75rem !important;
  }

  .mgb-lg3 {
    margin-bottom: 0.75rem !important;
  }

  .mgl-lg3 {
    margin-left: 0.75rem !important;
  }

  .mY-lg3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mX-lg3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .m-lg3 {
    margin: 0.75rem !important;
  }

  .mgt-lg4 {
    margin-top: 1rem !important;
  }

  .mgr-lg4 {
    margin-right: 1rem !important;
  }

  .mgb-lg4 {
    margin-bottom: 1rem !important;
  }

  .mgl-lg4 {
    margin-left: 1rem !important;
  }

  .mY-lg4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mX-lg4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-lg4 {
    margin: 1rem !important;
  }

  .mgt-lg5 {
    margin-top: 1.25rem !important;
  }

  .mgr-lg5 {
    margin-right: 1.25rem !important;
  }

  .mgb-lg5 {
    margin-bottom: 1.25rem !important;
  }

  .mgl-lg5 {
    margin-left: 1.25rem !important;
  }

  .mY-lg5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mX-lg5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .m-lg5 {
    margin: 1.25rem !important;
  }

  .mgt-lg6 {
    margin-top: 1.5rem !important;
  }

  .mgr-lg6 {
    margin-right: 1.5rem !important;
  }

  .mgb-lg6 {
    margin-bottom: 1.5rem !important;
  }

  .mgl-lg6 {
    margin-left: 1.5rem !important;
  }

  .mY-lg6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mX-lg6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-lg6 {
    margin: 1.5rem !important;
  }

  .mgt-lg7 {
    margin-top: 1.75rem !important;
  }

  .mgr-lg7 {
    margin-right: 1.75rem !important;
  }

  .mgb-lg7 {
    margin-bottom: 1.75rem !important;
  }

  .mgl-lg7 {
    margin-left: 1.75rem !important;
  }

  .mY-lg7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .mX-lg7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .m-lg7 {
    margin: 1.75rem !important;
  }

  .mgt-lg8 {
    margin-top: 2rem !important;
  }

  .mgr-lg8 {
    margin-right: 2rem !important;
  }

  .mgb-lg8 {
    margin-bottom: 2rem !important;
  }

  .mgl-lg8 {
    margin-left: 2rem !important;
  }

  .mY-lg8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mX-lg8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .m-lg8 {
    margin: 2rem !important;
  }

  .mgt-lg9 {
    margin-top: 2.25rem !important;
  }

  .mgr-lg9 {
    margin-right: 2.25rem !important;
  }

  .mgb-lg9 {
    margin-bottom: 2.25rem !important;
  }

  .mgl-lg9 {
    margin-left: 2.25rem !important;
  }

  .mY-lg9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .mX-lg9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .m-lg9 {
    margin: 2.25rem !important;
  }

  .mgt-lg10 {
    margin-top: 2.5rem !important;
  }

  .mgr-lg10 {
    margin-right: 2.5rem !important;
  }

  .mgb-lg10 {
    margin-bottom: 2.5rem !important;
  }

  .mgl-lg10 {
    margin-left: 2.5rem !important;
  }

  .mY-lg10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mX-lg10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .m-lg10 {
    margin: 2.5rem !important;
  }

  .mgt-lg11 {
    margin-top: 2.75rem !important;
  }

  .mgr-lg11 {
    margin-right: 2.75rem !important;
  }

  .mgb-lg11 {
    margin-bottom: 2.75rem !important;
  }

  .mgl-lg11 {
    margin-left: 2.75rem !important;
  }

  .mY-lg11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .mX-lg11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .m-lg11 {
    margin: 2.75rem !important;
  }

  .mgt-lg12 {
    margin-top: 3rem !important;
  }

  .mgr-lg12 {
    margin-right: 3rem !important;
  }

  .mgb-lg12 {
    margin-bottom: 3rem !important;
  }

  .mgl-lg12 {
    margin-left: 3rem !important;
  }

  .mY-lg12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mX-lg12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-lg12 {
    margin: 3rem !important;
  }

  .mgt-lg13 {
    margin-top: 3.25rem !important;
  }

  .mgr-lg13 {
    margin-right: 3.25rem !important;
  }

  .mgb-lg13 {
    margin-bottom: 3.25rem !important;
  }

  .mgl-lg13 {
    margin-left: 3.25rem !important;
  }

  .mY-lg13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .mX-lg13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .m-lg13 {
    margin: 3.25rem !important;
  }

  .mgt-lg14 {
    margin-top: 3.5rem !important;
  }

  .mgr-lg14 {
    margin-right: 3.5rem !important;
  }

  .mgb-lg14 {
    margin-bottom: 3.5rem !important;
  }

  .mgl-lg14 {
    margin-left: 3.5rem !important;
  }

  .mY-lg14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .mX-lg14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .m-lg14 {
    margin: 3.5rem !important;
  }

  .mgt-lg15 {
    margin-top: 3.75rem !important;
  }

  .mgr-lg15 {
    margin-right: 3.75rem !important;
  }

  .mgb-lg15 {
    margin-bottom: 3.75rem !important;
  }

  .mgl-lg15 {
    margin-left: 3.75rem !important;
  }

  .mY-lg15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .mX-lg15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .m-lg15 {
    margin: 3.75rem !important;
  }

  .mgt-lg16 {
    margin-top: 4rem !important;
  }

  .mgr-lg16 {
    margin-right: 4rem !important;
  }

  .mgb-lg16 {
    margin-bottom: 4rem !important;
  }

  .mgl-lg16 {
    margin-left: 4rem !important;
  }

  .mY-lg16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mX-lg16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .m-lg16 {
    margin: 4rem !important;
  }

  .mgt-lg17 {
    margin-top: 4.25rem !important;
  }

  .mgr-lg17 {
    margin-right: 4.25rem !important;
  }

  .mgb-lg17 {
    margin-bottom: 4.25rem !important;
  }

  .mgl-lg17 {
    margin-left: 4.25rem !important;
  }

  .mY-lg17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .mX-lg17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .m-lg17 {
    margin: 4.25rem !important;
  }

  .mgt-lg18 {
    margin-top: 4.5rem !important;
  }

  .mgr-lg18 {
    margin-right: 4.5rem !important;
  }

  .mgb-lg18 {
    margin-bottom: 4.5rem !important;
  }

  .mgl-lg18 {
    margin-left: 4.5rem !important;
  }

  .mY-lg18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .mX-lg18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .m-lg18 {
    margin: 4.5rem !important;
  }

  .mgt-lg19 {
    margin-top: 4.75rem !important;
  }

  .mgr-lg19 {
    margin-right: 4.75rem !important;
  }

  .mgb-lg19 {
    margin-bottom: 4.75rem !important;
  }

  .mgl-lg19 {
    margin-left: 4.75rem !important;
  }

  .mY-lg19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .mX-lg19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .m-lg19 {
    margin: 4.75rem !important;
  }

  .mgt-lg20 {
    margin-top: 5rem !important;
  }

  .mgr-lg20 {
    margin-right: 5rem !important;
  }

  .mgb-lg20 {
    margin-bottom: 5rem !important;
  }

  .mgl-lg20 {
    margin-left: 5rem !important;
  }

  .mY-lg20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mX-lg20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .m-lg20 {
    margin: 5rem !important;
  }

  .mgt-lg21 {
    margin-top: 5.25rem !important;
  }

  .mgr-lg21 {
    margin-right: 5.25rem !important;
  }

  .mgb-lg21 {
    margin-bottom: 5.25rem !important;
  }

  .mgl-lg21 {
    margin-left: 5.25rem !important;
  }

  .mY-lg21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }

  .mX-lg21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }

  .m-lg21 {
    margin: 5.25rem !important;
  }

  .mgt-lg22 {
    margin-top: 5.5rem !important;
  }

  .mgr-lg22 {
    margin-right: 5.5rem !important;
  }

  .mgb-lg22 {
    margin-bottom: 5.5rem !important;
  }

  .mgl-lg22 {
    margin-left: 5.5rem !important;
  }

  .mY-lg22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .mX-lg22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .m-lg22 {
    margin: 5.5rem !important;
  }

  .mgt-lg23 {
    margin-top: 5.75rem !important;
  }

  .mgr-lg23 {
    margin-right: 5.75rem !important;
  }

  .mgb-lg23 {
    margin-bottom: 5.75rem !important;
  }

  .mgl-lg23 {
    margin-left: 5.75rem !important;
  }

  .mY-lg23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .mX-lg23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }

  .m-lg23 {
    margin: 5.75rem !important;
  }

  .mgt-lg24 {
    margin-top: 6rem !important;
  }

  .mgr-lg24 {
    margin-right: 6rem !important;
  }

  .mgb-lg24 {
    margin-bottom: 6rem !important;
  }

  .mgl-lg24 {
    margin-left: 6rem !important;
  }

  .mY-lg24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mX-lg24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .m-lg24 {
    margin: 6rem !important;
  }

  .mgt-lg25 {
    margin-top: 6.25rem !important;
  }

  .mgr-lg25 {
    margin-right: 6.25rem !important;
  }

  .mgb-lg25 {
    margin-bottom: 6.25rem !important;
  }

  .mgl-lg25 {
    margin-left: 6.25rem !important;
  }

  .mY-lg25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .mX-lg25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .m-lg25 {
    margin: 6.25rem !important;
  }

  .mgt-lg26 {
    margin-top: 6.5rem !important;
  }

  .mgr-lg26 {
    margin-right: 6.5rem !important;
  }

  .mgb-lg26 {
    margin-bottom: 6.5rem !important;
  }

  .mgl-lg26 {
    margin-left: 6.5rem !important;
  }

  .mY-lg26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .mX-lg26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .m-lg26 {
    margin: 6.5rem !important;
  }

  .mgt-lg27 {
    margin-top: 6.75rem !important;
  }

  .mgr-lg27 {
    margin-right: 6.75rem !important;
  }

  .mgb-lg27 {
    margin-bottom: 6.75rem !important;
  }

  .mgl-lg27 {
    margin-left: 6.75rem !important;
  }

  .mY-lg27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }

  .mX-lg27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }

  .m-lg27 {
    margin: 6.75rem !important;
  }

  .mgt-lg28 {
    margin-top: 7rem !important;
  }

  .mgr-lg28 {
    margin-right: 7rem !important;
  }

  .mgb-lg28 {
    margin-bottom: 7rem !important;
  }

  .mgl-lg28 {
    margin-left: 7rem !important;
  }

  .mY-lg28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .mX-lg28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .m-lg28 {
    margin: 7rem !important;
  }

  .mgt-lg29 {
    margin-top: 7.25rem !important;
  }

  .mgr-lg29 {
    margin-right: 7.25rem !important;
  }

  .mgb-lg29 {
    margin-bottom: 7.25rem !important;
  }

  .mgl-lg29 {
    margin-left: 7.25rem !important;
  }

  .mY-lg29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }

  .mX-lg29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }

  .m-lg29 {
    margin: 7.25rem !important;
  }

  .mgt-lg30 {
    margin-top: 7.5rem !important;
  }

  .mgr-lg30 {
    margin-right: 7.5rem !important;
  }

  .mgb-lg30 {
    margin-bottom: 7.5rem !important;
  }

  .mgl-lg30 {
    margin-left: 7.5rem !important;
  }

  .mY-lg30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .mX-lg30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .m-lg30 {
    margin: 7.5rem !important;
  }

  .mgt-lg31 {
    margin-top: 7.75rem !important;
  }

  .mgr-lg31 {
    margin-right: 7.75rem !important;
  }

  .mgb-lg31 {
    margin-bottom: 7.75rem !important;
  }

  .mgl-lg31 {
    margin-left: 7.75rem !important;
  }

  .mY-lg31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }

  .mX-lg31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }

  .m-lg31 {
    margin: 7.75rem !important;
  }

  .mgt-lg32 {
    margin-top: 8rem !important;
  }

  .mgr-lg32 {
    margin-right: 8rem !important;
  }

  .mgb-lg32 {
    margin-bottom: 8rem !important;
  }

  .mgl-lg32 {
    margin-left: 8rem !important;
  }

  .mY-lg32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mX-lg32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .m-lg32 {
    margin: 8rem !important;
  }

  .mgt-lg33 {
    margin-top: 8.25rem !important;
  }

  .mgr-lg33 {
    margin-right: 8.25rem !important;
  }

  .mgb-lg33 {
    margin-bottom: 8.25rem !important;
  }

  .mgl-lg33 {
    margin-left: 8.25rem !important;
  }

  .mY-lg33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }

  .mX-lg33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }

  .m-lg33 {
    margin: 8.25rem !important;
  }

  .mgt-lg34 {
    margin-top: 8.5rem !important;
  }

  .mgr-lg34 {
    margin-right: 8.5rem !important;
  }

  .mgb-lg34 {
    margin-bottom: 8.5rem !important;
  }

  .mgl-lg34 {
    margin-left: 8.5rem !important;
  }

  .mY-lg34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .mX-lg34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .m-lg34 {
    margin: 8.5rem !important;
  }

  .mgt-lg35 {
    margin-top: 8.75rem !important;
  }

  .mgr-lg35 {
    margin-right: 8.75rem !important;
  }

  .mgb-lg35 {
    margin-bottom: 8.75rem !important;
  }

  .mgl-lg35 {
    margin-left: 8.75rem !important;
  }

  .mY-lg35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .mX-lg35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .m-lg35 {
    margin: 8.75rem !important;
  }

  .mgt-lg36 {
    margin-top: 9rem !important;
  }

  .mgr-lg36 {
    margin-right: 9rem !important;
  }

  .mgb-lg36 {
    margin-bottom: 9rem !important;
  }

  .mgl-lg36 {
    margin-left: 9rem !important;
  }

  .mY-lg36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .mX-lg36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .m-lg36 {
    margin: 9rem !important;
  }

  .mgt-lg37 {
    margin-top: 9.25rem !important;
  }

  .mgr-lg37 {
    margin-right: 9.25rem !important;
  }

  .mgb-lg37 {
    margin-bottom: 9.25rem !important;
  }

  .mgl-lg37 {
    margin-left: 9.25rem !important;
  }

  .mY-lg37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .mX-lg37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }

  .m-lg37 {
    margin: 9.25rem !important;
  }

  .mgt-lg38 {
    margin-top: 9.5rem !important;
  }

  .mgr-lg38 {
    margin-right: 9.5rem !important;
  }

  .mgb-lg38 {
    margin-bottom: 9.5rem !important;
  }

  .mgl-lg38 {
    margin-left: 9.5rem !important;
  }

  .mY-lg38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .mX-lg38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .m-lg38 {
    margin: 9.5rem !important;
  }

  .mgt-lg39 {
    margin-top: 9.75rem !important;
  }

  .mgr-lg39 {
    margin-right: 9.75rem !important;
  }

  .mgb-lg39 {
    margin-bottom: 9.75rem !important;
  }

  .mgl-lg39 {
    margin-left: 9.75rem !important;
  }

  .mY-lg39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }

  .mX-lg39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }

  .m-lg39 {
    margin: 9.75rem !important;
  }

  .mgt-lg40 {
    margin-top: 10rem !important;
  }

  .mgr-lg40 {
    margin-right: 10rem !important;
  }

  .mgb-lg40 {
    margin-bottom: 10rem !important;
  }

  .mgl-lg40 {
    margin-left: 10rem !important;
  }

  .mY-lg40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mX-lg40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .m-lg40 {
    margin: 10rem !important;
  }
}
/*********************************************************
padding : collect
*********************************************************/
.pdt0 {
  padding-top: 0rem !important;
}

.pdr0 {
  padding-right: 0rem !important;
}

.pdb0 {
  padding-bottom: 0rem !important;
}

.pdl0 {
  padding-left: 0rem !important;
}

.pY0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.pX0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.p0 {
  padding: 0rem !important;
}

.pdt1 {
  padding-top: 0.25rem !important;
}

.pdr1 {
  padding-right: 0.25rem !important;
}

.pdb1 {
  padding-bottom: 0.25rem !important;
}

.pdl1 {
  padding-left: 0.25rem !important;
}

.pY1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pX1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p1 {
  padding: 0.25rem !important;
}

.pdt2 {
  padding-top: 0.5rem !important;
}

.pdr2 {
  padding-right: 0.5rem !important;
}

.pdb2 {
  padding-bottom: 0.5rem !important;
}

.pdl2 {
  padding-left: 0.5rem !important;
}

.pY2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pX2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p2 {
  padding: 0.5rem !important;
}

.pdt3 {
  padding-top: 0.75rem !important;
}

.pdr3 {
  padding-right: 0.75rem !important;
}

.pdb3 {
  padding-bottom: 0.75rem !important;
}

.pdl3 {
  padding-left: 0.75rem !important;
}

.pY3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.pX3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.p3 {
  padding: 0.75rem !important;
}

.pdt4 {
  padding-top: 1rem !important;
}

.pdr4 {
  padding-right: 1rem !important;
}

.pdb4 {
  padding-bottom: 1rem !important;
}

.pdl4 {
  padding-left: 1rem !important;
}

.pY4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pX4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p4 {
  padding: 1rem !important;
}

.pdt5 {
  padding-top: 1.25rem !important;
}

.pdr5 {
  padding-right: 1.25rem !important;
}

.pdb5 {
  padding-bottom: 1.25rem !important;
}

.pdl5 {
  padding-left: 1.25rem !important;
}

.pY5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pX5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.p5 {
  padding: 1.25rem !important;
}

.pdt6 {
  padding-top: 1.5rem !important;
}

.pdr6 {
  padding-right: 1.5rem !important;
}

.pdb6 {
  padding-bottom: 1.5rem !important;
}

.pdl6 {
  padding-left: 1.5rem !important;
}

.pY6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pX6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p6 {
  padding: 1.5rem !important;
}

.pdt7 {
  padding-top: 1.75rem !important;
}

.pdr7 {
  padding-right: 1.75rem !important;
}

.pdb7 {
  padding-bottom: 1.75rem !important;
}

.pdl7 {
  padding-left: 1.75rem !important;
}

.pY7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pX7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.p7 {
  padding: 1.75rem !important;
}

.pdt8 {
  padding-top: 2rem !important;
}

.pdr8 {
  padding-right: 2rem !important;
}

.pdb8 {
  padding-bottom: 2rem !important;
}

.pdl8 {
  padding-left: 2rem !important;
}

.pY8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pX8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.p8 {
  padding: 2rem !important;
}

.pdt9 {
  padding-top: 2.25rem !important;
}

.pdr9 {
  padding-right: 2.25rem !important;
}

.pdb9 {
  padding-bottom: 2.25rem !important;
}

.pdl9 {
  padding-left: 2.25rem !important;
}

.pY9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pX9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.p9 {
  padding: 2.25rem !important;
}

.pdt10 {
  padding-top: 2.5rem !important;
}

.pdr10 {
  padding-right: 2.5rem !important;
}

.pdb10 {
  padding-bottom: 2.5rem !important;
}

.pdl10 {
  padding-left: 2.5rem !important;
}

.pY10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pX10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.p10 {
  padding: 2.5rem !important;
}

.pdt11 {
  padding-top: 2.75rem !important;
}

.pdr11 {
  padding-right: 2.75rem !important;
}

.pdb11 {
  padding-bottom: 2.75rem !important;
}

.pdl11 {
  padding-left: 2.75rem !important;
}

.pY11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pX11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.p11 {
  padding: 2.75rem !important;
}

.pdt12 {
  padding-top: 3rem !important;
}

.pdr12 {
  padding-right: 3rem !important;
}

.pdb12 {
  padding-bottom: 3rem !important;
}

.pdl12 {
  padding-left: 3rem !important;
}

.pY12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pX12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p12 {
  padding: 3rem !important;
}

.pdt13 {
  padding-top: 3.25rem !important;
}

.pdr13 {
  padding-right: 3.25rem !important;
}

.pdb13 {
  padding-bottom: 3.25rem !important;
}

.pdl13 {
  padding-left: 3.25rem !important;
}

.pY13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.pX13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.p13 {
  padding: 3.25rem !important;
}

.pdt14 {
  padding-top: 3.5rem !important;
}

.pdr14 {
  padding-right: 3.5rem !important;
}

.pdb14 {
  padding-bottom: 3.5rem !important;
}

.pdl14 {
  padding-left: 3.5rem !important;
}

.pY14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.pX14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.p14 {
  padding: 3.5rem !important;
}

.pdt15 {
  padding-top: 3.75rem !important;
}

.pdr15 {
  padding-right: 3.75rem !important;
}

.pdb15 {
  padding-bottom: 3.75rem !important;
}

.pdl15 {
  padding-left: 3.75rem !important;
}

.pY15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.pX15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.p15 {
  padding: 3.75rem !important;
}

.pdt16 {
  padding-top: 4rem !important;
}

.pdr16 {
  padding-right: 4rem !important;
}

.pdb16 {
  padding-bottom: 4rem !important;
}

.pdl16 {
  padding-left: 4rem !important;
}

.pY16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pX16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.p16 {
  padding: 4rem !important;
}

.pdt17 {
  padding-top: 4.25rem !important;
}

.pdr17 {
  padding-right: 4.25rem !important;
}

.pdb17 {
  padding-bottom: 4.25rem !important;
}

.pdl17 {
  padding-left: 4.25rem !important;
}

.pY17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.pX17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.p17 {
  padding: 4.25rem !important;
}

.pdt18 {
  padding-top: 4.5rem !important;
}

.pdr18 {
  padding-right: 4.5rem !important;
}

.pdb18 {
  padding-bottom: 4.5rem !important;
}

.pdl18 {
  padding-left: 4.5rem !important;
}

.pY18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pX18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.p18 {
  padding: 4.5rem !important;
}

.pdt19 {
  padding-top: 4.75rem !important;
}

.pdr19 {
  padding-right: 4.75rem !important;
}

.pdb19 {
  padding-bottom: 4.75rem !important;
}

.pdl19 {
  padding-left: 4.75rem !important;
}

.pY19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.pX19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.p19 {
  padding: 4.75rem !important;
}

.pdt20 {
  padding-top: 5rem !important;
}

.pdr20 {
  padding-right: 5rem !important;
}

.pdb20 {
  padding-bottom: 5rem !important;
}

.pdl20 {
  padding-left: 5rem !important;
}

.pY20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pX20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.p20 {
  padding: 5rem !important;
}

.pdt21 {
  padding-top: 5.25rem !important;
}

.pdr21 {
  padding-right: 5.25rem !important;
}

.pdb21 {
  padding-bottom: 5.25rem !important;
}

.pdl21 {
  padding-left: 5.25rem !important;
}

.pY21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.pX21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.p21 {
  padding: 5.25rem !important;
}

.pdt22 {
  padding-top: 5.5rem !important;
}

.pdr22 {
  padding-right: 5.5rem !important;
}

.pdb22 {
  padding-bottom: 5.5rem !important;
}

.pdl22 {
  padding-left: 5.5rem !important;
}

.pY22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.pX22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.p22 {
  padding: 5.5rem !important;
}

.pdt23 {
  padding-top: 5.75rem !important;
}

.pdr23 {
  padding-right: 5.75rem !important;
}

.pdb23 {
  padding-bottom: 5.75rem !important;
}

.pdl23 {
  padding-left: 5.75rem !important;
}

.pY23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.pX23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.p23 {
  padding: 5.75rem !important;
}

.pdt24 {
  padding-top: 6rem !important;
}

.pdr24 {
  padding-right: 6rem !important;
}

.pdb24 {
  padding-bottom: 6rem !important;
}

.pdl24 {
  padding-left: 6rem !important;
}

.pY24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pX24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.p24 {
  padding: 6rem !important;
}

.pdt25 {
  padding-top: 6.25rem !important;
}

.pdr25 {
  padding-right: 6.25rem !important;
}

.pdb25 {
  padding-bottom: 6.25rem !important;
}

.pdl25 {
  padding-left: 6.25rem !important;
}

.pY25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pX25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.p25 {
  padding: 6.25rem !important;
}

.pdt26 {
  padding-top: 6.5rem !important;
}

.pdr26 {
  padding-right: 6.5rem !important;
}

.pdb26 {
  padding-bottom: 6.5rem !important;
}

.pdl26 {
  padding-left: 6.5rem !important;
}

.pY26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.pX26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.p26 {
  padding: 6.5rem !important;
}

.pdt27 {
  padding-top: 6.75rem !important;
}

.pdr27 {
  padding-right: 6.75rem !important;
}

.pdb27 {
  padding-bottom: 6.75rem !important;
}

.pdl27 {
  padding-left: 6.75rem !important;
}

.pY27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pX27 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.p27 {
  padding: 6.75rem !important;
}

.pdt28 {
  padding-top: 7rem !important;
}

.pdr28 {
  padding-right: 7rem !important;
}

.pdb28 {
  padding-bottom: 7rem !important;
}

.pdl28 {
  padding-left: 7rem !important;
}

.pY28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pX28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.p28 {
  padding: 7rem !important;
}

.pdt29 {
  padding-top: 7.25rem !important;
}

.pdr29 {
  padding-right: 7.25rem !important;
}

.pdb29 {
  padding-bottom: 7.25rem !important;
}

.pdl29 {
  padding-left: 7.25rem !important;
}

.pY29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.pX29 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.p29 {
  padding: 7.25rem !important;
}

.pdt30 {
  padding-top: 7.5rem !important;
}

.pdr30 {
  padding-right: 7.5rem !important;
}

.pdb30 {
  padding-bottom: 7.5rem !important;
}

.pdl30 {
  padding-left: 7.5rem !important;
}

.pY30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.pX30 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.p30 {
  padding: 7.5rem !important;
}

.pdt31 {
  padding-top: 7.75rem !important;
}

.pdr31 {
  padding-right: 7.75rem !important;
}

.pdb31 {
  padding-bottom: 7.75rem !important;
}

.pdl31 {
  padding-left: 7.75rem !important;
}

.pY31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

.pX31 {
  padding-right: 7.75rem !important;
  padding-left: 7.75rem !important;
}

.p31 {
  padding: 7.75rem !important;
}

.pdt32 {
  padding-top: 8rem !important;
}

.pdr32 {
  padding-right: 8rem !important;
}

.pdb32 {
  padding-bottom: 8rem !important;
}

.pdl32 {
  padding-left: 8rem !important;
}

.pY32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pX32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.p32 {
  padding: 8rem !important;
}

.pdt33 {
  padding-top: 8.25rem !important;
}

.pdr33 {
  padding-right: 8.25rem !important;
}

.pdb33 {
  padding-bottom: 8.25rem !important;
}

.pdl33 {
  padding-left: 8.25rem !important;
}

.pY33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

.pX33 {
  padding-right: 8.25rem !important;
  padding-left: 8.25rem !important;
}

.p33 {
  padding: 8.25rem !important;
}

.pdt34 {
  padding-top: 8.5rem !important;
}

.pdr34 {
  padding-right: 8.5rem !important;
}

.pdb34 {
  padding-bottom: 8.5rem !important;
}

.pdl34 {
  padding-left: 8.5rem !important;
}

.pY34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.pX34 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.p34 {
  padding: 8.5rem !important;
}

.pdt35 {
  padding-top: 8.75rem !important;
}

.pdr35 {
  padding-right: 8.75rem !important;
}

.pdb35 {
  padding-bottom: 8.75rem !important;
}

.pdl35 {
  padding-left: 8.75rem !important;
}

.pY35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.pX35 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.p35 {
  padding: 8.75rem !important;
}

.pdt36 {
  padding-top: 9rem !important;
}

.pdr36 {
  padding-right: 9rem !important;
}

.pdb36 {
  padding-bottom: 9rem !important;
}

.pdl36 {
  padding-left: 9rem !important;
}

.pY36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.pX36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.p36 {
  padding: 9rem !important;
}

.pdt37 {
  padding-top: 9.25rem !important;
}

.pdr37 {
  padding-right: 9.25rem !important;
}

.pdb37 {
  padding-bottom: 9.25rem !important;
}

.pdl37 {
  padding-left: 9.25rem !important;
}

.pY37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.pX37 {
  padding-right: 9.25rem !important;
  padding-left: 9.25rem !important;
}

.p37 {
  padding: 9.25rem !important;
}

.pdt38 {
  padding-top: 9.5rem !important;
}

.pdr38 {
  padding-right: 9.5rem !important;
}

.pdb38 {
  padding-bottom: 9.5rem !important;
}

.pdl38 {
  padding-left: 9.5rem !important;
}

.pY38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.pX38 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.p38 {
  padding: 9.5rem !important;
}

.pdt39 {
  padding-top: 9.75rem !important;
}

.pdr39 {
  padding-right: 9.75rem !important;
}

.pdb39 {
  padding-bottom: 9.75rem !important;
}

.pdl39 {
  padding-left: 9.75rem !important;
}

.pY39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

.pX39 {
  padding-right: 9.75rem !important;
  padding-left: 9.75rem !important;
}

.p39 {
  padding: 9.75rem !important;
}

.pdt40 {
  padding-top: 10rem !important;
}

.pdr40 {
  padding-right: 10rem !important;
}

.pdb40 {
  padding-bottom: 10rem !important;
}

.pdl40 {
  padding-left: 10rem !important;
}

.pY40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pX40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.p40 {
  padding: 10rem !important;
}

@media (min-width: 576px) {
  .pdt-sm0 {
    padding-top: 0rem !important;
  }

  .pdr-sm0 {
    padding-right: 0rem !important;
  }

  .pdb-sm0 {
    padding-bottom: 0rem !important;
  }

  .pdl-sm0 {
    padding-left: 0rem !important;
  }

  .pY-sm0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-sm0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-sm0 {
    padding: 0rem !important;
  }

  .pdt-sm1 {
    padding-top: 0.25rem !important;
  }

  .pdr-sm1 {
    padding-right: 0.25rem !important;
  }

  .pdb-sm1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-sm1 {
    padding-left: 0.25rem !important;
  }

  .pY-sm1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-sm1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-sm1 {
    padding: 0.25rem !important;
  }

  .pdt-sm2 {
    padding-top: 0.5rem !important;
  }

  .pdr-sm2 {
    padding-right: 0.5rem !important;
  }

  .pdb-sm2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-sm2 {
    padding-left: 0.5rem !important;
  }

  .pY-sm2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-sm2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-sm2 {
    padding: 0.5rem !important;
  }

  .pdt-sm3 {
    padding-top: 0.75rem !important;
  }

  .pdr-sm3 {
    padding-right: 0.75rem !important;
  }

  .pdb-sm3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-sm3 {
    padding-left: 0.75rem !important;
  }

  .pY-sm3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-sm3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-sm3 {
    padding: 0.75rem !important;
  }

  .pdt-sm4 {
    padding-top: 1rem !important;
  }

  .pdr-sm4 {
    padding-right: 1rem !important;
  }

  .pdb-sm4 {
    padding-bottom: 1rem !important;
  }

  .pdl-sm4 {
    padding-left: 1rem !important;
  }

  .pY-sm4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-sm4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-sm4 {
    padding: 1rem !important;
  }

  .pdt-sm5 {
    padding-top: 1.25rem !important;
  }

  .pdr-sm5 {
    padding-right: 1.25rem !important;
  }

  .pdb-sm5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-sm5 {
    padding-left: 1.25rem !important;
  }

  .pY-sm5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-sm5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-sm5 {
    padding: 1.25rem !important;
  }

  .pdt-sm6 {
    padding-top: 1.5rem !important;
  }

  .pdr-sm6 {
    padding-right: 1.5rem !important;
  }

  .pdb-sm6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-sm6 {
    padding-left: 1.5rem !important;
  }

  .pY-sm6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-sm6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-sm6 {
    padding: 1.5rem !important;
  }

  .pdt-sm7 {
    padding-top: 1.75rem !important;
  }

  .pdr-sm7 {
    padding-right: 1.75rem !important;
  }

  .pdb-sm7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-sm7 {
    padding-left: 1.75rem !important;
  }

  .pY-sm7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-sm7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-sm7 {
    padding: 1.75rem !important;
  }

  .pdt-sm8 {
    padding-top: 2rem !important;
  }

  .pdr-sm8 {
    padding-right: 2rem !important;
  }

  .pdb-sm8 {
    padding-bottom: 2rem !important;
  }

  .pdl-sm8 {
    padding-left: 2rem !important;
  }

  .pY-sm8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-sm8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-sm8 {
    padding: 2rem !important;
  }

  .pdt-sm9 {
    padding-top: 2.25rem !important;
  }

  .pdr-sm9 {
    padding-right: 2.25rem !important;
  }

  .pdb-sm9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-sm9 {
    padding-left: 2.25rem !important;
  }

  .pY-sm9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-sm9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-sm9 {
    padding: 2.25rem !important;
  }

  .pdt-sm10 {
    padding-top: 2.5rem !important;
  }

  .pdr-sm10 {
    padding-right: 2.5rem !important;
  }

  .pdb-sm10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-sm10 {
    padding-left: 2.5rem !important;
  }

  .pY-sm10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-sm10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-sm10 {
    padding: 2.5rem !important;
  }

  .pdt-sm11 {
    padding-top: 2.75rem !important;
  }

  .pdr-sm11 {
    padding-right: 2.75rem !important;
  }

  .pdb-sm11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-sm11 {
    padding-left: 2.75rem !important;
  }

  .pY-sm11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-sm11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-sm11 {
    padding: 2.75rem !important;
  }

  .pdt-sm12 {
    padding-top: 3rem !important;
  }

  .pdr-sm12 {
    padding-right: 3rem !important;
  }

  .pdb-sm12 {
    padding-bottom: 3rem !important;
  }

  .pdl-sm12 {
    padding-left: 3rem !important;
  }

  .pY-sm12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-sm12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-sm12 {
    padding: 3rem !important;
  }

  .pdt-sm13 {
    padding-top: 3.25rem !important;
  }

  .pdr-sm13 {
    padding-right: 3.25rem !important;
  }

  .pdb-sm13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-sm13 {
    padding-left: 3.25rem !important;
  }

  .pY-sm13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-sm13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-sm13 {
    padding: 3.25rem !important;
  }

  .pdt-sm14 {
    padding-top: 3.5rem !important;
  }

  .pdr-sm14 {
    padding-right: 3.5rem !important;
  }

  .pdb-sm14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-sm14 {
    padding-left: 3.5rem !important;
  }

  .pY-sm14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-sm14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-sm14 {
    padding: 3.5rem !important;
  }

  .pdt-sm15 {
    padding-top: 3.75rem !important;
  }

  .pdr-sm15 {
    padding-right: 3.75rem !important;
  }

  .pdb-sm15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-sm15 {
    padding-left: 3.75rem !important;
  }

  .pY-sm15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-sm15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-sm15 {
    padding: 3.75rem !important;
  }

  .pdt-sm16 {
    padding-top: 4rem !important;
  }

  .pdr-sm16 {
    padding-right: 4rem !important;
  }

  .pdb-sm16 {
    padding-bottom: 4rem !important;
  }

  .pdl-sm16 {
    padding-left: 4rem !important;
  }

  .pY-sm16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-sm16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-sm16 {
    padding: 4rem !important;
  }

  .pdt-sm17 {
    padding-top: 4.25rem !important;
  }

  .pdr-sm17 {
    padding-right: 4.25rem !important;
  }

  .pdb-sm17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-sm17 {
    padding-left: 4.25rem !important;
  }

  .pY-sm17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-sm17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-sm17 {
    padding: 4.25rem !important;
  }

  .pdt-sm18 {
    padding-top: 4.5rem !important;
  }

  .pdr-sm18 {
    padding-right: 4.5rem !important;
  }

  .pdb-sm18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-sm18 {
    padding-left: 4.5rem !important;
  }

  .pY-sm18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-sm18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-sm18 {
    padding: 4.5rem !important;
  }

  .pdt-sm19 {
    padding-top: 4.75rem !important;
  }

  .pdr-sm19 {
    padding-right: 4.75rem !important;
  }

  .pdb-sm19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-sm19 {
    padding-left: 4.75rem !important;
  }

  .pY-sm19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-sm19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-sm19 {
    padding: 4.75rem !important;
  }

  .pdt-sm20 {
    padding-top: 5rem !important;
  }

  .pdr-sm20 {
    padding-right: 5rem !important;
  }

  .pdb-sm20 {
    padding-bottom: 5rem !important;
  }

  .pdl-sm20 {
    padding-left: 5rem !important;
  }

  .pY-sm20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-sm20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-sm20 {
    padding: 5rem !important;
  }

  .pdt-sm21 {
    padding-top: 5.25rem !important;
  }

  .pdr-sm21 {
    padding-right: 5.25rem !important;
  }

  .pdb-sm21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-sm21 {
    padding-left: 5.25rem !important;
  }

  .pY-sm21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-sm21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-sm21 {
    padding: 5.25rem !important;
  }

  .pdt-sm22 {
    padding-top: 5.5rem !important;
  }

  .pdr-sm22 {
    padding-right: 5.5rem !important;
  }

  .pdb-sm22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-sm22 {
    padding-left: 5.5rem !important;
  }

  .pY-sm22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-sm22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-sm22 {
    padding: 5.5rem !important;
  }

  .pdt-sm23 {
    padding-top: 5.75rem !important;
  }

  .pdr-sm23 {
    padding-right: 5.75rem !important;
  }

  .pdb-sm23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-sm23 {
    padding-left: 5.75rem !important;
  }

  .pY-sm23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-sm23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-sm23 {
    padding: 5.75rem !important;
  }

  .pdt-sm24 {
    padding-top: 6rem !important;
  }

  .pdr-sm24 {
    padding-right: 6rem !important;
  }

  .pdb-sm24 {
    padding-bottom: 6rem !important;
  }

  .pdl-sm24 {
    padding-left: 6rem !important;
  }

  .pY-sm24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-sm24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-sm24 {
    padding: 6rem !important;
  }

  .pdt-sm25 {
    padding-top: 6.25rem !important;
  }

  .pdr-sm25 {
    padding-right: 6.25rem !important;
  }

  .pdb-sm25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-sm25 {
    padding-left: 6.25rem !important;
  }

  .pY-sm25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-sm25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-sm25 {
    padding: 6.25rem !important;
  }

  .pdt-sm26 {
    padding-top: 6.5rem !important;
  }

  .pdr-sm26 {
    padding-right: 6.5rem !important;
  }

  .pdb-sm26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-sm26 {
    padding-left: 6.5rem !important;
  }

  .pY-sm26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-sm26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-sm26 {
    padding: 6.5rem !important;
  }

  .pdt-sm27 {
    padding-top: 6.75rem !important;
  }

  .pdr-sm27 {
    padding-right: 6.75rem !important;
  }

  .pdb-sm27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-sm27 {
    padding-left: 6.75rem !important;
  }

  .pY-sm27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-sm27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-sm27 {
    padding: 6.75rem !important;
  }

  .pdt-sm28 {
    padding-top: 7rem !important;
  }

  .pdr-sm28 {
    padding-right: 7rem !important;
  }

  .pdb-sm28 {
    padding-bottom: 7rem !important;
  }

  .pdl-sm28 {
    padding-left: 7rem !important;
  }

  .pY-sm28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-sm28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-sm28 {
    padding: 7rem !important;
  }

  .pdt-sm29 {
    padding-top: 7.25rem !important;
  }

  .pdr-sm29 {
    padding-right: 7.25rem !important;
  }

  .pdb-sm29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-sm29 {
    padding-left: 7.25rem !important;
  }

  .pY-sm29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-sm29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-sm29 {
    padding: 7.25rem !important;
  }

  .pdt-sm30 {
    padding-top: 7.5rem !important;
  }

  .pdr-sm30 {
    padding-right: 7.5rem !important;
  }

  .pdb-sm30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-sm30 {
    padding-left: 7.5rem !important;
  }

  .pY-sm30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-sm30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-sm30 {
    padding: 7.5rem !important;
  }

  .pdt-sm31 {
    padding-top: 7.75rem !important;
  }

  .pdr-sm31 {
    padding-right: 7.75rem !important;
  }

  .pdb-sm31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-sm31 {
    padding-left: 7.75rem !important;
  }

  .pY-sm31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-sm31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-sm31 {
    padding: 7.75rem !important;
  }

  .pdt-sm32 {
    padding-top: 8rem !important;
  }

  .pdr-sm32 {
    padding-right: 8rem !important;
  }

  .pdb-sm32 {
    padding-bottom: 8rem !important;
  }

  .pdl-sm32 {
    padding-left: 8rem !important;
  }

  .pY-sm32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-sm32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-sm32 {
    padding: 8rem !important;
  }

  .pdt-sm33 {
    padding-top: 8.25rem !important;
  }

  .pdr-sm33 {
    padding-right: 8.25rem !important;
  }

  .pdb-sm33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-sm33 {
    padding-left: 8.25rem !important;
  }

  .pY-sm33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-sm33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-sm33 {
    padding: 8.25rem !important;
  }

  .pdt-sm34 {
    padding-top: 8.5rem !important;
  }

  .pdr-sm34 {
    padding-right: 8.5rem !important;
  }

  .pdb-sm34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-sm34 {
    padding-left: 8.5rem !important;
  }

  .pY-sm34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-sm34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-sm34 {
    padding: 8.5rem !important;
  }

  .pdt-sm35 {
    padding-top: 8.75rem !important;
  }

  .pdr-sm35 {
    padding-right: 8.75rem !important;
  }

  .pdb-sm35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-sm35 {
    padding-left: 8.75rem !important;
  }

  .pY-sm35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-sm35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-sm35 {
    padding: 8.75rem !important;
  }

  .pdt-sm36 {
    padding-top: 9rem !important;
  }

  .pdr-sm36 {
    padding-right: 9rem !important;
  }

  .pdb-sm36 {
    padding-bottom: 9rem !important;
  }

  .pdl-sm36 {
    padding-left: 9rem !important;
  }

  .pY-sm36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-sm36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-sm36 {
    padding: 9rem !important;
  }

  .pdt-sm37 {
    padding-top: 9.25rem !important;
  }

  .pdr-sm37 {
    padding-right: 9.25rem !important;
  }

  .pdb-sm37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-sm37 {
    padding-left: 9.25rem !important;
  }

  .pY-sm37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-sm37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-sm37 {
    padding: 9.25rem !important;
  }

  .pdt-sm38 {
    padding-top: 9.5rem !important;
  }

  .pdr-sm38 {
    padding-right: 9.5rem !important;
  }

  .pdb-sm38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-sm38 {
    padding-left: 9.5rem !important;
  }

  .pY-sm38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-sm38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-sm38 {
    padding: 9.5rem !important;
  }

  .pdt-sm39 {
    padding-top: 9.75rem !important;
  }

  .pdr-sm39 {
    padding-right: 9.75rem !important;
  }

  .pdb-sm39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-sm39 {
    padding-left: 9.75rem !important;
  }

  .pY-sm39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-sm39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-sm39 {
    padding: 9.75rem !important;
  }

  .pdt-sm40 {
    padding-top: 10rem !important;
  }

  .pdr-sm40 {
    padding-right: 10rem !important;
  }

  .pdb-sm40 {
    padding-bottom: 10rem !important;
  }

  .pdl-sm40 {
    padding-left: 10rem !important;
  }

  .pY-sm40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-sm40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-sm40 {
    padding: 10rem !important;
  }
}
@media (min-width: 768px) {
  .pdt-md0 {
    padding-top: 0rem !important;
  }

  .pdr-md0 {
    padding-right: 0rem !important;
  }

  .pdb-md0 {
    padding-bottom: 0rem !important;
  }

  .pdl-md0 {
    padding-left: 0rem !important;
  }

  .pY-md0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-md0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-md0 {
    padding: 0rem !important;
  }

  .pdt-md1 {
    padding-top: 0.25rem !important;
  }

  .pdr-md1 {
    padding-right: 0.25rem !important;
  }

  .pdb-md1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-md1 {
    padding-left: 0.25rem !important;
  }

  .pY-md1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-md1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-md1 {
    padding: 0.25rem !important;
  }

  .pdt-md2 {
    padding-top: 0.5rem !important;
  }

  .pdr-md2 {
    padding-right: 0.5rem !important;
  }

  .pdb-md2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-md2 {
    padding-left: 0.5rem !important;
  }

  .pY-md2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-md2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-md2 {
    padding: 0.5rem !important;
  }

  .pdt-md3 {
    padding-top: 0.75rem !important;
  }

  .pdr-md3 {
    padding-right: 0.75rem !important;
  }

  .pdb-md3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-md3 {
    padding-left: 0.75rem !important;
  }

  .pY-md3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-md3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-md3 {
    padding: 0.75rem !important;
  }

  .pdt-md4 {
    padding-top: 1rem !important;
  }

  .pdr-md4 {
    padding-right: 1rem !important;
  }

  .pdb-md4 {
    padding-bottom: 1rem !important;
  }

  .pdl-md4 {
    padding-left: 1rem !important;
  }

  .pY-md4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-md4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-md4 {
    padding: 1rem !important;
  }

  .pdt-md5 {
    padding-top: 1.25rem !important;
  }

  .pdr-md5 {
    padding-right: 1.25rem !important;
  }

  .pdb-md5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-md5 {
    padding-left: 1.25rem !important;
  }

  .pY-md5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-md5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-md5 {
    padding: 1.25rem !important;
  }

  .pdt-md6 {
    padding-top: 1.5rem !important;
  }

  .pdr-md6 {
    padding-right: 1.5rem !important;
  }

  .pdb-md6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-md6 {
    padding-left: 1.5rem !important;
  }

  .pY-md6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-md6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-md6 {
    padding: 1.5rem !important;
  }

  .pdt-md7 {
    padding-top: 1.75rem !important;
  }

  .pdr-md7 {
    padding-right: 1.75rem !important;
  }

  .pdb-md7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-md7 {
    padding-left: 1.75rem !important;
  }

  .pY-md7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-md7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-md7 {
    padding: 1.75rem !important;
  }

  .pdt-md8 {
    padding-top: 2rem !important;
  }

  .pdr-md8 {
    padding-right: 2rem !important;
  }

  .pdb-md8 {
    padding-bottom: 2rem !important;
  }

  .pdl-md8 {
    padding-left: 2rem !important;
  }

  .pY-md8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-md8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-md8 {
    padding: 2rem !important;
  }

  .pdt-md9 {
    padding-top: 2.25rem !important;
  }

  .pdr-md9 {
    padding-right: 2.25rem !important;
  }

  .pdb-md9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-md9 {
    padding-left: 2.25rem !important;
  }

  .pY-md9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-md9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-md9 {
    padding: 2.25rem !important;
  }

  .pdt-md10 {
    padding-top: 2.5rem !important;
  }

  .pdr-md10 {
    padding-right: 2.5rem !important;
  }

  .pdb-md10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-md10 {
    padding-left: 2.5rem !important;
  }

  .pY-md10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-md10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-md10 {
    padding: 2.5rem !important;
  }

  .pdt-md11 {
    padding-top: 2.75rem !important;
  }

  .pdr-md11 {
    padding-right: 2.75rem !important;
  }

  .pdb-md11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-md11 {
    padding-left: 2.75rem !important;
  }

  .pY-md11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-md11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-md11 {
    padding: 2.75rem !important;
  }

  .pdt-md12 {
    padding-top: 3rem !important;
  }

  .pdr-md12 {
    padding-right: 3rem !important;
  }

  .pdb-md12 {
    padding-bottom: 3rem !important;
  }

  .pdl-md12 {
    padding-left: 3rem !important;
  }

  .pY-md12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-md12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-md12 {
    padding: 3rem !important;
  }

  .pdt-md13 {
    padding-top: 3.25rem !important;
  }

  .pdr-md13 {
    padding-right: 3.25rem !important;
  }

  .pdb-md13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-md13 {
    padding-left: 3.25rem !important;
  }

  .pY-md13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-md13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-md13 {
    padding: 3.25rem !important;
  }

  .pdt-md14 {
    padding-top: 3.5rem !important;
  }

  .pdr-md14 {
    padding-right: 3.5rem !important;
  }

  .pdb-md14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-md14 {
    padding-left: 3.5rem !important;
  }

  .pY-md14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-md14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-md14 {
    padding: 3.5rem !important;
  }

  .pdt-md15 {
    padding-top: 3.75rem !important;
  }

  .pdr-md15 {
    padding-right: 3.75rem !important;
  }

  .pdb-md15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-md15 {
    padding-left: 3.75rem !important;
  }

  .pY-md15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-md15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-md15 {
    padding: 3.75rem !important;
  }

  .pdt-md16 {
    padding-top: 4rem !important;
  }

  .pdr-md16 {
    padding-right: 4rem !important;
  }

  .pdb-md16 {
    padding-bottom: 4rem !important;
  }

  .pdl-md16 {
    padding-left: 4rem !important;
  }

  .pY-md16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-md16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-md16 {
    padding: 4rem !important;
  }

  .pdt-md17 {
    padding-top: 4.25rem !important;
  }

  .pdr-md17 {
    padding-right: 4.25rem !important;
  }

  .pdb-md17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-md17 {
    padding-left: 4.25rem !important;
  }

  .pY-md17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-md17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-md17 {
    padding: 4.25rem !important;
  }

  .pdt-md18 {
    padding-top: 4.5rem !important;
  }

  .pdr-md18 {
    padding-right: 4.5rem !important;
  }

  .pdb-md18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-md18 {
    padding-left: 4.5rem !important;
  }

  .pY-md18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-md18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-md18 {
    padding: 4.5rem !important;
  }

  .pdt-md19 {
    padding-top: 4.75rem !important;
  }

  .pdr-md19 {
    padding-right: 4.75rem !important;
  }

  .pdb-md19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-md19 {
    padding-left: 4.75rem !important;
  }

  .pY-md19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-md19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-md19 {
    padding: 4.75rem !important;
  }

  .pdt-md20 {
    padding-top: 5rem !important;
  }

  .pdr-md20 {
    padding-right: 5rem !important;
  }

  .pdb-md20 {
    padding-bottom: 5rem !important;
  }

  .pdl-md20 {
    padding-left: 5rem !important;
  }

  .pY-md20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-md20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-md20 {
    padding: 5rem !important;
  }

  .pdt-md21 {
    padding-top: 5.25rem !important;
  }

  .pdr-md21 {
    padding-right: 5.25rem !important;
  }

  .pdb-md21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-md21 {
    padding-left: 5.25rem !important;
  }

  .pY-md21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-md21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-md21 {
    padding: 5.25rem !important;
  }

  .pdt-md22 {
    padding-top: 5.5rem !important;
  }

  .pdr-md22 {
    padding-right: 5.5rem !important;
  }

  .pdb-md22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-md22 {
    padding-left: 5.5rem !important;
  }

  .pY-md22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-md22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-md22 {
    padding: 5.5rem !important;
  }

  .pdt-md23 {
    padding-top: 5.75rem !important;
  }

  .pdr-md23 {
    padding-right: 5.75rem !important;
  }

  .pdb-md23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-md23 {
    padding-left: 5.75rem !important;
  }

  .pY-md23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-md23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-md23 {
    padding: 5.75rem !important;
  }

  .pdt-md24 {
    padding-top: 6rem !important;
  }

  .pdr-md24 {
    padding-right: 6rem !important;
  }

  .pdb-md24 {
    padding-bottom: 6rem !important;
  }

  .pdl-md24 {
    padding-left: 6rem !important;
  }

  .pY-md24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-md24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-md24 {
    padding: 6rem !important;
  }

  .pdt-md25 {
    padding-top: 6.25rem !important;
  }

  .pdr-md25 {
    padding-right: 6.25rem !important;
  }

  .pdb-md25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-md25 {
    padding-left: 6.25rem !important;
  }

  .pY-md25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-md25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-md25 {
    padding: 6.25rem !important;
  }

  .pdt-md26 {
    padding-top: 6.5rem !important;
  }

  .pdr-md26 {
    padding-right: 6.5rem !important;
  }

  .pdb-md26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-md26 {
    padding-left: 6.5rem !important;
  }

  .pY-md26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-md26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-md26 {
    padding: 6.5rem !important;
  }

  .pdt-md27 {
    padding-top: 6.75rem !important;
  }

  .pdr-md27 {
    padding-right: 6.75rem !important;
  }

  .pdb-md27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-md27 {
    padding-left: 6.75rem !important;
  }

  .pY-md27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-md27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-md27 {
    padding: 6.75rem !important;
  }

  .pdt-md28 {
    padding-top: 7rem !important;
  }

  .pdr-md28 {
    padding-right: 7rem !important;
  }

  .pdb-md28 {
    padding-bottom: 7rem !important;
  }

  .pdl-md28 {
    padding-left: 7rem !important;
  }

  .pY-md28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-md28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-md28 {
    padding: 7rem !important;
  }

  .pdt-md29 {
    padding-top: 7.25rem !important;
  }

  .pdr-md29 {
    padding-right: 7.25rem !important;
  }

  .pdb-md29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-md29 {
    padding-left: 7.25rem !important;
  }

  .pY-md29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-md29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-md29 {
    padding: 7.25rem !important;
  }

  .pdt-md30 {
    padding-top: 7.5rem !important;
  }

  .pdr-md30 {
    padding-right: 7.5rem !important;
  }

  .pdb-md30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-md30 {
    padding-left: 7.5rem !important;
  }

  .pY-md30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-md30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-md30 {
    padding: 7.5rem !important;
  }

  .pdt-md31 {
    padding-top: 7.75rem !important;
  }

  .pdr-md31 {
    padding-right: 7.75rem !important;
  }

  .pdb-md31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-md31 {
    padding-left: 7.75rem !important;
  }

  .pY-md31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-md31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-md31 {
    padding: 7.75rem !important;
  }

  .pdt-md32 {
    padding-top: 8rem !important;
  }

  .pdr-md32 {
    padding-right: 8rem !important;
  }

  .pdb-md32 {
    padding-bottom: 8rem !important;
  }

  .pdl-md32 {
    padding-left: 8rem !important;
  }

  .pY-md32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-md32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-md32 {
    padding: 8rem !important;
  }

  .pdt-md33 {
    padding-top: 8.25rem !important;
  }

  .pdr-md33 {
    padding-right: 8.25rem !important;
  }

  .pdb-md33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-md33 {
    padding-left: 8.25rem !important;
  }

  .pY-md33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-md33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-md33 {
    padding: 8.25rem !important;
  }

  .pdt-md34 {
    padding-top: 8.5rem !important;
  }

  .pdr-md34 {
    padding-right: 8.5rem !important;
  }

  .pdb-md34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-md34 {
    padding-left: 8.5rem !important;
  }

  .pY-md34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-md34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-md34 {
    padding: 8.5rem !important;
  }

  .pdt-md35 {
    padding-top: 8.75rem !important;
  }

  .pdr-md35 {
    padding-right: 8.75rem !important;
  }

  .pdb-md35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-md35 {
    padding-left: 8.75rem !important;
  }

  .pY-md35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-md35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-md35 {
    padding: 8.75rem !important;
  }

  .pdt-md36 {
    padding-top: 9rem !important;
  }

  .pdr-md36 {
    padding-right: 9rem !important;
  }

  .pdb-md36 {
    padding-bottom: 9rem !important;
  }

  .pdl-md36 {
    padding-left: 9rem !important;
  }

  .pY-md36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-md36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-md36 {
    padding: 9rem !important;
  }

  .pdt-md37 {
    padding-top: 9.25rem !important;
  }

  .pdr-md37 {
    padding-right: 9.25rem !important;
  }

  .pdb-md37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-md37 {
    padding-left: 9.25rem !important;
  }

  .pY-md37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-md37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-md37 {
    padding: 9.25rem !important;
  }

  .pdt-md38 {
    padding-top: 9.5rem !important;
  }

  .pdr-md38 {
    padding-right: 9.5rem !important;
  }

  .pdb-md38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-md38 {
    padding-left: 9.5rem !important;
  }

  .pY-md38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-md38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-md38 {
    padding: 9.5rem !important;
  }

  .pdt-md39 {
    padding-top: 9.75rem !important;
  }

  .pdr-md39 {
    padding-right: 9.75rem !important;
  }

  .pdb-md39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-md39 {
    padding-left: 9.75rem !important;
  }

  .pY-md39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-md39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-md39 {
    padding: 9.75rem !important;
  }

  .pdt-md40 {
    padding-top: 10rem !important;
  }

  .pdr-md40 {
    padding-right: 10rem !important;
  }

  .pdb-md40 {
    padding-bottom: 10rem !important;
  }

  .pdl-md40 {
    padding-left: 10rem !important;
  }

  .pY-md40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-md40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-md40 {
    padding: 10rem !important;
  }
}
@media (min-width: 992px) {
  .pdt-lg0 {
    padding-top: 0rem !important;
  }

  .pdr-lg0 {
    padding-right: 0rem !important;
  }

  .pdb-lg0 {
    padding-bottom: 0rem !important;
  }

  .pdl-lg0 {
    padding-left: 0rem !important;
  }

  .pY-lg0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .pX-lg0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .p-lg0 {
    padding: 0rem !important;
  }

  .pdt-lg1 {
    padding-top: 0.25rem !important;
  }

  .pdr-lg1 {
    padding-right: 0.25rem !important;
  }

  .pdb-lg1 {
    padding-bottom: 0.25rem !important;
  }

  .pdl-lg1 {
    padding-left: 0.25rem !important;
  }

  .pY-lg1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pX-lg1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .p-lg1 {
    padding: 0.25rem !important;
  }

  .pdt-lg2 {
    padding-top: 0.5rem !important;
  }

  .pdr-lg2 {
    padding-right: 0.5rem !important;
  }

  .pdb-lg2 {
    padding-bottom: 0.5rem !important;
  }

  .pdl-lg2 {
    padding-left: 0.5rem !important;
  }

  .pY-lg2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pX-lg2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .p-lg2 {
    padding: 0.5rem !important;
  }

  .pdt-lg3 {
    padding-top: 0.75rem !important;
  }

  .pdr-lg3 {
    padding-right: 0.75rem !important;
  }

  .pdb-lg3 {
    padding-bottom: 0.75rem !important;
  }

  .pdl-lg3 {
    padding-left: 0.75rem !important;
  }

  .pY-lg3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pX-lg3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .p-lg3 {
    padding: 0.75rem !important;
  }

  .pdt-lg4 {
    padding-top: 1rem !important;
  }

  .pdr-lg4 {
    padding-right: 1rem !important;
  }

  .pdb-lg4 {
    padding-bottom: 1rem !important;
  }

  .pdl-lg4 {
    padding-left: 1rem !important;
  }

  .pY-lg4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pX-lg4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-lg4 {
    padding: 1rem !important;
  }

  .pdt-lg5 {
    padding-top: 1.25rem !important;
  }

  .pdr-lg5 {
    padding-right: 1.25rem !important;
  }

  .pdb-lg5 {
    padding-bottom: 1.25rem !important;
  }

  .pdl-lg5 {
    padding-left: 1.25rem !important;
  }

  .pY-lg5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pX-lg5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .p-lg5 {
    padding: 1.25rem !important;
  }

  .pdt-lg6 {
    padding-top: 1.5rem !important;
  }

  .pdr-lg6 {
    padding-right: 1.5rem !important;
  }

  .pdb-lg6 {
    padding-bottom: 1.5rem !important;
  }

  .pdl-lg6 {
    padding-left: 1.5rem !important;
  }

  .pY-lg6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pX-lg6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-lg6 {
    padding: 1.5rem !important;
  }

  .pdt-lg7 {
    padding-top: 1.75rem !important;
  }

  .pdr-lg7 {
    padding-right: 1.75rem !important;
  }

  .pdb-lg7 {
    padding-bottom: 1.75rem !important;
  }

  .pdl-lg7 {
    padding-left: 1.75rem !important;
  }

  .pY-lg7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .pX-lg7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .p-lg7 {
    padding: 1.75rem !important;
  }

  .pdt-lg8 {
    padding-top: 2rem !important;
  }

  .pdr-lg8 {
    padding-right: 2rem !important;
  }

  .pdb-lg8 {
    padding-bottom: 2rem !important;
  }

  .pdl-lg8 {
    padding-left: 2rem !important;
  }

  .pY-lg8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pX-lg8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .p-lg8 {
    padding: 2rem !important;
  }

  .pdt-lg9 {
    padding-top: 2.25rem !important;
  }

  .pdr-lg9 {
    padding-right: 2.25rem !important;
  }

  .pdb-lg9 {
    padding-bottom: 2.25rem !important;
  }

  .pdl-lg9 {
    padding-left: 2.25rem !important;
  }

  .pY-lg9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .pX-lg9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .p-lg9 {
    padding: 2.25rem !important;
  }

  .pdt-lg10 {
    padding-top: 2.5rem !important;
  }

  .pdr-lg10 {
    padding-right: 2.5rem !important;
  }

  .pdb-lg10 {
    padding-bottom: 2.5rem !important;
  }

  .pdl-lg10 {
    padding-left: 2.5rem !important;
  }

  .pY-lg10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pX-lg10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .p-lg10 {
    padding: 2.5rem !important;
  }

  .pdt-lg11 {
    padding-top: 2.75rem !important;
  }

  .pdr-lg11 {
    padding-right: 2.75rem !important;
  }

  .pdb-lg11 {
    padding-bottom: 2.75rem !important;
  }

  .pdl-lg11 {
    padding-left: 2.75rem !important;
  }

  .pY-lg11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .pX-lg11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .p-lg11 {
    padding: 2.75rem !important;
  }

  .pdt-lg12 {
    padding-top: 3rem !important;
  }

  .pdr-lg12 {
    padding-right: 3rem !important;
  }

  .pdb-lg12 {
    padding-bottom: 3rem !important;
  }

  .pdl-lg12 {
    padding-left: 3rem !important;
  }

  .pY-lg12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pX-lg12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-lg12 {
    padding: 3rem !important;
  }

  .pdt-lg13 {
    padding-top: 3.25rem !important;
  }

  .pdr-lg13 {
    padding-right: 3.25rem !important;
  }

  .pdb-lg13 {
    padding-bottom: 3.25rem !important;
  }

  .pdl-lg13 {
    padding-left: 3.25rem !important;
  }

  .pY-lg13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .pX-lg13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .p-lg13 {
    padding: 3.25rem !important;
  }

  .pdt-lg14 {
    padding-top: 3.5rem !important;
  }

  .pdr-lg14 {
    padding-right: 3.5rem !important;
  }

  .pdb-lg14 {
    padding-bottom: 3.5rem !important;
  }

  .pdl-lg14 {
    padding-left: 3.5rem !important;
  }

  .pY-lg14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pX-lg14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .p-lg14 {
    padding: 3.5rem !important;
  }

  .pdt-lg15 {
    padding-top: 3.75rem !important;
  }

  .pdr-lg15 {
    padding-right: 3.75rem !important;
  }

  .pdb-lg15 {
    padding-bottom: 3.75rem !important;
  }

  .pdl-lg15 {
    padding-left: 3.75rem !important;
  }

  .pY-lg15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .pX-lg15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .p-lg15 {
    padding: 3.75rem !important;
  }

  .pdt-lg16 {
    padding-top: 4rem !important;
  }

  .pdr-lg16 {
    padding-right: 4rem !important;
  }

  .pdb-lg16 {
    padding-bottom: 4rem !important;
  }

  .pdl-lg16 {
    padding-left: 4rem !important;
  }

  .pY-lg16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pX-lg16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .p-lg16 {
    padding: 4rem !important;
  }

  .pdt-lg17 {
    padding-top: 4.25rem !important;
  }

  .pdr-lg17 {
    padding-right: 4.25rem !important;
  }

  .pdb-lg17 {
    padding-bottom: 4.25rem !important;
  }

  .pdl-lg17 {
    padding-left: 4.25rem !important;
  }

  .pY-lg17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .pX-lg17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .p-lg17 {
    padding: 4.25rem !important;
  }

  .pdt-lg18 {
    padding-top: 4.5rem !important;
  }

  .pdr-lg18 {
    padding-right: 4.5rem !important;
  }

  .pdb-lg18 {
    padding-bottom: 4.5rem !important;
  }

  .pdl-lg18 {
    padding-left: 4.5rem !important;
  }

  .pY-lg18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pX-lg18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .p-lg18 {
    padding: 4.5rem !important;
  }

  .pdt-lg19 {
    padding-top: 4.75rem !important;
  }

  .pdr-lg19 {
    padding-right: 4.75rem !important;
  }

  .pdb-lg19 {
    padding-bottom: 4.75rem !important;
  }

  .pdl-lg19 {
    padding-left: 4.75rem !important;
  }

  .pY-lg19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .pX-lg19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .p-lg19 {
    padding: 4.75rem !important;
  }

  .pdt-lg20 {
    padding-top: 5rem !important;
  }

  .pdr-lg20 {
    padding-right: 5rem !important;
  }

  .pdb-lg20 {
    padding-bottom: 5rem !important;
  }

  .pdl-lg20 {
    padding-left: 5rem !important;
  }

  .pY-lg20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pX-lg20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .p-lg20 {
    padding: 5rem !important;
  }

  .pdt-lg21 {
    padding-top: 5.25rem !important;
  }

  .pdr-lg21 {
    padding-right: 5.25rem !important;
  }

  .pdb-lg21 {
    padding-bottom: 5.25rem !important;
  }

  .pdl-lg21 {
    padding-left: 5.25rem !important;
  }

  .pY-lg21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }

  .pX-lg21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }

  .p-lg21 {
    padding: 5.25rem !important;
  }

  .pdt-lg22 {
    padding-top: 5.5rem !important;
  }

  .pdr-lg22 {
    padding-right: 5.5rem !important;
  }

  .pdb-lg22 {
    padding-bottom: 5.5rem !important;
  }

  .pdl-lg22 {
    padding-left: 5.5rem !important;
  }

  .pY-lg22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .pX-lg22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .p-lg22 {
    padding: 5.5rem !important;
  }

  .pdt-lg23 {
    padding-top: 5.75rem !important;
  }

  .pdr-lg23 {
    padding-right: 5.75rem !important;
  }

  .pdb-lg23 {
    padding-bottom: 5.75rem !important;
  }

  .pdl-lg23 {
    padding-left: 5.75rem !important;
  }

  .pY-lg23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .pX-lg23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }

  .p-lg23 {
    padding: 5.75rem !important;
  }

  .pdt-lg24 {
    padding-top: 6rem !important;
  }

  .pdr-lg24 {
    padding-right: 6rem !important;
  }

  .pdb-lg24 {
    padding-bottom: 6rem !important;
  }

  .pdl-lg24 {
    padding-left: 6rem !important;
  }

  .pY-lg24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pX-lg24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .p-lg24 {
    padding: 6rem !important;
  }

  .pdt-lg25 {
    padding-top: 6.25rem !important;
  }

  .pdr-lg25 {
    padding-right: 6.25rem !important;
  }

  .pdb-lg25 {
    padding-bottom: 6.25rem !important;
  }

  .pdl-lg25 {
    padding-left: 6.25rem !important;
  }

  .pY-lg25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .pX-lg25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .p-lg25 {
    padding: 6.25rem !important;
  }

  .pdt-lg26 {
    padding-top: 6.5rem !important;
  }

  .pdr-lg26 {
    padding-right: 6.5rem !important;
  }

  .pdb-lg26 {
    padding-bottom: 6.5rem !important;
  }

  .pdl-lg26 {
    padding-left: 6.5rem !important;
  }

  .pY-lg26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .pX-lg26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .p-lg26 {
    padding: 6.5rem !important;
  }

  .pdt-lg27 {
    padding-top: 6.75rem !important;
  }

  .pdr-lg27 {
    padding-right: 6.75rem !important;
  }

  .pdb-lg27 {
    padding-bottom: 6.75rem !important;
  }

  .pdl-lg27 {
    padding-left: 6.75rem !important;
  }

  .pY-lg27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }

  .pX-lg27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }

  .p-lg27 {
    padding: 6.75rem !important;
  }

  .pdt-lg28 {
    padding-top: 7rem !important;
  }

  .pdr-lg28 {
    padding-right: 7rem !important;
  }

  .pdb-lg28 {
    padding-bottom: 7rem !important;
  }

  .pdl-lg28 {
    padding-left: 7rem !important;
  }

  .pY-lg28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pX-lg28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .p-lg28 {
    padding: 7rem !important;
  }

  .pdt-lg29 {
    padding-top: 7.25rem !important;
  }

  .pdr-lg29 {
    padding-right: 7.25rem !important;
  }

  .pdb-lg29 {
    padding-bottom: 7.25rem !important;
  }

  .pdl-lg29 {
    padding-left: 7.25rem !important;
  }

  .pY-lg29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }

  .pX-lg29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }

  .p-lg29 {
    padding: 7.25rem !important;
  }

  .pdt-lg30 {
    padding-top: 7.5rem !important;
  }

  .pdr-lg30 {
    padding-right: 7.5rem !important;
  }

  .pdb-lg30 {
    padding-bottom: 7.5rem !important;
  }

  .pdl-lg30 {
    padding-left: 7.5rem !important;
  }

  .pY-lg30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .pX-lg30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .p-lg30 {
    padding: 7.5rem !important;
  }

  .pdt-lg31 {
    padding-top: 7.75rem !important;
  }

  .pdr-lg31 {
    padding-right: 7.75rem !important;
  }

  .pdb-lg31 {
    padding-bottom: 7.75rem !important;
  }

  .pdl-lg31 {
    padding-left: 7.75rem !important;
  }

  .pY-lg31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }

  .pX-lg31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }

  .p-lg31 {
    padding: 7.75rem !important;
  }

  .pdt-lg32 {
    padding-top: 8rem !important;
  }

  .pdr-lg32 {
    padding-right: 8rem !important;
  }

  .pdb-lg32 {
    padding-bottom: 8rem !important;
  }

  .pdl-lg32 {
    padding-left: 8rem !important;
  }

  .pY-lg32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pX-lg32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .p-lg32 {
    padding: 8rem !important;
  }

  .pdt-lg33 {
    padding-top: 8.25rem !important;
  }

  .pdr-lg33 {
    padding-right: 8.25rem !important;
  }

  .pdb-lg33 {
    padding-bottom: 8.25rem !important;
  }

  .pdl-lg33 {
    padding-left: 8.25rem !important;
  }

  .pY-lg33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }

  .pX-lg33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }

  .p-lg33 {
    padding: 8.25rem !important;
  }

  .pdt-lg34 {
    padding-top: 8.5rem !important;
  }

  .pdr-lg34 {
    padding-right: 8.5rem !important;
  }

  .pdb-lg34 {
    padding-bottom: 8.5rem !important;
  }

  .pdl-lg34 {
    padding-left: 8.5rem !important;
  }

  .pY-lg34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .pX-lg34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .p-lg34 {
    padding: 8.5rem !important;
  }

  .pdt-lg35 {
    padding-top: 8.75rem !important;
  }

  .pdr-lg35 {
    padding-right: 8.75rem !important;
  }

  .pdb-lg35 {
    padding-bottom: 8.75rem !important;
  }

  .pdl-lg35 {
    padding-left: 8.75rem !important;
  }

  .pY-lg35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .pX-lg35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .p-lg35 {
    padding: 8.75rem !important;
  }

  .pdt-lg36 {
    padding-top: 9rem !important;
  }

  .pdr-lg36 {
    padding-right: 9rem !important;
  }

  .pdb-lg36 {
    padding-bottom: 9rem !important;
  }

  .pdl-lg36 {
    padding-left: 9rem !important;
  }

  .pY-lg36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .pX-lg36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .p-lg36 {
    padding: 9rem !important;
  }

  .pdt-lg37 {
    padding-top: 9.25rem !important;
  }

  .pdr-lg37 {
    padding-right: 9.25rem !important;
  }

  .pdb-lg37 {
    padding-bottom: 9.25rem !important;
  }

  .pdl-lg37 {
    padding-left: 9.25rem !important;
  }

  .pY-lg37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .pX-lg37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }

  .p-lg37 {
    padding: 9.25rem !important;
  }

  .pdt-lg38 {
    padding-top: 9.5rem !important;
  }

  .pdr-lg38 {
    padding-right: 9.5rem !important;
  }

  .pdb-lg38 {
    padding-bottom: 9.5rem !important;
  }

  .pdl-lg38 {
    padding-left: 9.5rem !important;
  }

  .pY-lg38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .pX-lg38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .p-lg38 {
    padding: 9.5rem !important;
  }

  .pdt-lg39 {
    padding-top: 9.75rem !important;
  }

  .pdr-lg39 {
    padding-right: 9.75rem !important;
  }

  .pdb-lg39 {
    padding-bottom: 9.75rem !important;
  }

  .pdl-lg39 {
    padding-left: 9.75rem !important;
  }

  .pY-lg39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }

  .pX-lg39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }

  .p-lg39 {
    padding: 9.75rem !important;
  }

  .pdt-lg40 {
    padding-top: 10rem !important;
  }

  .pdr-lg40 {
    padding-right: 10rem !important;
  }

  .pdb-lg40 {
    padding-bottom: 10rem !important;
  }

  .pdl-lg40 {
    padding-left: 10rem !important;
  }

  .pY-lg40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pX-lg40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .p-lg40 {
    padding: 10rem !important;
  }
}
.pd15px {
  padding: 15px;
}

/*********************************************************
font-size : collect
*********************************************************/
.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fs-64 {
  font-size: 64px !important;
}

@media (min-width: 768px) {
  .fs-md1 {
    font-size: 1px !important;
  }

  .fs-md2 {
    font-size: 2px !important;
  }

  .fs-md3 {
    font-size: 3px !important;
  }

  .fs-md4 {
    font-size: 4px !important;
  }

  .fs-md5 {
    font-size: 5px !important;
  }

  .fs-md6 {
    font-size: 6px !important;
  }

  .fs-md7 {
    font-size: 7px !important;
  }

  .fs-md8 {
    font-size: 8px !important;
  }

  .fs-md9 {
    font-size: 9px !important;
  }

  .fs-md10 {
    font-size: 10px !important;
  }

  .fs-md11 {
    font-size: 11px !important;
  }

  .fs-md12 {
    font-size: 12px !important;
  }

  .fs-md13 {
    font-size: 13px !important;
  }

  .fs-md14 {
    font-size: 14px !important;
  }

  .fs-md15 {
    font-size: 15px !important;
  }

  .fs-md16 {
    font-size: 16px !important;
  }

  .fs-md17 {
    font-size: 17px !important;
  }

  .fs-md18 {
    font-size: 18px !important;
  }

  .fs-md19 {
    font-size: 19px !important;
  }

  .fs-md20 {
    font-size: 20px !important;
  }

  .fs-md21 {
    font-size: 21px !important;
  }

  .fs-md22 {
    font-size: 22px !important;
  }

  .fs-md23 {
    font-size: 23px !important;
  }

  .fs-md24 {
    font-size: 24px !important;
  }

  .fs-md25 {
    font-size: 25px !important;
  }

  .fs-md26 {
    font-size: 26px !important;
  }

  .fs-md27 {
    font-size: 27px !important;
  }

  .fs-md28 {
    font-size: 28px !important;
  }

  .fs-md29 {
    font-size: 29px !important;
  }

  .fs-md30 {
    font-size: 30px !important;
  }

  .fs-md31 {
    font-size: 31px !important;
  }

  .fs-md32 {
    font-size: 32px !important;
  }

  .fs-md33 {
    font-size: 33px !important;
  }

  .fs-md34 {
    font-size: 34px !important;
  }

  .fs-md35 {
    font-size: 35px !important;
  }

  .fs-md36 {
    font-size: 36px !important;
  }

  .fs-md37 {
    font-size: 37px !important;
  }

  .fs-md38 {
    font-size: 38px !important;
  }

  .fs-md39 {
    font-size: 39px !important;
  }

  .fs-md40 {
    font-size: 40px !important;
  }

  .fs-md41 {
    font-size: 41px !important;
  }

  .fs-md42 {
    font-size: 42px !important;
  }

  .fs-md43 {
    font-size: 43px !important;
  }

  .fs-md44 {
    font-size: 44px !important;
  }

  .fs-md45 {
    font-size: 45px !important;
  }

  .fs-md46 {
    font-size: 46px !important;
  }

  .fs-md47 {
    font-size: 47px !important;
  }

  .fs-md48 {
    font-size: 48px !important;
  }

  .fs-md49 {
    font-size: 49px !important;
  }

  .fs-md50 {
    font-size: 50px !important;
  }

  .fs-md51 {
    font-size: 51px !important;
  }

  .fs-md52 {
    font-size: 52px !important;
  }

  .fs-md53 {
    font-size: 53px !important;
  }

  .fs-md54 {
    font-size: 54px !important;
  }

  .fs-md55 {
    font-size: 55px !important;
  }

  .fs-md56 {
    font-size: 56px !important;
  }

  .fs-md57 {
    font-size: 57px !important;
  }

  .fs-md58 {
    font-size: 58px !important;
  }

  .fs-md59 {
    font-size: 59px !important;
  }

  .fs-md60 {
    font-size: 60px !important;
  }

  .fs-md61 {
    font-size: 61px !important;
  }

  .fs-md62 {
    font-size: 62px !important;
  }

  .fs-md63 {
    font-size: 63px !important;
  }

  .fs-md64 {
    font-size: 64px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg1 {
    font-size: 1px !important;
  }

  .fs-lg2 {
    font-size: 2px !important;
  }

  .fs-lg3 {
    font-size: 3px !important;
  }

  .fs-lg4 {
    font-size: 4px !important;
  }

  .fs-lg5 {
    font-size: 5px !important;
  }

  .fs-lg6 {
    font-size: 6px !important;
  }

  .fs-lg7 {
    font-size: 7px !important;
  }

  .fs-lg8 {
    font-size: 8px !important;
  }

  .fs-lg9 {
    font-size: 9px !important;
  }

  .fs-lg10 {
    font-size: 10px !important;
  }

  .fs-lg11 {
    font-size: 11px !important;
  }

  .fs-lg12 {
    font-size: 12px !important;
  }

  .fs-lg13 {
    font-size: 13px !important;
  }

  .fs-lg14 {
    font-size: 14px !important;
  }

  .fs-lg15 {
    font-size: 15px !important;
  }

  .fs-lg16 {
    font-size: 16px !important;
  }

  .fs-lg17 {
    font-size: 17px !important;
  }

  .fs-lg18 {
    font-size: 18px !important;
  }

  .fs-lg19 {
    font-size: 19px !important;
  }

  .fs-lg20 {
    font-size: 20px !important;
  }

  .fs-lg21 {
    font-size: 21px !important;
  }

  .fs-lg22 {
    font-size: 22px !important;
  }

  .fs-lg23 {
    font-size: 23px !important;
  }

  .fs-lg24 {
    font-size: 24px !important;
  }

  .fs-lg25 {
    font-size: 25px !important;
  }

  .fs-lg26 {
    font-size: 26px !important;
  }

  .fs-lg27 {
    font-size: 27px !important;
  }

  .fs-lg28 {
    font-size: 28px !important;
  }

  .fs-lg29 {
    font-size: 29px !important;
  }

  .fs-lg30 {
    font-size: 30px !important;
  }

  .fs-lg31 {
    font-size: 31px !important;
  }

  .fs-lg32 {
    font-size: 32px !important;
  }

  .fs-lg33 {
    font-size: 33px !important;
  }

  .fs-lg34 {
    font-size: 34px !important;
  }

  .fs-lg35 {
    font-size: 35px !important;
  }

  .fs-lg36 {
    font-size: 36px !important;
  }

  .fs-lg37 {
    font-size: 37px !important;
  }

  .fs-lg38 {
    font-size: 38px !important;
  }

  .fs-lg39 {
    font-size: 39px !important;
  }

  .fs-lg40 {
    font-size: 40px !important;
  }

  .fs-lg41 {
    font-size: 41px !important;
  }

  .fs-lg42 {
    font-size: 42px !important;
  }

  .fs-lg43 {
    font-size: 43px !important;
  }

  .fs-lg44 {
    font-size: 44px !important;
  }

  .fs-lg45 {
    font-size: 45px !important;
  }

  .fs-lg46 {
    font-size: 46px !important;
  }

  .fs-lg47 {
    font-size: 47px !important;
  }

  .fs-lg48 {
    font-size: 48px !important;
  }

  .fs-lg49 {
    font-size: 49px !important;
  }

  .fs-lg50 {
    font-size: 50px !important;
  }

  .fs-lg51 {
    font-size: 51px !important;
  }

  .fs-lg52 {
    font-size: 52px !important;
  }

  .fs-lg53 {
    font-size: 53px !important;
  }

  .fs-lg54 {
    font-size: 54px !important;
  }

  .fs-lg55 {
    font-size: 55px !important;
  }

  .fs-lg56 {
    font-size: 56px !important;
  }

  .fs-lg57 {
    font-size: 57px !important;
  }

  .fs-lg58 {
    font-size: 58px !important;
  }

  .fs-lg59 {
    font-size: 59px !important;
  }

  .fs-lg60 {
    font-size: 60px !important;
  }

  .fs-lg61 {
    font-size: 61px !important;
  }

  .fs-lg62 {
    font-size: 62px !important;
  }

  .fs-lg63 {
    font-size: 63px !important;
  }

  .fs-lg64 {
    font-size: 64px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl1 {
    font-size: 1px !important;
  }

  .fs-xl2 {
    font-size: 2px !important;
  }

  .fs-xl3 {
    font-size: 3px !important;
  }

  .fs-xl4 {
    font-size: 4px !important;
  }

  .fs-xl5 {
    font-size: 5px !important;
  }

  .fs-xl6 {
    font-size: 6px !important;
  }

  .fs-xl7 {
    font-size: 7px !important;
  }

  .fs-xl8 {
    font-size: 8px !important;
  }

  .fs-xl9 {
    font-size: 9px !important;
  }

  .fs-xl10 {
    font-size: 10px !important;
  }

  .fs-xl11 {
    font-size: 11px !important;
  }

  .fs-xl12 {
    font-size: 12px !important;
  }

  .fs-xl13 {
    font-size: 13px !important;
  }

  .fs-xl14 {
    font-size: 14px !important;
  }

  .fs-xl15 {
    font-size: 15px !important;
  }

  .fs-xl16 {
    font-size: 16px !important;
  }

  .fs-xl17 {
    font-size: 17px !important;
  }

  .fs-xl18 {
    font-size: 18px !important;
  }

  .fs-xl19 {
    font-size: 19px !important;
  }

  .fs-xl20 {
    font-size: 20px !important;
  }

  .fs-xl21 {
    font-size: 21px !important;
  }

  .fs-xl22 {
    font-size: 22px !important;
  }

  .fs-xl23 {
    font-size: 23px !important;
  }

  .fs-xl24 {
    font-size: 24px !important;
  }

  .fs-xl25 {
    font-size: 25px !important;
  }

  .fs-xl26 {
    font-size: 26px !important;
  }

  .fs-xl27 {
    font-size: 27px !important;
  }

  .fs-xl28 {
    font-size: 28px !important;
  }

  .fs-xl29 {
    font-size: 29px !important;
  }

  .fs-xl30 {
    font-size: 30px !important;
  }

  .fs-xl31 {
    font-size: 31px !important;
  }

  .fs-xl32 {
    font-size: 32px !important;
  }

  .fs-xl33 {
    font-size: 33px !important;
  }

  .fs-xl34 {
    font-size: 34px !important;
  }

  .fs-xl35 {
    font-size: 35px !important;
  }

  .fs-xl36 {
    font-size: 36px !important;
  }

  .fs-xl37 {
    font-size: 37px !important;
  }

  .fs-xl38 {
    font-size: 38px !important;
  }

  .fs-xl39 {
    font-size: 39px !important;
  }

  .fs-xl40 {
    font-size: 40px !important;
  }

  .fs-xl41 {
    font-size: 41px !important;
  }

  .fs-xl42 {
    font-size: 42px !important;
  }

  .fs-xl43 {
    font-size: 43px !important;
  }

  .fs-xl44 {
    font-size: 44px !important;
  }

  .fs-xl45 {
    font-size: 45px !important;
  }

  .fs-xl46 {
    font-size: 46px !important;
  }

  .fs-xl47 {
    font-size: 47px !important;
  }

  .fs-xl48 {
    font-size: 48px !important;
  }

  .fs-xl49 {
    font-size: 49px !important;
  }

  .fs-xl50 {
    font-size: 50px !important;
  }

  .fs-xl51 {
    font-size: 51px !important;
  }

  .fs-xl52 {
    font-size: 52px !important;
  }

  .fs-xl53 {
    font-size: 53px !important;
  }

  .fs-xl54 {
    font-size: 54px !important;
  }

  .fs-xl55 {
    font-size: 55px !important;
  }

  .fs-xl56 {
    font-size: 56px !important;
  }

  .fs-xl57 {
    font-size: 57px !important;
  }

  .fs-xl58 {
    font-size: 58px !important;
  }

  .fs-xl59 {
    font-size: 59px !important;
  }

  .fs-xl60 {
    font-size: 60px !important;
  }

  .fs-xl61 {
    font-size: 61px !important;
  }

  .fs-xl62 {
    font-size: 62px !important;
  }

  .fs-xl63 {
    font-size: 63px !important;
  }

  .fs-xl64 {
    font-size: 64px !important;
  }
}
/*********************************************************
width height : collect
*********************************************************/
.wh-0px {
  width: 0px !important;
}

.wh-10px {
  width: 10px !important;
}

.wh-20px {
  width: 20px !important;
}

.wh-30px {
  width: 30px !important;
}

.wh-40px {
  width: 40px !important;
}

.wh-50px {
  width: 50px !important;
}

.wh-60px {
  width: 60px !important;
}

.wh-70px {
  width: 70px !important;
}

.wh-80px {
  width: 80px !important;
}

.wh-90px {
  width: 90px !important;
}

.wh-100px {
  width: 100px !important;
}

.wh-110px {
  width: 110px !important;
}

.wh-120px {
  width: 120px !important;
}

.wh-130px {
  width: 130px !important;
}

.wh-140px {
  width: 140px !important;
}

.wh-150px {
  width: 150px !important;
}

.wh-160px {
  width: 160px !important;
}

.wh-170px {
  width: 170px !important;
}

.wh-180px {
  width: 180px !important;
}

.wh-190px {
  width: 190px !important;
}

.wh-200px {
  width: 200px !important;
}

.wh-0 {
  width: 0%!important;
}

.wh-5 {
  width: 5%!important;
}

.wh-10 {
  width: 10%!important;
}

.wh-15 {
  width: 15%!important;
}

.wh-20 {
  width: 20%!important;
}

.wh-25 {
  width: 25%!important;
}

.wh-30 {
  width: 30%!important;
}

.wh-35 {
  width: 35%!important;
}

.wh-40 {
  width: 40%!important;
}

.wh-45 {
  width: 45%!important;
}

.wh-50 {
  width: 50%!important;
}

.wh-55 {
  width: 55%!important;
}

.wh-60 {
  width: 60%!important;
}

.wh-65 {
  width: 65%!important;
}

.wh-70 {
  width: 70%!important;
}

.wh-75 {
  width: 75%!important;
}

.wh-80 {
  width: 80%!important;
}

.wh-85 {
  width: 85%!important;
}

.wh-90 {
  width: 90%!important;
}

.wh-95 {
  width: 95%!important;
}

.wh-100 {
  width: 100%!important;
}

.wh-7 {
  width: 7% !important;
}

@media (min-width: 768px) {
  .wh-md0 {
    width: 0%!important;
  }

  .wh-md5 {
    width: 5%!important;
  }

  .wh-md10 {
    width: 10%!important;
  }

  .wh-md15 {
    width: 15%!important;
  }

  .wh-md20 {
    width: 20%!important;
  }

  .wh-md25 {
    width: 25%!important;
  }

  .wh-md30 {
    width: 30%!important;
  }

  .wh-md35 {
    width: 35%!important;
  }

  .wh-md40 {
    width: 40%!important;
  }

  .wh-md45 {
    width: 45%!important;
  }

  .wh-md50 {
    width: 50%!important;
  }

  .wh-md55 {
    width: 55%!important;
  }

  .wh-md60 {
    width: 60%!important;
  }

  .wh-md65 {
    width: 65%!important;
  }

  .wh-md70 {
    width: 70%!important;
  }

  .wh-md75 {
    width: 75%!important;
  }

  .wh-md80 {
    width: 80%!important;
  }

  .wh-md85 {
    width: 85%!important;
  }

  .wh-md90 {
    width: 90%!important;
  }

  .wh-md95 {
    width: 95%!important;
  }

  .wh-md100 {
    width: 100%!important;
  }
}
@media (min-width: 768px) {
  .wh-px-md0 {
    width: 0px !important;
  }

  .wh-px-md10 {
    width: 10px !important;
  }

  .wh-px-md20 {
    width: 20px !important;
  }

  .wh-px-md30 {
    width: 30px !important;
  }

  .wh-px-md40 {
    width: 40px !important;
  }

  .wh-px-md50 {
    width: 50px !important;
  }

  .wh-px-md60 {
    width: 60px !important;
  }

  .wh-px-md70 {
    width: 70px !important;
  }

  .wh-px-md80 {
    width: 80px !important;
  }

  .wh-px-md90 {
    width: 90px !important;
  }

  .wh-px-md100 {
    width: 100px !important;
  }

  .wh-px-md110 {
    width: 110px !important;
  }

  .wh-px-md120 {
    width: 120px !important;
  }

  .wh-px-md130 {
    width: 130px !important;
  }

  .wh-px-md140 {
    width: 140px !important;
  }

  .wh-px-md150 {
    width: 150px !important;
  }

  .wh-px-md160 {
    width: 160px !important;
  }

  .wh-px-md170 {
    width: 170px !important;
  }

  .wh-px-md180 {
    width: 180px !important;
  }

  .wh-px-md190 {
    width: 190px !important;
  }

  .wh-px-md200 {
    width: 200px !important;
  }
}
@media (min-width: 992px) {
  .wh-lg0 {
    width: 0%!important;
  }

  .wh-lg5 {
    width: 5%!important;
  }

  .wh-lg10 {
    width: 10%!important;
  }

  .wh-lg15 {
    width: 15%!important;
  }

  .wh-lg20 {
    width: 20%!important;
  }

  .wh-lg25 {
    width: 25%!important;
  }

  .wh-lg30 {
    width: 30%!important;
  }

  .wh-lg35 {
    width: 35%!important;
  }

  .wh-lg40 {
    width: 40%!important;
  }

  .wh-lg45 {
    width: 45%!important;
  }

  .wh-lg50 {
    width: 50%!important;
  }

  .wh-lg55 {
    width: 55%!important;
  }

  .wh-lg60 {
    width: 60%!important;
  }

  .wh-lg65 {
    width: 65%!important;
  }

  .wh-lg70 {
    width: 70%!important;
  }

  .wh-lg75 {
    width: 75%!important;
  }

  .wh-lg80 {
    width: 80%!important;
  }

  .wh-lg85 {
    width: 85%!important;
  }

  .wh-lg90 {
    width: 90%!important;
  }

  .wh-lg95 {
    width: 95%!important;
  }

  .wh-lg100 {
    width: 100%!important;
  }
}
@media (min-width: 1200px) {
  .wh-xl0 {
    width: 0%!important;
  }

  .wh-xl5 {
    width: 5%!important;
  }

  .wh-xl10 {
    width: 10%!important;
  }

  .wh-xl15 {
    width: 15%!important;
  }

  .wh-xl20 {
    width: 20%!important;
  }

  .wh-xl25 {
    width: 25%!important;
  }

  .wh-xl30 {
    width: 30%!important;
  }

  .wh-xl35 {
    width: 35%!important;
  }

  .wh-xl40 {
    width: 40%!important;
  }

  .wh-xl45 {
    width: 45%!important;
  }

  .wh-xl50 {
    width: 50%!important;
  }

  .wh-xl55 {
    width: 55%!important;
  }

  .wh-xl60 {
    width: 60%!important;
  }

  .wh-xl65 {
    width: 65%!important;
  }

  .wh-xl70 {
    width: 70%!important;
  }

  .wh-xl75 {
    width: 75%!important;
  }

  .wh-xl80 {
    width: 80%!important;
  }

  .wh-xl85 {
    width: 85%!important;
  }

  .wh-xl90 {
    width: 90%!important;
  }

  .wh-xl95 {
    width: 95%!important;
  }

  .wh-xl100 {
    width: 100%!important;
  }
}
.ht-0 {
  height: 0%!important;
}

.ht-5 {
  height: 5%!important;
}

.ht-10 {
  height: 10%!important;
}

.ht-15 {
  height: 15%!important;
}

.ht-20 {
  height: 20%!important;
}

.ht-25 {
  height: 25%!important;
}

.ht-30 {
  height: 30%!important;
}

.ht-35 {
  height: 35%!important;
}

.ht-40 {
  height: 40%!important;
}

.ht-45 {
  height: 45%!important;
}

.ht-50 {
  height: 50%!important;
}

.ht-55 {
  height: 55%!important;
}

.ht-60 {
  height: 60%!important;
}

.ht-65 {
  height: 65%!important;
}

.ht-70 {
  height: 70%!important;
}

.ht-75 {
  height: 75%!important;
}

.ht-80 {
  height: 80%!important;
}

.ht-85 {
  height: 85%!important;
}

.ht-90 {
  height: 90%!important;
}

.ht-95 {
  height: 95%!important;
}

.ht-100 {
  height: 100%!important;
}

@media (min-width: 768px) {
  .ht-md0 {
    height: 0%!important;
  }

  .ht-md5 {
    height: 5%!important;
  }

  .ht-md10 {
    height: 10%!important;
  }

  .ht-md15 {
    height: 15%!important;
  }

  .ht-md20 {
    height: 20%!important;
  }

  .ht-md25 {
    height: 25%!important;
  }

  .ht-md30 {
    height: 30%!important;
  }

  .ht-md35 {
    height: 35%!important;
  }

  .ht-md40 {
    height: 40%!important;
  }

  .ht-md45 {
    height: 45%!important;
  }

  .ht-md50 {
    height: 50%!important;
  }

  .ht-md55 {
    height: 55%!important;
  }

  .ht-md60 {
    height: 60%!important;
  }

  .ht-md65 {
    height: 65%!important;
  }

  .ht-md70 {
    height: 70%!important;
  }

  .ht-md75 {
    height: 75%!important;
  }

  .ht-md80 {
    height: 80%!important;
  }

  .ht-md85 {
    height: 85%!important;
  }

  .ht-md90 {
    height: 90%!important;
  }

  .ht-md95 {
    height: 95%!important;
  }

  .ht-md100 {
    height: 100%!important;
  }
}
.ht-px10 {
  height: 10px !important;
}

.ht-px20 {
  height: 20px !important;
}

.ht-px30 {
  height: 30px !important;
}

.ht-px40 {
  height: 40px !important;
}

.ht-px50 {
  height: 50px !important;
}

.ht-px60 {
  height: 60px !important;
}

.ht-px70 {
  height: 70px !important;
}

.ht-px80 {
  height: 80px !important;
}

.ht-px90 {
  height: 90px !important;
}

.ht-px100 {
  height: 100px !important;
}

.ht-px110 {
  height: 110px !important;
}

.ht-px120 {
  height: 120px !important;
}

.ht-px130 {
  height: 130px !important;
}

.ht-px140 {
  height: 140px !important;
}

.ht-px150 {
  height: 150px !important;
}

.ht-px160 {
  height: 160px !important;
}

.ht-px170 {
  height: 170px !important;
}

.ht-px180 {
  height: 180px !important;
}

.ht-px190 {
  height: 190px !important;
}

.ht-px200 {
  height: 200px !important;
}

.ht-px155 {
  height: 155px !important;
}

@media (min-width: 768px) {
  .ht-px-md10 {
    height: 10px !important;
  }

  .ht-px-md20 {
    height: 20px !important;
  }

  .ht-px-md30 {
    height: 30px !important;
  }

  .ht-px-md40 {
    height: 40px !important;
  }

  .ht-px-md50 {
    height: 50px !important;
  }

  .ht-px-md60 {
    height: 60px !important;
  }

  .ht-px-md70 {
    height: 70px !important;
  }

  .ht-px-md80 {
    height: 80px !important;
  }

  .ht-px-md90 {
    height: 90px !important;
  }

  .ht-px-md100 {
    height: 100px !important;
  }

  .ht-px-md110 {
    height: 110px !important;
  }

  .ht-px-md120 {
    height: 120px !important;
  }

  .ht-px-md130 {
    height: 130px !important;
  }

  .ht-px-md140 {
    height: 140px !important;
  }

  .ht-px-md150 {
    height: 150px !important;
  }

  .ht-px-md160 {
    height: 160px !important;
  }

  .ht-px-md170 {
    height: 170px !important;
  }

  .ht-px-md180 {
    height: 180px !important;
  }

  .ht-px-md190 {
    height: 190px !important;
  }

  .ht-px-md200 {
    height: 200px !important;
  }
}
/*********************************************************
line-height
*********************************************************/
.lh-11 {
  line-height: 1.1;
}

/*********************************************************
form eye
*********************************************************/
.input-group-append.position-absolute {
  top: 0;
  right: 0;
}

.btn.fc-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

/*********************************************************
button effect opacity
*********************************************************/
.btn-tr {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-tr:hover {
  opacity: .8;
}

/*********************************************************
slick slider / slick.scss default 1.8.1
*********************************************************/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************************************************
slick slider / slick-theme.scss 1.8.1
*********************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}*/
/* Dots */
/*.slick-dotted.slick-slider {
  margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0 0 0 8px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*********************************************************
lightbox 2018/12/10 Download
*********************************************************/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  /*height: 100vh;*/
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.text-center {
  text-align: center !important;
}

.nl_relative {
  position: relative;
}

#now_loading {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

#now_loading_est {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #now_loading {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
  }
}
#now_loading img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#now_loading_est img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.modal-scroll-area {
  overflow-y: hidden;
  padding-right: 16px;
  -ms-overflow-style: none;
}

@media screen and (max-width: 767px) {
  .modal-scroll-area {
    overflow-y: hidden;
    padding-right: 0px;
    -ms-overflow-style: none;
  }
}
.text-denger-shadow {
  text-shadow: 1px 1px 1px #000000;
}

.text-denger-shadow2 {
  text-shadow: 1px 1px 1px #C6C6C6;
}

.area__border .pageComp-h2:first-child,
.area__border .pageComp-h3:first-child,
.area__border .pageComp-h4:first-child,
.area__border .pageComp-h5:first-child {
  margin-top: 0;
}
