@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.58vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 123rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #2c2c2c; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #a67c52 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: 0.115rem;
    line-height: 185%;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.m-0 {
  margin: 0rem !important; }
  @media (max-width: 960px) {
    .m-0 {
      margin: 0rem !important; } }

.m-0-5 {
  margin: 0.5rem !important; }
  @media (max-width: 960px) {
    .m-0-5 {
      margin: 0.33335rem !important; } }

.mt-0 {
  margin-top: 0rem !important; }
  @media (max-width: 960px) {
    .mt-0 {
      margin-top: 0rem !important; } }

.mt-0-5 {
  margin-top: 0.5rem !important; }
  @media (max-width: 960px) {
    .mt-0-5 {
      margin-top: 0.33335rem !important; } }

.mb-0 {
  margin-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .mb-0 {
      margin-bottom: 0rem !important; } }

.mb-0-5 {
  margin-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .mb-0-5 {
      margin-bottom: 0.33335rem !important; } }

.ml-0 {
  margin-left: 0rem !important; }
  @media (max-width: 960px) {
    .ml-0 {
      margin-left: 0rem !important; } }

.ml-0-5 {
  margin-left: 0.5rem !important; }
  @media (max-width: 960px) {
    .ml-0-5 {
      margin-left: 0.33335rem !important; } }

.mr-0 {
  margin-right: 0rem !important; }
  @media (max-width: 960px) {
    .mr-0 {
      margin-right: 0rem !important; } }

.mr-0-5 {
  margin-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .mr-0-5 {
      margin-right: 0.33335rem !important; } }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }
  @media (max-width: 960px) {
    .mx-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important; } }

.mx-0-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .mx-0-5 {
      margin-left: 0.33335rem !important;
      margin-right: 0.33335rem !important; } }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .my-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important; } }

.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .my-0-5 {
      margin-top: 0.33335rem !important;
      margin-bottom: 0.33335rem !important; } }

.p-0 {
  padding: 0rem !important; }
  @media (max-width: 960px) {
    .p-0 {
      padding: 0rem !important; } }

.p-0-5 {
  padding: 0.5rem !important; }
  @media (max-width: 960px) {
    .p-0-5 {
      padding: 0.33335rem !important; } }

.pt-0 {
  padding-top: 0rem !important; }
  @media (max-width: 960px) {
    .pt-0 {
      padding-top: 0rem !important; } }

.pt-0-5 {
  padding-top: 0.5rem !important; }
  @media (max-width: 960px) {
    .pt-0-5 {
      padding-top: 0.33335rem !important; } }

.pb-0 {
  padding-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .pb-0 {
      padding-bottom: 0rem !important; } }

.pb-0-5 {
  padding-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .pb-0-5 {
      padding-bottom: 0.33335rem !important; } }

.pl-0 {
  padding-left: 0rem !important; }
  @media (max-width: 960px) {
    .pl-0 {
      padding-left: 0rem !important; } }

.pl-0-5 {
  padding-left: 0.5rem !important; }
  @media (max-width: 960px) {
    .pl-0-5 {
      padding-left: 0.33335rem !important; } }

.pr-0 {
  padding-right: 0rem !important; }
  @media (max-width: 960px) {
    .pr-0 {
      padding-right: 0rem !important; } }

.pr-0-5 {
  padding-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .pr-0-5 {
      padding-right: 0.33335rem !important; } }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }
  @media (max-width: 960px) {
    .px-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important; } }

.px-0-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .px-0-5 {
      padding-left: 0.33335rem !important;
      padding-right: 0.33335rem !important; } }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .py-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important; } }

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .py-0-5 {
      padding-top: 0.33335rem !important;
      padding-bottom: 0.33335rem !important; } }

.m-1 {
  margin: 1rem !important; }
  @media (max-width: 960px) {
    .m-1 {
      margin: 0.6667rem !important; } }

.m-1-5 {
  margin: 1.5rem !important; }
  @media (max-width: 960px) {
    .m-1-5 {
      margin: 1.00005rem !important; } }

.mt-1 {
  margin-top: 1rem !important; }
  @media (max-width: 960px) {
    .mt-1 {
      margin-top: 0.6667rem !important; } }

.mt-1-5 {
  margin-top: 1.5rem !important; }
  @media (max-width: 960px) {
    .mt-1-5 {
      margin-top: 1.00005rem !important; } }

.mb-1 {
  margin-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .mb-1 {
      margin-bottom: 0.6667rem !important; } }

.mb-1-5 {
  margin-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .mb-1-5 {
      margin-bottom: 1.00005rem !important; } }

.ml-1 {
  margin-left: 1rem !important; }
  @media (max-width: 960px) {
    .ml-1 {
      margin-left: 0.6667rem !important; } }

.ml-1-5 {
  margin-left: 1.5rem !important; }
  @media (max-width: 960px) {
    .ml-1-5 {
      margin-left: 1.00005rem !important; } }

.mr-1 {
  margin-right: 1rem !important; }
  @media (max-width: 960px) {
    .mr-1 {
      margin-right: 0.6667rem !important; } }

.mr-1-5 {
  margin-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .mr-1-5 {
      margin-right: 1.00005rem !important; } }

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }
  @media (max-width: 960px) {
    .mx-1 {
      margin-left: 0.6667rem !important;
      margin-right: 0.6667rem !important; } }

.mx-1-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .mx-1-5 {
      margin-left: 1.00005rem !important;
      margin-right: 1.00005rem !important; } }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .my-1 {
      margin-top: 0.6667rem !important;
      margin-bottom: 0.6667rem !important; } }

.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .my-1-5 {
      margin-top: 1.00005rem !important;
      margin-bottom: 1.00005rem !important; } }

.p-1 {
  padding: 1rem !important; }
  @media (max-width: 960px) {
    .p-1 {
      padding: 0.6667rem !important; } }

.p-1-5 {
  padding: 1.5rem !important; }
  @media (max-width: 960px) {
    .p-1-5 {
      padding: 1.00005rem !important; } }

.pt-1 {
  padding-top: 1rem !important; }
  @media (max-width: 960px) {
    .pt-1 {
      padding-top: 0.6667rem !important; } }

.pt-1-5 {
  padding-top: 1.5rem !important; }
  @media (max-width: 960px) {
    .pt-1-5 {
      padding-top: 1.00005rem !important; } }

.pb-1 {
  padding-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .pb-1 {
      padding-bottom: 0.6667rem !important; } }

.pb-1-5 {
  padding-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .pb-1-5 {
      padding-bottom: 1.00005rem !important; } }

.pl-1 {
  padding-left: 1rem !important; }
  @media (max-width: 960px) {
    .pl-1 {
      padding-left: 0.6667rem !important; } }

.pl-1-5 {
  padding-left: 1.5rem !important; }
  @media (max-width: 960px) {
    .pl-1-5 {
      padding-left: 1.00005rem !important; } }

.pr-1 {
  padding-right: 1rem !important; }
  @media (max-width: 960px) {
    .pr-1 {
      padding-right: 0.6667rem !important; } }

.pr-1-5 {
  padding-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .pr-1-5 {
      padding-right: 1.00005rem !important; } }

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  @media (max-width: 960px) {
    .px-1 {
      padding-left: 0.6667rem !important;
      padding-right: 0.6667rem !important; } }

.px-1-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .px-1-5 {
      padding-left: 1.00005rem !important;
      padding-right: 1.00005rem !important; } }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .py-1 {
      padding-top: 0.6667rem !important;
      padding-bottom: 0.6667rem !important; } }

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .py-1-5 {
      padding-top: 1.00005rem !important;
      padding-bottom: 1.00005rem !important; } }

.m-2 {
  margin: 2rem !important; }
  @media (max-width: 960px) {
    .m-2 {
      margin: 1.3334rem !important; } }

.m-2-5 {
  margin: 2.5rem !important; }
  @media (max-width: 960px) {
    .m-2-5 {
      margin: 1.66675rem !important; } }

.mt-2 {
  margin-top: 2rem !important; }
  @media (max-width: 960px) {
    .mt-2 {
      margin-top: 1.3334rem !important; } }

.mt-2-5 {
  margin-top: 2.5rem !important; }
  @media (max-width: 960px) {
    .mt-2-5 {
      margin-top: 1.66675rem !important; } }

.mb-2 {
  margin-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .mb-2 {
      margin-bottom: 1.3334rem !important; } }

.mb-2-5 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .mb-2-5 {
      margin-bottom: 1.66675rem !important; } }

.ml-2 {
  margin-left: 2rem !important; }
  @media (max-width: 960px) {
    .ml-2 {
      margin-left: 1.3334rem !important; } }

.ml-2-5 {
  margin-left: 2.5rem !important; }
  @media (max-width: 960px) {
    .ml-2-5 {
      margin-left: 1.66675rem !important; } }

.mr-2 {
  margin-right: 2rem !important; }
  @media (max-width: 960px) {
    .mr-2 {
      margin-right: 1.3334rem !important; } }

.mr-2-5 {
  margin-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .mr-2-5 {
      margin-right: 1.66675rem !important; } }

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }
  @media (max-width: 960px) {
    .mx-2 {
      margin-left: 1.3334rem !important;
      margin-right: 1.3334rem !important; } }

.mx-2-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .mx-2-5 {
      margin-left: 1.66675rem !important;
      margin-right: 1.66675rem !important; } }

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .my-2 {
      margin-top: 1.3334rem !important;
      margin-bottom: 1.3334rem !important; } }

.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .my-2-5 {
      margin-top: 1.66675rem !important;
      margin-bottom: 1.66675rem !important; } }

.p-2 {
  padding: 2rem !important; }
  @media (max-width: 960px) {
    .p-2 {
      padding: 1.3334rem !important; } }

.p-2-5 {
  padding: 2.5rem !important; }
  @media (max-width: 960px) {
    .p-2-5 {
      padding: 1.66675rem !important; } }

.pt-2 {
  padding-top: 2rem !important; }
  @media (max-width: 960px) {
    .pt-2 {
      padding-top: 1.3334rem !important; } }

.pt-2-5 {
  padding-top: 2.5rem !important; }
  @media (max-width: 960px) {
    .pt-2-5 {
      padding-top: 1.66675rem !important; } }

.pb-2 {
  padding-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .pb-2 {
      padding-bottom: 1.3334rem !important; } }

.pb-2-5 {
  padding-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .pb-2-5 {
      padding-bottom: 1.66675rem !important; } }

.pl-2 {
  padding-left: 2rem !important; }
  @media (max-width: 960px) {
    .pl-2 {
      padding-left: 1.3334rem !important; } }

.pl-2-5 {
  padding-left: 2.5rem !important; }
  @media (max-width: 960px) {
    .pl-2-5 {
      padding-left: 1.66675rem !important; } }

.pr-2 {
  padding-right: 2rem !important; }
  @media (max-width: 960px) {
    .pr-2 {
      padding-right: 1.3334rem !important; } }

.pr-2-5 {
  padding-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .pr-2-5 {
      padding-right: 1.66675rem !important; } }

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
  @media (max-width: 960px) {
    .px-2 {
      padding-left: 1.3334rem !important;
      padding-right: 1.3334rem !important; } }

.px-2-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .px-2-5 {
      padding-left: 1.66675rem !important;
      padding-right: 1.66675rem !important; } }

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .py-2 {
      padding-top: 1.3334rem !important;
      padding-bottom: 1.3334rem !important; } }

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .py-2-5 {
      padding-top: 1.66675rem !important;
      padding-bottom: 1.66675rem !important; } }

.m-3 {
  margin: 3rem !important; }
  @media (max-width: 960px) {
    .m-3 {
      margin: 2.0001rem !important; } }

.m-3-5 {
  margin: 3.5rem !important; }
  @media (max-width: 960px) {
    .m-3-5 {
      margin: 2.33345rem !important; } }

.mt-3 {
  margin-top: 3rem !important; }
  @media (max-width: 960px) {
    .mt-3 {
      margin-top: 2.0001rem !important; } }

.mt-3-5 {
  margin-top: 3.5rem !important; }
  @media (max-width: 960px) {
    .mt-3-5 {
      margin-top: 2.33345rem !important; } }

.mb-3 {
  margin-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .mb-3 {
      margin-bottom: 2.0001rem !important; } }

.mb-3-5 {
  margin-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .mb-3-5 {
      margin-bottom: 2.33345rem !important; } }

.ml-3 {
  margin-left: 3rem !important; }
  @media (max-width: 960px) {
    .ml-3 {
      margin-left: 2.0001rem !important; } }

.ml-3-5 {
  margin-left: 3.5rem !important; }
  @media (max-width: 960px) {
    .ml-3-5 {
      margin-left: 2.33345rem !important; } }

.mr-3 {
  margin-right: 3rem !important; }
  @media (max-width: 960px) {
    .mr-3 {
      margin-right: 2.0001rem !important; } }

.mr-3-5 {
  margin-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .mr-3-5 {
      margin-right: 2.33345rem !important; } }

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }
  @media (max-width: 960px) {
    .mx-3 {
      margin-left: 2.0001rem !important;
      margin-right: 2.0001rem !important; } }

.mx-3-5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .mx-3-5 {
      margin-left: 2.33345rem !important;
      margin-right: 2.33345rem !important; } }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .my-3 {
      margin-top: 2.0001rem !important;
      margin-bottom: 2.0001rem !important; } }

.my-3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .my-3-5 {
      margin-top: 2.33345rem !important;
      margin-bottom: 2.33345rem !important; } }

.p-3 {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .p-3 {
      padding: 2.0001rem !important; } }

.p-3-5 {
  padding: 3.5rem !important; }
  @media (max-width: 960px) {
    .p-3-5 {
      padding: 2.33345rem !important; } }

.pt-3 {
  padding-top: 3rem !important; }
  @media (max-width: 960px) {
    .pt-3 {
      padding-top: 2.0001rem !important; } }

.pt-3-5 {
  padding-top: 3.5rem !important; }
  @media (max-width: 960px) {
    .pt-3-5 {
      padding-top: 2.33345rem !important; } }

.pb-3 {
  padding-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .pb-3 {
      padding-bottom: 2.0001rem !important; } }

.pb-3-5 {
  padding-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .pb-3-5 {
      padding-bottom: 2.33345rem !important; } }

.pl-3 {
  padding-left: 3rem !important; }
  @media (max-width: 960px) {
    .pl-3 {
      padding-left: 2.0001rem !important; } }

.pl-3-5 {
  padding-left: 3.5rem !important; }
  @media (max-width: 960px) {
    .pl-3-5 {
      padding-left: 2.33345rem !important; } }

.pr-3 {
  padding-right: 3rem !important; }
  @media (max-width: 960px) {
    .pr-3 {
      padding-right: 2.0001rem !important; } }

.pr-3-5 {
  padding-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .pr-3-5 {
      padding-right: 2.33345rem !important; } }

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }
  @media (max-width: 960px) {
    .px-3 {
      padding-left: 2.0001rem !important;
      padding-right: 2.0001rem !important; } }

.px-3-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .px-3-5 {
      padding-left: 2.33345rem !important;
      padding-right: 2.33345rem !important; } }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .py-3 {
      padding-top: 2.0001rem !important;
      padding-bottom: 2.0001rem !important; } }

.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .py-3-5 {
      padding-top: 2.33345rem !important;
      padding-bottom: 2.33345rem !important; } }

.m-4 {
  margin: 4rem !important; }
  @media (max-width: 960px) {
    .m-4 {
      margin: 2.6668rem !important; } }

.m-4-5 {
  margin: 4.5rem !important; }
  @media (max-width: 960px) {
    .m-4-5 {
      margin: 3.00015rem !important; } }

.mt-4 {
  margin-top: 4rem !important; }
  @media (max-width: 960px) {
    .mt-4 {
      margin-top: 2.6668rem !important; } }

.mt-4-5 {
  margin-top: 4.5rem !important; }
  @media (max-width: 960px) {
    .mt-4-5 {
      margin-top: 3.00015rem !important; } }

.mb-4 {
  margin-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .mb-4 {
      margin-bottom: 2.6668rem !important; } }

.mb-4-5 {
  margin-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .mb-4-5 {
      margin-bottom: 3.00015rem !important; } }

.ml-4 {
  margin-left: 4rem !important; }
  @media (max-width: 960px) {
    .ml-4 {
      margin-left: 2.6668rem !important; } }

.ml-4-5 {
  margin-left: 4.5rem !important; }
  @media (max-width: 960px) {
    .ml-4-5 {
      margin-left: 3.00015rem !important; } }

.mr-4 {
  margin-right: 4rem !important; }
  @media (max-width: 960px) {
    .mr-4 {
      margin-right: 2.6668rem !important; } }

.mr-4-5 {
  margin-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .mr-4-5 {
      margin-right: 3.00015rem !important; } }

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }
  @media (max-width: 960px) {
    .mx-4 {
      margin-left: 2.6668rem !important;
      margin-right: 2.6668rem !important; } }

.mx-4-5 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .mx-4-5 {
      margin-left: 3.00015rem !important;
      margin-right: 3.00015rem !important; } }

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .my-4 {
      margin-top: 2.6668rem !important;
      margin-bottom: 2.6668rem !important; } }

.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .my-4-5 {
      margin-top: 3.00015rem !important;
      margin-bottom: 3.00015rem !important; } }

.p-4 {
  padding: 4rem !important; }
  @media (max-width: 960px) {
    .p-4 {
      padding: 2.6668rem !important; } }

.p-4-5 {
  padding: 4.5rem !important; }
  @media (max-width: 960px) {
    .p-4-5 {
      padding: 3.00015rem !important; } }

.pt-4 {
  padding-top: 4rem !important; }
  @media (max-width: 960px) {
    .pt-4 {
      padding-top: 2.6668rem !important; } }

.pt-4-5 {
  padding-top: 4.5rem !important; }
  @media (max-width: 960px) {
    .pt-4-5 {
      padding-top: 3.00015rem !important; } }

.pb-4 {
  padding-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .pb-4 {
      padding-bottom: 2.6668rem !important; } }

.pb-4-5 {
  padding-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .pb-4-5 {
      padding-bottom: 3.00015rem !important; } }

.pl-4 {
  padding-left: 4rem !important; }
  @media (max-width: 960px) {
    .pl-4 {
      padding-left: 2.6668rem !important; } }

.pl-4-5 {
  padding-left: 4.5rem !important; }
  @media (max-width: 960px) {
    .pl-4-5 {
      padding-left: 3.00015rem !important; } }

.pr-4 {
  padding-right: 4rem !important; }
  @media (max-width: 960px) {
    .pr-4 {
      padding-right: 2.6668rem !important; } }

.pr-4-5 {
  padding-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .pr-4-5 {
      padding-right: 3.00015rem !important; } }

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }
  @media (max-width: 960px) {
    .px-4 {
      padding-left: 2.6668rem !important;
      padding-right: 2.6668rem !important; } }

.px-4-5 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .px-4-5 {
      padding-left: 3.00015rem !important;
      padding-right: 3.00015rem !important; } }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .py-4 {
      padding-top: 2.6668rem !important;
      padding-bottom: 2.6668rem !important; } }

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .py-4-5 {
      padding-top: 3.00015rem !important;
      padding-bottom: 3.00015rem !important; } }

.m-5 {
  margin: 5rem !important; }
  @media (max-width: 960px) {
    .m-5 {
      margin: 3.3335rem !important; } }

.m-5-5 {
  margin: 5.5rem !important; }
  @media (max-width: 960px) {
    .m-5-5 {
      margin: 3.66685rem !important; } }

.mt-5 {
  margin-top: 5rem !important; }
  @media (max-width: 960px) {
    .mt-5 {
      margin-top: 3.3335rem !important; } }

.mt-5-5 {
  margin-top: 5.5rem !important; }
  @media (max-width: 960px) {
    .mt-5-5 {
      margin-top: 3.66685rem !important; } }

.mb-5 {
  margin-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .mb-5 {
      margin-bottom: 3.3335rem !important; } }

.mb-5-5 {
  margin-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .mb-5-5 {
      margin-bottom: 3.66685rem !important; } }

.ml-5 {
  margin-left: 5rem !important; }
  @media (max-width: 960px) {
    .ml-5 {
      margin-left: 3.3335rem !important; } }

.ml-5-5 {
  margin-left: 5.5rem !important; }
  @media (max-width: 960px) {
    .ml-5-5 {
      margin-left: 3.66685rem !important; } }

.mr-5 {
  margin-right: 5rem !important; }
  @media (max-width: 960px) {
    .mr-5 {
      margin-right: 3.3335rem !important; } }

.mr-5-5 {
  margin-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .mr-5-5 {
      margin-right: 3.66685rem !important; } }

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }
  @media (max-width: 960px) {
    .mx-5 {
      margin-left: 3.3335rem !important;
      margin-right: 3.3335rem !important; } }

.mx-5-5 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .mx-5-5 {
      margin-left: 3.66685rem !important;
      margin-right: 3.66685rem !important; } }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .my-5 {
      margin-top: 3.3335rem !important;
      margin-bottom: 3.3335rem !important; } }

.my-5-5 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .my-5-5 {
      margin-top: 3.66685rem !important;
      margin-bottom: 3.66685rem !important; } }

.p-5 {
  padding: 5rem !important; }
  @media (max-width: 960px) {
    .p-5 {
      padding: 3.3335rem !important; } }

.p-5-5 {
  padding: 5.5rem !important; }
  @media (max-width: 960px) {
    .p-5-5 {
      padding: 3.66685rem !important; } }

.pt-5 {
  padding-top: 5rem !important; }
  @media (max-width: 960px) {
    .pt-5 {
      padding-top: 3.3335rem !important; } }

.pt-5-5 {
  padding-top: 5.5rem !important; }
  @media (max-width: 960px) {
    .pt-5-5 {
      padding-top: 3.66685rem !important; } }

.pb-5 {
  padding-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .pb-5 {
      padding-bottom: 3.3335rem !important; } }

.pb-5-5 {
  padding-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .pb-5-5 {
      padding-bottom: 3.66685rem !important; } }

.pl-5 {
  padding-left: 5rem !important; }
  @media (max-width: 960px) {
    .pl-5 {
      padding-left: 3.3335rem !important; } }

.pl-5-5 {
  padding-left: 5.5rem !important; }
  @media (max-width: 960px) {
    .pl-5-5 {
      padding-left: 3.66685rem !important; } }

.pr-5 {
  padding-right: 5rem !important; }
  @media (max-width: 960px) {
    .pr-5 {
      padding-right: 3.3335rem !important; } }

.pr-5-5 {
  padding-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .pr-5-5 {
      padding-right: 3.66685rem !important; } }

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }
  @media (max-width: 960px) {
    .px-5 {
      padding-left: 3.3335rem !important;
      padding-right: 3.3335rem !important; } }

.px-5-5 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .px-5-5 {
      padding-left: 3.66685rem !important;
      padding-right: 3.66685rem !important; } }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .py-5 {
      padding-top: 3.3335rem !important;
      padding-bottom: 3.3335rem !important; } }

.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .py-5-5 {
      padding-top: 3.66685rem !important;
      padding-bottom: 3.66685rem !important; } }

.m-6 {
  margin: 6rem !important; }
  @media (max-width: 960px) {
    .m-6 {
      margin: 4.0002rem !important; } }

.m-6-5 {
  margin: 6.5rem !important; }
  @media (max-width: 960px) {
    .m-6-5 {
      margin: 4.33355rem !important; } }

.mt-6 {
  margin-top: 6rem !important; }
  @media (max-width: 960px) {
    .mt-6 {
      margin-top: 4.0002rem !important; } }

.mt-6-5 {
  margin-top: 6.5rem !important; }
  @media (max-width: 960px) {
    .mt-6-5 {
      margin-top: 4.33355rem !important; } }

.mb-6 {
  margin-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .mb-6 {
      margin-bottom: 4.0002rem !important; } }

.mb-6-5 {
  margin-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .mb-6-5 {
      margin-bottom: 4.33355rem !important; } }

.ml-6 {
  margin-left: 6rem !important; }
  @media (max-width: 960px) {
    .ml-6 {
      margin-left: 4.0002rem !important; } }

.ml-6-5 {
  margin-left: 6.5rem !important; }
  @media (max-width: 960px) {
    .ml-6-5 {
      margin-left: 4.33355rem !important; } }

.mr-6 {
  margin-right: 6rem !important; }
  @media (max-width: 960px) {
    .mr-6 {
      margin-right: 4.0002rem !important; } }

.mr-6-5 {
  margin-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .mr-6-5 {
      margin-right: 4.33355rem !important; } }

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }
  @media (max-width: 960px) {
    .mx-6 {
      margin-left: 4.0002rem !important;
      margin-right: 4.0002rem !important; } }

.mx-6-5 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .mx-6-5 {
      margin-left: 4.33355rem !important;
      margin-right: 4.33355rem !important; } }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .my-6 {
      margin-top: 4.0002rem !important;
      margin-bottom: 4.0002rem !important; } }

.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .my-6-5 {
      margin-top: 4.33355rem !important;
      margin-bottom: 4.33355rem !important; } }

.p-6 {
  padding: 6rem !important; }
  @media (max-width: 960px) {
    .p-6 {
      padding: 4.0002rem !important; } }

.p-6-5 {
  padding: 6.5rem !important; }
  @media (max-width: 960px) {
    .p-6-5 {
      padding: 4.33355rem !important; } }

.pt-6 {
  padding-top: 6rem !important; }
  @media (max-width: 960px) {
    .pt-6 {
      padding-top: 4.0002rem !important; } }

.pt-6-5 {
  padding-top: 6.5rem !important; }
  @media (max-width: 960px) {
    .pt-6-5 {
      padding-top: 4.33355rem !important; } }

.pb-6 {
  padding-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .pb-6 {
      padding-bottom: 4.0002rem !important; } }

.pb-6-5 {
  padding-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .pb-6-5 {
      padding-bottom: 4.33355rem !important; } }

.pl-6 {
  padding-left: 6rem !important; }
  @media (max-width: 960px) {
    .pl-6 {
      padding-left: 4.0002rem !important; } }

.pl-6-5 {
  padding-left: 6.5rem !important; }
  @media (max-width: 960px) {
    .pl-6-5 {
      padding-left: 4.33355rem !important; } }

.pr-6 {
  padding-right: 6rem !important; }
  @media (max-width: 960px) {
    .pr-6 {
      padding-right: 4.0002rem !important; } }

.pr-6-5 {
  padding-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .pr-6-5 {
      padding-right: 4.33355rem !important; } }

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }
  @media (max-width: 960px) {
    .px-6 {
      padding-left: 4.0002rem !important;
      padding-right: 4.0002rem !important; } }

.px-6-5 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .px-6-5 {
      padding-left: 4.33355rem !important;
      padding-right: 4.33355rem !important; } }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .py-6 {
      padding-top: 4.0002rem !important;
      padding-bottom: 4.0002rem !important; } }

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .py-6-5 {
      padding-top: 4.33355rem !important;
      padding-bottom: 4.33355rem !important; } }

.m-7 {
  margin: 7rem !important; }
  @media (max-width: 960px) {
    .m-7 {
      margin: 4.6669rem !important; } }

.m-7-5 {
  margin: 7.5rem !important; }
  @media (max-width: 960px) {
    .m-7-5 {
      margin: 5.00025rem !important; } }

.mt-7 {
  margin-top: 7rem !important; }
  @media (max-width: 960px) {
    .mt-7 {
      margin-top: 4.6669rem !important; } }

.mt-7-5 {
  margin-top: 7.5rem !important; }
  @media (max-width: 960px) {
    .mt-7-5 {
      margin-top: 5.00025rem !important; } }

.mb-7 {
  margin-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .mb-7 {
      margin-bottom: 4.6669rem !important; } }

.mb-7-5 {
  margin-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .mb-7-5 {
      margin-bottom: 5.00025rem !important; } }

.ml-7 {
  margin-left: 7rem !important; }
  @media (max-width: 960px) {
    .ml-7 {
      margin-left: 4.6669rem !important; } }

.ml-7-5 {
  margin-left: 7.5rem !important; }
  @media (max-width: 960px) {
    .ml-7-5 {
      margin-left: 5.00025rem !important; } }

.mr-7 {
  margin-right: 7rem !important; }
  @media (max-width: 960px) {
    .mr-7 {
      margin-right: 4.6669rem !important; } }

.mr-7-5 {
  margin-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .mr-7-5 {
      margin-right: 5.00025rem !important; } }

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }
  @media (max-width: 960px) {
    .mx-7 {
      margin-left: 4.6669rem !important;
      margin-right: 4.6669rem !important; } }

.mx-7-5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .mx-7-5 {
      margin-left: 5.00025rem !important;
      margin-right: 5.00025rem !important; } }

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .my-7 {
      margin-top: 4.6669rem !important;
      margin-bottom: 4.6669rem !important; } }

.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .my-7-5 {
      margin-top: 5.00025rem !important;
      margin-bottom: 5.00025rem !important; } }

.p-7 {
  padding: 7rem !important; }
  @media (max-width: 960px) {
    .p-7 {
      padding: 4.6669rem !important; } }

.p-7-5 {
  padding: 7.5rem !important; }
  @media (max-width: 960px) {
    .p-7-5 {
      padding: 5.00025rem !important; } }

.pt-7 {
  padding-top: 7rem !important; }
  @media (max-width: 960px) {
    .pt-7 {
      padding-top: 4.6669rem !important; } }

.pt-7-5 {
  padding-top: 7.5rem !important; }
  @media (max-width: 960px) {
    .pt-7-5 {
      padding-top: 5.00025rem !important; } }

.pb-7 {
  padding-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .pb-7 {
      padding-bottom: 4.6669rem !important; } }

.pb-7-5 {
  padding-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .pb-7-5 {
      padding-bottom: 5.00025rem !important; } }

.pl-7 {
  padding-left: 7rem !important; }
  @media (max-width: 960px) {
    .pl-7 {
      padding-left: 4.6669rem !important; } }

.pl-7-5 {
  padding-left: 7.5rem !important; }
  @media (max-width: 960px) {
    .pl-7-5 {
      padding-left: 5.00025rem !important; } }

.pr-7 {
  padding-right: 7rem !important; }
  @media (max-width: 960px) {
    .pr-7 {
      padding-right: 4.6669rem !important; } }

.pr-7-5 {
  padding-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .pr-7-5 {
      padding-right: 5.00025rem !important; } }

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }
  @media (max-width: 960px) {
    .px-7 {
      padding-left: 4.6669rem !important;
      padding-right: 4.6669rem !important; } }

.px-7-5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .px-7-5 {
      padding-left: 5.00025rem !important;
      padding-right: 5.00025rem !important; } }

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .py-7 {
      padding-top: 4.6669rem !important;
      padding-bottom: 4.6669rem !important; } }

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .py-7-5 {
      padding-top: 5.00025rem !important;
      padding-bottom: 5.00025rem !important; } }

.m-8 {
  margin: 8rem !important; }
  @media (max-width: 960px) {
    .m-8 {
      margin: 5.3336rem !important; } }

.m-8-5 {
  margin: 8.5rem !important; }
  @media (max-width: 960px) {
    .m-8-5 {
      margin: 5.66695rem !important; } }

.mt-8 {
  margin-top: 8rem !important; }
  @media (max-width: 960px) {
    .mt-8 {
      margin-top: 5.3336rem !important; } }

.mt-8-5 {
  margin-top: 8.5rem !important; }
  @media (max-width: 960px) {
    .mt-8-5 {
      margin-top: 5.66695rem !important; } }

.mb-8 {
  margin-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .mb-8 {
      margin-bottom: 5.3336rem !important; } }

.mb-8-5 {
  margin-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .mb-8-5 {
      margin-bottom: 5.66695rem !important; } }

.ml-8 {
  margin-left: 8rem !important; }
  @media (max-width: 960px) {
    .ml-8 {
      margin-left: 5.3336rem !important; } }

.ml-8-5 {
  margin-left: 8.5rem !important; }
  @media (max-width: 960px) {
    .ml-8-5 {
      margin-left: 5.66695rem !important; } }

.mr-8 {
  margin-right: 8rem !important; }
  @media (max-width: 960px) {
    .mr-8 {
      margin-right: 5.3336rem !important; } }

.mr-8-5 {
  margin-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .mr-8-5 {
      margin-right: 5.66695rem !important; } }

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }
  @media (max-width: 960px) {
    .mx-8 {
      margin-left: 5.3336rem !important;
      margin-right: 5.3336rem !important; } }

.mx-8-5 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .mx-8-5 {
      margin-left: 5.66695rem !important;
      margin-right: 5.66695rem !important; } }

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .my-8 {
      margin-top: 5.3336rem !important;
      margin-bottom: 5.3336rem !important; } }

.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .my-8-5 {
      margin-top: 5.66695rem !important;
      margin-bottom: 5.66695rem !important; } }

.p-8 {
  padding: 8rem !important; }
  @media (max-width: 960px) {
    .p-8 {
      padding: 5.3336rem !important; } }

.p-8-5 {
  padding: 8.5rem !important; }
  @media (max-width: 960px) {
    .p-8-5 {
      padding: 5.66695rem !important; } }

.pt-8 {
  padding-top: 8rem !important; }
  @media (max-width: 960px) {
    .pt-8 {
      padding-top: 5.3336rem !important; } }

.pt-8-5 {
  padding-top: 8.5rem !important; }
  @media (max-width: 960px) {
    .pt-8-5 {
      padding-top: 5.66695rem !important; } }

.pb-8 {
  padding-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .pb-8 {
      padding-bottom: 5.3336rem !important; } }

.pb-8-5 {
  padding-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .pb-8-5 {
      padding-bottom: 5.66695rem !important; } }

.pl-8 {
  padding-left: 8rem !important; }
  @media (max-width: 960px) {
    .pl-8 {
      padding-left: 5.3336rem !important; } }

.pl-8-5 {
  padding-left: 8.5rem !important; }
  @media (max-width: 960px) {
    .pl-8-5 {
      padding-left: 5.66695rem !important; } }

.pr-8 {
  padding-right: 8rem !important; }
  @media (max-width: 960px) {
    .pr-8 {
      padding-right: 5.3336rem !important; } }

.pr-8-5 {
  padding-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .pr-8-5 {
      padding-right: 5.66695rem !important; } }

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }
  @media (max-width: 960px) {
    .px-8 {
      padding-left: 5.3336rem !important;
      padding-right: 5.3336rem !important; } }

.px-8-5 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .px-8-5 {
      padding-left: 5.66695rem !important;
      padding-right: 5.66695rem !important; } }

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .py-8 {
      padding-top: 5.3336rem !important;
      padding-bottom: 5.3336rem !important; } }

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .py-8-5 {
      padding-top: 5.66695rem !important;
      padding-bottom: 5.66695rem !important; } }

.m-9 {
  margin: 9rem !important; }
  @media (max-width: 960px) {
    .m-9 {
      margin: 6.0003rem !important; } }

.m-9-5 {
  margin: 9.5rem !important; }
  @media (max-width: 960px) {
    .m-9-5 {
      margin: 6.33365rem !important; } }

.mt-9 {
  margin-top: 9rem !important; }
  @media (max-width: 960px) {
    .mt-9 {
      margin-top: 6.0003rem !important; } }

.mt-9-5 {
  margin-top: 9.5rem !important; }
  @media (max-width: 960px) {
    .mt-9-5 {
      margin-top: 6.33365rem !important; } }

.mb-9 {
  margin-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .mb-9 {
      margin-bottom: 6.0003rem !important; } }

.mb-9-5 {
  margin-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .mb-9-5 {
      margin-bottom: 6.33365rem !important; } }

.ml-9 {
  margin-left: 9rem !important; }
  @media (max-width: 960px) {
    .ml-9 {
      margin-left: 6.0003rem !important; } }

.ml-9-5 {
  margin-left: 9.5rem !important; }
  @media (max-width: 960px) {
    .ml-9-5 {
      margin-left: 6.33365rem !important; } }

.mr-9 {
  margin-right: 9rem !important; }
  @media (max-width: 960px) {
    .mr-9 {
      margin-right: 6.0003rem !important; } }

.mr-9-5 {
  margin-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .mr-9-5 {
      margin-right: 6.33365rem !important; } }

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }
  @media (max-width: 960px) {
    .mx-9 {
      margin-left: 6.0003rem !important;
      margin-right: 6.0003rem !important; } }

.mx-9-5 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .mx-9-5 {
      margin-left: 6.33365rem !important;
      margin-right: 6.33365rem !important; } }

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .my-9 {
      margin-top: 6.0003rem !important;
      margin-bottom: 6.0003rem !important; } }

.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .my-9-5 {
      margin-top: 6.33365rem !important;
      margin-bottom: 6.33365rem !important; } }

.p-9 {
  padding: 9rem !important; }
  @media (max-width: 960px) {
    .p-9 {
      padding: 6.0003rem !important; } }

.p-9-5 {
  padding: 9.5rem !important; }
  @media (max-width: 960px) {
    .p-9-5 {
      padding: 6.33365rem !important; } }

.pt-9 {
  padding-top: 9rem !important; }
  @media (max-width: 960px) {
    .pt-9 {
      padding-top: 6.0003rem !important; } }

.pt-9-5 {
  padding-top: 9.5rem !important; }
  @media (max-width: 960px) {
    .pt-9-5 {
      padding-top: 6.33365rem !important; } }

.pb-9 {
  padding-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .pb-9 {
      padding-bottom: 6.0003rem !important; } }

.pb-9-5 {
  padding-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .pb-9-5 {
      padding-bottom: 6.33365rem !important; } }

.pl-9 {
  padding-left: 9rem !important; }
  @media (max-width: 960px) {
    .pl-9 {
      padding-left: 6.0003rem !important; } }

.pl-9-5 {
  padding-left: 9.5rem !important; }
  @media (max-width: 960px) {
    .pl-9-5 {
      padding-left: 6.33365rem !important; } }

.pr-9 {
  padding-right: 9rem !important; }
  @media (max-width: 960px) {
    .pr-9 {
      padding-right: 6.0003rem !important; } }

.pr-9-5 {
  padding-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .pr-9-5 {
      padding-right: 6.33365rem !important; } }

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }
  @media (max-width: 960px) {
    .px-9 {
      padding-left: 6.0003rem !important;
      padding-right: 6.0003rem !important; } }

.px-9-5 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .px-9-5 {
      padding-left: 6.33365rem !important;
      padding-right: 6.33365rem !important; } }

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .py-9 {
      padding-top: 6.0003rem !important;
      padding-bottom: 6.0003rem !important; } }

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .py-9-5 {
      padding-top: 6.33365rem !important;
      padding-bottom: 6.33365rem !important; } }

.m-10 {
  margin: 10rem !important; }
  @media (max-width: 960px) {
    .m-10 {
      margin: 6.667rem !important; } }

.m-10-5 {
  margin: 10.5rem !important; }
  @media (max-width: 960px) {
    .m-10-5 {
      margin: 7.00035rem !important; } }

.mt-10 {
  margin-top: 10rem !important; }
  @media (max-width: 960px) {
    .mt-10 {
      margin-top: 6.667rem !important; } }

.mt-10-5 {
  margin-top: 10.5rem !important; }
  @media (max-width: 960px) {
    .mt-10-5 {
      margin-top: 7.00035rem !important; } }

.mb-10 {
  margin-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .mb-10 {
      margin-bottom: 6.667rem !important; } }

.mb-10-5 {
  margin-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .mb-10-5 {
      margin-bottom: 7.00035rem !important; } }

.ml-10 {
  margin-left: 10rem !important; }
  @media (max-width: 960px) {
    .ml-10 {
      margin-left: 6.667rem !important; } }

.ml-10-5 {
  margin-left: 10.5rem !important; }
  @media (max-width: 960px) {
    .ml-10-5 {
      margin-left: 7.00035rem !important; } }

.mr-10 {
  margin-right: 10rem !important; }
  @media (max-width: 960px) {
    .mr-10 {
      margin-right: 6.667rem !important; } }

.mr-10-5 {
  margin-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .mr-10-5 {
      margin-right: 7.00035rem !important; } }

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }
  @media (max-width: 960px) {
    .mx-10 {
      margin-left: 6.667rem !important;
      margin-right: 6.667rem !important; } }

.mx-10-5 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .mx-10-5 {
      margin-left: 7.00035rem !important;
      margin-right: 7.00035rem !important; } }

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .my-10 {
      margin-top: 6.667rem !important;
      margin-bottom: 6.667rem !important; } }

.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .my-10-5 {
      margin-top: 7.00035rem !important;
      margin-bottom: 7.00035rem !important; } }

.p-10 {
  padding: 10rem !important; }
  @media (max-width: 960px) {
    .p-10 {
      padding: 6.667rem !important; } }

.p-10-5 {
  padding: 10.5rem !important; }
  @media (max-width: 960px) {
    .p-10-5 {
      padding: 7.00035rem !important; } }

.pt-10 {
  padding-top: 10rem !important; }
  @media (max-width: 960px) {
    .pt-10 {
      padding-top: 6.667rem !important; } }

.pt-10-5 {
  padding-top: 10.5rem !important; }
  @media (max-width: 960px) {
    .pt-10-5 {
      padding-top: 7.00035rem !important; } }

.pb-10 {
  padding-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .pb-10 {
      padding-bottom: 6.667rem !important; } }

.pb-10-5 {
  padding-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .pb-10-5 {
      padding-bottom: 7.00035rem !important; } }

.pl-10 {
  padding-left: 10rem !important; }
  @media (max-width: 960px) {
    .pl-10 {
      padding-left: 6.667rem !important; } }

.pl-10-5 {
  padding-left: 10.5rem !important; }
  @media (max-width: 960px) {
    .pl-10-5 {
      padding-left: 7.00035rem !important; } }

.pr-10 {
  padding-right: 10rem !important; }
  @media (max-width: 960px) {
    .pr-10 {
      padding-right: 6.667rem !important; } }

.pr-10-5 {
  padding-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .pr-10-5 {
      padding-right: 7.00035rem !important; } }

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }
  @media (max-width: 960px) {
    .px-10 {
      padding-left: 6.667rem !important;
      padding-right: 6.667rem !important; } }

.px-10-5 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .px-10-5 {
      padding-left: 7.00035rem !important;
      padding-right: 7.00035rem !important; } }

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .py-10 {
      padding-top: 6.667rem !important;
      padding-bottom: 6.667rem !important; } }

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .py-10-5 {
      padding-top: 7.00035rem !important;
      padding-bottom: 7.00035rem !important; } }

.m-11 {
  margin: 11rem !important; }
  @media (max-width: 960px) {
    .m-11 {
      margin: 7.3337rem !important; } }

.m-11-5 {
  margin: 11.5rem !important; }
  @media (max-width: 960px) {
    .m-11-5 {
      margin: 7.66705rem !important; } }

.mt-11 {
  margin-top: 11rem !important; }
  @media (max-width: 960px) {
    .mt-11 {
      margin-top: 7.3337rem !important; } }

.mt-11-5 {
  margin-top: 11.5rem !important; }
  @media (max-width: 960px) {
    .mt-11-5 {
      margin-top: 7.66705rem !important; } }

.mb-11 {
  margin-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .mb-11 {
      margin-bottom: 7.3337rem !important; } }

.mb-11-5 {
  margin-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .mb-11-5 {
      margin-bottom: 7.66705rem !important; } }

.ml-11 {
  margin-left: 11rem !important; }
  @media (max-width: 960px) {
    .ml-11 {
      margin-left: 7.3337rem !important; } }

.ml-11-5 {
  margin-left: 11.5rem !important; }
  @media (max-width: 960px) {
    .ml-11-5 {
      margin-left: 7.66705rem !important; } }

.mr-11 {
  margin-right: 11rem !important; }
  @media (max-width: 960px) {
    .mr-11 {
      margin-right: 7.3337rem !important; } }

.mr-11-5 {
  margin-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .mr-11-5 {
      margin-right: 7.66705rem !important; } }

.mx-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }
  @media (max-width: 960px) {
    .mx-11 {
      margin-left: 7.3337rem !important;
      margin-right: 7.3337rem !important; } }

.mx-11-5 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .mx-11-5 {
      margin-left: 7.66705rem !important;
      margin-right: 7.66705rem !important; } }

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .my-11 {
      margin-top: 7.3337rem !important;
      margin-bottom: 7.3337rem !important; } }

.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .my-11-5 {
      margin-top: 7.66705rem !important;
      margin-bottom: 7.66705rem !important; } }

.p-11 {
  padding: 11rem !important; }
  @media (max-width: 960px) {
    .p-11 {
      padding: 7.3337rem !important; } }

.p-11-5 {
  padding: 11.5rem !important; }
  @media (max-width: 960px) {
    .p-11-5 {
      padding: 7.66705rem !important; } }

.pt-11 {
  padding-top: 11rem !important; }
  @media (max-width: 960px) {
    .pt-11 {
      padding-top: 7.3337rem !important; } }

.pt-11-5 {
  padding-top: 11.5rem !important; }
  @media (max-width: 960px) {
    .pt-11-5 {
      padding-top: 7.66705rem !important; } }

.pb-11 {
  padding-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .pb-11 {
      padding-bottom: 7.3337rem !important; } }

.pb-11-5 {
  padding-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .pb-11-5 {
      padding-bottom: 7.66705rem !important; } }

.pl-11 {
  padding-left: 11rem !important; }
  @media (max-width: 960px) {
    .pl-11 {
      padding-left: 7.3337rem !important; } }

.pl-11-5 {
  padding-left: 11.5rem !important; }
  @media (max-width: 960px) {
    .pl-11-5 {
      padding-left: 7.66705rem !important; } }

.pr-11 {
  padding-right: 11rem !important; }
  @media (max-width: 960px) {
    .pr-11 {
      padding-right: 7.3337rem !important; } }

.pr-11-5 {
  padding-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .pr-11-5 {
      padding-right: 7.66705rem !important; } }

.px-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }
  @media (max-width: 960px) {
    .px-11 {
      padding-left: 7.3337rem !important;
      padding-right: 7.3337rem !important; } }

.px-11-5 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .px-11-5 {
      padding-left: 7.66705rem !important;
      padding-right: 7.66705rem !important; } }

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .py-11 {
      padding-top: 7.3337rem !important;
      padding-bottom: 7.3337rem !important; } }

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .py-11-5 {
      padding-top: 7.66705rem !important;
      padding-bottom: 7.66705rem !important; } }

.m-12 {
  margin: 12rem !important; }
  @media (max-width: 960px) {
    .m-12 {
      margin: 8.0004rem !important; } }

.m-12-5 {
  margin: 12.5rem !important; }
  @media (max-width: 960px) {
    .m-12-5 {
      margin: 8.33375rem !important; } }

.mt-12 {
  margin-top: 12rem !important; }
  @media (max-width: 960px) {
    .mt-12 {
      margin-top: 8.0004rem !important; } }

.mt-12-5 {
  margin-top: 12.5rem !important; }
  @media (max-width: 960px) {
    .mt-12-5 {
      margin-top: 8.33375rem !important; } }

.mb-12 {
  margin-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .mb-12 {
      margin-bottom: 8.0004rem !important; } }

.mb-12-5 {
  margin-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .mb-12-5 {
      margin-bottom: 8.33375rem !important; } }

.ml-12 {
  margin-left: 12rem !important; }
  @media (max-width: 960px) {
    .ml-12 {
      margin-left: 8.0004rem !important; } }

.ml-12-5 {
  margin-left: 12.5rem !important; }
  @media (max-width: 960px) {
    .ml-12-5 {
      margin-left: 8.33375rem !important; } }

.mr-12 {
  margin-right: 12rem !important; }
  @media (max-width: 960px) {
    .mr-12 {
      margin-right: 8.0004rem !important; } }

.mr-12-5 {
  margin-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .mr-12-5 {
      margin-right: 8.33375rem !important; } }

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }
  @media (max-width: 960px) {
    .mx-12 {
      margin-left: 8.0004rem !important;
      margin-right: 8.0004rem !important; } }

.mx-12-5 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .mx-12-5 {
      margin-left: 8.33375rem !important;
      margin-right: 8.33375rem !important; } }

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .my-12 {
      margin-top: 8.0004rem !important;
      margin-bottom: 8.0004rem !important; } }

.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .my-12-5 {
      margin-top: 8.33375rem !important;
      margin-bottom: 8.33375rem !important; } }

.p-12 {
  padding: 12rem !important; }
  @media (max-width: 960px) {
    .p-12 {
      padding: 8.0004rem !important; } }

.p-12-5 {
  padding: 12.5rem !important; }
  @media (max-width: 960px) {
    .p-12-5 {
      padding: 8.33375rem !important; } }

.pt-12 {
  padding-top: 12rem !important; }
  @media (max-width: 960px) {
    .pt-12 {
      padding-top: 8.0004rem !important; } }

.pt-12-5 {
  padding-top: 12.5rem !important; }
  @media (max-width: 960px) {
    .pt-12-5 {
      padding-top: 8.33375rem !important; } }

.pb-12 {
  padding-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .pb-12 {
      padding-bottom: 8.0004rem !important; } }

.pb-12-5 {
  padding-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .pb-12-5 {
      padding-bottom: 8.33375rem !important; } }

.pl-12 {
  padding-left: 12rem !important; }
  @media (max-width: 960px) {
    .pl-12 {
      padding-left: 8.0004rem !important; } }

.pl-12-5 {
  padding-left: 12.5rem !important; }
  @media (max-width: 960px) {
    .pl-12-5 {
      padding-left: 8.33375rem !important; } }

.pr-12 {
  padding-right: 12rem !important; }
  @media (max-width: 960px) {
    .pr-12 {
      padding-right: 8.0004rem !important; } }

.pr-12-5 {
  padding-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .pr-12-5 {
      padding-right: 8.33375rem !important; } }

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }
  @media (max-width: 960px) {
    .px-12 {
      padding-left: 8.0004rem !important;
      padding-right: 8.0004rem !important; } }

.px-12-5 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .px-12-5 {
      padding-left: 8.33375rem !important;
      padding-right: 8.33375rem !important; } }

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .py-12 {
      padding-top: 8.0004rem !important;
      padding-bottom: 8.0004rem !important; } }

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .py-12-5 {
      padding-top: 8.33375rem !important;
      padding-bottom: 8.33375rem !important; } }

.m-13 {
  margin: 13rem !important; }
  @media (max-width: 960px) {
    .m-13 {
      margin: 8.6671rem !important; } }

.m-13-5 {
  margin: 13.5rem !important; }
  @media (max-width: 960px) {
    .m-13-5 {
      margin: 9.00045rem !important; } }

.mt-13 {
  margin-top: 13rem !important; }
  @media (max-width: 960px) {
    .mt-13 {
      margin-top: 8.6671rem !important; } }

.mt-13-5 {
  margin-top: 13.5rem !important; }
  @media (max-width: 960px) {
    .mt-13-5 {
      margin-top: 9.00045rem !important; } }

.mb-13 {
  margin-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .mb-13 {
      margin-bottom: 8.6671rem !important; } }

.mb-13-5 {
  margin-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .mb-13-5 {
      margin-bottom: 9.00045rem !important; } }

.ml-13 {
  margin-left: 13rem !important; }
  @media (max-width: 960px) {
    .ml-13 {
      margin-left: 8.6671rem !important; } }

.ml-13-5 {
  margin-left: 13.5rem !important; }
  @media (max-width: 960px) {
    .ml-13-5 {
      margin-left: 9.00045rem !important; } }

.mr-13 {
  margin-right: 13rem !important; }
  @media (max-width: 960px) {
    .mr-13 {
      margin-right: 8.6671rem !important; } }

.mr-13-5 {
  margin-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .mr-13-5 {
      margin-right: 9.00045rem !important; } }

.mx-13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }
  @media (max-width: 960px) {
    .mx-13 {
      margin-left: 8.6671rem !important;
      margin-right: 8.6671rem !important; } }

.mx-13-5 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .mx-13-5 {
      margin-left: 9.00045rem !important;
      margin-right: 9.00045rem !important; } }

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .my-13 {
      margin-top: 8.6671rem !important;
      margin-bottom: 8.6671rem !important; } }

.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .my-13-5 {
      margin-top: 9.00045rem !important;
      margin-bottom: 9.00045rem !important; } }

.p-13 {
  padding: 13rem !important; }
  @media (max-width: 960px) {
    .p-13 {
      padding: 8.6671rem !important; } }

.p-13-5 {
  padding: 13.5rem !important; }
  @media (max-width: 960px) {
    .p-13-5 {
      padding: 9.00045rem !important; } }

.pt-13 {
  padding-top: 13rem !important; }
  @media (max-width: 960px) {
    .pt-13 {
      padding-top: 8.6671rem !important; } }

.pt-13-5 {
  padding-top: 13.5rem !important; }
  @media (max-width: 960px) {
    .pt-13-5 {
      padding-top: 9.00045rem !important; } }

.pb-13 {
  padding-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .pb-13 {
      padding-bottom: 8.6671rem !important; } }

.pb-13-5 {
  padding-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .pb-13-5 {
      padding-bottom: 9.00045rem !important; } }

.pl-13 {
  padding-left: 13rem !important; }
  @media (max-width: 960px) {
    .pl-13 {
      padding-left: 8.6671rem !important; } }

.pl-13-5 {
  padding-left: 13.5rem !important; }
  @media (max-width: 960px) {
    .pl-13-5 {
      padding-left: 9.00045rem !important; } }

.pr-13 {
  padding-right: 13rem !important; }
  @media (max-width: 960px) {
    .pr-13 {
      padding-right: 8.6671rem !important; } }

.pr-13-5 {
  padding-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .pr-13-5 {
      padding-right: 9.00045rem !important; } }

.px-13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }
  @media (max-width: 960px) {
    .px-13 {
      padding-left: 8.6671rem !important;
      padding-right: 8.6671rem !important; } }

.px-13-5 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .px-13-5 {
      padding-left: 9.00045rem !important;
      padding-right: 9.00045rem !important; } }

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .py-13 {
      padding-top: 8.6671rem !important;
      padding-bottom: 8.6671rem !important; } }

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .py-13-5 {
      padding-top: 9.00045rem !important;
      padding-bottom: 9.00045rem !important; } }

.m-14 {
  margin: 14rem !important; }
  @media (max-width: 960px) {
    .m-14 {
      margin: 9.3338rem !important; } }

.m-14-5 {
  margin: 14.5rem !important; }
  @media (max-width: 960px) {
    .m-14-5 {
      margin: 9.66715rem !important; } }

.mt-14 {
  margin-top: 14rem !important; }
  @media (max-width: 960px) {
    .mt-14 {
      margin-top: 9.3338rem !important; } }

.mt-14-5 {
  margin-top: 14.5rem !important; }
  @media (max-width: 960px) {
    .mt-14-5 {
      margin-top: 9.66715rem !important; } }

.mb-14 {
  margin-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .mb-14 {
      margin-bottom: 9.3338rem !important; } }

.mb-14-5 {
  margin-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .mb-14-5 {
      margin-bottom: 9.66715rem !important; } }

.ml-14 {
  margin-left: 14rem !important; }
  @media (max-width: 960px) {
    .ml-14 {
      margin-left: 9.3338rem !important; } }

.ml-14-5 {
  margin-left: 14.5rem !important; }
  @media (max-width: 960px) {
    .ml-14-5 {
      margin-left: 9.66715rem !important; } }

.mr-14 {
  margin-right: 14rem !important; }
  @media (max-width: 960px) {
    .mr-14 {
      margin-right: 9.3338rem !important; } }

.mr-14-5 {
  margin-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .mr-14-5 {
      margin-right: 9.66715rem !important; } }

.mx-14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }
  @media (max-width: 960px) {
    .mx-14 {
      margin-left: 9.3338rem !important;
      margin-right: 9.3338rem !important; } }

.mx-14-5 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .mx-14-5 {
      margin-left: 9.66715rem !important;
      margin-right: 9.66715rem !important; } }

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .my-14 {
      margin-top: 9.3338rem !important;
      margin-bottom: 9.3338rem !important; } }

.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .my-14-5 {
      margin-top: 9.66715rem !important;
      margin-bottom: 9.66715rem !important; } }

.p-14 {
  padding: 14rem !important; }
  @media (max-width: 960px) {
    .p-14 {
      padding: 9.3338rem !important; } }

.p-14-5 {
  padding: 14.5rem !important; }
  @media (max-width: 960px) {
    .p-14-5 {
      padding: 9.66715rem !important; } }

.pt-14 {
  padding-top: 14rem !important; }
  @media (max-width: 960px) {
    .pt-14 {
      padding-top: 9.3338rem !important; } }

.pt-14-5 {
  padding-top: 14.5rem !important; }
  @media (max-width: 960px) {
    .pt-14-5 {
      padding-top: 9.66715rem !important; } }

.pb-14 {
  padding-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .pb-14 {
      padding-bottom: 9.3338rem !important; } }

.pb-14-5 {
  padding-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .pb-14-5 {
      padding-bottom: 9.66715rem !important; } }

.pl-14 {
  padding-left: 14rem !important; }
  @media (max-width: 960px) {
    .pl-14 {
      padding-left: 9.3338rem !important; } }

.pl-14-5 {
  padding-left: 14.5rem !important; }
  @media (max-width: 960px) {
    .pl-14-5 {
      padding-left: 9.66715rem !important; } }

.pr-14 {
  padding-right: 14rem !important; }
  @media (max-width: 960px) {
    .pr-14 {
      padding-right: 9.3338rem !important; } }

.pr-14-5 {
  padding-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .pr-14-5 {
      padding-right: 9.66715rem !important; } }

.px-14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }
  @media (max-width: 960px) {
    .px-14 {
      padding-left: 9.3338rem !important;
      padding-right: 9.3338rem !important; } }

.px-14-5 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .px-14-5 {
      padding-left: 9.66715rem !important;
      padding-right: 9.66715rem !important; } }

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .py-14 {
      padding-top: 9.3338rem !important;
      padding-bottom: 9.3338rem !important; } }

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .py-14-5 {
      padding-top: 9.66715rem !important;
      padding-bottom: 9.66715rem !important; } }

.m-15 {
  margin: 15rem !important; }
  @media (max-width: 960px) {
    .m-15 {
      margin: 10.0005rem !important; } }

.m-15-5 {
  margin: 15.5rem !important; }
  @media (max-width: 960px) {
    .m-15-5 {
      margin: 10.33385rem !important; } }

.mt-15 {
  margin-top: 15rem !important; }
  @media (max-width: 960px) {
    .mt-15 {
      margin-top: 10.0005rem !important; } }

.mt-15-5 {
  margin-top: 15.5rem !important; }
  @media (max-width: 960px) {
    .mt-15-5 {
      margin-top: 10.33385rem !important; } }

.mb-15 {
  margin-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .mb-15 {
      margin-bottom: 10.0005rem !important; } }

.mb-15-5 {
  margin-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .mb-15-5 {
      margin-bottom: 10.33385rem !important; } }

.ml-15 {
  margin-left: 15rem !important; }
  @media (max-width: 960px) {
    .ml-15 {
      margin-left: 10.0005rem !important; } }

.ml-15-5 {
  margin-left: 15.5rem !important; }
  @media (max-width: 960px) {
    .ml-15-5 {
      margin-left: 10.33385rem !important; } }

.mr-15 {
  margin-right: 15rem !important; }
  @media (max-width: 960px) {
    .mr-15 {
      margin-right: 10.0005rem !important; } }

.mr-15-5 {
  margin-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .mr-15-5 {
      margin-right: 10.33385rem !important; } }

.mx-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }
  @media (max-width: 960px) {
    .mx-15 {
      margin-left: 10.0005rem !important;
      margin-right: 10.0005rem !important; } }

.mx-15-5 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .mx-15-5 {
      margin-left: 10.33385rem !important;
      margin-right: 10.33385rem !important; } }

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .my-15 {
      margin-top: 10.0005rem !important;
      margin-bottom: 10.0005rem !important; } }

.my-15-5 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .my-15-5 {
      margin-top: 10.33385rem !important;
      margin-bottom: 10.33385rem !important; } }

.p-15 {
  padding: 15rem !important; }
  @media (max-width: 960px) {
    .p-15 {
      padding: 10.0005rem !important; } }

.p-15-5 {
  padding: 15.5rem !important; }
  @media (max-width: 960px) {
    .p-15-5 {
      padding: 10.33385rem !important; } }

.pt-15 {
  padding-top: 15rem !important; }
  @media (max-width: 960px) {
    .pt-15 {
      padding-top: 10.0005rem !important; } }

.pt-15-5 {
  padding-top: 15.5rem !important; }
  @media (max-width: 960px) {
    .pt-15-5 {
      padding-top: 10.33385rem !important; } }

.pb-15 {
  padding-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .pb-15 {
      padding-bottom: 10.0005rem !important; } }

.pb-15-5 {
  padding-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .pb-15-5 {
      padding-bottom: 10.33385rem !important; } }

.pl-15 {
  padding-left: 15rem !important; }
  @media (max-width: 960px) {
    .pl-15 {
      padding-left: 10.0005rem !important; } }

.pl-15-5 {
  padding-left: 15.5rem !important; }
  @media (max-width: 960px) {
    .pl-15-5 {
      padding-left: 10.33385rem !important; } }

.pr-15 {
  padding-right: 15rem !important; }
  @media (max-width: 960px) {
    .pr-15 {
      padding-right: 10.0005rem !important; } }

.pr-15-5 {
  padding-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .pr-15-5 {
      padding-right: 10.33385rem !important; } }

.px-15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }
  @media (max-width: 960px) {
    .px-15 {
      padding-left: 10.0005rem !important;
      padding-right: 10.0005rem !important; } }

.px-15-5 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .px-15-5 {
      padding-left: 10.33385rem !important;
      padding-right: 10.33385rem !important; } }

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .py-15 {
      padding-top: 10.0005rem !important;
      padding-bottom: 10.0005rem !important; } }

.py-15-5 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .py-15-5 {
      padding-top: 10.33385rem !important;
      padding-bottom: 10.33385rem !important; } }

.m-16 {
  margin: 16rem !important; }
  @media (max-width: 960px) {
    .m-16 {
      margin: 10.6672rem !important; } }

.m-16-5 {
  margin: 16.5rem !important; }
  @media (max-width: 960px) {
    .m-16-5 {
      margin: 11.00055rem !important; } }

.mt-16 {
  margin-top: 16rem !important; }
  @media (max-width: 960px) {
    .mt-16 {
      margin-top: 10.6672rem !important; } }

.mt-16-5 {
  margin-top: 16.5rem !important; }
  @media (max-width: 960px) {
    .mt-16-5 {
      margin-top: 11.00055rem !important; } }

.mb-16 {
  margin-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .mb-16 {
      margin-bottom: 10.6672rem !important; } }

.mb-16-5 {
  margin-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .mb-16-5 {
      margin-bottom: 11.00055rem !important; } }

.ml-16 {
  margin-left: 16rem !important; }
  @media (max-width: 960px) {
    .ml-16 {
      margin-left: 10.6672rem !important; } }

.ml-16-5 {
  margin-left: 16.5rem !important; }
  @media (max-width: 960px) {
    .ml-16-5 {
      margin-left: 11.00055rem !important; } }

.mr-16 {
  margin-right: 16rem !important; }
  @media (max-width: 960px) {
    .mr-16 {
      margin-right: 10.6672rem !important; } }

.mr-16-5 {
  margin-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .mr-16-5 {
      margin-right: 11.00055rem !important; } }

.mx-16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important; }
  @media (max-width: 960px) {
    .mx-16 {
      margin-left: 10.6672rem !important;
      margin-right: 10.6672rem !important; } }

.mx-16-5 {
  margin-left: 16.5rem !important;
  margin-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .mx-16-5 {
      margin-left: 11.00055rem !important;
      margin-right: 11.00055rem !important; } }

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .my-16 {
      margin-top: 10.6672rem !important;
      margin-bottom: 10.6672rem !important; } }

.my-16-5 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .my-16-5 {
      margin-top: 11.00055rem !important;
      margin-bottom: 11.00055rem !important; } }

.p-16 {
  padding: 16rem !important; }
  @media (max-width: 960px) {
    .p-16 {
      padding: 10.6672rem !important; } }

.p-16-5 {
  padding: 16.5rem !important; }
  @media (max-width: 960px) {
    .p-16-5 {
      padding: 11.00055rem !important; } }

.pt-16 {
  padding-top: 16rem !important; }
  @media (max-width: 960px) {
    .pt-16 {
      padding-top: 10.6672rem !important; } }

.pt-16-5 {
  padding-top: 16.5rem !important; }
  @media (max-width: 960px) {
    .pt-16-5 {
      padding-top: 11.00055rem !important; } }

.pb-16 {
  padding-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .pb-16 {
      padding-bottom: 10.6672rem !important; } }

.pb-16-5 {
  padding-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .pb-16-5 {
      padding-bottom: 11.00055rem !important; } }

.pl-16 {
  padding-left: 16rem !important; }
  @media (max-width: 960px) {
    .pl-16 {
      padding-left: 10.6672rem !important; } }

.pl-16-5 {
  padding-left: 16.5rem !important; }
  @media (max-width: 960px) {
    .pl-16-5 {
      padding-left: 11.00055rem !important; } }

.pr-16 {
  padding-right: 16rem !important; }
  @media (max-width: 960px) {
    .pr-16 {
      padding-right: 10.6672rem !important; } }

.pr-16-5 {
  padding-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .pr-16-5 {
      padding-right: 11.00055rem !important; } }

.px-16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }
  @media (max-width: 960px) {
    .px-16 {
      padding-left: 10.6672rem !important;
      padding-right: 10.6672rem !important; } }

.px-16-5 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .px-16-5 {
      padding-left: 11.00055rem !important;
      padding-right: 11.00055rem !important; } }

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .py-16 {
      padding-top: 10.6672rem !important;
      padding-bottom: 10.6672rem !important; } }

.py-16-5 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .py-16-5 {
      padding-top: 11.00055rem !important;
      padding-bottom: 11.00055rem !important; } }

.m-17 {
  margin: 17rem !important; }
  @media (max-width: 960px) {
    .m-17 {
      margin: 11.3339rem !important; } }

.m-17-5 {
  margin: 17.5rem !important; }
  @media (max-width: 960px) {
    .m-17-5 {
      margin: 11.66725rem !important; } }

.mt-17 {
  margin-top: 17rem !important; }
  @media (max-width: 960px) {
    .mt-17 {
      margin-top: 11.3339rem !important; } }

.mt-17-5 {
  margin-top: 17.5rem !important; }
  @media (max-width: 960px) {
    .mt-17-5 {
      margin-top: 11.66725rem !important; } }

.mb-17 {
  margin-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .mb-17 {
      margin-bottom: 11.3339rem !important; } }

.mb-17-5 {
  margin-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .mb-17-5 {
      margin-bottom: 11.66725rem !important; } }

.ml-17 {
  margin-left: 17rem !important; }
  @media (max-width: 960px) {
    .ml-17 {
      margin-left: 11.3339rem !important; } }

.ml-17-5 {
  margin-left: 17.5rem !important; }
  @media (max-width: 960px) {
    .ml-17-5 {
      margin-left: 11.66725rem !important; } }

.mr-17 {
  margin-right: 17rem !important; }
  @media (max-width: 960px) {
    .mr-17 {
      margin-right: 11.3339rem !important; } }

.mr-17-5 {
  margin-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .mr-17-5 {
      margin-right: 11.66725rem !important; } }

.mx-17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important; }
  @media (max-width: 960px) {
    .mx-17 {
      margin-left: 11.3339rem !important;
      margin-right: 11.3339rem !important; } }

.mx-17-5 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .mx-17-5 {
      margin-left: 11.66725rem !important;
      margin-right: 11.66725rem !important; } }

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .my-17 {
      margin-top: 11.3339rem !important;
      margin-bottom: 11.3339rem !important; } }

.my-17-5 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .my-17-5 {
      margin-top: 11.66725rem !important;
      margin-bottom: 11.66725rem !important; } }

.p-17 {
  padding: 17rem !important; }
  @media (max-width: 960px) {
    .p-17 {
      padding: 11.3339rem !important; } }

.p-17-5 {
  padding: 17.5rem !important; }
  @media (max-width: 960px) {
    .p-17-5 {
      padding: 11.66725rem !important; } }

.pt-17 {
  padding-top: 17rem !important; }
  @media (max-width: 960px) {
    .pt-17 {
      padding-top: 11.3339rem !important; } }

.pt-17-5 {
  padding-top: 17.5rem !important; }
  @media (max-width: 960px) {
    .pt-17-5 {
      padding-top: 11.66725rem !important; } }

.pb-17 {
  padding-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .pb-17 {
      padding-bottom: 11.3339rem !important; } }

.pb-17-5 {
  padding-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .pb-17-5 {
      padding-bottom: 11.66725rem !important; } }

.pl-17 {
  padding-left: 17rem !important; }
  @media (max-width: 960px) {
    .pl-17 {
      padding-left: 11.3339rem !important; } }

.pl-17-5 {
  padding-left: 17.5rem !important; }
  @media (max-width: 960px) {
    .pl-17-5 {
      padding-left: 11.66725rem !important; } }

.pr-17 {
  padding-right: 17rem !important; }
  @media (max-width: 960px) {
    .pr-17 {
      padding-right: 11.3339rem !important; } }

.pr-17-5 {
  padding-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .pr-17-5 {
      padding-right: 11.66725rem !important; } }

.px-17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }
  @media (max-width: 960px) {
    .px-17 {
      padding-left: 11.3339rem !important;
      padding-right: 11.3339rem !important; } }

.px-17-5 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .px-17-5 {
      padding-left: 11.66725rem !important;
      padding-right: 11.66725rem !important; } }

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .py-17 {
      padding-top: 11.3339rem !important;
      padding-bottom: 11.3339rem !important; } }

.py-17-5 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .py-17-5 {
      padding-top: 11.66725rem !important;
      padding-bottom: 11.66725rem !important; } }

.m-18 {
  margin: 18rem !important; }
  @media (max-width: 960px) {
    .m-18 {
      margin: 12.0006rem !important; } }

.m-18-5 {
  margin: 18.5rem !important; }
  @media (max-width: 960px) {
    .m-18-5 {
      margin: 12.33395rem !important; } }

.mt-18 {
  margin-top: 18rem !important; }
  @media (max-width: 960px) {
    .mt-18 {
      margin-top: 12.0006rem !important; } }

.mt-18-5 {
  margin-top: 18.5rem !important; }
  @media (max-width: 960px) {
    .mt-18-5 {
      margin-top: 12.33395rem !important; } }

.mb-18 {
  margin-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .mb-18 {
      margin-bottom: 12.0006rem !important; } }

.mb-18-5 {
  margin-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .mb-18-5 {
      margin-bottom: 12.33395rem !important; } }

.ml-18 {
  margin-left: 18rem !important; }
  @media (max-width: 960px) {
    .ml-18 {
      margin-left: 12.0006rem !important; } }

.ml-18-5 {
  margin-left: 18.5rem !important; }
  @media (max-width: 960px) {
    .ml-18-5 {
      margin-left: 12.33395rem !important; } }

.mr-18 {
  margin-right: 18rem !important; }
  @media (max-width: 960px) {
    .mr-18 {
      margin-right: 12.0006rem !important; } }

.mr-18-5 {
  margin-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .mr-18-5 {
      margin-right: 12.33395rem !important; } }

.mx-18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important; }
  @media (max-width: 960px) {
    .mx-18 {
      margin-left: 12.0006rem !important;
      margin-right: 12.0006rem !important; } }

.mx-18-5 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .mx-18-5 {
      margin-left: 12.33395rem !important;
      margin-right: 12.33395rem !important; } }

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .my-18 {
      margin-top: 12.0006rem !important;
      margin-bottom: 12.0006rem !important; } }

.my-18-5 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .my-18-5 {
      margin-top: 12.33395rem !important;
      margin-bottom: 12.33395rem !important; } }

.p-18 {
  padding: 18rem !important; }
  @media (max-width: 960px) {
    .p-18 {
      padding: 12.0006rem !important; } }

.p-18-5 {
  padding: 18.5rem !important; }
  @media (max-width: 960px) {
    .p-18-5 {
      padding: 12.33395rem !important; } }

.pt-18 {
  padding-top: 18rem !important; }
  @media (max-width: 960px) {
    .pt-18 {
      padding-top: 12.0006rem !important; } }

.pt-18-5 {
  padding-top: 18.5rem !important; }
  @media (max-width: 960px) {
    .pt-18-5 {
      padding-top: 12.33395rem !important; } }

.pb-18 {
  padding-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .pb-18 {
      padding-bottom: 12.0006rem !important; } }

.pb-18-5 {
  padding-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .pb-18-5 {
      padding-bottom: 12.33395rem !important; } }

.pl-18 {
  padding-left: 18rem !important; }
  @media (max-width: 960px) {
    .pl-18 {
      padding-left: 12.0006rem !important; } }

.pl-18-5 {
  padding-left: 18.5rem !important; }
  @media (max-width: 960px) {
    .pl-18-5 {
      padding-left: 12.33395rem !important; } }

.pr-18 {
  padding-right: 18rem !important; }
  @media (max-width: 960px) {
    .pr-18 {
      padding-right: 12.0006rem !important; } }

.pr-18-5 {
  padding-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .pr-18-5 {
      padding-right: 12.33395rem !important; } }

.px-18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }
  @media (max-width: 960px) {
    .px-18 {
      padding-left: 12.0006rem !important;
      padding-right: 12.0006rem !important; } }

.px-18-5 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .px-18-5 {
      padding-left: 12.33395rem !important;
      padding-right: 12.33395rem !important; } }

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .py-18 {
      padding-top: 12.0006rem !important;
      padding-bottom: 12.0006rem !important; } }

.py-18-5 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .py-18-5 {
      padding-top: 12.33395rem !important;
      padding-bottom: 12.33395rem !important; } }

.m-19 {
  margin: 19rem !important; }
  @media (max-width: 960px) {
    .m-19 {
      margin: 12.6673rem !important; } }

.m-19-5 {
  margin: 19.5rem !important; }
  @media (max-width: 960px) {
    .m-19-5 {
      margin: 13.00065rem !important; } }

.mt-19 {
  margin-top: 19rem !important; }
  @media (max-width: 960px) {
    .mt-19 {
      margin-top: 12.6673rem !important; } }

.mt-19-5 {
  margin-top: 19.5rem !important; }
  @media (max-width: 960px) {
    .mt-19-5 {
      margin-top: 13.00065rem !important; } }

.mb-19 {
  margin-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .mb-19 {
      margin-bottom: 12.6673rem !important; } }

.mb-19-5 {
  margin-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .mb-19-5 {
      margin-bottom: 13.00065rem !important; } }

.ml-19 {
  margin-left: 19rem !important; }
  @media (max-width: 960px) {
    .ml-19 {
      margin-left: 12.6673rem !important; } }

.ml-19-5 {
  margin-left: 19.5rem !important; }
  @media (max-width: 960px) {
    .ml-19-5 {
      margin-left: 13.00065rem !important; } }

.mr-19 {
  margin-right: 19rem !important; }
  @media (max-width: 960px) {
    .mr-19 {
      margin-right: 12.6673rem !important; } }

.mr-19-5 {
  margin-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .mr-19-5 {
      margin-right: 13.00065rem !important; } }

.mx-19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important; }
  @media (max-width: 960px) {
    .mx-19 {
      margin-left: 12.6673rem !important;
      margin-right: 12.6673rem !important; } }

.mx-19-5 {
  margin-left: 19.5rem !important;
  margin-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .mx-19-5 {
      margin-left: 13.00065rem !important;
      margin-right: 13.00065rem !important; } }

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .my-19 {
      margin-top: 12.6673rem !important;
      margin-bottom: 12.6673rem !important; } }

.my-19-5 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .my-19-5 {
      margin-top: 13.00065rem !important;
      margin-bottom: 13.00065rem !important; } }

.p-19 {
  padding: 19rem !important; }
  @media (max-width: 960px) {
    .p-19 {
      padding: 12.6673rem !important; } }

.p-19-5 {
  padding: 19.5rem !important; }
  @media (max-width: 960px) {
    .p-19-5 {
      padding: 13.00065rem !important; } }

.pt-19 {
  padding-top: 19rem !important; }
  @media (max-width: 960px) {
    .pt-19 {
      padding-top: 12.6673rem !important; } }

.pt-19-5 {
  padding-top: 19.5rem !important; }
  @media (max-width: 960px) {
    .pt-19-5 {
      padding-top: 13.00065rem !important; } }

.pb-19 {
  padding-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .pb-19 {
      padding-bottom: 12.6673rem !important; } }

.pb-19-5 {
  padding-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .pb-19-5 {
      padding-bottom: 13.00065rem !important; } }

.pl-19 {
  padding-left: 19rem !important; }
  @media (max-width: 960px) {
    .pl-19 {
      padding-left: 12.6673rem !important; } }

.pl-19-5 {
  padding-left: 19.5rem !important; }
  @media (max-width: 960px) {
    .pl-19-5 {
      padding-left: 13.00065rem !important; } }

.pr-19 {
  padding-right: 19rem !important; }
  @media (max-width: 960px) {
    .pr-19 {
      padding-right: 12.6673rem !important; } }

.pr-19-5 {
  padding-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .pr-19-5 {
      padding-right: 13.00065rem !important; } }

.px-19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }
  @media (max-width: 960px) {
    .px-19 {
      padding-left: 12.6673rem !important;
      padding-right: 12.6673rem !important; } }

.px-19-5 {
  padding-left: 19.5rem !important;
  padding-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .px-19-5 {
      padding-left: 13.00065rem !important;
      padding-right: 13.00065rem !important; } }

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .py-19 {
      padding-top: 12.6673rem !important;
      padding-bottom: 12.6673rem !important; } }

.py-19-5 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .py-19-5 {
      padding-top: 13.00065rem !important;
      padding-bottom: 13.00065rem !important; } }

.m-20 {
  margin: 20rem !important; }
  @media (max-width: 960px) {
    .m-20 {
      margin: 13.334rem !important; } }

.m-20-5 {
  margin: 20.5rem !important; }
  @media (max-width: 960px) {
    .m-20-5 {
      margin: 13.66735rem !important; } }

.mt-20 {
  margin-top: 20rem !important; }
  @media (max-width: 960px) {
    .mt-20 {
      margin-top: 13.334rem !important; } }

.mt-20-5 {
  margin-top: 20.5rem !important; }
  @media (max-width: 960px) {
    .mt-20-5 {
      margin-top: 13.66735rem !important; } }

.mb-20 {
  margin-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .mb-20 {
      margin-bottom: 13.334rem !important; } }

.mb-20-5 {
  margin-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .mb-20-5 {
      margin-bottom: 13.66735rem !important; } }

.ml-20 {
  margin-left: 20rem !important; }
  @media (max-width: 960px) {
    .ml-20 {
      margin-left: 13.334rem !important; } }

.ml-20-5 {
  margin-left: 20.5rem !important; }
  @media (max-width: 960px) {
    .ml-20-5 {
      margin-left: 13.66735rem !important; } }

.mr-20 {
  margin-right: 20rem !important; }
  @media (max-width: 960px) {
    .mr-20 {
      margin-right: 13.334rem !important; } }

.mr-20-5 {
  margin-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .mr-20-5 {
      margin-right: 13.66735rem !important; } }

.mx-20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important; }
  @media (max-width: 960px) {
    .mx-20 {
      margin-left: 13.334rem !important;
      margin-right: 13.334rem !important; } }

.mx-20-5 {
  margin-left: 20.5rem !important;
  margin-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .mx-20-5 {
      margin-left: 13.66735rem !important;
      margin-right: 13.66735rem !important; } }

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .my-20 {
      margin-top: 13.334rem !important;
      margin-bottom: 13.334rem !important; } }

.my-20-5 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .my-20-5 {
      margin-top: 13.66735rem !important;
      margin-bottom: 13.66735rem !important; } }

.p-20 {
  padding: 20rem !important; }
  @media (max-width: 960px) {
    .p-20 {
      padding: 13.334rem !important; } }

.p-20-5 {
  padding: 20.5rem !important; }
  @media (max-width: 960px) {
    .p-20-5 {
      padding: 13.66735rem !important; } }

.pt-20 {
  padding-top: 20rem !important; }
  @media (max-width: 960px) {
    .pt-20 {
      padding-top: 13.334rem !important; } }

.pt-20-5 {
  padding-top: 20.5rem !important; }
  @media (max-width: 960px) {
    .pt-20-5 {
      padding-top: 13.66735rem !important; } }

.pb-20 {
  padding-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .pb-20 {
      padding-bottom: 13.334rem !important; } }

.pb-20-5 {
  padding-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .pb-20-5 {
      padding-bottom: 13.66735rem !important; } }

.pl-20 {
  padding-left: 20rem !important; }
  @media (max-width: 960px) {
    .pl-20 {
      padding-left: 13.334rem !important; } }

.pl-20-5 {
  padding-left: 20.5rem !important; }
  @media (max-width: 960px) {
    .pl-20-5 {
      padding-left: 13.66735rem !important; } }

.pr-20 {
  padding-right: 20rem !important; }
  @media (max-width: 960px) {
    .pr-20 {
      padding-right: 13.334rem !important; } }

.pr-20-5 {
  padding-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .pr-20-5 {
      padding-right: 13.66735rem !important; } }

.px-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }
  @media (max-width: 960px) {
    .px-20 {
      padding-left: 13.334rem !important;
      padding-right: 13.334rem !important; } }

.px-20-5 {
  padding-left: 20.5rem !important;
  padding-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .px-20-5 {
      padding-left: 13.66735rem !important;
      padding-right: 13.66735rem !important; } }

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .py-20 {
      padding-top: 13.334rem !important;
      padding-bottom: 13.334rem !important; } }

.py-20-5 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .py-20-5 {
      padding-top: 13.66735rem !important;
      padding-bottom: 13.66735rem !important; } }

.m-21 {
  margin: 21rem !important; }
  @media (max-width: 960px) {
    .m-21 {
      margin: 14.0007rem !important; } }

.m-21-5 {
  margin: 21.5rem !important; }
  @media (max-width: 960px) {
    .m-21-5 {
      margin: 14.33405rem !important; } }

.mt-21 {
  margin-top: 21rem !important; }
  @media (max-width: 960px) {
    .mt-21 {
      margin-top: 14.0007rem !important; } }

.mt-21-5 {
  margin-top: 21.5rem !important; }
  @media (max-width: 960px) {
    .mt-21-5 {
      margin-top: 14.33405rem !important; } }

.mb-21 {
  margin-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .mb-21 {
      margin-bottom: 14.0007rem !important; } }

.mb-21-5 {
  margin-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .mb-21-5 {
      margin-bottom: 14.33405rem !important; } }

.ml-21 {
  margin-left: 21rem !important; }
  @media (max-width: 960px) {
    .ml-21 {
      margin-left: 14.0007rem !important; } }

.ml-21-5 {
  margin-left: 21.5rem !important; }
  @media (max-width: 960px) {
    .ml-21-5 {
      margin-left: 14.33405rem !important; } }

.mr-21 {
  margin-right: 21rem !important; }
  @media (max-width: 960px) {
    .mr-21 {
      margin-right: 14.0007rem !important; } }

.mr-21-5 {
  margin-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .mr-21-5 {
      margin-right: 14.33405rem !important; } }

.mx-21 {
  margin-left: 21rem !important;
  margin-right: 21rem !important; }
  @media (max-width: 960px) {
    .mx-21 {
      margin-left: 14.0007rem !important;
      margin-right: 14.0007rem !important; } }

.mx-21-5 {
  margin-left: 21.5rem !important;
  margin-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .mx-21-5 {
      margin-left: 14.33405rem !important;
      margin-right: 14.33405rem !important; } }

.my-21 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .my-21 {
      margin-top: 14.0007rem !important;
      margin-bottom: 14.0007rem !important; } }

.my-21-5 {
  margin-top: 21.5rem !important;
  margin-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .my-21-5 {
      margin-top: 14.33405rem !important;
      margin-bottom: 14.33405rem !important; } }

.p-21 {
  padding: 21rem !important; }
  @media (max-width: 960px) {
    .p-21 {
      padding: 14.0007rem !important; } }

.p-21-5 {
  padding: 21.5rem !important; }
  @media (max-width: 960px) {
    .p-21-5 {
      padding: 14.33405rem !important; } }

.pt-21 {
  padding-top: 21rem !important; }
  @media (max-width: 960px) {
    .pt-21 {
      padding-top: 14.0007rem !important; } }

.pt-21-5 {
  padding-top: 21.5rem !important; }
  @media (max-width: 960px) {
    .pt-21-5 {
      padding-top: 14.33405rem !important; } }

.pb-21 {
  padding-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .pb-21 {
      padding-bottom: 14.0007rem !important; } }

.pb-21-5 {
  padding-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .pb-21-5 {
      padding-bottom: 14.33405rem !important; } }

.pl-21 {
  padding-left: 21rem !important; }
  @media (max-width: 960px) {
    .pl-21 {
      padding-left: 14.0007rem !important; } }

.pl-21-5 {
  padding-left: 21.5rem !important; }
  @media (max-width: 960px) {
    .pl-21-5 {
      padding-left: 14.33405rem !important; } }

.pr-21 {
  padding-right: 21rem !important; }
  @media (max-width: 960px) {
    .pr-21 {
      padding-right: 14.0007rem !important; } }

.pr-21-5 {
  padding-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .pr-21-5 {
      padding-right: 14.33405rem !important; } }

.px-21 {
  padding-left: 21rem !important;
  padding-right: 21rem !important; }
  @media (max-width: 960px) {
    .px-21 {
      padding-left: 14.0007rem !important;
      padding-right: 14.0007rem !important; } }

.px-21-5 {
  padding-left: 21.5rem !important;
  padding-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .px-21-5 {
      padding-left: 14.33405rem !important;
      padding-right: 14.33405rem !important; } }

.py-21 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .py-21 {
      padding-top: 14.0007rem !important;
      padding-bottom: 14.0007rem !important; } }

.py-21-5 {
  padding-top: 21.5rem !important;
  padding-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .py-21-5 {
      padding-top: 14.33405rem !important;
      padding-bottom: 14.33405rem !important; } }

.m-22 {
  margin: 22rem !important; }
  @media (max-width: 960px) {
    .m-22 {
      margin: 14.6674rem !important; } }

.m-22-5 {
  margin: 22.5rem !important; }
  @media (max-width: 960px) {
    .m-22-5 {
      margin: 15.00075rem !important; } }

.mt-22 {
  margin-top: 22rem !important; }
  @media (max-width: 960px) {
    .mt-22 {
      margin-top: 14.6674rem !important; } }

.mt-22-5 {
  margin-top: 22.5rem !important; }
  @media (max-width: 960px) {
    .mt-22-5 {
      margin-top: 15.00075rem !important; } }

.mb-22 {
  margin-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .mb-22 {
      margin-bottom: 14.6674rem !important; } }

.mb-22-5 {
  margin-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .mb-22-5 {
      margin-bottom: 15.00075rem !important; } }

.ml-22 {
  margin-left: 22rem !important; }
  @media (max-width: 960px) {
    .ml-22 {
      margin-left: 14.6674rem !important; } }

.ml-22-5 {
  margin-left: 22.5rem !important; }
  @media (max-width: 960px) {
    .ml-22-5 {
      margin-left: 15.00075rem !important; } }

.mr-22 {
  margin-right: 22rem !important; }
  @media (max-width: 960px) {
    .mr-22 {
      margin-right: 14.6674rem !important; } }

.mr-22-5 {
  margin-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .mr-22-5 {
      margin-right: 15.00075rem !important; } }

.mx-22 {
  margin-left: 22rem !important;
  margin-right: 22rem !important; }
  @media (max-width: 960px) {
    .mx-22 {
      margin-left: 14.6674rem !important;
      margin-right: 14.6674rem !important; } }

.mx-22-5 {
  margin-left: 22.5rem !important;
  margin-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .mx-22-5 {
      margin-left: 15.00075rem !important;
      margin-right: 15.00075rem !important; } }

.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .my-22 {
      margin-top: 14.6674rem !important;
      margin-bottom: 14.6674rem !important; } }

.my-22-5 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .my-22-5 {
      margin-top: 15.00075rem !important;
      margin-bottom: 15.00075rem !important; } }

.p-22 {
  padding: 22rem !important; }
  @media (max-width: 960px) {
    .p-22 {
      padding: 14.6674rem !important; } }

.p-22-5 {
  padding: 22.5rem !important; }
  @media (max-width: 960px) {
    .p-22-5 {
      padding: 15.00075rem !important; } }

.pt-22 {
  padding-top: 22rem !important; }
  @media (max-width: 960px) {
    .pt-22 {
      padding-top: 14.6674rem !important; } }

.pt-22-5 {
  padding-top: 22.5rem !important; }
  @media (max-width: 960px) {
    .pt-22-5 {
      padding-top: 15.00075rem !important; } }

.pb-22 {
  padding-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .pb-22 {
      padding-bottom: 14.6674rem !important; } }

.pb-22-5 {
  padding-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .pb-22-5 {
      padding-bottom: 15.00075rem !important; } }

.pl-22 {
  padding-left: 22rem !important; }
  @media (max-width: 960px) {
    .pl-22 {
      padding-left: 14.6674rem !important; } }

.pl-22-5 {
  padding-left: 22.5rem !important; }
  @media (max-width: 960px) {
    .pl-22-5 {
      padding-left: 15.00075rem !important; } }

.pr-22 {
  padding-right: 22rem !important; }
  @media (max-width: 960px) {
    .pr-22 {
      padding-right: 14.6674rem !important; } }

.pr-22-5 {
  padding-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .pr-22-5 {
      padding-right: 15.00075rem !important; } }

.px-22 {
  padding-left: 22rem !important;
  padding-right: 22rem !important; }
  @media (max-width: 960px) {
    .px-22 {
      padding-left: 14.6674rem !important;
      padding-right: 14.6674rem !important; } }

.px-22-5 {
  padding-left: 22.5rem !important;
  padding-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .px-22-5 {
      padding-left: 15.00075rem !important;
      padding-right: 15.00075rem !important; } }

.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .py-22 {
      padding-top: 14.6674rem !important;
      padding-bottom: 14.6674rem !important; } }

.py-22-5 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .py-22-5 {
      padding-top: 15.00075rem !important;
      padding-bottom: 15.00075rem !important; } }

.m-23 {
  margin: 23rem !important; }
  @media (max-width: 960px) {
    .m-23 {
      margin: 15.3341rem !important; } }

.m-23-5 {
  margin: 23.5rem !important; }
  @media (max-width: 960px) {
    .m-23-5 {
      margin: 15.66745rem !important; } }

.mt-23 {
  margin-top: 23rem !important; }
  @media (max-width: 960px) {
    .mt-23 {
      margin-top: 15.3341rem !important; } }

.mt-23-5 {
  margin-top: 23.5rem !important; }
  @media (max-width: 960px) {
    .mt-23-5 {
      margin-top: 15.66745rem !important; } }

.mb-23 {
  margin-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .mb-23 {
      margin-bottom: 15.3341rem !important; } }

.mb-23-5 {
  margin-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .mb-23-5 {
      margin-bottom: 15.66745rem !important; } }

.ml-23 {
  margin-left: 23rem !important; }
  @media (max-width: 960px) {
    .ml-23 {
      margin-left: 15.3341rem !important; } }

.ml-23-5 {
  margin-left: 23.5rem !important; }
  @media (max-width: 960px) {
    .ml-23-5 {
      margin-left: 15.66745rem !important; } }

.mr-23 {
  margin-right: 23rem !important; }
  @media (max-width: 960px) {
    .mr-23 {
      margin-right: 15.3341rem !important; } }

.mr-23-5 {
  margin-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .mr-23-5 {
      margin-right: 15.66745rem !important; } }

.mx-23 {
  margin-left: 23rem !important;
  margin-right: 23rem !important; }
  @media (max-width: 960px) {
    .mx-23 {
      margin-left: 15.3341rem !important;
      margin-right: 15.3341rem !important; } }

.mx-23-5 {
  margin-left: 23.5rem !important;
  margin-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .mx-23-5 {
      margin-left: 15.66745rem !important;
      margin-right: 15.66745rem !important; } }

.my-23 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .my-23 {
      margin-top: 15.3341rem !important;
      margin-bottom: 15.3341rem !important; } }

.my-23-5 {
  margin-top: 23.5rem !important;
  margin-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .my-23-5 {
      margin-top: 15.66745rem !important;
      margin-bottom: 15.66745rem !important; } }

.p-23 {
  padding: 23rem !important; }
  @media (max-width: 960px) {
    .p-23 {
      padding: 15.3341rem !important; } }

.p-23-5 {
  padding: 23.5rem !important; }
  @media (max-width: 960px) {
    .p-23-5 {
      padding: 15.66745rem !important; } }

.pt-23 {
  padding-top: 23rem !important; }
  @media (max-width: 960px) {
    .pt-23 {
      padding-top: 15.3341rem !important; } }

.pt-23-5 {
  padding-top: 23.5rem !important; }
  @media (max-width: 960px) {
    .pt-23-5 {
      padding-top: 15.66745rem !important; } }

.pb-23 {
  padding-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .pb-23 {
      padding-bottom: 15.3341rem !important; } }

.pb-23-5 {
  padding-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .pb-23-5 {
      padding-bottom: 15.66745rem !important; } }

.pl-23 {
  padding-left: 23rem !important; }
  @media (max-width: 960px) {
    .pl-23 {
      padding-left: 15.3341rem !important; } }

.pl-23-5 {
  padding-left: 23.5rem !important; }
  @media (max-width: 960px) {
    .pl-23-5 {
      padding-left: 15.66745rem !important; } }

.pr-23 {
  padding-right: 23rem !important; }
  @media (max-width: 960px) {
    .pr-23 {
      padding-right: 15.3341rem !important; } }

.pr-23-5 {
  padding-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .pr-23-5 {
      padding-right: 15.66745rem !important; } }

.px-23 {
  padding-left: 23rem !important;
  padding-right: 23rem !important; }
  @media (max-width: 960px) {
    .px-23 {
      padding-left: 15.3341rem !important;
      padding-right: 15.3341rem !important; } }

.px-23-5 {
  padding-left: 23.5rem !important;
  padding-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .px-23-5 {
      padding-left: 15.66745rem !important;
      padding-right: 15.66745rem !important; } }

.py-23 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .py-23 {
      padding-top: 15.3341rem !important;
      padding-bottom: 15.3341rem !important; } }

.py-23-5 {
  padding-top: 23.5rem !important;
  padding-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .py-23-5 {
      padding-top: 15.66745rem !important;
      padding-bottom: 15.66745rem !important; } }

.m-24 {
  margin: 24rem !important; }
  @media (max-width: 960px) {
    .m-24 {
      margin: 16.0008rem !important; } }

.m-24-5 {
  margin: 24.5rem !important; }
  @media (max-width: 960px) {
    .m-24-5 {
      margin: 16.33415rem !important; } }

.mt-24 {
  margin-top: 24rem !important; }
  @media (max-width: 960px) {
    .mt-24 {
      margin-top: 16.0008rem !important; } }

.mt-24-5 {
  margin-top: 24.5rem !important; }
  @media (max-width: 960px) {
    .mt-24-5 {
      margin-top: 16.33415rem !important; } }

.mb-24 {
  margin-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .mb-24 {
      margin-bottom: 16.0008rem !important; } }

.mb-24-5 {
  margin-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .mb-24-5 {
      margin-bottom: 16.33415rem !important; } }

.ml-24 {
  margin-left: 24rem !important; }
  @media (max-width: 960px) {
    .ml-24 {
      margin-left: 16.0008rem !important; } }

.ml-24-5 {
  margin-left: 24.5rem !important; }
  @media (max-width: 960px) {
    .ml-24-5 {
      margin-left: 16.33415rem !important; } }

.mr-24 {
  margin-right: 24rem !important; }
  @media (max-width: 960px) {
    .mr-24 {
      margin-right: 16.0008rem !important; } }

.mr-24-5 {
  margin-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .mr-24-5 {
      margin-right: 16.33415rem !important; } }

.mx-24 {
  margin-left: 24rem !important;
  margin-right: 24rem !important; }
  @media (max-width: 960px) {
    .mx-24 {
      margin-left: 16.0008rem !important;
      margin-right: 16.0008rem !important; } }

.mx-24-5 {
  margin-left: 24.5rem !important;
  margin-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .mx-24-5 {
      margin-left: 16.33415rem !important;
      margin-right: 16.33415rem !important; } }

.my-24 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .my-24 {
      margin-top: 16.0008rem !important;
      margin-bottom: 16.0008rem !important; } }

.my-24-5 {
  margin-top: 24.5rem !important;
  margin-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .my-24-5 {
      margin-top: 16.33415rem !important;
      margin-bottom: 16.33415rem !important; } }

.p-24 {
  padding: 24rem !important; }
  @media (max-width: 960px) {
    .p-24 {
      padding: 16.0008rem !important; } }

.p-24-5 {
  padding: 24.5rem !important; }
  @media (max-width: 960px) {
    .p-24-5 {
      padding: 16.33415rem !important; } }

.pt-24 {
  padding-top: 24rem !important; }
  @media (max-width: 960px) {
    .pt-24 {
      padding-top: 16.0008rem !important; } }

.pt-24-5 {
  padding-top: 24.5rem !important; }
  @media (max-width: 960px) {
    .pt-24-5 {
      padding-top: 16.33415rem !important; } }

.pb-24 {
  padding-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .pb-24 {
      padding-bottom: 16.0008rem !important; } }

.pb-24-5 {
  padding-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .pb-24-5 {
      padding-bottom: 16.33415rem !important; } }

.pl-24 {
  padding-left: 24rem !important; }
  @media (max-width: 960px) {
    .pl-24 {
      padding-left: 16.0008rem !important; } }

.pl-24-5 {
  padding-left: 24.5rem !important; }
  @media (max-width: 960px) {
    .pl-24-5 {
      padding-left: 16.33415rem !important; } }

.pr-24 {
  padding-right: 24rem !important; }
  @media (max-width: 960px) {
    .pr-24 {
      padding-right: 16.0008rem !important; } }

.pr-24-5 {
  padding-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .pr-24-5 {
      padding-right: 16.33415rem !important; } }

.px-24 {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }
  @media (max-width: 960px) {
    .px-24 {
      padding-left: 16.0008rem !important;
      padding-right: 16.0008rem !important; } }

.px-24-5 {
  padding-left: 24.5rem !important;
  padding-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .px-24-5 {
      padding-left: 16.33415rem !important;
      padding-right: 16.33415rem !important; } }

.py-24 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .py-24 {
      padding-top: 16.0008rem !important;
      padding-bottom: 16.0008rem !important; } }

.py-24-5 {
  padding-top: 24.5rem !important;
  padding-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .py-24-5 {
      padding-top: 16.33415rem !important;
      padding-bottom: 16.33415rem !important; } }

.m-25 {
  margin: 25rem !important; }
  @media (max-width: 960px) {
    .m-25 {
      margin: 16.6675rem !important; } }

.m-25-5 {
  margin: 25.5rem !important; }
  @media (max-width: 960px) {
    .m-25-5 {
      margin: 17.00085rem !important; } }

.mt-25 {
  margin-top: 25rem !important; }
  @media (max-width: 960px) {
    .mt-25 {
      margin-top: 16.6675rem !important; } }

.mt-25-5 {
  margin-top: 25.5rem !important; }
  @media (max-width: 960px) {
    .mt-25-5 {
      margin-top: 17.00085rem !important; } }

.mb-25 {
  margin-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .mb-25 {
      margin-bottom: 16.6675rem !important; } }

.mb-25-5 {
  margin-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .mb-25-5 {
      margin-bottom: 17.00085rem !important; } }

.ml-25 {
  margin-left: 25rem !important; }
  @media (max-width: 960px) {
    .ml-25 {
      margin-left: 16.6675rem !important; } }

.ml-25-5 {
  margin-left: 25.5rem !important; }
  @media (max-width: 960px) {
    .ml-25-5 {
      margin-left: 17.00085rem !important; } }

.mr-25 {
  margin-right: 25rem !important; }
  @media (max-width: 960px) {
    .mr-25 {
      margin-right: 16.6675rem !important; } }

.mr-25-5 {
  margin-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .mr-25-5 {
      margin-right: 17.00085rem !important; } }

.mx-25 {
  margin-left: 25rem !important;
  margin-right: 25rem !important; }
  @media (max-width: 960px) {
    .mx-25 {
      margin-left: 16.6675rem !important;
      margin-right: 16.6675rem !important; } }

.mx-25-5 {
  margin-left: 25.5rem !important;
  margin-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .mx-25-5 {
      margin-left: 17.00085rem !important;
      margin-right: 17.00085rem !important; } }

.my-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .my-25 {
      margin-top: 16.6675rem !important;
      margin-bottom: 16.6675rem !important; } }

.my-25-5 {
  margin-top: 25.5rem !important;
  margin-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .my-25-5 {
      margin-top: 17.00085rem !important;
      margin-bottom: 17.00085rem !important; } }

.p-25 {
  padding: 25rem !important; }
  @media (max-width: 960px) {
    .p-25 {
      padding: 16.6675rem !important; } }

.p-25-5 {
  padding: 25.5rem !important; }
  @media (max-width: 960px) {
    .p-25-5 {
      padding: 17.00085rem !important; } }

.pt-25 {
  padding-top: 25rem !important; }
  @media (max-width: 960px) {
    .pt-25 {
      padding-top: 16.6675rem !important; } }

.pt-25-5 {
  padding-top: 25.5rem !important; }
  @media (max-width: 960px) {
    .pt-25-5 {
      padding-top: 17.00085rem !important; } }

.pb-25 {
  padding-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .pb-25 {
      padding-bottom: 16.6675rem !important; } }

.pb-25-5 {
  padding-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .pb-25-5 {
      padding-bottom: 17.00085rem !important; } }

.pl-25 {
  padding-left: 25rem !important; }
  @media (max-width: 960px) {
    .pl-25 {
      padding-left: 16.6675rem !important; } }

.pl-25-5 {
  padding-left: 25.5rem !important; }
  @media (max-width: 960px) {
    .pl-25-5 {
      padding-left: 17.00085rem !important; } }

.pr-25 {
  padding-right: 25rem !important; }
  @media (max-width: 960px) {
    .pr-25 {
      padding-right: 16.6675rem !important; } }

.pr-25-5 {
  padding-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .pr-25-5 {
      padding-right: 17.00085rem !important; } }

.px-25 {
  padding-left: 25rem !important;
  padding-right: 25rem !important; }
  @media (max-width: 960px) {
    .px-25 {
      padding-left: 16.6675rem !important;
      padding-right: 16.6675rem !important; } }

.px-25-5 {
  padding-left: 25.5rem !important;
  padding-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .px-25-5 {
      padding-left: 17.00085rem !important;
      padding-right: 17.00085rem !important; } }

.py-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .py-25 {
      padding-top: 16.6675rem !important;
      padding-bottom: 16.6675rem !important; } }

.py-25-5 {
  padding-top: 25.5rem !important;
  padding-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .py-25-5 {
      padding-top: 17.00085rem !important;
      padding-bottom: 17.00085rem !important; } }

.m-26 {
  margin: 26rem !important; }
  @media (max-width: 960px) {
    .m-26 {
      margin: 17.3342rem !important; } }

.m-26-5 {
  margin: 26.5rem !important; }
  @media (max-width: 960px) {
    .m-26-5 {
      margin: 17.66755rem !important; } }

.mt-26 {
  margin-top: 26rem !important; }
  @media (max-width: 960px) {
    .mt-26 {
      margin-top: 17.3342rem !important; } }

.mt-26-5 {
  margin-top: 26.5rem !important; }
  @media (max-width: 960px) {
    .mt-26-5 {
      margin-top: 17.66755rem !important; } }

.mb-26 {
  margin-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .mb-26 {
      margin-bottom: 17.3342rem !important; } }

.mb-26-5 {
  margin-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .mb-26-5 {
      margin-bottom: 17.66755rem !important; } }

.ml-26 {
  margin-left: 26rem !important; }
  @media (max-width: 960px) {
    .ml-26 {
      margin-left: 17.3342rem !important; } }

.ml-26-5 {
  margin-left: 26.5rem !important; }
  @media (max-width: 960px) {
    .ml-26-5 {
      margin-left: 17.66755rem !important; } }

.mr-26 {
  margin-right: 26rem !important; }
  @media (max-width: 960px) {
    .mr-26 {
      margin-right: 17.3342rem !important; } }

.mr-26-5 {
  margin-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .mr-26-5 {
      margin-right: 17.66755rem !important; } }

.mx-26 {
  margin-left: 26rem !important;
  margin-right: 26rem !important; }
  @media (max-width: 960px) {
    .mx-26 {
      margin-left: 17.3342rem !important;
      margin-right: 17.3342rem !important; } }

.mx-26-5 {
  margin-left: 26.5rem !important;
  margin-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .mx-26-5 {
      margin-left: 17.66755rem !important;
      margin-right: 17.66755rem !important; } }

.my-26 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .my-26 {
      margin-top: 17.3342rem !important;
      margin-bottom: 17.3342rem !important; } }

.my-26-5 {
  margin-top: 26.5rem !important;
  margin-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .my-26-5 {
      margin-top: 17.66755rem !important;
      margin-bottom: 17.66755rem !important; } }

.p-26 {
  padding: 26rem !important; }
  @media (max-width: 960px) {
    .p-26 {
      padding: 17.3342rem !important; } }

.p-26-5 {
  padding: 26.5rem !important; }
  @media (max-width: 960px) {
    .p-26-5 {
      padding: 17.66755rem !important; } }

.pt-26 {
  padding-top: 26rem !important; }
  @media (max-width: 960px) {
    .pt-26 {
      padding-top: 17.3342rem !important; } }

.pt-26-5 {
  padding-top: 26.5rem !important; }
  @media (max-width: 960px) {
    .pt-26-5 {
      padding-top: 17.66755rem !important; } }

.pb-26 {
  padding-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .pb-26 {
      padding-bottom: 17.3342rem !important; } }

.pb-26-5 {
  padding-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .pb-26-5 {
      padding-bottom: 17.66755rem !important; } }

.pl-26 {
  padding-left: 26rem !important; }
  @media (max-width: 960px) {
    .pl-26 {
      padding-left: 17.3342rem !important; } }

.pl-26-5 {
  padding-left: 26.5rem !important; }
  @media (max-width: 960px) {
    .pl-26-5 {
      padding-left: 17.66755rem !important; } }

.pr-26 {
  padding-right: 26rem !important; }
  @media (max-width: 960px) {
    .pr-26 {
      padding-right: 17.3342rem !important; } }

.pr-26-5 {
  padding-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .pr-26-5 {
      padding-right: 17.66755rem !important; } }

.px-26 {
  padding-left: 26rem !important;
  padding-right: 26rem !important; }
  @media (max-width: 960px) {
    .px-26 {
      padding-left: 17.3342rem !important;
      padding-right: 17.3342rem !important; } }

.px-26-5 {
  padding-left: 26.5rem !important;
  padding-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .px-26-5 {
      padding-left: 17.66755rem !important;
      padding-right: 17.66755rem !important; } }

.py-26 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .py-26 {
      padding-top: 17.3342rem !important;
      padding-bottom: 17.3342rem !important; } }

.py-26-5 {
  padding-top: 26.5rem !important;
  padding-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .py-26-5 {
      padding-top: 17.66755rem !important;
      padding-bottom: 17.66755rem !important; } }

.m-27 {
  margin: 27rem !important; }
  @media (max-width: 960px) {
    .m-27 {
      margin: 18.0009rem !important; } }

.m-27-5 {
  margin: 27.5rem !important; }
  @media (max-width: 960px) {
    .m-27-5 {
      margin: 18.33425rem !important; } }

.mt-27 {
  margin-top: 27rem !important; }
  @media (max-width: 960px) {
    .mt-27 {
      margin-top: 18.0009rem !important; } }

.mt-27-5 {
  margin-top: 27.5rem !important; }
  @media (max-width: 960px) {
    .mt-27-5 {
      margin-top: 18.33425rem !important; } }

.mb-27 {
  margin-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .mb-27 {
      margin-bottom: 18.0009rem !important; } }

.mb-27-5 {
  margin-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .mb-27-5 {
      margin-bottom: 18.33425rem !important; } }

.ml-27 {
  margin-left: 27rem !important; }
  @media (max-width: 960px) {
    .ml-27 {
      margin-left: 18.0009rem !important; } }

.ml-27-5 {
  margin-left: 27.5rem !important; }
  @media (max-width: 960px) {
    .ml-27-5 {
      margin-left: 18.33425rem !important; } }

.mr-27 {
  margin-right: 27rem !important; }
  @media (max-width: 960px) {
    .mr-27 {
      margin-right: 18.0009rem !important; } }

.mr-27-5 {
  margin-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .mr-27-5 {
      margin-right: 18.33425rem !important; } }

.mx-27 {
  margin-left: 27rem !important;
  margin-right: 27rem !important; }
  @media (max-width: 960px) {
    .mx-27 {
      margin-left: 18.0009rem !important;
      margin-right: 18.0009rem !important; } }

.mx-27-5 {
  margin-left: 27.5rem !important;
  margin-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .mx-27-5 {
      margin-left: 18.33425rem !important;
      margin-right: 18.33425rem !important; } }

.my-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .my-27 {
      margin-top: 18.0009rem !important;
      margin-bottom: 18.0009rem !important; } }

.my-27-5 {
  margin-top: 27.5rem !important;
  margin-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .my-27-5 {
      margin-top: 18.33425rem !important;
      margin-bottom: 18.33425rem !important; } }

.p-27 {
  padding: 27rem !important; }
  @media (max-width: 960px) {
    .p-27 {
      padding: 18.0009rem !important; } }

.p-27-5 {
  padding: 27.5rem !important; }
  @media (max-width: 960px) {
    .p-27-5 {
      padding: 18.33425rem !important; } }

.pt-27 {
  padding-top: 27rem !important; }
  @media (max-width: 960px) {
    .pt-27 {
      padding-top: 18.0009rem !important; } }

.pt-27-5 {
  padding-top: 27.5rem !important; }
  @media (max-width: 960px) {
    .pt-27-5 {
      padding-top: 18.33425rem !important; } }

.pb-27 {
  padding-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .pb-27 {
      padding-bottom: 18.0009rem !important; } }

.pb-27-5 {
  padding-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .pb-27-5 {
      padding-bottom: 18.33425rem !important; } }

.pl-27 {
  padding-left: 27rem !important; }
  @media (max-width: 960px) {
    .pl-27 {
      padding-left: 18.0009rem !important; } }

.pl-27-5 {
  padding-left: 27.5rem !important; }
  @media (max-width: 960px) {
    .pl-27-5 {
      padding-left: 18.33425rem !important; } }

.pr-27 {
  padding-right: 27rem !important; }
  @media (max-width: 960px) {
    .pr-27 {
      padding-right: 18.0009rem !important; } }

.pr-27-5 {
  padding-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .pr-27-5 {
      padding-right: 18.33425rem !important; } }

.px-27 {
  padding-left: 27rem !important;
  padding-right: 27rem !important; }
  @media (max-width: 960px) {
    .px-27 {
      padding-left: 18.0009rem !important;
      padding-right: 18.0009rem !important; } }

.px-27-5 {
  padding-left: 27.5rem !important;
  padding-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .px-27-5 {
      padding-left: 18.33425rem !important;
      padding-right: 18.33425rem !important; } }

.py-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .py-27 {
      padding-top: 18.0009rem !important;
      padding-bottom: 18.0009rem !important; } }

.py-27-5 {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .py-27-5 {
      padding-top: 18.33425rem !important;
      padding-bottom: 18.33425rem !important; } }

.m-28 {
  margin: 28rem !important; }
  @media (max-width: 960px) {
    .m-28 {
      margin: 18.6676rem !important; } }

.m-28-5 {
  margin: 28.5rem !important; }
  @media (max-width: 960px) {
    .m-28-5 {
      margin: 19.00095rem !important; } }

.mt-28 {
  margin-top: 28rem !important; }
  @media (max-width: 960px) {
    .mt-28 {
      margin-top: 18.6676rem !important; } }

.mt-28-5 {
  margin-top: 28.5rem !important; }
  @media (max-width: 960px) {
    .mt-28-5 {
      margin-top: 19.00095rem !important; } }

.mb-28 {
  margin-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .mb-28 {
      margin-bottom: 18.6676rem !important; } }

.mb-28-5 {
  margin-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .mb-28-5 {
      margin-bottom: 19.00095rem !important; } }

.ml-28 {
  margin-left: 28rem !important; }
  @media (max-width: 960px) {
    .ml-28 {
      margin-left: 18.6676rem !important; } }

.ml-28-5 {
  margin-left: 28.5rem !important; }
  @media (max-width: 960px) {
    .ml-28-5 {
      margin-left: 19.00095rem !important; } }

.mr-28 {
  margin-right: 28rem !important; }
  @media (max-width: 960px) {
    .mr-28 {
      margin-right: 18.6676rem !important; } }

.mr-28-5 {
  margin-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .mr-28-5 {
      margin-right: 19.00095rem !important; } }

.mx-28 {
  margin-left: 28rem !important;
  margin-right: 28rem !important; }
  @media (max-width: 960px) {
    .mx-28 {
      margin-left: 18.6676rem !important;
      margin-right: 18.6676rem !important; } }

.mx-28-5 {
  margin-left: 28.5rem !important;
  margin-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .mx-28-5 {
      margin-left: 19.00095rem !important;
      margin-right: 19.00095rem !important; } }

.my-28 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .my-28 {
      margin-top: 18.6676rem !important;
      margin-bottom: 18.6676rem !important; } }

.my-28-5 {
  margin-top: 28.5rem !important;
  margin-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .my-28-5 {
      margin-top: 19.00095rem !important;
      margin-bottom: 19.00095rem !important; } }

.p-28 {
  padding: 28rem !important; }
  @media (max-width: 960px) {
    .p-28 {
      padding: 18.6676rem !important; } }

.p-28-5 {
  padding: 28.5rem !important; }
  @media (max-width: 960px) {
    .p-28-5 {
      padding: 19.00095rem !important; } }

.pt-28 {
  padding-top: 28rem !important; }
  @media (max-width: 960px) {
    .pt-28 {
      padding-top: 18.6676rem !important; } }

.pt-28-5 {
  padding-top: 28.5rem !important; }
  @media (max-width: 960px) {
    .pt-28-5 {
      padding-top: 19.00095rem !important; } }

.pb-28 {
  padding-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .pb-28 {
      padding-bottom: 18.6676rem !important; } }

.pb-28-5 {
  padding-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .pb-28-5 {
      padding-bottom: 19.00095rem !important; } }

.pl-28 {
  padding-left: 28rem !important; }
  @media (max-width: 960px) {
    .pl-28 {
      padding-left: 18.6676rem !important; } }

.pl-28-5 {
  padding-left: 28.5rem !important; }
  @media (max-width: 960px) {
    .pl-28-5 {
      padding-left: 19.00095rem !important; } }

.pr-28 {
  padding-right: 28rem !important; }
  @media (max-width: 960px) {
    .pr-28 {
      padding-right: 18.6676rem !important; } }

.pr-28-5 {
  padding-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .pr-28-5 {
      padding-right: 19.00095rem !important; } }

.px-28 {
  padding-left: 28rem !important;
  padding-right: 28rem !important; }
  @media (max-width: 960px) {
    .px-28 {
      padding-left: 18.6676rem !important;
      padding-right: 18.6676rem !important; } }

.px-28-5 {
  padding-left: 28.5rem !important;
  padding-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .px-28-5 {
      padding-left: 19.00095rem !important;
      padding-right: 19.00095rem !important; } }

.py-28 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .py-28 {
      padding-top: 18.6676rem !important;
      padding-bottom: 18.6676rem !important; } }

.py-28-5 {
  padding-top: 28.5rem !important;
  padding-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .py-28-5 {
      padding-top: 19.00095rem !important;
      padding-bottom: 19.00095rem !important; } }

.m-29 {
  margin: 29rem !important; }
  @media (max-width: 960px) {
    .m-29 {
      margin: 19.3343rem !important; } }

.m-29-5 {
  margin: 29.5rem !important; }
  @media (max-width: 960px) {
    .m-29-5 {
      margin: 19.66765rem !important; } }

.mt-29 {
  margin-top: 29rem !important; }
  @media (max-width: 960px) {
    .mt-29 {
      margin-top: 19.3343rem !important; } }

.mt-29-5 {
  margin-top: 29.5rem !important; }
  @media (max-width: 960px) {
    .mt-29-5 {
      margin-top: 19.66765rem !important; } }

.mb-29 {
  margin-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .mb-29 {
      margin-bottom: 19.3343rem !important; } }

.mb-29-5 {
  margin-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .mb-29-5 {
      margin-bottom: 19.66765rem !important; } }

.ml-29 {
  margin-left: 29rem !important; }
  @media (max-width: 960px) {
    .ml-29 {
      margin-left: 19.3343rem !important; } }

.ml-29-5 {
  margin-left: 29.5rem !important; }
  @media (max-width: 960px) {
    .ml-29-5 {
      margin-left: 19.66765rem !important; } }

.mr-29 {
  margin-right: 29rem !important; }
  @media (max-width: 960px) {
    .mr-29 {
      margin-right: 19.3343rem !important; } }

.mr-29-5 {
  margin-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .mr-29-5 {
      margin-right: 19.66765rem !important; } }

.mx-29 {
  margin-left: 29rem !important;
  margin-right: 29rem !important; }
  @media (max-width: 960px) {
    .mx-29 {
      margin-left: 19.3343rem !important;
      margin-right: 19.3343rem !important; } }

.mx-29-5 {
  margin-left: 29.5rem !important;
  margin-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .mx-29-5 {
      margin-left: 19.66765rem !important;
      margin-right: 19.66765rem !important; } }

.my-29 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .my-29 {
      margin-top: 19.3343rem !important;
      margin-bottom: 19.3343rem !important; } }

.my-29-5 {
  margin-top: 29.5rem !important;
  margin-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .my-29-5 {
      margin-top: 19.66765rem !important;
      margin-bottom: 19.66765rem !important; } }

.p-29 {
  padding: 29rem !important; }
  @media (max-width: 960px) {
    .p-29 {
      padding: 19.3343rem !important; } }

.p-29-5 {
  padding: 29.5rem !important; }
  @media (max-width: 960px) {
    .p-29-5 {
      padding: 19.66765rem !important; } }

.pt-29 {
  padding-top: 29rem !important; }
  @media (max-width: 960px) {
    .pt-29 {
      padding-top: 19.3343rem !important; } }

.pt-29-5 {
  padding-top: 29.5rem !important; }
  @media (max-width: 960px) {
    .pt-29-5 {
      padding-top: 19.66765rem !important; } }

.pb-29 {
  padding-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .pb-29 {
      padding-bottom: 19.3343rem !important; } }

.pb-29-5 {
  padding-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .pb-29-5 {
      padding-bottom: 19.66765rem !important; } }

.pl-29 {
  padding-left: 29rem !important; }
  @media (max-width: 960px) {
    .pl-29 {
      padding-left: 19.3343rem !important; } }

.pl-29-5 {
  padding-left: 29.5rem !important; }
  @media (max-width: 960px) {
    .pl-29-5 {
      padding-left: 19.66765rem !important; } }

.pr-29 {
  padding-right: 29rem !important; }
  @media (max-width: 960px) {
    .pr-29 {
      padding-right: 19.3343rem !important; } }

.pr-29-5 {
  padding-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .pr-29-5 {
      padding-right: 19.66765rem !important; } }

.px-29 {
  padding-left: 29rem !important;
  padding-right: 29rem !important; }
  @media (max-width: 960px) {
    .px-29 {
      padding-left: 19.3343rem !important;
      padding-right: 19.3343rem !important; } }

.px-29-5 {
  padding-left: 29.5rem !important;
  padding-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .px-29-5 {
      padding-left: 19.66765rem !important;
      padding-right: 19.66765rem !important; } }

.py-29 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .py-29 {
      padding-top: 19.3343rem !important;
      padding-bottom: 19.3343rem !important; } }

.py-29-5 {
  padding-top: 29.5rem !important;
  padding-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .py-29-5 {
      padding-top: 19.66765rem !important;
      padding-bottom: 19.66765rem !important; } }

.m-30 {
  margin: 30rem !important; }
  @media (max-width: 960px) {
    .m-30 {
      margin: 20.001rem !important; } }

.m-30-5 {
  margin: 30.5rem !important; }
  @media (max-width: 960px) {
    .m-30-5 {
      margin: 20.33435rem !important; } }

.mt-30 {
  margin-top: 30rem !important; }
  @media (max-width: 960px) {
    .mt-30 {
      margin-top: 20.001rem !important; } }

.mt-30-5 {
  margin-top: 30.5rem !important; }
  @media (max-width: 960px) {
    .mt-30-5 {
      margin-top: 20.33435rem !important; } }

.mb-30 {
  margin-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .mb-30 {
      margin-bottom: 20.001rem !important; } }

.mb-30-5 {
  margin-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .mb-30-5 {
      margin-bottom: 20.33435rem !important; } }

.ml-30 {
  margin-left: 30rem !important; }
  @media (max-width: 960px) {
    .ml-30 {
      margin-left: 20.001rem !important; } }

.ml-30-5 {
  margin-left: 30.5rem !important; }
  @media (max-width: 960px) {
    .ml-30-5 {
      margin-left: 20.33435rem !important; } }

.mr-30 {
  margin-right: 30rem !important; }
  @media (max-width: 960px) {
    .mr-30 {
      margin-right: 20.001rem !important; } }

.mr-30-5 {
  margin-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .mr-30-5 {
      margin-right: 20.33435rem !important; } }

.mx-30 {
  margin-left: 30rem !important;
  margin-right: 30rem !important; }
  @media (max-width: 960px) {
    .mx-30 {
      margin-left: 20.001rem !important;
      margin-right: 20.001rem !important; } }

.mx-30-5 {
  margin-left: 30.5rem !important;
  margin-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .mx-30-5 {
      margin-left: 20.33435rem !important;
      margin-right: 20.33435rem !important; } }

.my-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .my-30 {
      margin-top: 20.001rem !important;
      margin-bottom: 20.001rem !important; } }

.my-30-5 {
  margin-top: 30.5rem !important;
  margin-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .my-30-5 {
      margin-top: 20.33435rem !important;
      margin-bottom: 20.33435rem !important; } }

.p-30 {
  padding: 30rem !important; }
  @media (max-width: 960px) {
    .p-30 {
      padding: 20.001rem !important; } }

.p-30-5 {
  padding: 30.5rem !important; }
  @media (max-width: 960px) {
    .p-30-5 {
      padding: 20.33435rem !important; } }

.pt-30 {
  padding-top: 30rem !important; }
  @media (max-width: 960px) {
    .pt-30 {
      padding-top: 20.001rem !important; } }

.pt-30-5 {
  padding-top: 30.5rem !important; }
  @media (max-width: 960px) {
    .pt-30-5 {
      padding-top: 20.33435rem !important; } }

.pb-30 {
  padding-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .pb-30 {
      padding-bottom: 20.001rem !important; } }

.pb-30-5 {
  padding-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .pb-30-5 {
      padding-bottom: 20.33435rem !important; } }

.pl-30 {
  padding-left: 30rem !important; }
  @media (max-width: 960px) {
    .pl-30 {
      padding-left: 20.001rem !important; } }

.pl-30-5 {
  padding-left: 30.5rem !important; }
  @media (max-width: 960px) {
    .pl-30-5 {
      padding-left: 20.33435rem !important; } }

.pr-30 {
  padding-right: 30rem !important; }
  @media (max-width: 960px) {
    .pr-30 {
      padding-right: 20.001rem !important; } }

.pr-30-5 {
  padding-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .pr-30-5 {
      padding-right: 20.33435rem !important; } }

.px-30 {
  padding-left: 30rem !important;
  padding-right: 30rem !important; }
  @media (max-width: 960px) {
    .px-30 {
      padding-left: 20.001rem !important;
      padding-right: 20.001rem !important; } }

.px-30-5 {
  padding-left: 30.5rem !important;
  padding-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .px-30-5 {
      padding-left: 20.33435rem !important;
      padding-right: 20.33435rem !important; } }

.py-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .py-30 {
      padding-top: 20.001rem !important;
      padding-bottom: 20.001rem !important; } }

.py-30-5 {
  padding-top: 30.5rem !important;
  padding-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .py-30-5 {
      padding-top: 20.33435rem !important;
      padding-bottom: 20.33435rem !important; } }

.m-31 {
  margin: 31rem !important; }
  @media (max-width: 960px) {
    .m-31 {
      margin: 20.6677rem !important; } }

.m-31-5 {
  margin: 31.5rem !important; }
  @media (max-width: 960px) {
    .m-31-5 {
      margin: 21.00105rem !important; } }

.mt-31 {
  margin-top: 31rem !important; }
  @media (max-width: 960px) {
    .mt-31 {
      margin-top: 20.6677rem !important; } }

.mt-31-5 {
  margin-top: 31.5rem !important; }
  @media (max-width: 960px) {
    .mt-31-5 {
      margin-top: 21.00105rem !important; } }

.mb-31 {
  margin-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .mb-31 {
      margin-bottom: 20.6677rem !important; } }

.mb-31-5 {
  margin-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .mb-31-5 {
      margin-bottom: 21.00105rem !important; } }

.ml-31 {
  margin-left: 31rem !important; }
  @media (max-width: 960px) {
    .ml-31 {
      margin-left: 20.6677rem !important; } }

.ml-31-5 {
  margin-left: 31.5rem !important; }
  @media (max-width: 960px) {
    .ml-31-5 {
      margin-left: 21.00105rem !important; } }

.mr-31 {
  margin-right: 31rem !important; }
  @media (max-width: 960px) {
    .mr-31 {
      margin-right: 20.6677rem !important; } }

.mr-31-5 {
  margin-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .mr-31-5 {
      margin-right: 21.00105rem !important; } }

.mx-31 {
  margin-left: 31rem !important;
  margin-right: 31rem !important; }
  @media (max-width: 960px) {
    .mx-31 {
      margin-left: 20.6677rem !important;
      margin-right: 20.6677rem !important; } }

.mx-31-5 {
  margin-left: 31.5rem !important;
  margin-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .mx-31-5 {
      margin-left: 21.00105rem !important;
      margin-right: 21.00105rem !important; } }

.my-31 {
  margin-top: 31rem !important;
  margin-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .my-31 {
      margin-top: 20.6677rem !important;
      margin-bottom: 20.6677rem !important; } }

.my-31-5 {
  margin-top: 31.5rem !important;
  margin-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .my-31-5 {
      margin-top: 21.00105rem !important;
      margin-bottom: 21.00105rem !important; } }

.p-31 {
  padding: 31rem !important; }
  @media (max-width: 960px) {
    .p-31 {
      padding: 20.6677rem !important; } }

.p-31-5 {
  padding: 31.5rem !important; }
  @media (max-width: 960px) {
    .p-31-5 {
      padding: 21.00105rem !important; } }

.pt-31 {
  padding-top: 31rem !important; }
  @media (max-width: 960px) {
    .pt-31 {
      padding-top: 20.6677rem !important; } }

.pt-31-5 {
  padding-top: 31.5rem !important; }
  @media (max-width: 960px) {
    .pt-31-5 {
      padding-top: 21.00105rem !important; } }

.pb-31 {
  padding-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .pb-31 {
      padding-bottom: 20.6677rem !important; } }

.pb-31-5 {
  padding-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .pb-31-5 {
      padding-bottom: 21.00105rem !important; } }

.pl-31 {
  padding-left: 31rem !important; }
  @media (max-width: 960px) {
    .pl-31 {
      padding-left: 20.6677rem !important; } }

.pl-31-5 {
  padding-left: 31.5rem !important; }
  @media (max-width: 960px) {
    .pl-31-5 {
      padding-left: 21.00105rem !important; } }

.pr-31 {
  padding-right: 31rem !important; }
  @media (max-width: 960px) {
    .pr-31 {
      padding-right: 20.6677rem !important; } }

.pr-31-5 {
  padding-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .pr-31-5 {
      padding-right: 21.00105rem !important; } }

.px-31 {
  padding-left: 31rem !important;
  padding-right: 31rem !important; }
  @media (max-width: 960px) {
    .px-31 {
      padding-left: 20.6677rem !important;
      padding-right: 20.6677rem !important; } }

.px-31-5 {
  padding-left: 31.5rem !important;
  padding-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .px-31-5 {
      padding-left: 21.00105rem !important;
      padding-right: 21.00105rem !important; } }

.py-31 {
  padding-top: 31rem !important;
  padding-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .py-31 {
      padding-top: 20.6677rem !important;
      padding-bottom: 20.6677rem !important; } }

.py-31-5 {
  padding-top: 31.5rem !important;
  padding-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .py-31-5 {
      padding-top: 21.00105rem !important;
      padding-bottom: 21.00105rem !important; } }

.m-32 {
  margin: 32rem !important; }
  @media (max-width: 960px) {
    .m-32 {
      margin: 21.3344rem !important; } }

.m-32-5 {
  margin: 32.5rem !important; }
  @media (max-width: 960px) {
    .m-32-5 {
      margin: 21.66775rem !important; } }

.mt-32 {
  margin-top: 32rem !important; }
  @media (max-width: 960px) {
    .mt-32 {
      margin-top: 21.3344rem !important; } }

.mt-32-5 {
  margin-top: 32.5rem !important; }
  @media (max-width: 960px) {
    .mt-32-5 {
      margin-top: 21.66775rem !important; } }

.mb-32 {
  margin-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .mb-32 {
      margin-bottom: 21.3344rem !important; } }

.mb-32-5 {
  margin-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .mb-32-5 {
      margin-bottom: 21.66775rem !important; } }

.ml-32 {
  margin-left: 32rem !important; }
  @media (max-width: 960px) {
    .ml-32 {
      margin-left: 21.3344rem !important; } }

.ml-32-5 {
  margin-left: 32.5rem !important; }
  @media (max-width: 960px) {
    .ml-32-5 {
      margin-left: 21.66775rem !important; } }

.mr-32 {
  margin-right: 32rem !important; }
  @media (max-width: 960px) {
    .mr-32 {
      margin-right: 21.3344rem !important; } }

.mr-32-5 {
  margin-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .mr-32-5 {
      margin-right: 21.66775rem !important; } }

.mx-32 {
  margin-left: 32rem !important;
  margin-right: 32rem !important; }
  @media (max-width: 960px) {
    .mx-32 {
      margin-left: 21.3344rem !important;
      margin-right: 21.3344rem !important; } }

.mx-32-5 {
  margin-left: 32.5rem !important;
  margin-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .mx-32-5 {
      margin-left: 21.66775rem !important;
      margin-right: 21.66775rem !important; } }

.my-32 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .my-32 {
      margin-top: 21.3344rem !important;
      margin-bottom: 21.3344rem !important; } }

.my-32-5 {
  margin-top: 32.5rem !important;
  margin-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .my-32-5 {
      margin-top: 21.66775rem !important;
      margin-bottom: 21.66775rem !important; } }

.p-32 {
  padding: 32rem !important; }
  @media (max-width: 960px) {
    .p-32 {
      padding: 21.3344rem !important; } }

.p-32-5 {
  padding: 32.5rem !important; }
  @media (max-width: 960px) {
    .p-32-5 {
      padding: 21.66775rem !important; } }

.pt-32 {
  padding-top: 32rem !important; }
  @media (max-width: 960px) {
    .pt-32 {
      padding-top: 21.3344rem !important; } }

.pt-32-5 {
  padding-top: 32.5rem !important; }
  @media (max-width: 960px) {
    .pt-32-5 {
      padding-top: 21.66775rem !important; } }

.pb-32 {
  padding-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .pb-32 {
      padding-bottom: 21.3344rem !important; } }

.pb-32-5 {
  padding-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .pb-32-5 {
      padding-bottom: 21.66775rem !important; } }

.pl-32 {
  padding-left: 32rem !important; }
  @media (max-width: 960px) {
    .pl-32 {
      padding-left: 21.3344rem !important; } }

.pl-32-5 {
  padding-left: 32.5rem !important; }
  @media (max-width: 960px) {
    .pl-32-5 {
      padding-left: 21.66775rem !important; } }

.pr-32 {
  padding-right: 32rem !important; }
  @media (max-width: 960px) {
    .pr-32 {
      padding-right: 21.3344rem !important; } }

.pr-32-5 {
  padding-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .pr-32-5 {
      padding-right: 21.66775rem !important; } }

.px-32 {
  padding-left: 32rem !important;
  padding-right: 32rem !important; }
  @media (max-width: 960px) {
    .px-32 {
      padding-left: 21.3344rem !important;
      padding-right: 21.3344rem !important; } }

.px-32-5 {
  padding-left: 32.5rem !important;
  padding-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .px-32-5 {
      padding-left: 21.66775rem !important;
      padding-right: 21.66775rem !important; } }

.py-32 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .py-32 {
      padding-top: 21.3344rem !important;
      padding-bottom: 21.3344rem !important; } }

.py-32-5 {
  padding-top: 32.5rem !important;
  padding-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .py-32-5 {
      padding-top: 21.66775rem !important;
      padding-bottom: 21.66775rem !important; } }

.m-33 {
  margin: 33rem !important; }
  @media (max-width: 960px) {
    .m-33 {
      margin: 22.0011rem !important; } }

.m-33-5 {
  margin: 33.5rem !important; }
  @media (max-width: 960px) {
    .m-33-5 {
      margin: 22.33445rem !important; } }

.mt-33 {
  margin-top: 33rem !important; }
  @media (max-width: 960px) {
    .mt-33 {
      margin-top: 22.0011rem !important; } }

.mt-33-5 {
  margin-top: 33.5rem !important; }
  @media (max-width: 960px) {
    .mt-33-5 {
      margin-top: 22.33445rem !important; } }

.mb-33 {
  margin-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .mb-33 {
      margin-bottom: 22.0011rem !important; } }

.mb-33-5 {
  margin-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .mb-33-5 {
      margin-bottom: 22.33445rem !important; } }

.ml-33 {
  margin-left: 33rem !important; }
  @media (max-width: 960px) {
    .ml-33 {
      margin-left: 22.0011rem !important; } }

.ml-33-5 {
  margin-left: 33.5rem !important; }
  @media (max-width: 960px) {
    .ml-33-5 {
      margin-left: 22.33445rem !important; } }

.mr-33 {
  margin-right: 33rem !important; }
  @media (max-width: 960px) {
    .mr-33 {
      margin-right: 22.0011rem !important; } }

.mr-33-5 {
  margin-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .mr-33-5 {
      margin-right: 22.33445rem !important; } }

.mx-33 {
  margin-left: 33rem !important;
  margin-right: 33rem !important; }
  @media (max-width: 960px) {
    .mx-33 {
      margin-left: 22.0011rem !important;
      margin-right: 22.0011rem !important; } }

.mx-33-5 {
  margin-left: 33.5rem !important;
  margin-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .mx-33-5 {
      margin-left: 22.33445rem !important;
      margin-right: 22.33445rem !important; } }

.my-33 {
  margin-top: 33rem !important;
  margin-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .my-33 {
      margin-top: 22.0011rem !important;
      margin-bottom: 22.0011rem !important; } }

.my-33-5 {
  margin-top: 33.5rem !important;
  margin-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .my-33-5 {
      margin-top: 22.33445rem !important;
      margin-bottom: 22.33445rem !important; } }

.p-33 {
  padding: 33rem !important; }
  @media (max-width: 960px) {
    .p-33 {
      padding: 22.0011rem !important; } }

.p-33-5 {
  padding: 33.5rem !important; }
  @media (max-width: 960px) {
    .p-33-5 {
      padding: 22.33445rem !important; } }

.pt-33 {
  padding-top: 33rem !important; }
  @media (max-width: 960px) {
    .pt-33 {
      padding-top: 22.0011rem !important; } }

.pt-33-5 {
  padding-top: 33.5rem !important; }
  @media (max-width: 960px) {
    .pt-33-5 {
      padding-top: 22.33445rem !important; } }

.pb-33 {
  padding-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .pb-33 {
      padding-bottom: 22.0011rem !important; } }

.pb-33-5 {
  padding-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .pb-33-5 {
      padding-bottom: 22.33445rem !important; } }

.pl-33 {
  padding-left: 33rem !important; }
  @media (max-width: 960px) {
    .pl-33 {
      padding-left: 22.0011rem !important; } }

.pl-33-5 {
  padding-left: 33.5rem !important; }
  @media (max-width: 960px) {
    .pl-33-5 {
      padding-left: 22.33445rem !important; } }

.pr-33 {
  padding-right: 33rem !important; }
  @media (max-width: 960px) {
    .pr-33 {
      padding-right: 22.0011rem !important; } }

.pr-33-5 {
  padding-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .pr-33-5 {
      padding-right: 22.33445rem !important; } }

.px-33 {
  padding-left: 33rem !important;
  padding-right: 33rem !important; }
  @media (max-width: 960px) {
    .px-33 {
      padding-left: 22.0011rem !important;
      padding-right: 22.0011rem !important; } }

.px-33-5 {
  padding-left: 33.5rem !important;
  padding-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .px-33-5 {
      padding-left: 22.33445rem !important;
      padding-right: 22.33445rem !important; } }

.py-33 {
  padding-top: 33rem !important;
  padding-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .py-33 {
      padding-top: 22.0011rem !important;
      padding-bottom: 22.0011rem !important; } }

.py-33-5 {
  padding-top: 33.5rem !important;
  padding-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .py-33-5 {
      padding-top: 22.33445rem !important;
      padding-bottom: 22.33445rem !important; } }

.m-34 {
  margin: 34rem !important; }
  @media (max-width: 960px) {
    .m-34 {
      margin: 22.6678rem !important; } }

.m-34-5 {
  margin: 34.5rem !important; }
  @media (max-width: 960px) {
    .m-34-5 {
      margin: 23.00115rem !important; } }

.mt-34 {
  margin-top: 34rem !important; }
  @media (max-width: 960px) {
    .mt-34 {
      margin-top: 22.6678rem !important; } }

.mt-34-5 {
  margin-top: 34.5rem !important; }
  @media (max-width: 960px) {
    .mt-34-5 {
      margin-top: 23.00115rem !important; } }

.mb-34 {
  margin-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .mb-34 {
      margin-bottom: 22.6678rem !important; } }

.mb-34-5 {
  margin-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .mb-34-5 {
      margin-bottom: 23.00115rem !important; } }

.ml-34 {
  margin-left: 34rem !important; }
  @media (max-width: 960px) {
    .ml-34 {
      margin-left: 22.6678rem !important; } }

.ml-34-5 {
  margin-left: 34.5rem !important; }
  @media (max-width: 960px) {
    .ml-34-5 {
      margin-left: 23.00115rem !important; } }

.mr-34 {
  margin-right: 34rem !important; }
  @media (max-width: 960px) {
    .mr-34 {
      margin-right: 22.6678rem !important; } }

.mr-34-5 {
  margin-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .mr-34-5 {
      margin-right: 23.00115rem !important; } }

.mx-34 {
  margin-left: 34rem !important;
  margin-right: 34rem !important; }
  @media (max-width: 960px) {
    .mx-34 {
      margin-left: 22.6678rem !important;
      margin-right: 22.6678rem !important; } }

.mx-34-5 {
  margin-left: 34.5rem !important;
  margin-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .mx-34-5 {
      margin-left: 23.00115rem !important;
      margin-right: 23.00115rem !important; } }

.my-34 {
  margin-top: 34rem !important;
  margin-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .my-34 {
      margin-top: 22.6678rem !important;
      margin-bottom: 22.6678rem !important; } }

.my-34-5 {
  margin-top: 34.5rem !important;
  margin-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .my-34-5 {
      margin-top: 23.00115rem !important;
      margin-bottom: 23.00115rem !important; } }

.p-34 {
  padding: 34rem !important; }
  @media (max-width: 960px) {
    .p-34 {
      padding: 22.6678rem !important; } }

.p-34-5 {
  padding: 34.5rem !important; }
  @media (max-width: 960px) {
    .p-34-5 {
      padding: 23.00115rem !important; } }

.pt-34 {
  padding-top: 34rem !important; }
  @media (max-width: 960px) {
    .pt-34 {
      padding-top: 22.6678rem !important; } }

.pt-34-5 {
  padding-top: 34.5rem !important; }
  @media (max-width: 960px) {
    .pt-34-5 {
      padding-top: 23.00115rem !important; } }

.pb-34 {
  padding-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .pb-34 {
      padding-bottom: 22.6678rem !important; } }

.pb-34-5 {
  padding-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .pb-34-5 {
      padding-bottom: 23.00115rem !important; } }

.pl-34 {
  padding-left: 34rem !important; }
  @media (max-width: 960px) {
    .pl-34 {
      padding-left: 22.6678rem !important; } }

.pl-34-5 {
  padding-left: 34.5rem !important; }
  @media (max-width: 960px) {
    .pl-34-5 {
      padding-left: 23.00115rem !important; } }

.pr-34 {
  padding-right: 34rem !important; }
  @media (max-width: 960px) {
    .pr-34 {
      padding-right: 22.6678rem !important; } }

.pr-34-5 {
  padding-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .pr-34-5 {
      padding-right: 23.00115rem !important; } }

.px-34 {
  padding-left: 34rem !important;
  padding-right: 34rem !important; }
  @media (max-width: 960px) {
    .px-34 {
      padding-left: 22.6678rem !important;
      padding-right: 22.6678rem !important; } }

.px-34-5 {
  padding-left: 34.5rem !important;
  padding-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .px-34-5 {
      padding-left: 23.00115rem !important;
      padding-right: 23.00115rem !important; } }

.py-34 {
  padding-top: 34rem !important;
  padding-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .py-34 {
      padding-top: 22.6678rem !important;
      padding-bottom: 22.6678rem !important; } }

.py-34-5 {
  padding-top: 34.5rem !important;
  padding-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .py-34-5 {
      padding-top: 23.00115rem !important;
      padding-bottom: 23.00115rem !important; } }

.m-35 {
  margin: 35rem !important; }
  @media (max-width: 960px) {
    .m-35 {
      margin: 23.3345rem !important; } }

.m-35-5 {
  margin: 35.5rem !important; }
  @media (max-width: 960px) {
    .m-35-5 {
      margin: 23.66785rem !important; } }

.mt-35 {
  margin-top: 35rem !important; }
  @media (max-width: 960px) {
    .mt-35 {
      margin-top: 23.3345rem !important; } }

.mt-35-5 {
  margin-top: 35.5rem !important; }
  @media (max-width: 960px) {
    .mt-35-5 {
      margin-top: 23.66785rem !important; } }

.mb-35 {
  margin-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .mb-35 {
      margin-bottom: 23.3345rem !important; } }

.mb-35-5 {
  margin-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .mb-35-5 {
      margin-bottom: 23.66785rem !important; } }

.ml-35 {
  margin-left: 35rem !important; }
  @media (max-width: 960px) {
    .ml-35 {
      margin-left: 23.3345rem !important; } }

.ml-35-5 {
  margin-left: 35.5rem !important; }
  @media (max-width: 960px) {
    .ml-35-5 {
      margin-left: 23.66785rem !important; } }

.mr-35 {
  margin-right: 35rem !important; }
  @media (max-width: 960px) {
    .mr-35 {
      margin-right: 23.3345rem !important; } }

.mr-35-5 {
  margin-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .mr-35-5 {
      margin-right: 23.66785rem !important; } }

.mx-35 {
  margin-left: 35rem !important;
  margin-right: 35rem !important; }
  @media (max-width: 960px) {
    .mx-35 {
      margin-left: 23.3345rem !important;
      margin-right: 23.3345rem !important; } }

.mx-35-5 {
  margin-left: 35.5rem !important;
  margin-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .mx-35-5 {
      margin-left: 23.66785rem !important;
      margin-right: 23.66785rem !important; } }

.my-35 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .my-35 {
      margin-top: 23.3345rem !important;
      margin-bottom: 23.3345rem !important; } }

.my-35-5 {
  margin-top: 35.5rem !important;
  margin-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .my-35-5 {
      margin-top: 23.66785rem !important;
      margin-bottom: 23.66785rem !important; } }

.p-35 {
  padding: 35rem !important; }
  @media (max-width: 960px) {
    .p-35 {
      padding: 23.3345rem !important; } }

.p-35-5 {
  padding: 35.5rem !important; }
  @media (max-width: 960px) {
    .p-35-5 {
      padding: 23.66785rem !important; } }

.pt-35 {
  padding-top: 35rem !important; }
  @media (max-width: 960px) {
    .pt-35 {
      padding-top: 23.3345rem !important; } }

.pt-35-5 {
  padding-top: 35.5rem !important; }
  @media (max-width: 960px) {
    .pt-35-5 {
      padding-top: 23.66785rem !important; } }

.pb-35 {
  padding-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .pb-35 {
      padding-bottom: 23.3345rem !important; } }

.pb-35-5 {
  padding-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .pb-35-5 {
      padding-bottom: 23.66785rem !important; } }

.pl-35 {
  padding-left: 35rem !important; }
  @media (max-width: 960px) {
    .pl-35 {
      padding-left: 23.3345rem !important; } }

.pl-35-5 {
  padding-left: 35.5rem !important; }
  @media (max-width: 960px) {
    .pl-35-5 {
      padding-left: 23.66785rem !important; } }

.pr-35 {
  padding-right: 35rem !important; }
  @media (max-width: 960px) {
    .pr-35 {
      padding-right: 23.3345rem !important; } }

.pr-35-5 {
  padding-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .pr-35-5 {
      padding-right: 23.66785rem !important; } }

.px-35 {
  padding-left: 35rem !important;
  padding-right: 35rem !important; }
  @media (max-width: 960px) {
    .px-35 {
      padding-left: 23.3345rem !important;
      padding-right: 23.3345rem !important; } }

.px-35-5 {
  padding-left: 35.5rem !important;
  padding-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .px-35-5 {
      padding-left: 23.66785rem !important;
      padding-right: 23.66785rem !important; } }

.py-35 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .py-35 {
      padding-top: 23.3345rem !important;
      padding-bottom: 23.3345rem !important; } }

.py-35-5 {
  padding-top: 35.5rem !important;
  padding-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .py-35-5 {
      padding-top: 23.66785rem !important;
      padding-bottom: 23.66785rem !important; } }

.m-36 {
  margin: 36rem !important; }
  @media (max-width: 960px) {
    .m-36 {
      margin: 24.0012rem !important; } }

.m-36-5 {
  margin: 36.5rem !important; }
  @media (max-width: 960px) {
    .m-36-5 {
      margin: 24.33455rem !important; } }

.mt-36 {
  margin-top: 36rem !important; }
  @media (max-width: 960px) {
    .mt-36 {
      margin-top: 24.0012rem !important; } }

.mt-36-5 {
  margin-top: 36.5rem !important; }
  @media (max-width: 960px) {
    .mt-36-5 {
      margin-top: 24.33455rem !important; } }

.mb-36 {
  margin-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .mb-36 {
      margin-bottom: 24.0012rem !important; } }

.mb-36-5 {
  margin-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .mb-36-5 {
      margin-bottom: 24.33455rem !important; } }

.ml-36 {
  margin-left: 36rem !important; }
  @media (max-width: 960px) {
    .ml-36 {
      margin-left: 24.0012rem !important; } }

.ml-36-5 {
  margin-left: 36.5rem !important; }
  @media (max-width: 960px) {
    .ml-36-5 {
      margin-left: 24.33455rem !important; } }

.mr-36 {
  margin-right: 36rem !important; }
  @media (max-width: 960px) {
    .mr-36 {
      margin-right: 24.0012rem !important; } }

.mr-36-5 {
  margin-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .mr-36-5 {
      margin-right: 24.33455rem !important; } }

.mx-36 {
  margin-left: 36rem !important;
  margin-right: 36rem !important; }
  @media (max-width: 960px) {
    .mx-36 {
      margin-left: 24.0012rem !important;
      margin-right: 24.0012rem !important; } }

.mx-36-5 {
  margin-left: 36.5rem !important;
  margin-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .mx-36-5 {
      margin-left: 24.33455rem !important;
      margin-right: 24.33455rem !important; } }

.my-36 {
  margin-top: 36rem !important;
  margin-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .my-36 {
      margin-top: 24.0012rem !important;
      margin-bottom: 24.0012rem !important; } }

.my-36-5 {
  margin-top: 36.5rem !important;
  margin-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .my-36-5 {
      margin-top: 24.33455rem !important;
      margin-bottom: 24.33455rem !important; } }

.p-36 {
  padding: 36rem !important; }
  @media (max-width: 960px) {
    .p-36 {
      padding: 24.0012rem !important; } }

.p-36-5 {
  padding: 36.5rem !important; }
  @media (max-width: 960px) {
    .p-36-5 {
      padding: 24.33455rem !important; } }

.pt-36 {
  padding-top: 36rem !important; }
  @media (max-width: 960px) {
    .pt-36 {
      padding-top: 24.0012rem !important; } }

.pt-36-5 {
  padding-top: 36.5rem !important; }
  @media (max-width: 960px) {
    .pt-36-5 {
      padding-top: 24.33455rem !important; } }

.pb-36 {
  padding-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .pb-36 {
      padding-bottom: 24.0012rem !important; } }

.pb-36-5 {
  padding-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .pb-36-5 {
      padding-bottom: 24.33455rem !important; } }

.pl-36 {
  padding-left: 36rem !important; }
  @media (max-width: 960px) {
    .pl-36 {
      padding-left: 24.0012rem !important; } }

.pl-36-5 {
  padding-left: 36.5rem !important; }
  @media (max-width: 960px) {
    .pl-36-5 {
      padding-left: 24.33455rem !important; } }

.pr-36 {
  padding-right: 36rem !important; }
  @media (max-width: 960px) {
    .pr-36 {
      padding-right: 24.0012rem !important; } }

.pr-36-5 {
  padding-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .pr-36-5 {
      padding-right: 24.33455rem !important; } }

.px-36 {
  padding-left: 36rem !important;
  padding-right: 36rem !important; }
  @media (max-width: 960px) {
    .px-36 {
      padding-left: 24.0012rem !important;
      padding-right: 24.0012rem !important; } }

.px-36-5 {
  padding-left: 36.5rem !important;
  padding-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .px-36-5 {
      padding-left: 24.33455rem !important;
      padding-right: 24.33455rem !important; } }

.py-36 {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .py-36 {
      padding-top: 24.0012rem !important;
      padding-bottom: 24.0012rem !important; } }

.py-36-5 {
  padding-top: 36.5rem !important;
  padding-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .py-36-5 {
      padding-top: 24.33455rem !important;
      padding-bottom: 24.33455rem !important; } }

.m-37 {
  margin: 37rem !important; }
  @media (max-width: 960px) {
    .m-37 {
      margin: 24.6679rem !important; } }

.m-37-5 {
  margin: 37.5rem !important; }
  @media (max-width: 960px) {
    .m-37-5 {
      margin: 25.00125rem !important; } }

.mt-37 {
  margin-top: 37rem !important; }
  @media (max-width: 960px) {
    .mt-37 {
      margin-top: 24.6679rem !important; } }

.mt-37-5 {
  margin-top: 37.5rem !important; }
  @media (max-width: 960px) {
    .mt-37-5 {
      margin-top: 25.00125rem !important; } }

.mb-37 {
  margin-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .mb-37 {
      margin-bottom: 24.6679rem !important; } }

.mb-37-5 {
  margin-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .mb-37-5 {
      margin-bottom: 25.00125rem !important; } }

.ml-37 {
  margin-left: 37rem !important; }
  @media (max-width: 960px) {
    .ml-37 {
      margin-left: 24.6679rem !important; } }

.ml-37-5 {
  margin-left: 37.5rem !important; }
  @media (max-width: 960px) {
    .ml-37-5 {
      margin-left: 25.00125rem !important; } }

.mr-37 {
  margin-right: 37rem !important; }
  @media (max-width: 960px) {
    .mr-37 {
      margin-right: 24.6679rem !important; } }

.mr-37-5 {
  margin-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .mr-37-5 {
      margin-right: 25.00125rem !important; } }

.mx-37 {
  margin-left: 37rem !important;
  margin-right: 37rem !important; }
  @media (max-width: 960px) {
    .mx-37 {
      margin-left: 24.6679rem !important;
      margin-right: 24.6679rem !important; } }

.mx-37-5 {
  margin-left: 37.5rem !important;
  margin-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .mx-37-5 {
      margin-left: 25.00125rem !important;
      margin-right: 25.00125rem !important; } }

.my-37 {
  margin-top: 37rem !important;
  margin-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .my-37 {
      margin-top: 24.6679rem !important;
      margin-bottom: 24.6679rem !important; } }

.my-37-5 {
  margin-top: 37.5rem !important;
  margin-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .my-37-5 {
      margin-top: 25.00125rem !important;
      margin-bottom: 25.00125rem !important; } }

.p-37 {
  padding: 37rem !important; }
  @media (max-width: 960px) {
    .p-37 {
      padding: 24.6679rem !important; } }

.p-37-5 {
  padding: 37.5rem !important; }
  @media (max-width: 960px) {
    .p-37-5 {
      padding: 25.00125rem !important; } }

.pt-37 {
  padding-top: 37rem !important; }
  @media (max-width: 960px) {
    .pt-37 {
      padding-top: 24.6679rem !important; } }

.pt-37-5 {
  padding-top: 37.5rem !important; }
  @media (max-width: 960px) {
    .pt-37-5 {
      padding-top: 25.00125rem !important; } }

.pb-37 {
  padding-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .pb-37 {
      padding-bottom: 24.6679rem !important; } }

.pb-37-5 {
  padding-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .pb-37-5 {
      padding-bottom: 25.00125rem !important; } }

.pl-37 {
  padding-left: 37rem !important; }
  @media (max-width: 960px) {
    .pl-37 {
      padding-left: 24.6679rem !important; } }

.pl-37-5 {
  padding-left: 37.5rem !important; }
  @media (max-width: 960px) {
    .pl-37-5 {
      padding-left: 25.00125rem !important; } }

.pr-37 {
  padding-right: 37rem !important; }
  @media (max-width: 960px) {
    .pr-37 {
      padding-right: 24.6679rem !important; } }

.pr-37-5 {
  padding-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .pr-37-5 {
      padding-right: 25.00125rem !important; } }

.px-37 {
  padding-left: 37rem !important;
  padding-right: 37rem !important; }
  @media (max-width: 960px) {
    .px-37 {
      padding-left: 24.6679rem !important;
      padding-right: 24.6679rem !important; } }

.px-37-5 {
  padding-left: 37.5rem !important;
  padding-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .px-37-5 {
      padding-left: 25.00125rem !important;
      padding-right: 25.00125rem !important; } }

.py-37 {
  padding-top: 37rem !important;
  padding-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .py-37 {
      padding-top: 24.6679rem !important;
      padding-bottom: 24.6679rem !important; } }

.py-37-5 {
  padding-top: 37.5rem !important;
  padding-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .py-37-5 {
      padding-top: 25.00125rem !important;
      padding-bottom: 25.00125rem !important; } }

.m-38 {
  margin: 38rem !important; }
  @media (max-width: 960px) {
    .m-38 {
      margin: 25.3346rem !important; } }

.m-38-5 {
  margin: 38.5rem !important; }
  @media (max-width: 960px) {
    .m-38-5 {
      margin: 25.66795rem !important; } }

.mt-38 {
  margin-top: 38rem !important; }
  @media (max-width: 960px) {
    .mt-38 {
      margin-top: 25.3346rem !important; } }

.mt-38-5 {
  margin-top: 38.5rem !important; }
  @media (max-width: 960px) {
    .mt-38-5 {
      margin-top: 25.66795rem !important; } }

.mb-38 {
  margin-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .mb-38 {
      margin-bottom: 25.3346rem !important; } }

.mb-38-5 {
  margin-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .mb-38-5 {
      margin-bottom: 25.66795rem !important; } }

.ml-38 {
  margin-left: 38rem !important; }
  @media (max-width: 960px) {
    .ml-38 {
      margin-left: 25.3346rem !important; } }

.ml-38-5 {
  margin-left: 38.5rem !important; }
  @media (max-width: 960px) {
    .ml-38-5 {
      margin-left: 25.66795rem !important; } }

.mr-38 {
  margin-right: 38rem !important; }
  @media (max-width: 960px) {
    .mr-38 {
      margin-right: 25.3346rem !important; } }

.mr-38-5 {
  margin-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .mr-38-5 {
      margin-right: 25.66795rem !important; } }

.mx-38 {
  margin-left: 38rem !important;
  margin-right: 38rem !important; }
  @media (max-width: 960px) {
    .mx-38 {
      margin-left: 25.3346rem !important;
      margin-right: 25.3346rem !important; } }

.mx-38-5 {
  margin-left: 38.5rem !important;
  margin-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .mx-38-5 {
      margin-left: 25.66795rem !important;
      margin-right: 25.66795rem !important; } }

.my-38 {
  margin-top: 38rem !important;
  margin-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .my-38 {
      margin-top: 25.3346rem !important;
      margin-bottom: 25.3346rem !important; } }

.my-38-5 {
  margin-top: 38.5rem !important;
  margin-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .my-38-5 {
      margin-top: 25.66795rem !important;
      margin-bottom: 25.66795rem !important; } }

.p-38 {
  padding: 38rem !important; }
  @media (max-width: 960px) {
    .p-38 {
      padding: 25.3346rem !important; } }

.p-38-5 {
  padding: 38.5rem !important; }
  @media (max-width: 960px) {
    .p-38-5 {
      padding: 25.66795rem !important; } }

.pt-38 {
  padding-top: 38rem !important; }
  @media (max-width: 960px) {
    .pt-38 {
      padding-top: 25.3346rem !important; } }

.pt-38-5 {
  padding-top: 38.5rem !important; }
  @media (max-width: 960px) {
    .pt-38-5 {
      padding-top: 25.66795rem !important; } }

.pb-38 {
  padding-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .pb-38 {
      padding-bottom: 25.3346rem !important; } }

.pb-38-5 {
  padding-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .pb-38-5 {
      padding-bottom: 25.66795rem !important; } }

.pl-38 {
  padding-left: 38rem !important; }
  @media (max-width: 960px) {
    .pl-38 {
      padding-left: 25.3346rem !important; } }

.pl-38-5 {
  padding-left: 38.5rem !important; }
  @media (max-width: 960px) {
    .pl-38-5 {
      padding-left: 25.66795rem !important; } }

.pr-38 {
  padding-right: 38rem !important; }
  @media (max-width: 960px) {
    .pr-38 {
      padding-right: 25.3346rem !important; } }

.pr-38-5 {
  padding-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .pr-38-5 {
      padding-right: 25.66795rem !important; } }

.px-38 {
  padding-left: 38rem !important;
  padding-right: 38rem !important; }
  @media (max-width: 960px) {
    .px-38 {
      padding-left: 25.3346rem !important;
      padding-right: 25.3346rem !important; } }

.px-38-5 {
  padding-left: 38.5rem !important;
  padding-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .px-38-5 {
      padding-left: 25.66795rem !important;
      padding-right: 25.66795rem !important; } }

.py-38 {
  padding-top: 38rem !important;
  padding-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .py-38 {
      padding-top: 25.3346rem !important;
      padding-bottom: 25.3346rem !important; } }

.py-38-5 {
  padding-top: 38.5rem !important;
  padding-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .py-38-5 {
      padding-top: 25.66795rem !important;
      padding-bottom: 25.66795rem !important; } }

.m-39 {
  margin: 39rem !important; }
  @media (max-width: 960px) {
    .m-39 {
      margin: 26.0013rem !important; } }

.m-39-5 {
  margin: 39.5rem !important; }
  @media (max-width: 960px) {
    .m-39-5 {
      margin: 26.33465rem !important; } }

.mt-39 {
  margin-top: 39rem !important; }
  @media (max-width: 960px) {
    .mt-39 {
      margin-top: 26.0013rem !important; } }

.mt-39-5 {
  margin-top: 39.5rem !important; }
  @media (max-width: 960px) {
    .mt-39-5 {
      margin-top: 26.33465rem !important; } }

.mb-39 {
  margin-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .mb-39 {
      margin-bottom: 26.0013rem !important; } }

.mb-39-5 {
  margin-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .mb-39-5 {
      margin-bottom: 26.33465rem !important; } }

.ml-39 {
  margin-left: 39rem !important; }
  @media (max-width: 960px) {
    .ml-39 {
      margin-left: 26.0013rem !important; } }

.ml-39-5 {
  margin-left: 39.5rem !important; }
  @media (max-width: 960px) {
    .ml-39-5 {
      margin-left: 26.33465rem !important; } }

.mr-39 {
  margin-right: 39rem !important; }
  @media (max-width: 960px) {
    .mr-39 {
      margin-right: 26.0013rem !important; } }

.mr-39-5 {
  margin-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .mr-39-5 {
      margin-right: 26.33465rem !important; } }

.mx-39 {
  margin-left: 39rem !important;
  margin-right: 39rem !important; }
  @media (max-width: 960px) {
    .mx-39 {
      margin-left: 26.0013rem !important;
      margin-right: 26.0013rem !important; } }

.mx-39-5 {
  margin-left: 39.5rem !important;
  margin-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .mx-39-5 {
      margin-left: 26.33465rem !important;
      margin-right: 26.33465rem !important; } }

.my-39 {
  margin-top: 39rem !important;
  margin-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .my-39 {
      margin-top: 26.0013rem !important;
      margin-bottom: 26.0013rem !important; } }

.my-39-5 {
  margin-top: 39.5rem !important;
  margin-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .my-39-5 {
      margin-top: 26.33465rem !important;
      margin-bottom: 26.33465rem !important; } }

.p-39 {
  padding: 39rem !important; }
  @media (max-width: 960px) {
    .p-39 {
      padding: 26.0013rem !important; } }

.p-39-5 {
  padding: 39.5rem !important; }
  @media (max-width: 960px) {
    .p-39-5 {
      padding: 26.33465rem !important; } }

.pt-39 {
  padding-top: 39rem !important; }
  @media (max-width: 960px) {
    .pt-39 {
      padding-top: 26.0013rem !important; } }

.pt-39-5 {
  padding-top: 39.5rem !important; }
  @media (max-width: 960px) {
    .pt-39-5 {
      padding-top: 26.33465rem !important; } }

.pb-39 {
  padding-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .pb-39 {
      padding-bottom: 26.0013rem !important; } }

.pb-39-5 {
  padding-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .pb-39-5 {
      padding-bottom: 26.33465rem !important; } }

.pl-39 {
  padding-left: 39rem !important; }
  @media (max-width: 960px) {
    .pl-39 {
      padding-left: 26.0013rem !important; } }

.pl-39-5 {
  padding-left: 39.5rem !important; }
  @media (max-width: 960px) {
    .pl-39-5 {
      padding-left: 26.33465rem !important; } }

.pr-39 {
  padding-right: 39rem !important; }
  @media (max-width: 960px) {
    .pr-39 {
      padding-right: 26.0013rem !important; } }

.pr-39-5 {
  padding-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .pr-39-5 {
      padding-right: 26.33465rem !important; } }

.px-39 {
  padding-left: 39rem !important;
  padding-right: 39rem !important; }
  @media (max-width: 960px) {
    .px-39 {
      padding-left: 26.0013rem !important;
      padding-right: 26.0013rem !important; } }

.px-39-5 {
  padding-left: 39.5rem !important;
  padding-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .px-39-5 {
      padding-left: 26.33465rem !important;
      padding-right: 26.33465rem !important; } }

.py-39 {
  padding-top: 39rem !important;
  padding-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .py-39 {
      padding-top: 26.0013rem !important;
      padding-bottom: 26.0013rem !important; } }

.py-39-5 {
  padding-top: 39.5rem !important;
  padding-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .py-39-5 {
      padding-top: 26.33465rem !important;
      padding-bottom: 26.33465rem !important; } }

.m-40 {
  margin: 40rem !important; }
  @media (max-width: 960px) {
    .m-40 {
      margin: 26.668rem !important; } }

.m-40-5 {
  margin: 40.5rem !important; }
  @media (max-width: 960px) {
    .m-40-5 {
      margin: 27.00135rem !important; } }

.mt-40 {
  margin-top: 40rem !important; }
  @media (max-width: 960px) {
    .mt-40 {
      margin-top: 26.668rem !important; } }

.mt-40-5 {
  margin-top: 40.5rem !important; }
  @media (max-width: 960px) {
    .mt-40-5 {
      margin-top: 27.00135rem !important; } }

.mb-40 {
  margin-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .mb-40 {
      margin-bottom: 26.668rem !important; } }

.mb-40-5 {
  margin-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .mb-40-5 {
      margin-bottom: 27.00135rem !important; } }

.ml-40 {
  margin-left: 40rem !important; }
  @media (max-width: 960px) {
    .ml-40 {
      margin-left: 26.668rem !important; } }

.ml-40-5 {
  margin-left: 40.5rem !important; }
  @media (max-width: 960px) {
    .ml-40-5 {
      margin-left: 27.00135rem !important; } }

.mr-40 {
  margin-right: 40rem !important; }
  @media (max-width: 960px) {
    .mr-40 {
      margin-right: 26.668rem !important; } }

.mr-40-5 {
  margin-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .mr-40-5 {
      margin-right: 27.00135rem !important; } }

.mx-40 {
  margin-left: 40rem !important;
  margin-right: 40rem !important; }
  @media (max-width: 960px) {
    .mx-40 {
      margin-left: 26.668rem !important;
      margin-right: 26.668rem !important; } }

.mx-40-5 {
  margin-left: 40.5rem !important;
  margin-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .mx-40-5 {
      margin-left: 27.00135rem !important;
      margin-right: 27.00135rem !important; } }

.my-40 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .my-40 {
      margin-top: 26.668rem !important;
      margin-bottom: 26.668rem !important; } }

.my-40-5 {
  margin-top: 40.5rem !important;
  margin-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .my-40-5 {
      margin-top: 27.00135rem !important;
      margin-bottom: 27.00135rem !important; } }

.p-40 {
  padding: 40rem !important; }
  @media (max-width: 960px) {
    .p-40 {
      padding: 26.668rem !important; } }

.p-40-5 {
  padding: 40.5rem !important; }
  @media (max-width: 960px) {
    .p-40-5 {
      padding: 27.00135rem !important; } }

.pt-40 {
  padding-top: 40rem !important; }
  @media (max-width: 960px) {
    .pt-40 {
      padding-top: 26.668rem !important; } }

.pt-40-5 {
  padding-top: 40.5rem !important; }
  @media (max-width: 960px) {
    .pt-40-5 {
      padding-top: 27.00135rem !important; } }

.pb-40 {
  padding-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .pb-40 {
      padding-bottom: 26.668rem !important; } }

.pb-40-5 {
  padding-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .pb-40-5 {
      padding-bottom: 27.00135rem !important; } }

.pl-40 {
  padding-left: 40rem !important; }
  @media (max-width: 960px) {
    .pl-40 {
      padding-left: 26.668rem !important; } }

.pl-40-5 {
  padding-left: 40.5rem !important; }
  @media (max-width: 960px) {
    .pl-40-5 {
      padding-left: 27.00135rem !important; } }

.pr-40 {
  padding-right: 40rem !important; }
  @media (max-width: 960px) {
    .pr-40 {
      padding-right: 26.668rem !important; } }

.pr-40-5 {
  padding-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .pr-40-5 {
      padding-right: 27.00135rem !important; } }

.px-40 {
  padding-left: 40rem !important;
  padding-right: 40rem !important; }
  @media (max-width: 960px) {
    .px-40 {
      padding-left: 26.668rem !important;
      padding-right: 26.668rem !important; } }

.px-40-5 {
  padding-left: 40.5rem !important;
  padding-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .px-40-5 {
      padding-left: 27.00135rem !important;
      padding-right: 27.00135rem !important; } }

.py-40 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .py-40 {
      padding-top: 26.668rem !important;
      padding-bottom: 26.668rem !important; } }

.py-40-5 {
  padding-top: 40.5rem !important;
  padding-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .py-40-5 {
      padding-top: 27.00135rem !important;
      padding-bottom: 27.00135rem !important; } }

.m-41 {
  margin: 41rem !important; }
  @media (max-width: 960px) {
    .m-41 {
      margin: 27.3347rem !important; } }

.m-41-5 {
  margin: 41.5rem !important; }
  @media (max-width: 960px) {
    .m-41-5 {
      margin: 27.66805rem !important; } }

.mt-41 {
  margin-top: 41rem !important; }
  @media (max-width: 960px) {
    .mt-41 {
      margin-top: 27.3347rem !important; } }

.mt-41-5 {
  margin-top: 41.5rem !important; }
  @media (max-width: 960px) {
    .mt-41-5 {
      margin-top: 27.66805rem !important; } }

.mb-41 {
  margin-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .mb-41 {
      margin-bottom: 27.3347rem !important; } }

.mb-41-5 {
  margin-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .mb-41-5 {
      margin-bottom: 27.66805rem !important; } }

.ml-41 {
  margin-left: 41rem !important; }
  @media (max-width: 960px) {
    .ml-41 {
      margin-left: 27.3347rem !important; } }

.ml-41-5 {
  margin-left: 41.5rem !important; }
  @media (max-width: 960px) {
    .ml-41-5 {
      margin-left: 27.66805rem !important; } }

.mr-41 {
  margin-right: 41rem !important; }
  @media (max-width: 960px) {
    .mr-41 {
      margin-right: 27.3347rem !important; } }

.mr-41-5 {
  margin-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .mr-41-5 {
      margin-right: 27.66805rem !important; } }

.mx-41 {
  margin-left: 41rem !important;
  margin-right: 41rem !important; }
  @media (max-width: 960px) {
    .mx-41 {
      margin-left: 27.3347rem !important;
      margin-right: 27.3347rem !important; } }

.mx-41-5 {
  margin-left: 41.5rem !important;
  margin-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .mx-41-5 {
      margin-left: 27.66805rem !important;
      margin-right: 27.66805rem !important; } }

.my-41 {
  margin-top: 41rem !important;
  margin-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .my-41 {
      margin-top: 27.3347rem !important;
      margin-bottom: 27.3347rem !important; } }

.my-41-5 {
  margin-top: 41.5rem !important;
  margin-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .my-41-5 {
      margin-top: 27.66805rem !important;
      margin-bottom: 27.66805rem !important; } }

.p-41 {
  padding: 41rem !important; }
  @media (max-width: 960px) {
    .p-41 {
      padding: 27.3347rem !important; } }

.p-41-5 {
  padding: 41.5rem !important; }
  @media (max-width: 960px) {
    .p-41-5 {
      padding: 27.66805rem !important; } }

.pt-41 {
  padding-top: 41rem !important; }
  @media (max-width: 960px) {
    .pt-41 {
      padding-top: 27.3347rem !important; } }

.pt-41-5 {
  padding-top: 41.5rem !important; }
  @media (max-width: 960px) {
    .pt-41-5 {
      padding-top: 27.66805rem !important; } }

.pb-41 {
  padding-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .pb-41 {
      padding-bottom: 27.3347rem !important; } }

.pb-41-5 {
  padding-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .pb-41-5 {
      padding-bottom: 27.66805rem !important; } }

.pl-41 {
  padding-left: 41rem !important; }
  @media (max-width: 960px) {
    .pl-41 {
      padding-left: 27.3347rem !important; } }

.pl-41-5 {
  padding-left: 41.5rem !important; }
  @media (max-width: 960px) {
    .pl-41-5 {
      padding-left: 27.66805rem !important; } }

.pr-41 {
  padding-right: 41rem !important; }
  @media (max-width: 960px) {
    .pr-41 {
      padding-right: 27.3347rem !important; } }

.pr-41-5 {
  padding-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .pr-41-5 {
      padding-right: 27.66805rem !important; } }

.px-41 {
  padding-left: 41rem !important;
  padding-right: 41rem !important; }
  @media (max-width: 960px) {
    .px-41 {
      padding-left: 27.3347rem !important;
      padding-right: 27.3347rem !important; } }

.px-41-5 {
  padding-left: 41.5rem !important;
  padding-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .px-41-5 {
      padding-left: 27.66805rem !important;
      padding-right: 27.66805rem !important; } }

.py-41 {
  padding-top: 41rem !important;
  padding-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .py-41 {
      padding-top: 27.3347rem !important;
      padding-bottom: 27.3347rem !important; } }

.py-41-5 {
  padding-top: 41.5rem !important;
  padding-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .py-41-5 {
      padding-top: 27.66805rem !important;
      padding-bottom: 27.66805rem !important; } }

.m-42 {
  margin: 42rem !important; }
  @media (max-width: 960px) {
    .m-42 {
      margin: 28.0014rem !important; } }

.m-42-5 {
  margin: 42.5rem !important; }
  @media (max-width: 960px) {
    .m-42-5 {
      margin: 28.33475rem !important; } }

.mt-42 {
  margin-top: 42rem !important; }
  @media (max-width: 960px) {
    .mt-42 {
      margin-top: 28.0014rem !important; } }

.mt-42-5 {
  margin-top: 42.5rem !important; }
  @media (max-width: 960px) {
    .mt-42-5 {
      margin-top: 28.33475rem !important; } }

.mb-42 {
  margin-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .mb-42 {
      margin-bottom: 28.0014rem !important; } }

.mb-42-5 {
  margin-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .mb-42-5 {
      margin-bottom: 28.33475rem !important; } }

.ml-42 {
  margin-left: 42rem !important; }
  @media (max-width: 960px) {
    .ml-42 {
      margin-left: 28.0014rem !important; } }

.ml-42-5 {
  margin-left: 42.5rem !important; }
  @media (max-width: 960px) {
    .ml-42-5 {
      margin-left: 28.33475rem !important; } }

.mr-42 {
  margin-right: 42rem !important; }
  @media (max-width: 960px) {
    .mr-42 {
      margin-right: 28.0014rem !important; } }

.mr-42-5 {
  margin-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .mr-42-5 {
      margin-right: 28.33475rem !important; } }

.mx-42 {
  margin-left: 42rem !important;
  margin-right: 42rem !important; }
  @media (max-width: 960px) {
    .mx-42 {
      margin-left: 28.0014rem !important;
      margin-right: 28.0014rem !important; } }

.mx-42-5 {
  margin-left: 42.5rem !important;
  margin-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .mx-42-5 {
      margin-left: 28.33475rem !important;
      margin-right: 28.33475rem !important; } }

.my-42 {
  margin-top: 42rem !important;
  margin-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .my-42 {
      margin-top: 28.0014rem !important;
      margin-bottom: 28.0014rem !important; } }

.my-42-5 {
  margin-top: 42.5rem !important;
  margin-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .my-42-5 {
      margin-top: 28.33475rem !important;
      margin-bottom: 28.33475rem !important; } }

.p-42 {
  padding: 42rem !important; }
  @media (max-width: 960px) {
    .p-42 {
      padding: 28.0014rem !important; } }

.p-42-5 {
  padding: 42.5rem !important; }
  @media (max-width: 960px) {
    .p-42-5 {
      padding: 28.33475rem !important; } }

.pt-42 {
  padding-top: 42rem !important; }
  @media (max-width: 960px) {
    .pt-42 {
      padding-top: 28.0014rem !important; } }

.pt-42-5 {
  padding-top: 42.5rem !important; }
  @media (max-width: 960px) {
    .pt-42-5 {
      padding-top: 28.33475rem !important; } }

.pb-42 {
  padding-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .pb-42 {
      padding-bottom: 28.0014rem !important; } }

.pb-42-5 {
  padding-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .pb-42-5 {
      padding-bottom: 28.33475rem !important; } }

.pl-42 {
  padding-left: 42rem !important; }
  @media (max-width: 960px) {
    .pl-42 {
      padding-left: 28.0014rem !important; } }

.pl-42-5 {
  padding-left: 42.5rem !important; }
  @media (max-width: 960px) {
    .pl-42-5 {
      padding-left: 28.33475rem !important; } }

.pr-42 {
  padding-right: 42rem !important; }
  @media (max-width: 960px) {
    .pr-42 {
      padding-right: 28.0014rem !important; } }

.pr-42-5 {
  padding-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .pr-42-5 {
      padding-right: 28.33475rem !important; } }

.px-42 {
  padding-left: 42rem !important;
  padding-right: 42rem !important; }
  @media (max-width: 960px) {
    .px-42 {
      padding-left: 28.0014rem !important;
      padding-right: 28.0014rem !important; } }

.px-42-5 {
  padding-left: 42.5rem !important;
  padding-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .px-42-5 {
      padding-left: 28.33475rem !important;
      padding-right: 28.33475rem !important; } }

.py-42 {
  padding-top: 42rem !important;
  padding-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .py-42 {
      padding-top: 28.0014rem !important;
      padding-bottom: 28.0014rem !important; } }

.py-42-5 {
  padding-top: 42.5rem !important;
  padding-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .py-42-5 {
      padding-top: 28.33475rem !important;
      padding-bottom: 28.33475rem !important; } }

.m-43 {
  margin: 43rem !important; }
  @media (max-width: 960px) {
    .m-43 {
      margin: 28.6681rem !important; } }

.m-43-5 {
  margin: 43.5rem !important; }
  @media (max-width: 960px) {
    .m-43-5 {
      margin: 29.00145rem !important; } }

.mt-43 {
  margin-top: 43rem !important; }
  @media (max-width: 960px) {
    .mt-43 {
      margin-top: 28.6681rem !important; } }

.mt-43-5 {
  margin-top: 43.5rem !important; }
  @media (max-width: 960px) {
    .mt-43-5 {
      margin-top: 29.00145rem !important; } }

.mb-43 {
  margin-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .mb-43 {
      margin-bottom: 28.6681rem !important; } }

.mb-43-5 {
  margin-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .mb-43-5 {
      margin-bottom: 29.00145rem !important; } }

.ml-43 {
  margin-left: 43rem !important; }
  @media (max-width: 960px) {
    .ml-43 {
      margin-left: 28.6681rem !important; } }

.ml-43-5 {
  margin-left: 43.5rem !important; }
  @media (max-width: 960px) {
    .ml-43-5 {
      margin-left: 29.00145rem !important; } }

.mr-43 {
  margin-right: 43rem !important; }
  @media (max-width: 960px) {
    .mr-43 {
      margin-right: 28.6681rem !important; } }

.mr-43-5 {
  margin-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .mr-43-5 {
      margin-right: 29.00145rem !important; } }

.mx-43 {
  margin-left: 43rem !important;
  margin-right: 43rem !important; }
  @media (max-width: 960px) {
    .mx-43 {
      margin-left: 28.6681rem !important;
      margin-right: 28.6681rem !important; } }

.mx-43-5 {
  margin-left: 43.5rem !important;
  margin-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .mx-43-5 {
      margin-left: 29.00145rem !important;
      margin-right: 29.00145rem !important; } }

.my-43 {
  margin-top: 43rem !important;
  margin-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .my-43 {
      margin-top: 28.6681rem !important;
      margin-bottom: 28.6681rem !important; } }

.my-43-5 {
  margin-top: 43.5rem !important;
  margin-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .my-43-5 {
      margin-top: 29.00145rem !important;
      margin-bottom: 29.00145rem !important; } }

.p-43 {
  padding: 43rem !important; }
  @media (max-width: 960px) {
    .p-43 {
      padding: 28.6681rem !important; } }

.p-43-5 {
  padding: 43.5rem !important; }
  @media (max-width: 960px) {
    .p-43-5 {
      padding: 29.00145rem !important; } }

.pt-43 {
  padding-top: 43rem !important; }
  @media (max-width: 960px) {
    .pt-43 {
      padding-top: 28.6681rem !important; } }

.pt-43-5 {
  padding-top: 43.5rem !important; }
  @media (max-width: 960px) {
    .pt-43-5 {
      padding-top: 29.00145rem !important; } }

.pb-43 {
  padding-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .pb-43 {
      padding-bottom: 28.6681rem !important; } }

.pb-43-5 {
  padding-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .pb-43-5 {
      padding-bottom: 29.00145rem !important; } }

.pl-43 {
  padding-left: 43rem !important; }
  @media (max-width: 960px) {
    .pl-43 {
      padding-left: 28.6681rem !important; } }

.pl-43-5 {
  padding-left: 43.5rem !important; }
  @media (max-width: 960px) {
    .pl-43-5 {
      padding-left: 29.00145rem !important; } }

.pr-43 {
  padding-right: 43rem !important; }
  @media (max-width: 960px) {
    .pr-43 {
      padding-right: 28.6681rem !important; } }

.pr-43-5 {
  padding-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .pr-43-5 {
      padding-right: 29.00145rem !important; } }

.px-43 {
  padding-left: 43rem !important;
  padding-right: 43rem !important; }
  @media (max-width: 960px) {
    .px-43 {
      padding-left: 28.6681rem !important;
      padding-right: 28.6681rem !important; } }

.px-43-5 {
  padding-left: 43.5rem !important;
  padding-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .px-43-5 {
      padding-left: 29.00145rem !important;
      padding-right: 29.00145rem !important; } }

.py-43 {
  padding-top: 43rem !important;
  padding-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .py-43 {
      padding-top: 28.6681rem !important;
      padding-bottom: 28.6681rem !important; } }

.py-43-5 {
  padding-top: 43.5rem !important;
  padding-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .py-43-5 {
      padding-top: 29.00145rem !important;
      padding-bottom: 29.00145rem !important; } }

.m-44 {
  margin: 44rem !important; }
  @media (max-width: 960px) {
    .m-44 {
      margin: 29.3348rem !important; } }

.m-44-5 {
  margin: 44.5rem !important; }
  @media (max-width: 960px) {
    .m-44-5 {
      margin: 29.66815rem !important; } }

.mt-44 {
  margin-top: 44rem !important; }
  @media (max-width: 960px) {
    .mt-44 {
      margin-top: 29.3348rem !important; } }

.mt-44-5 {
  margin-top: 44.5rem !important; }
  @media (max-width: 960px) {
    .mt-44-5 {
      margin-top: 29.66815rem !important; } }

.mb-44 {
  margin-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .mb-44 {
      margin-bottom: 29.3348rem !important; } }

.mb-44-5 {
  margin-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .mb-44-5 {
      margin-bottom: 29.66815rem !important; } }

.ml-44 {
  margin-left: 44rem !important; }
  @media (max-width: 960px) {
    .ml-44 {
      margin-left: 29.3348rem !important; } }

.ml-44-5 {
  margin-left: 44.5rem !important; }
  @media (max-width: 960px) {
    .ml-44-5 {
      margin-left: 29.66815rem !important; } }

.mr-44 {
  margin-right: 44rem !important; }
  @media (max-width: 960px) {
    .mr-44 {
      margin-right: 29.3348rem !important; } }

.mr-44-5 {
  margin-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .mr-44-5 {
      margin-right: 29.66815rem !important; } }

.mx-44 {
  margin-left: 44rem !important;
  margin-right: 44rem !important; }
  @media (max-width: 960px) {
    .mx-44 {
      margin-left: 29.3348rem !important;
      margin-right: 29.3348rem !important; } }

.mx-44-5 {
  margin-left: 44.5rem !important;
  margin-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .mx-44-5 {
      margin-left: 29.66815rem !important;
      margin-right: 29.66815rem !important; } }

.my-44 {
  margin-top: 44rem !important;
  margin-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .my-44 {
      margin-top: 29.3348rem !important;
      margin-bottom: 29.3348rem !important; } }

.my-44-5 {
  margin-top: 44.5rem !important;
  margin-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .my-44-5 {
      margin-top: 29.66815rem !important;
      margin-bottom: 29.66815rem !important; } }

.p-44 {
  padding: 44rem !important; }
  @media (max-width: 960px) {
    .p-44 {
      padding: 29.3348rem !important; } }

.p-44-5 {
  padding: 44.5rem !important; }
  @media (max-width: 960px) {
    .p-44-5 {
      padding: 29.66815rem !important; } }

.pt-44 {
  padding-top: 44rem !important; }
  @media (max-width: 960px) {
    .pt-44 {
      padding-top: 29.3348rem !important; } }

.pt-44-5 {
  padding-top: 44.5rem !important; }
  @media (max-width: 960px) {
    .pt-44-5 {
      padding-top: 29.66815rem !important; } }

.pb-44 {
  padding-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .pb-44 {
      padding-bottom: 29.3348rem !important; } }

.pb-44-5 {
  padding-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .pb-44-5 {
      padding-bottom: 29.66815rem !important; } }

.pl-44 {
  padding-left: 44rem !important; }
  @media (max-width: 960px) {
    .pl-44 {
      padding-left: 29.3348rem !important; } }

.pl-44-5 {
  padding-left: 44.5rem !important; }
  @media (max-width: 960px) {
    .pl-44-5 {
      padding-left: 29.66815rem !important; } }

.pr-44 {
  padding-right: 44rem !important; }
  @media (max-width: 960px) {
    .pr-44 {
      padding-right: 29.3348rem !important; } }

.pr-44-5 {
  padding-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .pr-44-5 {
      padding-right: 29.66815rem !important; } }

.px-44 {
  padding-left: 44rem !important;
  padding-right: 44rem !important; }
  @media (max-width: 960px) {
    .px-44 {
      padding-left: 29.3348rem !important;
      padding-right: 29.3348rem !important; } }

.px-44-5 {
  padding-left: 44.5rem !important;
  padding-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .px-44-5 {
      padding-left: 29.66815rem !important;
      padding-right: 29.66815rem !important; } }

.py-44 {
  padding-top: 44rem !important;
  padding-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .py-44 {
      padding-top: 29.3348rem !important;
      padding-bottom: 29.3348rem !important; } }

.py-44-5 {
  padding-top: 44.5rem !important;
  padding-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .py-44-5 {
      padding-top: 29.66815rem !important;
      padding-bottom: 29.66815rem !important; } }

.m-45 {
  margin: 45rem !important; }
  @media (max-width: 960px) {
    .m-45 {
      margin: 30.0015rem !important; } }

.m-45-5 {
  margin: 45.5rem !important; }
  @media (max-width: 960px) {
    .m-45-5 {
      margin: 30.33485rem !important; } }

.mt-45 {
  margin-top: 45rem !important; }
  @media (max-width: 960px) {
    .mt-45 {
      margin-top: 30.0015rem !important; } }

.mt-45-5 {
  margin-top: 45.5rem !important; }
  @media (max-width: 960px) {
    .mt-45-5 {
      margin-top: 30.33485rem !important; } }

.mb-45 {
  margin-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .mb-45 {
      margin-bottom: 30.0015rem !important; } }

.mb-45-5 {
  margin-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .mb-45-5 {
      margin-bottom: 30.33485rem !important; } }

.ml-45 {
  margin-left: 45rem !important; }
  @media (max-width: 960px) {
    .ml-45 {
      margin-left: 30.0015rem !important; } }

.ml-45-5 {
  margin-left: 45.5rem !important; }
  @media (max-width: 960px) {
    .ml-45-5 {
      margin-left: 30.33485rem !important; } }

.mr-45 {
  margin-right: 45rem !important; }
  @media (max-width: 960px) {
    .mr-45 {
      margin-right: 30.0015rem !important; } }

.mr-45-5 {
  margin-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .mr-45-5 {
      margin-right: 30.33485rem !important; } }

.mx-45 {
  margin-left: 45rem !important;
  margin-right: 45rem !important; }
  @media (max-width: 960px) {
    .mx-45 {
      margin-left: 30.0015rem !important;
      margin-right: 30.0015rem !important; } }

.mx-45-5 {
  margin-left: 45.5rem !important;
  margin-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .mx-45-5 {
      margin-left: 30.33485rem !important;
      margin-right: 30.33485rem !important; } }

.my-45 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .my-45 {
      margin-top: 30.0015rem !important;
      margin-bottom: 30.0015rem !important; } }

.my-45-5 {
  margin-top: 45.5rem !important;
  margin-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .my-45-5 {
      margin-top: 30.33485rem !important;
      margin-bottom: 30.33485rem !important; } }

.p-45 {
  padding: 45rem !important; }
  @media (max-width: 960px) {
    .p-45 {
      padding: 30.0015rem !important; } }

.p-45-5 {
  padding: 45.5rem !important; }
  @media (max-width: 960px) {
    .p-45-5 {
      padding: 30.33485rem !important; } }

.pt-45 {
  padding-top: 45rem !important; }
  @media (max-width: 960px) {
    .pt-45 {
      padding-top: 30.0015rem !important; } }

.pt-45-5 {
  padding-top: 45.5rem !important; }
  @media (max-width: 960px) {
    .pt-45-5 {
      padding-top: 30.33485rem !important; } }

.pb-45 {
  padding-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .pb-45 {
      padding-bottom: 30.0015rem !important; } }

.pb-45-5 {
  padding-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .pb-45-5 {
      padding-bottom: 30.33485rem !important; } }

.pl-45 {
  padding-left: 45rem !important; }
  @media (max-width: 960px) {
    .pl-45 {
      padding-left: 30.0015rem !important; } }

.pl-45-5 {
  padding-left: 45.5rem !important; }
  @media (max-width: 960px) {
    .pl-45-5 {
      padding-left: 30.33485rem !important; } }

.pr-45 {
  padding-right: 45rem !important; }
  @media (max-width: 960px) {
    .pr-45 {
      padding-right: 30.0015rem !important; } }

.pr-45-5 {
  padding-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .pr-45-5 {
      padding-right: 30.33485rem !important; } }

.px-45 {
  padding-left: 45rem !important;
  padding-right: 45rem !important; }
  @media (max-width: 960px) {
    .px-45 {
      padding-left: 30.0015rem !important;
      padding-right: 30.0015rem !important; } }

.px-45-5 {
  padding-left: 45.5rem !important;
  padding-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .px-45-5 {
      padding-left: 30.33485rem !important;
      padding-right: 30.33485rem !important; } }

.py-45 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .py-45 {
      padding-top: 30.0015rem !important;
      padding-bottom: 30.0015rem !important; } }

.py-45-5 {
  padding-top: 45.5rem !important;
  padding-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .py-45-5 {
      padding-top: 30.33485rem !important;
      padding-bottom: 30.33485rem !important; } }

.m-46 {
  margin: 46rem !important; }
  @media (max-width: 960px) {
    .m-46 {
      margin: 30.6682rem !important; } }

.m-46-5 {
  margin: 46.5rem !important; }
  @media (max-width: 960px) {
    .m-46-5 {
      margin: 31.00155rem !important; } }

.mt-46 {
  margin-top: 46rem !important; }
  @media (max-width: 960px) {
    .mt-46 {
      margin-top: 30.6682rem !important; } }

.mt-46-5 {
  margin-top: 46.5rem !important; }
  @media (max-width: 960px) {
    .mt-46-5 {
      margin-top: 31.00155rem !important; } }

.mb-46 {
  margin-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .mb-46 {
      margin-bottom: 30.6682rem !important; } }

.mb-46-5 {
  margin-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .mb-46-5 {
      margin-bottom: 31.00155rem !important; } }

.ml-46 {
  margin-left: 46rem !important; }
  @media (max-width: 960px) {
    .ml-46 {
      margin-left: 30.6682rem !important; } }

.ml-46-5 {
  margin-left: 46.5rem !important; }
  @media (max-width: 960px) {
    .ml-46-5 {
      margin-left: 31.00155rem !important; } }

.mr-46 {
  margin-right: 46rem !important; }
  @media (max-width: 960px) {
    .mr-46 {
      margin-right: 30.6682rem !important; } }

.mr-46-5 {
  margin-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .mr-46-5 {
      margin-right: 31.00155rem !important; } }

.mx-46 {
  margin-left: 46rem !important;
  margin-right: 46rem !important; }
  @media (max-width: 960px) {
    .mx-46 {
      margin-left: 30.6682rem !important;
      margin-right: 30.6682rem !important; } }

.mx-46-5 {
  margin-left: 46.5rem !important;
  margin-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .mx-46-5 {
      margin-left: 31.00155rem !important;
      margin-right: 31.00155rem !important; } }

.my-46 {
  margin-top: 46rem !important;
  margin-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .my-46 {
      margin-top: 30.6682rem !important;
      margin-bottom: 30.6682rem !important; } }

.my-46-5 {
  margin-top: 46.5rem !important;
  margin-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .my-46-5 {
      margin-top: 31.00155rem !important;
      margin-bottom: 31.00155rem !important; } }

.p-46 {
  padding: 46rem !important; }
  @media (max-width: 960px) {
    .p-46 {
      padding: 30.6682rem !important; } }

.p-46-5 {
  padding: 46.5rem !important; }
  @media (max-width: 960px) {
    .p-46-5 {
      padding: 31.00155rem !important; } }

.pt-46 {
  padding-top: 46rem !important; }
  @media (max-width: 960px) {
    .pt-46 {
      padding-top: 30.6682rem !important; } }

.pt-46-5 {
  padding-top: 46.5rem !important; }
  @media (max-width: 960px) {
    .pt-46-5 {
      padding-top: 31.00155rem !important; } }

.pb-46 {
  padding-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .pb-46 {
      padding-bottom: 30.6682rem !important; } }

.pb-46-5 {
  padding-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .pb-46-5 {
      padding-bottom: 31.00155rem !important; } }

.pl-46 {
  padding-left: 46rem !important; }
  @media (max-width: 960px) {
    .pl-46 {
      padding-left: 30.6682rem !important; } }

.pl-46-5 {
  padding-left: 46.5rem !important; }
  @media (max-width: 960px) {
    .pl-46-5 {
      padding-left: 31.00155rem !important; } }

.pr-46 {
  padding-right: 46rem !important; }
  @media (max-width: 960px) {
    .pr-46 {
      padding-right: 30.6682rem !important; } }

.pr-46-5 {
  padding-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .pr-46-5 {
      padding-right: 31.00155rem !important; } }

.px-46 {
  padding-left: 46rem !important;
  padding-right: 46rem !important; }
  @media (max-width: 960px) {
    .px-46 {
      padding-left: 30.6682rem !important;
      padding-right: 30.6682rem !important; } }

.px-46-5 {
  padding-left: 46.5rem !important;
  padding-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .px-46-5 {
      padding-left: 31.00155rem !important;
      padding-right: 31.00155rem !important; } }

.py-46 {
  padding-top: 46rem !important;
  padding-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .py-46 {
      padding-top: 30.6682rem !important;
      padding-bottom: 30.6682rem !important; } }

.py-46-5 {
  padding-top: 46.5rem !important;
  padding-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .py-46-5 {
      padding-top: 31.00155rem !important;
      padding-bottom: 31.00155rem !important; } }

.m-47 {
  margin: 47rem !important; }
  @media (max-width: 960px) {
    .m-47 {
      margin: 31.3349rem !important; } }

.m-47-5 {
  margin: 47.5rem !important; }
  @media (max-width: 960px) {
    .m-47-5 {
      margin: 31.66825rem !important; } }

.mt-47 {
  margin-top: 47rem !important; }
  @media (max-width: 960px) {
    .mt-47 {
      margin-top: 31.3349rem !important; } }

.mt-47-5 {
  margin-top: 47.5rem !important; }
  @media (max-width: 960px) {
    .mt-47-5 {
      margin-top: 31.66825rem !important; } }

.mb-47 {
  margin-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .mb-47 {
      margin-bottom: 31.3349rem !important; } }

.mb-47-5 {
  margin-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .mb-47-5 {
      margin-bottom: 31.66825rem !important; } }

.ml-47 {
  margin-left: 47rem !important; }
  @media (max-width: 960px) {
    .ml-47 {
      margin-left: 31.3349rem !important; } }

.ml-47-5 {
  margin-left: 47.5rem !important; }
  @media (max-width: 960px) {
    .ml-47-5 {
      margin-left: 31.66825rem !important; } }

.mr-47 {
  margin-right: 47rem !important; }
  @media (max-width: 960px) {
    .mr-47 {
      margin-right: 31.3349rem !important; } }

.mr-47-5 {
  margin-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .mr-47-5 {
      margin-right: 31.66825rem !important; } }

.mx-47 {
  margin-left: 47rem !important;
  margin-right: 47rem !important; }
  @media (max-width: 960px) {
    .mx-47 {
      margin-left: 31.3349rem !important;
      margin-right: 31.3349rem !important; } }

.mx-47-5 {
  margin-left: 47.5rem !important;
  margin-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .mx-47-5 {
      margin-left: 31.66825rem !important;
      margin-right: 31.66825rem !important; } }

.my-47 {
  margin-top: 47rem !important;
  margin-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .my-47 {
      margin-top: 31.3349rem !important;
      margin-bottom: 31.3349rem !important; } }

.my-47-5 {
  margin-top: 47.5rem !important;
  margin-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .my-47-5 {
      margin-top: 31.66825rem !important;
      margin-bottom: 31.66825rem !important; } }

.p-47 {
  padding: 47rem !important; }
  @media (max-width: 960px) {
    .p-47 {
      padding: 31.3349rem !important; } }

.p-47-5 {
  padding: 47.5rem !important; }
  @media (max-width: 960px) {
    .p-47-5 {
      padding: 31.66825rem !important; } }

.pt-47 {
  padding-top: 47rem !important; }
  @media (max-width: 960px) {
    .pt-47 {
      padding-top: 31.3349rem !important; } }

.pt-47-5 {
  padding-top: 47.5rem !important; }
  @media (max-width: 960px) {
    .pt-47-5 {
      padding-top: 31.66825rem !important; } }

.pb-47 {
  padding-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .pb-47 {
      padding-bottom: 31.3349rem !important; } }

.pb-47-5 {
  padding-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .pb-47-5 {
      padding-bottom: 31.66825rem !important; } }

.pl-47 {
  padding-left: 47rem !important; }
  @media (max-width: 960px) {
    .pl-47 {
      padding-left: 31.3349rem !important; } }

.pl-47-5 {
  padding-left: 47.5rem !important; }
  @media (max-width: 960px) {
    .pl-47-5 {
      padding-left: 31.66825rem !important; } }

.pr-47 {
  padding-right: 47rem !important; }
  @media (max-width: 960px) {
    .pr-47 {
      padding-right: 31.3349rem !important; } }

.pr-47-5 {
  padding-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .pr-47-5 {
      padding-right: 31.66825rem !important; } }

.px-47 {
  padding-left: 47rem !important;
  padding-right: 47rem !important; }
  @media (max-width: 960px) {
    .px-47 {
      padding-left: 31.3349rem !important;
      padding-right: 31.3349rem !important; } }

.px-47-5 {
  padding-left: 47.5rem !important;
  padding-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .px-47-5 {
      padding-left: 31.66825rem !important;
      padding-right: 31.66825rem !important; } }

.py-47 {
  padding-top: 47rem !important;
  padding-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .py-47 {
      padding-top: 31.3349rem !important;
      padding-bottom: 31.3349rem !important; } }

.py-47-5 {
  padding-top: 47.5rem !important;
  padding-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .py-47-5 {
      padding-top: 31.66825rem !important;
      padding-bottom: 31.66825rem !important; } }

.m-48 {
  margin: 48rem !important; }
  @media (max-width: 960px) {
    .m-48 {
      margin: 32.0016rem !important; } }

.m-48-5 {
  margin: 48.5rem !important; }
  @media (max-width: 960px) {
    .m-48-5 {
      margin: 32.33495rem !important; } }

.mt-48 {
  margin-top: 48rem !important; }
  @media (max-width: 960px) {
    .mt-48 {
      margin-top: 32.0016rem !important; } }

.mt-48-5 {
  margin-top: 48.5rem !important; }
  @media (max-width: 960px) {
    .mt-48-5 {
      margin-top: 32.33495rem !important; } }

.mb-48 {
  margin-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .mb-48 {
      margin-bottom: 32.0016rem !important; } }

.mb-48-5 {
  margin-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .mb-48-5 {
      margin-bottom: 32.33495rem !important; } }

.ml-48 {
  margin-left: 48rem !important; }
  @media (max-width: 960px) {
    .ml-48 {
      margin-left: 32.0016rem !important; } }

.ml-48-5 {
  margin-left: 48.5rem !important; }
  @media (max-width: 960px) {
    .ml-48-5 {
      margin-left: 32.33495rem !important; } }

.mr-48 {
  margin-right: 48rem !important; }
  @media (max-width: 960px) {
    .mr-48 {
      margin-right: 32.0016rem !important; } }

.mr-48-5 {
  margin-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .mr-48-5 {
      margin-right: 32.33495rem !important; } }

.mx-48 {
  margin-left: 48rem !important;
  margin-right: 48rem !important; }
  @media (max-width: 960px) {
    .mx-48 {
      margin-left: 32.0016rem !important;
      margin-right: 32.0016rem !important; } }

.mx-48-5 {
  margin-left: 48.5rem !important;
  margin-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .mx-48-5 {
      margin-left: 32.33495rem !important;
      margin-right: 32.33495rem !important; } }

.my-48 {
  margin-top: 48rem !important;
  margin-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .my-48 {
      margin-top: 32.0016rem !important;
      margin-bottom: 32.0016rem !important; } }

.my-48-5 {
  margin-top: 48.5rem !important;
  margin-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .my-48-5 {
      margin-top: 32.33495rem !important;
      margin-bottom: 32.33495rem !important; } }

.p-48 {
  padding: 48rem !important; }
  @media (max-width: 960px) {
    .p-48 {
      padding: 32.0016rem !important; } }

.p-48-5 {
  padding: 48.5rem !important; }
  @media (max-width: 960px) {
    .p-48-5 {
      padding: 32.33495rem !important; } }

.pt-48 {
  padding-top: 48rem !important; }
  @media (max-width: 960px) {
    .pt-48 {
      padding-top: 32.0016rem !important; } }

.pt-48-5 {
  padding-top: 48.5rem !important; }
  @media (max-width: 960px) {
    .pt-48-5 {
      padding-top: 32.33495rem !important; } }

.pb-48 {
  padding-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .pb-48 {
      padding-bottom: 32.0016rem !important; } }

.pb-48-5 {
  padding-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .pb-48-5 {
      padding-bottom: 32.33495rem !important; } }

.pl-48 {
  padding-left: 48rem !important; }
  @media (max-width: 960px) {
    .pl-48 {
      padding-left: 32.0016rem !important; } }

.pl-48-5 {
  padding-left: 48.5rem !important; }
  @media (max-width: 960px) {
    .pl-48-5 {
      padding-left: 32.33495rem !important; } }

.pr-48 {
  padding-right: 48rem !important; }
  @media (max-width: 960px) {
    .pr-48 {
      padding-right: 32.0016rem !important; } }

.pr-48-5 {
  padding-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .pr-48-5 {
      padding-right: 32.33495rem !important; } }

.px-48 {
  padding-left: 48rem !important;
  padding-right: 48rem !important; }
  @media (max-width: 960px) {
    .px-48 {
      padding-left: 32.0016rem !important;
      padding-right: 32.0016rem !important; } }

.px-48-5 {
  padding-left: 48.5rem !important;
  padding-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .px-48-5 {
      padding-left: 32.33495rem !important;
      padding-right: 32.33495rem !important; } }

.py-48 {
  padding-top: 48rem !important;
  padding-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .py-48 {
      padding-top: 32.0016rem !important;
      padding-bottom: 32.0016rem !important; } }

.py-48-5 {
  padding-top: 48.5rem !important;
  padding-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .py-48-5 {
      padding-top: 32.33495rem !important;
      padding-bottom: 32.33495rem !important; } }

.m-49 {
  margin: 49rem !important; }
  @media (max-width: 960px) {
    .m-49 {
      margin: 32.6683rem !important; } }

.m-49-5 {
  margin: 49.5rem !important; }
  @media (max-width: 960px) {
    .m-49-5 {
      margin: 33.00165rem !important; } }

.mt-49 {
  margin-top: 49rem !important; }
  @media (max-width: 960px) {
    .mt-49 {
      margin-top: 32.6683rem !important; } }

.mt-49-5 {
  margin-top: 49.5rem !important; }
  @media (max-width: 960px) {
    .mt-49-5 {
      margin-top: 33.00165rem !important; } }

.mb-49 {
  margin-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .mb-49 {
      margin-bottom: 32.6683rem !important; } }

.mb-49-5 {
  margin-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .mb-49-5 {
      margin-bottom: 33.00165rem !important; } }

.ml-49 {
  margin-left: 49rem !important; }
  @media (max-width: 960px) {
    .ml-49 {
      margin-left: 32.6683rem !important; } }

.ml-49-5 {
  margin-left: 49.5rem !important; }
  @media (max-width: 960px) {
    .ml-49-5 {
      margin-left: 33.00165rem !important; } }

.mr-49 {
  margin-right: 49rem !important; }
  @media (max-width: 960px) {
    .mr-49 {
      margin-right: 32.6683rem !important; } }

.mr-49-5 {
  margin-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .mr-49-5 {
      margin-right: 33.00165rem !important; } }

.mx-49 {
  margin-left: 49rem !important;
  margin-right: 49rem !important; }
  @media (max-width: 960px) {
    .mx-49 {
      margin-left: 32.6683rem !important;
      margin-right: 32.6683rem !important; } }

.mx-49-5 {
  margin-left: 49.5rem !important;
  margin-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .mx-49-5 {
      margin-left: 33.00165rem !important;
      margin-right: 33.00165rem !important; } }

.my-49 {
  margin-top: 49rem !important;
  margin-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .my-49 {
      margin-top: 32.6683rem !important;
      margin-bottom: 32.6683rem !important; } }

.my-49-5 {
  margin-top: 49.5rem !important;
  margin-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .my-49-5 {
      margin-top: 33.00165rem !important;
      margin-bottom: 33.00165rem !important; } }

.p-49 {
  padding: 49rem !important; }
  @media (max-width: 960px) {
    .p-49 {
      padding: 32.6683rem !important; } }

.p-49-5 {
  padding: 49.5rem !important; }
  @media (max-width: 960px) {
    .p-49-5 {
      padding: 33.00165rem !important; } }

.pt-49 {
  padding-top: 49rem !important; }
  @media (max-width: 960px) {
    .pt-49 {
      padding-top: 32.6683rem !important; } }

.pt-49-5 {
  padding-top: 49.5rem !important; }
  @media (max-width: 960px) {
    .pt-49-5 {
      padding-top: 33.00165rem !important; } }

.pb-49 {
  padding-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .pb-49 {
      padding-bottom: 32.6683rem !important; } }

.pb-49-5 {
  padding-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .pb-49-5 {
      padding-bottom: 33.00165rem !important; } }

.pl-49 {
  padding-left: 49rem !important; }
  @media (max-width: 960px) {
    .pl-49 {
      padding-left: 32.6683rem !important; } }

.pl-49-5 {
  padding-left: 49.5rem !important; }
  @media (max-width: 960px) {
    .pl-49-5 {
      padding-left: 33.00165rem !important; } }

.pr-49 {
  padding-right: 49rem !important; }
  @media (max-width: 960px) {
    .pr-49 {
      padding-right: 32.6683rem !important; } }

.pr-49-5 {
  padding-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .pr-49-5 {
      padding-right: 33.00165rem !important; } }

.px-49 {
  padding-left: 49rem !important;
  padding-right: 49rem !important; }
  @media (max-width: 960px) {
    .px-49 {
      padding-left: 32.6683rem !important;
      padding-right: 32.6683rem !important; } }

.px-49-5 {
  padding-left: 49.5rem !important;
  padding-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .px-49-5 {
      padding-left: 33.00165rem !important;
      padding-right: 33.00165rem !important; } }

.py-49 {
  padding-top: 49rem !important;
  padding-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .py-49 {
      padding-top: 32.6683rem !important;
      padding-bottom: 32.6683rem !important; } }

.py-49-5 {
  padding-top: 49.5rem !important;
  padding-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .py-49-5 {
      padding-top: 33.00165rem !important;
      padding-bottom: 33.00165rem !important; } }

.m-50 {
  margin: 50rem !important; }
  @media (max-width: 960px) {
    .m-50 {
      margin: 33.335rem !important; } }

.m-50-5 {
  margin: 50.5rem !important; }
  @media (max-width: 960px) {
    .m-50-5 {
      margin: 33.66835rem !important; } }

.mt-50 {
  margin-top: 50rem !important; }
  @media (max-width: 960px) {
    .mt-50 {
      margin-top: 33.335rem !important; } }

.mt-50-5 {
  margin-top: 50.5rem !important; }
  @media (max-width: 960px) {
    .mt-50-5 {
      margin-top: 33.66835rem !important; } }

.mb-50 {
  margin-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .mb-50 {
      margin-bottom: 33.335rem !important; } }

.mb-50-5 {
  margin-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .mb-50-5 {
      margin-bottom: 33.66835rem !important; } }

.ml-50 {
  margin-left: 50rem !important; }
  @media (max-width: 960px) {
    .ml-50 {
      margin-left: 33.335rem !important; } }

.ml-50-5 {
  margin-left: 50.5rem !important; }
  @media (max-width: 960px) {
    .ml-50-5 {
      margin-left: 33.66835rem !important; } }

.mr-50 {
  margin-right: 50rem !important; }
  @media (max-width: 960px) {
    .mr-50 {
      margin-right: 33.335rem !important; } }

.mr-50-5 {
  margin-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .mr-50-5 {
      margin-right: 33.66835rem !important; } }

.mx-50 {
  margin-left: 50rem !important;
  margin-right: 50rem !important; }
  @media (max-width: 960px) {
    .mx-50 {
      margin-left: 33.335rem !important;
      margin-right: 33.335rem !important; } }

.mx-50-5 {
  margin-left: 50.5rem !important;
  margin-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .mx-50-5 {
      margin-left: 33.66835rem !important;
      margin-right: 33.66835rem !important; } }

.my-50 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .my-50 {
      margin-top: 33.335rem !important;
      margin-bottom: 33.335rem !important; } }

.my-50-5 {
  margin-top: 50.5rem !important;
  margin-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .my-50-5 {
      margin-top: 33.66835rem !important;
      margin-bottom: 33.66835rem !important; } }

.p-50 {
  padding: 50rem !important; }
  @media (max-width: 960px) {
    .p-50 {
      padding: 33.335rem !important; } }

.p-50-5 {
  padding: 50.5rem !important; }
  @media (max-width: 960px) {
    .p-50-5 {
      padding: 33.66835rem !important; } }

.pt-50 {
  padding-top: 50rem !important; }
  @media (max-width: 960px) {
    .pt-50 {
      padding-top: 33.335rem !important; } }

.pt-50-5 {
  padding-top: 50.5rem !important; }
  @media (max-width: 960px) {
    .pt-50-5 {
      padding-top: 33.66835rem !important; } }

.pb-50 {
  padding-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .pb-50 {
      padding-bottom: 33.335rem !important; } }

.pb-50-5 {
  padding-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .pb-50-5 {
      padding-bottom: 33.66835rem !important; } }

.pl-50 {
  padding-left: 50rem !important; }
  @media (max-width: 960px) {
    .pl-50 {
      padding-left: 33.335rem !important; } }

.pl-50-5 {
  padding-left: 50.5rem !important; }
  @media (max-width: 960px) {
    .pl-50-5 {
      padding-left: 33.66835rem !important; } }

.pr-50 {
  padding-right: 50rem !important; }
  @media (max-width: 960px) {
    .pr-50 {
      padding-right: 33.335rem !important; } }

.pr-50-5 {
  padding-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .pr-50-5 {
      padding-right: 33.66835rem !important; } }

.px-50 {
  padding-left: 50rem !important;
  padding-right: 50rem !important; }
  @media (max-width: 960px) {
    .px-50 {
      padding-left: 33.335rem !important;
      padding-right: 33.335rem !important; } }

.px-50-5 {
  padding-left: 50.5rem !important;
  padding-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .px-50-5 {
      padding-left: 33.66835rem !important;
      padding-right: 33.66835rem !important; } }

.py-50 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .py-50 {
      padding-top: 33.335rem !important;
      padding-bottom: 33.335rem !important; } }

.py-50-5 {
  padding-top: 50.5rem !important;
  padding-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .py-50-5 {
      padding-top: 33.66835rem !important;
      padding-bottom: 33.66835rem !important; } }

.m-51 {
  margin: 51rem !important; }
  @media (max-width: 960px) {
    .m-51 {
      margin: 34.0017rem !important; } }

.m-51-5 {
  margin: 51.5rem !important; }
  @media (max-width: 960px) {
    .m-51-5 {
      margin: 34.33505rem !important; } }

.mt-51 {
  margin-top: 51rem !important; }
  @media (max-width: 960px) {
    .mt-51 {
      margin-top: 34.0017rem !important; } }

.mt-51-5 {
  margin-top: 51.5rem !important; }
  @media (max-width: 960px) {
    .mt-51-5 {
      margin-top: 34.33505rem !important; } }

.mb-51 {
  margin-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .mb-51 {
      margin-bottom: 34.0017rem !important; } }

.mb-51-5 {
  margin-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .mb-51-5 {
      margin-bottom: 34.33505rem !important; } }

.ml-51 {
  margin-left: 51rem !important; }
  @media (max-width: 960px) {
    .ml-51 {
      margin-left: 34.0017rem !important; } }

.ml-51-5 {
  margin-left: 51.5rem !important; }
  @media (max-width: 960px) {
    .ml-51-5 {
      margin-left: 34.33505rem !important; } }

.mr-51 {
  margin-right: 51rem !important; }
  @media (max-width: 960px) {
    .mr-51 {
      margin-right: 34.0017rem !important; } }

.mr-51-5 {
  margin-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .mr-51-5 {
      margin-right: 34.33505rem !important; } }

.mx-51 {
  margin-left: 51rem !important;
  margin-right: 51rem !important; }
  @media (max-width: 960px) {
    .mx-51 {
      margin-left: 34.0017rem !important;
      margin-right: 34.0017rem !important; } }

.mx-51-5 {
  margin-left: 51.5rem !important;
  margin-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .mx-51-5 {
      margin-left: 34.33505rem !important;
      margin-right: 34.33505rem !important; } }

.my-51 {
  margin-top: 51rem !important;
  margin-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .my-51 {
      margin-top: 34.0017rem !important;
      margin-bottom: 34.0017rem !important; } }

.my-51-5 {
  margin-top: 51.5rem !important;
  margin-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .my-51-5 {
      margin-top: 34.33505rem !important;
      margin-bottom: 34.33505rem !important; } }

.p-51 {
  padding: 51rem !important; }
  @media (max-width: 960px) {
    .p-51 {
      padding: 34.0017rem !important; } }

.p-51-5 {
  padding: 51.5rem !important; }
  @media (max-width: 960px) {
    .p-51-5 {
      padding: 34.33505rem !important; } }

.pt-51 {
  padding-top: 51rem !important; }
  @media (max-width: 960px) {
    .pt-51 {
      padding-top: 34.0017rem !important; } }

.pt-51-5 {
  padding-top: 51.5rem !important; }
  @media (max-width: 960px) {
    .pt-51-5 {
      padding-top: 34.33505rem !important; } }

.pb-51 {
  padding-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .pb-51 {
      padding-bottom: 34.0017rem !important; } }

.pb-51-5 {
  padding-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .pb-51-5 {
      padding-bottom: 34.33505rem !important; } }

.pl-51 {
  padding-left: 51rem !important; }
  @media (max-width: 960px) {
    .pl-51 {
      padding-left: 34.0017rem !important; } }

.pl-51-5 {
  padding-left: 51.5rem !important; }
  @media (max-width: 960px) {
    .pl-51-5 {
      padding-left: 34.33505rem !important; } }

.pr-51 {
  padding-right: 51rem !important; }
  @media (max-width: 960px) {
    .pr-51 {
      padding-right: 34.0017rem !important; } }

.pr-51-5 {
  padding-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .pr-51-5 {
      padding-right: 34.33505rem !important; } }

.px-51 {
  padding-left: 51rem !important;
  padding-right: 51rem !important; }
  @media (max-width: 960px) {
    .px-51 {
      padding-left: 34.0017rem !important;
      padding-right: 34.0017rem !important; } }

.px-51-5 {
  padding-left: 51.5rem !important;
  padding-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .px-51-5 {
      padding-left: 34.33505rem !important;
      padding-right: 34.33505rem !important; } }

.py-51 {
  padding-top: 51rem !important;
  padding-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .py-51 {
      padding-top: 34.0017rem !important;
      padding-bottom: 34.0017rem !important; } }

.py-51-5 {
  padding-top: 51.5rem !important;
  padding-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .py-51-5 {
      padding-top: 34.33505rem !important;
      padding-bottom: 34.33505rem !important; } }

.m-52 {
  margin: 52rem !important; }
  @media (max-width: 960px) {
    .m-52 {
      margin: 34.6684rem !important; } }

.m-52-5 {
  margin: 52.5rem !important; }
  @media (max-width: 960px) {
    .m-52-5 {
      margin: 35.00175rem !important; } }

.mt-52 {
  margin-top: 52rem !important; }
  @media (max-width: 960px) {
    .mt-52 {
      margin-top: 34.6684rem !important; } }

.mt-52-5 {
  margin-top: 52.5rem !important; }
  @media (max-width: 960px) {
    .mt-52-5 {
      margin-top: 35.00175rem !important; } }

.mb-52 {
  margin-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .mb-52 {
      margin-bottom: 34.6684rem !important; } }

.mb-52-5 {
  margin-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .mb-52-5 {
      margin-bottom: 35.00175rem !important; } }

.ml-52 {
  margin-left: 52rem !important; }
  @media (max-width: 960px) {
    .ml-52 {
      margin-left: 34.6684rem !important; } }

.ml-52-5 {
  margin-left: 52.5rem !important; }
  @media (max-width: 960px) {
    .ml-52-5 {
      margin-left: 35.00175rem !important; } }

.mr-52 {
  margin-right: 52rem !important; }
  @media (max-width: 960px) {
    .mr-52 {
      margin-right: 34.6684rem !important; } }

.mr-52-5 {
  margin-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .mr-52-5 {
      margin-right: 35.00175rem !important; } }

.mx-52 {
  margin-left: 52rem !important;
  margin-right: 52rem !important; }
  @media (max-width: 960px) {
    .mx-52 {
      margin-left: 34.6684rem !important;
      margin-right: 34.6684rem !important; } }

.mx-52-5 {
  margin-left: 52.5rem !important;
  margin-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .mx-52-5 {
      margin-left: 35.00175rem !important;
      margin-right: 35.00175rem !important; } }

.my-52 {
  margin-top: 52rem !important;
  margin-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .my-52 {
      margin-top: 34.6684rem !important;
      margin-bottom: 34.6684rem !important; } }

.my-52-5 {
  margin-top: 52.5rem !important;
  margin-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .my-52-5 {
      margin-top: 35.00175rem !important;
      margin-bottom: 35.00175rem !important; } }

.p-52 {
  padding: 52rem !important; }
  @media (max-width: 960px) {
    .p-52 {
      padding: 34.6684rem !important; } }

.p-52-5 {
  padding: 52.5rem !important; }
  @media (max-width: 960px) {
    .p-52-5 {
      padding: 35.00175rem !important; } }

.pt-52 {
  padding-top: 52rem !important; }
  @media (max-width: 960px) {
    .pt-52 {
      padding-top: 34.6684rem !important; } }

.pt-52-5 {
  padding-top: 52.5rem !important; }
  @media (max-width: 960px) {
    .pt-52-5 {
      padding-top: 35.00175rem !important; } }

.pb-52 {
  padding-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .pb-52 {
      padding-bottom: 34.6684rem !important; } }

.pb-52-5 {
  padding-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .pb-52-5 {
      padding-bottom: 35.00175rem !important; } }

.pl-52 {
  padding-left: 52rem !important; }
  @media (max-width: 960px) {
    .pl-52 {
      padding-left: 34.6684rem !important; } }

.pl-52-5 {
  padding-left: 52.5rem !important; }
  @media (max-width: 960px) {
    .pl-52-5 {
      padding-left: 35.00175rem !important; } }

.pr-52 {
  padding-right: 52rem !important; }
  @media (max-width: 960px) {
    .pr-52 {
      padding-right: 34.6684rem !important; } }

.pr-52-5 {
  padding-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .pr-52-5 {
      padding-right: 35.00175rem !important; } }

.px-52 {
  padding-left: 52rem !important;
  padding-right: 52rem !important; }
  @media (max-width: 960px) {
    .px-52 {
      padding-left: 34.6684rem !important;
      padding-right: 34.6684rem !important; } }

.px-52-5 {
  padding-left: 52.5rem !important;
  padding-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .px-52-5 {
      padding-left: 35.00175rem !important;
      padding-right: 35.00175rem !important; } }

.py-52 {
  padding-top: 52rem !important;
  padding-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .py-52 {
      padding-top: 34.6684rem !important;
      padding-bottom: 34.6684rem !important; } }

.py-52-5 {
  padding-top: 52.5rem !important;
  padding-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .py-52-5 {
      padding-top: 35.00175rem !important;
      padding-bottom: 35.00175rem !important; } }

.m-53 {
  margin: 53rem !important; }
  @media (max-width: 960px) {
    .m-53 {
      margin: 35.3351rem !important; } }

.m-53-5 {
  margin: 53.5rem !important; }
  @media (max-width: 960px) {
    .m-53-5 {
      margin: 35.66845rem !important; } }

.mt-53 {
  margin-top: 53rem !important; }
  @media (max-width: 960px) {
    .mt-53 {
      margin-top: 35.3351rem !important; } }

.mt-53-5 {
  margin-top: 53.5rem !important; }
  @media (max-width: 960px) {
    .mt-53-5 {
      margin-top: 35.66845rem !important; } }

.mb-53 {
  margin-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .mb-53 {
      margin-bottom: 35.3351rem !important; } }

.mb-53-5 {
  margin-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .mb-53-5 {
      margin-bottom: 35.66845rem !important; } }

.ml-53 {
  margin-left: 53rem !important; }
  @media (max-width: 960px) {
    .ml-53 {
      margin-left: 35.3351rem !important; } }

.ml-53-5 {
  margin-left: 53.5rem !important; }
  @media (max-width: 960px) {
    .ml-53-5 {
      margin-left: 35.66845rem !important; } }

.mr-53 {
  margin-right: 53rem !important; }
  @media (max-width: 960px) {
    .mr-53 {
      margin-right: 35.3351rem !important; } }

.mr-53-5 {
  margin-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .mr-53-5 {
      margin-right: 35.66845rem !important; } }

.mx-53 {
  margin-left: 53rem !important;
  margin-right: 53rem !important; }
  @media (max-width: 960px) {
    .mx-53 {
      margin-left: 35.3351rem !important;
      margin-right: 35.3351rem !important; } }

.mx-53-5 {
  margin-left: 53.5rem !important;
  margin-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .mx-53-5 {
      margin-left: 35.66845rem !important;
      margin-right: 35.66845rem !important; } }

.my-53 {
  margin-top: 53rem !important;
  margin-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .my-53 {
      margin-top: 35.3351rem !important;
      margin-bottom: 35.3351rem !important; } }

.my-53-5 {
  margin-top: 53.5rem !important;
  margin-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .my-53-5 {
      margin-top: 35.66845rem !important;
      margin-bottom: 35.66845rem !important; } }

.p-53 {
  padding: 53rem !important; }
  @media (max-width: 960px) {
    .p-53 {
      padding: 35.3351rem !important; } }

.p-53-5 {
  padding: 53.5rem !important; }
  @media (max-width: 960px) {
    .p-53-5 {
      padding: 35.66845rem !important; } }

.pt-53 {
  padding-top: 53rem !important; }
  @media (max-width: 960px) {
    .pt-53 {
      padding-top: 35.3351rem !important; } }

.pt-53-5 {
  padding-top: 53.5rem !important; }
  @media (max-width: 960px) {
    .pt-53-5 {
      padding-top: 35.66845rem !important; } }

.pb-53 {
  padding-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .pb-53 {
      padding-bottom: 35.3351rem !important; } }

.pb-53-5 {
  padding-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .pb-53-5 {
      padding-bottom: 35.66845rem !important; } }

.pl-53 {
  padding-left: 53rem !important; }
  @media (max-width: 960px) {
    .pl-53 {
      padding-left: 35.3351rem !important; } }

.pl-53-5 {
  padding-left: 53.5rem !important; }
  @media (max-width: 960px) {
    .pl-53-5 {
      padding-left: 35.66845rem !important; } }

.pr-53 {
  padding-right: 53rem !important; }
  @media (max-width: 960px) {
    .pr-53 {
      padding-right: 35.3351rem !important; } }

.pr-53-5 {
  padding-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .pr-53-5 {
      padding-right: 35.66845rem !important; } }

.px-53 {
  padding-left: 53rem !important;
  padding-right: 53rem !important; }
  @media (max-width: 960px) {
    .px-53 {
      padding-left: 35.3351rem !important;
      padding-right: 35.3351rem !important; } }

.px-53-5 {
  padding-left: 53.5rem !important;
  padding-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .px-53-5 {
      padding-left: 35.66845rem !important;
      padding-right: 35.66845rem !important; } }

.py-53 {
  padding-top: 53rem !important;
  padding-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .py-53 {
      padding-top: 35.3351rem !important;
      padding-bottom: 35.3351rem !important; } }

.py-53-5 {
  padding-top: 53.5rem !important;
  padding-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .py-53-5 {
      padding-top: 35.66845rem !important;
      padding-bottom: 35.66845rem !important; } }

.m-54 {
  margin: 54rem !important; }
  @media (max-width: 960px) {
    .m-54 {
      margin: 36.0018rem !important; } }

.m-54-5 {
  margin: 54.5rem !important; }
  @media (max-width: 960px) {
    .m-54-5 {
      margin: 36.33515rem !important; } }

.mt-54 {
  margin-top: 54rem !important; }
  @media (max-width: 960px) {
    .mt-54 {
      margin-top: 36.0018rem !important; } }

.mt-54-5 {
  margin-top: 54.5rem !important; }
  @media (max-width: 960px) {
    .mt-54-5 {
      margin-top: 36.33515rem !important; } }

.mb-54 {
  margin-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .mb-54 {
      margin-bottom: 36.0018rem !important; } }

.mb-54-5 {
  margin-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .mb-54-5 {
      margin-bottom: 36.33515rem !important; } }

.ml-54 {
  margin-left: 54rem !important; }
  @media (max-width: 960px) {
    .ml-54 {
      margin-left: 36.0018rem !important; } }

.ml-54-5 {
  margin-left: 54.5rem !important; }
  @media (max-width: 960px) {
    .ml-54-5 {
      margin-left: 36.33515rem !important; } }

.mr-54 {
  margin-right: 54rem !important; }
  @media (max-width: 960px) {
    .mr-54 {
      margin-right: 36.0018rem !important; } }

.mr-54-5 {
  margin-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .mr-54-5 {
      margin-right: 36.33515rem !important; } }

.mx-54 {
  margin-left: 54rem !important;
  margin-right: 54rem !important; }
  @media (max-width: 960px) {
    .mx-54 {
      margin-left: 36.0018rem !important;
      margin-right: 36.0018rem !important; } }

.mx-54-5 {
  margin-left: 54.5rem !important;
  margin-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .mx-54-5 {
      margin-left: 36.33515rem !important;
      margin-right: 36.33515rem !important; } }

.my-54 {
  margin-top: 54rem !important;
  margin-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .my-54 {
      margin-top: 36.0018rem !important;
      margin-bottom: 36.0018rem !important; } }

.my-54-5 {
  margin-top: 54.5rem !important;
  margin-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .my-54-5 {
      margin-top: 36.33515rem !important;
      margin-bottom: 36.33515rem !important; } }

.p-54 {
  padding: 54rem !important; }
  @media (max-width: 960px) {
    .p-54 {
      padding: 36.0018rem !important; } }

.p-54-5 {
  padding: 54.5rem !important; }
  @media (max-width: 960px) {
    .p-54-5 {
      padding: 36.33515rem !important; } }

.pt-54 {
  padding-top: 54rem !important; }
  @media (max-width: 960px) {
    .pt-54 {
      padding-top: 36.0018rem !important; } }

.pt-54-5 {
  padding-top: 54.5rem !important; }
  @media (max-width: 960px) {
    .pt-54-5 {
      padding-top: 36.33515rem !important; } }

.pb-54 {
  padding-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .pb-54 {
      padding-bottom: 36.0018rem !important; } }

.pb-54-5 {
  padding-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .pb-54-5 {
      padding-bottom: 36.33515rem !important; } }

.pl-54 {
  padding-left: 54rem !important; }
  @media (max-width: 960px) {
    .pl-54 {
      padding-left: 36.0018rem !important; } }

.pl-54-5 {
  padding-left: 54.5rem !important; }
  @media (max-width: 960px) {
    .pl-54-5 {
      padding-left: 36.33515rem !important; } }

.pr-54 {
  padding-right: 54rem !important; }
  @media (max-width: 960px) {
    .pr-54 {
      padding-right: 36.0018rem !important; } }

.pr-54-5 {
  padding-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .pr-54-5 {
      padding-right: 36.33515rem !important; } }

.px-54 {
  padding-left: 54rem !important;
  padding-right: 54rem !important; }
  @media (max-width: 960px) {
    .px-54 {
      padding-left: 36.0018rem !important;
      padding-right: 36.0018rem !important; } }

.px-54-5 {
  padding-left: 54.5rem !important;
  padding-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .px-54-5 {
      padding-left: 36.33515rem !important;
      padding-right: 36.33515rem !important; } }

.py-54 {
  padding-top: 54rem !important;
  padding-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .py-54 {
      padding-top: 36.0018rem !important;
      padding-bottom: 36.0018rem !important; } }

.py-54-5 {
  padding-top: 54.5rem !important;
  padding-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .py-54-5 {
      padding-top: 36.33515rem !important;
      padding-bottom: 36.33515rem !important; } }

.m-55 {
  margin: 55rem !important; }
  @media (max-width: 960px) {
    .m-55 {
      margin: 36.6685rem !important; } }

.m-55-5 {
  margin: 55.5rem !important; }
  @media (max-width: 960px) {
    .m-55-5 {
      margin: 37.00185rem !important; } }

.mt-55 {
  margin-top: 55rem !important; }
  @media (max-width: 960px) {
    .mt-55 {
      margin-top: 36.6685rem !important; } }

.mt-55-5 {
  margin-top: 55.5rem !important; }
  @media (max-width: 960px) {
    .mt-55-5 {
      margin-top: 37.00185rem !important; } }

.mb-55 {
  margin-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .mb-55 {
      margin-bottom: 36.6685rem !important; } }

.mb-55-5 {
  margin-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .mb-55-5 {
      margin-bottom: 37.00185rem !important; } }

.ml-55 {
  margin-left: 55rem !important; }
  @media (max-width: 960px) {
    .ml-55 {
      margin-left: 36.6685rem !important; } }

.ml-55-5 {
  margin-left: 55.5rem !important; }
  @media (max-width: 960px) {
    .ml-55-5 {
      margin-left: 37.00185rem !important; } }

.mr-55 {
  margin-right: 55rem !important; }
  @media (max-width: 960px) {
    .mr-55 {
      margin-right: 36.6685rem !important; } }

.mr-55-5 {
  margin-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .mr-55-5 {
      margin-right: 37.00185rem !important; } }

.mx-55 {
  margin-left: 55rem !important;
  margin-right: 55rem !important; }
  @media (max-width: 960px) {
    .mx-55 {
      margin-left: 36.6685rem !important;
      margin-right: 36.6685rem !important; } }

.mx-55-5 {
  margin-left: 55.5rem !important;
  margin-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .mx-55-5 {
      margin-left: 37.00185rem !important;
      margin-right: 37.00185rem !important; } }

.my-55 {
  margin-top: 55rem !important;
  margin-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .my-55 {
      margin-top: 36.6685rem !important;
      margin-bottom: 36.6685rem !important; } }

.my-55-5 {
  margin-top: 55.5rem !important;
  margin-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .my-55-5 {
      margin-top: 37.00185rem !important;
      margin-bottom: 37.00185rem !important; } }

.p-55 {
  padding: 55rem !important; }
  @media (max-width: 960px) {
    .p-55 {
      padding: 36.6685rem !important; } }

.p-55-5 {
  padding: 55.5rem !important; }
  @media (max-width: 960px) {
    .p-55-5 {
      padding: 37.00185rem !important; } }

.pt-55 {
  padding-top: 55rem !important; }
  @media (max-width: 960px) {
    .pt-55 {
      padding-top: 36.6685rem !important; } }

.pt-55-5 {
  padding-top: 55.5rem !important; }
  @media (max-width: 960px) {
    .pt-55-5 {
      padding-top: 37.00185rem !important; } }

.pb-55 {
  padding-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .pb-55 {
      padding-bottom: 36.6685rem !important; } }

.pb-55-5 {
  padding-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .pb-55-5 {
      padding-bottom: 37.00185rem !important; } }

.pl-55 {
  padding-left: 55rem !important; }
  @media (max-width: 960px) {
    .pl-55 {
      padding-left: 36.6685rem !important; } }

.pl-55-5 {
  padding-left: 55.5rem !important; }
  @media (max-width: 960px) {
    .pl-55-5 {
      padding-left: 37.00185rem !important; } }

.pr-55 {
  padding-right: 55rem !important; }
  @media (max-width: 960px) {
    .pr-55 {
      padding-right: 36.6685rem !important; } }

.pr-55-5 {
  padding-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .pr-55-5 {
      padding-right: 37.00185rem !important; } }

.px-55 {
  padding-left: 55rem !important;
  padding-right: 55rem !important; }
  @media (max-width: 960px) {
    .px-55 {
      padding-left: 36.6685rem !important;
      padding-right: 36.6685rem !important; } }

.px-55-5 {
  padding-left: 55.5rem !important;
  padding-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .px-55-5 {
      padding-left: 37.00185rem !important;
      padding-right: 37.00185rem !important; } }

.py-55 {
  padding-top: 55rem !important;
  padding-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .py-55 {
      padding-top: 36.6685rem !important;
      padding-bottom: 36.6685rem !important; } }

.py-55-5 {
  padding-top: 55.5rem !important;
  padding-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .py-55-5 {
      padding-top: 37.00185rem !important;
      padding-bottom: 37.00185rem !important; } }

.m-56 {
  margin: 56rem !important; }
  @media (max-width: 960px) {
    .m-56 {
      margin: 37.3352rem !important; } }

.m-56-5 {
  margin: 56.5rem !important; }
  @media (max-width: 960px) {
    .m-56-5 {
      margin: 37.66855rem !important; } }

.mt-56 {
  margin-top: 56rem !important; }
  @media (max-width: 960px) {
    .mt-56 {
      margin-top: 37.3352rem !important; } }

.mt-56-5 {
  margin-top: 56.5rem !important; }
  @media (max-width: 960px) {
    .mt-56-5 {
      margin-top: 37.66855rem !important; } }

.mb-56 {
  margin-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .mb-56 {
      margin-bottom: 37.3352rem !important; } }

.mb-56-5 {
  margin-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .mb-56-5 {
      margin-bottom: 37.66855rem !important; } }

.ml-56 {
  margin-left: 56rem !important; }
  @media (max-width: 960px) {
    .ml-56 {
      margin-left: 37.3352rem !important; } }

.ml-56-5 {
  margin-left: 56.5rem !important; }
  @media (max-width: 960px) {
    .ml-56-5 {
      margin-left: 37.66855rem !important; } }

.mr-56 {
  margin-right: 56rem !important; }
  @media (max-width: 960px) {
    .mr-56 {
      margin-right: 37.3352rem !important; } }

.mr-56-5 {
  margin-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .mr-56-5 {
      margin-right: 37.66855rem !important; } }

.mx-56 {
  margin-left: 56rem !important;
  margin-right: 56rem !important; }
  @media (max-width: 960px) {
    .mx-56 {
      margin-left: 37.3352rem !important;
      margin-right: 37.3352rem !important; } }

.mx-56-5 {
  margin-left: 56.5rem !important;
  margin-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .mx-56-5 {
      margin-left: 37.66855rem !important;
      margin-right: 37.66855rem !important; } }

.my-56 {
  margin-top: 56rem !important;
  margin-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .my-56 {
      margin-top: 37.3352rem !important;
      margin-bottom: 37.3352rem !important; } }

.my-56-5 {
  margin-top: 56.5rem !important;
  margin-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .my-56-5 {
      margin-top: 37.66855rem !important;
      margin-bottom: 37.66855rem !important; } }

.p-56 {
  padding: 56rem !important; }
  @media (max-width: 960px) {
    .p-56 {
      padding: 37.3352rem !important; } }

.p-56-5 {
  padding: 56.5rem !important; }
  @media (max-width: 960px) {
    .p-56-5 {
      padding: 37.66855rem !important; } }

.pt-56 {
  padding-top: 56rem !important; }
  @media (max-width: 960px) {
    .pt-56 {
      padding-top: 37.3352rem !important; } }

.pt-56-5 {
  padding-top: 56.5rem !important; }
  @media (max-width: 960px) {
    .pt-56-5 {
      padding-top: 37.66855rem !important; } }

.pb-56 {
  padding-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .pb-56 {
      padding-bottom: 37.3352rem !important; } }

.pb-56-5 {
  padding-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .pb-56-5 {
      padding-bottom: 37.66855rem !important; } }

.pl-56 {
  padding-left: 56rem !important; }
  @media (max-width: 960px) {
    .pl-56 {
      padding-left: 37.3352rem !important; } }

.pl-56-5 {
  padding-left: 56.5rem !important; }
  @media (max-width: 960px) {
    .pl-56-5 {
      padding-left: 37.66855rem !important; } }

.pr-56 {
  padding-right: 56rem !important; }
  @media (max-width: 960px) {
    .pr-56 {
      padding-right: 37.3352rem !important; } }

.pr-56-5 {
  padding-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .pr-56-5 {
      padding-right: 37.66855rem !important; } }

.px-56 {
  padding-left: 56rem !important;
  padding-right: 56rem !important; }
  @media (max-width: 960px) {
    .px-56 {
      padding-left: 37.3352rem !important;
      padding-right: 37.3352rem !important; } }

.px-56-5 {
  padding-left: 56.5rem !important;
  padding-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .px-56-5 {
      padding-left: 37.66855rem !important;
      padding-right: 37.66855rem !important; } }

.py-56 {
  padding-top: 56rem !important;
  padding-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .py-56 {
      padding-top: 37.3352rem !important;
      padding-bottom: 37.3352rem !important; } }

.py-56-5 {
  padding-top: 56.5rem !important;
  padding-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .py-56-5 {
      padding-top: 37.66855rem !important;
      padding-bottom: 37.66855rem !important; } }

.m-57 {
  margin: 57rem !important; }
  @media (max-width: 960px) {
    .m-57 {
      margin: 38.0019rem !important; } }

.m-57-5 {
  margin: 57.5rem !important; }
  @media (max-width: 960px) {
    .m-57-5 {
      margin: 38.33525rem !important; } }

.mt-57 {
  margin-top: 57rem !important; }
  @media (max-width: 960px) {
    .mt-57 {
      margin-top: 38.0019rem !important; } }

.mt-57-5 {
  margin-top: 57.5rem !important; }
  @media (max-width: 960px) {
    .mt-57-5 {
      margin-top: 38.33525rem !important; } }

.mb-57 {
  margin-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .mb-57 {
      margin-bottom: 38.0019rem !important; } }

.mb-57-5 {
  margin-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .mb-57-5 {
      margin-bottom: 38.33525rem !important; } }

.ml-57 {
  margin-left: 57rem !important; }
  @media (max-width: 960px) {
    .ml-57 {
      margin-left: 38.0019rem !important; } }

.ml-57-5 {
  margin-left: 57.5rem !important; }
  @media (max-width: 960px) {
    .ml-57-5 {
      margin-left: 38.33525rem !important; } }

.mr-57 {
  margin-right: 57rem !important; }
  @media (max-width: 960px) {
    .mr-57 {
      margin-right: 38.0019rem !important; } }

.mr-57-5 {
  margin-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .mr-57-5 {
      margin-right: 38.33525rem !important; } }

.mx-57 {
  margin-left: 57rem !important;
  margin-right: 57rem !important; }
  @media (max-width: 960px) {
    .mx-57 {
      margin-left: 38.0019rem !important;
      margin-right: 38.0019rem !important; } }

.mx-57-5 {
  margin-left: 57.5rem !important;
  margin-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .mx-57-5 {
      margin-left: 38.33525rem !important;
      margin-right: 38.33525rem !important; } }

.my-57 {
  margin-top: 57rem !important;
  margin-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .my-57 {
      margin-top: 38.0019rem !important;
      margin-bottom: 38.0019rem !important; } }

.my-57-5 {
  margin-top: 57.5rem !important;
  margin-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .my-57-5 {
      margin-top: 38.33525rem !important;
      margin-bottom: 38.33525rem !important; } }

.p-57 {
  padding: 57rem !important; }
  @media (max-width: 960px) {
    .p-57 {
      padding: 38.0019rem !important; } }

.p-57-5 {
  padding: 57.5rem !important; }
  @media (max-width: 960px) {
    .p-57-5 {
      padding: 38.33525rem !important; } }

.pt-57 {
  padding-top: 57rem !important; }
  @media (max-width: 960px) {
    .pt-57 {
      padding-top: 38.0019rem !important; } }

.pt-57-5 {
  padding-top: 57.5rem !important; }
  @media (max-width: 960px) {
    .pt-57-5 {
      padding-top: 38.33525rem !important; } }

.pb-57 {
  padding-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .pb-57 {
      padding-bottom: 38.0019rem !important; } }

.pb-57-5 {
  padding-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .pb-57-5 {
      padding-bottom: 38.33525rem !important; } }

.pl-57 {
  padding-left: 57rem !important; }
  @media (max-width: 960px) {
    .pl-57 {
      padding-left: 38.0019rem !important; } }

.pl-57-5 {
  padding-left: 57.5rem !important; }
  @media (max-width: 960px) {
    .pl-57-5 {
      padding-left: 38.33525rem !important; } }

.pr-57 {
  padding-right: 57rem !important; }
  @media (max-width: 960px) {
    .pr-57 {
      padding-right: 38.0019rem !important; } }

.pr-57-5 {
  padding-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .pr-57-5 {
      padding-right: 38.33525rem !important; } }

.px-57 {
  padding-left: 57rem !important;
  padding-right: 57rem !important; }
  @media (max-width: 960px) {
    .px-57 {
      padding-left: 38.0019rem !important;
      padding-right: 38.0019rem !important; } }

.px-57-5 {
  padding-left: 57.5rem !important;
  padding-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .px-57-5 {
      padding-left: 38.33525rem !important;
      padding-right: 38.33525rem !important; } }

.py-57 {
  padding-top: 57rem !important;
  padding-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .py-57 {
      padding-top: 38.0019rem !important;
      padding-bottom: 38.0019rem !important; } }

.py-57-5 {
  padding-top: 57.5rem !important;
  padding-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .py-57-5 {
      padding-top: 38.33525rem !important;
      padding-bottom: 38.33525rem !important; } }

.m-58 {
  margin: 58rem !important; }
  @media (max-width: 960px) {
    .m-58 {
      margin: 38.6686rem !important; } }

.m-58-5 {
  margin: 58.5rem !important; }
  @media (max-width: 960px) {
    .m-58-5 {
      margin: 39.00195rem !important; } }

.mt-58 {
  margin-top: 58rem !important; }
  @media (max-width: 960px) {
    .mt-58 {
      margin-top: 38.6686rem !important; } }

.mt-58-5 {
  margin-top: 58.5rem !important; }
  @media (max-width: 960px) {
    .mt-58-5 {
      margin-top: 39.00195rem !important; } }

.mb-58 {
  margin-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .mb-58 {
      margin-bottom: 38.6686rem !important; } }

.mb-58-5 {
  margin-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .mb-58-5 {
      margin-bottom: 39.00195rem !important; } }

.ml-58 {
  margin-left: 58rem !important; }
  @media (max-width: 960px) {
    .ml-58 {
      margin-left: 38.6686rem !important; } }

.ml-58-5 {
  margin-left: 58.5rem !important; }
  @media (max-width: 960px) {
    .ml-58-5 {
      margin-left: 39.00195rem !important; } }

.mr-58 {
  margin-right: 58rem !important; }
  @media (max-width: 960px) {
    .mr-58 {
      margin-right: 38.6686rem !important; } }

.mr-58-5 {
  margin-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .mr-58-5 {
      margin-right: 39.00195rem !important; } }

.mx-58 {
  margin-left: 58rem !important;
  margin-right: 58rem !important; }
  @media (max-width: 960px) {
    .mx-58 {
      margin-left: 38.6686rem !important;
      margin-right: 38.6686rem !important; } }

.mx-58-5 {
  margin-left: 58.5rem !important;
  margin-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .mx-58-5 {
      margin-left: 39.00195rem !important;
      margin-right: 39.00195rem !important; } }

.my-58 {
  margin-top: 58rem !important;
  margin-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .my-58 {
      margin-top: 38.6686rem !important;
      margin-bottom: 38.6686rem !important; } }

.my-58-5 {
  margin-top: 58.5rem !important;
  margin-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .my-58-5 {
      margin-top: 39.00195rem !important;
      margin-bottom: 39.00195rem !important; } }

.p-58 {
  padding: 58rem !important; }
  @media (max-width: 960px) {
    .p-58 {
      padding: 38.6686rem !important; } }

.p-58-5 {
  padding: 58.5rem !important; }
  @media (max-width: 960px) {
    .p-58-5 {
      padding: 39.00195rem !important; } }

.pt-58 {
  padding-top: 58rem !important; }
  @media (max-width: 960px) {
    .pt-58 {
      padding-top: 38.6686rem !important; } }

.pt-58-5 {
  padding-top: 58.5rem !important; }
  @media (max-width: 960px) {
    .pt-58-5 {
      padding-top: 39.00195rem !important; } }

.pb-58 {
  padding-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .pb-58 {
      padding-bottom: 38.6686rem !important; } }

.pb-58-5 {
  padding-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .pb-58-5 {
      padding-bottom: 39.00195rem !important; } }

.pl-58 {
  padding-left: 58rem !important; }
  @media (max-width: 960px) {
    .pl-58 {
      padding-left: 38.6686rem !important; } }

.pl-58-5 {
  padding-left: 58.5rem !important; }
  @media (max-width: 960px) {
    .pl-58-5 {
      padding-left: 39.00195rem !important; } }

.pr-58 {
  padding-right: 58rem !important; }
  @media (max-width: 960px) {
    .pr-58 {
      padding-right: 38.6686rem !important; } }

.pr-58-5 {
  padding-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .pr-58-5 {
      padding-right: 39.00195rem !important; } }

.px-58 {
  padding-left: 58rem !important;
  padding-right: 58rem !important; }
  @media (max-width: 960px) {
    .px-58 {
      padding-left: 38.6686rem !important;
      padding-right: 38.6686rem !important; } }

.px-58-5 {
  padding-left: 58.5rem !important;
  padding-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .px-58-5 {
      padding-left: 39.00195rem !important;
      padding-right: 39.00195rem !important; } }

.py-58 {
  padding-top: 58rem !important;
  padding-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .py-58 {
      padding-top: 38.6686rem !important;
      padding-bottom: 38.6686rem !important; } }

.py-58-5 {
  padding-top: 58.5rem !important;
  padding-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .py-58-5 {
      padding-top: 39.00195rem !important;
      padding-bottom: 39.00195rem !important; } }

.m-59 {
  margin: 59rem !important; }
  @media (max-width: 960px) {
    .m-59 {
      margin: 39.3353rem !important; } }

.m-59-5 {
  margin: 59.5rem !important; }
  @media (max-width: 960px) {
    .m-59-5 {
      margin: 39.66865rem !important; } }

.mt-59 {
  margin-top: 59rem !important; }
  @media (max-width: 960px) {
    .mt-59 {
      margin-top: 39.3353rem !important; } }

.mt-59-5 {
  margin-top: 59.5rem !important; }
  @media (max-width: 960px) {
    .mt-59-5 {
      margin-top: 39.66865rem !important; } }

.mb-59 {
  margin-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .mb-59 {
      margin-bottom: 39.3353rem !important; } }

.mb-59-5 {
  margin-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .mb-59-5 {
      margin-bottom: 39.66865rem !important; } }

.ml-59 {
  margin-left: 59rem !important; }
  @media (max-width: 960px) {
    .ml-59 {
      margin-left: 39.3353rem !important; } }

.ml-59-5 {
  margin-left: 59.5rem !important; }
  @media (max-width: 960px) {
    .ml-59-5 {
      margin-left: 39.66865rem !important; } }

.mr-59 {
  margin-right: 59rem !important; }
  @media (max-width: 960px) {
    .mr-59 {
      margin-right: 39.3353rem !important; } }

.mr-59-5 {
  margin-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .mr-59-5 {
      margin-right: 39.66865rem !important; } }

.mx-59 {
  margin-left: 59rem !important;
  margin-right: 59rem !important; }
  @media (max-width: 960px) {
    .mx-59 {
      margin-left: 39.3353rem !important;
      margin-right: 39.3353rem !important; } }

.mx-59-5 {
  margin-left: 59.5rem !important;
  margin-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .mx-59-5 {
      margin-left: 39.66865rem !important;
      margin-right: 39.66865rem !important; } }

.my-59 {
  margin-top: 59rem !important;
  margin-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .my-59 {
      margin-top: 39.3353rem !important;
      margin-bottom: 39.3353rem !important; } }

.my-59-5 {
  margin-top: 59.5rem !important;
  margin-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .my-59-5 {
      margin-top: 39.66865rem !important;
      margin-bottom: 39.66865rem !important; } }

.p-59 {
  padding: 59rem !important; }
  @media (max-width: 960px) {
    .p-59 {
      padding: 39.3353rem !important; } }

.p-59-5 {
  padding: 59.5rem !important; }
  @media (max-width: 960px) {
    .p-59-5 {
      padding: 39.66865rem !important; } }

.pt-59 {
  padding-top: 59rem !important; }
  @media (max-width: 960px) {
    .pt-59 {
      padding-top: 39.3353rem !important; } }

.pt-59-5 {
  padding-top: 59.5rem !important; }
  @media (max-width: 960px) {
    .pt-59-5 {
      padding-top: 39.66865rem !important; } }

.pb-59 {
  padding-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .pb-59 {
      padding-bottom: 39.3353rem !important; } }

.pb-59-5 {
  padding-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .pb-59-5 {
      padding-bottom: 39.66865rem !important; } }

.pl-59 {
  padding-left: 59rem !important; }
  @media (max-width: 960px) {
    .pl-59 {
      padding-left: 39.3353rem !important; } }

.pl-59-5 {
  padding-left: 59.5rem !important; }
  @media (max-width: 960px) {
    .pl-59-5 {
      padding-left: 39.66865rem !important; } }

.pr-59 {
  padding-right: 59rem !important; }
  @media (max-width: 960px) {
    .pr-59 {
      padding-right: 39.3353rem !important; } }

.pr-59-5 {
  padding-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .pr-59-5 {
      padding-right: 39.66865rem !important; } }

.px-59 {
  padding-left: 59rem !important;
  padding-right: 59rem !important; }
  @media (max-width: 960px) {
    .px-59 {
      padding-left: 39.3353rem !important;
      padding-right: 39.3353rem !important; } }

.px-59-5 {
  padding-left: 59.5rem !important;
  padding-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .px-59-5 {
      padding-left: 39.66865rem !important;
      padding-right: 39.66865rem !important; } }

.py-59 {
  padding-top: 59rem !important;
  padding-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .py-59 {
      padding-top: 39.3353rem !important;
      padding-bottom: 39.3353rem !important; } }

.py-59-5 {
  padding-top: 59.5rem !important;
  padding-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .py-59-5 {
      padding-top: 39.66865rem !important;
      padding-bottom: 39.66865rem !important; } }

.m-60 {
  margin: 60rem !important; }
  @media (max-width: 960px) {
    .m-60 {
      margin: 40.002rem !important; } }

.m-60-5 {
  margin: 60.5rem !important; }
  @media (max-width: 960px) {
    .m-60-5 {
      margin: 40.33535rem !important; } }

.mt-60 {
  margin-top: 60rem !important; }
  @media (max-width: 960px) {
    .mt-60 {
      margin-top: 40.002rem !important; } }

.mt-60-5 {
  margin-top: 60.5rem !important; }
  @media (max-width: 960px) {
    .mt-60-5 {
      margin-top: 40.33535rem !important; } }

.mb-60 {
  margin-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .mb-60 {
      margin-bottom: 40.002rem !important; } }

.mb-60-5 {
  margin-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .mb-60-5 {
      margin-bottom: 40.33535rem !important; } }

.ml-60 {
  margin-left: 60rem !important; }
  @media (max-width: 960px) {
    .ml-60 {
      margin-left: 40.002rem !important; } }

.ml-60-5 {
  margin-left: 60.5rem !important; }
  @media (max-width: 960px) {
    .ml-60-5 {
      margin-left: 40.33535rem !important; } }

.mr-60 {
  margin-right: 60rem !important; }
  @media (max-width: 960px) {
    .mr-60 {
      margin-right: 40.002rem !important; } }

.mr-60-5 {
  margin-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .mr-60-5 {
      margin-right: 40.33535rem !important; } }

.mx-60 {
  margin-left: 60rem !important;
  margin-right: 60rem !important; }
  @media (max-width: 960px) {
    .mx-60 {
      margin-left: 40.002rem !important;
      margin-right: 40.002rem !important; } }

.mx-60-5 {
  margin-left: 60.5rem !important;
  margin-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .mx-60-5 {
      margin-left: 40.33535rem !important;
      margin-right: 40.33535rem !important; } }

.my-60 {
  margin-top: 60rem !important;
  margin-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .my-60 {
      margin-top: 40.002rem !important;
      margin-bottom: 40.002rem !important; } }

.my-60-5 {
  margin-top: 60.5rem !important;
  margin-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .my-60-5 {
      margin-top: 40.33535rem !important;
      margin-bottom: 40.33535rem !important; } }

.p-60 {
  padding: 60rem !important; }
  @media (max-width: 960px) {
    .p-60 {
      padding: 40.002rem !important; } }

.p-60-5 {
  padding: 60.5rem !important; }
  @media (max-width: 960px) {
    .p-60-5 {
      padding: 40.33535rem !important; } }

.pt-60 {
  padding-top: 60rem !important; }
  @media (max-width: 960px) {
    .pt-60 {
      padding-top: 40.002rem !important; } }

.pt-60-5 {
  padding-top: 60.5rem !important; }
  @media (max-width: 960px) {
    .pt-60-5 {
      padding-top: 40.33535rem !important; } }

.pb-60 {
  padding-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .pb-60 {
      padding-bottom: 40.002rem !important; } }

.pb-60-5 {
  padding-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .pb-60-5 {
      padding-bottom: 40.33535rem !important; } }

.pl-60 {
  padding-left: 60rem !important; }
  @media (max-width: 960px) {
    .pl-60 {
      padding-left: 40.002rem !important; } }

.pl-60-5 {
  padding-left: 60.5rem !important; }
  @media (max-width: 960px) {
    .pl-60-5 {
      padding-left: 40.33535rem !important; } }

.pr-60 {
  padding-right: 60rem !important; }
  @media (max-width: 960px) {
    .pr-60 {
      padding-right: 40.002rem !important; } }

.pr-60-5 {
  padding-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .pr-60-5 {
      padding-right: 40.33535rem !important; } }

.px-60 {
  padding-left: 60rem !important;
  padding-right: 60rem !important; }
  @media (max-width: 960px) {
    .px-60 {
      padding-left: 40.002rem !important;
      padding-right: 40.002rem !important; } }

.px-60-5 {
  padding-left: 60.5rem !important;
  padding-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .px-60-5 {
      padding-left: 40.33535rem !important;
      padding-right: 40.33535rem !important; } }

.py-60 {
  padding-top: 60rem !important;
  padding-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .py-60 {
      padding-top: 40.002rem !important;
      padding-bottom: 40.002rem !important; } }

.py-60-5 {
  padding-top: 60.5rem !important;
  padding-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .py-60-5 {
      padding-top: 40.33535rem !important;
      padding-bottom: 40.33535rem !important; } }

.m-61 {
  margin: 61rem !important; }
  @media (max-width: 960px) {
    .m-61 {
      margin: 40.6687rem !important; } }

.m-61-5 {
  margin: 61.5rem !important; }
  @media (max-width: 960px) {
    .m-61-5 {
      margin: 41.00205rem !important; } }

.mt-61 {
  margin-top: 61rem !important; }
  @media (max-width: 960px) {
    .mt-61 {
      margin-top: 40.6687rem !important; } }

.mt-61-5 {
  margin-top: 61.5rem !important; }
  @media (max-width: 960px) {
    .mt-61-5 {
      margin-top: 41.00205rem !important; } }

.mb-61 {
  margin-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .mb-61 {
      margin-bottom: 40.6687rem !important; } }

.mb-61-5 {
  margin-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .mb-61-5 {
      margin-bottom: 41.00205rem !important; } }

.ml-61 {
  margin-left: 61rem !important; }
  @media (max-width: 960px) {
    .ml-61 {
      margin-left: 40.6687rem !important; } }

.ml-61-5 {
  margin-left: 61.5rem !important; }
  @media (max-width: 960px) {
    .ml-61-5 {
      margin-left: 41.00205rem !important; } }

.mr-61 {
  margin-right: 61rem !important; }
  @media (max-width: 960px) {
    .mr-61 {
      margin-right: 40.6687rem !important; } }

.mr-61-5 {
  margin-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .mr-61-5 {
      margin-right: 41.00205rem !important; } }

.mx-61 {
  margin-left: 61rem !important;
  margin-right: 61rem !important; }
  @media (max-width: 960px) {
    .mx-61 {
      margin-left: 40.6687rem !important;
      margin-right: 40.6687rem !important; } }

.mx-61-5 {
  margin-left: 61.5rem !important;
  margin-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .mx-61-5 {
      margin-left: 41.00205rem !important;
      margin-right: 41.00205rem !important; } }

.my-61 {
  margin-top: 61rem !important;
  margin-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .my-61 {
      margin-top: 40.6687rem !important;
      margin-bottom: 40.6687rem !important; } }

.my-61-5 {
  margin-top: 61.5rem !important;
  margin-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .my-61-5 {
      margin-top: 41.00205rem !important;
      margin-bottom: 41.00205rem !important; } }

.p-61 {
  padding: 61rem !important; }
  @media (max-width: 960px) {
    .p-61 {
      padding: 40.6687rem !important; } }

.p-61-5 {
  padding: 61.5rem !important; }
  @media (max-width: 960px) {
    .p-61-5 {
      padding: 41.00205rem !important; } }

.pt-61 {
  padding-top: 61rem !important; }
  @media (max-width: 960px) {
    .pt-61 {
      padding-top: 40.6687rem !important; } }

.pt-61-5 {
  padding-top: 61.5rem !important; }
  @media (max-width: 960px) {
    .pt-61-5 {
      padding-top: 41.00205rem !important; } }

.pb-61 {
  padding-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .pb-61 {
      padding-bottom: 40.6687rem !important; } }

.pb-61-5 {
  padding-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .pb-61-5 {
      padding-bottom: 41.00205rem !important; } }

.pl-61 {
  padding-left: 61rem !important; }
  @media (max-width: 960px) {
    .pl-61 {
      padding-left: 40.6687rem !important; } }

.pl-61-5 {
  padding-left: 61.5rem !important; }
  @media (max-width: 960px) {
    .pl-61-5 {
      padding-left: 41.00205rem !important; } }

.pr-61 {
  padding-right: 61rem !important; }
  @media (max-width: 960px) {
    .pr-61 {
      padding-right: 40.6687rem !important; } }

.pr-61-5 {
  padding-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .pr-61-5 {
      padding-right: 41.00205rem !important; } }

.px-61 {
  padding-left: 61rem !important;
  padding-right: 61rem !important; }
  @media (max-width: 960px) {
    .px-61 {
      padding-left: 40.6687rem !important;
      padding-right: 40.6687rem !important; } }

.px-61-5 {
  padding-left: 61.5rem !important;
  padding-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .px-61-5 {
      padding-left: 41.00205rem !important;
      padding-right: 41.00205rem !important; } }

.py-61 {
  padding-top: 61rem !important;
  padding-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .py-61 {
      padding-top: 40.6687rem !important;
      padding-bottom: 40.6687rem !important; } }

.py-61-5 {
  padding-top: 61.5rem !important;
  padding-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .py-61-5 {
      padding-top: 41.00205rem !important;
      padding-bottom: 41.00205rem !important; } }

.m-62 {
  margin: 62rem !important; }
  @media (max-width: 960px) {
    .m-62 {
      margin: 41.3354rem !important; } }

.m-62-5 {
  margin: 62.5rem !important; }
  @media (max-width: 960px) {
    .m-62-5 {
      margin: 41.66875rem !important; } }

.mt-62 {
  margin-top: 62rem !important; }
  @media (max-width: 960px) {
    .mt-62 {
      margin-top: 41.3354rem !important; } }

.mt-62-5 {
  margin-top: 62.5rem !important; }
  @media (max-width: 960px) {
    .mt-62-5 {
      margin-top: 41.66875rem !important; } }

.mb-62 {
  margin-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .mb-62 {
      margin-bottom: 41.3354rem !important; } }

.mb-62-5 {
  margin-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .mb-62-5 {
      margin-bottom: 41.66875rem !important; } }

.ml-62 {
  margin-left: 62rem !important; }
  @media (max-width: 960px) {
    .ml-62 {
      margin-left: 41.3354rem !important; } }

.ml-62-5 {
  margin-left: 62.5rem !important; }
  @media (max-width: 960px) {
    .ml-62-5 {
      margin-left: 41.66875rem !important; } }

.mr-62 {
  margin-right: 62rem !important; }
  @media (max-width: 960px) {
    .mr-62 {
      margin-right: 41.3354rem !important; } }

.mr-62-5 {
  margin-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .mr-62-5 {
      margin-right: 41.66875rem !important; } }

.mx-62 {
  margin-left: 62rem !important;
  margin-right: 62rem !important; }
  @media (max-width: 960px) {
    .mx-62 {
      margin-left: 41.3354rem !important;
      margin-right: 41.3354rem !important; } }

.mx-62-5 {
  margin-left: 62.5rem !important;
  margin-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .mx-62-5 {
      margin-left: 41.66875rem !important;
      margin-right: 41.66875rem !important; } }

.my-62 {
  margin-top: 62rem !important;
  margin-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .my-62 {
      margin-top: 41.3354rem !important;
      margin-bottom: 41.3354rem !important; } }

.my-62-5 {
  margin-top: 62.5rem !important;
  margin-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .my-62-5 {
      margin-top: 41.66875rem !important;
      margin-bottom: 41.66875rem !important; } }

.p-62 {
  padding: 62rem !important; }
  @media (max-width: 960px) {
    .p-62 {
      padding: 41.3354rem !important; } }

.p-62-5 {
  padding: 62.5rem !important; }
  @media (max-width: 960px) {
    .p-62-5 {
      padding: 41.66875rem !important; } }

.pt-62 {
  padding-top: 62rem !important; }
  @media (max-width: 960px) {
    .pt-62 {
      padding-top: 41.3354rem !important; } }

.pt-62-5 {
  padding-top: 62.5rem !important; }
  @media (max-width: 960px) {
    .pt-62-5 {
      padding-top: 41.66875rem !important; } }

.pb-62 {
  padding-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .pb-62 {
      padding-bottom: 41.3354rem !important; } }

.pb-62-5 {
  padding-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .pb-62-5 {
      padding-bottom: 41.66875rem !important; } }

.pl-62 {
  padding-left: 62rem !important; }
  @media (max-width: 960px) {
    .pl-62 {
      padding-left: 41.3354rem !important; } }

.pl-62-5 {
  padding-left: 62.5rem !important; }
  @media (max-width: 960px) {
    .pl-62-5 {
      padding-left: 41.66875rem !important; } }

.pr-62 {
  padding-right: 62rem !important; }
  @media (max-width: 960px) {
    .pr-62 {
      padding-right: 41.3354rem !important; } }

.pr-62-5 {
  padding-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .pr-62-5 {
      padding-right: 41.66875rem !important; } }

.px-62 {
  padding-left: 62rem !important;
  padding-right: 62rem !important; }
  @media (max-width: 960px) {
    .px-62 {
      padding-left: 41.3354rem !important;
      padding-right: 41.3354rem !important; } }

.px-62-5 {
  padding-left: 62.5rem !important;
  padding-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .px-62-5 {
      padding-left: 41.66875rem !important;
      padding-right: 41.66875rem !important; } }

.py-62 {
  padding-top: 62rem !important;
  padding-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .py-62 {
      padding-top: 41.3354rem !important;
      padding-bottom: 41.3354rem !important; } }

.py-62-5 {
  padding-top: 62.5rem !important;
  padding-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .py-62-5 {
      padding-top: 41.66875rem !important;
      padding-bottom: 41.66875rem !important; } }

.m-63 {
  margin: 63rem !important; }
  @media (max-width: 960px) {
    .m-63 {
      margin: 42.0021rem !important; } }

.m-63-5 {
  margin: 63.5rem !important; }
  @media (max-width: 960px) {
    .m-63-5 {
      margin: 42.33545rem !important; } }

.mt-63 {
  margin-top: 63rem !important; }
  @media (max-width: 960px) {
    .mt-63 {
      margin-top: 42.0021rem !important; } }

.mt-63-5 {
  margin-top: 63.5rem !important; }
  @media (max-width: 960px) {
    .mt-63-5 {
      margin-top: 42.33545rem !important; } }

.mb-63 {
  margin-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .mb-63 {
      margin-bottom: 42.0021rem !important; } }

.mb-63-5 {
  margin-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .mb-63-5 {
      margin-bottom: 42.33545rem !important; } }

.ml-63 {
  margin-left: 63rem !important; }
  @media (max-width: 960px) {
    .ml-63 {
      margin-left: 42.0021rem !important; } }

.ml-63-5 {
  margin-left: 63.5rem !important; }
  @media (max-width: 960px) {
    .ml-63-5 {
      margin-left: 42.33545rem !important; } }

.mr-63 {
  margin-right: 63rem !important; }
  @media (max-width: 960px) {
    .mr-63 {
      margin-right: 42.0021rem !important; } }

.mr-63-5 {
  margin-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .mr-63-5 {
      margin-right: 42.33545rem !important; } }

.mx-63 {
  margin-left: 63rem !important;
  margin-right: 63rem !important; }
  @media (max-width: 960px) {
    .mx-63 {
      margin-left: 42.0021rem !important;
      margin-right: 42.0021rem !important; } }

.mx-63-5 {
  margin-left: 63.5rem !important;
  margin-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .mx-63-5 {
      margin-left: 42.33545rem !important;
      margin-right: 42.33545rem !important; } }

.my-63 {
  margin-top: 63rem !important;
  margin-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .my-63 {
      margin-top: 42.0021rem !important;
      margin-bottom: 42.0021rem !important; } }

.my-63-5 {
  margin-top: 63.5rem !important;
  margin-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .my-63-5 {
      margin-top: 42.33545rem !important;
      margin-bottom: 42.33545rem !important; } }

.p-63 {
  padding: 63rem !important; }
  @media (max-width: 960px) {
    .p-63 {
      padding: 42.0021rem !important; } }

.p-63-5 {
  padding: 63.5rem !important; }
  @media (max-width: 960px) {
    .p-63-5 {
      padding: 42.33545rem !important; } }

.pt-63 {
  padding-top: 63rem !important; }
  @media (max-width: 960px) {
    .pt-63 {
      padding-top: 42.0021rem !important; } }

.pt-63-5 {
  padding-top: 63.5rem !important; }
  @media (max-width: 960px) {
    .pt-63-5 {
      padding-top: 42.33545rem !important; } }

.pb-63 {
  padding-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .pb-63 {
      padding-bottom: 42.0021rem !important; } }

.pb-63-5 {
  padding-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .pb-63-5 {
      padding-bottom: 42.33545rem !important; } }

.pl-63 {
  padding-left: 63rem !important; }
  @media (max-width: 960px) {
    .pl-63 {
      padding-left: 42.0021rem !important; } }

.pl-63-5 {
  padding-left: 63.5rem !important; }
  @media (max-width: 960px) {
    .pl-63-5 {
      padding-left: 42.33545rem !important; } }

.pr-63 {
  padding-right: 63rem !important; }
  @media (max-width: 960px) {
    .pr-63 {
      padding-right: 42.0021rem !important; } }

.pr-63-5 {
  padding-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .pr-63-5 {
      padding-right: 42.33545rem !important; } }

.px-63 {
  padding-left: 63rem !important;
  padding-right: 63rem !important; }
  @media (max-width: 960px) {
    .px-63 {
      padding-left: 42.0021rem !important;
      padding-right: 42.0021rem !important; } }

.px-63-5 {
  padding-left: 63.5rem !important;
  padding-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .px-63-5 {
      padding-left: 42.33545rem !important;
      padding-right: 42.33545rem !important; } }

.py-63 {
  padding-top: 63rem !important;
  padding-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .py-63 {
      padding-top: 42.0021rem !important;
      padding-bottom: 42.0021rem !important; } }

.py-63-5 {
  padding-top: 63.5rem !important;
  padding-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .py-63-5 {
      padding-top: 42.33545rem !important;
      padding-bottom: 42.33545rem !important; } }

.m-64 {
  margin: 64rem !important; }
  @media (max-width: 960px) {
    .m-64 {
      margin: 42.6688rem !important; } }

.m-64-5 {
  margin: 64.5rem !important; }
  @media (max-width: 960px) {
    .m-64-5 {
      margin: 43.00215rem !important; } }

.mt-64 {
  margin-top: 64rem !important; }
  @media (max-width: 960px) {
    .mt-64 {
      margin-top: 42.6688rem !important; } }

.mt-64-5 {
  margin-top: 64.5rem !important; }
  @media (max-width: 960px) {
    .mt-64-5 {
      margin-top: 43.00215rem !important; } }

.mb-64 {
  margin-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .mb-64 {
      margin-bottom: 42.6688rem !important; } }

.mb-64-5 {
  margin-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .mb-64-5 {
      margin-bottom: 43.00215rem !important; } }

.ml-64 {
  margin-left: 64rem !important; }
  @media (max-width: 960px) {
    .ml-64 {
      margin-left: 42.6688rem !important; } }

.ml-64-5 {
  margin-left: 64.5rem !important; }
  @media (max-width: 960px) {
    .ml-64-5 {
      margin-left: 43.00215rem !important; } }

.mr-64 {
  margin-right: 64rem !important; }
  @media (max-width: 960px) {
    .mr-64 {
      margin-right: 42.6688rem !important; } }

.mr-64-5 {
  margin-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .mr-64-5 {
      margin-right: 43.00215rem !important; } }

.mx-64 {
  margin-left: 64rem !important;
  margin-right: 64rem !important; }
  @media (max-width: 960px) {
    .mx-64 {
      margin-left: 42.6688rem !important;
      margin-right: 42.6688rem !important; } }

.mx-64-5 {
  margin-left: 64.5rem !important;
  margin-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .mx-64-5 {
      margin-left: 43.00215rem !important;
      margin-right: 43.00215rem !important; } }

.my-64 {
  margin-top: 64rem !important;
  margin-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .my-64 {
      margin-top: 42.6688rem !important;
      margin-bottom: 42.6688rem !important; } }

.my-64-5 {
  margin-top: 64.5rem !important;
  margin-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .my-64-5 {
      margin-top: 43.00215rem !important;
      margin-bottom: 43.00215rem !important; } }

.p-64 {
  padding: 64rem !important; }
  @media (max-width: 960px) {
    .p-64 {
      padding: 42.6688rem !important; } }

.p-64-5 {
  padding: 64.5rem !important; }
  @media (max-width: 960px) {
    .p-64-5 {
      padding: 43.00215rem !important; } }

.pt-64 {
  padding-top: 64rem !important; }
  @media (max-width: 960px) {
    .pt-64 {
      padding-top: 42.6688rem !important; } }

.pt-64-5 {
  padding-top: 64.5rem !important; }
  @media (max-width: 960px) {
    .pt-64-5 {
      padding-top: 43.00215rem !important; } }

.pb-64 {
  padding-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .pb-64 {
      padding-bottom: 42.6688rem !important; } }

.pb-64-5 {
  padding-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .pb-64-5 {
      padding-bottom: 43.00215rem !important; } }

.pl-64 {
  padding-left: 64rem !important; }
  @media (max-width: 960px) {
    .pl-64 {
      padding-left: 42.6688rem !important; } }

.pl-64-5 {
  padding-left: 64.5rem !important; }
  @media (max-width: 960px) {
    .pl-64-5 {
      padding-left: 43.00215rem !important; } }

.pr-64 {
  padding-right: 64rem !important; }
  @media (max-width: 960px) {
    .pr-64 {
      padding-right: 42.6688rem !important; } }

.pr-64-5 {
  padding-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .pr-64-5 {
      padding-right: 43.00215rem !important; } }

.px-64 {
  padding-left: 64rem !important;
  padding-right: 64rem !important; }
  @media (max-width: 960px) {
    .px-64 {
      padding-left: 42.6688rem !important;
      padding-right: 42.6688rem !important; } }

.px-64-5 {
  padding-left: 64.5rem !important;
  padding-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .px-64-5 {
      padding-left: 43.00215rem !important;
      padding-right: 43.00215rem !important; } }

.py-64 {
  padding-top: 64rem !important;
  padding-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .py-64 {
      padding-top: 42.6688rem !important;
      padding-bottom: 42.6688rem !important; } }

.py-64-5 {
  padding-top: 64.5rem !important;
  padding-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .py-64-5 {
      padding-top: 43.00215rem !important;
      padding-bottom: 43.00215rem !important; } }

.m-65 {
  margin: 65rem !important; }
  @media (max-width: 960px) {
    .m-65 {
      margin: 43.3355rem !important; } }

.m-65-5 {
  margin: 65.5rem !important; }
  @media (max-width: 960px) {
    .m-65-5 {
      margin: 43.66885rem !important; } }

.mt-65 {
  margin-top: 65rem !important; }
  @media (max-width: 960px) {
    .mt-65 {
      margin-top: 43.3355rem !important; } }

.mt-65-5 {
  margin-top: 65.5rem !important; }
  @media (max-width: 960px) {
    .mt-65-5 {
      margin-top: 43.66885rem !important; } }

.mb-65 {
  margin-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .mb-65 {
      margin-bottom: 43.3355rem !important; } }

.mb-65-5 {
  margin-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .mb-65-5 {
      margin-bottom: 43.66885rem !important; } }

.ml-65 {
  margin-left: 65rem !important; }
  @media (max-width: 960px) {
    .ml-65 {
      margin-left: 43.3355rem !important; } }

.ml-65-5 {
  margin-left: 65.5rem !important; }
  @media (max-width: 960px) {
    .ml-65-5 {
      margin-left: 43.66885rem !important; } }

.mr-65 {
  margin-right: 65rem !important; }
  @media (max-width: 960px) {
    .mr-65 {
      margin-right: 43.3355rem !important; } }

.mr-65-5 {
  margin-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .mr-65-5 {
      margin-right: 43.66885rem !important; } }

.mx-65 {
  margin-left: 65rem !important;
  margin-right: 65rem !important; }
  @media (max-width: 960px) {
    .mx-65 {
      margin-left: 43.3355rem !important;
      margin-right: 43.3355rem !important; } }

.mx-65-5 {
  margin-left: 65.5rem !important;
  margin-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .mx-65-5 {
      margin-left: 43.66885rem !important;
      margin-right: 43.66885rem !important; } }

.my-65 {
  margin-top: 65rem !important;
  margin-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .my-65 {
      margin-top: 43.3355rem !important;
      margin-bottom: 43.3355rem !important; } }

.my-65-5 {
  margin-top: 65.5rem !important;
  margin-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .my-65-5 {
      margin-top: 43.66885rem !important;
      margin-bottom: 43.66885rem !important; } }

.p-65 {
  padding: 65rem !important; }
  @media (max-width: 960px) {
    .p-65 {
      padding: 43.3355rem !important; } }

.p-65-5 {
  padding: 65.5rem !important; }
  @media (max-width: 960px) {
    .p-65-5 {
      padding: 43.66885rem !important; } }

.pt-65 {
  padding-top: 65rem !important; }
  @media (max-width: 960px) {
    .pt-65 {
      padding-top: 43.3355rem !important; } }

.pt-65-5 {
  padding-top: 65.5rem !important; }
  @media (max-width: 960px) {
    .pt-65-5 {
      padding-top: 43.66885rem !important; } }

.pb-65 {
  padding-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .pb-65 {
      padding-bottom: 43.3355rem !important; } }

.pb-65-5 {
  padding-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .pb-65-5 {
      padding-bottom: 43.66885rem !important; } }

.pl-65 {
  padding-left: 65rem !important; }
  @media (max-width: 960px) {
    .pl-65 {
      padding-left: 43.3355rem !important; } }

.pl-65-5 {
  padding-left: 65.5rem !important; }
  @media (max-width: 960px) {
    .pl-65-5 {
      padding-left: 43.66885rem !important; } }

.pr-65 {
  padding-right: 65rem !important; }
  @media (max-width: 960px) {
    .pr-65 {
      padding-right: 43.3355rem !important; } }

.pr-65-5 {
  padding-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .pr-65-5 {
      padding-right: 43.66885rem !important; } }

.px-65 {
  padding-left: 65rem !important;
  padding-right: 65rem !important; }
  @media (max-width: 960px) {
    .px-65 {
      padding-left: 43.3355rem !important;
      padding-right: 43.3355rem !important; } }

.px-65-5 {
  padding-left: 65.5rem !important;
  padding-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .px-65-5 {
      padding-left: 43.66885rem !important;
      padding-right: 43.66885rem !important; } }

.py-65 {
  padding-top: 65rem !important;
  padding-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .py-65 {
      padding-top: 43.3355rem !important;
      padding-bottom: 43.3355rem !important; } }

.py-65-5 {
  padding-top: 65.5rem !important;
  padding-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .py-65-5 {
      padding-top: 43.66885rem !important;
      padding-bottom: 43.66885rem !important; } }

.m-66 {
  margin: 66rem !important; }
  @media (max-width: 960px) {
    .m-66 {
      margin: 44.0022rem !important; } }

.m-66-5 {
  margin: 66.5rem !important; }
  @media (max-width: 960px) {
    .m-66-5 {
      margin: 44.33555rem !important; } }

.mt-66 {
  margin-top: 66rem !important; }
  @media (max-width: 960px) {
    .mt-66 {
      margin-top: 44.0022rem !important; } }

.mt-66-5 {
  margin-top: 66.5rem !important; }
  @media (max-width: 960px) {
    .mt-66-5 {
      margin-top: 44.33555rem !important; } }

.mb-66 {
  margin-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .mb-66 {
      margin-bottom: 44.0022rem !important; } }

.mb-66-5 {
  margin-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .mb-66-5 {
      margin-bottom: 44.33555rem !important; } }

.ml-66 {
  margin-left: 66rem !important; }
  @media (max-width: 960px) {
    .ml-66 {
      margin-left: 44.0022rem !important; } }

.ml-66-5 {
  margin-left: 66.5rem !important; }
  @media (max-width: 960px) {
    .ml-66-5 {
      margin-left: 44.33555rem !important; } }

.mr-66 {
  margin-right: 66rem !important; }
  @media (max-width: 960px) {
    .mr-66 {
      margin-right: 44.0022rem !important; } }

.mr-66-5 {
  margin-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .mr-66-5 {
      margin-right: 44.33555rem !important; } }

.mx-66 {
  margin-left: 66rem !important;
  margin-right: 66rem !important; }
  @media (max-width: 960px) {
    .mx-66 {
      margin-left: 44.0022rem !important;
      margin-right: 44.0022rem !important; } }

.mx-66-5 {
  margin-left: 66.5rem !important;
  margin-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .mx-66-5 {
      margin-left: 44.33555rem !important;
      margin-right: 44.33555rem !important; } }

.my-66 {
  margin-top: 66rem !important;
  margin-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .my-66 {
      margin-top: 44.0022rem !important;
      margin-bottom: 44.0022rem !important; } }

.my-66-5 {
  margin-top: 66.5rem !important;
  margin-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .my-66-5 {
      margin-top: 44.33555rem !important;
      margin-bottom: 44.33555rem !important; } }

.p-66 {
  padding: 66rem !important; }
  @media (max-width: 960px) {
    .p-66 {
      padding: 44.0022rem !important; } }

.p-66-5 {
  padding: 66.5rem !important; }
  @media (max-width: 960px) {
    .p-66-5 {
      padding: 44.33555rem !important; } }

.pt-66 {
  padding-top: 66rem !important; }
  @media (max-width: 960px) {
    .pt-66 {
      padding-top: 44.0022rem !important; } }

.pt-66-5 {
  padding-top: 66.5rem !important; }
  @media (max-width: 960px) {
    .pt-66-5 {
      padding-top: 44.33555rem !important; } }

.pb-66 {
  padding-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .pb-66 {
      padding-bottom: 44.0022rem !important; } }

.pb-66-5 {
  padding-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .pb-66-5 {
      padding-bottom: 44.33555rem !important; } }

.pl-66 {
  padding-left: 66rem !important; }
  @media (max-width: 960px) {
    .pl-66 {
      padding-left: 44.0022rem !important; } }

.pl-66-5 {
  padding-left: 66.5rem !important; }
  @media (max-width: 960px) {
    .pl-66-5 {
      padding-left: 44.33555rem !important; } }

.pr-66 {
  padding-right: 66rem !important; }
  @media (max-width: 960px) {
    .pr-66 {
      padding-right: 44.0022rem !important; } }

.pr-66-5 {
  padding-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .pr-66-5 {
      padding-right: 44.33555rem !important; } }

.px-66 {
  padding-left: 66rem !important;
  padding-right: 66rem !important; }
  @media (max-width: 960px) {
    .px-66 {
      padding-left: 44.0022rem !important;
      padding-right: 44.0022rem !important; } }

.px-66-5 {
  padding-left: 66.5rem !important;
  padding-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .px-66-5 {
      padding-left: 44.33555rem !important;
      padding-right: 44.33555rem !important; } }

.py-66 {
  padding-top: 66rem !important;
  padding-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .py-66 {
      padding-top: 44.0022rem !important;
      padding-bottom: 44.0022rem !important; } }

.py-66-5 {
  padding-top: 66.5rem !important;
  padding-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .py-66-5 {
      padding-top: 44.33555rem !important;
      padding-bottom: 44.33555rem !important; } }

.m-67 {
  margin: 67rem !important; }
  @media (max-width: 960px) {
    .m-67 {
      margin: 44.6689rem !important; } }

.m-67-5 {
  margin: 67.5rem !important; }
  @media (max-width: 960px) {
    .m-67-5 {
      margin: 45.00225rem !important; } }

.mt-67 {
  margin-top: 67rem !important; }
  @media (max-width: 960px) {
    .mt-67 {
      margin-top: 44.6689rem !important; } }

.mt-67-5 {
  margin-top: 67.5rem !important; }
  @media (max-width: 960px) {
    .mt-67-5 {
      margin-top: 45.00225rem !important; } }

.mb-67 {
  margin-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .mb-67 {
      margin-bottom: 44.6689rem !important; } }

.mb-67-5 {
  margin-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .mb-67-5 {
      margin-bottom: 45.00225rem !important; } }

.ml-67 {
  margin-left: 67rem !important; }
  @media (max-width: 960px) {
    .ml-67 {
      margin-left: 44.6689rem !important; } }

.ml-67-5 {
  margin-left: 67.5rem !important; }
  @media (max-width: 960px) {
    .ml-67-5 {
      margin-left: 45.00225rem !important; } }

.mr-67 {
  margin-right: 67rem !important; }
  @media (max-width: 960px) {
    .mr-67 {
      margin-right: 44.6689rem !important; } }

.mr-67-5 {
  margin-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .mr-67-5 {
      margin-right: 45.00225rem !important; } }

.mx-67 {
  margin-left: 67rem !important;
  margin-right: 67rem !important; }
  @media (max-width: 960px) {
    .mx-67 {
      margin-left: 44.6689rem !important;
      margin-right: 44.6689rem !important; } }

.mx-67-5 {
  margin-left: 67.5rem !important;
  margin-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .mx-67-5 {
      margin-left: 45.00225rem !important;
      margin-right: 45.00225rem !important; } }

.my-67 {
  margin-top: 67rem !important;
  margin-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .my-67 {
      margin-top: 44.6689rem !important;
      margin-bottom: 44.6689rem !important; } }

.my-67-5 {
  margin-top: 67.5rem !important;
  margin-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .my-67-5 {
      margin-top: 45.00225rem !important;
      margin-bottom: 45.00225rem !important; } }

.p-67 {
  padding: 67rem !important; }
  @media (max-width: 960px) {
    .p-67 {
      padding: 44.6689rem !important; } }

.p-67-5 {
  padding: 67.5rem !important; }
  @media (max-width: 960px) {
    .p-67-5 {
      padding: 45.00225rem !important; } }

.pt-67 {
  padding-top: 67rem !important; }
  @media (max-width: 960px) {
    .pt-67 {
      padding-top: 44.6689rem !important; } }

.pt-67-5 {
  padding-top: 67.5rem !important; }
  @media (max-width: 960px) {
    .pt-67-5 {
      padding-top: 45.00225rem !important; } }

.pb-67 {
  padding-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .pb-67 {
      padding-bottom: 44.6689rem !important; } }

.pb-67-5 {
  padding-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .pb-67-5 {
      padding-bottom: 45.00225rem !important; } }

.pl-67 {
  padding-left: 67rem !important; }
  @media (max-width: 960px) {
    .pl-67 {
      padding-left: 44.6689rem !important; } }

.pl-67-5 {
  padding-left: 67.5rem !important; }
  @media (max-width: 960px) {
    .pl-67-5 {
      padding-left: 45.00225rem !important; } }

.pr-67 {
  padding-right: 67rem !important; }
  @media (max-width: 960px) {
    .pr-67 {
      padding-right: 44.6689rem !important; } }

.pr-67-5 {
  padding-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .pr-67-5 {
      padding-right: 45.00225rem !important; } }

.px-67 {
  padding-left: 67rem !important;
  padding-right: 67rem !important; }
  @media (max-width: 960px) {
    .px-67 {
      padding-left: 44.6689rem !important;
      padding-right: 44.6689rem !important; } }

.px-67-5 {
  padding-left: 67.5rem !important;
  padding-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .px-67-5 {
      padding-left: 45.00225rem !important;
      padding-right: 45.00225rem !important; } }

.py-67 {
  padding-top: 67rem !important;
  padding-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .py-67 {
      padding-top: 44.6689rem !important;
      padding-bottom: 44.6689rem !important; } }

.py-67-5 {
  padding-top: 67.5rem !important;
  padding-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .py-67-5 {
      padding-top: 45.00225rem !important;
      padding-bottom: 45.00225rem !important; } }

.m-68 {
  margin: 68rem !important; }
  @media (max-width: 960px) {
    .m-68 {
      margin: 45.3356rem !important; } }

.m-68-5 {
  margin: 68.5rem !important; }
  @media (max-width: 960px) {
    .m-68-5 {
      margin: 45.66895rem !important; } }

.mt-68 {
  margin-top: 68rem !important; }
  @media (max-width: 960px) {
    .mt-68 {
      margin-top: 45.3356rem !important; } }

.mt-68-5 {
  margin-top: 68.5rem !important; }
  @media (max-width: 960px) {
    .mt-68-5 {
      margin-top: 45.66895rem !important; } }

.mb-68 {
  margin-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .mb-68 {
      margin-bottom: 45.3356rem !important; } }

.mb-68-5 {
  margin-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .mb-68-5 {
      margin-bottom: 45.66895rem !important; } }

.ml-68 {
  margin-left: 68rem !important; }
  @media (max-width: 960px) {
    .ml-68 {
      margin-left: 45.3356rem !important; } }

.ml-68-5 {
  margin-left: 68.5rem !important; }
  @media (max-width: 960px) {
    .ml-68-5 {
      margin-left: 45.66895rem !important; } }

.mr-68 {
  margin-right: 68rem !important; }
  @media (max-width: 960px) {
    .mr-68 {
      margin-right: 45.3356rem !important; } }

.mr-68-5 {
  margin-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .mr-68-5 {
      margin-right: 45.66895rem !important; } }

.mx-68 {
  margin-left: 68rem !important;
  margin-right: 68rem !important; }
  @media (max-width: 960px) {
    .mx-68 {
      margin-left: 45.3356rem !important;
      margin-right: 45.3356rem !important; } }

.mx-68-5 {
  margin-left: 68.5rem !important;
  margin-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .mx-68-5 {
      margin-left: 45.66895rem !important;
      margin-right: 45.66895rem !important; } }

.my-68 {
  margin-top: 68rem !important;
  margin-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .my-68 {
      margin-top: 45.3356rem !important;
      margin-bottom: 45.3356rem !important; } }

.my-68-5 {
  margin-top: 68.5rem !important;
  margin-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .my-68-5 {
      margin-top: 45.66895rem !important;
      margin-bottom: 45.66895rem !important; } }

.p-68 {
  padding: 68rem !important; }
  @media (max-width: 960px) {
    .p-68 {
      padding: 45.3356rem !important; } }

.p-68-5 {
  padding: 68.5rem !important; }
  @media (max-width: 960px) {
    .p-68-5 {
      padding: 45.66895rem !important; } }

.pt-68 {
  padding-top: 68rem !important; }
  @media (max-width: 960px) {
    .pt-68 {
      padding-top: 45.3356rem !important; } }

.pt-68-5 {
  padding-top: 68.5rem !important; }
  @media (max-width: 960px) {
    .pt-68-5 {
      padding-top: 45.66895rem !important; } }

.pb-68 {
  padding-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .pb-68 {
      padding-bottom: 45.3356rem !important; } }

.pb-68-5 {
  padding-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .pb-68-5 {
      padding-bottom: 45.66895rem !important; } }

.pl-68 {
  padding-left: 68rem !important; }
  @media (max-width: 960px) {
    .pl-68 {
      padding-left: 45.3356rem !important; } }

.pl-68-5 {
  padding-left: 68.5rem !important; }
  @media (max-width: 960px) {
    .pl-68-5 {
      padding-left: 45.66895rem !important; } }

.pr-68 {
  padding-right: 68rem !important; }
  @media (max-width: 960px) {
    .pr-68 {
      padding-right: 45.3356rem !important; } }

.pr-68-5 {
  padding-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .pr-68-5 {
      padding-right: 45.66895rem !important; } }

.px-68 {
  padding-left: 68rem !important;
  padding-right: 68rem !important; }
  @media (max-width: 960px) {
    .px-68 {
      padding-left: 45.3356rem !important;
      padding-right: 45.3356rem !important; } }

.px-68-5 {
  padding-left: 68.5rem !important;
  padding-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .px-68-5 {
      padding-left: 45.66895rem !important;
      padding-right: 45.66895rem !important; } }

.py-68 {
  padding-top: 68rem !important;
  padding-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .py-68 {
      padding-top: 45.3356rem !important;
      padding-bottom: 45.3356rem !important; } }

.py-68-5 {
  padding-top: 68.5rem !important;
  padding-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .py-68-5 {
      padding-top: 45.66895rem !important;
      padding-bottom: 45.66895rem !important; } }

.m-69 {
  margin: 69rem !important; }
  @media (max-width: 960px) {
    .m-69 {
      margin: 46.0023rem !important; } }

.m-69-5 {
  margin: 69.5rem !important; }
  @media (max-width: 960px) {
    .m-69-5 {
      margin: 46.33565rem !important; } }

.mt-69 {
  margin-top: 69rem !important; }
  @media (max-width: 960px) {
    .mt-69 {
      margin-top: 46.0023rem !important; } }

.mt-69-5 {
  margin-top: 69.5rem !important; }
  @media (max-width: 960px) {
    .mt-69-5 {
      margin-top: 46.33565rem !important; } }

.mb-69 {
  margin-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .mb-69 {
      margin-bottom: 46.0023rem !important; } }

.mb-69-5 {
  margin-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .mb-69-5 {
      margin-bottom: 46.33565rem !important; } }

.ml-69 {
  margin-left: 69rem !important; }
  @media (max-width: 960px) {
    .ml-69 {
      margin-left: 46.0023rem !important; } }

.ml-69-5 {
  margin-left: 69.5rem !important; }
  @media (max-width: 960px) {
    .ml-69-5 {
      margin-left: 46.33565rem !important; } }

.mr-69 {
  margin-right: 69rem !important; }
  @media (max-width: 960px) {
    .mr-69 {
      margin-right: 46.0023rem !important; } }

.mr-69-5 {
  margin-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .mr-69-5 {
      margin-right: 46.33565rem !important; } }

.mx-69 {
  margin-left: 69rem !important;
  margin-right: 69rem !important; }
  @media (max-width: 960px) {
    .mx-69 {
      margin-left: 46.0023rem !important;
      margin-right: 46.0023rem !important; } }

.mx-69-5 {
  margin-left: 69.5rem !important;
  margin-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .mx-69-5 {
      margin-left: 46.33565rem !important;
      margin-right: 46.33565rem !important; } }

.my-69 {
  margin-top: 69rem !important;
  margin-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .my-69 {
      margin-top: 46.0023rem !important;
      margin-bottom: 46.0023rem !important; } }

.my-69-5 {
  margin-top: 69.5rem !important;
  margin-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .my-69-5 {
      margin-top: 46.33565rem !important;
      margin-bottom: 46.33565rem !important; } }

.p-69 {
  padding: 69rem !important; }
  @media (max-width: 960px) {
    .p-69 {
      padding: 46.0023rem !important; } }

.p-69-5 {
  padding: 69.5rem !important; }
  @media (max-width: 960px) {
    .p-69-5 {
      padding: 46.33565rem !important; } }

.pt-69 {
  padding-top: 69rem !important; }
  @media (max-width: 960px) {
    .pt-69 {
      padding-top: 46.0023rem !important; } }

.pt-69-5 {
  padding-top: 69.5rem !important; }
  @media (max-width: 960px) {
    .pt-69-5 {
      padding-top: 46.33565rem !important; } }

.pb-69 {
  padding-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .pb-69 {
      padding-bottom: 46.0023rem !important; } }

.pb-69-5 {
  padding-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .pb-69-5 {
      padding-bottom: 46.33565rem !important; } }

.pl-69 {
  padding-left: 69rem !important; }
  @media (max-width: 960px) {
    .pl-69 {
      padding-left: 46.0023rem !important; } }

.pl-69-5 {
  padding-left: 69.5rem !important; }
  @media (max-width: 960px) {
    .pl-69-5 {
      padding-left: 46.33565rem !important; } }

.pr-69 {
  padding-right: 69rem !important; }
  @media (max-width: 960px) {
    .pr-69 {
      padding-right: 46.0023rem !important; } }

.pr-69-5 {
  padding-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .pr-69-5 {
      padding-right: 46.33565rem !important; } }

.px-69 {
  padding-left: 69rem !important;
  padding-right: 69rem !important; }
  @media (max-width: 960px) {
    .px-69 {
      padding-left: 46.0023rem !important;
      padding-right: 46.0023rem !important; } }

.px-69-5 {
  padding-left: 69.5rem !important;
  padding-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .px-69-5 {
      padding-left: 46.33565rem !important;
      padding-right: 46.33565rem !important; } }

.py-69 {
  padding-top: 69rem !important;
  padding-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .py-69 {
      padding-top: 46.0023rem !important;
      padding-bottom: 46.0023rem !important; } }

.py-69-5 {
  padding-top: 69.5rem !important;
  padding-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .py-69-5 {
      padding-top: 46.33565rem !important;
      padding-bottom: 46.33565rem !important; } }

.m-70 {
  margin: 70rem !important; }
  @media (max-width: 960px) {
    .m-70 {
      margin: 46.669rem !important; } }

.m-70-5 {
  margin: 70.5rem !important; }
  @media (max-width: 960px) {
    .m-70-5 {
      margin: 47.00235rem !important; } }

.mt-70 {
  margin-top: 70rem !important; }
  @media (max-width: 960px) {
    .mt-70 {
      margin-top: 46.669rem !important; } }

.mt-70-5 {
  margin-top: 70.5rem !important; }
  @media (max-width: 960px) {
    .mt-70-5 {
      margin-top: 47.00235rem !important; } }

.mb-70 {
  margin-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .mb-70 {
      margin-bottom: 46.669rem !important; } }

.mb-70-5 {
  margin-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .mb-70-5 {
      margin-bottom: 47.00235rem !important; } }

.ml-70 {
  margin-left: 70rem !important; }
  @media (max-width: 960px) {
    .ml-70 {
      margin-left: 46.669rem !important; } }

.ml-70-5 {
  margin-left: 70.5rem !important; }
  @media (max-width: 960px) {
    .ml-70-5 {
      margin-left: 47.00235rem !important; } }

.mr-70 {
  margin-right: 70rem !important; }
  @media (max-width: 960px) {
    .mr-70 {
      margin-right: 46.669rem !important; } }

.mr-70-5 {
  margin-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .mr-70-5 {
      margin-right: 47.00235rem !important; } }

.mx-70 {
  margin-left: 70rem !important;
  margin-right: 70rem !important; }
  @media (max-width: 960px) {
    .mx-70 {
      margin-left: 46.669rem !important;
      margin-right: 46.669rem !important; } }

.mx-70-5 {
  margin-left: 70.5rem !important;
  margin-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .mx-70-5 {
      margin-left: 47.00235rem !important;
      margin-right: 47.00235rem !important; } }

.my-70 {
  margin-top: 70rem !important;
  margin-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .my-70 {
      margin-top: 46.669rem !important;
      margin-bottom: 46.669rem !important; } }

.my-70-5 {
  margin-top: 70.5rem !important;
  margin-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .my-70-5 {
      margin-top: 47.00235rem !important;
      margin-bottom: 47.00235rem !important; } }

.p-70 {
  padding: 70rem !important; }
  @media (max-width: 960px) {
    .p-70 {
      padding: 46.669rem !important; } }

.p-70-5 {
  padding: 70.5rem !important; }
  @media (max-width: 960px) {
    .p-70-5 {
      padding: 47.00235rem !important; } }

.pt-70 {
  padding-top: 70rem !important; }
  @media (max-width: 960px) {
    .pt-70 {
      padding-top: 46.669rem !important; } }

.pt-70-5 {
  padding-top: 70.5rem !important; }
  @media (max-width: 960px) {
    .pt-70-5 {
      padding-top: 47.00235rem !important; } }

.pb-70 {
  padding-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .pb-70 {
      padding-bottom: 46.669rem !important; } }

.pb-70-5 {
  padding-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .pb-70-5 {
      padding-bottom: 47.00235rem !important; } }

.pl-70 {
  padding-left: 70rem !important; }
  @media (max-width: 960px) {
    .pl-70 {
      padding-left: 46.669rem !important; } }

.pl-70-5 {
  padding-left: 70.5rem !important; }
  @media (max-width: 960px) {
    .pl-70-5 {
      padding-left: 47.00235rem !important; } }

.pr-70 {
  padding-right: 70rem !important; }
  @media (max-width: 960px) {
    .pr-70 {
      padding-right: 46.669rem !important; } }

.pr-70-5 {
  padding-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .pr-70-5 {
      padding-right: 47.00235rem !important; } }

.px-70 {
  padding-left: 70rem !important;
  padding-right: 70rem !important; }
  @media (max-width: 960px) {
    .px-70 {
      padding-left: 46.669rem !important;
      padding-right: 46.669rem !important; } }

.px-70-5 {
  padding-left: 70.5rem !important;
  padding-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .px-70-5 {
      padding-left: 47.00235rem !important;
      padding-right: 47.00235rem !important; } }

.py-70 {
  padding-top: 70rem !important;
  padding-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .py-70 {
      padding-top: 46.669rem !important;
      padding-bottom: 46.669rem !important; } }

.py-70-5 {
  padding-top: 70.5rem !important;
  padding-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .py-70-5 {
      padding-top: 47.00235rem !important;
      padding-bottom: 47.00235rem !important; } }

.m-71 {
  margin: 71rem !important; }
  @media (max-width: 960px) {
    .m-71 {
      margin: 47.3357rem !important; } }

.m-71-5 {
  margin: 71.5rem !important; }
  @media (max-width: 960px) {
    .m-71-5 {
      margin: 47.66905rem !important; } }

.mt-71 {
  margin-top: 71rem !important; }
  @media (max-width: 960px) {
    .mt-71 {
      margin-top: 47.3357rem !important; } }

.mt-71-5 {
  margin-top: 71.5rem !important; }
  @media (max-width: 960px) {
    .mt-71-5 {
      margin-top: 47.66905rem !important; } }

.mb-71 {
  margin-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .mb-71 {
      margin-bottom: 47.3357rem !important; } }

.mb-71-5 {
  margin-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .mb-71-5 {
      margin-bottom: 47.66905rem !important; } }

.ml-71 {
  margin-left: 71rem !important; }
  @media (max-width: 960px) {
    .ml-71 {
      margin-left: 47.3357rem !important; } }

.ml-71-5 {
  margin-left: 71.5rem !important; }
  @media (max-width: 960px) {
    .ml-71-5 {
      margin-left: 47.66905rem !important; } }

.mr-71 {
  margin-right: 71rem !important; }
  @media (max-width: 960px) {
    .mr-71 {
      margin-right: 47.3357rem !important; } }

.mr-71-5 {
  margin-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .mr-71-5 {
      margin-right: 47.66905rem !important; } }

.mx-71 {
  margin-left: 71rem !important;
  margin-right: 71rem !important; }
  @media (max-width: 960px) {
    .mx-71 {
      margin-left: 47.3357rem !important;
      margin-right: 47.3357rem !important; } }

.mx-71-5 {
  margin-left: 71.5rem !important;
  margin-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .mx-71-5 {
      margin-left: 47.66905rem !important;
      margin-right: 47.66905rem !important; } }

.my-71 {
  margin-top: 71rem !important;
  margin-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .my-71 {
      margin-top: 47.3357rem !important;
      margin-bottom: 47.3357rem !important; } }

.my-71-5 {
  margin-top: 71.5rem !important;
  margin-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .my-71-5 {
      margin-top: 47.66905rem !important;
      margin-bottom: 47.66905rem !important; } }

.p-71 {
  padding: 71rem !important; }
  @media (max-width: 960px) {
    .p-71 {
      padding: 47.3357rem !important; } }

.p-71-5 {
  padding: 71.5rem !important; }
  @media (max-width: 960px) {
    .p-71-5 {
      padding: 47.66905rem !important; } }

.pt-71 {
  padding-top: 71rem !important; }
  @media (max-width: 960px) {
    .pt-71 {
      padding-top: 47.3357rem !important; } }

.pt-71-5 {
  padding-top: 71.5rem !important; }
  @media (max-width: 960px) {
    .pt-71-5 {
      padding-top: 47.66905rem !important; } }

.pb-71 {
  padding-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .pb-71 {
      padding-bottom: 47.3357rem !important; } }

.pb-71-5 {
  padding-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .pb-71-5 {
      padding-bottom: 47.66905rem !important; } }

.pl-71 {
  padding-left: 71rem !important; }
  @media (max-width: 960px) {
    .pl-71 {
      padding-left: 47.3357rem !important; } }

.pl-71-5 {
  padding-left: 71.5rem !important; }
  @media (max-width: 960px) {
    .pl-71-5 {
      padding-left: 47.66905rem !important; } }

.pr-71 {
  padding-right: 71rem !important; }
  @media (max-width: 960px) {
    .pr-71 {
      padding-right: 47.3357rem !important; } }

.pr-71-5 {
  padding-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .pr-71-5 {
      padding-right: 47.66905rem !important; } }

.px-71 {
  padding-left: 71rem !important;
  padding-right: 71rem !important; }
  @media (max-width: 960px) {
    .px-71 {
      padding-left: 47.3357rem !important;
      padding-right: 47.3357rem !important; } }

.px-71-5 {
  padding-left: 71.5rem !important;
  padding-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .px-71-5 {
      padding-left: 47.66905rem !important;
      padding-right: 47.66905rem !important; } }

.py-71 {
  padding-top: 71rem !important;
  padding-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .py-71 {
      padding-top: 47.3357rem !important;
      padding-bottom: 47.3357rem !important; } }

.py-71-5 {
  padding-top: 71.5rem !important;
  padding-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .py-71-5 {
      padding-top: 47.66905rem !important;
      padding-bottom: 47.66905rem !important; } }

.m-72 {
  margin: 72rem !important; }
  @media (max-width: 960px) {
    .m-72 {
      margin: 48.0024rem !important; } }

.m-72-5 {
  margin: 72.5rem !important; }
  @media (max-width: 960px) {
    .m-72-5 {
      margin: 48.33575rem !important; } }

.mt-72 {
  margin-top: 72rem !important; }
  @media (max-width: 960px) {
    .mt-72 {
      margin-top: 48.0024rem !important; } }

.mt-72-5 {
  margin-top: 72.5rem !important; }
  @media (max-width: 960px) {
    .mt-72-5 {
      margin-top: 48.33575rem !important; } }

.mb-72 {
  margin-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .mb-72 {
      margin-bottom: 48.0024rem !important; } }

.mb-72-5 {
  margin-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .mb-72-5 {
      margin-bottom: 48.33575rem !important; } }

.ml-72 {
  margin-left: 72rem !important; }
  @media (max-width: 960px) {
    .ml-72 {
      margin-left: 48.0024rem !important; } }

.ml-72-5 {
  margin-left: 72.5rem !important; }
  @media (max-width: 960px) {
    .ml-72-5 {
      margin-left: 48.33575rem !important; } }

.mr-72 {
  margin-right: 72rem !important; }
  @media (max-width: 960px) {
    .mr-72 {
      margin-right: 48.0024rem !important; } }

.mr-72-5 {
  margin-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .mr-72-5 {
      margin-right: 48.33575rem !important; } }

.mx-72 {
  margin-left: 72rem !important;
  margin-right: 72rem !important; }
  @media (max-width: 960px) {
    .mx-72 {
      margin-left: 48.0024rem !important;
      margin-right: 48.0024rem !important; } }

.mx-72-5 {
  margin-left: 72.5rem !important;
  margin-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .mx-72-5 {
      margin-left: 48.33575rem !important;
      margin-right: 48.33575rem !important; } }

.my-72 {
  margin-top: 72rem !important;
  margin-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .my-72 {
      margin-top: 48.0024rem !important;
      margin-bottom: 48.0024rem !important; } }

.my-72-5 {
  margin-top: 72.5rem !important;
  margin-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .my-72-5 {
      margin-top: 48.33575rem !important;
      margin-bottom: 48.33575rem !important; } }

.p-72 {
  padding: 72rem !important; }
  @media (max-width: 960px) {
    .p-72 {
      padding: 48.0024rem !important; } }

.p-72-5 {
  padding: 72.5rem !important; }
  @media (max-width: 960px) {
    .p-72-5 {
      padding: 48.33575rem !important; } }

.pt-72 {
  padding-top: 72rem !important; }
  @media (max-width: 960px) {
    .pt-72 {
      padding-top: 48.0024rem !important; } }

.pt-72-5 {
  padding-top: 72.5rem !important; }
  @media (max-width: 960px) {
    .pt-72-5 {
      padding-top: 48.33575rem !important; } }

.pb-72 {
  padding-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .pb-72 {
      padding-bottom: 48.0024rem !important; } }

.pb-72-5 {
  padding-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .pb-72-5 {
      padding-bottom: 48.33575rem !important; } }

.pl-72 {
  padding-left: 72rem !important; }
  @media (max-width: 960px) {
    .pl-72 {
      padding-left: 48.0024rem !important; } }

.pl-72-5 {
  padding-left: 72.5rem !important; }
  @media (max-width: 960px) {
    .pl-72-5 {
      padding-left: 48.33575rem !important; } }

.pr-72 {
  padding-right: 72rem !important; }
  @media (max-width: 960px) {
    .pr-72 {
      padding-right: 48.0024rem !important; } }

.pr-72-5 {
  padding-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .pr-72-5 {
      padding-right: 48.33575rem !important; } }

.px-72 {
  padding-left: 72rem !important;
  padding-right: 72rem !important; }
  @media (max-width: 960px) {
    .px-72 {
      padding-left: 48.0024rem !important;
      padding-right: 48.0024rem !important; } }

.px-72-5 {
  padding-left: 72.5rem !important;
  padding-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .px-72-5 {
      padding-left: 48.33575rem !important;
      padding-right: 48.33575rem !important; } }

.py-72 {
  padding-top: 72rem !important;
  padding-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .py-72 {
      padding-top: 48.0024rem !important;
      padding-bottom: 48.0024rem !important; } }

.py-72-5 {
  padding-top: 72.5rem !important;
  padding-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .py-72-5 {
      padding-top: 48.33575rem !important;
      padding-bottom: 48.33575rem !important; } }

.m-73 {
  margin: 73rem !important; }
  @media (max-width: 960px) {
    .m-73 {
      margin: 48.6691rem !important; } }

.m-73-5 {
  margin: 73.5rem !important; }
  @media (max-width: 960px) {
    .m-73-5 {
      margin: 49.00245rem !important; } }

.mt-73 {
  margin-top: 73rem !important; }
  @media (max-width: 960px) {
    .mt-73 {
      margin-top: 48.6691rem !important; } }

.mt-73-5 {
  margin-top: 73.5rem !important; }
  @media (max-width: 960px) {
    .mt-73-5 {
      margin-top: 49.00245rem !important; } }

.mb-73 {
  margin-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .mb-73 {
      margin-bottom: 48.6691rem !important; } }

.mb-73-5 {
  margin-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .mb-73-5 {
      margin-bottom: 49.00245rem !important; } }

.ml-73 {
  margin-left: 73rem !important; }
  @media (max-width: 960px) {
    .ml-73 {
      margin-left: 48.6691rem !important; } }

.ml-73-5 {
  margin-left: 73.5rem !important; }
  @media (max-width: 960px) {
    .ml-73-5 {
      margin-left: 49.00245rem !important; } }

.mr-73 {
  margin-right: 73rem !important; }
  @media (max-width: 960px) {
    .mr-73 {
      margin-right: 48.6691rem !important; } }

.mr-73-5 {
  margin-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .mr-73-5 {
      margin-right: 49.00245rem !important; } }

.mx-73 {
  margin-left: 73rem !important;
  margin-right: 73rem !important; }
  @media (max-width: 960px) {
    .mx-73 {
      margin-left: 48.6691rem !important;
      margin-right: 48.6691rem !important; } }

.mx-73-5 {
  margin-left: 73.5rem !important;
  margin-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .mx-73-5 {
      margin-left: 49.00245rem !important;
      margin-right: 49.00245rem !important; } }

.my-73 {
  margin-top: 73rem !important;
  margin-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .my-73 {
      margin-top: 48.6691rem !important;
      margin-bottom: 48.6691rem !important; } }

.my-73-5 {
  margin-top: 73.5rem !important;
  margin-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .my-73-5 {
      margin-top: 49.00245rem !important;
      margin-bottom: 49.00245rem !important; } }

.p-73 {
  padding: 73rem !important; }
  @media (max-width: 960px) {
    .p-73 {
      padding: 48.6691rem !important; } }

.p-73-5 {
  padding: 73.5rem !important; }
  @media (max-width: 960px) {
    .p-73-5 {
      padding: 49.00245rem !important; } }

.pt-73 {
  padding-top: 73rem !important; }
  @media (max-width: 960px) {
    .pt-73 {
      padding-top: 48.6691rem !important; } }

.pt-73-5 {
  padding-top: 73.5rem !important; }
  @media (max-width: 960px) {
    .pt-73-5 {
      padding-top: 49.00245rem !important; } }

.pb-73 {
  padding-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .pb-73 {
      padding-bottom: 48.6691rem !important; } }

.pb-73-5 {
  padding-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .pb-73-5 {
      padding-bottom: 49.00245rem !important; } }

.pl-73 {
  padding-left: 73rem !important; }
  @media (max-width: 960px) {
    .pl-73 {
      padding-left: 48.6691rem !important; } }

.pl-73-5 {
  padding-left: 73.5rem !important; }
  @media (max-width: 960px) {
    .pl-73-5 {
      padding-left: 49.00245rem !important; } }

.pr-73 {
  padding-right: 73rem !important; }
  @media (max-width: 960px) {
    .pr-73 {
      padding-right: 48.6691rem !important; } }

.pr-73-5 {
  padding-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .pr-73-5 {
      padding-right: 49.00245rem !important; } }

.px-73 {
  padding-left: 73rem !important;
  padding-right: 73rem !important; }
  @media (max-width: 960px) {
    .px-73 {
      padding-left: 48.6691rem !important;
      padding-right: 48.6691rem !important; } }

.px-73-5 {
  padding-left: 73.5rem !important;
  padding-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .px-73-5 {
      padding-left: 49.00245rem !important;
      padding-right: 49.00245rem !important; } }

.py-73 {
  padding-top: 73rem !important;
  padding-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .py-73 {
      padding-top: 48.6691rem !important;
      padding-bottom: 48.6691rem !important; } }

.py-73-5 {
  padding-top: 73.5rem !important;
  padding-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .py-73-5 {
      padding-top: 49.00245rem !important;
      padding-bottom: 49.00245rem !important; } }

.m-74 {
  margin: 74rem !important; }
  @media (max-width: 960px) {
    .m-74 {
      margin: 49.3358rem !important; } }

.m-74-5 {
  margin: 74.5rem !important; }
  @media (max-width: 960px) {
    .m-74-5 {
      margin: 49.66915rem !important; } }

.mt-74 {
  margin-top: 74rem !important; }
  @media (max-width: 960px) {
    .mt-74 {
      margin-top: 49.3358rem !important; } }

.mt-74-5 {
  margin-top: 74.5rem !important; }
  @media (max-width: 960px) {
    .mt-74-5 {
      margin-top: 49.66915rem !important; } }

.mb-74 {
  margin-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .mb-74 {
      margin-bottom: 49.3358rem !important; } }

.mb-74-5 {
  margin-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .mb-74-5 {
      margin-bottom: 49.66915rem !important; } }

.ml-74 {
  margin-left: 74rem !important; }
  @media (max-width: 960px) {
    .ml-74 {
      margin-left: 49.3358rem !important; } }

.ml-74-5 {
  margin-left: 74.5rem !important; }
  @media (max-width: 960px) {
    .ml-74-5 {
      margin-left: 49.66915rem !important; } }

.mr-74 {
  margin-right: 74rem !important; }
  @media (max-width: 960px) {
    .mr-74 {
      margin-right: 49.3358rem !important; } }

.mr-74-5 {
  margin-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .mr-74-5 {
      margin-right: 49.66915rem !important; } }

.mx-74 {
  margin-left: 74rem !important;
  margin-right: 74rem !important; }
  @media (max-width: 960px) {
    .mx-74 {
      margin-left: 49.3358rem !important;
      margin-right: 49.3358rem !important; } }

.mx-74-5 {
  margin-left: 74.5rem !important;
  margin-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .mx-74-5 {
      margin-left: 49.66915rem !important;
      margin-right: 49.66915rem !important; } }

.my-74 {
  margin-top: 74rem !important;
  margin-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .my-74 {
      margin-top: 49.3358rem !important;
      margin-bottom: 49.3358rem !important; } }

.my-74-5 {
  margin-top: 74.5rem !important;
  margin-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .my-74-5 {
      margin-top: 49.66915rem !important;
      margin-bottom: 49.66915rem !important; } }

.p-74 {
  padding: 74rem !important; }
  @media (max-width: 960px) {
    .p-74 {
      padding: 49.3358rem !important; } }

.p-74-5 {
  padding: 74.5rem !important; }
  @media (max-width: 960px) {
    .p-74-5 {
      padding: 49.66915rem !important; } }

.pt-74 {
  padding-top: 74rem !important; }
  @media (max-width: 960px) {
    .pt-74 {
      padding-top: 49.3358rem !important; } }

.pt-74-5 {
  padding-top: 74.5rem !important; }
  @media (max-width: 960px) {
    .pt-74-5 {
      padding-top: 49.66915rem !important; } }

.pb-74 {
  padding-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .pb-74 {
      padding-bottom: 49.3358rem !important; } }

.pb-74-5 {
  padding-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .pb-74-5 {
      padding-bottom: 49.66915rem !important; } }

.pl-74 {
  padding-left: 74rem !important; }
  @media (max-width: 960px) {
    .pl-74 {
      padding-left: 49.3358rem !important; } }

.pl-74-5 {
  padding-left: 74.5rem !important; }
  @media (max-width: 960px) {
    .pl-74-5 {
      padding-left: 49.66915rem !important; } }

.pr-74 {
  padding-right: 74rem !important; }
  @media (max-width: 960px) {
    .pr-74 {
      padding-right: 49.3358rem !important; } }

.pr-74-5 {
  padding-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .pr-74-5 {
      padding-right: 49.66915rem !important; } }

.px-74 {
  padding-left: 74rem !important;
  padding-right: 74rem !important; }
  @media (max-width: 960px) {
    .px-74 {
      padding-left: 49.3358rem !important;
      padding-right: 49.3358rem !important; } }

.px-74-5 {
  padding-left: 74.5rem !important;
  padding-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .px-74-5 {
      padding-left: 49.66915rem !important;
      padding-right: 49.66915rem !important; } }

.py-74 {
  padding-top: 74rem !important;
  padding-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .py-74 {
      padding-top: 49.3358rem !important;
      padding-bottom: 49.3358rem !important; } }

.py-74-5 {
  padding-top: 74.5rem !important;
  padding-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .py-74-5 {
      padding-top: 49.66915rem !important;
      padding-bottom: 49.66915rem !important; } }

.m-75 {
  margin: 75rem !important; }
  @media (max-width: 960px) {
    .m-75 {
      margin: 50.0025rem !important; } }

.m-75-5 {
  margin: 75.5rem !important; }
  @media (max-width: 960px) {
    .m-75-5 {
      margin: 50.33585rem !important; } }

.mt-75 {
  margin-top: 75rem !important; }
  @media (max-width: 960px) {
    .mt-75 {
      margin-top: 50.0025rem !important; } }

.mt-75-5 {
  margin-top: 75.5rem !important; }
  @media (max-width: 960px) {
    .mt-75-5 {
      margin-top: 50.33585rem !important; } }

.mb-75 {
  margin-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .mb-75 {
      margin-bottom: 50.0025rem !important; } }

.mb-75-5 {
  margin-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .mb-75-5 {
      margin-bottom: 50.33585rem !important; } }

.ml-75 {
  margin-left: 75rem !important; }
  @media (max-width: 960px) {
    .ml-75 {
      margin-left: 50.0025rem !important; } }

.ml-75-5 {
  margin-left: 75.5rem !important; }
  @media (max-width: 960px) {
    .ml-75-5 {
      margin-left: 50.33585rem !important; } }

.mr-75 {
  margin-right: 75rem !important; }
  @media (max-width: 960px) {
    .mr-75 {
      margin-right: 50.0025rem !important; } }

.mr-75-5 {
  margin-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .mr-75-5 {
      margin-right: 50.33585rem !important; } }

.mx-75 {
  margin-left: 75rem !important;
  margin-right: 75rem !important; }
  @media (max-width: 960px) {
    .mx-75 {
      margin-left: 50.0025rem !important;
      margin-right: 50.0025rem !important; } }

.mx-75-5 {
  margin-left: 75.5rem !important;
  margin-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .mx-75-5 {
      margin-left: 50.33585rem !important;
      margin-right: 50.33585rem !important; } }

.my-75 {
  margin-top: 75rem !important;
  margin-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .my-75 {
      margin-top: 50.0025rem !important;
      margin-bottom: 50.0025rem !important; } }

.my-75-5 {
  margin-top: 75.5rem !important;
  margin-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .my-75-5 {
      margin-top: 50.33585rem !important;
      margin-bottom: 50.33585rem !important; } }

.p-75 {
  padding: 75rem !important; }
  @media (max-width: 960px) {
    .p-75 {
      padding: 50.0025rem !important; } }

.p-75-5 {
  padding: 75.5rem !important; }
  @media (max-width: 960px) {
    .p-75-5 {
      padding: 50.33585rem !important; } }

.pt-75 {
  padding-top: 75rem !important; }
  @media (max-width: 960px) {
    .pt-75 {
      padding-top: 50.0025rem !important; } }

.pt-75-5 {
  padding-top: 75.5rem !important; }
  @media (max-width: 960px) {
    .pt-75-5 {
      padding-top: 50.33585rem !important; } }

.pb-75 {
  padding-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .pb-75 {
      padding-bottom: 50.0025rem !important; } }

.pb-75-5 {
  padding-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .pb-75-5 {
      padding-bottom: 50.33585rem !important; } }

.pl-75 {
  padding-left: 75rem !important; }
  @media (max-width: 960px) {
    .pl-75 {
      padding-left: 50.0025rem !important; } }

.pl-75-5 {
  padding-left: 75.5rem !important; }
  @media (max-width: 960px) {
    .pl-75-5 {
      padding-left: 50.33585rem !important; } }

.pr-75 {
  padding-right: 75rem !important; }
  @media (max-width: 960px) {
    .pr-75 {
      padding-right: 50.0025rem !important; } }

.pr-75-5 {
  padding-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .pr-75-5 {
      padding-right: 50.33585rem !important; } }

.px-75 {
  padding-left: 75rem !important;
  padding-right: 75rem !important; }
  @media (max-width: 960px) {
    .px-75 {
      padding-left: 50.0025rem !important;
      padding-right: 50.0025rem !important; } }

.px-75-5 {
  padding-left: 75.5rem !important;
  padding-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .px-75-5 {
      padding-left: 50.33585rem !important;
      padding-right: 50.33585rem !important; } }

.py-75 {
  padding-top: 75rem !important;
  padding-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .py-75 {
      padding-top: 50.0025rem !important;
      padding-bottom: 50.0025rem !important; } }

.py-75-5 {
  padding-top: 75.5rem !important;
  padding-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .py-75-5 {
      padding-top: 50.33585rem !important;
      padding-bottom: 50.33585rem !important; } }

.m-76 {
  margin: 76rem !important; }
  @media (max-width: 960px) {
    .m-76 {
      margin: 50.6692rem !important; } }

.m-76-5 {
  margin: 76.5rem !important; }
  @media (max-width: 960px) {
    .m-76-5 {
      margin: 51.00255rem !important; } }

.mt-76 {
  margin-top: 76rem !important; }
  @media (max-width: 960px) {
    .mt-76 {
      margin-top: 50.6692rem !important; } }

.mt-76-5 {
  margin-top: 76.5rem !important; }
  @media (max-width: 960px) {
    .mt-76-5 {
      margin-top: 51.00255rem !important; } }

.mb-76 {
  margin-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .mb-76 {
      margin-bottom: 50.6692rem !important; } }

.mb-76-5 {
  margin-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .mb-76-5 {
      margin-bottom: 51.00255rem !important; } }

.ml-76 {
  margin-left: 76rem !important; }
  @media (max-width: 960px) {
    .ml-76 {
      margin-left: 50.6692rem !important; } }

.ml-76-5 {
  margin-left: 76.5rem !important; }
  @media (max-width: 960px) {
    .ml-76-5 {
      margin-left: 51.00255rem !important; } }

.mr-76 {
  margin-right: 76rem !important; }
  @media (max-width: 960px) {
    .mr-76 {
      margin-right: 50.6692rem !important; } }

.mr-76-5 {
  margin-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .mr-76-5 {
      margin-right: 51.00255rem !important; } }

.mx-76 {
  margin-left: 76rem !important;
  margin-right: 76rem !important; }
  @media (max-width: 960px) {
    .mx-76 {
      margin-left: 50.6692rem !important;
      margin-right: 50.6692rem !important; } }

.mx-76-5 {
  margin-left: 76.5rem !important;
  margin-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .mx-76-5 {
      margin-left: 51.00255rem !important;
      margin-right: 51.00255rem !important; } }

.my-76 {
  margin-top: 76rem !important;
  margin-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .my-76 {
      margin-top: 50.6692rem !important;
      margin-bottom: 50.6692rem !important; } }

.my-76-5 {
  margin-top: 76.5rem !important;
  margin-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .my-76-5 {
      margin-top: 51.00255rem !important;
      margin-bottom: 51.00255rem !important; } }

.p-76 {
  padding: 76rem !important; }
  @media (max-width: 960px) {
    .p-76 {
      padding: 50.6692rem !important; } }

.p-76-5 {
  padding: 76.5rem !important; }
  @media (max-width: 960px) {
    .p-76-5 {
      padding: 51.00255rem !important; } }

.pt-76 {
  padding-top: 76rem !important; }
  @media (max-width: 960px) {
    .pt-76 {
      padding-top: 50.6692rem !important; } }

.pt-76-5 {
  padding-top: 76.5rem !important; }
  @media (max-width: 960px) {
    .pt-76-5 {
      padding-top: 51.00255rem !important; } }

.pb-76 {
  padding-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .pb-76 {
      padding-bottom: 50.6692rem !important; } }

.pb-76-5 {
  padding-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .pb-76-5 {
      padding-bottom: 51.00255rem !important; } }

.pl-76 {
  padding-left: 76rem !important; }
  @media (max-width: 960px) {
    .pl-76 {
      padding-left: 50.6692rem !important; } }

.pl-76-5 {
  padding-left: 76.5rem !important; }
  @media (max-width: 960px) {
    .pl-76-5 {
      padding-left: 51.00255rem !important; } }

.pr-76 {
  padding-right: 76rem !important; }
  @media (max-width: 960px) {
    .pr-76 {
      padding-right: 50.6692rem !important; } }

.pr-76-5 {
  padding-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .pr-76-5 {
      padding-right: 51.00255rem !important; } }

.px-76 {
  padding-left: 76rem !important;
  padding-right: 76rem !important; }
  @media (max-width: 960px) {
    .px-76 {
      padding-left: 50.6692rem !important;
      padding-right: 50.6692rem !important; } }

.px-76-5 {
  padding-left: 76.5rem !important;
  padding-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .px-76-5 {
      padding-left: 51.00255rem !important;
      padding-right: 51.00255rem !important; } }

.py-76 {
  padding-top: 76rem !important;
  padding-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .py-76 {
      padding-top: 50.6692rem !important;
      padding-bottom: 50.6692rem !important; } }

.py-76-5 {
  padding-top: 76.5rem !important;
  padding-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .py-76-5 {
      padding-top: 51.00255rem !important;
      padding-bottom: 51.00255rem !important; } }

.m-77 {
  margin: 77rem !important; }
  @media (max-width: 960px) {
    .m-77 {
      margin: 51.3359rem !important; } }

.m-77-5 {
  margin: 77.5rem !important; }
  @media (max-width: 960px) {
    .m-77-5 {
      margin: 51.66925rem !important; } }

.mt-77 {
  margin-top: 77rem !important; }
  @media (max-width: 960px) {
    .mt-77 {
      margin-top: 51.3359rem !important; } }

.mt-77-5 {
  margin-top: 77.5rem !important; }
  @media (max-width: 960px) {
    .mt-77-5 {
      margin-top: 51.66925rem !important; } }

.mb-77 {
  margin-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .mb-77 {
      margin-bottom: 51.3359rem !important; } }

.mb-77-5 {
  margin-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .mb-77-5 {
      margin-bottom: 51.66925rem !important; } }

.ml-77 {
  margin-left: 77rem !important; }
  @media (max-width: 960px) {
    .ml-77 {
      margin-left: 51.3359rem !important; } }

.ml-77-5 {
  margin-left: 77.5rem !important; }
  @media (max-width: 960px) {
    .ml-77-5 {
      margin-left: 51.66925rem !important; } }

.mr-77 {
  margin-right: 77rem !important; }
  @media (max-width: 960px) {
    .mr-77 {
      margin-right: 51.3359rem !important; } }

.mr-77-5 {
  margin-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .mr-77-5 {
      margin-right: 51.66925rem !important; } }

.mx-77 {
  margin-left: 77rem !important;
  margin-right: 77rem !important; }
  @media (max-width: 960px) {
    .mx-77 {
      margin-left: 51.3359rem !important;
      margin-right: 51.3359rem !important; } }

.mx-77-5 {
  margin-left: 77.5rem !important;
  margin-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .mx-77-5 {
      margin-left: 51.66925rem !important;
      margin-right: 51.66925rem !important; } }

.my-77 {
  margin-top: 77rem !important;
  margin-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .my-77 {
      margin-top: 51.3359rem !important;
      margin-bottom: 51.3359rem !important; } }

.my-77-5 {
  margin-top: 77.5rem !important;
  margin-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .my-77-5 {
      margin-top: 51.66925rem !important;
      margin-bottom: 51.66925rem !important; } }

.p-77 {
  padding: 77rem !important; }
  @media (max-width: 960px) {
    .p-77 {
      padding: 51.3359rem !important; } }

.p-77-5 {
  padding: 77.5rem !important; }
  @media (max-width: 960px) {
    .p-77-5 {
      padding: 51.66925rem !important; } }

.pt-77 {
  padding-top: 77rem !important; }
  @media (max-width: 960px) {
    .pt-77 {
      padding-top: 51.3359rem !important; } }

.pt-77-5 {
  padding-top: 77.5rem !important; }
  @media (max-width: 960px) {
    .pt-77-5 {
      padding-top: 51.66925rem !important; } }

.pb-77 {
  padding-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .pb-77 {
      padding-bottom: 51.3359rem !important; } }

.pb-77-5 {
  padding-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .pb-77-5 {
      padding-bottom: 51.66925rem !important; } }

.pl-77 {
  padding-left: 77rem !important; }
  @media (max-width: 960px) {
    .pl-77 {
      padding-left: 51.3359rem !important; } }

.pl-77-5 {
  padding-left: 77.5rem !important; }
  @media (max-width: 960px) {
    .pl-77-5 {
      padding-left: 51.66925rem !important; } }

.pr-77 {
  padding-right: 77rem !important; }
  @media (max-width: 960px) {
    .pr-77 {
      padding-right: 51.3359rem !important; } }

.pr-77-5 {
  padding-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .pr-77-5 {
      padding-right: 51.66925rem !important; } }

.px-77 {
  padding-left: 77rem !important;
  padding-right: 77rem !important; }
  @media (max-width: 960px) {
    .px-77 {
      padding-left: 51.3359rem !important;
      padding-right: 51.3359rem !important; } }

.px-77-5 {
  padding-left: 77.5rem !important;
  padding-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .px-77-5 {
      padding-left: 51.66925rem !important;
      padding-right: 51.66925rem !important; } }

.py-77 {
  padding-top: 77rem !important;
  padding-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .py-77 {
      padding-top: 51.3359rem !important;
      padding-bottom: 51.3359rem !important; } }

.py-77-5 {
  padding-top: 77.5rem !important;
  padding-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .py-77-5 {
      padding-top: 51.66925rem !important;
      padding-bottom: 51.66925rem !important; } }

.m-78 {
  margin: 78rem !important; }
  @media (max-width: 960px) {
    .m-78 {
      margin: 52.0026rem !important; } }

.m-78-5 {
  margin: 78.5rem !important; }
  @media (max-width: 960px) {
    .m-78-5 {
      margin: 52.33595rem !important; } }

.mt-78 {
  margin-top: 78rem !important; }
  @media (max-width: 960px) {
    .mt-78 {
      margin-top: 52.0026rem !important; } }

.mt-78-5 {
  margin-top: 78.5rem !important; }
  @media (max-width: 960px) {
    .mt-78-5 {
      margin-top: 52.33595rem !important; } }

.mb-78 {
  margin-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .mb-78 {
      margin-bottom: 52.0026rem !important; } }

.mb-78-5 {
  margin-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .mb-78-5 {
      margin-bottom: 52.33595rem !important; } }

.ml-78 {
  margin-left: 78rem !important; }
  @media (max-width: 960px) {
    .ml-78 {
      margin-left: 52.0026rem !important; } }

.ml-78-5 {
  margin-left: 78.5rem !important; }
  @media (max-width: 960px) {
    .ml-78-5 {
      margin-left: 52.33595rem !important; } }

.mr-78 {
  margin-right: 78rem !important; }
  @media (max-width: 960px) {
    .mr-78 {
      margin-right: 52.0026rem !important; } }

.mr-78-5 {
  margin-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .mr-78-5 {
      margin-right: 52.33595rem !important; } }

.mx-78 {
  margin-left: 78rem !important;
  margin-right: 78rem !important; }
  @media (max-width: 960px) {
    .mx-78 {
      margin-left: 52.0026rem !important;
      margin-right: 52.0026rem !important; } }

.mx-78-5 {
  margin-left: 78.5rem !important;
  margin-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .mx-78-5 {
      margin-left: 52.33595rem !important;
      margin-right: 52.33595rem !important; } }

.my-78 {
  margin-top: 78rem !important;
  margin-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .my-78 {
      margin-top: 52.0026rem !important;
      margin-bottom: 52.0026rem !important; } }

.my-78-5 {
  margin-top: 78.5rem !important;
  margin-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .my-78-5 {
      margin-top: 52.33595rem !important;
      margin-bottom: 52.33595rem !important; } }

.p-78 {
  padding: 78rem !important; }
  @media (max-width: 960px) {
    .p-78 {
      padding: 52.0026rem !important; } }

.p-78-5 {
  padding: 78.5rem !important; }
  @media (max-width: 960px) {
    .p-78-5 {
      padding: 52.33595rem !important; } }

.pt-78 {
  padding-top: 78rem !important; }
  @media (max-width: 960px) {
    .pt-78 {
      padding-top: 52.0026rem !important; } }

.pt-78-5 {
  padding-top: 78.5rem !important; }
  @media (max-width: 960px) {
    .pt-78-5 {
      padding-top: 52.33595rem !important; } }

.pb-78 {
  padding-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .pb-78 {
      padding-bottom: 52.0026rem !important; } }

.pb-78-5 {
  padding-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .pb-78-5 {
      padding-bottom: 52.33595rem !important; } }

.pl-78 {
  padding-left: 78rem !important; }
  @media (max-width: 960px) {
    .pl-78 {
      padding-left: 52.0026rem !important; } }

.pl-78-5 {
  padding-left: 78.5rem !important; }
  @media (max-width: 960px) {
    .pl-78-5 {
      padding-left: 52.33595rem !important; } }

.pr-78 {
  padding-right: 78rem !important; }
  @media (max-width: 960px) {
    .pr-78 {
      padding-right: 52.0026rem !important; } }

.pr-78-5 {
  padding-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .pr-78-5 {
      padding-right: 52.33595rem !important; } }

.px-78 {
  padding-left: 78rem !important;
  padding-right: 78rem !important; }
  @media (max-width: 960px) {
    .px-78 {
      padding-left: 52.0026rem !important;
      padding-right: 52.0026rem !important; } }

.px-78-5 {
  padding-left: 78.5rem !important;
  padding-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .px-78-5 {
      padding-left: 52.33595rem !important;
      padding-right: 52.33595rem !important; } }

.py-78 {
  padding-top: 78rem !important;
  padding-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .py-78 {
      padding-top: 52.0026rem !important;
      padding-bottom: 52.0026rem !important; } }

.py-78-5 {
  padding-top: 78.5rem !important;
  padding-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .py-78-5 {
      padding-top: 52.33595rem !important;
      padding-bottom: 52.33595rem !important; } }

.m-79 {
  margin: 79rem !important; }
  @media (max-width: 960px) {
    .m-79 {
      margin: 52.6693rem !important; } }

.m-79-5 {
  margin: 79.5rem !important; }
  @media (max-width: 960px) {
    .m-79-5 {
      margin: 53.00265rem !important; } }

.mt-79 {
  margin-top: 79rem !important; }
  @media (max-width: 960px) {
    .mt-79 {
      margin-top: 52.6693rem !important; } }

.mt-79-5 {
  margin-top: 79.5rem !important; }
  @media (max-width: 960px) {
    .mt-79-5 {
      margin-top: 53.00265rem !important; } }

.mb-79 {
  margin-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .mb-79 {
      margin-bottom: 52.6693rem !important; } }

.mb-79-5 {
  margin-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .mb-79-5 {
      margin-bottom: 53.00265rem !important; } }

.ml-79 {
  margin-left: 79rem !important; }
  @media (max-width: 960px) {
    .ml-79 {
      margin-left: 52.6693rem !important; } }

.ml-79-5 {
  margin-left: 79.5rem !important; }
  @media (max-width: 960px) {
    .ml-79-5 {
      margin-left: 53.00265rem !important; } }

.mr-79 {
  margin-right: 79rem !important; }
  @media (max-width: 960px) {
    .mr-79 {
      margin-right: 52.6693rem !important; } }

.mr-79-5 {
  margin-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .mr-79-5 {
      margin-right: 53.00265rem !important; } }

.mx-79 {
  margin-left: 79rem !important;
  margin-right: 79rem !important; }
  @media (max-width: 960px) {
    .mx-79 {
      margin-left: 52.6693rem !important;
      margin-right: 52.6693rem !important; } }

.mx-79-5 {
  margin-left: 79.5rem !important;
  margin-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .mx-79-5 {
      margin-left: 53.00265rem !important;
      margin-right: 53.00265rem !important; } }

.my-79 {
  margin-top: 79rem !important;
  margin-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .my-79 {
      margin-top: 52.6693rem !important;
      margin-bottom: 52.6693rem !important; } }

.my-79-5 {
  margin-top: 79.5rem !important;
  margin-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .my-79-5 {
      margin-top: 53.00265rem !important;
      margin-bottom: 53.00265rem !important; } }

.p-79 {
  padding: 79rem !important; }
  @media (max-width: 960px) {
    .p-79 {
      padding: 52.6693rem !important; } }

.p-79-5 {
  padding: 79.5rem !important; }
  @media (max-width: 960px) {
    .p-79-5 {
      padding: 53.00265rem !important; } }

.pt-79 {
  padding-top: 79rem !important; }
  @media (max-width: 960px) {
    .pt-79 {
      padding-top: 52.6693rem !important; } }

.pt-79-5 {
  padding-top: 79.5rem !important; }
  @media (max-width: 960px) {
    .pt-79-5 {
      padding-top: 53.00265rem !important; } }

.pb-79 {
  padding-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .pb-79 {
      padding-bottom: 52.6693rem !important; } }

.pb-79-5 {
  padding-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .pb-79-5 {
      padding-bottom: 53.00265rem !important; } }

.pl-79 {
  padding-left: 79rem !important; }
  @media (max-width: 960px) {
    .pl-79 {
      padding-left: 52.6693rem !important; } }

.pl-79-5 {
  padding-left: 79.5rem !important; }
  @media (max-width: 960px) {
    .pl-79-5 {
      padding-left: 53.00265rem !important; } }

.pr-79 {
  padding-right: 79rem !important; }
  @media (max-width: 960px) {
    .pr-79 {
      padding-right: 52.6693rem !important; } }

.pr-79-5 {
  padding-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .pr-79-5 {
      padding-right: 53.00265rem !important; } }

.px-79 {
  padding-left: 79rem !important;
  padding-right: 79rem !important; }
  @media (max-width: 960px) {
    .px-79 {
      padding-left: 52.6693rem !important;
      padding-right: 52.6693rem !important; } }

.px-79-5 {
  padding-left: 79.5rem !important;
  padding-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .px-79-5 {
      padding-left: 53.00265rem !important;
      padding-right: 53.00265rem !important; } }

.py-79 {
  padding-top: 79rem !important;
  padding-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .py-79 {
      padding-top: 52.6693rem !important;
      padding-bottom: 52.6693rem !important; } }

.py-79-5 {
  padding-top: 79.5rem !important;
  padding-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .py-79-5 {
      padding-top: 53.00265rem !important;
      padding-bottom: 53.00265rem !important; } }

.m-80 {
  margin: 80rem !important; }
  @media (max-width: 960px) {
    .m-80 {
      margin: 53.336rem !important; } }

.m-80-5 {
  margin: 80.5rem !important; }
  @media (max-width: 960px) {
    .m-80-5 {
      margin: 53.66935rem !important; } }

.mt-80 {
  margin-top: 80rem !important; }
  @media (max-width: 960px) {
    .mt-80 {
      margin-top: 53.336rem !important; } }

.mt-80-5 {
  margin-top: 80.5rem !important; }
  @media (max-width: 960px) {
    .mt-80-5 {
      margin-top: 53.66935rem !important; } }

.mb-80 {
  margin-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .mb-80 {
      margin-bottom: 53.336rem !important; } }

.mb-80-5 {
  margin-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .mb-80-5 {
      margin-bottom: 53.66935rem !important; } }

.ml-80 {
  margin-left: 80rem !important; }
  @media (max-width: 960px) {
    .ml-80 {
      margin-left: 53.336rem !important; } }

.ml-80-5 {
  margin-left: 80.5rem !important; }
  @media (max-width: 960px) {
    .ml-80-5 {
      margin-left: 53.66935rem !important; } }

.mr-80 {
  margin-right: 80rem !important; }
  @media (max-width: 960px) {
    .mr-80 {
      margin-right: 53.336rem !important; } }

.mr-80-5 {
  margin-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .mr-80-5 {
      margin-right: 53.66935rem !important; } }

.mx-80 {
  margin-left: 80rem !important;
  margin-right: 80rem !important; }
  @media (max-width: 960px) {
    .mx-80 {
      margin-left: 53.336rem !important;
      margin-right: 53.336rem !important; } }

.mx-80-5 {
  margin-left: 80.5rem !important;
  margin-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .mx-80-5 {
      margin-left: 53.66935rem !important;
      margin-right: 53.66935rem !important; } }

.my-80 {
  margin-top: 80rem !important;
  margin-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .my-80 {
      margin-top: 53.336rem !important;
      margin-bottom: 53.336rem !important; } }

.my-80-5 {
  margin-top: 80.5rem !important;
  margin-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .my-80-5 {
      margin-top: 53.66935rem !important;
      margin-bottom: 53.66935rem !important; } }

.p-80 {
  padding: 80rem !important; }
  @media (max-width: 960px) {
    .p-80 {
      padding: 53.336rem !important; } }

.p-80-5 {
  padding: 80.5rem !important; }
  @media (max-width: 960px) {
    .p-80-5 {
      padding: 53.66935rem !important; } }

.pt-80 {
  padding-top: 80rem !important; }
  @media (max-width: 960px) {
    .pt-80 {
      padding-top: 53.336rem !important; } }

.pt-80-5 {
  padding-top: 80.5rem !important; }
  @media (max-width: 960px) {
    .pt-80-5 {
      padding-top: 53.66935rem !important; } }

.pb-80 {
  padding-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .pb-80 {
      padding-bottom: 53.336rem !important; } }

.pb-80-5 {
  padding-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .pb-80-5 {
      padding-bottom: 53.66935rem !important; } }

.pl-80 {
  padding-left: 80rem !important; }
  @media (max-width: 960px) {
    .pl-80 {
      padding-left: 53.336rem !important; } }

.pl-80-5 {
  padding-left: 80.5rem !important; }
  @media (max-width: 960px) {
    .pl-80-5 {
      padding-left: 53.66935rem !important; } }

.pr-80 {
  padding-right: 80rem !important; }
  @media (max-width: 960px) {
    .pr-80 {
      padding-right: 53.336rem !important; } }

.pr-80-5 {
  padding-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .pr-80-5 {
      padding-right: 53.66935rem !important; } }

.px-80 {
  padding-left: 80rem !important;
  padding-right: 80rem !important; }
  @media (max-width: 960px) {
    .px-80 {
      padding-left: 53.336rem !important;
      padding-right: 53.336rem !important; } }

.px-80-5 {
  padding-left: 80.5rem !important;
  padding-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .px-80-5 {
      padding-left: 53.66935rem !important;
      padding-right: 53.66935rem !important; } }

.py-80 {
  padding-top: 80rem !important;
  padding-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .py-80 {
      padding-top: 53.336rem !important;
      padding-bottom: 53.336rem !important; } }

.py-80-5 {
  padding-top: 80.5rem !important;
  padding-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .py-80-5 {
      padding-top: 53.66935rem !important;
      padding-bottom: 53.66935rem !important; } }

.m-81 {
  margin: 81rem !important; }
  @media (max-width: 960px) {
    .m-81 {
      margin: 54.0027rem !important; } }

.m-81-5 {
  margin: 81.5rem !important; }
  @media (max-width: 960px) {
    .m-81-5 {
      margin: 54.33605rem !important; } }

.mt-81 {
  margin-top: 81rem !important; }
  @media (max-width: 960px) {
    .mt-81 {
      margin-top: 54.0027rem !important; } }

.mt-81-5 {
  margin-top: 81.5rem !important; }
  @media (max-width: 960px) {
    .mt-81-5 {
      margin-top: 54.33605rem !important; } }

.mb-81 {
  margin-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .mb-81 {
      margin-bottom: 54.0027rem !important; } }

.mb-81-5 {
  margin-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .mb-81-5 {
      margin-bottom: 54.33605rem !important; } }

.ml-81 {
  margin-left: 81rem !important; }
  @media (max-width: 960px) {
    .ml-81 {
      margin-left: 54.0027rem !important; } }

.ml-81-5 {
  margin-left: 81.5rem !important; }
  @media (max-width: 960px) {
    .ml-81-5 {
      margin-left: 54.33605rem !important; } }

.mr-81 {
  margin-right: 81rem !important; }
  @media (max-width: 960px) {
    .mr-81 {
      margin-right: 54.0027rem !important; } }

.mr-81-5 {
  margin-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .mr-81-5 {
      margin-right: 54.33605rem !important; } }

.mx-81 {
  margin-left: 81rem !important;
  margin-right: 81rem !important; }
  @media (max-width: 960px) {
    .mx-81 {
      margin-left: 54.0027rem !important;
      margin-right: 54.0027rem !important; } }

.mx-81-5 {
  margin-left: 81.5rem !important;
  margin-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .mx-81-5 {
      margin-left: 54.33605rem !important;
      margin-right: 54.33605rem !important; } }

.my-81 {
  margin-top: 81rem !important;
  margin-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .my-81 {
      margin-top: 54.0027rem !important;
      margin-bottom: 54.0027rem !important; } }

.my-81-5 {
  margin-top: 81.5rem !important;
  margin-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .my-81-5 {
      margin-top: 54.33605rem !important;
      margin-bottom: 54.33605rem !important; } }

.p-81 {
  padding: 81rem !important; }
  @media (max-width: 960px) {
    .p-81 {
      padding: 54.0027rem !important; } }

.p-81-5 {
  padding: 81.5rem !important; }
  @media (max-width: 960px) {
    .p-81-5 {
      padding: 54.33605rem !important; } }

.pt-81 {
  padding-top: 81rem !important; }
  @media (max-width: 960px) {
    .pt-81 {
      padding-top: 54.0027rem !important; } }

.pt-81-5 {
  padding-top: 81.5rem !important; }
  @media (max-width: 960px) {
    .pt-81-5 {
      padding-top: 54.33605rem !important; } }

.pb-81 {
  padding-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .pb-81 {
      padding-bottom: 54.0027rem !important; } }

.pb-81-5 {
  padding-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .pb-81-5 {
      padding-bottom: 54.33605rem !important; } }

.pl-81 {
  padding-left: 81rem !important; }
  @media (max-width: 960px) {
    .pl-81 {
      padding-left: 54.0027rem !important; } }

.pl-81-5 {
  padding-left: 81.5rem !important; }
  @media (max-width: 960px) {
    .pl-81-5 {
      padding-left: 54.33605rem !important; } }

.pr-81 {
  padding-right: 81rem !important; }
  @media (max-width: 960px) {
    .pr-81 {
      padding-right: 54.0027rem !important; } }

.pr-81-5 {
  padding-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .pr-81-5 {
      padding-right: 54.33605rem !important; } }

.px-81 {
  padding-left: 81rem !important;
  padding-right: 81rem !important; }
  @media (max-width: 960px) {
    .px-81 {
      padding-left: 54.0027rem !important;
      padding-right: 54.0027rem !important; } }

.px-81-5 {
  padding-left: 81.5rem !important;
  padding-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .px-81-5 {
      padding-left: 54.33605rem !important;
      padding-right: 54.33605rem !important; } }

.py-81 {
  padding-top: 81rem !important;
  padding-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .py-81 {
      padding-top: 54.0027rem !important;
      padding-bottom: 54.0027rem !important; } }

.py-81-5 {
  padding-top: 81.5rem !important;
  padding-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .py-81-5 {
      padding-top: 54.33605rem !important;
      padding-bottom: 54.33605rem !important; } }

.m-82 {
  margin: 82rem !important; }
  @media (max-width: 960px) {
    .m-82 {
      margin: 54.6694rem !important; } }

.m-82-5 {
  margin: 82.5rem !important; }
  @media (max-width: 960px) {
    .m-82-5 {
      margin: 55.00275rem !important; } }

.mt-82 {
  margin-top: 82rem !important; }
  @media (max-width: 960px) {
    .mt-82 {
      margin-top: 54.6694rem !important; } }

.mt-82-5 {
  margin-top: 82.5rem !important; }
  @media (max-width: 960px) {
    .mt-82-5 {
      margin-top: 55.00275rem !important; } }

.mb-82 {
  margin-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .mb-82 {
      margin-bottom: 54.6694rem !important; } }

.mb-82-5 {
  margin-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .mb-82-5 {
      margin-bottom: 55.00275rem !important; } }

.ml-82 {
  margin-left: 82rem !important; }
  @media (max-width: 960px) {
    .ml-82 {
      margin-left: 54.6694rem !important; } }

.ml-82-5 {
  margin-left: 82.5rem !important; }
  @media (max-width: 960px) {
    .ml-82-5 {
      margin-left: 55.00275rem !important; } }

.mr-82 {
  margin-right: 82rem !important; }
  @media (max-width: 960px) {
    .mr-82 {
      margin-right: 54.6694rem !important; } }

.mr-82-5 {
  margin-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .mr-82-5 {
      margin-right: 55.00275rem !important; } }

.mx-82 {
  margin-left: 82rem !important;
  margin-right: 82rem !important; }
  @media (max-width: 960px) {
    .mx-82 {
      margin-left: 54.6694rem !important;
      margin-right: 54.6694rem !important; } }

.mx-82-5 {
  margin-left: 82.5rem !important;
  margin-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .mx-82-5 {
      margin-left: 55.00275rem !important;
      margin-right: 55.00275rem !important; } }

.my-82 {
  margin-top: 82rem !important;
  margin-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .my-82 {
      margin-top: 54.6694rem !important;
      margin-bottom: 54.6694rem !important; } }

.my-82-5 {
  margin-top: 82.5rem !important;
  margin-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .my-82-5 {
      margin-top: 55.00275rem !important;
      margin-bottom: 55.00275rem !important; } }

.p-82 {
  padding: 82rem !important; }
  @media (max-width: 960px) {
    .p-82 {
      padding: 54.6694rem !important; } }

.p-82-5 {
  padding: 82.5rem !important; }
  @media (max-width: 960px) {
    .p-82-5 {
      padding: 55.00275rem !important; } }

.pt-82 {
  padding-top: 82rem !important; }
  @media (max-width: 960px) {
    .pt-82 {
      padding-top: 54.6694rem !important; } }

.pt-82-5 {
  padding-top: 82.5rem !important; }
  @media (max-width: 960px) {
    .pt-82-5 {
      padding-top: 55.00275rem !important; } }

.pb-82 {
  padding-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .pb-82 {
      padding-bottom: 54.6694rem !important; } }

.pb-82-5 {
  padding-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .pb-82-5 {
      padding-bottom: 55.00275rem !important; } }

.pl-82 {
  padding-left: 82rem !important; }
  @media (max-width: 960px) {
    .pl-82 {
      padding-left: 54.6694rem !important; } }

.pl-82-5 {
  padding-left: 82.5rem !important; }
  @media (max-width: 960px) {
    .pl-82-5 {
      padding-left: 55.00275rem !important; } }

.pr-82 {
  padding-right: 82rem !important; }
  @media (max-width: 960px) {
    .pr-82 {
      padding-right: 54.6694rem !important; } }

.pr-82-5 {
  padding-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .pr-82-5 {
      padding-right: 55.00275rem !important; } }

.px-82 {
  padding-left: 82rem !important;
  padding-right: 82rem !important; }
  @media (max-width: 960px) {
    .px-82 {
      padding-left: 54.6694rem !important;
      padding-right: 54.6694rem !important; } }

.px-82-5 {
  padding-left: 82.5rem !important;
  padding-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .px-82-5 {
      padding-left: 55.00275rem !important;
      padding-right: 55.00275rem !important; } }

.py-82 {
  padding-top: 82rem !important;
  padding-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .py-82 {
      padding-top: 54.6694rem !important;
      padding-bottom: 54.6694rem !important; } }

.py-82-5 {
  padding-top: 82.5rem !important;
  padding-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .py-82-5 {
      padding-top: 55.00275rem !important;
      padding-bottom: 55.00275rem !important; } }

.m-83 {
  margin: 83rem !important; }
  @media (max-width: 960px) {
    .m-83 {
      margin: 55.3361rem !important; } }

.m-83-5 {
  margin: 83.5rem !important; }
  @media (max-width: 960px) {
    .m-83-5 {
      margin: 55.66945rem !important; } }

.mt-83 {
  margin-top: 83rem !important; }
  @media (max-width: 960px) {
    .mt-83 {
      margin-top: 55.3361rem !important; } }

.mt-83-5 {
  margin-top: 83.5rem !important; }
  @media (max-width: 960px) {
    .mt-83-5 {
      margin-top: 55.66945rem !important; } }

.mb-83 {
  margin-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .mb-83 {
      margin-bottom: 55.3361rem !important; } }

.mb-83-5 {
  margin-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .mb-83-5 {
      margin-bottom: 55.66945rem !important; } }

.ml-83 {
  margin-left: 83rem !important; }
  @media (max-width: 960px) {
    .ml-83 {
      margin-left: 55.3361rem !important; } }

.ml-83-5 {
  margin-left: 83.5rem !important; }
  @media (max-width: 960px) {
    .ml-83-5 {
      margin-left: 55.66945rem !important; } }

.mr-83 {
  margin-right: 83rem !important; }
  @media (max-width: 960px) {
    .mr-83 {
      margin-right: 55.3361rem !important; } }

.mr-83-5 {
  margin-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .mr-83-5 {
      margin-right: 55.66945rem !important; } }

.mx-83 {
  margin-left: 83rem !important;
  margin-right: 83rem !important; }
  @media (max-width: 960px) {
    .mx-83 {
      margin-left: 55.3361rem !important;
      margin-right: 55.3361rem !important; } }

.mx-83-5 {
  margin-left: 83.5rem !important;
  margin-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .mx-83-5 {
      margin-left: 55.66945rem !important;
      margin-right: 55.66945rem !important; } }

.my-83 {
  margin-top: 83rem !important;
  margin-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .my-83 {
      margin-top: 55.3361rem !important;
      margin-bottom: 55.3361rem !important; } }

.my-83-5 {
  margin-top: 83.5rem !important;
  margin-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .my-83-5 {
      margin-top: 55.66945rem !important;
      margin-bottom: 55.66945rem !important; } }

.p-83 {
  padding: 83rem !important; }
  @media (max-width: 960px) {
    .p-83 {
      padding: 55.3361rem !important; } }

.p-83-5 {
  padding: 83.5rem !important; }
  @media (max-width: 960px) {
    .p-83-5 {
      padding: 55.66945rem !important; } }

.pt-83 {
  padding-top: 83rem !important; }
  @media (max-width: 960px) {
    .pt-83 {
      padding-top: 55.3361rem !important; } }

.pt-83-5 {
  padding-top: 83.5rem !important; }
  @media (max-width: 960px) {
    .pt-83-5 {
      padding-top: 55.66945rem !important; } }

.pb-83 {
  padding-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .pb-83 {
      padding-bottom: 55.3361rem !important; } }

.pb-83-5 {
  padding-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .pb-83-5 {
      padding-bottom: 55.66945rem !important; } }

.pl-83 {
  padding-left: 83rem !important; }
  @media (max-width: 960px) {
    .pl-83 {
      padding-left: 55.3361rem !important; } }

.pl-83-5 {
  padding-left: 83.5rem !important; }
  @media (max-width: 960px) {
    .pl-83-5 {
      padding-left: 55.66945rem !important; } }

.pr-83 {
  padding-right: 83rem !important; }
  @media (max-width: 960px) {
    .pr-83 {
      padding-right: 55.3361rem !important; } }

.pr-83-5 {
  padding-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .pr-83-5 {
      padding-right: 55.66945rem !important; } }

.px-83 {
  padding-left: 83rem !important;
  padding-right: 83rem !important; }
  @media (max-width: 960px) {
    .px-83 {
      padding-left: 55.3361rem !important;
      padding-right: 55.3361rem !important; } }

.px-83-5 {
  padding-left: 83.5rem !important;
  padding-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .px-83-5 {
      padding-left: 55.66945rem !important;
      padding-right: 55.66945rem !important; } }

.py-83 {
  padding-top: 83rem !important;
  padding-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .py-83 {
      padding-top: 55.3361rem !important;
      padding-bottom: 55.3361rem !important; } }

.py-83-5 {
  padding-top: 83.5rem !important;
  padding-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .py-83-5 {
      padding-top: 55.66945rem !important;
      padding-bottom: 55.66945rem !important; } }

.m-84 {
  margin: 84rem !important; }
  @media (max-width: 960px) {
    .m-84 {
      margin: 56.0028rem !important; } }

.m-84-5 {
  margin: 84.5rem !important; }
  @media (max-width: 960px) {
    .m-84-5 {
      margin: 56.33615rem !important; } }

.mt-84 {
  margin-top: 84rem !important; }
  @media (max-width: 960px) {
    .mt-84 {
      margin-top: 56.0028rem !important; } }

.mt-84-5 {
  margin-top: 84.5rem !important; }
  @media (max-width: 960px) {
    .mt-84-5 {
      margin-top: 56.33615rem !important; } }

.mb-84 {
  margin-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .mb-84 {
      margin-bottom: 56.0028rem !important; } }

.mb-84-5 {
  margin-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .mb-84-5 {
      margin-bottom: 56.33615rem !important; } }

.ml-84 {
  margin-left: 84rem !important; }
  @media (max-width: 960px) {
    .ml-84 {
      margin-left: 56.0028rem !important; } }

.ml-84-5 {
  margin-left: 84.5rem !important; }
  @media (max-width: 960px) {
    .ml-84-5 {
      margin-left: 56.33615rem !important; } }

.mr-84 {
  margin-right: 84rem !important; }
  @media (max-width: 960px) {
    .mr-84 {
      margin-right: 56.0028rem !important; } }

.mr-84-5 {
  margin-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .mr-84-5 {
      margin-right: 56.33615rem !important; } }

.mx-84 {
  margin-left: 84rem !important;
  margin-right: 84rem !important; }
  @media (max-width: 960px) {
    .mx-84 {
      margin-left: 56.0028rem !important;
      margin-right: 56.0028rem !important; } }

.mx-84-5 {
  margin-left: 84.5rem !important;
  margin-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .mx-84-5 {
      margin-left: 56.33615rem !important;
      margin-right: 56.33615rem !important; } }

.my-84 {
  margin-top: 84rem !important;
  margin-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .my-84 {
      margin-top: 56.0028rem !important;
      margin-bottom: 56.0028rem !important; } }

.my-84-5 {
  margin-top: 84.5rem !important;
  margin-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .my-84-5 {
      margin-top: 56.33615rem !important;
      margin-bottom: 56.33615rem !important; } }

.p-84 {
  padding: 84rem !important; }
  @media (max-width: 960px) {
    .p-84 {
      padding: 56.0028rem !important; } }

.p-84-5 {
  padding: 84.5rem !important; }
  @media (max-width: 960px) {
    .p-84-5 {
      padding: 56.33615rem !important; } }

.pt-84 {
  padding-top: 84rem !important; }
  @media (max-width: 960px) {
    .pt-84 {
      padding-top: 56.0028rem !important; } }

.pt-84-5 {
  padding-top: 84.5rem !important; }
  @media (max-width: 960px) {
    .pt-84-5 {
      padding-top: 56.33615rem !important; } }

.pb-84 {
  padding-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .pb-84 {
      padding-bottom: 56.0028rem !important; } }

.pb-84-5 {
  padding-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .pb-84-5 {
      padding-bottom: 56.33615rem !important; } }

.pl-84 {
  padding-left: 84rem !important; }
  @media (max-width: 960px) {
    .pl-84 {
      padding-left: 56.0028rem !important; } }

.pl-84-5 {
  padding-left: 84.5rem !important; }
  @media (max-width: 960px) {
    .pl-84-5 {
      padding-left: 56.33615rem !important; } }

.pr-84 {
  padding-right: 84rem !important; }
  @media (max-width: 960px) {
    .pr-84 {
      padding-right: 56.0028rem !important; } }

.pr-84-5 {
  padding-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .pr-84-5 {
      padding-right: 56.33615rem !important; } }

.px-84 {
  padding-left: 84rem !important;
  padding-right: 84rem !important; }
  @media (max-width: 960px) {
    .px-84 {
      padding-left: 56.0028rem !important;
      padding-right: 56.0028rem !important; } }

.px-84-5 {
  padding-left: 84.5rem !important;
  padding-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .px-84-5 {
      padding-left: 56.33615rem !important;
      padding-right: 56.33615rem !important; } }

.py-84 {
  padding-top: 84rem !important;
  padding-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .py-84 {
      padding-top: 56.0028rem !important;
      padding-bottom: 56.0028rem !important; } }

.py-84-5 {
  padding-top: 84.5rem !important;
  padding-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .py-84-5 {
      padding-top: 56.33615rem !important;
      padding-bottom: 56.33615rem !important; } }

.m-85 {
  margin: 85rem !important; }
  @media (max-width: 960px) {
    .m-85 {
      margin: 56.6695rem !important; } }

.m-85-5 {
  margin: 85.5rem !important; }
  @media (max-width: 960px) {
    .m-85-5 {
      margin: 57.00285rem !important; } }

.mt-85 {
  margin-top: 85rem !important; }
  @media (max-width: 960px) {
    .mt-85 {
      margin-top: 56.6695rem !important; } }

.mt-85-5 {
  margin-top: 85.5rem !important; }
  @media (max-width: 960px) {
    .mt-85-5 {
      margin-top: 57.00285rem !important; } }

.mb-85 {
  margin-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .mb-85 {
      margin-bottom: 56.6695rem !important; } }

.mb-85-5 {
  margin-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .mb-85-5 {
      margin-bottom: 57.00285rem !important; } }

.ml-85 {
  margin-left: 85rem !important; }
  @media (max-width: 960px) {
    .ml-85 {
      margin-left: 56.6695rem !important; } }

.ml-85-5 {
  margin-left: 85.5rem !important; }
  @media (max-width: 960px) {
    .ml-85-5 {
      margin-left: 57.00285rem !important; } }

.mr-85 {
  margin-right: 85rem !important; }
  @media (max-width: 960px) {
    .mr-85 {
      margin-right: 56.6695rem !important; } }

.mr-85-5 {
  margin-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .mr-85-5 {
      margin-right: 57.00285rem !important; } }

.mx-85 {
  margin-left: 85rem !important;
  margin-right: 85rem !important; }
  @media (max-width: 960px) {
    .mx-85 {
      margin-left: 56.6695rem !important;
      margin-right: 56.6695rem !important; } }

.mx-85-5 {
  margin-left: 85.5rem !important;
  margin-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .mx-85-5 {
      margin-left: 57.00285rem !important;
      margin-right: 57.00285rem !important; } }

.my-85 {
  margin-top: 85rem !important;
  margin-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .my-85 {
      margin-top: 56.6695rem !important;
      margin-bottom: 56.6695rem !important; } }

.my-85-5 {
  margin-top: 85.5rem !important;
  margin-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .my-85-5 {
      margin-top: 57.00285rem !important;
      margin-bottom: 57.00285rem !important; } }

.p-85 {
  padding: 85rem !important; }
  @media (max-width: 960px) {
    .p-85 {
      padding: 56.6695rem !important; } }

.p-85-5 {
  padding: 85.5rem !important; }
  @media (max-width: 960px) {
    .p-85-5 {
      padding: 57.00285rem !important; } }

.pt-85 {
  padding-top: 85rem !important; }
  @media (max-width: 960px) {
    .pt-85 {
      padding-top: 56.6695rem !important; } }

.pt-85-5 {
  padding-top: 85.5rem !important; }
  @media (max-width: 960px) {
    .pt-85-5 {
      padding-top: 57.00285rem !important; } }

.pb-85 {
  padding-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .pb-85 {
      padding-bottom: 56.6695rem !important; } }

.pb-85-5 {
  padding-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .pb-85-5 {
      padding-bottom: 57.00285rem !important; } }

.pl-85 {
  padding-left: 85rem !important; }
  @media (max-width: 960px) {
    .pl-85 {
      padding-left: 56.6695rem !important; } }

.pl-85-5 {
  padding-left: 85.5rem !important; }
  @media (max-width: 960px) {
    .pl-85-5 {
      padding-left: 57.00285rem !important; } }

.pr-85 {
  padding-right: 85rem !important; }
  @media (max-width: 960px) {
    .pr-85 {
      padding-right: 56.6695rem !important; } }

.pr-85-5 {
  padding-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .pr-85-5 {
      padding-right: 57.00285rem !important; } }

.px-85 {
  padding-left: 85rem !important;
  padding-right: 85rem !important; }
  @media (max-width: 960px) {
    .px-85 {
      padding-left: 56.6695rem !important;
      padding-right: 56.6695rem !important; } }

.px-85-5 {
  padding-left: 85.5rem !important;
  padding-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .px-85-5 {
      padding-left: 57.00285rem !important;
      padding-right: 57.00285rem !important; } }

.py-85 {
  padding-top: 85rem !important;
  padding-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .py-85 {
      padding-top: 56.6695rem !important;
      padding-bottom: 56.6695rem !important; } }

.py-85-5 {
  padding-top: 85.5rem !important;
  padding-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .py-85-5 {
      padding-top: 57.00285rem !important;
      padding-bottom: 57.00285rem !important; } }

.m-86 {
  margin: 86rem !important; }
  @media (max-width: 960px) {
    .m-86 {
      margin: 57.3362rem !important; } }

.m-86-5 {
  margin: 86.5rem !important; }
  @media (max-width: 960px) {
    .m-86-5 {
      margin: 57.66955rem !important; } }

.mt-86 {
  margin-top: 86rem !important; }
  @media (max-width: 960px) {
    .mt-86 {
      margin-top: 57.3362rem !important; } }

.mt-86-5 {
  margin-top: 86.5rem !important; }
  @media (max-width: 960px) {
    .mt-86-5 {
      margin-top: 57.66955rem !important; } }

.mb-86 {
  margin-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .mb-86 {
      margin-bottom: 57.3362rem !important; } }

.mb-86-5 {
  margin-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .mb-86-5 {
      margin-bottom: 57.66955rem !important; } }

.ml-86 {
  margin-left: 86rem !important; }
  @media (max-width: 960px) {
    .ml-86 {
      margin-left: 57.3362rem !important; } }

.ml-86-5 {
  margin-left: 86.5rem !important; }
  @media (max-width: 960px) {
    .ml-86-5 {
      margin-left: 57.66955rem !important; } }

.mr-86 {
  margin-right: 86rem !important; }
  @media (max-width: 960px) {
    .mr-86 {
      margin-right: 57.3362rem !important; } }

.mr-86-5 {
  margin-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .mr-86-5 {
      margin-right: 57.66955rem !important; } }

.mx-86 {
  margin-left: 86rem !important;
  margin-right: 86rem !important; }
  @media (max-width: 960px) {
    .mx-86 {
      margin-left: 57.3362rem !important;
      margin-right: 57.3362rem !important; } }

.mx-86-5 {
  margin-left: 86.5rem !important;
  margin-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .mx-86-5 {
      margin-left: 57.66955rem !important;
      margin-right: 57.66955rem !important; } }

.my-86 {
  margin-top: 86rem !important;
  margin-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .my-86 {
      margin-top: 57.3362rem !important;
      margin-bottom: 57.3362rem !important; } }

.my-86-5 {
  margin-top: 86.5rem !important;
  margin-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .my-86-5 {
      margin-top: 57.66955rem !important;
      margin-bottom: 57.66955rem !important; } }

.p-86 {
  padding: 86rem !important; }
  @media (max-width: 960px) {
    .p-86 {
      padding: 57.3362rem !important; } }

.p-86-5 {
  padding: 86.5rem !important; }
  @media (max-width: 960px) {
    .p-86-5 {
      padding: 57.66955rem !important; } }

.pt-86 {
  padding-top: 86rem !important; }
  @media (max-width: 960px) {
    .pt-86 {
      padding-top: 57.3362rem !important; } }

.pt-86-5 {
  padding-top: 86.5rem !important; }
  @media (max-width: 960px) {
    .pt-86-5 {
      padding-top: 57.66955rem !important; } }

.pb-86 {
  padding-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .pb-86 {
      padding-bottom: 57.3362rem !important; } }

.pb-86-5 {
  padding-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .pb-86-5 {
      padding-bottom: 57.66955rem !important; } }

.pl-86 {
  padding-left: 86rem !important; }
  @media (max-width: 960px) {
    .pl-86 {
      padding-left: 57.3362rem !important; } }

.pl-86-5 {
  padding-left: 86.5rem !important; }
  @media (max-width: 960px) {
    .pl-86-5 {
      padding-left: 57.66955rem !important; } }

.pr-86 {
  padding-right: 86rem !important; }
  @media (max-width: 960px) {
    .pr-86 {
      padding-right: 57.3362rem !important; } }

.pr-86-5 {
  padding-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .pr-86-5 {
      padding-right: 57.66955rem !important; } }

.px-86 {
  padding-left: 86rem !important;
  padding-right: 86rem !important; }
  @media (max-width: 960px) {
    .px-86 {
      padding-left: 57.3362rem !important;
      padding-right: 57.3362rem !important; } }

.px-86-5 {
  padding-left: 86.5rem !important;
  padding-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .px-86-5 {
      padding-left: 57.66955rem !important;
      padding-right: 57.66955rem !important; } }

.py-86 {
  padding-top: 86rem !important;
  padding-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .py-86 {
      padding-top: 57.3362rem !important;
      padding-bottom: 57.3362rem !important; } }

.py-86-5 {
  padding-top: 86.5rem !important;
  padding-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .py-86-5 {
      padding-top: 57.66955rem !important;
      padding-bottom: 57.66955rem !important; } }

.m-87 {
  margin: 87rem !important; }
  @media (max-width: 960px) {
    .m-87 {
      margin: 58.0029rem !important; } }

.m-87-5 {
  margin: 87.5rem !important; }
  @media (max-width: 960px) {
    .m-87-5 {
      margin: 58.33625rem !important; } }

.mt-87 {
  margin-top: 87rem !important; }
  @media (max-width: 960px) {
    .mt-87 {
      margin-top: 58.0029rem !important; } }

.mt-87-5 {
  margin-top: 87.5rem !important; }
  @media (max-width: 960px) {
    .mt-87-5 {
      margin-top: 58.33625rem !important; } }

.mb-87 {
  margin-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .mb-87 {
      margin-bottom: 58.0029rem !important; } }

.mb-87-5 {
  margin-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .mb-87-5 {
      margin-bottom: 58.33625rem !important; } }

.ml-87 {
  margin-left: 87rem !important; }
  @media (max-width: 960px) {
    .ml-87 {
      margin-left: 58.0029rem !important; } }

.ml-87-5 {
  margin-left: 87.5rem !important; }
  @media (max-width: 960px) {
    .ml-87-5 {
      margin-left: 58.33625rem !important; } }

.mr-87 {
  margin-right: 87rem !important; }
  @media (max-width: 960px) {
    .mr-87 {
      margin-right: 58.0029rem !important; } }

.mr-87-5 {
  margin-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .mr-87-5 {
      margin-right: 58.33625rem !important; } }

.mx-87 {
  margin-left: 87rem !important;
  margin-right: 87rem !important; }
  @media (max-width: 960px) {
    .mx-87 {
      margin-left: 58.0029rem !important;
      margin-right: 58.0029rem !important; } }

.mx-87-5 {
  margin-left: 87.5rem !important;
  margin-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .mx-87-5 {
      margin-left: 58.33625rem !important;
      margin-right: 58.33625rem !important; } }

.my-87 {
  margin-top: 87rem !important;
  margin-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .my-87 {
      margin-top: 58.0029rem !important;
      margin-bottom: 58.0029rem !important; } }

.my-87-5 {
  margin-top: 87.5rem !important;
  margin-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .my-87-5 {
      margin-top: 58.33625rem !important;
      margin-bottom: 58.33625rem !important; } }

.p-87 {
  padding: 87rem !important; }
  @media (max-width: 960px) {
    .p-87 {
      padding: 58.0029rem !important; } }

.p-87-5 {
  padding: 87.5rem !important; }
  @media (max-width: 960px) {
    .p-87-5 {
      padding: 58.33625rem !important; } }

.pt-87 {
  padding-top: 87rem !important; }
  @media (max-width: 960px) {
    .pt-87 {
      padding-top: 58.0029rem !important; } }

.pt-87-5 {
  padding-top: 87.5rem !important; }
  @media (max-width: 960px) {
    .pt-87-5 {
      padding-top: 58.33625rem !important; } }

.pb-87 {
  padding-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .pb-87 {
      padding-bottom: 58.0029rem !important; } }

.pb-87-5 {
  padding-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .pb-87-5 {
      padding-bottom: 58.33625rem !important; } }

.pl-87 {
  padding-left: 87rem !important; }
  @media (max-width: 960px) {
    .pl-87 {
      padding-left: 58.0029rem !important; } }

.pl-87-5 {
  padding-left: 87.5rem !important; }
  @media (max-width: 960px) {
    .pl-87-5 {
      padding-left: 58.33625rem !important; } }

.pr-87 {
  padding-right: 87rem !important; }
  @media (max-width: 960px) {
    .pr-87 {
      padding-right: 58.0029rem !important; } }

.pr-87-5 {
  padding-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .pr-87-5 {
      padding-right: 58.33625rem !important; } }

.px-87 {
  padding-left: 87rem !important;
  padding-right: 87rem !important; }
  @media (max-width: 960px) {
    .px-87 {
      padding-left: 58.0029rem !important;
      padding-right: 58.0029rem !important; } }

.px-87-5 {
  padding-left: 87.5rem !important;
  padding-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .px-87-5 {
      padding-left: 58.33625rem !important;
      padding-right: 58.33625rem !important; } }

.py-87 {
  padding-top: 87rem !important;
  padding-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .py-87 {
      padding-top: 58.0029rem !important;
      padding-bottom: 58.0029rem !important; } }

.py-87-5 {
  padding-top: 87.5rem !important;
  padding-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .py-87-5 {
      padding-top: 58.33625rem !important;
      padding-bottom: 58.33625rem !important; } }

.m-88 {
  margin: 88rem !important; }
  @media (max-width: 960px) {
    .m-88 {
      margin: 58.6696rem !important; } }

.m-88-5 {
  margin: 88.5rem !important; }
  @media (max-width: 960px) {
    .m-88-5 {
      margin: 59.00295rem !important; } }

.mt-88 {
  margin-top: 88rem !important; }
  @media (max-width: 960px) {
    .mt-88 {
      margin-top: 58.6696rem !important; } }

.mt-88-5 {
  margin-top: 88.5rem !important; }
  @media (max-width: 960px) {
    .mt-88-5 {
      margin-top: 59.00295rem !important; } }

.mb-88 {
  margin-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .mb-88 {
      margin-bottom: 58.6696rem !important; } }

.mb-88-5 {
  margin-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .mb-88-5 {
      margin-bottom: 59.00295rem !important; } }

.ml-88 {
  margin-left: 88rem !important; }
  @media (max-width: 960px) {
    .ml-88 {
      margin-left: 58.6696rem !important; } }

.ml-88-5 {
  margin-left: 88.5rem !important; }
  @media (max-width: 960px) {
    .ml-88-5 {
      margin-left: 59.00295rem !important; } }

.mr-88 {
  margin-right: 88rem !important; }
  @media (max-width: 960px) {
    .mr-88 {
      margin-right: 58.6696rem !important; } }

.mr-88-5 {
  margin-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .mr-88-5 {
      margin-right: 59.00295rem !important; } }

.mx-88 {
  margin-left: 88rem !important;
  margin-right: 88rem !important; }
  @media (max-width: 960px) {
    .mx-88 {
      margin-left: 58.6696rem !important;
      margin-right: 58.6696rem !important; } }

.mx-88-5 {
  margin-left: 88.5rem !important;
  margin-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .mx-88-5 {
      margin-left: 59.00295rem !important;
      margin-right: 59.00295rem !important; } }

.my-88 {
  margin-top: 88rem !important;
  margin-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .my-88 {
      margin-top: 58.6696rem !important;
      margin-bottom: 58.6696rem !important; } }

.my-88-5 {
  margin-top: 88.5rem !important;
  margin-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .my-88-5 {
      margin-top: 59.00295rem !important;
      margin-bottom: 59.00295rem !important; } }

.p-88 {
  padding: 88rem !important; }
  @media (max-width: 960px) {
    .p-88 {
      padding: 58.6696rem !important; } }

.p-88-5 {
  padding: 88.5rem !important; }
  @media (max-width: 960px) {
    .p-88-5 {
      padding: 59.00295rem !important; } }

.pt-88 {
  padding-top: 88rem !important; }
  @media (max-width: 960px) {
    .pt-88 {
      padding-top: 58.6696rem !important; } }

.pt-88-5 {
  padding-top: 88.5rem !important; }
  @media (max-width: 960px) {
    .pt-88-5 {
      padding-top: 59.00295rem !important; } }

.pb-88 {
  padding-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .pb-88 {
      padding-bottom: 58.6696rem !important; } }

.pb-88-5 {
  padding-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .pb-88-5 {
      padding-bottom: 59.00295rem !important; } }

.pl-88 {
  padding-left: 88rem !important; }
  @media (max-width: 960px) {
    .pl-88 {
      padding-left: 58.6696rem !important; } }

.pl-88-5 {
  padding-left: 88.5rem !important; }
  @media (max-width: 960px) {
    .pl-88-5 {
      padding-left: 59.00295rem !important; } }

.pr-88 {
  padding-right: 88rem !important; }
  @media (max-width: 960px) {
    .pr-88 {
      padding-right: 58.6696rem !important; } }

.pr-88-5 {
  padding-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .pr-88-5 {
      padding-right: 59.00295rem !important; } }

.px-88 {
  padding-left: 88rem !important;
  padding-right: 88rem !important; }
  @media (max-width: 960px) {
    .px-88 {
      padding-left: 58.6696rem !important;
      padding-right: 58.6696rem !important; } }

.px-88-5 {
  padding-left: 88.5rem !important;
  padding-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .px-88-5 {
      padding-left: 59.00295rem !important;
      padding-right: 59.00295rem !important; } }

.py-88 {
  padding-top: 88rem !important;
  padding-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .py-88 {
      padding-top: 58.6696rem !important;
      padding-bottom: 58.6696rem !important; } }

.py-88-5 {
  padding-top: 88.5rem !important;
  padding-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .py-88-5 {
      padding-top: 59.00295rem !important;
      padding-bottom: 59.00295rem !important; } }

.m-89 {
  margin: 89rem !important; }
  @media (max-width: 960px) {
    .m-89 {
      margin: 59.3363rem !important; } }

.m-89-5 {
  margin: 89.5rem !important; }
  @media (max-width: 960px) {
    .m-89-5 {
      margin: 59.66965rem !important; } }

.mt-89 {
  margin-top: 89rem !important; }
  @media (max-width: 960px) {
    .mt-89 {
      margin-top: 59.3363rem !important; } }

.mt-89-5 {
  margin-top: 89.5rem !important; }
  @media (max-width: 960px) {
    .mt-89-5 {
      margin-top: 59.66965rem !important; } }

.mb-89 {
  margin-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .mb-89 {
      margin-bottom: 59.3363rem !important; } }

.mb-89-5 {
  margin-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .mb-89-5 {
      margin-bottom: 59.66965rem !important; } }

.ml-89 {
  margin-left: 89rem !important; }
  @media (max-width: 960px) {
    .ml-89 {
      margin-left: 59.3363rem !important; } }

.ml-89-5 {
  margin-left: 89.5rem !important; }
  @media (max-width: 960px) {
    .ml-89-5 {
      margin-left: 59.66965rem !important; } }

.mr-89 {
  margin-right: 89rem !important; }
  @media (max-width: 960px) {
    .mr-89 {
      margin-right: 59.3363rem !important; } }

.mr-89-5 {
  margin-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .mr-89-5 {
      margin-right: 59.66965rem !important; } }

.mx-89 {
  margin-left: 89rem !important;
  margin-right: 89rem !important; }
  @media (max-width: 960px) {
    .mx-89 {
      margin-left: 59.3363rem !important;
      margin-right: 59.3363rem !important; } }

.mx-89-5 {
  margin-left: 89.5rem !important;
  margin-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .mx-89-5 {
      margin-left: 59.66965rem !important;
      margin-right: 59.66965rem !important; } }

.my-89 {
  margin-top: 89rem !important;
  margin-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .my-89 {
      margin-top: 59.3363rem !important;
      margin-bottom: 59.3363rem !important; } }

.my-89-5 {
  margin-top: 89.5rem !important;
  margin-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .my-89-5 {
      margin-top: 59.66965rem !important;
      margin-bottom: 59.66965rem !important; } }

.p-89 {
  padding: 89rem !important; }
  @media (max-width: 960px) {
    .p-89 {
      padding: 59.3363rem !important; } }

.p-89-5 {
  padding: 89.5rem !important; }
  @media (max-width: 960px) {
    .p-89-5 {
      padding: 59.66965rem !important; } }

.pt-89 {
  padding-top: 89rem !important; }
  @media (max-width: 960px) {
    .pt-89 {
      padding-top: 59.3363rem !important; } }

.pt-89-5 {
  padding-top: 89.5rem !important; }
  @media (max-width: 960px) {
    .pt-89-5 {
      padding-top: 59.66965rem !important; } }

.pb-89 {
  padding-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .pb-89 {
      padding-bottom: 59.3363rem !important; } }

.pb-89-5 {
  padding-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .pb-89-5 {
      padding-bottom: 59.66965rem !important; } }

.pl-89 {
  padding-left: 89rem !important; }
  @media (max-width: 960px) {
    .pl-89 {
      padding-left: 59.3363rem !important; } }

.pl-89-5 {
  padding-left: 89.5rem !important; }
  @media (max-width: 960px) {
    .pl-89-5 {
      padding-left: 59.66965rem !important; } }

.pr-89 {
  padding-right: 89rem !important; }
  @media (max-width: 960px) {
    .pr-89 {
      padding-right: 59.3363rem !important; } }

.pr-89-5 {
  padding-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .pr-89-5 {
      padding-right: 59.66965rem !important; } }

.px-89 {
  padding-left: 89rem !important;
  padding-right: 89rem !important; }
  @media (max-width: 960px) {
    .px-89 {
      padding-left: 59.3363rem !important;
      padding-right: 59.3363rem !important; } }

.px-89-5 {
  padding-left: 89.5rem !important;
  padding-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .px-89-5 {
      padding-left: 59.66965rem !important;
      padding-right: 59.66965rem !important; } }

.py-89 {
  padding-top: 89rem !important;
  padding-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .py-89 {
      padding-top: 59.3363rem !important;
      padding-bottom: 59.3363rem !important; } }

.py-89-5 {
  padding-top: 89.5rem !important;
  padding-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .py-89-5 {
      padding-top: 59.66965rem !important;
      padding-bottom: 59.66965rem !important; } }

.m-90 {
  margin: 90rem !important; }
  @media (max-width: 960px) {
    .m-90 {
      margin: 60.003rem !important; } }

.m-90-5 {
  margin: 90.5rem !important; }
  @media (max-width: 960px) {
    .m-90-5 {
      margin: 60.33635rem !important; } }

.mt-90 {
  margin-top: 90rem !important; }
  @media (max-width: 960px) {
    .mt-90 {
      margin-top: 60.003rem !important; } }

.mt-90-5 {
  margin-top: 90.5rem !important; }
  @media (max-width: 960px) {
    .mt-90-5 {
      margin-top: 60.33635rem !important; } }

.mb-90 {
  margin-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .mb-90 {
      margin-bottom: 60.003rem !important; } }

.mb-90-5 {
  margin-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .mb-90-5 {
      margin-bottom: 60.33635rem !important; } }

.ml-90 {
  margin-left: 90rem !important; }
  @media (max-width: 960px) {
    .ml-90 {
      margin-left: 60.003rem !important; } }

.ml-90-5 {
  margin-left: 90.5rem !important; }
  @media (max-width: 960px) {
    .ml-90-5 {
      margin-left: 60.33635rem !important; } }

.mr-90 {
  margin-right: 90rem !important; }
  @media (max-width: 960px) {
    .mr-90 {
      margin-right: 60.003rem !important; } }

.mr-90-5 {
  margin-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .mr-90-5 {
      margin-right: 60.33635rem !important; } }

.mx-90 {
  margin-left: 90rem !important;
  margin-right: 90rem !important; }
  @media (max-width: 960px) {
    .mx-90 {
      margin-left: 60.003rem !important;
      margin-right: 60.003rem !important; } }

.mx-90-5 {
  margin-left: 90.5rem !important;
  margin-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .mx-90-5 {
      margin-left: 60.33635rem !important;
      margin-right: 60.33635rem !important; } }

.my-90 {
  margin-top: 90rem !important;
  margin-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .my-90 {
      margin-top: 60.003rem !important;
      margin-bottom: 60.003rem !important; } }

.my-90-5 {
  margin-top: 90.5rem !important;
  margin-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .my-90-5 {
      margin-top: 60.33635rem !important;
      margin-bottom: 60.33635rem !important; } }

.p-90 {
  padding: 90rem !important; }
  @media (max-width: 960px) {
    .p-90 {
      padding: 60.003rem !important; } }

.p-90-5 {
  padding: 90.5rem !important; }
  @media (max-width: 960px) {
    .p-90-5 {
      padding: 60.33635rem !important; } }

.pt-90 {
  padding-top: 90rem !important; }
  @media (max-width: 960px) {
    .pt-90 {
      padding-top: 60.003rem !important; } }

.pt-90-5 {
  padding-top: 90.5rem !important; }
  @media (max-width: 960px) {
    .pt-90-5 {
      padding-top: 60.33635rem !important; } }

.pb-90 {
  padding-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .pb-90 {
      padding-bottom: 60.003rem !important; } }

.pb-90-5 {
  padding-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .pb-90-5 {
      padding-bottom: 60.33635rem !important; } }

.pl-90 {
  padding-left: 90rem !important; }
  @media (max-width: 960px) {
    .pl-90 {
      padding-left: 60.003rem !important; } }

.pl-90-5 {
  padding-left: 90.5rem !important; }
  @media (max-width: 960px) {
    .pl-90-5 {
      padding-left: 60.33635rem !important; } }

.pr-90 {
  padding-right: 90rem !important; }
  @media (max-width: 960px) {
    .pr-90 {
      padding-right: 60.003rem !important; } }

.pr-90-5 {
  padding-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .pr-90-5 {
      padding-right: 60.33635rem !important; } }

.px-90 {
  padding-left: 90rem !important;
  padding-right: 90rem !important; }
  @media (max-width: 960px) {
    .px-90 {
      padding-left: 60.003rem !important;
      padding-right: 60.003rem !important; } }

.px-90-5 {
  padding-left: 90.5rem !important;
  padding-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .px-90-5 {
      padding-left: 60.33635rem !important;
      padding-right: 60.33635rem !important; } }

.py-90 {
  padding-top: 90rem !important;
  padding-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .py-90 {
      padding-top: 60.003rem !important;
      padding-bottom: 60.003rem !important; } }

.py-90-5 {
  padding-top: 90.5rem !important;
  padding-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .py-90-5 {
      padding-top: 60.33635rem !important;
      padding-bottom: 60.33635rem !important; } }

.m-91 {
  margin: 91rem !important; }
  @media (max-width: 960px) {
    .m-91 {
      margin: 60.6697rem !important; } }

.m-91-5 {
  margin: 91.5rem !important; }
  @media (max-width: 960px) {
    .m-91-5 {
      margin: 61.00305rem !important; } }

.mt-91 {
  margin-top: 91rem !important; }
  @media (max-width: 960px) {
    .mt-91 {
      margin-top: 60.6697rem !important; } }

.mt-91-5 {
  margin-top: 91.5rem !important; }
  @media (max-width: 960px) {
    .mt-91-5 {
      margin-top: 61.00305rem !important; } }

.mb-91 {
  margin-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .mb-91 {
      margin-bottom: 60.6697rem !important; } }

.mb-91-5 {
  margin-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .mb-91-5 {
      margin-bottom: 61.00305rem !important; } }

.ml-91 {
  margin-left: 91rem !important; }
  @media (max-width: 960px) {
    .ml-91 {
      margin-left: 60.6697rem !important; } }

.ml-91-5 {
  margin-left: 91.5rem !important; }
  @media (max-width: 960px) {
    .ml-91-5 {
      margin-left: 61.00305rem !important; } }

.mr-91 {
  margin-right: 91rem !important; }
  @media (max-width: 960px) {
    .mr-91 {
      margin-right: 60.6697rem !important; } }

.mr-91-5 {
  margin-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .mr-91-5 {
      margin-right: 61.00305rem !important; } }

.mx-91 {
  margin-left: 91rem !important;
  margin-right: 91rem !important; }
  @media (max-width: 960px) {
    .mx-91 {
      margin-left: 60.6697rem !important;
      margin-right: 60.6697rem !important; } }

.mx-91-5 {
  margin-left: 91.5rem !important;
  margin-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .mx-91-5 {
      margin-left: 61.00305rem !important;
      margin-right: 61.00305rem !important; } }

.my-91 {
  margin-top: 91rem !important;
  margin-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .my-91 {
      margin-top: 60.6697rem !important;
      margin-bottom: 60.6697rem !important; } }

.my-91-5 {
  margin-top: 91.5rem !important;
  margin-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .my-91-5 {
      margin-top: 61.00305rem !important;
      margin-bottom: 61.00305rem !important; } }

.p-91 {
  padding: 91rem !important; }
  @media (max-width: 960px) {
    .p-91 {
      padding: 60.6697rem !important; } }

.p-91-5 {
  padding: 91.5rem !important; }
  @media (max-width: 960px) {
    .p-91-5 {
      padding: 61.00305rem !important; } }

.pt-91 {
  padding-top: 91rem !important; }
  @media (max-width: 960px) {
    .pt-91 {
      padding-top: 60.6697rem !important; } }

.pt-91-5 {
  padding-top: 91.5rem !important; }
  @media (max-width: 960px) {
    .pt-91-5 {
      padding-top: 61.00305rem !important; } }

.pb-91 {
  padding-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .pb-91 {
      padding-bottom: 60.6697rem !important; } }

.pb-91-5 {
  padding-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .pb-91-5 {
      padding-bottom: 61.00305rem !important; } }

.pl-91 {
  padding-left: 91rem !important; }
  @media (max-width: 960px) {
    .pl-91 {
      padding-left: 60.6697rem !important; } }

.pl-91-5 {
  padding-left: 91.5rem !important; }
  @media (max-width: 960px) {
    .pl-91-5 {
      padding-left: 61.00305rem !important; } }

.pr-91 {
  padding-right: 91rem !important; }
  @media (max-width: 960px) {
    .pr-91 {
      padding-right: 60.6697rem !important; } }

.pr-91-5 {
  padding-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .pr-91-5 {
      padding-right: 61.00305rem !important; } }

.px-91 {
  padding-left: 91rem !important;
  padding-right: 91rem !important; }
  @media (max-width: 960px) {
    .px-91 {
      padding-left: 60.6697rem !important;
      padding-right: 60.6697rem !important; } }

.px-91-5 {
  padding-left: 91.5rem !important;
  padding-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .px-91-5 {
      padding-left: 61.00305rem !important;
      padding-right: 61.00305rem !important; } }

.py-91 {
  padding-top: 91rem !important;
  padding-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .py-91 {
      padding-top: 60.6697rem !important;
      padding-bottom: 60.6697rem !important; } }

.py-91-5 {
  padding-top: 91.5rem !important;
  padding-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .py-91-5 {
      padding-top: 61.00305rem !important;
      padding-bottom: 61.00305rem !important; } }

.m-92 {
  margin: 92rem !important; }
  @media (max-width: 960px) {
    .m-92 {
      margin: 61.3364rem !important; } }

.m-92-5 {
  margin: 92.5rem !important; }
  @media (max-width: 960px) {
    .m-92-5 {
      margin: 61.66975rem !important; } }

.mt-92 {
  margin-top: 92rem !important; }
  @media (max-width: 960px) {
    .mt-92 {
      margin-top: 61.3364rem !important; } }

.mt-92-5 {
  margin-top: 92.5rem !important; }
  @media (max-width: 960px) {
    .mt-92-5 {
      margin-top: 61.66975rem !important; } }

.mb-92 {
  margin-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .mb-92 {
      margin-bottom: 61.3364rem !important; } }

.mb-92-5 {
  margin-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .mb-92-5 {
      margin-bottom: 61.66975rem !important; } }

.ml-92 {
  margin-left: 92rem !important; }
  @media (max-width: 960px) {
    .ml-92 {
      margin-left: 61.3364rem !important; } }

.ml-92-5 {
  margin-left: 92.5rem !important; }
  @media (max-width: 960px) {
    .ml-92-5 {
      margin-left: 61.66975rem !important; } }

.mr-92 {
  margin-right: 92rem !important; }
  @media (max-width: 960px) {
    .mr-92 {
      margin-right: 61.3364rem !important; } }

.mr-92-5 {
  margin-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .mr-92-5 {
      margin-right: 61.66975rem !important; } }

.mx-92 {
  margin-left: 92rem !important;
  margin-right: 92rem !important; }
  @media (max-width: 960px) {
    .mx-92 {
      margin-left: 61.3364rem !important;
      margin-right: 61.3364rem !important; } }

.mx-92-5 {
  margin-left: 92.5rem !important;
  margin-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .mx-92-5 {
      margin-left: 61.66975rem !important;
      margin-right: 61.66975rem !important; } }

.my-92 {
  margin-top: 92rem !important;
  margin-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .my-92 {
      margin-top: 61.3364rem !important;
      margin-bottom: 61.3364rem !important; } }

.my-92-5 {
  margin-top: 92.5rem !important;
  margin-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .my-92-5 {
      margin-top: 61.66975rem !important;
      margin-bottom: 61.66975rem !important; } }

.p-92 {
  padding: 92rem !important; }
  @media (max-width: 960px) {
    .p-92 {
      padding: 61.3364rem !important; } }

.p-92-5 {
  padding: 92.5rem !important; }
  @media (max-width: 960px) {
    .p-92-5 {
      padding: 61.66975rem !important; } }

.pt-92 {
  padding-top: 92rem !important; }
  @media (max-width: 960px) {
    .pt-92 {
      padding-top: 61.3364rem !important; } }

.pt-92-5 {
  padding-top: 92.5rem !important; }
  @media (max-width: 960px) {
    .pt-92-5 {
      padding-top: 61.66975rem !important; } }

.pb-92 {
  padding-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .pb-92 {
      padding-bottom: 61.3364rem !important; } }

.pb-92-5 {
  padding-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .pb-92-5 {
      padding-bottom: 61.66975rem !important; } }

.pl-92 {
  padding-left: 92rem !important; }
  @media (max-width: 960px) {
    .pl-92 {
      padding-left: 61.3364rem !important; } }

.pl-92-5 {
  padding-left: 92.5rem !important; }
  @media (max-width: 960px) {
    .pl-92-5 {
      padding-left: 61.66975rem !important; } }

.pr-92 {
  padding-right: 92rem !important; }
  @media (max-width: 960px) {
    .pr-92 {
      padding-right: 61.3364rem !important; } }

.pr-92-5 {
  padding-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .pr-92-5 {
      padding-right: 61.66975rem !important; } }

.px-92 {
  padding-left: 92rem !important;
  padding-right: 92rem !important; }
  @media (max-width: 960px) {
    .px-92 {
      padding-left: 61.3364rem !important;
      padding-right: 61.3364rem !important; } }

.px-92-5 {
  padding-left: 92.5rem !important;
  padding-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .px-92-5 {
      padding-left: 61.66975rem !important;
      padding-right: 61.66975rem !important; } }

.py-92 {
  padding-top: 92rem !important;
  padding-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .py-92 {
      padding-top: 61.3364rem !important;
      padding-bottom: 61.3364rem !important; } }

.py-92-5 {
  padding-top: 92.5rem !important;
  padding-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .py-92-5 {
      padding-top: 61.66975rem !important;
      padding-bottom: 61.66975rem !important; } }

.m-93 {
  margin: 93rem !important; }
  @media (max-width: 960px) {
    .m-93 {
      margin: 62.0031rem !important; } }

.m-93-5 {
  margin: 93.5rem !important; }
  @media (max-width: 960px) {
    .m-93-5 {
      margin: 62.33645rem !important; } }

.mt-93 {
  margin-top: 93rem !important; }
  @media (max-width: 960px) {
    .mt-93 {
      margin-top: 62.0031rem !important; } }

.mt-93-5 {
  margin-top: 93.5rem !important; }
  @media (max-width: 960px) {
    .mt-93-5 {
      margin-top: 62.33645rem !important; } }

.mb-93 {
  margin-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .mb-93 {
      margin-bottom: 62.0031rem !important; } }

.mb-93-5 {
  margin-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .mb-93-5 {
      margin-bottom: 62.33645rem !important; } }

.ml-93 {
  margin-left: 93rem !important; }
  @media (max-width: 960px) {
    .ml-93 {
      margin-left: 62.0031rem !important; } }

.ml-93-5 {
  margin-left: 93.5rem !important; }
  @media (max-width: 960px) {
    .ml-93-5 {
      margin-left: 62.33645rem !important; } }

.mr-93 {
  margin-right: 93rem !important; }
  @media (max-width: 960px) {
    .mr-93 {
      margin-right: 62.0031rem !important; } }

.mr-93-5 {
  margin-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .mr-93-5 {
      margin-right: 62.33645rem !important; } }

.mx-93 {
  margin-left: 93rem !important;
  margin-right: 93rem !important; }
  @media (max-width: 960px) {
    .mx-93 {
      margin-left: 62.0031rem !important;
      margin-right: 62.0031rem !important; } }

.mx-93-5 {
  margin-left: 93.5rem !important;
  margin-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .mx-93-5 {
      margin-left: 62.33645rem !important;
      margin-right: 62.33645rem !important; } }

.my-93 {
  margin-top: 93rem !important;
  margin-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .my-93 {
      margin-top: 62.0031rem !important;
      margin-bottom: 62.0031rem !important; } }

.my-93-5 {
  margin-top: 93.5rem !important;
  margin-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .my-93-5 {
      margin-top: 62.33645rem !important;
      margin-bottom: 62.33645rem !important; } }

.p-93 {
  padding: 93rem !important; }
  @media (max-width: 960px) {
    .p-93 {
      padding: 62.0031rem !important; } }

.p-93-5 {
  padding: 93.5rem !important; }
  @media (max-width: 960px) {
    .p-93-5 {
      padding: 62.33645rem !important; } }

.pt-93 {
  padding-top: 93rem !important; }
  @media (max-width: 960px) {
    .pt-93 {
      padding-top: 62.0031rem !important; } }

.pt-93-5 {
  padding-top: 93.5rem !important; }
  @media (max-width: 960px) {
    .pt-93-5 {
      padding-top: 62.33645rem !important; } }

.pb-93 {
  padding-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .pb-93 {
      padding-bottom: 62.0031rem !important; } }

.pb-93-5 {
  padding-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .pb-93-5 {
      padding-bottom: 62.33645rem !important; } }

.pl-93 {
  padding-left: 93rem !important; }
  @media (max-width: 960px) {
    .pl-93 {
      padding-left: 62.0031rem !important; } }

.pl-93-5 {
  padding-left: 93.5rem !important; }
  @media (max-width: 960px) {
    .pl-93-5 {
      padding-left: 62.33645rem !important; } }

.pr-93 {
  padding-right: 93rem !important; }
  @media (max-width: 960px) {
    .pr-93 {
      padding-right: 62.0031rem !important; } }

.pr-93-5 {
  padding-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .pr-93-5 {
      padding-right: 62.33645rem !important; } }

.px-93 {
  padding-left: 93rem !important;
  padding-right: 93rem !important; }
  @media (max-width: 960px) {
    .px-93 {
      padding-left: 62.0031rem !important;
      padding-right: 62.0031rem !important; } }

.px-93-5 {
  padding-left: 93.5rem !important;
  padding-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .px-93-5 {
      padding-left: 62.33645rem !important;
      padding-right: 62.33645rem !important; } }

.py-93 {
  padding-top: 93rem !important;
  padding-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .py-93 {
      padding-top: 62.0031rem !important;
      padding-bottom: 62.0031rem !important; } }

.py-93-5 {
  padding-top: 93.5rem !important;
  padding-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .py-93-5 {
      padding-top: 62.33645rem !important;
      padding-bottom: 62.33645rem !important; } }

.m-94 {
  margin: 94rem !important; }
  @media (max-width: 960px) {
    .m-94 {
      margin: 62.6698rem !important; } }

.m-94-5 {
  margin: 94.5rem !important; }
  @media (max-width: 960px) {
    .m-94-5 {
      margin: 63.00315rem !important; } }

.mt-94 {
  margin-top: 94rem !important; }
  @media (max-width: 960px) {
    .mt-94 {
      margin-top: 62.6698rem !important; } }

.mt-94-5 {
  margin-top: 94.5rem !important; }
  @media (max-width: 960px) {
    .mt-94-5 {
      margin-top: 63.00315rem !important; } }

.mb-94 {
  margin-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .mb-94 {
      margin-bottom: 62.6698rem !important; } }

.mb-94-5 {
  margin-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .mb-94-5 {
      margin-bottom: 63.00315rem !important; } }

.ml-94 {
  margin-left: 94rem !important; }
  @media (max-width: 960px) {
    .ml-94 {
      margin-left: 62.6698rem !important; } }

.ml-94-5 {
  margin-left: 94.5rem !important; }
  @media (max-width: 960px) {
    .ml-94-5 {
      margin-left: 63.00315rem !important; } }

.mr-94 {
  margin-right: 94rem !important; }
  @media (max-width: 960px) {
    .mr-94 {
      margin-right: 62.6698rem !important; } }

.mr-94-5 {
  margin-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .mr-94-5 {
      margin-right: 63.00315rem !important; } }

.mx-94 {
  margin-left: 94rem !important;
  margin-right: 94rem !important; }
  @media (max-width: 960px) {
    .mx-94 {
      margin-left: 62.6698rem !important;
      margin-right: 62.6698rem !important; } }

.mx-94-5 {
  margin-left: 94.5rem !important;
  margin-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .mx-94-5 {
      margin-left: 63.00315rem !important;
      margin-right: 63.00315rem !important; } }

.my-94 {
  margin-top: 94rem !important;
  margin-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .my-94 {
      margin-top: 62.6698rem !important;
      margin-bottom: 62.6698rem !important; } }

.my-94-5 {
  margin-top: 94.5rem !important;
  margin-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .my-94-5 {
      margin-top: 63.00315rem !important;
      margin-bottom: 63.00315rem !important; } }

.p-94 {
  padding: 94rem !important; }
  @media (max-width: 960px) {
    .p-94 {
      padding: 62.6698rem !important; } }

.p-94-5 {
  padding: 94.5rem !important; }
  @media (max-width: 960px) {
    .p-94-5 {
      padding: 63.00315rem !important; } }

.pt-94 {
  padding-top: 94rem !important; }
  @media (max-width: 960px) {
    .pt-94 {
      padding-top: 62.6698rem !important; } }

.pt-94-5 {
  padding-top: 94.5rem !important; }
  @media (max-width: 960px) {
    .pt-94-5 {
      padding-top: 63.00315rem !important; } }

.pb-94 {
  padding-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .pb-94 {
      padding-bottom: 62.6698rem !important; } }

.pb-94-5 {
  padding-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .pb-94-5 {
      padding-bottom: 63.00315rem !important; } }

.pl-94 {
  padding-left: 94rem !important; }
  @media (max-width: 960px) {
    .pl-94 {
      padding-left: 62.6698rem !important; } }

.pl-94-5 {
  padding-left: 94.5rem !important; }
  @media (max-width: 960px) {
    .pl-94-5 {
      padding-left: 63.00315rem !important; } }

.pr-94 {
  padding-right: 94rem !important; }
  @media (max-width: 960px) {
    .pr-94 {
      padding-right: 62.6698rem !important; } }

.pr-94-5 {
  padding-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .pr-94-5 {
      padding-right: 63.00315rem !important; } }

.px-94 {
  padding-left: 94rem !important;
  padding-right: 94rem !important; }
  @media (max-width: 960px) {
    .px-94 {
      padding-left: 62.6698rem !important;
      padding-right: 62.6698rem !important; } }

.px-94-5 {
  padding-left: 94.5rem !important;
  padding-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .px-94-5 {
      padding-left: 63.00315rem !important;
      padding-right: 63.00315rem !important; } }

.py-94 {
  padding-top: 94rem !important;
  padding-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .py-94 {
      padding-top: 62.6698rem !important;
      padding-bottom: 62.6698rem !important; } }

.py-94-5 {
  padding-top: 94.5rem !important;
  padding-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .py-94-5 {
      padding-top: 63.00315rem !important;
      padding-bottom: 63.00315rem !important; } }

.m-95 {
  margin: 95rem !important; }
  @media (max-width: 960px) {
    .m-95 {
      margin: 63.3365rem !important; } }

.m-95-5 {
  margin: 95.5rem !important; }
  @media (max-width: 960px) {
    .m-95-5 {
      margin: 63.66985rem !important; } }

.mt-95 {
  margin-top: 95rem !important; }
  @media (max-width: 960px) {
    .mt-95 {
      margin-top: 63.3365rem !important; } }

.mt-95-5 {
  margin-top: 95.5rem !important; }
  @media (max-width: 960px) {
    .mt-95-5 {
      margin-top: 63.66985rem !important; } }

.mb-95 {
  margin-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .mb-95 {
      margin-bottom: 63.3365rem !important; } }

.mb-95-5 {
  margin-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .mb-95-5 {
      margin-bottom: 63.66985rem !important; } }

.ml-95 {
  margin-left: 95rem !important; }
  @media (max-width: 960px) {
    .ml-95 {
      margin-left: 63.3365rem !important; } }

.ml-95-5 {
  margin-left: 95.5rem !important; }
  @media (max-width: 960px) {
    .ml-95-5 {
      margin-left: 63.66985rem !important; } }

.mr-95 {
  margin-right: 95rem !important; }
  @media (max-width: 960px) {
    .mr-95 {
      margin-right: 63.3365rem !important; } }

.mr-95-5 {
  margin-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .mr-95-5 {
      margin-right: 63.66985rem !important; } }

.mx-95 {
  margin-left: 95rem !important;
  margin-right: 95rem !important; }
  @media (max-width: 960px) {
    .mx-95 {
      margin-left: 63.3365rem !important;
      margin-right: 63.3365rem !important; } }

.mx-95-5 {
  margin-left: 95.5rem !important;
  margin-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .mx-95-5 {
      margin-left: 63.66985rem !important;
      margin-right: 63.66985rem !important; } }

.my-95 {
  margin-top: 95rem !important;
  margin-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .my-95 {
      margin-top: 63.3365rem !important;
      margin-bottom: 63.3365rem !important; } }

.my-95-5 {
  margin-top: 95.5rem !important;
  margin-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .my-95-5 {
      margin-top: 63.66985rem !important;
      margin-bottom: 63.66985rem !important; } }

.p-95 {
  padding: 95rem !important; }
  @media (max-width: 960px) {
    .p-95 {
      padding: 63.3365rem !important; } }

.p-95-5 {
  padding: 95.5rem !important; }
  @media (max-width: 960px) {
    .p-95-5 {
      padding: 63.66985rem !important; } }

.pt-95 {
  padding-top: 95rem !important; }
  @media (max-width: 960px) {
    .pt-95 {
      padding-top: 63.3365rem !important; } }

.pt-95-5 {
  padding-top: 95.5rem !important; }
  @media (max-width: 960px) {
    .pt-95-5 {
      padding-top: 63.66985rem !important; } }

.pb-95 {
  padding-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .pb-95 {
      padding-bottom: 63.3365rem !important; } }

.pb-95-5 {
  padding-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .pb-95-5 {
      padding-bottom: 63.66985rem !important; } }

.pl-95 {
  padding-left: 95rem !important; }
  @media (max-width: 960px) {
    .pl-95 {
      padding-left: 63.3365rem !important; } }

.pl-95-5 {
  padding-left: 95.5rem !important; }
  @media (max-width: 960px) {
    .pl-95-5 {
      padding-left: 63.66985rem !important; } }

.pr-95 {
  padding-right: 95rem !important; }
  @media (max-width: 960px) {
    .pr-95 {
      padding-right: 63.3365rem !important; } }

.pr-95-5 {
  padding-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .pr-95-5 {
      padding-right: 63.66985rem !important; } }

.px-95 {
  padding-left: 95rem !important;
  padding-right: 95rem !important; }
  @media (max-width: 960px) {
    .px-95 {
      padding-left: 63.3365rem !important;
      padding-right: 63.3365rem !important; } }

.px-95-5 {
  padding-left: 95.5rem !important;
  padding-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .px-95-5 {
      padding-left: 63.66985rem !important;
      padding-right: 63.66985rem !important; } }

.py-95 {
  padding-top: 95rem !important;
  padding-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .py-95 {
      padding-top: 63.3365rem !important;
      padding-bottom: 63.3365rem !important; } }

.py-95-5 {
  padding-top: 95.5rem !important;
  padding-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .py-95-5 {
      padding-top: 63.66985rem !important;
      padding-bottom: 63.66985rem !important; } }

.m-96 {
  margin: 96rem !important; }
  @media (max-width: 960px) {
    .m-96 {
      margin: 64.0032rem !important; } }

.m-96-5 {
  margin: 96.5rem !important; }
  @media (max-width: 960px) {
    .m-96-5 {
      margin: 64.33655rem !important; } }

.mt-96 {
  margin-top: 96rem !important; }
  @media (max-width: 960px) {
    .mt-96 {
      margin-top: 64.0032rem !important; } }

.mt-96-5 {
  margin-top: 96.5rem !important; }
  @media (max-width: 960px) {
    .mt-96-5 {
      margin-top: 64.33655rem !important; } }

.mb-96 {
  margin-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .mb-96 {
      margin-bottom: 64.0032rem !important; } }

.mb-96-5 {
  margin-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .mb-96-5 {
      margin-bottom: 64.33655rem !important; } }

.ml-96 {
  margin-left: 96rem !important; }
  @media (max-width: 960px) {
    .ml-96 {
      margin-left: 64.0032rem !important; } }

.ml-96-5 {
  margin-left: 96.5rem !important; }
  @media (max-width: 960px) {
    .ml-96-5 {
      margin-left: 64.33655rem !important; } }

.mr-96 {
  margin-right: 96rem !important; }
  @media (max-width: 960px) {
    .mr-96 {
      margin-right: 64.0032rem !important; } }

.mr-96-5 {
  margin-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .mr-96-5 {
      margin-right: 64.33655rem !important; } }

.mx-96 {
  margin-left: 96rem !important;
  margin-right: 96rem !important; }
  @media (max-width: 960px) {
    .mx-96 {
      margin-left: 64.0032rem !important;
      margin-right: 64.0032rem !important; } }

.mx-96-5 {
  margin-left: 96.5rem !important;
  margin-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .mx-96-5 {
      margin-left: 64.33655rem !important;
      margin-right: 64.33655rem !important; } }

.my-96 {
  margin-top: 96rem !important;
  margin-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .my-96 {
      margin-top: 64.0032rem !important;
      margin-bottom: 64.0032rem !important; } }

.my-96-5 {
  margin-top: 96.5rem !important;
  margin-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .my-96-5 {
      margin-top: 64.33655rem !important;
      margin-bottom: 64.33655rem !important; } }

.p-96 {
  padding: 96rem !important; }
  @media (max-width: 960px) {
    .p-96 {
      padding: 64.0032rem !important; } }

.p-96-5 {
  padding: 96.5rem !important; }
  @media (max-width: 960px) {
    .p-96-5 {
      padding: 64.33655rem !important; } }

.pt-96 {
  padding-top: 96rem !important; }
  @media (max-width: 960px) {
    .pt-96 {
      padding-top: 64.0032rem !important; } }

.pt-96-5 {
  padding-top: 96.5rem !important; }
  @media (max-width: 960px) {
    .pt-96-5 {
      padding-top: 64.33655rem !important; } }

.pb-96 {
  padding-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .pb-96 {
      padding-bottom: 64.0032rem !important; } }

.pb-96-5 {
  padding-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .pb-96-5 {
      padding-bottom: 64.33655rem !important; } }

.pl-96 {
  padding-left: 96rem !important; }
  @media (max-width: 960px) {
    .pl-96 {
      padding-left: 64.0032rem !important; } }

.pl-96-5 {
  padding-left: 96.5rem !important; }
  @media (max-width: 960px) {
    .pl-96-5 {
      padding-left: 64.33655rem !important; } }

.pr-96 {
  padding-right: 96rem !important; }
  @media (max-width: 960px) {
    .pr-96 {
      padding-right: 64.0032rem !important; } }

.pr-96-5 {
  padding-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .pr-96-5 {
      padding-right: 64.33655rem !important; } }

.px-96 {
  padding-left: 96rem !important;
  padding-right: 96rem !important; }
  @media (max-width: 960px) {
    .px-96 {
      padding-left: 64.0032rem !important;
      padding-right: 64.0032rem !important; } }

.px-96-5 {
  padding-left: 96.5rem !important;
  padding-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .px-96-5 {
      padding-left: 64.33655rem !important;
      padding-right: 64.33655rem !important; } }

.py-96 {
  padding-top: 96rem !important;
  padding-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .py-96 {
      padding-top: 64.0032rem !important;
      padding-bottom: 64.0032rem !important; } }

.py-96-5 {
  padding-top: 96.5rem !important;
  padding-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .py-96-5 {
      padding-top: 64.33655rem !important;
      padding-bottom: 64.33655rem !important; } }

.m-97 {
  margin: 97rem !important; }
  @media (max-width: 960px) {
    .m-97 {
      margin: 64.6699rem !important; } }

.m-97-5 {
  margin: 97.5rem !important; }
  @media (max-width: 960px) {
    .m-97-5 {
      margin: 65.00325rem !important; } }

.mt-97 {
  margin-top: 97rem !important; }
  @media (max-width: 960px) {
    .mt-97 {
      margin-top: 64.6699rem !important; } }

.mt-97-5 {
  margin-top: 97.5rem !important; }
  @media (max-width: 960px) {
    .mt-97-5 {
      margin-top: 65.00325rem !important; } }

.mb-97 {
  margin-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .mb-97 {
      margin-bottom: 64.6699rem !important; } }

.mb-97-5 {
  margin-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .mb-97-5 {
      margin-bottom: 65.00325rem !important; } }

.ml-97 {
  margin-left: 97rem !important; }
  @media (max-width: 960px) {
    .ml-97 {
      margin-left: 64.6699rem !important; } }

.ml-97-5 {
  margin-left: 97.5rem !important; }
  @media (max-width: 960px) {
    .ml-97-5 {
      margin-left: 65.00325rem !important; } }

.mr-97 {
  margin-right: 97rem !important; }
  @media (max-width: 960px) {
    .mr-97 {
      margin-right: 64.6699rem !important; } }

.mr-97-5 {
  margin-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .mr-97-5 {
      margin-right: 65.00325rem !important; } }

.mx-97 {
  margin-left: 97rem !important;
  margin-right: 97rem !important; }
  @media (max-width: 960px) {
    .mx-97 {
      margin-left: 64.6699rem !important;
      margin-right: 64.6699rem !important; } }

.mx-97-5 {
  margin-left: 97.5rem !important;
  margin-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .mx-97-5 {
      margin-left: 65.00325rem !important;
      margin-right: 65.00325rem !important; } }

.my-97 {
  margin-top: 97rem !important;
  margin-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .my-97 {
      margin-top: 64.6699rem !important;
      margin-bottom: 64.6699rem !important; } }

.my-97-5 {
  margin-top: 97.5rem !important;
  margin-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .my-97-5 {
      margin-top: 65.00325rem !important;
      margin-bottom: 65.00325rem !important; } }

.p-97 {
  padding: 97rem !important; }
  @media (max-width: 960px) {
    .p-97 {
      padding: 64.6699rem !important; } }

.p-97-5 {
  padding: 97.5rem !important; }
  @media (max-width: 960px) {
    .p-97-5 {
      padding: 65.00325rem !important; } }

.pt-97 {
  padding-top: 97rem !important; }
  @media (max-width: 960px) {
    .pt-97 {
      padding-top: 64.6699rem !important; } }

.pt-97-5 {
  padding-top: 97.5rem !important; }
  @media (max-width: 960px) {
    .pt-97-5 {
      padding-top: 65.00325rem !important; } }

.pb-97 {
  padding-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .pb-97 {
      padding-bottom: 64.6699rem !important; } }

.pb-97-5 {
  padding-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .pb-97-5 {
      padding-bottom: 65.00325rem !important; } }

.pl-97 {
  padding-left: 97rem !important; }
  @media (max-width: 960px) {
    .pl-97 {
      padding-left: 64.6699rem !important; } }

.pl-97-5 {
  padding-left: 97.5rem !important; }
  @media (max-width: 960px) {
    .pl-97-5 {
      padding-left: 65.00325rem !important; } }

.pr-97 {
  padding-right: 97rem !important; }
  @media (max-width: 960px) {
    .pr-97 {
      padding-right: 64.6699rem !important; } }

.pr-97-5 {
  padding-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .pr-97-5 {
      padding-right: 65.00325rem !important; } }

.px-97 {
  padding-left: 97rem !important;
  padding-right: 97rem !important; }
  @media (max-width: 960px) {
    .px-97 {
      padding-left: 64.6699rem !important;
      padding-right: 64.6699rem !important; } }

.px-97-5 {
  padding-left: 97.5rem !important;
  padding-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .px-97-5 {
      padding-left: 65.00325rem !important;
      padding-right: 65.00325rem !important; } }

.py-97 {
  padding-top: 97rem !important;
  padding-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .py-97 {
      padding-top: 64.6699rem !important;
      padding-bottom: 64.6699rem !important; } }

.py-97-5 {
  padding-top: 97.5rem !important;
  padding-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .py-97-5 {
      padding-top: 65.00325rem !important;
      padding-bottom: 65.00325rem !important; } }

.m-98 {
  margin: 98rem !important; }
  @media (max-width: 960px) {
    .m-98 {
      margin: 65.3366rem !important; } }

.m-98-5 {
  margin: 98.5rem !important; }
  @media (max-width: 960px) {
    .m-98-5 {
      margin: 65.66995rem !important; } }

.mt-98 {
  margin-top: 98rem !important; }
  @media (max-width: 960px) {
    .mt-98 {
      margin-top: 65.3366rem !important; } }

.mt-98-5 {
  margin-top: 98.5rem !important; }
  @media (max-width: 960px) {
    .mt-98-5 {
      margin-top: 65.66995rem !important; } }

.mb-98 {
  margin-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .mb-98 {
      margin-bottom: 65.3366rem !important; } }

.mb-98-5 {
  margin-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .mb-98-5 {
      margin-bottom: 65.66995rem !important; } }

.ml-98 {
  margin-left: 98rem !important; }
  @media (max-width: 960px) {
    .ml-98 {
      margin-left: 65.3366rem !important; } }

.ml-98-5 {
  margin-left: 98.5rem !important; }
  @media (max-width: 960px) {
    .ml-98-5 {
      margin-left: 65.66995rem !important; } }

.mr-98 {
  margin-right: 98rem !important; }
  @media (max-width: 960px) {
    .mr-98 {
      margin-right: 65.3366rem !important; } }

.mr-98-5 {
  margin-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .mr-98-5 {
      margin-right: 65.66995rem !important; } }

.mx-98 {
  margin-left: 98rem !important;
  margin-right: 98rem !important; }
  @media (max-width: 960px) {
    .mx-98 {
      margin-left: 65.3366rem !important;
      margin-right: 65.3366rem !important; } }

.mx-98-5 {
  margin-left: 98.5rem !important;
  margin-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .mx-98-5 {
      margin-left: 65.66995rem !important;
      margin-right: 65.66995rem !important; } }

.my-98 {
  margin-top: 98rem !important;
  margin-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .my-98 {
      margin-top: 65.3366rem !important;
      margin-bottom: 65.3366rem !important; } }

.my-98-5 {
  margin-top: 98.5rem !important;
  margin-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .my-98-5 {
      margin-top: 65.66995rem !important;
      margin-bottom: 65.66995rem !important; } }

.p-98 {
  padding: 98rem !important; }
  @media (max-width: 960px) {
    .p-98 {
      padding: 65.3366rem !important; } }

.p-98-5 {
  padding: 98.5rem !important; }
  @media (max-width: 960px) {
    .p-98-5 {
      padding: 65.66995rem !important; } }

.pt-98 {
  padding-top: 98rem !important; }
  @media (max-width: 960px) {
    .pt-98 {
      padding-top: 65.3366rem !important; } }

.pt-98-5 {
  padding-top: 98.5rem !important; }
  @media (max-width: 960px) {
    .pt-98-5 {
      padding-top: 65.66995rem !important; } }

.pb-98 {
  padding-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .pb-98 {
      padding-bottom: 65.3366rem !important; } }

.pb-98-5 {
  padding-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .pb-98-5 {
      padding-bottom: 65.66995rem !important; } }

.pl-98 {
  padding-left: 98rem !important; }
  @media (max-width: 960px) {
    .pl-98 {
      padding-left: 65.3366rem !important; } }

.pl-98-5 {
  padding-left: 98.5rem !important; }
  @media (max-width: 960px) {
    .pl-98-5 {
      padding-left: 65.66995rem !important; } }

.pr-98 {
  padding-right: 98rem !important; }
  @media (max-width: 960px) {
    .pr-98 {
      padding-right: 65.3366rem !important; } }

.pr-98-5 {
  padding-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .pr-98-5 {
      padding-right: 65.66995rem !important; } }

.px-98 {
  padding-left: 98rem !important;
  padding-right: 98rem !important; }
  @media (max-width: 960px) {
    .px-98 {
      padding-left: 65.3366rem !important;
      padding-right: 65.3366rem !important; } }

.px-98-5 {
  padding-left: 98.5rem !important;
  padding-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .px-98-5 {
      padding-left: 65.66995rem !important;
      padding-right: 65.66995rem !important; } }

.py-98 {
  padding-top: 98rem !important;
  padding-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .py-98 {
      padding-top: 65.3366rem !important;
      padding-bottom: 65.3366rem !important; } }

.py-98-5 {
  padding-top: 98.5rem !important;
  padding-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .py-98-5 {
      padding-top: 65.66995rem !important;
      padding-bottom: 65.66995rem !important; } }

.m-99 {
  margin: 99rem !important; }
  @media (max-width: 960px) {
    .m-99 {
      margin: 66.0033rem !important; } }

.m-99-5 {
  margin: 99.5rem !important; }
  @media (max-width: 960px) {
    .m-99-5 {
      margin: 66.33665rem !important; } }

.mt-99 {
  margin-top: 99rem !important; }
  @media (max-width: 960px) {
    .mt-99 {
      margin-top: 66.0033rem !important; } }

.mt-99-5 {
  margin-top: 99.5rem !important; }
  @media (max-width: 960px) {
    .mt-99-5 {
      margin-top: 66.33665rem !important; } }

.mb-99 {
  margin-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .mb-99 {
      margin-bottom: 66.0033rem !important; } }

.mb-99-5 {
  margin-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .mb-99-5 {
      margin-bottom: 66.33665rem !important; } }

.ml-99 {
  margin-left: 99rem !important; }
  @media (max-width: 960px) {
    .ml-99 {
      margin-left: 66.0033rem !important; } }

.ml-99-5 {
  margin-left: 99.5rem !important; }
  @media (max-width: 960px) {
    .ml-99-5 {
      margin-left: 66.33665rem !important; } }

.mr-99 {
  margin-right: 99rem !important; }
  @media (max-width: 960px) {
    .mr-99 {
      margin-right: 66.0033rem !important; } }

.mr-99-5 {
  margin-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .mr-99-5 {
      margin-right: 66.33665rem !important; } }

.mx-99 {
  margin-left: 99rem !important;
  margin-right: 99rem !important; }
  @media (max-width: 960px) {
    .mx-99 {
      margin-left: 66.0033rem !important;
      margin-right: 66.0033rem !important; } }

.mx-99-5 {
  margin-left: 99.5rem !important;
  margin-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .mx-99-5 {
      margin-left: 66.33665rem !important;
      margin-right: 66.33665rem !important; } }

.my-99 {
  margin-top: 99rem !important;
  margin-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .my-99 {
      margin-top: 66.0033rem !important;
      margin-bottom: 66.0033rem !important; } }

.my-99-5 {
  margin-top: 99.5rem !important;
  margin-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .my-99-5 {
      margin-top: 66.33665rem !important;
      margin-bottom: 66.33665rem !important; } }

.p-99 {
  padding: 99rem !important; }
  @media (max-width: 960px) {
    .p-99 {
      padding: 66.0033rem !important; } }

.p-99-5 {
  padding: 99.5rem !important; }
  @media (max-width: 960px) {
    .p-99-5 {
      padding: 66.33665rem !important; } }

.pt-99 {
  padding-top: 99rem !important; }
  @media (max-width: 960px) {
    .pt-99 {
      padding-top: 66.0033rem !important; } }

.pt-99-5 {
  padding-top: 99.5rem !important; }
  @media (max-width: 960px) {
    .pt-99-5 {
      padding-top: 66.33665rem !important; } }

.pb-99 {
  padding-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .pb-99 {
      padding-bottom: 66.0033rem !important; } }

.pb-99-5 {
  padding-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .pb-99-5 {
      padding-bottom: 66.33665rem !important; } }

.pl-99 {
  padding-left: 99rem !important; }
  @media (max-width: 960px) {
    .pl-99 {
      padding-left: 66.0033rem !important; } }

.pl-99-5 {
  padding-left: 99.5rem !important; }
  @media (max-width: 960px) {
    .pl-99-5 {
      padding-left: 66.33665rem !important; } }

.pr-99 {
  padding-right: 99rem !important; }
  @media (max-width: 960px) {
    .pr-99 {
      padding-right: 66.0033rem !important; } }

.pr-99-5 {
  padding-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .pr-99-5 {
      padding-right: 66.33665rem !important; } }

.px-99 {
  padding-left: 99rem !important;
  padding-right: 99rem !important; }
  @media (max-width: 960px) {
    .px-99 {
      padding-left: 66.0033rem !important;
      padding-right: 66.0033rem !important; } }

.px-99-5 {
  padding-left: 99.5rem !important;
  padding-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .px-99-5 {
      padding-left: 66.33665rem !important;
      padding-right: 66.33665rem !important; } }

.py-99 {
  padding-top: 99rem !important;
  padding-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .py-99 {
      padding-top: 66.0033rem !important;
      padding-bottom: 66.0033rem !important; } }

.py-99-5 {
  padding-top: 99.5rem !important;
  padding-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .py-99-5 {
      padding-top: 66.33665rem !important;
      padding-bottom: 66.33665rem !important; } }

.m-100 {
  margin: 100rem !important; }
  @media (max-width: 960px) {
    .m-100 {
      margin: 66.67rem !important; } }

.m-100-5 {
  margin: 100.5rem !important; }
  @media (max-width: 960px) {
    .m-100-5 {
      margin: 67.00335rem !important; } }

.mt-100 {
  margin-top: 100rem !important; }
  @media (max-width: 960px) {
    .mt-100 {
      margin-top: 66.67rem !important; } }

.mt-100-5 {
  margin-top: 100.5rem !important; }
  @media (max-width: 960px) {
    .mt-100-5 {
      margin-top: 67.00335rem !important; } }

.mb-100 {
  margin-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .mb-100 {
      margin-bottom: 66.67rem !important; } }

.mb-100-5 {
  margin-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .mb-100-5 {
      margin-bottom: 67.00335rem !important; } }

.ml-100 {
  margin-left: 100rem !important; }
  @media (max-width: 960px) {
    .ml-100 {
      margin-left: 66.67rem !important; } }

.ml-100-5 {
  margin-left: 100.5rem !important; }
  @media (max-width: 960px) {
    .ml-100-5 {
      margin-left: 67.00335rem !important; } }

.mr-100 {
  margin-right: 100rem !important; }
  @media (max-width: 960px) {
    .mr-100 {
      margin-right: 66.67rem !important; } }

.mr-100-5 {
  margin-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .mr-100-5 {
      margin-right: 67.00335rem !important; } }

.mx-100 {
  margin-left: 100rem !important;
  margin-right: 100rem !important; }
  @media (max-width: 960px) {
    .mx-100 {
      margin-left: 66.67rem !important;
      margin-right: 66.67rem !important; } }

.mx-100-5 {
  margin-left: 100.5rem !important;
  margin-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .mx-100-5 {
      margin-left: 67.00335rem !important;
      margin-right: 67.00335rem !important; } }

.my-100 {
  margin-top: 100rem !important;
  margin-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .my-100 {
      margin-top: 66.67rem !important;
      margin-bottom: 66.67rem !important; } }

.my-100-5 {
  margin-top: 100.5rem !important;
  margin-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .my-100-5 {
      margin-top: 67.00335rem !important;
      margin-bottom: 67.00335rem !important; } }

.p-100 {
  padding: 100rem !important; }
  @media (max-width: 960px) {
    .p-100 {
      padding: 66.67rem !important; } }

.p-100-5 {
  padding: 100.5rem !important; }
  @media (max-width: 960px) {
    .p-100-5 {
      padding: 67.00335rem !important; } }

.pt-100 {
  padding-top: 100rem !important; }
  @media (max-width: 960px) {
    .pt-100 {
      padding-top: 66.67rem !important; } }

.pt-100-5 {
  padding-top: 100.5rem !important; }
  @media (max-width: 960px) {
    .pt-100-5 {
      padding-top: 67.00335rem !important; } }

.pb-100 {
  padding-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .pb-100 {
      padding-bottom: 66.67rem !important; } }

.pb-100-5 {
  padding-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .pb-100-5 {
      padding-bottom: 67.00335rem !important; } }

.pl-100 {
  padding-left: 100rem !important; }
  @media (max-width: 960px) {
    .pl-100 {
      padding-left: 66.67rem !important; } }

.pl-100-5 {
  padding-left: 100.5rem !important; }
  @media (max-width: 960px) {
    .pl-100-5 {
      padding-left: 67.00335rem !important; } }

.pr-100 {
  padding-right: 100rem !important; }
  @media (max-width: 960px) {
    .pr-100 {
      padding-right: 66.67rem !important; } }

.pr-100-5 {
  padding-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .pr-100-5 {
      padding-right: 67.00335rem !important; } }

.px-100 {
  padding-left: 100rem !important;
  padding-right: 100rem !important; }
  @media (max-width: 960px) {
    .px-100 {
      padding-left: 66.67rem !important;
      padding-right: 66.67rem !important; } }

.px-100-5 {
  padding-left: 100.5rem !important;
  padding-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .px-100-5 {
      padding-left: 67.00335rem !important;
      padding-right: 67.00335rem !important; } }

.py-100 {
  padding-top: 100rem !important;
  padding-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .py-100 {
      padding-top: 66.67rem !important;
      padding-bottom: 66.67rem !important; } }

.py-100-5 {
  padding-top: 100.5rem !important;
  padding-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .py-100-5 {
      padding-top: 67.00335rem !important;
      padding-bottom: 67.00335rem !important; } }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

a[href^="tel:"] {
  cursor: default; }

.no_scroll {
  overflow: hidden; }

.flex-wrap {
  flex-wrap: wrap; }

@media (max-width: 960px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all; } }
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.t-center {
  text-align: center !important; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  height: 40rem;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }
@media (max-width: 960px) {
  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: auto;
    padding: 0rem;
    background-color: rgba(255, 255, 255, 0); }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }

.breadcrumb {
  width: 100%;
  position: relative; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }
  @media (max-width: 960px) {
    .breadcrumb__text br {
      display: none !important; } }

.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #a67c52 solid 0.1rem;
  margin-bottom: 3rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #a67c52;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #a67c52 solid 0.1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem 0;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #a67c52; }

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 2rem 0;
    transition: background-color 0.3s ease;
    background: rgba(166, 124, 82, 0.2); }
    .news-list li:nth-child(odd) {
      background: #a67c52; }
      .news-list li:nth-child(odd) a .date,
      .news-list li:nth-child(odd) a .txt {
        color: #ffffff; }
      .news-list li:nth-child(odd) a:hover {
        color: #171717; }
    .news-list li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .news-list li:last-child {
      border-bottom: none; }
    .news-list li:hover {
      background: rgba(166, 124, 82, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .date {
        display: inline-block;
        min-width: 13rem;
        font-size: 1.8rem;
        color: #171717;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: .1rem; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

@media (max-width: 960px) {
  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list li a .date {
    padding-left: 1rem;
    padding-right: 0;
    min-width: 11rem; }
  .news-list li a .txt {
    font-size: 1.5rem;
    padding-right: 1rem; }

  .archive-list li a {
    font-size: 1.5rem; }

  .breadcrumb__item {
    font-size: 1.5rem; } }
.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #a67c52 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current,
      .pagenavi-wrap ul li a:hover {
        background: #a67c52;
        color: #FFFFFF; }

.news-pagination {
  text-align: center; }
  .news-pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .news-pagination .wp-pagenavi span,
    .news-pagination .wp-pagenavi a {
      height: 4rem;
      min-width: 4rem;
      border: 0.1rem solid #a67c52;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #a67c52;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    aspect-ratio: 4/2.75;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block; }
    .column-list__thumb img:hover {
      transform: scale(1.08); }
.column-list__box {
  align-items: center; }
  .column-list__box .cate-item {
    display: inline-block; }
    .column-list__box .cate-item a {
      padding: 0.5rem 1.5rem;
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: bold;
      line-height: 175%;
      letter-spacing: 0.1rem;
      text-decoration: none;
      background-color: #a67c52;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(166, 124, 82, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

@media (max-width: 960px) {
  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; } }
.single-post__header {
  background-color: rgba(166, 124, 82, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #a67c52;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #a67c52;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #ffffff;
    border: 0.1rem solid #a67c52;
    border-radius: 3.3rem;
    background: #a67c52;
    text-decoration: none;
    transition: ease-in-out .3s; }
  .single-post__nav-item span {
    opacity: 0.5; }
  .single-post__nav-item a:hover {
    opacity: 0.8; }
  .single-post__nav-item--back a {
    border-color: #a67c52; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #a67c52; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #a67c52; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .single-post__body h1 {
    font-size: 2.6rem; }
  .single-post__body h2 {
    font-size: 2.4rem; }
  .single-post__body h3 {
    font-size: 2.2rem; }
  .single-post__body h4 {
    font-size: 2rem; }
  .single-post__body h5 {
    font-size: 1.8rem; }
  .single-post__body h6 {
    font-size: 1.6rem; }
  .single-post__body blockquote {
    padding: 1.5rem; } }
@media (max-width: 767px) {
  .single-post__nav-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .single-post__nav-item:nth-child(3n) {
      margin-right: 0; }
    .single-post__nav-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      order: 1;
      margin-top: 1.5rem; }
  .single-post__nav-list {
    gap: initial;
    flex-wrap: wrap; }

  .single-post__nav-item a,
  .single-post__nav .single-post__nav-item span {
    width: 100%;
    height: 5rem; } }
.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #a67c52; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #a67c52;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #a67c52; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(166, 124, 82, 0.1);
        border: #a67c52 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1.5rem 0.5rem;
            letter-spacing: 0; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc((100% - 1.01rem) / 2); }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #a67c52; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background-color: rgba(166, 124, 82, 0.1);
    border: #a67c52 solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #cb9661;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #cb9661 solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #cb9661;
        color: #FFFFFF; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
header.head {
  height: 12.4rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  transition: all 0.35s;
  padding: 0 5rem;
  background: #FFFFFF;
  transition: all 0.35s; }
  .header-gp {
    border-bottom: 2px solid #FFFFFF;
    padding-top: 1.3rem;
    transition: all 0.35s; }
    .header-gp .logo img {
      width: 46rem; }
  .header-btn-gp {
    transition: all 0.35s; }
    .header-btn-gp li {
      margin-right: 1.5rem; }
      .header-btn-gp li:last-child {
        margin-right: 0; }
      .header-btn-gp li .item {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        background: #a49f87;
        display: inline-block;
        border-radius: 5rem;
        padding: .95rem 2rem;
        position: relative;
        z-index: 0; }
        .header-btn-gp li .item::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .header-btn-gp li .item.location {
          padding-left: 4.7rem;
          letter-spacing: -0.05rem; }
          .header-btn-gp li .item.location::before {
            width: 3.2rem;
            height: 3.2rem;
            top: 50%;
            left: 1.3rem;
            transform: translateY(-50%);
            -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
            mask: url(assets/img/icon-location.svg) center/100% no-repeat;
            background: #FFFFFF; }
        .header-btn-gp li .item.btn::after {
          content: "";
          position: absolute;
          width: 6rem;
          height: 6rem;
          top: 50%;
          right: 0;
          z-index: -1;
          transform: translateY(-50%);
          background: #FFFFFF;
          border-radius: 100%;
          border: #a49f87 solid 1px; }
        .header-btn-gp li .item.tel {
          font-size: 3.3rem;
          line-height: 96%;
          padding-right: 7rem; }
          .header-btn-gp li .item.tel::before {
            width: 3rem;
            height: 3rem;
            top: 54%;
            right: 1.6rem;
            -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
            mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
            transform: translateY(-50%);
            background: #272727; }
        .header-btn-gp li .item.web_order {
          padding-right: 6.8rem; }
          .header-btn-gp li .item.web_order::before {
            width: 3.5rem;
            height: 3rem;
            top: 54%;
            right: 1.2rem;
            -webkit-mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
            mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
            transform: translateY(-50%);
            background: #272727; }
  .header-menu li {
    padding: 1.7rem 3.3rem 1rem;
    position: relative; }
    .header-menu li a {
      color: #221f20;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
      .header-menu li a:hover {
        color: #a67c52; }
    .header-menu li:first-child {
      padding-left: 0; }
    .header-menu li:last-child {
      padding-right: 0; }
    .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
      color: #a67c52; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        z-index: 0;
        opacity: 0;
        right: 0;
        padding: 1.5rem;
        left: 0;
        top: 5.8rem;
        transition: all 0.3s ease;
        width: 27rem;
        background: rgba(166, 124, 82, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1rem 1.5rem 1rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            position: relative;
            transition: all 0.35s; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit; }
            .header-menu li .sub-menu li a:hover {
              opacity: 0.8; }
      .header-menu li.vz-02 {
        position: initial; }
        .header-menu li.vz-02 .sub-menu {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          left: 0;
          top: 12.2rem;
          padding: 5rem 10rem !important; }
          .header-menu li.vz-02 .sub-menu li {
            width: calc((100% - 6.001rem) / 3);
            margin-right: 3rem; }
            .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
              margin-right: 0; }
            .header-menu li.vz-02 .sub-menu li:last-child {
              border-width: 1px; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        padding: 0; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

@media (max-width: 1440px) and (min-width: 961px) {
  .header-menu li {
    padding: 1.7rem 2.5rem 1rem; } }
@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent; }
    .home .header-gp {
      padding: 2.3rem 0 1rem; }
    .home .header-btn-gp {
      margin-bottom: 1.7rem; }
      .home .header-btn-gp li .item.btn::after {
        border-color: #FFFFFF; }
    .home .header-menu li.vz-02 .sub-menu {
      top: 14.8rem; }
    .home .header.active {
      background: #FFFFFF; }
      .home .header.active .header-gp {
        padding: 1.3rem 0 0; }
      .home .header.active .header-btn-gp {
        margin-bottom: 0; }
        .home .header.active .header-btn-gp li .item.btn::after {
          border-color: #a49f87; }
      .home .header.active .header-menu li.vz-02 .sub-menu {
        top: 12.2rem; }

  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  header.head {
    height: 6rem; }

  .header {
    padding: 0; }
    .header-gp {
      padding: 0;
      border-bottom: 0; }
      .header-gp-item:first-child {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem; }
      .header-gp-item:last-child {
        display: none; }
      .header-gp .logo img {
        width: 28rem; }
    .header-menu {
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      height: calc(100vh - 12rem);
      overflow-y: auto;
      background: #FFFFFF;
      transition: all 0.35s;
      padding: 1.5rem 1.5rem 15rem; }
      .header-menu.vz-01 {
        display: none; }
      .header-menu .menu {
        display: flex;
        flex-wrap: wrap; }
      .header-menu li {
        padding: 0;
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem;
        margin-bottom: 1rem; }
        .header-menu li:nth-child(2n) {
          margin-right: 0; }
        .header-menu li:last-child {
          margin-bottom: 0; }
        .header-menu li a {
          font-size: 1.5rem;
          position: relative;
          padding-left: 1.5rem; }
          .header-menu li a::before {
            content: "";
            position: absolute;
            width: 0.6rem;
            height: 0.6rem;
            background: #a67c52;
            border-radius: 100%;
            left: 0;
            top: 1rem; }
          .header-menu li a.active {
            color: #a67c52; }
      .header-menu-title {
        color: #a67c52;
        font-size: 3rem;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0;
        margin-bottom: 1rem; }
    .header-btn-gp {
      display: none; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #a67c52;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem;
        width: 100%; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.9rem;
        width: 100%; }

  .home #page_top {
    bottom: 10rem; } }
@media (max-width: 767px) {
  .header-menu li {
    width: 100%;
    margin-right: 0; } }
.grid-1620 {
  max-width: 165rem; }
.grid-1570 {
  max-width: 160rem; }

.footer {
  background: linear-gradient(0deg, #d8c8b2 50%, rgba(254, 248, 239, 0) 100%);
  padding-top: 18rem;
  padding-bottom: 3.8rem;
  position: relative; }
  .footer-gp {
    margin-bottom: 10.2rem; }
    .footer-gp-box:first-child {
      padding-right: 5rem;
      width: calc(100% - 88.8rem);
      margin-bottom: -0.7rem; }
    .footer-gp-box:last-child {
      width: 88.8rem;
      background: #FFFFFF;
      border-radius: 1.5rem;
      padding-top: 5.8rem;
      padding-left: 12.5rem;
      position: relative;
      z-index: 0; }
      .footer-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 66.7rem;
        height: 30.5rem;
        bottom: 10.3rem;
        right: -8.2rem;
        z-index: -1;
        background: url(assets/img/img-leaf.png) no-repeat center;
        background-size: contain; }
    .footer-gp-box .logo {
      padding-bottom: 2rem;
      margin-bottom: 1.5rem;
      border-bottom: rgba(142, 123, 107, 0.8) solid 2px; }
      .footer-gp-box .logo img {
        width: 46rem; }
    .footer-gp-item {
      width: 46%; }
  .footer-title-01 {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }
  .footer-list-01 {
    margin-bottom: 1.2rem; }
    .footer-list-01 li.location p {
      color: #6d5c4d;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      position: relative;
      padding-left: 3.4rem; }
      .footer-list-01 li.location p::before {
        content: "";
        position: absolute;
        width: 3.2rem;
        height: 3.2rem;
        top: 50%;
        left: -0.7rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        background: #6d5c4d; }
    .footer-list-01 li.tel a {
      color: #6d5c4d;
      font-size: 3rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      position: relative;
      padding-left: 3.5rem; }
      .footer-list-01 li.tel a::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: 54%;
        left: -0.5rem;
        -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        transform: translateY(-50%);
        background: #6d5c4d; }
  .footer-menu {
    position: relative;
    padding-left: 3.4rem; }
    .footer-menu::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      top: 1rem;
      left: 0;
      background: #8e7b6b; }
    .footer-menu li {
      margin-bottom: .75rem; }
      .footer-menu li:last-child {
        margin-bottom: 0; }
      .footer-menu li a {
        color: #000000;
        font-size: 2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        padding-left: 2.4rem; }
        .footer-menu li a::before {
          content: "";
          position: absolute;
          width: 0.5rem;
          height: 0.5rem;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: #000000;
          border-radius: 100%; }
  .footer-maps {
    margin-bottom: 1.5rem; }
    .footer-maps iframe {
      width: 100%;
      height: 33rem;
      border-radius: .5rem;
      border: #6d5c4d solid 1px;
      vertical-align: top; }
  .footer-link-fix {
    position: fixed;
    bottom: 1.5rem;
    right: 10rem;
    z-index: 10;
    display: flex; }
    .footer-link-fix li {
      margin-right: 2.8rem;
      position: relative; }
      .footer-link-fix li .close {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: .5rem;
        background: #8b7c6d;
        position: absolute;
        top: -0.3rem;
        right: 1.2rem;
        cursor: pointer;
        z-index: 1; }
        .footer-link-fix li .close::before {
          content: "";
          position: absolute;
          width: 1.8rem;
          height: 1.8rem;
          -webkit-mask: url(assets/img/icon-close.svg) center/100% no-repeat;
          mask: url(assets/img/icon-close.svg) center/100% no-repeat;
          background: #FFFFFF;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .footer-link-fix li .close.vz-01 {
          background: #898f70; }
      .footer-link-fix li:last-child {
        margin-right: 0; }
      .footer-link-fix li a {
        width: 17.6rem;
        height: 17.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: #FFFFFF solid 1px;
        border-radius: 100%;
        position: relative;
        z-index: 0;
        padding: 2rem;
        color: #FFFFFF;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 115%;
        letter-spacing: 0; }
        .footer-link-fix li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #FFFFFF;
          opacity: 0.5;
          border-radius: 100%;
          z-index: -1; }
        .footer-link-fix li a::after {
          content: "";
          position: absolute;
          width: calc(100% - 3rem);
          height: calc(100% - 3rem);
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1;
          border-radius: 100%;
          background: #8b7c6d; }
        .footer-link-fix li a.vz-01 {
          border-color: #3a4021;
          font-size: 2.8rem; }
          .footer-link-fix li a.vz-01::before {
            background: #3a4021; }
          .footer-link-fix li a.vz-01::after {
            background: #3a4021; }
        .footer-link-fix li a.vz-02 {
          letter-spacing: -0.3rem; }
      .footer-link-fix li.active {
        display: none; }

.copyright .logo img {
  width: 18.8rem;
  padding-right: 2rem; }
.copyright .txt p {
  padding-left: 1.5rem;
  color: #6d5c4d;
  font-size: 2rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0;
  border-left: #6d5c4d solid 2px; }
  .copyright .txt p strong {
    font-weight: 400;
    font-family: "Zen Maru Gothic", sans-serif; }

.table-schedule .table {
  padding: .6rem 2.9rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 0;
  border-radius: .5rem;
  overflow: hidden; }
  .table-schedule .table::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #6d5c4d;
    opacity: 0.65; }
.table-schedule table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-schedule table td {
    border-bottom: #FFFFFF solid 2px;
    padding: 3.7rem 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }
    .table-schedule table td:first-child {
      width: 18.5rem;
      padding-left: 2rem; }
  .table-schedule table tr:last-child td {
    border-bottom: 0; }
.table-schedule p {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0; }
  .table-schedule p strong {
    font-weight: 500;
    color: #af3c3c;
    margin-left: 2.1rem;
    padding-left: 2.1rem;
    position: relative; }
    .table-schedule p strong::before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - .5rem);
      top: 50%;
      left: 0;
      background: #FFFFFF;
      transform: translateY(-50%); }

@media (max-width: 1440px) and (min-width: 961px) {
  .footer-gp-box:last-child::before {
    right: -4.2rem; } }
@media (max-width: 960px) {
  .footer {
    padding: 6rem 0 8rem; }
    .footer-gp {
      margin-bottom: 5rem; }
      .footer-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .footer-gp-box:last-child {
        display: none; }
      .footer-gp-box .logo img {
        width: 28rem; }
    .footer-list-01 li.location p {
      font-size: 1.5rem; }
    .footer-list-01 li.tel a {
      font-size: 2.4rem; }
    .footer-link-fix {
      left: 1.5rem;
      right: auto;
      bottom: 7rem; }
      .footer-link-fix li {
        margin-right: 1rem; }
        .footer-link-fix li .close {
          right: 0;
          width: 2.5rem;
          height: 2.5rem; }
          .footer-link-fix li .close::before {
            width: 1.2rem;
            height: 1.2rem; }
        .footer-link-fix li a {
          font-size: 1.5rem;
          width: 12rem;
          height: 12rem;
          padding: 1rem; }
          .footer-link-fix li a.vz-01 {
            font-size: 1.6rem; }
          .footer-link-fix li a.vz-02 {
            border-color: #8b7c6d; }
          .footer-link-fix li a::after {
            width: calc(100% - 2rem);
            height: calc(100% - 2rem); }

  .table-schedule .table {
    padding: .5rem 1.5rem; }
  .table-schedule table td {
    font-size: 1.5rem;
    padding: 2rem 0;
    border-bottom-width: 1px; }
    .table-schedule table td:first-child {
      width: 12rem;
      padding-left: 1rem; }
  .table-schedule p {
    font-size: 1.5rem; }

  .copyright .txt p {
    font-size: 1.2rem; }

  .menu_right_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    width: 100%;
    background: #a67c52; }
    .menu_right_fix li {
      width: calc(100% / 3); }
      .menu_right_fix li a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #FFFFFF;
        width: 100%;
        height: 6rem;
        border-right: #FFFFFF solid 1px;
        padding: .8rem 0;
        position: relative; }
        .menu_right_fix li a::before {
          content: "";
          position: absolute;
          top: .5rem;
          left: 50%;
          transform: translateX(-50%);
          background: #FFFFFF; }
      .menu_right_fix li.access a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
        mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
      .menu_right_fix li.tel a::before {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel-01.svg) center/100% no-repeat; }
      .menu_right_fix li.web a::before {
        width: 3rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/icon-calendar.svg) center/100% no-repeat;
        mask: url(assets/img/icon-calendar.svg) center/100% no-repeat; }
      .menu_right_fix li:last-child a {
        border-right: 0; } }
@media (max-width: 767px) {
  .footer-maps iframe {
    height: 25rem; }

  .copyright {
    flex-wrap: wrap; }
    .copyright .logo {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: #FFFFFF solid 1px; }
      .copyright .logo img {
        padding-right: 0; }
    .copyright .txt p {
      padding-left: 0;
      border-left: 0; } }
/*
* ＝＝ 共通変数 ＝＝
*/
.group_signature {
  border: 1rem solid rgba(142, 123, 107, 0.5); }
  .group_signature :is(h2, h3, h4, h5, h6) {
    width: 100%;
    position: relative;
    font-family: "Noto Serif JP", serif;
    color: #8e7b6b;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.2rem; }
    @media (max-width: 960px) {
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 1.8rem;
        line-height: 165%; } }
  @media (max-width: 960px) {
    .group_signature {
      padding: 2rem !important;
      border: 0.7rem solid #f0eae4; }
      .group_signature :is(h2, h3, h4, h5, h6) {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 1rem; } }

.treatment-list-02 {
  justify-content: center; }

/*　
* ＝＝ タイトル　＝＝
*/
.section-title {
  width: 100%;
  position: relative;
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .section-title--style01 {
    text-align: center; }
    .section-title--style01 :is(h2, h3, h4, h5, h6) {
      display: block;
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      background-image: url(./assets/img/icon-01.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11rem; }
      @media (max-width: 960px) {
        .section-title--style01 :is(h2, h3, h4, h5, h6) {
          font-size: 2rem;
          line-height: 165%; } }
  .section-title--style02 {
    text-align: left; }
    .section-title--style02 :is(h2, h3, h4, h5, h6) {
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      color: #ffffff;
      padding-left: 2rem;
      padding-right: 2rem;
      background-color: rgba(142, 123, 107, 0.85); }
      @media (max-width: 960px) {
        .section-title--style02 :is(h2, h3, h4, h5, h6) {
          font-size: 1.8rem;
          line-height: 165%; } }
      .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
        content: "";
        position: absolute;
        left: 1%;
        bottom: .6rem;
        z-index: 1;
        width: 98%;
        height: 1px;
        border-bottom: 1px dashed #fff; }
  .section-title--style03 {
    text-align: left; }
    .section-title--style03 :is(h2, h3, h4, h5, h6) {
      font-family: "Noto Serif JP", serif;
      color: #8e7b6b;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem;
      letter-spacing: .1rem; }
      @media (max-width: 960px) {
        .section-title--style03 :is(h2, h3, h4, h5, h6) {
          font-size: 1.7rem;
          line-height: 165%; } }
  @media (max-width: 960px) {
    .section-title {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .section-title--style01 :is(h2, h3, h4, h5, h6) {
        background-size: 7rem; }
      .section-title--style02 :is(h2, h3, h4, h5, h6) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-color: rgba(142, 123, 107, 0.75); }
        .section-title--style02 :is(h2, h3, h4, h5, h6)::before {
          bottom: .4rem; }
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-family: "Noto Serif JP", serif;
        color: #8e7b6b;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0.2rem;
        letter-spacing: .1rem; } }
    @media (max-width: 960px) and (max-width: 960px) {
      .section-title--style03 :is(h2, h3, h4, h5, h6) {
        font-size: 1.7rem;
        line-height: 165%; } }

/*
*　 テーブル
*/
.block-table {
  /*
  * --- STYLE 01 ---
  */
  /*
  * --- STYLE 02 ---
  */
  /*
  * --- STYLE 03 ---
  */ }
  .block-table table {
    width: 100%;
    border-collapse: collapse; }
  .block-table td,
  .block-table th {
    font-family: "Noto Serif JP", serif;
    color: #2c2c2c;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.115rem; }
    @media (max-width: 960px) {
      .block-table td,
      .block-table th {
        font-size: 1.5rem;
        line-height: 185%; } }
  .block-table--style01 th,
  .block-table--style01 td {
    padding: 2rem 2rem;
    border-top: 1px solid #8e7b6b;
    border-bottom: 1px solid #8e7b6b; }
    .block-table--style01 th:first-child,
    .block-table--style01 td:first-child {
      width: 30rem;
      color: #8e7b6b;
      background-color: rgba(142, 123, 107, 0.1);
      font-weight: bold; }
  .block-table--style02 th,
  .block-table--style02 td {
    padding: 2rem 2rem;
    border: 1px solid #8e7b6b; }
    .block-table--style02 th:first-child,
    .block-table--style02 td:first-child {
      width: 30rem;
      color: #8e7b6b;
      font-weight: bold;
      background-color: rgba(142, 123, 107, 0.1);
      font-weight: bold; }
    .block-table--style02 th:not(:first-child),
    .block-table--style02 td:not(:first-child) {
      text-align: center; }
  .block-table--style02 th {
    background-color: rgba(142, 123, 107, 0.1); }
  .block-table--style03 th,
  .block-table--style03 td {
    padding: 1.5rem 2.5rem;
    border: 1px solid #8e7b6b; }
  .block-table--style03 th {
    text-align: left;
    font-weight: bold;
    background-color: rgba(142, 123, 107, 0.2); }
  .block-table--style03 .price-table__note {
    font-size: 1.6rem; }
  @media (max-width: 960px) {
    .block-table {
      /*
      * --- STYLE 01 ---
      */
      /*
      * --- STYLE 02 ---
      */
      /*
      * --- STYLE 03 ---
      */ }
      .block-table--style01 th,
      .block-table--style01 td {
        width: 100% !important;
        float: left;
        padding: 1.5rem;
        border: 0px !important; }
        .block-table--style01 th:last-child,
        .block-table--style01 td:last-child {
          padding-left: 1.5rem;
          padding-right: 0;
          padding-bottom: 2.5rem; }
      .block-table--style01 tr:last-child td:last-child {
        padding-bottom: 0; }
      .block-table--style02 th,
      .block-table--style02 td {
        padding: 0.5rem; }
        .block-table--style02 th:first-child,
        .block-table--style02 td:first-child {
          width: 12rem; }
        .block-table--style02 th:not(:first-child),
        .block-table--style02 td:not(:first-child) {
          font-size: 1.4rem; }
      .block-table--style03 th,
      .block-table--style03 td {
        padding: 1rem 1.5rem;
        border: 1px solid #8e7b6b; }
      .block-table--style03 .price-table__note {
        font-size: 1.2rem; } }

/*
*   雲の画像
*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .image-gallery__item {
    flex: 1 1 calc(33.333% - 1.4rem);
    overflow: hidden;
    border-radius: .8rem; }
  .image-gallery__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: inherit;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  .image-gallery--col5, .image-gallery--col4 {
    gap: 1.2rem; }
    .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
      border-radius: 0.5rem; }
    .image-gallery--col5 p, .image-gallery--col4 p {
      letter-spacing: normal; }
  .image-gallery--col5 .image-gallery__item {
    flex-basis: calc(20% - 1.6rem); }
  .image-gallery--col4 .image-gallery__item {
    flex-basis: calc(25% - 1.5rem); }
  .image-gallery--col3 .image-gallery__item {
    flex-basis: calc(33.333% - 1.4rem); }
  .image-gallery--col2 .image-gallery__item {
    flex-basis: calc(50% - 1rem); }
  @media (max-width: 960px) {
    .image-gallery {
      gap: 1rem; }
      .image-gallery__item {
        border-radius: .4rem; }
      .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
        flex-basis: calc(50% - 1rem); } }
  @media (max-width: 768px) {
    .image-gallery__item {
      flex-basis: 100%; } }

/*
*　
*/
.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 40rem;
  border: 0 !important; }
@media (max-width: 960px) {
  .block-maps iframe {
    height: 23rem; } }

/*
*　
*/
.block-list {
  --color: #8e7b6b; }
  .block-list ul,
  .block-list ol {
    width: 100%;
    padding: 3rem 3rem 2.3rem 3rem;
    border: 1px solid var(--color); }
    .block-list ul.bg-white,
    .block-list ol.bg-white {
      background-color: #ffffff;
      border: 1px solid #ffffff; }
    .block-list ul *,
    .block-list ol * {
      font-family: "Noto Serif JP", serif;
      color: #2c2c2c;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 0.115rem; }
      @media (max-width: 960px) {
        .block-list ul *,
        .block-list ol * {
          font-size: 1.5rem;
          line-height: 185%; } }
    .block-list ul li,
    .block-list ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 1.5rem; }
      .block-list ul li strong,
      .block-list ol li strong {
        color: #61432f;
        font-weight: bold;
        display: 900; }
      .block-list ul li::before,
      .block-list ol li::before {
        content: "";
        width: 2.3rem;
        height: 2.3rem;
        position: absolute;
        left: 0;
        top: .7rem;
        background-color: var(--color);
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
        -webkit-mask-size: cover;
        mask-size: cover; }
      .block-list ul li.hide,
      .block-list ol li.hide {
        padding-left: 0; }
        .block-list ul li.hide::before,
        .block-list ol li.hide::before {
          content: none; }
  .block-list .vs-50 {
    display: flex;
    flex-wrap: wrap; }
    .block-list .vs-50 li {
      width: 50%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 5rem; }
    .block-list .vs-50 strong {
      color: #61432f;
      font-weight: bold;
      display: 900; }
  @media (max-width: 960px) {
    .block-list ul,
    .block-list ol {
      width: 100%;
      padding: 2rem 2rem 2rem 2rem;
      border: 1px solid var(--color); }
      .block-list ul *,
      .block-list ol * {
        font-size: 1.5rem;
        line-height: 185%; }
      .block-list ul li,
      .block-list ol li {
        margin-bottom: 0.8rem; }
    .block-list .vs-50 li {
      width: 100%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 0rem; } }

/*
*　
*/
.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%; }
  .colums-block .item:first-child {
    padding-right: 5rem; }
  .colums-block .item img {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%; }
  .colums-block .item.left:first-child {
    width: 65%;
    padding-right: 5rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 5rem;
    padding-right: 0;
    order: 1; }
  .colums-block .item.left:last-child {
    width: 35%;
    order: 0; }
.colums-block-02 .item.left:first-child {
  width: 75%;
  padding-right: 5rem; }
.colums-block-02 .item.right:last-child {
  width: 25%; }
.colums-block-02 .item.right:first-child {
  width: 75%; }
.colums-block-02 .item.left:last-child {
  width: 25%; }
@media (max-width: 960px) {
  .colums-block {
    flex-wrap: wrap; }
    .colums-block p:not(:last-child) {
      margin-bottom: 1rem; }
    .colums-block .item {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .colums-block .item:first-child {
        padding-right: 0rem; }
      .colums-block .item img {
        border-radius: 0.5rem; }
      .colums-block .item.left:first-child {
        margin-top: 2rem;
        order: 1; }
      .colums-block .item.right:last-child {
        order: 0; }
      .colums-block .item.right:first-child {
        margin-top: 2rem; } }

.box_author {
  margin-top: 2rem;
  text-align: right; }
  .box_author p {
    font-size: 1.6rem;
    letter-spacing: normal;
    margin-bottom: 0 !important;
    display: block;
    text-align: right; }
  .box_author h5 {
    color: #8e7b6b;
    font-size: 4rem;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.4rem; }
  @media (max-width: 960px) {
    .box_author {
      position: absolute;
      left: 1rem;
      bottom: 1rem;
      width: calc(100% - 20px);
      z-index: 2;
      border-radius: 1rem;
      padding: 1.5rem;
      margin-top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .box_author p {
        font-size: 1.5rem;
        letter-spacing: 0.05rem; }
      .box_author h5 {
        font-size: 3rem;
        margin-top: 1rem; } }

.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: .5rem .5rem 0px #61432f;
  border: 1px solid #61432f;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61432f;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem; }
  .block-list-flow li .group-title-03 * {
    color: #61432f; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #61432f; }
  .block-list-flow li:nth-child(2n) {
    box-shadow: -0.5rem .5rem 0px #cb9661;
    border: 1px solid #cb9661; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #cb9661; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #cb9661; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #cb9661 !important; }
  .block-list-flow li:not(:last-child) {
    margin-bottom: 5rem; }
    .block-list-flow li:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3.6rem;
      transform: translateX(-50%);
      width: 2rem;
      height: 1.5rem;
      background-color: #301500;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
@media (max-width: 960px) {
  .block-list-flow.no-before li:not(:last-child) {
    margin-bottom: 3rem; }
  .block-list-flow.no-numbox li {
    padding-top: 2.2rem; }
  .block-list-flow li {
    padding: 5rem 2rem 2rem; } }

.page-id-150 .block-table--style03 th:first-child,
.page-id-150 .block-table--style03 td:first-child,
.page-id-152 .block-table--style03 th:first-child,
.page-id-152 .block-table--style03 td:first-child {
  width: 45rem; }

@media (max-width: 960px) {
  .os-main {
    overflow: hidden; }
    .os-main .item.right {
      position: relative; }
    .os-main .py-sp-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .page-id-152 .block-table--style03 th:first-child,
  .page-id-152 .block-table--style03 td:first-child {
    width: 11rem; }

  .page-id-150 .block-table--style03 th:first-child,
  .page-id-150 .block-table--style03 td:first-child {
    width: 16rem; } }
.title-default-01 {
  margin-bottom: 4.3rem; }
  .title-default-01 p {
    color: rgba(165, 159, 132, 0.65);
    font-size: 6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 1.2rem;
    font-family: "Zen Maru Gothic", sans-serif; }
  .title-default-01 h3 {
    color: #8e7b6b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0; }
  .title-default-01.vz-02 {
    text-align: center;
    position: relative;
    padding-bottom: 2.6rem;
    z-index: 2; }
    .title-default-01.vz-02::before {
      content: "";
      position: absolute;
      width: 12rem;
      height: 8.6rem;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain; }

.btn-more-01 {
  text-align: right; }
  .btn-more-01 a {
    color: #8e7b6b;
    font-size: 2rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.15rem;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    padding-right: 4.2rem; }
    .btn-more-01 a::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-right.svg) center/100% no-repeat;
      mask: url(assets/img/icon-right.svg) center/100% no-repeat;
      background: #8e7b6b; }
.btn-default-01 a, .btn-default-01 .btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  padding: 1.5rem;
  width: 36rem;
  color: #2c2c2c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  background: #e2dacf;
  border-radius: 6.5rem;
  position: relative;
  transition: all 0.35s;
  border: #e2dacf solid 1px;
  box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .btn-default-01 a::before, .btn-default-01 .btn::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.1rem;
    top: 50%;
    right: 3.3rem;
    -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    background: #2c2c2c;
    transform: translateY(-50%); }
  .btn-default-01 a:hover, .btn-default-01 .btn:hover {
    background: #FFFFFF; }
.btn-default-01.vz-02 a {
  background: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-default-01.vz-02 a:hover {
    background: #e2dacf; }
.btn-default-01.vz-03 a {
  background: #FFFFFF;
  width: 30rem;
  padding: 1.15rem;
  color: #6d5c4d; }
  .btn-default-01.vz-03 a::before {
    background: #6d5c4d;
    right: 2rem; }
  .btn-default-01.vz-03 a:hover {
    background: #6d5c4d;
    color: #FFFFFF; }
    .btn-default-01.vz-03 a:hover::before {
      background: #FFFFFF; }
.btn-default-01.vz-04 a {
  width: 23rem;
  padding: .5rem 1.5rem .5rem .5rem;
  color: #FFFFFF;
  background: #b8a694;
  border-color: #b8a694;
  letter-spacing: -0.3rem; }
  .btn-default-01.vz-04 a::before {
    background: #FFFFFF;
    right: 2.8rem; }
  .btn-default-01.vz-04 a:hover {
    background: #FFFFFF;
    color: #b8a694; }
    .btn-default-01.vz-04 a:hover::before {
      background: #b8a694; }
.btn-default-01.vz-05 a {
  width: 35rem;
  padding: 1.15rem;
  border-color: #FFFFFF; }
  .btn-default-01.vz-05 a::before {
    right: 2rem; }
  .btn-default-01.vz-05 a:hover {
    border-color: #e2dacf; }
.btn-default-01.vz-06 a {
  width: 43.5rem;
  background: #bca592;
  color: #FFFFFF; }
  .btn-default-01.vz-06 a::before {
    background: #FFFFFF; }
  .btn-default-01.vz-06 a:hover {
    background: #FFFFFF;
    color: #bca592; }
    .btn-default-01.vz-06 a:hover::before {
      background: #bca592; }
.btn-default-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60rem;
  height: 15rem;
  border-radius: .5rem;
  background: #8b7c6d;
  color: #FFFFFF;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  position: relative;
  transition: all 0.35s;
  text-shadow: 1px 1px 0 #000000;
  box-shadow: 0.6rem 0.8rem 0.6rem rgba(66, 66, 66, 0.12); }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1.5rem;
    bottom: 1.7rem;
    right: 1.5rem;
    -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
    background: #FFFFFF; }
  .btn-default-02 a:hover {
    background: #ffd197; }
.btn-default-02.vz-02 a {
  background: #ffd197; }
  .btn-default-02.vz-02 a:hover {
    background: #8b7c6d; }
.btn-gp-01 li {
  margin-right: 2rem; }
  .btn-gp-01 li:last-child {
    margin-right: 0; }
.btn-gp-02 {
  gap: 3rem; }
  .btn-gp-02 .btn-default-01.vz-03:last-child a {
    width: 38rem; }

.home .desc p {
  color: #2c2c2c;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03rem; }

.mv {
  position: relative;
  z-index: 0; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 35rem;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(139, 124, 109, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
    .mv-view::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 1; }
    .mv-view .slick-slide img, .mv-view video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      vertical-align: top; }
  .mv-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1; }
    .mv-cont::before {
      content: "";
      z-index: -1;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #ffffff;
      width: 78rem;
      height: 30rem;
      filter: blur(4rem);
      opacity: 0.5; }
    .mv-cont h2 {
      color: #0a0a0a;
      font-size: 6rem;
      font-weight: 600;
      line-height: 125%;
      letter-spacing: 0;
      margin-bottom: 1.5rem; }
    .mv-cont p {
      display: flex;
      flex-flow: column;
      align-items: center; }
      .mv-cont p span {
        color: #FFFFFF;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0;
        padding: 1.15rem 10rem;
        background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #a6a18a 30%, #a6a18a 70%, rgba(166, 161, 138, 0) 100%);
        margin-bottom: 1.5rem; }
        .mv-cont p span:last-child {
          margin-bottom: 0; }

.top_info {
  position: relative;
  padding-top: 15rem;
  margin-bottom: 5.5rem; }
  .top_info::before {
    top: -14rem;
    left: -7.4rem;
    content: "";
    position: absolute;
    width: 98.8rem;
    height: 48.6rem;
    background: url(assets/img/img-leaf-02.png) no-repeat center;
    background-size: contain; }
  .top_info::after {
    content: "";
    position: absolute;
    width: 17.9rem;
    height: 7.9rem;
    top: 2rem;
    right: 10.6rem;
    background: url(assets/img/icon-02.png);
    background-size: contain; }
  .top_info-gp-box:first-child {
    padding-right: 8rem;
    width: calc(100% - 74rem); }
  .top_info-gp-box:last-child {
    width: 74rem;
    padding-top: 3.7rem; }
  .top_info-gp-box .table-schedule p {
    color: #000000;
    margin-bottom: 2.2rem; }
    .top_info-gp-box .table-schedule p span .icon {
      color: #8e7b6b; }
    .top_info-gp-box .table-schedule p strong::before {
      background: #000000; }
  @media (min-width: 960.5px) {
    .top_info-gp-box .table-schedule .table {
      padding: .4rem 3.5rem;
      margin-bottom: 3.2rem; }
    .top_info-gp-box .table-schedule table td {
      padding: 4.5rem 0; }
      .top_info-gp-box .table-schedule table td:first-child {
        padding-left: 2.2rem;
        width: 20rem; }
    .top_info-gp-box .table-schedule p {
      line-height: 230%; }
      .top_info-gp-box .table-schedule p span {
        font-size: 2rem; } }
  .top_info-list {
    margin-bottom: 3.2rem; }
    .top_info-list li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-bottom: #b8a694 solid 2px;
      padding: 3.4rem 0; }
      .top_info-list li a span {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        padding: .5rem 0; }
      .top_info-list li a .date {
        width: 15.4rem;
        color: #FFFFFF;
        background: #a59f84;
        text-align: center;
        border-radius: 4.3rem; }
      .top_info-list li a .title {
        width: calc(100% - 15.4rem);
        padding-left: 7rem; }
    .top_info-list li:first-child a {
      border-top: #b8a694 solid 2px; }

.concept {
  position: relative;
  padding-top: 11.5rem;
  padding-bottom: 6.5rem;
  z-index: 0;
  overflow: hidden; }
  .concept::before {
    content: "";
    position: absolute;
    width: 112.3rem;
    height: 76.3rem;
    top: 25.5rem;
    left: -1.6rem;
    background: url(assets/img/concept-bg-01.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .concept::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 125rem;
    bottom: -53rem;
    left: 0;
    background: url(assets/img/concept-bg-02.png) no-repeat center;
    background-size: contain;
    z-index: -2; }
  .concept-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .concept-icon::before {
      top: 0;
      left: 10rem;
      content: "";
      position: absolute;
      width: 34.9rem;
      height: 24.4rem;
      background: url(assets/img/icon-03.png) no-repeat center;
      background-size: contain; }
    .concept-icon::after {
      content: "";
      position: absolute;
      width: 100.6rem;
      height: 43.1rem;
      top: -1.5rem;
      right: -47.8rem;
      background: url(assets/img/img-leaf-03.png) no-repeat center;
      background-size: contain; }
  .concept-box {
    background: #f8f2ea;
    width: 100%;
    max-width: 79rem;
    margin-left: auto;
    margin-right: 0;
    border-radius: 1.5rem;
    padding: 7.8rem 10rem 9rem; }
  .concept .desc {
    margin-bottom: 2.6rem; }
    .concept .desc p {
      font-size: 2rem;
      margin-bottom: 4rem; }
      .concept .desc p:last-child {
        margin-bottom: 0; }
  .concept .title-default-01 {
    margin-bottom: 7.4rem; }

.treatment {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 30rem;
  z-index: 0; }
  .treatment::before {
    content: "";
    position: absolute;
    width: 65.2rem;
    height: 32.9rem;
    background: url(assets/img/img-leaf-04.png) no-repeat center;
    background-size: contain;
    top: 0;
    left: 0; }
  .treatment::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 17rem);
    top: 21rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/treatment-bg.png) no-repeat center;
    background-size: cover; }
  .treatment .icon-01 {
    position: absolute;
    width: 33.1rem;
    height: 29.5rem;
    top: 1.7rem;
    right: 6.4rem;
    background: url(assets/img/icon-08.png) no-repeat center;
    background-size: contain; }
  .treatment-list-01 {
    max-width: 119rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .treatment-list-01 li {
      width: calc((100% - 7.201rem) / 4);
      margin-right: 3.6rem;
      margin-bottom: 3.6rem; }
      .treatment-list-01 li:nth-child(4n) {
        margin-right: 0; }
      .treatment-list-01 li a {
        border: #b5bfae solid 1px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #FFFFFF;
        position: relative;
        border-radius: .5rem;
        z-index: 0;
        height: 25.3rem;
        padding: 2.7rem 4rem;
        box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
        .treatment-list-01 li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 3rem);
          height: calc(100% - 3rem);
          top: 50%;
          left: 50%;
          z-index: -1;
          transform: translate(-50%, -50%);
          background: #b5bfae;
          border-radius: .5rem; }
        .treatment-list-01 li a::after {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.1rem;
          bottom: 2.9rem;
          right: 2.6rem;
          -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
          background: #FFFFFF; }
        .treatment-list-01 li a .img {
          display: block;
          text-align: center;
          margin-bottom: 2.8rem; }
          .treatment-list-01 li a .img img {
            display: inline-block;
            width: 6.5rem; }
        .treatment-list-01 li a .head {
          width: 100%;
          transition: all 0.35s; }
        .treatment-list-01 li a .title {
          color: #FFFFFF;
          font-size: 2rem;
          font-weight: 600;
          line-height: 125%;
          letter-spacing: 0;
          text-align: center;
          display: block; }
        .treatment-list-01 li a .detail {
          display: none;
          transition: all 0.35s;
          color: #FFFFFF;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 170%;
          letter-spacing: 0; }
        @media (min-width: 960.5px) {
          .treatment-list-01 li a:hover .head {
            display: flex;
            margin-bottom: 1rem; }
          .treatment-list-01 li a:hover .img {
            text-align: left;
            width: 8.5rem;
            margin-bottom: 0;
            opacity: 0.5; }
          .treatment-list-01 li a:hover .title {
            margin-top: -0.4rem;
            width: calc(100% - 8.5rem);
            display: flex;
            font-size: 1.8rem; }
          .treatment-list-01 li a:hover .detail {
            display: block; } }
  .treatment-list-02 li {
    width: calc((100% - 10.001rem) / 5);
    margin-right: 2.5rem;
    margin-bottom: 3.5rem; }
    @media (min-width: 960.5px) {
      .treatment-list-02 li:nth-child(5n) {
        margin-right: 0; } }
    .treatment-list-02 li:nth-child(2n) a {
      border-color: #b8a694; }
      .treatment-list-02 li:nth-child(2n) a::before {
        background: #b8a694; }
      .treatment-list-02 li:nth-child(2n) a:hover {
        border-color: #6d5c4d; }
        .treatment-list-02 li:nth-child(2n) a:hover::before {
          background: #6d5c4d; }
    .treatment-list-02 li a {
      border: #6d5c4d solid 1px;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      height: 20rem;
      border-radius: .5rem;
      background: #FFFFFF;
      position: relative;
      z-index: 0;
      transition: all 0.35s;
      box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
      .treatment-list-02 li a::before {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #6d5c4d;
        border-radius: .5rem;
        z-index: -1;
        transition: all 0.35s; }
      .treatment-list-02 li a::after {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.1rem;
        bottom: 2.4rem;
        right: 2.6rem;
        -webkit-mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
        mask: url(assets/img/icon-right-02.svg) center/100% no-repeat;
        background: #FFFFFF; }
      .treatment-list-02 li a .img {
        margin-bottom: 1.4rem; }
        .treatment-list-02 li a .img img {
          width: 7.1rem; }
      .treatment-list-02 li a .txt {
        color: #FFFFFF;
        font-size: 2rem;
        font-weight: 600;
        line-height: 175%;
        letter-spacing: 0;
        text-align: center; }
      .treatment-list-02 li a:hover {
        border-color: #b8a694; }
        .treatment-list-02 li a:hover::before {
          background: #b8a694; }
  .treatment .title-default-01 {
    margin-bottom: 8.2rem; }

.pick_up {
  position: relative;
  z-index: 0;
  padding-top: 3.5rem;
  margin-top: -18rem; }
  .pick_up::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/pick_up-bg-02.png) no-repeat center top 7.3rem;
    background-size: cover; }
  .pick_up::after {
    content: "";
    position: absolute;
    width: 49.9rem;
    height: 40.6rem;
    top: -10rem;
    right: 0;
    background: url(assets/img/img-leaf-05.png) no-repeat center;
    background-size: contain;
    pointer-events: none; }
  .pick_up-gp-box {
    width: 50%; }
    .pick_up-gp-box:first-child {
      position: relative;
      z-index: 0;
      padding: 4.8rem 7.2rem 5.3rem 9.5rem; }
      .pick_up-gp-box:first-child::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #6d5c4d;
        opacity: 0.7;
        z-index: -1; }
      .pick_up-gp-box:first-child::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -2; }
    .pick_up-gp-box .field {
      display: none; }
      .pick_up-gp-box .field::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--bg-url) no-repeat center;
        background-size: cover;
        z-index: -2; }
      .pick_up-gp-box .field.active {
        display: block; }
    .pick_up-gp-box .desc {
      margin-bottom: 5rem; }
      .pick_up-gp-box .desc p {
        color: #FFFFFF; }
  .pick_up-title-01 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    padding-top: 7.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem; }
    .pick_up-title-01::before {
      content: "";
      position: absolute;
      width: 6.5rem;
      height: 6.4rem;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF;
      -webkit-mask: var(--icon-url) center/100% no-repeat;
      mask: var(--icon-url) center/100% no-repeat; }
    .pick_up-title-01::after {
      content: "";
      position: absolute;
      width: 10rem;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF; }
  .pick_up-list-01 li {
    border-bottom: #6d5c4d solid 1px; }
    .pick_up-list-01 li a {
      background: rgba(254, 248, 239, 0.9);
      display: block;
      width: 100%;
      text-align: center;
      color: #6d5c4d;
      font-size: 2rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding-top: 4.5rem;
      padding-bottom: 4.2rem;
      transition: all 0.35s; }
      .pick_up-list-01 li a span {
        position: relative;
        display: inline-block;
        padding-top: 8.3rem; }
        .pick_up-list-01 li a span::before {
          content: "";
          position: absolute;
          width: 6.5rem;
          height: 6.5rem;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          background: #6d5c4d;
          -webkit-mask: var(--icon-url) center/100% no-repeat;
          mask: var(--icon-url) center/100% no-repeat;
          transition: all 0.35s; }
      .pick_up-list-01 li a.active, .pick_up-list-01 li a:hover {
        background: rgba(109, 92, 77, 0.9);
        color: #FFFFFF; }
        .pick_up-list-01 li a.active span::before, .pick_up-list-01 li a:hover span::before {
          background: #FFFFFF; }
  .pick_up .title-default-01 {
    margin-bottom: 9rem; }
    .pick_up .title-default-01 h3 {
      color: #2c2c2c; }
  .pick_up .icon-01 {
    width: 17.9rem;
    height: 7.9rem;
    left: 9.6rem;
    top: 3.4rem;
    position: absolute;
    background: url(assets/img/icon-02.png) no-repeat center;
    background-size: contain; }

.feature {
  padding-top: 1.6rem;
  padding-bottom: 11.5rem;
  background: rgba(181, 191, 174, 0.3);
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .feature::before {
    content: "";
    position: absolute;
    width: 65.4rem;
    height: 33.3rem;
    top: 1.5rem;
    left: 0;
    background: url(assets/img/img-leaf-06.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .feature::after {
    content: "";
    position: absolute;
    width: 100.6rem;
    height: 43.1rem;
    background: url(assets/img/img-leaf-07.png) no-repeat center;
    background-size: contain;
    left: 14%;
    top: 36.5%;
    z-index: -1; }
  .feature .icon-01 {
    position: absolute;
    bottom: 22.1%;
    right: 6.5rem;
    width: 97.2rem;
    height: 44.4rem;
    background: url(assets/img/img-leaf-08.png) no-repeat center;
    background-size: contain; }
  .feature-gp {
    margin-bottom: 10rem; }
    .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
      right: -5.3rem; }
    .feature-gp:last-child {
      margin-bottom: 0;
      margin-top: 31.7rem; }
    .feature-gp-box:first-child {
      width: 66.1rem; }
      .feature-gp-box:first-child img {
        width: 100%; }
    .feature-gp-box:last-child {
      padding-top: 21.7rem;
      padding-left: 7.5rem;
      width: calc(100% - 66.1rem); }
    .feature-gp-box .desc {
      margin-bottom: 2.2rem; }
      .feature-gp-box .desc p {
        line-height: 250%;
        letter-spacing: 0; }
    .feature-gp-field {
      width: calc((100% - 14.001rem) / 2);
      margin-right: 14rem; }
      .feature-gp-field .feature-title-01 h4 {
        margin-bottom: 9rem; }
        .feature-gp-field .feature-title-01 h4::before {
          bottom: -4rem; }
      .feature-gp-field .img {
        margin-bottom: 4.4rem; }
        .feature-gp-field .img img {
          width: 100%; }
      .feature-gp-field .desc {
        margin-bottom: 3rem; }
        .feature-gp-field .desc p {
          line-height: 250%; }
      .feature-gp-field:first-child .feature-title-01 p {
        right: auto;
        left: 0; }
        .feature-gp-field:first-child .feature-title-01 p span {
          text-align: left; }
          .feature-gp-field:first-child .feature-title-01 p span:last-child {
            left: -1.9rem; }
      .feature-gp-field:nth-child(2n) {
        margin-right: 0; }
        .feature-gp-field:nth-child(2n) .feature-title-01 h4::before {
          left: auto;
          right: 0; }
    .feature-gp.vz-01 {
      position: relative;
      z-index: 0; }
      .feature-gp.vz-01::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.3;
        background: url(assets/img/feature-bg.jpg) no-repeat center;
        background-size: cover; }
    .feature-gp.vz-03 {
      position: relative;
      z-index: 0;
      padding-top: 7rem; }
      .feature-gp.vz-03::before {
        content: "";
        position: absolute;
        width: calc(100% + 30rem);
        height: 100%;
        top: 0;
        left: -15rem;
        z-index: -1;
        opacity: 0.6;
        background: url(assets/img/feature-bg-02.png) no-repeat center;
        background-size: cover; }
      @media (min-width: 960.5px) {
        .feature-gp.vz-03 .feature-gp-box:first-child img {
          position: relative;
          left: 50% !important;
          width: 90%;
          transform: translateX(-50%); } }
    .feature-gp-block {
      width: calc(100% - 3rem);
      max-width: 120rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-top: 31rem; }
      .feature-gp-block .feature-title-01 p {
        right: 0;
        width: 100%; }
        .feature-gp-block .feature-title-01 p span {
          text-align: center; }
          .feature-gp-block .feature-title-01 p span:last-child {
            right: 0; }
      .feature-gp-block .feature-title-01 h4::before {
        left: 50%;
        transform: translateX(-50%); }
    @media (min-width: 960.5px) {
      .feature-gp:nth-child(2n) .feature-gp-box:first-child {
        order: 1;
        width: 80rem; }
      .feature-gp:nth-child(2n) .feature-gp-box:last-child {
        width: calc(100% - 80rem);
        padding-left: 0;
        padding-right: 8rem; }
      .feature-gp:nth-child(2n) .feature-title-01 h4 {
        text-align: right; }
        .feature-gp:nth-child(2n) .feature-title-01 h4::before {
          left: auto;
          right: 0; }
      .feature-gp:nth-child(2n) .feature-title-01 p {
        right: auto;
        left: 0; }
        .feature-gp:nth-child(2n) .feature-title-01 p span {
          text-align: left; }
          .feature-gp:nth-child(2n) .feature-title-01 p span:last-child {
            left: -1.9rem; } }
  .feature-title-01 {
    position: relative;
    z-index: 0; }
    .feature-title-01 h4 {
      color: #2c2c2c;
      font-size: 3rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.1rem;
      position: relative;
      padding-bottom: 4rem;
      margin-bottom: 3.4rem; }
      .feature-title-01 h4::before {
        content: "";
        position: absolute;
        width: 10rem;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #2c2c2c; }
    .feature-title-01 p {
      position: absolute;
      right: 0;
      bottom: -3rem;
      z-index: -1; }
      .feature-title-01 p span {
        display: block;
        text-align: right;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #b8a694;
        font-size: 4rem;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0; }
        .feature-title-01 p span:first-child {
          margin-bottom: -5.4rem; }
        .feature-title-01 p span:last-child {
          font-size: 40rem;
          color: #FFFFFF;
          font-weight: 400;
          right: -1.7rem;
          position: relative; }
    .feature-title-01.vz-02 h4 {
      color: #FFFFFF;
      text-align: center;
      padding-bottom: 7.6rem; }
      .feature-title-01.vz-02 h4::before {
        width: 2px;
        height: 5.5rem;
        left: 50%;
        background: #FFFFFF;
        transform: translateX(-50%); }
  .feature .title-default-01 {
    margin-bottom: 11.5rem; }
    .feature .title-default-01 p {
      font-size: 12rem;
      margin-bottom: -8.4rem; }
    .feature .title-default-01 h3 {
      color: #2c2c2c; }
      .feature .title-default-01 h3 .number {
        font-size: 5rem; }

.top_banner {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 36.8rem;
  z-index: 0; }
  .top_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31.5rem;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(180deg, #b5bfae 0%, rgba(255, 255, 255, 0) 100%); }
  .top_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 79.4rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/banner-bg-01.png) no-repeat center;
    background-size: cover;
    pointer-events: none; }
  .top_banner-01 {
    position: relative;
    margin-bottom: 3rem; }
    .top_banner-01 .btn-default-01 {
      position: absolute;
      bottom: 4.5rem;
      left: 50%;
      transform: translateX(-50%); }
  .top_banner-list-01 {
    margin-bottom: 3rem; }
    .top_banner-list-01 li {
      margin-right: 2.5rem; }
      .top_banner-list-01 li:nth-child(2n) {
        margin-right: 0; }
  .top_banner-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 31rem;
    border-radius: .5rem;
    position: relative;
    z-index: 0;
    background: #b5bfae;
    color: #FFFFFF;
    font-size: 5rem;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.7rem; }
    .top_banner-btn a::before {
      content: "";
      position: absolute;
      width: calc(100% - 2.4rem);
      height: calc(100% - 2.4rem);
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, -50%);
      border-radius: .5rem;
      background: url(assets/img/banner-02.jpg) no-repeat center;
      background-size: cover;
      transition: all 0.35s; }
    .top_banner-btn a:hover::before {
      opacity: 0.8; }

.greeting {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -14.5rem; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 54rem;
    height: 27.5rem;
    background: url(assets/img/img-leaf-09.png) no-repeat center;
    background-size: contain;
    top: 7.3rem;
    left: 0;
    z-index: 4; }
  .greeting-gp-box {
    position: relative; }
    .greeting-gp-box:first-child {
      width: 97.6rem;
      padding: 7.3rem 0;
      z-index: 3; }
      .greeting-gp-box:first-child::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 30.4rem);
        top: 0;
        z-index: -1;
        left: 0;
        background: rgba(184, 166, 148, 0.9); }
    .greeting-gp-box:last-child {
      width: calc(100% - 97.6rem + 15rem + 55.4rem);
      margin-right: -15rem;
      margin-left: -55.4rem;
      z-index: 0;
      position: relative; }
      .greeting-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 192rem;
        height: 75.3rem;
        z-index: 0;
        bottom: 0;
        left: -57rem;
        background: url(assets/img/greeting-bg-01.png) no-repeat center;
        background-size: cover; }
    .greeting-gp-box .desc {
      margin-bottom: 8rem;
      padding: 0 8.5rem; }
      .greeting-gp-box .desc p {
        line-height: 240%;
        color: #FFFFFF;
        text-align: center; }
    .greeting-gp-box .author {
      position: absolute;
      bottom: 22.7rem;
      right: 17.3rem;
      z-index: 2; }
      .greeting-gp-box .author p .item:first-child {
        margin-right: 3rem;
        margin-top: 1.8rem; }
      .greeting-gp-box .author p .item:last-child {
        font-size: 4.5rem; }
        .greeting-gp-box .author p .item:last-child strong {
          font-size: 3rem; }
      .greeting-gp-box .author p * {
        color: #2c2c2c;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 115%;
        letter-spacing: 0; }
  .greeting-list-01 {
    margin-bottom: 7rem; }
    .greeting-list-01 li {
      margin-right: 3.8rem; }
      .greeting-list-01 li:last-child {
        margin-right: 0; }
      .greeting-list-01 li img {
        width: 100%;
        border: #FFFFFF solid 2px;
        border-radius: .5rem;
        box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .greeting-list-02 li {
    margin-right: 3rem; }
    .greeting-list-02 li:last-child {
      margin-right: 0; }
  .greeting .title-default-01 {
    margin-bottom: -6.6rem; }
    .greeting .title-default-01 h3 {
      color: #2c2c2c; }

.top_slide {
  overflow: hidden;
  margin-top: -14rem;
  margin-bottom: 1.3rem; }
  .top_slide-gp {
    display: flex;
    width: max-content;
    position: relative;
    z-index: 0; }
  .top_slide-list {
    display: grid;
    grid-template-columns: 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem 27.7rem;
    backface-visibility: hidden; }
    .top_slide-list li {
      margin-right: 1rem; }
    .top_slide-list.vs-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-list.vs-02 {
      animation: loopSlide2 160s linear infinite; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top_column {
  position: relative;
  padding-top: 8.5rem;
  padding-bottom: 13.5rem; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30.1rem;
    top: 0;
    left: 0;
    background: url(assets/img/column-bg-01.png) no-repeat center;
    background-size: cover; }
  .top_column::after {
    content: "";
    position: absolute;
    width: 91.9rem;
    height: 24.3rem;
    top: 7.9rem;
    left: -1.6rem;
    z-index: -1;
    background: url(assets/img/img-leaf-10.png) no-repeat center;
    background-size: contain; }
  .top_column .icon-01 {
    position: absolute;
    width: 26.6rem;
    height: 23.7rem;
    bottom: -2.1rem;
    right: 0;
    background: url(assets/img/img-leaf-11.png) no-repeat center;
    background-size: contain; }
  .top_column-gp-box:first-child {
    padding-right: 8.5rem;
    width: calc(100% - 72.3rem); }
  .top_column-gp-box:last-child {
    width: 72.3rem;
    padding-top: 8rem; }
  .top_column-gp-box .desc p {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 3rem; }
  .top_column-gp-box .recr {
    margin-bottom: 2rem; }
    .top_column-gp-box .recr img {
      border: #b8a694 solid 2px;
      border-radius: 1.5rem;
      box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
  .top_column-list-items {
    margin-bottom: 2.5rem; }
    .top_column-list-items li {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2.6rem; }
      @media (min-width: 767.5px) {
        .top_column-list-items li:nth-last-child(2) {
          margin-bottom: 0; }
        .top_column-list-items li:last-child {
          display: none; } }
      .top_column-list-items li .img {
        width: 27.5rem; }
        .top_column-list-items li .img img {
          border-radius: 1rem;
          border: #c4ab99 solid 1px;
          box-shadow: 0.8rem 0.6rem 0.8rem rgba(66, 66, 66, 0.12); }
      .top_column-list-items li .cont {
        padding-left: 3.5rem;
        width: calc(100% - 27.5rem);
        margin-top: -0.8rem; }
        .top_column-list-items li .cont .date {
          color: #8e7b6b;
          font-size: 2rem;
          line-height: 150%;
          letter-spacing: 0;
          font-weight: 500; }
        .top_column-list-items li .cont .title {
          color: #8e7b6b;
          font-size: 3rem;
          font-weight: 500;
          line-height: 150%;
          letter-spacing: 0;
          display: inline-block;
          margin-bottom: -0.5rem; }
        .top_column-list-items li .cont .detail {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 170%;
          letter-spacing: 0;
          color: #2c2c2c; }
  .top_column .title-default-01 {
    margin-bottom: 7rem; }
    .top_column .title-default-01 h3 {
      color: #2c2c2c; }

.top_instagram {
  position: relative;
  z-index: 0; }
  .top_instagram::before {
    top: -14.5rem;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 14.5rem + 16rem);
    background: url(assets/img/instagram_bg_01.png) no-repeat center;
    background-size: cover; }
  .top_instagram::after {
    content: "";
    position: absolute;
    width: 10.5rem;
    height: 10.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    background: #FFFFFF url(assets/img/instagram.svg) no-repeat center;
    background-size: 7.5rem; }

.case-block-item {
  width: calc((100% - 6.001rem) / 2);
  margin-right: 6rem;
  position: relative; }
  .case-block-item::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 6rem;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #a67c52;
    top: 50%;
    right: -4rem;
    transform: translateY(-50%); }
  .case-block-item:nth-child(2n) {
    margin-right: 0; }
    .case-block-item:nth-child(2n)::before {
      content: none; }
  .case-block-item img {
    width: 100%;
    border-radius: 1rem; }

.block-list-flow.vz-faq .section-title__heading {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq .section-title__heading::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0; }
.block-list-flow.vz-faq p {
  position: relative;
  padding-left: 4rem; }
  .block-list-flow.vz-faq p::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 2.3rem; }

.table-form {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-form td {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    height: 7rem; }
    .table-form td:first-child {
      width: 38rem; }
    .table-form td .required {
      background: #a67c52;
      color: #FFFFFF;
      font-size: 1.2rem;
      padding: .5rem;
      border-radius: 0.5rem;
      margin-left: 1rem; }
    .table-form td .wpcf7-list-item input {
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      top: .2rem; }
    .table-form td .wpcf7-list-item.first {
      margin: 0; }
    .table-form td .examp p {
      font-size: 1.4rem;
      color: #CCC; }
  @media (min-width: 767.5px) {
    .table-form tr:nth-child(odd) td, .table-form tr:nth-child(odd) th {
      background: rgba(166, 124, 82, 0.1); } }

.form-input input, .form-input textarea {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  border: #ccc solid 1px;
  line-height: 175%; }
  .form-input input:focus-visible, .form-input textarea:focus-visible {
    outline: none; }
.form-input textarea {
  height: 16rem;
  vertical-align: top;
  resize: none; }
.form-input-item {
  position: relative;
  padding-right: 4rem; }
  .form-input-item input {
    width: 8rem;
    text-align: center;
    margin: 0 .5rem; }
.form-input .value {
  position: absolute;
  top: .7rem;
  left: 10rem; }

.form_recruit .checked {
  margin-bottom: 2rem; }
.form_recruit .txt_desc {
  margin-bottom: 4rem; }

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center; }

@media (max-width: 1440px) and (min-width: 961px) {
  .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
    right: -3.3rem; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .title-default-01 h3 {
    font-size: 2rem;
    text-align: center; }
  .title-default-01 p {
    font-size: 3rem;
    letter-spacing: .3rem;
    text-align: center; }
  .title-default-01.vz-02 {
    padding-bottom: 0.6rem; }
    .title-default-01.vz-02::before {
      width: 6rem;
      height: 4.3rem; }

  .btn-gp-01 {
    flex-wrap: wrap;
    justify-content: center; }
  .btn-gp-02 {
    flex-flow: column; }
    .btn-gp-02 .btn-default-01.vz-03:last-child a {
      width: 30rem; }
  .btn-more-01 a {
    font-size: 1.5rem; }
  .btn-default-01 a {
    font-size: 1.5rem;
    width: 28rem; }
    .btn-default-01 a::before {
      right: 1.5rem; }
  .btn-default-01.vz-04 a::before {
    right: 1.5rem; }
  .btn-default-01.vz-05 a {
    width: 28rem; }
  .btn-default-01.vz-06 a {
    width: 28rem; }
  .btn-default-02 a {
    width: 28rem;
    font-size: 1.5rem;
    height: 10rem; }

  .home .desc p {
    font-size: 1.5rem;
    line-height: 185%; }

  .mv-cont::before {
    width: 100%; }
  .mv-cont h2 {
    font-size: 2.5rem; }
  .mv-cont p span {
    font-size: 1.3rem;
    padding: .5rem;
    margin-bottom: .5rem;
    background: #a6a18a; }
  .mv-view .slick-slide img, .mv-view video {
    height: calc(100vh - 12rem); }

  .top_info::before {
    width: 100%;
    left: 0;
    top: 0; }
  .top_info-gp {
    flex-wrap: wrap; }
    .top_info-gp-box:first-child {
      width: 100%;
      padding-right: 0; }
    .top_info-gp-box:last-child {
      width: 100%; }
  .top_info-list li a {
    padding: 1.4rem 0; }
    .top_info-list li a span {
      font-size: 1.5rem; }
    .top_info-list li a .date {
      width: 12rem; }
    .top_info-list li a .title {
      width: calc(100% - 12rem);
      padding-left: 2rem; }

  .concept::before {
    width: 100%;
    top: 6rem;
    left: 0; }
  .concept-box {
    padding: 1.5rem; }
  .concept-icon::before {
    width: 15rem;
    height: 10.5rem;
    left: 0; }
  .concept-icon::after {
    width: 20rem;
    height: 8.6rem;
    top: 0;
    right: 0; }
  .concept .title-default-01 {
    margin-bottom: 3.5rem; }
  .concept .desc p {
    font-size: 1.5rem;
    margin-bottom: 2rem; }

  .treatment {
    padding-bottom: 20rem; }
    .treatment::before {
      width: 35rem;
      height: 17.7rem; }
    .treatment .icon-01 {
      right: 0;
      width: 15rem;
      height: 13.4rem; }
    .treatment-list-01 {
      flex-wrap: wrap;
      margin-bottom: 3rem; }
      .treatment-list-01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem; }
        .treatment-list-01 li:last-child {
          margin-bottom: 0; }
        .treatment-list-01 li a {
          padding: 2rem 4rem 2rem 2rem;
          height: auto; }
          .treatment-list-01 li a .head {
            width: 22rem; }
          .treatment-list-01 li a .title {
            font-size: 1.5rem; }
          .treatment-list-01 li a .img {
            margin-bottom: 1.5rem; }
          .treatment-list-01 li a .detail {
            display: block;
            width: calc(100% - 22rem);
            font-size: 1.5rem; }
          .treatment-list-01 li a::before {
            width: calc(100% - 2rem);
            height: calc(100% - 2rem); }
    .treatment-list-02 li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .treatment-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .treatment-list-02 li a {
        height: 17rem; }
        .treatment-list-02 li a .txt {
          font-size: 1.5rem; }
        .treatment-list-02 li a .img img {
          width: 5rem; }
    .treatment .title-default-01 {
      margin-bottom: 4.5rem; }

  .pick_up::after {
    width: 20rem;
    height: 16.3rem; }
  .pick_up .icon-01 {
    left: 0;
    width: 9rem;
    height: 3.9rem; }
  .pick_up-gp {
    flex-wrap: wrap; }
    .pick_up-gp-box {
      width: 100%; }
      .pick_up-gp-box:first-child {
        order: 1;
        padding: 4.5rem 1.5rem; }
      .pick_up-gp-box .desc {
        margin-bottom: 2rem; }
  .pick_up-list-01 {
    display: flex;
    flex-wrap: wrap; }
    .pick_up-list-01 li {
      width: calc(100% / 3); }
      .pick_up-list-01 li a {
        font-size: 1.3rem;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .pick_up-list-01 li a span {
          padding-top: 5rem; }
          .pick_up-list-01 li a span::before {
            width: 4rem;
            height: 4rem; }
  .pick_up .title-default-01 {
    margin-bottom: 4.5rem; }

  .feature {
    padding-top: 7.6rem;
    padding-bottom: 4rem; }
    .feature::before {
      width: 100%; }
    .feature::after {
      width: 100%;
      left: 0; }
    .feature-gp {
      flex-wrap: wrap;
      margin-bottom: 6rem; }
      .feature-gp-box:first-child {
        width: 100%; }
      .feature-gp-box:last-child {
        padding-left: 0;
        width: 100%;
        padding-top: 0; }
      .feature-gp-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6rem;
        display: flex;
        flex-flow: column; }
        .feature-gp-field:first-child .feature-title-01 p span:last-child {
          left: 0; }
        .feature-gp-field:last-child {
          margin-bottom: 0; }
        .feature-gp-field:nth-child(2n) .feature-title-01 h4::before {
          left: 0;
          right: auto; }
        .feature-gp-field .img {
          order: -1;
          margin-bottom: 2rem; }
        .feature-gp-field .feature-title-01 h4 {
          margin-bottom: 2rem; }
          .feature-gp-field .feature-title-01 h4::before {
            bottom: 0; }
      .feature-gp-block {
        padding-top: 3rem;
        text-align: left; }
        .feature-gp-block .feature-title-01 h4::before {
          left: 0;
          transform: initial; }
      .feature-gp.vz-01 {
        margin-bottom: 6rem !important; }
      .feature-gp.vz-03 {
        padding-top: 0; }
      .feature-gp:nth-child(1) .feature-title-01 p span:last-child {
        right: 0; }
      .feature-gp:last-child {
        margin-top: 6rem; }
    .feature-title-01 {
      display: flex;
      flex-flow: column; }
      .feature-title-01 h4 {
        font-size: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        order: 1;
        letter-spacing: 0; }
        .feature-title-01 h4::before {
          width: 7rem; }
      .feature-title-01 p {
        position: relative;
        bottom: 0;
        display: flex;
        align-items: flex-end; }
        .feature-title-01 p span {
          font-size: 2rem;
          text-align: left; }
          .feature-title-01 p span:first-child {
            margin-bottom: 1rem;
            margin-right: 1.5rem; }
          .feature-title-01 p span:last-child {
            font-size: 8rem;
            right: 0; }
    .feature .btn-default-01 {
      justify-content: center;
      display: flex; }
    .feature .title-default-01 {
      margin-bottom: 4.5rem; }
      .feature .title-default-01 p {
        font-size: 3rem;
        margin-bottom: 0; }
      .feature .title-default-01 h3 .number {
        font-size: 3rem; }

  .top_banner {
    padding-top: 4rem;
    padding-bottom: 6rem; }
    .top_banner-list-01 {
      flex-wrap: wrap; }
    .top_banner-01 .btn-default-01 {
      bottom: 0.5rem; }
    .top_banner-btn a {
      font-size: 2rem;
      height: 14rem; }
      .top_banner-btn a::before {
        width: calc(100% - 1rem);
        height: calc(100% - 1rem); }

  .greeting {
    margin-top: 0; }
    .greeting::before {
      width: 32rem;
      height: 16.3rem;
      z-index: 0; }
    .greeting-gp {
      flex-wrap: wrap; }
      .greeting-gp-box .desc {
        padding: 0 1.5rem;
        margin-bottom: 3rem; }
      .greeting-gp-box:first-child {
        width: 100%;
        padding: 5rem 0;
        order: 1; }
        .greeting-gp-box:first-child::before {
          height: calc(100% - 24rem); }
      .greeting-gp-box:last-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .greeting-gp-box:last-child::before {
          height: 10rem;
          width: 100%;
          left: 0;
          background-position: center top; }
      .greeting-gp-box .author {
        bottom: 1.5rem;
        right: 1.5rem; }
        .greeting-gp-box .author p * {
          font-size: 1.5rem; }
        .greeting-gp-box .author p .item:first-child {
          margin-right: 1.5rem; }
        .greeting-gp-box .author p .item:last-child {
          font-size: 2rem; }
          .greeting-gp-box .author p .item:last-child strong {
            font-size: 1.8rem; }
    .greeting-list-01 {
      margin-bottom: 4rem;
      padding: 0 1.5rem; }
      .greeting-list-01 li {
        margin-right: 1.5rem; }
    .greeting-list-02 {
      flex-wrap: wrap;
      justify-content: center; }
    .greeting .title-default-01 {
      margin-bottom: 0; }

  .feature-title-01.vz-02 h4 {
    padding-bottom: 5rem; }
    .feature-title-01.vz-02 h4::before {
      height: 4rem; }

  .top_slide {
    margin-top: 0; }

  .top_column {
    padding: 5.5rem 0;
    margin-bottom: 4rem; }
    .top_column::after {
      width: 30rem; }
    .top_column-gp {
      flex-wrap: wrap; }
      .top_column-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .top_column-gp-box:last-child {
        width: 100%;
        padding-top: 6rem; }
      .top_column-gp-box .btn-default-01 {
        justify-content: center; }
    .top_column-list-items li .img {
      width: 22rem; }
    .top_column-list-items li .cont {
      margin-top: 0;
      width: calc(100% - 22rem);
      padding-left: 2rem; }
      .top_column-list-items li .cont .date {
        font-size: 1.5rem; }
      .top_column-list-items li .cont .title {
        font-size: 2.4rem; }
      .top_column-list-items li .cont .detail {
        font-size: 1.5rem; }
    .top_column .title-default-01 {
      margin-bottom: 4.5rem; }

  .top_instagram::before {
    top: -5rem;
    height: calc(100% + 10rem); }
  .top_instagram::after {
    width: 6rem;
    height: 6rem;
    background-size: 4.5rem; }

  .case-block-item {
    width: calc((100% - 2.501rem) / 2);
    margin-right: 2.5rem; }
    .case-block-item::before {
      width: 1.2rem;
      height: 3.5rem;
      right: -2rem; }

  .block-list-flow.vz-faq .section-title__heading {
    padding-left: 3rem; }
  .block-list-flow.vz-faq p {
    padding-left: 3rem; }
    .block-list-flow.vz-faq p::before {
      font-size: 1.7rem; }

  .table-form td {
    font-size: 1.5rem; }
    .table-form td:first-child {
      width: 26rem; }

  .form-input input {
    font-size: 1.5rem;
    height: 4.5rem; }
  .form-input textarea {
    height: 14rem; } }
@media (max-width: 767px) {
  .btn-gp-01 li {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-01 li:last-child {
      margin-bottom: 0; }

  .top_banner-list-01 li {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%; }
    .top_banner-list-01 li a {
      width: 100%; }
    .top_banner-list-01 li:last-child {
      margin-bottom: 0; }
  .top_banner-01 .img img {
    height: 13rem; }
  .top_banner-01 .btn-default-01.vz-04 a {
    width: 16rem;
    padding: 0; }

  .treatment-list-01 li a {
    padding: 2rem 3rem 2rem 2rem; }
    .treatment-list-01 li a::after {
      right: 1.5rem; }
    .treatment-list-01 li a .head {
      width: 11rem; }
    .treatment-list-01 li a .img img {
      width: 4rem; }
    .treatment-list-01 li a .detail {
      width: calc(100% - 11rem); }

  .greeting-list-02 li {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .greeting-list-02 li:last-child {
      margin-bottom: 0; }

  .top_slide-list {
    grid-template-columns: 25rem 25rem 25rem 25rem 25rem 25rem 25rem; }

  .top_column-gp-box:first-child {
    padding-right: 0; }
  .top_column-list-items {
    display: flex;
    flex-wrap: wrap; }
    .top_column-list-items li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem; }
      .top_column-list-items li:nth-child(2n) {
        margin-right: 0; }
      .top_column-list-items li .img {
        width: 100%;
        margin-bottom: 1.5rem; }
        .top_column-list-items li .img img {
          aspect-ratio: 4/2.7; }
      .top_column-list-items li .cont {
        width: 100%;
        padding-left: 0;
        margin-top: 0; }
        .top_column-list-items li .cont .title {
          font-size: 1.8rem; }
        .top_column-list-items li .cont .detail {
          font-size: 1.3rem; }

  .table-form td {
    float: left;
    width: 100%;
    border: 0;
    padding: 1rem 0;
    height: auto; }
    .table-form td:first-child {
      padding: 1rem;
      width: 100%;
      background: rgba(166, 124, 82, 0.1); }

  .form-input-item {
    padding-right: 3rem; }
    .form-input-item input {
      width: 7rem; }
  .form-input .value {
    left: 9rem; } }

/*# sourceMappingURL=style.css.map */
