﻿@charset "UTF-8";
@import url("./normalize.css");
@import url("./all.css");
@import url("./../icomoon/style.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100; 300; 400; 500; 700; 900&display=swap" rel="stylesheet');
html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin: 0;
  overflow-x: hidden;
}
a.sBtn {
  color: #000;
  text-decoration: none;
}
.font-num {
  font-family: "Roboto", sans-serif;
}

.ie_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  display: none;
}
.ie_layer {
  width: 600px;
  height: auto;
  padding: 60px 40px;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
}
.ie_contxt {
  font-size: 30px;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ie_contxt .txt_blue {
  display: block;
  color: #0d6efd;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.ie_contxt .txt_black {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.link_edge {
  padding: 10px;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  background: #e44f4e;
  text-align: center;
  margin: 30px auto 0;
  border: 0;
}
.ie_bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  opacity: 0.4;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.fllower_num .align-items-center {position:relative;}
.man_txt { display:none;}

.text-ink {
    color: #222222;
}

.text-black {
  color: #222222;
}

.text-body {
  color: #586074 !important;
}
.text_gray {
  color: #666;
}
.text-bodyLighter {
  color: #898888;
}

.text-bodyDarken {
  color: #5b5b5b;
}

.text-mute {
  color: #989898 !important;
}

.text-form {
  color: #dbdbdb !important;
}

.text-border {
  color: #efefef !important;
}

.text-lighter {
  color: #f3f4f5 !important;
}

.text-light {
  color: #fcfcfc !important;
}

.text-brand-pink {
  color: #ed3b65;
}

.text-brand-violet-light {
  color: #9966ff;
}

.text-primary {
  color: #2962ff !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-center {
  text-align: center;
}

.text-left {  text-align: left !important;}
.text-right {  text-align: right;}
.text-decoration-none {  text-decoration: none;}
.font-weight-light {  font-weight: 100 !important;}
.font-weight-lighter {  font-weight: 300 !important;}
.font-weight-normal {  font-weight: 400 !important;}
.font-weight-med {  font-weight: 500 !important;}
.font-weight-bolder {  font-weight: 700 !important;}
.font-weight-bold {  font-weight: 900 !important;}
.line-10 {  line-height: 1;}

.line-12 {
  line-height: 1.2;
}

.line-15 {
  line-height: 1.5;
}

.word-keep,
.word-keep td {
  word-break: keep-all;
}

.white-nowrap,
.white-nowrap td {
  white-space: nowrap;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.letter-spacing-h {
  letter-spacing: -2px;
}
.pc_mt32{margin:32px 0 auto!important;}
.font-12,
.font-11 {
  font-family: "맑은고딕", "Sans-serif" !important;
}

.font-88 {
  font-size: 8.8rem;
}

.font-80 {
  font-size: 8rem;
}

.font-72 {
  font-size: 7.2rem;
}

.font-64 {
  font-size: 6.4rem;
}

.font-56 {
  font-size: 5.6rem;
}

.font-48 {
  font-size: 4.8rem;
}

.font-40 {
  font-size: 4rem;
}

.font-38 {
  font-size: 3.8rem;
}

.font-36 {
  font-size: 3.6rem;
}

.font-32 {
  font-size: 3.2rem !important;
}

.font-28 {
  font-size: 2.8rem;
}

.font-24 {
  font-size: 2.4rem;
}

.font-22 {
  font-size: 2.2rem !important;
}

.font-20 {
  font-size: 2rem !important;
}

.font-18 {
  font-size: 1.8rem !important;
}

.font-17 {
  font-size: 1.7rem !important;
}

.font-16 {
  font-size: 1.6rem !important;
}

.font-14 {
  font-size: 1.4rem !important;
}

.font-12 {
  font-size: 1.2rem;
}

.font-11 {
  font-size: 1.1rem;
}
.bg-ink {
  background-color: #222222 !important;
}
.bg-black {
  background-color: #222222 !important;
}

.bg-dark {
  background-color: #232930 !important;
}

.bg-body {
  background-color: #586074 !important;
}

.bg-muted {
  background-color: #989898 !important;
}

.bg-form {
  background-color: #dbdbdb !important;
}

.bg-border {
  background-color: #efefef !important;
}

.bg-lighter {
  background-color: #f3f4f5 !important;
}

.bg-light {
  background-color: #fcfcfc !important;
}

.bg-white {
  background-color: white !important;
}

.bg-brand-dark {
  background-color: #36383b !important;
}

.bg-primary {
  background-color: #2962ff !important;
}

.bg-lighter-hover:hover {
  background-color: rgba(34, 34, 34, 0.05);
}

.p8-h td,
.p8-h {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.p10-h td,
.p10-h {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p12-h td,
.p12-h {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.p14-h td,
.p14-h {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

.p16-h td,
.p16-h {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.p20-h td,
.p20-h {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p24-h td,
.p24-h {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.m0 {
  margin: 0rem !important;
}

.m0-t {
  margin-top: 0rem !important;
}

.m0-r {
  margin-right: 0rem !important;
}

.m0-b {
  margin-bottom: 0rem !important;
}

.m0-l {
  margin-left: 0rem !important;
}

.m0-x {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.m2 {
  margin: 0.2rem !important;
}

.m2-t {
  margin-top: 0.2rem !important;
}

.m2-r {
  margin-right: 0.2rem !important;
}

.m2-b {
  margin-bottom: 0.2rem !important;
}

.m2-l {
  margin-left: 0.2rem !important;
}

.m2-x {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.m4 {
  margin: 0.4rem !important;
}

.m4-t {
  margin-top: 0.4rem !important;
}

.m4-r {
  margin-right: 0.4rem !important;
}

.m4-b {
  margin-bottom: 0.4rem !important;
}

.m4-l {
  margin-left: 0.4rem !important;
}

.m4-x {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.m8 {
  margin: 0.8rem !important;
}

.m8-t {
  margin-top: 0.8rem !important;
}

.m8-r {
  margin-right: 0.8rem !important;
}

.m8-b {
  margin-bottom: 0.8rem !important;
}

.m8-l {
  margin-left: 0.8rem !important;
}

.m8-x {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.m10 {
  margin: 1rem !important;
}

.m10-t {
  margin-top: 1rem !important;
}

.m10-r {
  margin-right: 1rem !important;
}

.m10-b {
  margin-bottom: 1rem !important;
}

.m10-l {
  margin-left: 1rem !important;
}

.m10-x {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m12 {
  margin: 1.2rem !important;
}

.m12-t {
  margin-top: 1.2rem !important;
}

.m12-r {
  margin-right: 1.2rem !important;
}

.m12-b {
  margin-bottom: 1.2rem !important;
}

.m12-l {
  margin-left: 1.2rem !important;
}

.m12-x {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.m14 {
  margin: 1.4rem !important;
}

.m14-t {
  margin-top: 1.4rem !important;
}

.m14-r {
  margin-right: 1.4rem !important;
}

.m14-b {
  margin-bottom: 1.4rem !important;
}

.m14-l {
  margin-left: 1.4rem !important;
}

.m14-x {
  margin-left: 1.4rem !important;
  margin-right: 1.4rem !important;
}

.m16 {
  margin: 1.6rem !important;
}

.m16-t {
  margin-top: 1.6rem !important;
}

.m16-r {
  margin-right: 1.6rem !important;
}

.m16-b {
  margin-bottom: 1.6rem !important;
}

.m16-l {
  margin-left: 1.6rem !important;
}

.m16-x {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.m18 {
  margin: 1.8rem !important;
}

.m18-t {
  margin-top: 1.8rem !important;
}

.m18-r {
  margin-right: 1.8rem !important;
}

.m18-b {
  margin-bottom: 1.8rem !important;
}

.m18-l {
  margin-left: 1.8rem !important;
}

.m18-x {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.m20 {
  margin: 2rem !important;
}

.m20-t {
  margin-top: 2rem !important;
}

.m20-r {
  margin-right: 2rem !important;
}

.m20-b {
  margin-bottom: 2rem !important;
}

.m20-l {
  margin-left: 2rem !important;
}

.m20-x {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.m24 {
  margin: 2.4rem !important;
}

.m24-t {
  margin-top: 2.4rem !important;
}

.m24-r {
  margin-right: 2.4rem !important;
}

.m24-b {
  margin-bottom: 2.4rem !important;
}

.m24-l {
  margin-left: 2.4rem !important;
}

.m24-x {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.m28 {
  margin: 2.8rem !important;
}

.m28-t {
  margin-top: 2.8rem !important;
}

.m28-r {
  margin-right: 2.8rem !important;
}

.m28-b {
  margin-bottom: 2.8rem !important;
}

.m28-l {
  margin-left: 2.8rem !important;
}

.m28-x {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.m32 {
  margin: 3.2rem !important;
}

.m32-t {
  margin-top: 3.2rem !important;
}

.m32-r {
  margin-right: 3.2rem !important;
}

.m32-b {
  margin-bottom: 3.2rem !important;
}

.m32-l {
  margin-left: 3.2rem !important;
}

.m32-x {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.m36 {
  margin: 3.6rem !important;
}

.m36-t {
  margin-top: 3.6rem !important;
}

.m36-r {
  margin-right: 3.6rem !important;
}

.m36-b {
  margin-bottom: 3.6rem !important;
}

.m36-l {
  margin-left: 3.6rem !important;
}

.m36-x {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.m40 {
  margin: 4rem !important;
}

.m40-t {
  margin-top: 4rem !important;
}

.m40-r {
  margin-right: 4rem !important;
}

.m40-b {
  margin-bottom: 4rem !important;
}

.m40-l {
  margin-left: 4rem !important;
}

.m40-x {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.m48 {
  margin: 4.8rem !important;
}

.m48-t {
  margin-top: 4.8rem !important;
}

.m48-r {
  margin-right: 4.8rem !important;
}

.m48-b {
  margin-bottom: 4.8rem !important;
}

.m48-l {
  margin-left: 4.8rem !important;
}

.m48-x {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.m56 {
  margin: 5.6rem !important;
}

.m56-t {
  margin-top: 5.6rem !important;
}

.m56-r {
  margin-right: 5.6rem !important;
}

.m56-b {
  margin-bottom: 5.6rem !important;
}

.m56-l {
  margin-left: 5.6rem !important;
}

.m56-x {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.m64 {
  margin: 6.4rem !important;
}

.m64-t {
  margin-top: 6.4rem !important;
}

.m64-r {
  margin-right: 6.4rem !important;
}

.m64-b {
  margin-bottom: 6.4rem !important;
}

.m64-l {
  margin-left: 6.4rem !important;
}

.m64-x {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.m68 {
  margin: 6.8rem !important;
}

.m68-t {
  margin-top: 6.8rem !important;
}

.m68-r {
  margin-right: 6.8rem !important;
}

.m68-b {
  margin-bottom: 6.8rem !important;
}

.m68-l {
  margin-left: 6.8rem !important;
}

.m68-x {
  margin-left: 6.8rem !important;
  margin-right: 6.8rem !important;
}

.m72 {
  margin: 7.2rem !important;
}

.m72-t {
  margin-top: 7.2rem !important;
}

.m72-r {
  margin-right: 7.2rem !important;
}

.m72-b {
  margin-bottom: 7.2rem !important;
}

.m72-l {
  margin-left: 7.2rem !important;
}

.m72-x {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.m84 {
  margin: 8.4rem !important;
}

.m84-t {
  margin-top: 8.4rem !important;
}

.m84-r {
  margin-right: 8.4rem !important;
}

.m84-b {
  margin-bottom: 8.4rem !important;
}

.m84-l {
  margin-left: 8.4rem !important;
}

.m84-x {
  margin-left: 8.4rem !important;
  margin-right: 8.4rem !important;
}

.m88 {
  margin: 8.8rem !important;
}

.m88-t {
  margin-top: 8.8rem !important;
}

.m88-r {
  margin-right: 8.8rem !important;
}

.m88-b {
  margin-bottom: 8.8rem !important;
}

.m88-l {
  margin-left: 8.8rem !important;
}

.m88-x {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}

.m96 {
  margin: 9.6rem !important;
}

.m96-t {
  margin-top: 9.6rem !important;
}

.m96-r {
  margin-right: 9.6rem !important;
}

.m96-b {
  margin-bottom: 9.6rem !important;
}

.m96-l {
  margin-left: 9.6rem !important;
}

.m96-x {
  margin-left: 9.6rem !important;
  margin-right: 9.6rem !important;
}

.m100 {
  margin: 10rem !important;
}

.m100-t {
  margin-top: 10rem !important;
}

.m100-r {
  margin-right: 10rem !important;
}

.m100-b {
  margin-bottom: 10rem !important;
}

.m100-l {
  margin-left: 10rem !important;
}

.m100-x {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.m112 {
  margin: 11.2rem !important;
}

.m112-t {
  margin-top: 11.2rem !important;
}

.m112-r {
  margin-right: 11.2rem !important;
}

.m112-b {
  margin-bottom: 11.2rem !important;
}

.m112-l {
  margin-left: 11.2rem !important;
}

.m112-x {
  margin-left: 11.2rem !important;
  margin-right: 11.2rem !important;
}

.m144 {
  margin: 14.4rem !important;
}

.m144-t {
  margin-top: 14.4rem !important;
}

.m144-r {
  margin-right: 14.4rem !important;
}

.m144-b {
  margin-bottom: 14.4rem !important;
}

.m144-l {
  margin-left: 14.4rem !important;
}

.m144-x {
  margin-left: 14.4rem !important;
  margin-right: 14.4rem !important;
}

.m156 {
  margin: 15.6rem !important;
}

.m156-t {
  margin-top: 15.6rem !important;
}

.m156-r {
  margin-right: 15.6rem !important;
}

.m156-b {
  margin-bottom: 15.6rem !important;
}

.m156-l {
  margin-left: 15.6rem !important;
}

.m156-x {
  margin-left: 15.6rem !important;
  margin-right: 15.6rem !important;
}

.m188 {
  margin: 18.8rem !important;
}

.m188-t {
  margin-top: 18.8rem !important;
}

.m188-r {
  margin-right: 18.8rem !important;
}

.m188-b {
  margin-bottom: 18.8rem !important;
}

.m188-l {
  margin-left: 18.8rem !important;
}

.m188-x {
  margin-left: 18.8rem !important;
  margin-right: 18.8rem !important;
}

.m200 {
  margin: 20rem !important;
}

.m200-t {
  margin-top: 20rem !important;
}

.m200-r {
  margin-right: 20rem !important;
}

.m200-b {
  margin-bottom: 20rem !important;
}

.m200-l {
  margin-left: 20rem !important;
}

.m200-x {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.m240 {
  margin: 24rem !important;
}

.m240-t {
  margin-top: 24rem !important;
}

.m240-r {
  margin-right: 24rem !important;
}

.m240-b {
  margin-bottom: 24rem !important;
}

.m240-l {
  margin-left: 24rem !important;
}

.m240-x {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.p0 {
  padding: 0rem !important;
}

.p0-t {
  padding-top: 0rem !important;
}

.p0-r {
  padding-right: 0rem !important;
}

.p0-b {
  padding-bottom: 0rem !important;
}

.p0-l {
  padding-left: 0rem !important;
}

.p0-x {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.p2 {
  padding: 0.2rem !important;
}

.p2-t {
  padding-top: 0.2rem !important;
}

.p2-r {
  padding-right: 0.2rem !important;
}

.p2-b {
  padding-bottom: 0.2rem !important;
}

.p2-l {
  padding-left: 0.2rem !important;
}

.p2-x {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.p4 {
  padding: 0.4rem !important;
}

.p4-t {
  padding-top: 0.4rem !important;
}

.p4-r {
  padding-right: 0.4rem !important;
}

.p4-b {
  padding-bottom: 0.4rem !important;
}

.p4-l {
  padding-left: 0.4rem !important;
}

.p4-x {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.p8 {
  padding: 0.8rem !important;
}

.p8-t {
  padding-top: 0.8rem !important;
}

.p8-r {
  padding-right: 0.8rem !important;
}

.p8-b {
  padding-bottom: 0.8rem !important;
}

.p8-l {
  padding-left: 0.8rem !important;
}

.p8-x {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.p10 {
  padding: 1rem !important;
}

.p10-t {
  padding-top: 1rem !important;
}

.p10-r {
  padding-right: 1rem !important;
}

.p10-b {
  padding-bottom: 1rem !important;
}

.p10-l {
  padding-left: 1rem !important;
}

.p10-x {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.p12 {
  padding: 1.2rem !important;
}

.p12-t {
  padding-top: 1.2rem !important;
}

.p12-r {
  padding-right: 1.2rem !important;
}

.p12-b {
  padding-bottom: 1.2rem !important;
}

.p12-l {
  padding-left: 1.2rem !important;
}

.p12-x {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.p14 {
  padding: 1.4rem !important;
}

.p14-t {
  padding-top: 1.4rem !important;
}

.p14-r {
  padding-right: 1.4rem !important;
}

.p14-b {
  padding-bottom: 1.4rem !important;
}

.p14-l {
  padding-left: 1.4rem !important;
}

.p14-x {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}

.p16 {
  padding: 1.6rem !important;
}

.p16-t {
  padding-top: 1.6rem !important;
}

.p16-r {
  padding-right: 1.6rem !important;
}

.p16-b {
  padding-bottom: 1.6rem !important;
}

.p16-l {
  padding-left: 1.6rem !important;
}

.p16-x {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.p18 {
  padding: 1.8rem !important;
}

.p18-t {
  padding-top: 1.8rem !important;
}

.p18-r {
  padding-right: 1.8rem !important;
}

.p18-b {
  padding-bottom: 1.8rem !important;
}

.p18-l {
  padding-left: 1.8rem !important;
}

.p18-x {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.p20 {
  padding: 2rem !important;
}

.p20-t {
  padding-top: 2rem !important;
}

.p20-r {
  padding-right: 2rem !important;
}

.p20-b {
  padding-bottom: 2rem !important;
}

.p20-l {
  padding-left: 2rem !important;
}

.p20-x {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p24 {
  padding: 2.4rem !important;
}

.p24-t {
  padding-top: 2.4rem !important;
}

.p24-r {
  padding-right: 2.4rem !important;
}

.p24-b {
  padding-bottom: 2.4rem !important;
}

.p24-l {
  padding-left: 2.4rem !important;
}

.p24-x {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.p28 {
  padding: 2.8rem !important;
}

.p28-t {
  padding-top: 2.8rem !important;
}

.p28-r {
  padding-right: 2.8rem !important;
}

.p28-b {
  padding-bottom: 2.8rem !important;
}

.p28-l {
  padding-left: 2.8rem !important;
}

.p28-x {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.p32 {
  padding: 3.2rem !important;
}

.p32-t {
  padding-top: 3.2rem !important;
}

.p32-r {
  padding-right: 3.2rem !important;
}

.p32-b {
  padding-bottom: 3.2rem !important;
}

.p32-l {
  padding-left: 3.2rem !important;
}

.p32-x {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.p36 {
  padding: 3.6rem !important;
}

.p36-t {
  padding-top: 3.6rem !important;
}

.p36-r {
  padding-right: 3.6rem !important;
}

.p36-b {
  padding-bottom: 3.6rem !important;
}

.p36-l {
  padding-left: 3.6rem !important;
}

.p36-x {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}

.p40 {
  padding: 4rem !important;
}

.p40-t {
  padding-top: 4rem !important;
}

.p40-r {
  padding-right: 4rem !important;
}

.p40-b {
  padding-bottom: 4rem !important;
}

.p40-l {
  padding-left: 4rem !important;
}

.p40-x {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.p48 {
  padding: 4.8rem !important;
}

.p48-t {
  padding-top: 4.8rem !important;
}

.p48-r {
  padding-right: 4.8rem !important;
}

.p48-b {
  padding-bottom: 4.8rem !important;
}

.p48-l {
  padding-left: 4.8rem !important;
}

.p48-x {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.p56 {
  padding: 5.6rem !important;
}

.p56-t {
  padding-top: 5.6rem !important;
}

.p56-r {
  padding-right: 5.6rem !important;
}

.p56-b {
  padding-bottom: 5.6rem !important;
}

.p56-l {
  padding-left: 5.6rem !important;
}

.p56-x {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.p64 {
  padding: 6.4rem !important;
}

.p64-t {
  padding-top: 6.4rem !important;
}

.p64-r {
  padding-right: 6.4rem !important;
}

.p64-b {
  padding-bottom: 6.4rem !important;
}

.p64-l {
  padding-left: 6.4rem !important;
}

.p64-x {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.p72 {
  padding: 7.2rem !important;
}

.p72-t {
  padding-top: 7.2rem !important;
}

.p72-r {
  padding-right: 7.2rem !important;
}

.p72-b {
  padding-bottom: 7.2rem !important;
}

.p72-l {
  padding-left: 7.2rem !important;
}

.p72-x {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.p84 {
  padding: 8.4rem !important;
}

.p84-t {
  padding-top: 8.4rem !important;
}

.p84-r {
  padding-right: 8.4rem !important;
}

.p84-b {
  padding-bottom: 8.4rem !important;
}

.p84-l {
  padding-left: 8.4rem !important;
}

.p84-x {
  padding-left: 8.4rem !important;
  padding-right: 8.4rem !important;
}

.p88 {
  padding: 8.8rem !important;
}

.p88-t {
  padding-top: 8.8rem !important;
}

.p88-r {
  padding-right: 8.8rem !important;
}

.p88-b {
  padding-bottom: 8.8rem !important;
}

.p88-l {
  padding-left: 8.8rem !important;
}

.p88-x {
  padding-left: 8.8rem !important;
  padding-right: 8.8rem !important;
}

.p96 {
  padding: 9.6rem !important;
}

.p96-t {
  padding-top: 9.6rem !important;
}

.p96-r {
  padding-right: 9.6rem !important;
}

.p96-b {
  padding-bottom: 9.6rem !important;
}

.p96-l {
  padding-left: 9.6rem !important;
}

.p96-x {
  padding-left: 9.6rem !important;
  padding-right: 9.6rem !important;
}

.p112 {
  padding: 11.2rem !important;
}

.p112-t {
  padding-top: 11.2rem !important;
}

.p112-r {
  padding-right: 11.2rem !important;
}

.p112-b {
  padding-bottom: 11.2rem !important;
}

.p112-l {
  padding-left: 11.2rem !important;
}

.p112-x {
  padding-left: 11.2rem !important;
  padding-right: 11.2rem !important;
}

.p144 {
  padding: 14.4rem !important;
}

.p144-t {
  padding-top: 14.4rem !important;
}

.p144-r {
  padding-right: 14.4rem !important;
}

.p144-b {
  padding-bottom: 14.4rem !important;
}

.p144-l {
  padding-left: 14.4rem !important;
}

.p144-x {
  padding-left: 14.4rem !important;
  padding-right: 14.4rem !important;
}

.p156 {
  padding: 15.6rem !important;
}

.p156-t {
  padding-top: 15.6rem !important;
}

.p156-r {
  padding-right: 15.6rem !important;
}

.p156-b {
  padding-bottom: 15.6rem !important;
}

.p156-l {
  padding-left: 15.6rem !important;
}

.p156-x {
  padding-left: 15.6rem !important;
  padding-right: 15.6rem !important;
}

.p188 {
  padding: 18.8rem !important;
}

.p188-t {
  padding-top: 18.8rem !important;
}

.p188-r {
  padding-right: 18.8rem !important;
}

.p188-b {
  padding-bottom: 18.8rem !important;
}

.p188-l {
  padding-left: 18.8rem !important;
}

.p188-x {
  padding-left: 18.8rem !important;
  padding-right: 18.8rem !important;
}

.p200 {
  padding: 20rem !important;
}

.p200-t {
  padding-top: 20rem !important;
}

.p200-r {
  padding-right: 20rem !important;
}

.p200-b {
  padding-bottom: 20rem !important;
}

.p200-l {
  padding-left: 20rem !important;
}

.p200-x {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.p240 {
  padding: 24rem !important;
}

.p240-t {
  padding-top: 24rem !important;
}

.p240-r {
  padding-right: 24rem !important;
}

.p240-b {
  padding-bottom: 24rem !important;
}

.p240-l {
  padding-left: 24rem !important;
}

.p240-x {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.w-100 {
  width: 100%;
}
.wv-100 {
  width: 100vw;
}

.h-100 {
  height: 100%;
}

.hv-100 {
  height: 100vh;
}

.border {
  border: 1px solid #efefef;
}

.border-bottom-black {
  border-bottom: 1px solid black !important;
}

.border-bottom-muted {
  border-bottom: 1px solid #989898;
}

.border-bottom-border {
  border-bottom: 1px solid #efefef;
}

.border-formLight {
  border: 1px solid #bebebe !important;
}

.border-form {
  border: 1px solid #dbdbdb !important;
}

.border-bottom-form {
  border-bottom: 1px solid #dbdbdb;
}

.border-top-form {
  border-top: 1px solid #dbdbdb;
}

.border-brand-violet-main {
  border: 1px solid #7900f2 !important;
}

.round-10 {
  border-radius: 10rem !important;
}

.round-6 {
  border-radius: 0.6rem !important;
}

.round-pill {
  border-radius: 50rem !important;
}

.shadow-5 {
  -webkit-box-shadow: 0 5rem 5rem rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 5rem 5rem rgba(0, 0, 0, 0.06) !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-none {
  display: none;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

a:not([role="button"]):hover {
  color: #000;
}

.sBtn {
  cursor: pointer !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0.7rem 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.sBtn-sm {
  padding: 1.2rem 2rem;
}

.sBtn-lg {
  padding: 1.2rem 2rem;
}

.btn-check:focus + .sBtn,
.sBtn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

a[role="button"].bg-brand-violet-main:hover,
button.bg-brand-violet-main:hover {
  background-color: #9335f2 !important;
}

a[role="button"].bg-border:hover,
button.bg-border:hover {
  background-color: #dbdbdb !important;
}

.hover-black:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hover-brand-violet-main:hover {
  background-color: rgba(121, 0, 242, 0.05);
}

.nav-link {
  cursor: pointer !important;
}

.i.font-11,
.i.font-12 {
  font-family: "Font Awesome 5 Brands" !important;
}

.indicator {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
}

.pagination .btn {
  color: #989898;
}

.pagination .active {
  text-decoration: underline;
  color: #000;
}

.form-radio-bg {
  width: 24px;
  height: 24px;
  border: none;
  background: url("./../images/radio.png") no-repeat 0px 0px;
  background-size: 24px auto;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-radio-bg:checked {
  background: url("./../images/radio-on.png") no-repeat 0px 0px;
  background-size: 24px auto;
}

.form-check-bg {
  width: 24px;
  height: 24px;
  border: none;
  background: url("../images/checkbox.png") no-repeat 0px 0px;
  background-size: 24px auto;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-check-bg:checked {
  background: url("../images/checkbox-on.png") no-repeat 0px 0px;
  background-size: 24px auto;
}

.form-select-bg {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/angle-down-light.svg") no-repeat 90% 50%;
  background-size: 12px auto;
}

.form-select-bg-light {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/angle-down-light-light.svg") no-repeat 100% 50%;
  background-size: 12px auto;
}

.stable {
  border-top: 1px solid #dbdbdb;
}

.stable td {
  padding: 0.5rem 0.5rem;
}

.stable > :not(caption) > * > * {
  border-bottom: 1px solid #dbdbdb;
}

.stable thead {
  color: #586074;
  background-color: #f3f4f5;
}

.table {
  margin-bottom: 0 !important;
}

.modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-content {
  top: 0px;
  bottom: 0px;
}

.modal .modal-content .modal-header {
  border-bottom: none !important;
  padding: 2rem 2rem 1rem 2rem;
}

.modal .modal-content .modal-header .btn-close {
  width: 1rem;
  height: 1rem;
  background-size: 100%;
}

.modal .modal-content .modal-title {
  font-size: 2rem;
  width: 100%;
  text-align: center;
}

.modal .modal-content .modal-body {
  padding: 4rem 1.6rem 4rem 1.6rem;
  text-align: center;
  overflow: auto;
}

.modal .modal-content .modal-con {
  text-align: center;
  min-height: 9.6rem;
}
.modal .modal-content .modal-footer {
  text-align: center;
  padding: 0rem 2rem 6rem 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
}
.modal .modal-content .modal-footer .btn {
  font-weight: 400 !important;
}
.sNavLine .line {
  position: relative;
}
.sNavLine .line::after {
  content: none;
  background-color: #5b5b5b;
  display: inline-block;
  width: 0.1rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
}
.suggest_link {
  width: 100% !important;
  margin: 0 0 10px;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.sLink {
  position: relative;
  cursor: pointer;
}
.sLink .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #efefef;
}
.sLink .line::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #232930;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sLink:hover .line::after {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
@-webkit-keyframes rotateStyle {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateStyle {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes text-move {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes text-move {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes text-move2 {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes text-move2 {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@-webkit-keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 1.4rem;
  }
  .contain {
    width: calc(100vw - 3.5rem);
  }
  .xs-font-88 {
    font-size: 8.8rem;
  }
  .xs-font-80 {
    font-size: 8rem;
  }
  .xs-font-72 {
    font-size: 7.2rem;
  }
  .xs-font-64 {
    font-size: 6.4rem;
  }
  .xs-font-56 {
    font-size: 5.6rem;
  }
  .xs-font-48 {
    font-size: 4.8rem;
  }
  .xs-font-40 {
    font-size: 4rem;
  }
  .xs-font-38 {
    font-size: 3.8rem;
  }
  .xs-font-36 {
    font-size: 3.6rem;
  }
  .xs-font-32 {
    font-size: 3.2rem !important;
  }
  .xs-font-28 {
    font-size: 2.8rem;
  }
  .xs-font-24 {
    font-size: 2.4rem;
  }
  .xs-font-22 {
    font-size: 2.2rem !important;
  }
  .xs-font-20 {
    font-size: 2rem !important;
  }
  .xs-font-18 {
    font-size: 1.8rem !important;
  }
  .xs-font-17 {
    font-size: 1.7rem !important;
  }
  .xs-font-16 {
    font-size: 1.6rem !important;
  }
  .xs-font-14 {
    font-size: 1.4rem !important;
  }
  .xs-font-12 {
    font-size: 1.2rem;
  }
  .xs-font-11 {
    font-size: 1.1rem;
  }
  .xs-m0 {
    margin: 0rem !important;
  }
  .xs-m0-t {
    margin-top: 0rem !important;
  }
  .xs-m0-r {
    margin-right: 0rem !important;
  }
  .xs-m0-b {
    margin-bottom: 0rem !important;
  }
  .xs-m0-l {
    margin-left: 0rem !important;
  }
  .xs-m0-x {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xs-m2 {
    margin: 0.2rem !important;
  }
  .xs-m2-t {
    margin-top: 0.2rem !important;
  }
  .xs-m2-r {
    margin-right: 0.2rem !important;
  }
  .xs-m2-b {
    margin-bottom: 0.2rem !important;
  }
  .xs-m2-l {
    margin-left: 0.2rem !important;
  }
  .xs-m2-x {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .xs-m4 {
    margin: 0.4rem !important;
  }
  .xs-m4-t {
    margin-top: 0.4rem !important;
  }
  .xs-m4-r {
    margin-right: 0.4rem !important;
  }
  .xs-m4-b {
    margin-bottom: 0.4rem !important;
  }
  .xs-m4-l {
    margin-left: 0.4rem !important;
  }
  .xs-m4-x {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .xs-m8 {
    margin: 0.8rem !important;
  }
  .xs-m8-t {
    margin-top: 0.8rem !important;
  }
  .xs-m8-r {
    margin-right: 0.8rem !important;
  }
  .xs-m8-b {
    margin-bottom: 0.8rem !important;
  }
  .xs-m8-l {
    margin-left: 0.8rem !important;
  }
  .xs-m8-x {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .xs-m10 {
    margin: 1rem !important;
  }
  .xs-m10-t {
    margin-top: 1rem !important;
  }
  .xs-m10-r {
    margin-right: 1rem !important;
  }
  .xs-m10-b {
    margin-bottom: 1rem !important;
  }
  .xs-m10-l {
    margin-left: 1rem !important;
  }
  .xs-m10-x {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xs-m12 {
    margin: 1.2rem !important;
  }
  .xs-m12-t {
    margin-top: 1.2rem !important;
  }
  .xs-m12-r {
    margin-right: 1.2rem !important;
  }
  .xs-m12-b {
    margin-bottom: 1.2rem !important;
  }
  .xs-m12-l {
    margin-left: 1.2rem !important;
  }
  .xs-m12-x {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .xs-m14 {
    margin: 1.4rem !important;
  }
  .xs-m14-t {
    margin-top: 1.4rem !important;
  }
  .xs-m14-r {
    margin-right: 1.4rem !important;
  }
  .xs-m14-b {
    margin-bottom: 1.4rem !important;
  }
  .xs-m14-l {
    margin-left: 1.4rem !important;
  }
  .xs-m14-x {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .xs-m16 {
    margin: 1.6rem !important;
  }
  .xs-m16-t {
    margin-top: 1.6rem !important;
  }
  .xs-m16-r {
    margin-right: 1.6rem !important;
  }
  .xs-m16-b {
    margin-bottom: 1.6rem !important;
  }
  .xs-m16-l {
    margin-left: 1.6rem !important;
  }
  .xs-m16-x {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .xs-m18 {
    margin: 1.8rem !important;
  }
  .xs-m18-t {
    margin-top: 1.8rem !important;
  }
  .xs-m18-r {
    margin-right: 1.8rem !important;
  }
  .xs-m18-b {
    margin-bottom: 1.8rem !important;
  }
  .xs-m18-l {
    margin-left: 1.8rem !important;
  }
  .xs-m18-x {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .xs-m20 {
    margin: 2rem !important;
  }
  .xs-m20-t {
    margin-top: 2rem !important;
  }
  .xs-m20-r {
    margin-right: 2rem !important;
  }
  .xs-m20-b {
    margin-bottom: 2rem !important;
  }
  .xs-m20-l {
    margin-left: 2rem !important;
  }
  .xs-m20-x {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xs-m24 {
    margin: 2.4rem !important;
  }
  .xs-m24-t {
    margin-top: 2.4rem !important;
  }
  .xs-m24-r {
    margin-right: 2.4rem !important;
  }
  .xs-m24-b {
    margin-bottom: 2.4rem !important;
  }
  .xs-m24-l {
    margin-left: 2.4rem !important;
  }
  .xs-m24-x {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .xs-m28 {
    margin: 2.8rem !important;
  }
  .xs-m28-t {
    margin-top: 2.8rem !important;
  }
  .xs-m28-r {
    margin-right: 2.8rem !important;
  }
  .xs-m28-b {
    margin-bottom: 2.8rem !important;
  }
  .xs-m28-l {
    margin-left: 2.8rem !important;
  }
  .xs-m28-x {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .xs-m32 {
    margin: 3.2rem !important;
  }
  .xs-m32-t {
    margin-top: 3.2rem !important;
  }
  .xs-m32-r {
    margin-right: 3.2rem !important;
  }
  .xs-m32-b {
    margin-bottom: 3.2rem !important;
  }
  .xs-m32-l {
    margin-left: 3.2rem !important;
  }
  .xs-m32-x {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .xs-m36 {
    margin: 3.6rem !important;
  }
  .xs-m36-t {
    margin-top: 3.6rem !important;
  }
  .xs-m36-r {
    margin-right: 3.6rem !important;
  }
  .xs-m36-b {
    margin-bottom: 3.6rem !important;
  }
  .xs-m36-l {
    margin-left: 3.6rem !important;
  }
  .xs-m36-x {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .xs-m40 {
    margin: 4rem !important;
  }
  .xs-m40-t {
    margin-top: 4rem !important;
  }
  .xs-m40-r {
    margin-right: 4rem !important;
  }
  .xs-m40-b {
    margin-bottom: 4rem !important;
  }
  .xs-m40-l {
    margin-left: 4rem !important;
  }
  .xs-m40-x {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xs-m48 {
    margin: 4.8rem !important;
  }
  .xs-m48-t {
    margin-top: 4.8rem !important;
  }
  .xs-m48-r {
    margin-right: 4.8rem !important;
  }
  .xs-m48-b {
    margin-bottom: 4.8rem !important;
  }
  .xs-m48-l {
    margin-left: 4.8rem !important;
  }
  .xs-m48-x {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .xs-m56 {
    margin: 5.6rem !important;
  }
  .xs-m56-t {
    margin-top: 5.6rem !important;
  }
  .xs-m56-r {
    margin-right: 5.6rem !important;
  }
  .xs-m56-b {
    margin-bottom: 5.6rem !important;
  }
  .xs-m56-l {
    margin-left: 5.6rem !important;
  }
  .xs-m56-x {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .xs-m64 {
    margin: 6.4rem !important;
  }
  .xs-m64-t {
    margin-top: 6.4rem !important;
  }
  .xs-m64-r {
    margin-right: 6.4rem !important;
  }
  .xs-m64-b {
    margin-bottom: 6.4rem !important;
  }
  .xs-m64-l {
    margin-left: 6.4rem !important;
  }
  .xs-m64-x {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .xs-m68 {
    margin: 6.8rem !important;
  }
  .xs-m68-t {
    margin-top: 6.8rem !important;
  }
  .xs-m68-r {
    margin-right: 6.8rem !important;
  }
  .xs-m68-b {
    margin-bottom: 6.8rem !important;
  }
  .xs-m68-l {
    margin-left: 6.8rem !important;
  }
  .xs-m68-x {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .xs-m72 {
    margin: 7.2rem !important;
  }
  .xs-m72-t {
    margin-top: 7.2rem !important;
  }
  .xs-m72-r {
    margin-right: 7.2rem !important;
  }
  .xs-m72-b {
    margin-bottom: 7.2rem !important;
  }
  .xs-m72-l {
    margin-left: 7.2rem !important;
  }
  .xs-m72-x {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .xs-m84 {
    margin: 8.4rem !important;
  }
  .xs-m84-t {
    margin-top: 8.4rem !important;
  }
  .xs-m84-r {
    margin-right: 8.4rem !important;
  }
  .xs-m84-b {
    margin-bottom: 8.4rem !important;
  }
  .xs-m84-l {
    margin-left: 8.4rem !important;
  }
  .xs-m84-x {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .xs-m88 {
    margin: 8.8rem !important;
  }
  .xs-m88-t {
    margin-top: 8.8rem !important;
  }
  .xs-m88-r {
    margin-right: 8.8rem !important;
  }
  .xs-m88-b {
    margin-bottom: 8.8rem !important;
  }
  .xs-m88-l {
    margin-left: 8.8rem !important;
  }
  .xs-m88-x {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .xs-m96 {
    margin: 9.6rem !important;
  }
  .xs-m96-t {
    margin-top: 9.6rem !important;
  }
  .xs-m96-r {
    margin-right: 9.6rem !important;
  }
  .xs-m96-b {
    margin-bottom: 9.6rem !important;
  }
  .xs-m96-l {
    margin-left: 9.6rem !important;
  }
  .xs-m96-x {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .xs-m100 {
    margin: 10rem !important;
  }
  .xs-m100-t {
    margin-top: 10rem !important;
  }
  .xs-m100-r {
    margin-right: 10rem !important;
  }
  .xs-m100-b {
    margin-bottom: 10rem !important;
  }
  .xs-m100-l {
    margin-left: 10rem !important;
  }
  .xs-m100-x {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xs-m112 {
    margin: 11.2rem !important;
  }
  .xs-m112-t {
    margin-top: 11.2rem !important;
  }
  .xs-m112-r {
    margin-right: 11.2rem !important;
  }
  .xs-m112-b {
    margin-bottom: 11.2rem !important;
  }
  .xs-m112-l {
    margin-left: 11.2rem !important;
  }
  .xs-m112-x {
    margin-left: 11.2rem !important;
    margin-right: 11.2rem !important;
  }
  .xs-m144 {
    margin: 14.4rem !important;
  }
  .xs-m144-t {
    margin-top: 14.4rem !important;
  }
  .xs-m144-r {
    margin-right: 14.4rem !important;
  }
  .xs-m144-b {
    margin-bottom: 14.4rem !important;
  }
  .xs-m144-l {
    margin-left: 14.4rem !important;
  }
  .xs-m144-x {
    margin-left: 14.4rem !important;
    margin-right: 14.4rem !important;
  }
  .xs-m156 {
    margin: 15.6rem !important;
  }
  .xs-m156-t {
    margin-top: 15.6rem !important;
  }
  .xs-m156-r {
    margin-right: 15.6rem !important;
  }
  .xs-m156-b {
    margin-bottom: 15.6rem !important;
  }
  .xs-m156-l {
    margin-left: 15.6rem !important;
  }
  .xs-m156-x {
    margin-left: 15.6rem !important;
    margin-right: 15.6rem !important;
  }
  .xs-m188 {
    margin: 18.8rem !important;
  }
  .xs-m188-t {
    margin-top: 18.8rem !important;
  }
  .xs-m188-r {
    margin-right: 18.8rem !important;
  }
  .xs-m188-b {
    margin-bottom: 18.8rem !important;
  }
  .xs-m188-l {
    margin-left: 18.8rem !important;
  }
  .xs-m188-x {
    margin-left: 18.8rem !important;
    margin-right: 18.8rem !important;
  }
  .xs-m200 {
    margin: 20rem !important;
  }
  .xs-m200-t {
    margin-top: 20rem !important;
  }
  .xs-m200-r {
    margin-right: 20rem !important;
  }
  .xs-m200-b {
    margin-bottom: 20rem !important;
  }
  .xs-m200-l {
    margin-left: 20rem !important;
  }
  .xs-m200-x {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .xs-m240 {
    margin: 24rem !important;
  }
  .xs-m240-t {
    margin-top: 24rem !important;
  }
  .xs-m240-r {
    margin-right: 24rem !important;
  }
  .xs-m240-b {
    margin-bottom: 24rem !important;
  }
  .xs-m240-l {
    margin-left: 24rem !important;
  }
  .xs-m240-x {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .xs-ml-auto,
  .xs-mx-auto {
    margin-left: auto !important;
  }
  .xs-mr-auto,
  .xs-mx-auto {
    margin-right: auto !important;
  }
  .xs-p0 {
    padding: 0rem !important;
  }
  .xs-p0-t {
    padding-top: 0rem !important;
  }
  .xs-p0-r {
    padding-right: 0rem !important;
  }
  .xs-p0-b {
    padding-bottom: 0rem !important;
  }
  .xs-p0-l {
    padding-left: 0rem !important;
  }
  .xs-p0-x {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xs-p2 {
    padding: 0.2rem !important;
  }
  .xs-p2-t {
    padding-top: 0.2rem !important;
  }
  .xs-p2-r {
    padding-right: 0.2rem !important;
  }
  .xs-p2-b {
    padding-bottom: 0.2rem !important;
  }
  .xs-p2-l {
    padding-left: 0.2rem !important;
  }
  .xs-p2-x {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .xs-p4 {
    padding: 0.4rem !important;
  }
  .xs-p4-t {
    padding-top: 0.4rem !important;
  }
  .xs-p4-r {
    padding-right: 0.4rem !important;
  }
  .xs-p4-b {
    padding-bottom: 0.4rem !important;
  }
  .xs-p4-l {
    padding-left: 0.4rem !important;
  }
  .xs-p4-x {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .xs-p8 {
    padding: 0.8rem !important;
  }
  .xs-p8-t {
    padding-top: 0.8rem !important;
  }
  .xs-p8-r {
    padding-right: 0.8rem !important;
  }
  .xs-p8-b {
    padding-bottom: 0.8rem !important;
  }
  .xs-p8-l {
    padding-left: 0.8rem !important;
  }
  .xs-p8-x {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .xs-p10 {
    padding: 1rem !important;
  }
  .xs-p10-t {
    padding-top: 1rem !important;
  }
  .xs-p10-r {
    padding-right: 1rem !important;
  }
  .xs-p10-b {
    padding-bottom: 1rem !important;
  }
  .xs-p10-l {
    padding-left: 1rem !important;
  }
  .xs-p10-x {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xs-p12 {
    padding: 1.2rem !important;
  }
  .xs-p12-t {
    padding-top: 1.2rem !important;
  }
  .xs-p12-r {
    padding-right: 1.2rem !important;
  }
  .xs-p12-b {
    padding-bottom: 1.2rem !important;
  }
  .xs-p12-l {
    padding-left: 1.2rem !important;
  }
  .xs-p12-x {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .xs-p14 {
    padding: 1.4rem !important;
  }
  .xs-p14-t {
    padding-top: 1.4rem !important;
  }
  .xs-p14-r {
    padding-right: 1.4rem !important;
  }
  .xs-p14-b {
    padding-bottom: 1.4rem !important;
  }
  .xs-p14-l {
    padding-left: 1.4rem !important;
  }
  .xs-p14-x {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .xs-p16 {
    padding: 1.6rem !important;
  }
  .xs-p16-t {
    padding-top: 1.6rem !important;
  }
  .xs-p16-r {
    padding-right: 1.6rem !important;
  }
  .xs-p16-b {
    padding-bottom: 1.6rem !important;
  }
  .xs-p16-l {
    padding-left: 1.6rem !important;
  }
  .xs-p16-x {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .xs-p18 {
    padding: 1.8rem !important;
  }
  .xs-p18-t {
    padding-top: 1.8rem !important;
  }
  .xs-p18-r {
    padding-right: 1.8rem !important;
  }
  .xs-p18-b {
    padding-bottom: 1.8rem !important;
  }
  .xs-p18-l {
    padding-left: 1.8rem !important;
  }
  .xs-p18-x {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .xs-p20 {
    padding: 2rem !important;
  }
  .xs-p20-t {
    padding-top: 2rem !important;
  }
  .xs-p20-r {
    padding-right: 2rem !important;
  }
  .xs-p20-b {
    padding-bottom: 2rem !important;
  }
  .xs-p20-l {
    padding-left: 2rem !important;
  }
  .xs-p20-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xs-p24 {
    padding: 2.4rem !important;
  }
  .xs-p24-t {
    padding-top: 2.4rem !important;
  }
  .xs-p24-r {
    padding-right: 2.4rem !important;
  }
  .xs-p24-b {
    padding-bottom: 2.4rem !important;
  }
  .xs-p24-l {
    padding-left: 2.4rem !important;
  }
  .xs-p24-x {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .xs-p28 {
    padding: 2.8rem !important;
  }
  .xs-p28-t {
    padding-top: 2.8rem !important;
  }
  .xs-p28-r {
    padding-right: 2.8rem !important;
  }
  .xs-p28-b {
    padding-bottom: 2.8rem !important;
  }
  .xs-p28-l {
    padding-left: 2.8rem !important;
  }
  .xs-p28-x {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .xs-p32 {
    padding: 3.2rem !important;
  }
  .xs-p32-t {
    padding-top: 3.2rem !important;
  }
  .xs-p32-r {
    padding-right: 3.2rem !important;
  }
  .xs-p32-b {
    padding-bottom: 3.2rem !important;
  }
  .xs-p32-l {
    padding-left: 3.2rem !important;
  }
  .xs-p32-x {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .xs-p36 {
    padding: 3.6rem !important;
  }
  .xs-p36-t {
    padding-top: 3.6rem !important;
  }
  .xs-p36-r {
    padding-right: 3.6rem !important;
  }
  .xs-p36-b {
    padding-bottom: 3.6rem !important;
  }
  .xs-p36-l {
    padding-left: 3.6rem !important;
  }
  .xs-p36-x {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .xs-p40 {
    padding: 4rem !important;
  }
  .xs-p40-t {
    padding-top: 4rem !important;
  }
  .xs-p40-r {
    padding-right: 4rem !important;
  }
  .xs-p40-b {
    padding-bottom: 4rem !important;
  }
  .xs-p40-l {
    padding-left: 4rem !important;
  }
  .xs-p40-x {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xs-p48 {
    padding: 4.8rem !important;
  }
  .xs-p48-t {
    padding-top: 4.8rem !important;
  }
  .xs-p48-r {
    padding-right: 4.8rem !important;
  }
  .xs-p48-b {
    padding-bottom: 4.8rem !important;
  }
  .xs-p48-l {
    padding-left: 4.8rem !important;
  }
  .xs-p48-x {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .xs-p56 {
    padding: 5.6rem !important;
  }
  .xs-p56-t {
    padding-top: 5.6rem !important;
  }
  .xs-p56-r {
    padding-right: 5.6rem !important;
  }
  .xs-p56-b {
    padding-bottom: 5.6rem !important;
  }
  .xs-p56-l {
    padding-left: 5.6rem !important;
  }
  .xs-p56-x {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .xs-p64 {
    padding: 6.4rem !important;
  }
  .xs-p64-t {
    padding-top: 6.4rem !important;
  }
  .xs-p64-r {
    padding-right: 6.4rem !important;
  }
  .xs-p64-b {
    padding-bottom: 6.4rem !important;
  }
  .xs-p64-l {
    padding-left: 6.4rem !important;
  }
  .xs-p64-x {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .xs-p72 {
    padding: 7.2rem !important;
  }
  .xs-p72-t {
    padding-top: 7.2rem !important;
  }
  .xs-p72-r {
    padding-right: 7.2rem !important;
  }
  .xs-p72-b {
    padding-bottom: 7.2rem !important;
  }
  .xs-p72-l {
    padding-left: 7.2rem !important;
  }
  .xs-p72-x {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .xs-p84 {
    padding: 8.4rem !important;
  }
  .xs-p84-t {
    padding-top: 8.4rem !important;
  }
  .xs-p84-r {
    padding-right: 8.4rem !important;
  }
  .xs-p84-b {
    padding-bottom: 8.4rem !important;
  }
  .xs-p84-l {
    padding-left: 8.4rem !important;
  }
  .xs-p84-x {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .xs-p88 {
    padding: 8.8rem !important;
  }
  .xs-p88-t {
    padding-top: 8.8rem !important;
  }
  .xs-p88-r {
    padding-right: 8.8rem !important;
  }
  .xs-p88-b {
    padding-bottom: 8.8rem !important;
  }
  .xs-p88-l {
    padding-left: 8.8rem !important;
  }
  .xs-p88-x {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .xs-p96 {
    padding: 9.6rem !important;
  }
  .xs-p96-t {
    padding-top: 9.6rem !important;
  }
  .xs-p96-r {
    padding-right: 9.6rem !important;
  }
  .xs-p96-b {
    padding-bottom: 9.6rem !important;
  }
  .xs-p96-l {
    padding-left: 9.6rem !important;
  }
  .xs-p96-x {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .xs-p112 {
    padding: 11.2rem !important;
  }
  .xs-p112-t {
    padding-top: 11.2rem !important;
  }
  .xs-p112-r {
    padding-right: 11.2rem !important;
  }
  .xs-p112-b {
    padding-bottom: 11.2rem !important;
  }
  .xs-p112-l {
    padding-left: 11.2rem !important;
  }
  .xs-p112-x {
    padding-left: 11.2rem !important;
    padding-right: 11.2rem !important;
  }
  .xs-p144 {
    padding: 14.4rem !important;
  }
  .xs-p144-t {
    padding-top: 14.4rem !important;
  }
  .xs-p144-r {
    padding-right: 14.4rem !important;
  }
  .xs-p144-b {
    padding-bottom: 14.4rem !important;
  }
  .xs-p144-l {
    padding-left: 14.4rem !important;
  }
  .xs-p144-x {
    padding-left: 14.4rem !important;
    padding-right: 14.4rem !important;
  }
  .xs-p156 {
    padding: 15.6rem !important;
  }
  .xs-p156-t {
    padding-top: 15.6rem !important;
  }
  .xs-p156-r {
    padding-right: 15.6rem !important;
  }
  .xs-p156-b {
    padding-bottom: 15.6rem !important;
  }
  .xs-p156-l {
    padding-left: 15.6rem !important;
  }
  .xs-p156-x {
    padding-left: 15.6rem !important;
    padding-right: 15.6rem !important;
  }
  .xs-p188 {
    padding: 18.8rem !important;
  }
  .xs-p188-t {
    padding-top: 18.8rem !important;
  }
  .xs-p188-r {
    padding-right: 18.8rem !important;
  }
  .xs-p188-b {
    padding-bottom: 18.8rem !important;
  }
  .xs-p188-l {
    padding-left: 18.8rem !important;
  }
  .xs-p188-x {
    padding-left: 18.8rem !important;
    padding-right: 18.8rem !important;
  }
  .xs-p200 {
    padding: 20rem !important;
  }
  .xs-p200-t {
    padding-top: 20rem !important;
  }
  .xs-p200-r {
    padding-right: 20rem !important;
  }
  .xs-p200-b {
    padding-bottom: 20rem !important;
  }
  .xs-p200-l {
    padding-left: 20rem !important;
  }
  .xs-p200-x {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .xs-p240 {
    padding: 24rem !important;
  }
  .xs-p240-t {
    padding-top: 24rem !important;
  }
  .xs-p240-r {
    padding-right: 24rem !important;
  }
  .xs-p240-b {
    padding-bottom: 24rem !important;
  }
  .xs-p240-l {
    padding-left: 24rem !important;
  }
  .xs-p240-x {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .xs-w-100 {
    width: 100%;
  }
  .xs-wv-100 {
    width: 100vw;
  }
  .xs-h-100 {
    height: 100%;
  }
  .xs-hv-100 {
    height: 100vh;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-text-decoration-none {
    text-decoration: none;
  }
  .xs-d-inline-block {
    display: inline-block !important;
  }
  .xs-d-block {
    display: block;
  }
  .xs-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs-d-grid {
    display: -ms-grid;
    display: grid;
  }
  .xs-d-none {
    display: none;
  }
  .xs-align-middle {
    vertical-align: middle;
  }
  .xs-align-middle td {
    vertical-align: middle;
  }
  .xs-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xs-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xs-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xs-position-relative {
    position: relative !important;
  }
  .xs-position-absolute {
    position: absolute !important;
  }
  .xs-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 576px) {

  .contain {
    width: calc(100vw - 14rem);
  }

    .sm-font-88 {
        font-size: 8.8rem;
    }
  .sm-font-80 {
    font-size: 8rem;
  }
  .sm-font-72 {
    font-size: 7.2rem;
  }
  .sm-font-64 {
    font-size: 6.4rem;
  }
  .sm-font-56 {
    font-size: 5.6rem;
  }
  .sm-font-48 {
    font-size: 4.8rem;
  }
  .sm-font-40 {
    font-size: 4rem;
  }
  .sm-font-38 {
    font-size: 3.8rem;
  }
  .sm-font-36 {
    font-size: 3.6rem;
  }
  .sm-font-32 {
    font-size: 3.2rem !important;
  }
  .sm-font-28 {
    font-size: 2.8rem;
  }
  .sm-font-24 {
    font-size: 2.4rem;
  }
  .sm-font-22 {
    font-size: 2.2rem !important;
  }
  .sm-font-20 {
    font-size: 2rem !important;
  }
  .sm-font-18 {
    font-size: 1.8rem !important;
  }
  .sm-font-17 {
    font-size: 1.7rem !important;
  }
  .sm-font-16 {
    font-size: 1.6rem !important;
  }
  .sm-font-14 {
    font-size: 1.4rem !important;
  }
  .sm-font-12 {
    font-size: 1.2rem;
  }
  .sm-font-11 {
    font-size: 1.1rem;
  }
  .sm-m0 {
    margin: 0rem !important;
  }
  .sm-m0-t {
    margin-top: 0rem !important;
  }
  .sm-m0-r {
    margin-right: 0rem !important;
  }
  .sm-m0-b {
    margin-bottom: 0rem !important;
  }
  .sm-m0-l {
    margin-left: 0rem !important;
  }
  .sm-m0-x {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm-m2 {
    margin: 0.2rem !important;
  }
  .sm-m2-t {
    margin-top: 0.2rem !important;
  }
  .sm-m2-r {
    margin-right: 0.2rem !important;
  }
  .sm-m2-b {
    margin-bottom: 0.2rem !important;
  }
  .sm-m2-l {
    margin-left: 0.2rem !important;
  }
  .sm-m2-x {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .sm-m4 {
    margin: 0.4rem !important;
  }
  .sm-m4-t {
    margin-top: 0.4rem !important;
  }
  .sm-m4-r {
    margin-right: 0.4rem !important;
  }
  .sm-m4-b {
    margin-bottom: 0.4rem !important;
  }
  .sm-m4-l {
    margin-left: 0.4rem !important;
  }
  .sm-m4-x {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .sm-m8 {
    margin: 0.8rem !important;
  }
  .sm-m8-t {
    margin-top: 0.8rem !important;
  }
  .sm-m8-r {
    margin-right: 0.8rem !important;
  }
  .sm-m8-b {
    margin-bottom: 0.8rem !important;
  }
  .sm-m8-l {
    margin-left: 0.8rem !important;
  }
  .sm-m8-x {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .sm-m10 {
    margin: 1rem !important;
  }
  .sm-m10-t {
    margin-top: 1rem !important;
  }
  .sm-m10-r {
    margin-right: 1rem !important;
  }
  .sm-m10-b {
    margin-bottom: 1rem !important;
  }
  .sm-m10-l {
    margin-left: 1rem !important;
  }
  .sm-m10-x {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm-m12 {
    margin: 1.2rem !important;
  }
  .sm-m12-t {
    margin-top: 1.2rem !important;
  }
  .sm-m12-r {
    margin-right: 1.2rem !important;
  }
  .sm-m12-b {
    margin-bottom: 1.2rem !important;
  }
  .sm-m12-l {
    margin-left: 1.2rem !important;
  }
  .sm-m12-x {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .sm-m14 {
    margin: 1.4rem !important;
  }
  .sm-m14-t {
    margin-top: 1.4rem !important;
  }
  .sm-m14-r {
    margin-right: 1.4rem !important;
  }
  .sm-m14-b {
    margin-bottom: 1.4rem !important;
  }
  .sm-m14-l {
    margin-left: 1.4rem !important;
  }
  .sm-m14-x {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .sm-m16 {
    margin: 1.6rem !important;
  }
  .sm-m16-t {
    margin-top: 1.6rem !important;
  }
  .sm-m16-r {
    margin-right: 1.6rem !important;
  }
  .sm-m16-b {
    margin-bottom: 1.6rem !important;
  }
  .sm-m16-l {
    margin-left: 1.6rem !important;
  }
  .sm-m16-x {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .sm-m18 {
    margin: 1.8rem !important;
  }
  .sm-m18-t {
    margin-top: 1.8rem !important;
  }
  .sm-m18-r {
    margin-right: 1.8rem !important;
  }
  .sm-m18-b {
    margin-bottom: 1.8rem !important;
  }
  .sm-m18-l {
    margin-left: 1.8rem !important;
  }
  .sm-m18-x {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .sm-m20 {
    margin: 2rem !important;
  }
  .sm-m20-t {
    margin-top: 2rem !important;
  }
  .sm-m20-r {
    margin-right: 2rem !important;
  }
  .sm-m20-b {
    margin-bottom: 2rem !important;
  }
  .sm-m20-l {
    margin-left: 2rem !important;
  }
  .sm-m20-x {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm-m24 {
    margin: 2.4rem !important;
  }
  .sm-m24-t {
    margin-top: 2.4rem !important;
  }
  .sm-m24-r {
    margin-right: 2.4rem !important;
  }
  .sm-m24-b {
    margin-bottom: 2.4rem !important;
  }
  .sm-m24-l {
    margin-left: 2.4rem !important;
  }
  .sm-m24-x {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .sm-m28 {
    margin: 2.8rem !important;
  }
  .sm-m28-t {
    margin-top: 2.8rem !important;
  }
  .sm-m28-r {
    margin-right: 2.8rem !important;
  }
  .sm-m28-b {
    margin-bottom: 2.8rem !important;
  }
  .sm-m28-l {
    margin-left: 2.8rem !important;
  }
  .sm-m28-x {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .sm-m32 {
    margin: 3.2rem !important;
  }
  .sm-m32-t {
    margin-top: 3.2rem !important;
  }
  .sm-m32-r {
    margin-right: 3.2rem !important;
  }
  .sm-m32-b {
    margin-bottom: 3.2rem !important;
  }
  .sm-m32-l {
    margin-left: 3.2rem !important;
  }
  .sm-m32-x {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .sm-m36 {
    margin: 3.6rem !important;
  }
  .sm-m36-t {
    margin-top: 3.6rem !important;
  }
  .sm-m36-r {
    margin-right: 3.6rem !important;
  }
  .sm-m36-b {
    margin-bottom: 3.6rem !important;
  }
  .sm-m36-l {
    margin-left: 3.6rem !important;
  }
  .sm-m36-x {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .sm-m40 {
    margin: 4rem !important;
  }
  .sm-m40-t {
    margin-top: 4rem !important;
  }
  .sm-m40-r {
    margin-right: 4rem !important;
  }
  .sm-m40-b {
    margin-bottom: 4rem !important;
  }
  .sm-m40-l {
    margin-left: 4rem !important;
  }
  .sm-m40-x {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm-m48 {
    margin: 4.8rem !important;
  }
  .sm-m48-t {
    margin-top: 4.8rem !important;
  }
  .sm-m48-r {
    margin-right: 4.8rem !important;
  }
  .sm-m48-b {
    margin-bottom: 4.8rem !important;
  }
  .sm-m48-l {
    margin-left: 4.8rem !important;
  }
  .sm-m48-x {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .sm-m56 {
    margin: 5.6rem !important;
  }
  .sm-m56-t {
    margin-top: 5.6rem !important;
  }
  .sm-m56-r {
    margin-right: 5.6rem !important;
  }
  .sm-m56-b {
    margin-bottom: 5.6rem !important;
  }
  .sm-m56-l {
    margin-left: 5.6rem !important;
  }
  .sm-m56-x {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .sm-m64 {
    margin: 6.4rem !important;
  }
  .sm-m64-t {
    margin-top: 6.4rem !important;
  }
  .sm-m64-r {
    margin-right: 6.4rem !important;
  }
  .sm-m64-b {
    margin-bottom: 6.4rem !important;
  }
  .sm-m64-l {
    margin-left: 6.4rem !important;
  }
  .sm-m64-x {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .sm-m68 {
    margin: 6.8rem !important;
  }
  .sm-m68-t {
    margin-top: 6.8rem !important;
  }
  .sm-m68-r {
    margin-right: 6.8rem !important;
  }
  .sm-m68-b {
    margin-bottom: 6.8rem !important;
  }
  .sm-m68-l {
    margin-left: 6.8rem !important;
  }
  .sm-m68-x {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .sm-m72 {
    margin: 7.2rem !important;
  }
  .sm-m72-t {
    margin-top: 7.2rem !important;
  }
  .sm-m72-r {
    margin-right: 7.2rem !important;
  }
  .sm-m72-b {
    margin-bottom: 7.2rem !important;
  }
  .sm-m72-l {
    margin-left: 7.2rem !important;
  }
  .sm-m72-x {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .sm-m84 {
    margin: 8.4rem !important;
  }
  .sm-m84-t {
    margin-top: 8.4rem !important;
  }
  .sm-m84-r {
    margin-right: 8.4rem !important;
  }
  .sm-m84-b {
    margin-bottom: 8.4rem !important;
  }
  .sm-m84-l {
    margin-left: 8.4rem !important;
  }
  .sm-m84-x {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .sm-m88 {
    margin: 8.8rem !important;
  }
  .sm-m88-t {
    margin-top: 8.8rem !important;
  }
  .sm-m88-r {
    margin-right: 8.8rem !important;
  }
  .sm-m88-b {
    margin-bottom: 8.8rem !important;
  }
  .sm-m88-l {
    margin-left: 8.8rem !important;
  }
  .sm-m88-x {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .sm-m96 {
    margin: 9.6rem !important;
  }
  .sm-m96-t {
    margin-top: 9.6rem !important;
  }
  .sm-m96-r {
    margin-right: 9.6rem !important;
  }
  .sm-m96-b {
    margin-bottom: 9.6rem !important;
  }
  .sm-m96-l {
    margin-left: 9.6rem !important;
  }
  .sm-m96-x {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .sm-m100 {
    margin: 10rem !important;
  }
  .sm-m100-t {
    margin-top: 10rem !important;
  }
  .sm-m100-r {
    margin-right: 10rem !important;
  }
  .sm-m100-b {
    margin-bottom: 10rem !important;
  }
  .sm-m100-l {
    margin-left: 10rem !important;
  }
  .sm-m100-x {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .sm-m112 {
    margin: 11.2rem !important;
  }
  .sm-m112-t {
    margin-top: 11.2rem !important;
  }
  .sm-m112-r {
    margin-right: 11.2rem !important;
  }
  .sm-m112-b {
    margin-bottom: 11.2rem !important;
  }
  .sm-m112-l {
    margin-left: 11.2rem !important;
  }
  .sm-m112-x {
    margin-left: 11.2rem !important;
    margin-right: 11.2rem !important;
  }
  .sm-m144 {
    margin: 14.4rem !important;
  }
  .sm-m144-t {
    margin-top: 14.4rem !important;
  }
  .sm-m144-r {
    margin-right: 14.4rem !important;
  }
  .sm-m144-b {
    margin-bottom: 14.4rem !important;
  }
  .sm-m144-l {
    margin-left: 14.4rem !important;
  }
  .sm-m144-x {
    margin-left: 14.4rem !important;
    margin-right: 14.4rem !important;
  }
  .sm-m156 {
    margin: 15.6rem !important;
  }
  .sm-m156-t {
    margin-top: 15.6rem !important;
  }
  .sm-m156-r {
    margin-right: 15.6rem !important;
  }
  .sm-m156-b {
    margin-bottom: 15.6rem !important;
  }
  .sm-m156-l {
    margin-left: 15.6rem !important;
  }
  .sm-m156-x {
    margin-left: 15.6rem !important;
    margin-right: 15.6rem !important;
  }
  .sm-m188 {
    margin: 18.8rem !important;
  }
  .sm-m188-t {
    margin-top: 18.8rem !important;
  }
  .sm-m188-r {
    margin-right: 18.8rem !important;
  }
  .sm-m188-b {
    margin-bottom: 18.8rem !important;
  }
  .sm-m188-l {
    margin-left: 18.8rem !important;
  }
  .sm-m188-x {
    margin-left: 18.8rem !important;
    margin-right: 18.8rem !important;
  }
  .sm-m200 {
    margin: 20rem !important;
  }
  .sm-m200-t {
    margin-top: 20rem !important;
  }
  .sm-m200-r {
    margin-right: 20rem !important;
  }
  .sm-m200-b {
    margin-bottom: 20rem !important;
  }
  .sm-m200-l {
    margin-left: 20rem !important;
  }
  .sm-m200-x {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .sm-m240 {
    margin: 24rem !important;
  }
  .sm-m240-t {
    margin-top: 24rem !important;
  }
  .sm-m240-r {
    margin-right: 24rem !important;
  }
  .sm-m240-b {
    margin-bottom: 24rem !important;
  }
  .sm-m240-l {
    margin-left: 24rem !important;
  }
  .sm-m240-x {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .sm-ml-auto,
  .sm-mx-auto {
    margin-left: auto !important;
  }
  .sm-mr-auto,
  .sm-mx-auto {
    margin-right: auto !important;
  }
  .sm-p0 {
    padding: 0rem !important;
  }
  .sm-p0-t {
    padding-top: 0rem !important;
  }
  .sm-p0-r {
    padding-right: 0rem !important;
  }
  .sm-p0-b {
    padding-bottom: 0rem !important;
  }
  .sm-p0-l {
    padding-left: 0rem !important;
  }
  .sm-p0-x {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm-p2 {
    padding: 0.2rem !important;
  }
  .sm-p2-t {
    padding-top: 0.2rem !important;
  }
  .sm-p2-r {
    padding-right: 0.2rem !important;
  }
  .sm-p2-b {
    padding-bottom: 0.2rem !important;
  }
  .sm-p2-l {
    padding-left: 0.2rem !important;
  }
  .sm-p2-x {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .sm-p4 {
    padding: 0.4rem !important;
  }
  .sm-p4-t {
    padding-top: 0.4rem !important;
  }
  .sm-p4-r {
    padding-right: 0.4rem !important;
  }
  .sm-p4-b {
    padding-bottom: 0.4rem !important;
  }
  .sm-p4-l {
    padding-left: 0.4rem !important;
  }
  .sm-p4-x {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .sm-p8 {
    padding: 0.8rem !important;
  }
  .sm-p8-t {
    padding-top: 0.8rem !important;
  }
  .sm-p8-r {
    padding-right: 0.8rem !important;
  }
  .sm-p8-b {
    padding-bottom: 0.8rem !important;
  }
  .sm-p8-l {
    padding-left: 0.8rem !important;
  }
  .sm-p8-x {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .sm-p10 {
    padding: 1rem !important;
  }
  .sm-p10-t {
    padding-top: 1rem !important;
  }
  .sm-p10-r {
    padding-right: 1rem !important;
  }
  .sm-p10-b {
    padding-bottom: 1rem !important;
  }
  .sm-p10-l {
    padding-left: 1rem !important;
  }
  .sm-p10-x {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm-p12 {
    padding: 1.2rem !important;
  }
  .sm-p12-t {
    padding-top: 1.2rem !important;
  }
  .sm-p12-r {
    padding-right: 1.2rem !important;
  }
  .sm-p12-b {
    padding-bottom: 1.2rem !important;
  }
  .sm-p12-l {
    padding-left: 1.2rem !important;
  }
  .sm-p12-x {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .sm-p14 {
    padding: 1.4rem !important;
  }
  .sm-p14-t {
    padding-top: 1.4rem !important;
  }
  .sm-p14-r {
    padding-right: 1.4rem !important;
  }
  .sm-p14-b {
    padding-bottom: 1.4rem !important;
  }
  .sm-p14-l {
    padding-left: 1.4rem !important;
  }
  .sm-p14-x {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .sm-p16 {
    padding: 1.6rem !important;
  }
  .sm-p16-t {
    padding-top: 1.6rem !important;
  }
  .sm-p16-r {
    padding-right: 1.6rem !important;
  }
  .sm-p16-b {
    padding-bottom: 1.6rem !important;
  }
  .sm-p16-l {
    padding-left: 1.6rem !important;
  }
  .sm-p16-x {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .sm-p18 {
    padding: 1.8rem !important;
  }
  .sm-p18-t {
    padding-top: 1.8rem !important;
  }
  .sm-p18-r {
    padding-right: 1.8rem !important;
  }
  .sm-p18-b {
    padding-bottom: 1.8rem !important;
  }
  .sm-p18-l {
    padding-left: 1.8rem !important;
  }
  .sm-p18-x {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .sm-p20 {
    padding: 2rem !important;
  }
  .sm-p20-t {
    padding-top: 2rem !important;
  }
  .sm-p20-r {
    padding-right: 2rem !important;
  }
  .sm-p20-b {
    padding-bottom: 2rem !important;
  }
  .sm-p20-l {
    padding-left: 2rem !important;
  }
  .sm-p20-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm-p24 {
    padding: 2.4rem !important;
  }
  .sm-p24-t {
    padding-top: 2.4rem !important;
  }
  .sm-p24-r {
    padding-right: 2.4rem !important;
  }
  .sm-p24-b {
    padding-bottom: 2.4rem !important;
  }
  .sm-p24-l {
    padding-left: 2.4rem !important;
  }
  .sm-p24-x {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .sm-p28 {
    padding: 2.8rem !important;
  }
  .sm-p28-t {
    padding-top: 2.8rem !important;
  }
  .sm-p28-r {
    padding-right: 2.8rem !important;
  }
  .sm-p28-b {
    padding-bottom: 2.8rem !important;
  }
  .sm-p28-l {
    padding-left: 2.8rem !important;
  }
  .sm-p28-x {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .sm-p32 {
    padding: 3.2rem !important;
  }
  .sm-p32-t {
    padding-top: 3.2rem !important;
  }
  .sm-p32-r {
    padding-right: 3.2rem !important;
  }
  .sm-p32-b {
    padding-bottom: 3.2rem !important;
  }
  .sm-p32-l {
    padding-left: 3.2rem !important;
  }
  .sm-p32-x {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .sm-p36 {
    padding: 3.6rem !important;
  }
  .sm-p36-t {
    padding-top: 3.6rem !important;
  }
  .sm-p36-r {
    padding-right: 3.6rem !important;
  }
  .sm-p36-b {
    padding-bottom: 3.6rem !important;
  }
  .sm-p36-l {
    padding-left: 3.6rem !important;
  }
  .sm-p36-x {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .sm-p40 {
    padding: 4rem !important;
  }
  .sm-p40-t {
    padding-top: 4rem !important;
  }
  .sm-p40-r {
    padding-right: 4rem !important;
  }
  .sm-p40-b {
    padding-bottom: 4rem !important;
  }
  .sm-p40-l {
    padding-left: 4rem !important;
  }
  .sm-p40-x {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm-p48 {
    padding: 4.8rem !important;
  }
  .sm-p48-t {
    padding-top: 4.8rem !important;
  }
  .sm-p48-r {
    padding-right: 4.8rem !important;
  }
  .sm-p48-b {
    padding-bottom: 4.8rem !important;
  }
  .sm-p48-l {
    padding-left: 4.8rem !important;
  }
  .sm-p48-x {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .sm-p56 {
    padding: 5.6rem !important;
  }
  .sm-p56-t {
    padding-top: 5.6rem !important;
  }
  .sm-p56-r {
    padding-right: 5.6rem !important;
  }
  .sm-p56-b {
    padding-bottom: 5.6rem !important;
  }
  .sm-p56-l {
    padding-left: 5.6rem !important;
  }
  .sm-p56-x {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .sm-p64 {
    padding: 6.4rem !important;
  }
  .sm-p64-t {
    padding-top: 6.4rem !important;
  }
  .sm-p64-r {
    padding-right: 6.4rem !important;
  }
  .sm-p64-b {
    padding-bottom: 6.4rem !important;
  }
  .sm-p64-l {
    padding-left: 6.4rem !important;
  }
  .sm-p64-x {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .sm-p72 {
    padding: 7.2rem !important;
  }
  .sm-p72-t {
    padding-top: 7.2rem !important;
  }
  .sm-p72-r {
    padding-right: 7.2rem !important;
  }
  .sm-p72-b {
    padding-bottom: 7.2rem !important;
  }
  .sm-p72-l {
    padding-left: 7.2rem !important;
  }
  .sm-p72-x {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .sm-p84 {
    padding: 8.4rem !important;
  }
  .sm-p84-t {
    padding-top: 8.4rem !important;
  }
  .sm-p84-r {
    padding-right: 8.4rem !important;
  }
  .sm-p84-b {
    padding-bottom: 8.4rem !important;
  }
  .sm-p84-l {
    padding-left: 8.4rem !important;
  }
  .sm-p84-x {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .sm-p88 {
    padding: 8.8rem !important;
  }
  .sm-p88-t {
    padding-top: 8.8rem !important;
  }
  .sm-p88-r {
    padding-right: 8.8rem !important;
  }
  .sm-p88-b {
    padding-bottom: 8.8rem !important;
  }
  .sm-p88-l {
    padding-left: 8.8rem !important;
  }
  .sm-p88-x {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .sm-p96 {
    padding: 9.6rem !important;
  }
  .sm-p96-t {
    padding-top: 9.6rem !important;
  }
  .sm-p96-r {
    padding-right: 9.6rem !important;
  }
  .sm-p96-b {
    padding-bottom: 9.6rem !important;
  }
  .sm-p96-l {
    padding-left: 9.6rem !important;
  }
  .sm-p96-x {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .sm-p112 {
    padding: 11.2rem !important;
  }
  .sm-p112-t {
    padding-top: 11.2rem !important;
  }
  .sm-p112-r {
    padding-right: 11.2rem !important;
  }
  .sm-p112-b {
    padding-bottom: 11.2rem !important;
  }
  .sm-p112-l {
    padding-left: 11.2rem !important;
  }
  .sm-p112-x {
    padding-left: 11.2rem !important;
    padding-right: 11.2rem !important;
  }
  .sm-p144 {
    padding: 14.4rem !important;
  }
  .sm-p144-t {
    padding-top: 14.4rem !important;
  }
  .sm-p144-r {
    padding-right: 14.4rem !important;
  }
  .sm-p144-b {
    padding-bottom: 14.4rem !important;
  }
  .sm-p144-l {
    padding-left: 14.4rem !important;
  }
  .sm-p144-x {
    padding-left: 14.4rem !important;
    padding-right: 14.4rem !important;
  }
  .sm-p156 {
    padding: 15.6rem !important;
  }
  .sm-p156-t {
    padding-top: 15.6rem !important;
  }
  .sm-p156-r {
    padding-right: 15.6rem !important;
  }
  .sm-p156-b {
    padding-bottom: 15.6rem !important;
  }
  .sm-p156-l {
    padding-left: 15.6rem !important;
  }
  .sm-p156-x {
    padding-left: 15.6rem !important;
    padding-right: 15.6rem !important;
  }
  .sm-p188 {
    padding: 18.8rem !important;
  }
  .sm-p188-t {
    padding-top: 18.8rem !important;
  }
  .sm-p188-r {
    padding-right: 18.8rem !important;
  }
  .sm-p188-b {
    padding-bottom: 18.8rem !important;
  }
  .sm-p188-l {
    padding-left: 18.8rem !important;
  }
  .sm-p188-x {
    padding-left: 18.8rem !important;
    padding-right: 18.8rem !important;
  }
  .sm-p200 {
    padding: 20rem !important;
  }
  .sm-p200-t {
    padding-top: 20rem !important;
  }
  .sm-p200-r {
    padding-right: 20rem !important;
  }
  .sm-p200-b {
    padding-bottom: 20rem !important;
  }
  .sm-p200-l {
    padding-left: 20rem !important;
  }
  .sm-p200-x {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .sm-p240 {
    padding: 24rem !important;
  }
  .sm-p240-t {
    padding-top: 24rem !important;
  }
  .sm-p240-r {
    padding-right: 24rem !important;
  }
  .sm-p240-b {
    padding-bottom: 24rem !important;
  }
  .sm-p240-l {
    padding-left: 24rem !important;
  }
  .sm-p240-x {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .sm-w-100 {
    width: 100%;
  }
  .sm-wv-100 {
    width: 100vw;
  }
  .sm-h-100 {
    height: 100%;
  }
  .sm-hv-100 {
    height: 100vh;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-text-decoration-none {
    text-decoration: none;
  }
  .sm-d-inline-block {
    display: inline-block !important;
  }
  .sm-d-block {
    display: block;
  }
  .sm-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-d-grid {
    display: -ms-grid;
    display: grid;
  }
  .sm-d-none {
    display: none;
  }
  .sm-align-middle {
    vertical-align: middle;
  }
  .sm-align-middle td {
    vertical-align: middle;
  }
  .sm-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .sm-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .sm-position-relative {
    position: relative !important;
  }
  .sm-position-absolute {
    position: absolute !important;
  }
  .sm-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media(max-width:768px){
    .pc_mt32 {
        margin: auto !important
    }
}
@media (min-width: 768px) {
  .contain {
    width: calc(100vw - 14rem);
  }
  .md-font-88 {
    font-size: 8.8rem;
  }
  .md-font-80 {
    font-size: 8rem;
  }
  .md-font-72 {
    font-size: 7.2rem;
  }
  .md-font-64 {
    font-size: 6.4rem;
  }
  .md-font-56 {
    font-size: 5.6rem;
  }
  .md-font-48 {
    font-size: 4.8rem;
  }
  .md-font-40 {
    font-size: 4rem;
  }
  .md-font-38 {
    font-size: 3.8rem;
  }
  .md-font-36 {
    font-size: 3.6rem;
  }
  .md-font-32 {
    font-size: 3.2rem !important;
  }
  .md-font-28 {
    font-size: 2.8rem;
  }
  .md-font-24 {
    font-size: 2.4rem;
  }
  .md-font-22 {
    font-size: 2.2rem !important;
  }
  .md-font-20 {
    font-size: 2rem !important;
  }
  .md-font-18 {
    font-size: 1.8rem !important;
  }
  .md-font-17 {
    font-size: 1.7rem !important;
  }
  .md-font-16 {
    font-size: 1.6rem !important;
  }
  .md-font-14 {
    font-size: 1.4rem !important;
  }
  .md-font-12 {
    font-size: 1.2rem;
  }
  .md-font-11 {
    font-size: 1.1rem;
  }
  .md-m0 {
    margin: 0rem !important;
  }
  .md-m0-t {
    margin-top: 0rem !important;
  }
  .md-m0-r {
    margin-right: 0rem !important;
  }
  .md-m0-b {
    margin-bottom: 0rem !important;
  }
  .md-m0-l {
    margin-left: 0rem !important;
  }
  .md-m0-x {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md-m2 {
    margin: 0.2rem !important;
  }
  .md-m2-t {
    margin-top: 0.2rem !important;
  }
  .md-m2-r {
    margin-right: 0.2rem !important;
  }
  .md-m2-b {
    margin-bottom: 0.2rem !important;
  }
  .md-m2-l {
    margin-left: 0.2rem !important;
  }
  .md-m2-x {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .md-m4 {
    margin: 0.4rem !important;
  }
  .md-m4-t {
    margin-top: 0.4rem !important;
  }
  .md-m4-r {
    margin-right: 0.4rem !important;
  }
  .md-m4-b {
    margin-bottom: 0.4rem !important;
  }
  .md-m4-l {
    margin-left: 0.4rem !important;
  }
  .md-m4-x {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .md-m8 {
    margin: 0.8rem !important;
  }
  .md-m8-t {
    margin-top: 0.8rem !important;
  }
  .md-m8-r {
    margin-right: 0.8rem !important;
  }
  .md-m8-b {
    margin-bottom: 0.8rem !important;
  }
  .md-m8-l {
    margin-left: 0.8rem !important;
  }
  .md-m8-x {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .md-m10 {
    margin: 1rem !important;
  }
  .md-m10-t {
    margin-top: 1rem !important;
  }
  .md-m10-r {
    margin-right: 1rem !important;
  }
  .md-m10-b {
    margin-bottom: 1rem !important;
  }
  .md-m10-l {
    margin-left: 1rem !important;
  }
  .md-m10-x {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md-m12 {
    margin: 1.2rem !important;
  }
  .md-m12-t {
    margin-top: 1.2rem !important;
  }
  .md-m12-r {
    margin-right: 1.2rem !important;
  }
  .md-m12-b {
    margin-bottom: 1.2rem !important;
  }
  .md-m12-l {
    margin-left: 1.2rem !important;
  }
  .md-m12-x {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .md-m14 {
    margin: 1.4rem !important;
  }
  .md-m14-t {
    margin-top: 1.4rem !important;
  }
  .md-m14-r {
    margin-right: 1.4rem !important;
  }
  .md-m14-b {
    margin-bottom: 1.4rem !important;
  }
  .md-m14-l {
    margin-left: 1.4rem !important;
  }
  .md-m14-x {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .md-m16 {
    margin: 1.6rem !important;
  }
  .md-m16-t {
    margin-top: 1.6rem !important;
  }
  .md-m16-r {
    margin-right: 1.6rem !important;
  }
  .md-m16-b {
    margin-bottom: 1.6rem !important;
  }
  .md-m16-l {
    margin-left: 1.6rem !important;
  }
  .md-m16-x {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .md-m18 {
    margin: 1.8rem !important;
  }
  .md-m18-t {
    margin-top: 1.8rem !important;
  }
  .md-m18-r {
    margin-right: 1.8rem !important;
  }
  .md-m18-b {
    margin-bottom: 1.8rem !important;
  }
  .md-m18-l {
    margin-left: 1.8rem !important;
  }
  .md-m18-x {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .md-m20 {
    margin: 2rem !important;
  }
  .md-m20-t {
    margin-top: 2rem !important;
  }
  .md-m20-r {
    margin-right: 2rem !important;
  }
  .md-m20-b {
    margin-bottom: 2rem !important;
  }
  .md-m20-l {
    margin-left: 2rem !important;
  }
  .md-m20-x {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md-m24 {
    margin: 2.4rem !important;
  }
  .md-m24-t {
    margin-top: 2.4rem !important;
  }
  .md-m24-r {
    margin-right: 2.4rem !important;
  }
  .md-m24-b {
    margin-bottom: 2.4rem !important;
  }
  .md-m24-l {
    margin-left: 2.4rem !important;
  }
  .md-m24-x {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .md-m28 {
    margin: 2.8rem !important;
  }
  .md-m28-t {
    margin-top: 2.8rem !important;
  }
  .md-m28-r {
    margin-right: 2.8rem !important;
  }
  .md-m28-b {
    margin-bottom: 2.8rem !important;
  }
  .md-m28-l {
    margin-left: 2.8rem !important;
  }
  .md-m28-x {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .md-m32 {
    margin: 3.2rem !important;
  }
  .md-m32-t {
    margin-top: 3.2rem !important;
  }
  .md-m32-r {
    margin-right: 3.2rem !important;
  }
  .md-m32-b {
    margin-bottom: 3.2rem !important;
  }
  .md-m32-l {
    margin-left: 3.2rem !important;
  }
  .md-m32-x {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .md-m36 {
    margin: 3.6rem !important;
  }
  .md-m36-t {
    margin-top: 3.6rem !important;
  }
  .md-m36-r {
    margin-right: 3.6rem !important;
  }
  .md-m36-b {
    margin-bottom: 3.6rem !important;
  }
  .md-m36-l {
    margin-left: 3.6rem !important;
  }
  .md-m36-x {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .md-m40 {
    margin: 4rem !important;
  }
  .md-m40-t {
    margin-top: 4rem !important;
  }
  .md-m40-r {
    margin-right: 4rem !important;
  }
  .md-m40-b {
    margin-bottom: 4rem !important;
  }
  .md-m40-l {
    margin-left: 4rem !important;
  }
  .md-m40-x {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md-m48 {
    margin: 4.8rem !important;
  }
  .md-m48-t {
    margin-top: 4.8rem !important;
  }
  .md-m48-r {
    margin-right: 4.8rem !important;
  }
  .md-m48-b {
    margin-bottom: 4.8rem !important;
  }
  .md-m48-l {
    margin-left: 4.8rem !important;
  }
  .md-m48-x {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .md-m56 {
    margin: 5.6rem !important;
  }
  .md-m56-t {
    margin-top: 5.6rem !important;
  }
  .md-m56-r {
    margin-right: 5.6rem !important;
  }
  .md-m56-b {
    margin-bottom: 5.6rem !important;
  }
  .md-m56-l {
    margin-left: 5.6rem !important;
  }
  .md-m56-x {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .md-m64 {
    margin: 6.4rem !important;
  }
  .md-m64-t {
    margin-top: 6.4rem !important;
  }
  .md-m64-r {
    margin-right: 6.4rem !important;
  }
  .md-m64-b {
    margin-bottom: 6.4rem !important;
  }
  .md-m64-l {
    margin-left: 6.4rem !important;
  }
  .md-m64-x {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .md-m68 {
    margin: 6.8rem !important;
  }
  .md-m68-t {
    margin-top: 6.8rem !important;
  }
  .md-m68-r {
    margin-right: 6.8rem !important;
  }
  .md-m68-b {
    margin-bottom: 6.8rem !important;
  }
  .md-m68-l {
    margin-left: 6.8rem !important;
  }
  .md-m68-x {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .md-m72 {
    margin: 7.2rem !important;
  }
  .md-m72-t {
    margin-top: 7.2rem !important;
  }
  .md-m72-r {
    margin-right: 7.2rem !important;
  }
  .md-m72-b {
    margin-bottom: 7.2rem !important;
  }
  .md-m72-l {
    margin-left: 7.2rem !important;
  }
  .md-m72-x {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .md-m84 {
    margin: 8.4rem !important;
  }
  .md-m84-t {
    margin-top: 8.4rem !important;
  }
  .md-m84-r {
    margin-right: 8.4rem !important;
  }
  .md-m84-b {
    margin-bottom: 8.4rem !important;
  }
  .md-m84-l {
    margin-left: 8.4rem !important;
  }
  .md-m84-x {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .md-m88 {
    margin: 8.8rem !important;
  }
  .md-m88-t {
    margin-top: 8.8rem !important;
  }
  .md-m88-r {
    margin-right: 8.8rem !important;
  }
  .md-m88-b {
    margin-bottom: 8.8rem !important;
  }
  .md-m88-l {
    margin-left: 8.8rem !important;
  }
  .md-m88-x {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .md-m96 {
    margin: 9.6rem !important;
  }
  .md-m96-t {
    margin-top: 9.6rem !important;
  }
  .md-m96-r {
    margin-right: 9.6rem !important;
  }
  .md-m96-b {
    margin-bottom: 9.6rem !important;
  }
  .md-m96-l {
    margin-left: 9.6rem !important;
  }
  .md-m96-x {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .md-m100 {
    margin: 10rem !important;
  }
  .md-m100-t {
    margin-top: 10rem !important;
  }
  .md-m100-r {
    margin-right: 10rem !important;
  }
  .md-m100-b {
    margin-bottom: 10rem !important;
  }
  .md-m100-l {
    margin-left: 10rem !important;
  }
  .md-m100-x {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .md-m112 {
    margin: 11.2rem !important;
  }
  .md-m112-t {
    margin-top: 11.2rem !important;
  }
  .md-m112-r {
    margin-right: 11.2rem !important;
  }
  .md-m112-b {
    margin-bottom: 11.2rem !important;
  }
  .md-m112-l {
    margin-left: 11.2rem !important;
  }
  .md-m112-x {
    margin-left: 11.2rem !important;
    margin-right: 11.2rem !important;
  }
  .md-m144 {
    margin: 14.4rem !important;
  }
  .md-m144-t {
    margin-top: 14.4rem !important;
  }
  .md-m144-r {
    margin-right: 14.4rem !important;
  }
  .md-m144-b {
    margin-bottom: 14.4rem !important;
  }
  .md-m144-l {
    margin-left: 14.4rem !important;
  }
  .md-m144-x {
    margin-left: 14.4rem !important;
    margin-right: 14.4rem !important;
  }
  .md-m156 {
    margin: 15.6rem !important;
  }
  .md-m156-t {
    margin-top: 15.6rem !important;
  }
  .md-m156-r {
    margin-right: 15.6rem !important;
  }
  .md-m156-b {
    margin-bottom: 15.6rem !important;
  }
  .md-m156-l {
    margin-left: 15.6rem !important;
  }
  .md-m156-x {
    margin-left: 15.6rem !important;
    margin-right: 15.6rem !important;
  }
  .md-m188 {
    margin: 18.8rem !important;
  }
  .md-m188-t {
    margin-top: 18.8rem !important;
  }
  .md-m188-r {
    margin-right: 18.8rem !important;
  }
  .md-m188-b {
    margin-bottom: 18.8rem !important;
  }
  .md-m188-l {
    margin-left: 18.8rem !important;
  }
  .md-m188-x {
    margin-left: 18.8rem !important;
    margin-right: 18.8rem !important;
  }
  .md-m200 {
    margin: 20rem !important;
  }
  .md-m200-t {
    margin-top: 20rem !important;
  }
  .md-m200-r {
    margin-right: 20rem !important;
  }
  .md-m200-b {
    margin-bottom: 20rem !important;
  }
  .md-m200-l {
    margin-left: 20rem !important;
  }
  .md-m200-x {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .md-m240 {
    margin: 24rem !important;
  }
  .md-m240-t {
    margin-top: 24rem !important;
  }
  .md-m240-r {
    margin-right: 24rem !important;
  }
  .md-m240-b {
    margin-bottom: 24rem !important;
  }
  .md-m240-l {
    margin-left: 24rem !important;
  }
  .md-m240-x {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .md-ml-auto,
  .md-mx-auto {
    margin-left: auto !important;
  }
  .md-mr-auto,
  .md-mx-auto {
    margin-right: auto !important;
  }
  .md-p0 {
    padding: 0rem !important;
  }
  .md-p0-t {
    padding-top: 0rem !important;
  }
  .md-p0-r {
    padding-right: 0rem !important;
  }
  .md-p0-b {
    padding-bottom: 0rem !important;
  }
  .md-p0-l {
    padding-left: 0rem !important;
  }
  .md-p0-x {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md-p2 {
    padding: 0.2rem !important;
  }
  .md-p2-t {
    padding-top: 0.2rem !important;
  }
  .md-p2-r {
    padding-right: 0.2rem !important;
  }
  .md-p2-b {
    padding-bottom: 0.2rem !important;
  }
  .md-p2-l {
    padding-left: 0.2rem !important;
  }
  .md-p2-x {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .md-p4 {
    padding: 0.4rem !important;
  }
  .md-p4-t {
    padding-top: 0.4rem !important;
  }
  .md-p4-r {
    padding-right: 0.4rem !important;
  }
  .md-p4-b {
    padding-bottom: 0.4rem !important;
  }
  .md-p4-l {
    padding-left: 0.4rem !important;
  }
  .md-p4-x {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .md-p8 {
    padding: 0.8rem !important;
  }
  .md-p8-t {
    padding-top: 0.8rem !important;
  }
  .md-p8-r {
    padding-right: 0.8rem !important;
  }
  .md-p8-b {
    padding-bottom: 0.8rem !important;
  }
  .md-p8-l {
    padding-left: 0.8rem !important;
  }
  .md-p8-x {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .md-p10 {
    padding: 1rem !important;
  }
  .md-p10-t {
    padding-top: 1rem !important;
  }
  .md-p10-r {
    padding-right: 1rem !important;
  }
  .md-p10-b {
    padding-bottom: 1rem !important;
  }
  .md-p10-l {
    padding-left: 1rem !important;
  }
  .md-p10-x {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md-p12 {
    padding: 1.2rem !important;
  }
  .md-p12-t {
    padding-top: 1.2rem !important;
  }
  .md-p12-r {
    padding-right: 1.2rem !important;
  }
  .md-p12-b {
    padding-bottom: 1.2rem !important;
  }
  .md-p12-l {
    padding-left: 1.2rem !important;
  }
  .md-p12-x {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .md-p14 {
    padding: 1.4rem !important;
  }
  .md-p14-t {
    padding-top: 1.4rem !important;
  }
  .md-p14-r {
    padding-right: 1.4rem !important;
  }
  .md-p14-b {
    padding-bottom: 1.4rem !important;
  }
  .md-p14-l {
    padding-left: 1.4rem !important;
  }
  .md-p14-x {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .md-p16 {
    padding: 1.6rem !important;
  }
  .md-p16-t {
    padding-top: 1.6rem !important;
  }
  .md-p16-r {
    padding-right: 1.6rem !important;
  }
  .md-p16-b {
    padding-bottom: 1.6rem !important;
  }
  .md-p16-l {
    padding-left: 1.6rem !important;
  }
  .md-p16-x {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .md-p18 {
    padding: 1.8rem !important;
  }
  .md-p18-t {
    padding-top: 1.8rem !important;
  }
  .md-p18-r {
    padding-right: 1.8rem !important;
  }
  .md-p18-b {
    padding-bottom: 1.8rem !important;
  }
  .md-p18-l {
    padding-left: 1.8rem !important;
  }
  .md-p18-x {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .md-p20 {
    padding: 2rem !important;
  }
  .md-p20-t {
    padding-top: 2rem !important;
  }
  .md-p20-r {
    padding-right: 2rem !important;
  }
  .md-p20-b {
    padding-bottom: 2rem !important;
  }
  .md-p20-l {
    padding-left: 2rem !important;
  }
  .md-p20-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md-p24 {
    padding: 2.4rem !important;
  }
  .md-p24-t {
    padding-top: 2.4rem !important;
  }
  .md-p24-r {
    padding-right: 2.4rem !important;
  }
  .md-p24-b {
    padding-bottom: 2.4rem !important;
  }
  .md-p24-l {
    padding-left: 2.4rem !important;
  }
  .md-p24-x {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .md-p28 {
    padding: 2.8rem !important;
  }
  .md-p28-t {
    padding-top: 2.8rem !important;
  }
  .md-p28-r {
    padding-right: 2.8rem !important;
  }
  .md-p28-b {
    padding-bottom: 2.8rem !important;
  }
  .md-p28-l {
    padding-left: 2.8rem !important;
  }
  .md-p28-x {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .md-p32 {
    padding: 3.2rem !important;
  }
  .md-p32-t {
    padding-top: 3.2rem !important;
  }
  .md-p32-r {
    padding-right: 3.2rem !important;
  }
  .md-p32-b {
    padding-bottom: 3.2rem !important;
  }
  .md-p32-l {
    padding-left: 3.2rem !important;
  }
  .md-p32-x {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .md-p36 {
    padding: 3.6rem !important;
  }
  .md-p36-t {
    padding-top: 3.6rem !important;
  }
  .md-p36-r {
    padding-right: 3.6rem !important;
  }
  .md-p36-b {
    padding-bottom: 3.6rem !important;
  }
  .md-p36-l {
    padding-left: 3.6rem !important;
  }
  .md-p36-x {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .md-p40 {
    padding: 4rem !important;
  }
  .md-p40-t {
    padding-top: 4rem !important;
  }
  .md-p40-r {
    padding-right: 4rem !important;
  }
  .md-p40-b {
    padding-bottom: 4rem !important;
  }
  .md-p40-l {
    padding-left: 4rem !important;
  }
  .md-p40-x {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md-p48 {
    padding: 4.8rem !important;
  }
  .md-p48-t {
    padding-top: 4.8rem !important;
  }
  .md-p48-r {
    padding-right: 4.8rem !important;
  }
  .md-p48-b {
    padding-bottom: 4.8rem !important;
  }
  .md-p48-l {
    padding-left: 4.8rem !important;
  }
  .md-p48-x {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .md-p56 {
    padding: 5.6rem !important;
  }
  .md-p56-t {
    padding-top: 5.6rem !important;
  }
  .md-p56-r {
    padding-right: 5.6rem !important;
  }
  .md-p56-b {
    padding-bottom: 5.6rem !important;
  }
  .md-p56-l {
    padding-left: 5.6rem !important;
  }
  .md-p56-x {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .md-p64 {
    padding: 6.4rem !important;
  }
  .md-p64-t {
    padding-top: 6.4rem !important;
  }
  .md-p64-r {
    padding-right: 6.4rem !important;
  }
  .md-p64-b {
    padding-bottom: 6.4rem !important;
  }
  .md-p64-l {
    padding-left: 6.4rem !important;
  }
  .md-p64-x {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .md-p72 {
    padding: 7.2rem !important;
  }
  .md-p72-t {
    padding-top: 7.2rem !important;
  }
  .md-p72-r {
    padding-right: 7.2rem !important;
  }
  .md-p72-b {
    padding-bottom: 7.2rem !important;
  }
  .md-p72-l {
    padding-left: 7.2rem !important;
  }
  .md-p72-x {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .md-p84 {
    padding: 8.4rem !important;
  }
  .md-p84-t {
    padding-top: 8.4rem !important;
  }
  .md-p84-r {
    padding-right: 8.4rem !important;
  }
  .md-p84-b {
    padding-bottom: 8.4rem !important;
  }
  .md-p84-l {
    padding-left: 8.4rem !important;
  }
  .md-p84-x {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .md-p88 {
    padding: 8.8rem !important;
  }
  .md-p88-t {
    padding-top: 8.8rem !important;
  }
  .md-p88-r {
    padding-right: 8.8rem !important;
  }
  .md-p88-b {
    padding-bottom: 8.8rem !important;
  }
  .md-p88-l {
    padding-left: 8.8rem !important;
  }
  .md-p88-x {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .md-p96 {
    padding: 9.6rem !important;
  }
  .md-p96-t {
    padding-top: 9.6rem !important;
  }
  .md-p96-r {
    padding-right: 9.6rem !important;
  }
  .md-p96-b {
    padding-bottom: 9.6rem !important;
  }
  .md-p96-l {
    padding-left: 9.6rem !important;
  }
  .md-p96-x {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .md-p112 {
    padding: 11.2rem !important;
  }
  .md-p112-t {
    padding-top: 11.2rem !important;
  }
  .md-p112-r {
    padding-right: 11.2rem !important;
  }
  .md-p112-b {
    padding-bottom: 11.2rem !important;
  }
  .md-p112-l {
    padding-left: 11.2rem !important;
  }
  .md-p112-x {
    padding-left: 11.2rem !important;
    padding-right: 11.2rem !important;
  }
  .md-p144 {
    padding: 14.4rem !important;
  }
  .md-p144-t {
    padding-top: 14.4rem !important;
  }
  .md-p144-r {
    padding-right: 14.4rem !important;
  }
  .md-p144-b {
    padding-bottom: 14.4rem !important;
  }
  .md-p144-l {
    padding-left: 14.4rem !important;
  }
  .md-p144-x {
    padding-left: 14.4rem !important;
    padding-right: 14.4rem !important;
  }
  .md-p156 {
    padding: 15.6rem !important;
  }
  .md-p156-t {
    padding-top: 15.6rem !important;
  }
  .md-p156-r {
    padding-right: 15.6rem !important;
  }
  .md-p156-b {
    padding-bottom: 15.6rem !important;
  }
  .md-p156-l {
    padding-left: 15.6rem !important;
  }
  .md-p156-x {
    padding-left: 15.6rem !important;
    padding-right: 15.6rem !important;
  }
  .md-p188 {
    padding: 18.8rem !important;
  }
  .md-p188-t {
    padding-top: 18.8rem !important;
  }
  .md-p188-r {
    padding-right: 18.8rem !important;
  }
  .md-p188-b {
    padding-bottom: 18.8rem !important;
  }
  .md-p188-l {
    padding-left: 18.8rem !important;
  }
  .md-p188-x {
    padding-left: 18.8rem !important;
    padding-right: 18.8rem !important;
  }
  .md-p200 {
    padding: 20rem !important;
  }
  .md-p200-t {
    padding-top: 20rem !important;
  }
  .md-p200-r {
    padding-right: 20rem !important;
  }
  .md-p200-b {
    padding-bottom: 20rem !important;
  }
  .md-p200-l {
    padding-left: 20rem !important;
  }
  .md-p200-x {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .md-p240 {
    padding: 24rem !important;
  }
  .md-p240-t {
    padding-top: 24rem !important;
  }
  .md-p240-r {
    padding-right: 24rem !important;
  }
  .md-p240-b {
    padding-bottom: 24rem !important;
  }
  .md-p240-l {
    padding-left: 24rem !important;
  }
  .md-p240-x {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .md-w-100 {
    width: 100%;
  }
  .md-wv-100 {
    width: 100vw;
  }
  .md-h-100 {
    height: 100%;
  }
  .md-hv-100 {
    height: 100vh;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left !important;
  }
  .md-text-right {
    text-align: right;
  }
  .md-text-decoration-none {
    text-decoration: none;
  }
  .md-d-inline-block {
    display: inline-block !important;
  }
  .md-d-block {
    display: block;
  }
  .md-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md-d-grid {
    display: -ms-grid;
    display: grid;
  }
  .md-d-none {
    display: none;
  }
  .md-align-middle {
    vertical-align: middle;
  }
  .md-align-middle td {
    vertical-align: middle;
  }
  .md-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .md-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .md-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .md-position-relative {
    position: relative !important;
  }
  .md-position-absolute {
    position: absolute !important;
  }
  .md-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .contain {
    width: calc(100vw - 11rem);
  }
  .lg-font-88 {
    font-size: 8.8rem;
  }
  .lg-font-80 {
    font-size: 8rem;
  }
  .lg-font-72 {
    font-size: 7.2rem;
  }
  .lg-font-64 {
    font-size: 6.4rem;
  }
  .lg-font-56 {
    font-size: 5.6rem;
  }
  .lg-font-48 {
    font-size: 4.8rem;
  }
  .lg-font-40 {
    font-size: 4rem;
  }
  .lg-font-38 {
    font-size: 3.8rem;
  }
  .lg-font-36 {
    font-size: 3.6rem;
  }
  .lg-font-32 {
    font-size: 3.2rem !important;
  }
  .lg-font-28 {
    font-size: 2.8rem;
  }
  .lg-font-24 {
    font-size: 2.4rem;
  }
  .lg-font-22 {
    font-size: 2.2rem !important;
  }
  .lg-font-20 {
    font-size: 2rem !important;
  }
  .lg-font-18 {
    font-size: 1.8rem !important;
  }
  .lg-font-17 {
    font-size: 1.7rem !important;
  }
  .lg-font-16 {
    font-size: 1.6rem !important;
  }
  .lg-font-14 {
    font-size: 1.4rem !important;
  }
  .lg-font-12 {
    font-size: 1.2rem;
  }
  .lg-font-11 {
    font-size: 1.1rem;
  }
  .lg-m0 {
    margin: 0rem !important;
  }
  .lg-m0-t {
    margin-top: 0rem !important;
  }
  .lg-m0-r {
    margin-right: 0rem !important;
  }
  .lg-m0-b {
    margin-bottom: 0rem !important;
  }
  .lg-m0-l {
    margin-left: 0rem !important;
  }
  .lg-m0-x {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg-m2 {
    margin: 0.2rem !important;
  }
  .lg-m2-t {
    margin-top: 0.2rem !important;
  }
  .lg-m2-r {
    margin-right: 0.2rem !important;
  }
  .lg-m2-b {
    margin-bottom: 0.2rem !important;
  }
  .lg-m2-l {
    margin-left: 0.2rem !important;
  }
  .lg-m2-x {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .lg-m4 {
    margin: 0.4rem !important;
  }
  .lg-m4-t {
    margin-top: 0.4rem !important;
  }
  .lg-m4-r {
    margin-right: 0.4rem !important;
  }
  .lg-m4-b {
    margin-bottom: 0.4rem !important;
  }
  .lg-m4-l {
    margin-left: 0.4rem !important;
  }
  .lg-m4-x {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .lg-m8 {
    margin: 0.8rem !important;
  }
  .lg-m8-t {
    margin-top: 0.8rem !important;
  }
  .lg-m8-r {
    margin-right: 0.8rem !important;
  }
  .lg-m8-b {
    margin-bottom: 0.8rem !important;
  }
  .lg-m8-l {
    margin-left: 0.8rem !important;
  }
  .lg-m8-x {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .lg-m10 {
    margin: 1rem !important;
  }
  .lg-m10-t {
    margin-top: 1rem !important;
  }
  .lg-m10-r {
    margin-right: 1rem !important;
  }
  .lg-m10-b {
    margin-bottom: 1rem !important;
  }
  .lg-m10-l {
    margin-left: 1rem !important;
  }
  .lg-m10-x {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg-m12 {
    margin: 1.2rem !important;
  }
  .lg-m12-t {
    margin-top: 1.2rem !important;
  }
  .lg-m12-r {
    margin-right: 1.2rem !important;
  }
  .lg-m12-b {
    margin-bottom: 1.2rem !important;
  }
  .lg-m12-l {
    margin-left: 1.2rem !important;
  }
  .lg-m12-x {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .lg-m14 {
    margin: 1.4rem !important;
  }
  .lg-m14-t {
    margin-top: 1.4rem !important;
  }
  .lg-m14-r {
    margin-right: 1.4rem !important;
  }
  .lg-m14-b {
    margin-bottom: 1.4rem !important;
  }
  .lg-m14-l {
    margin-left: 1.4rem !important;
  }
  .lg-m14-x {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .lg-m16 {
    margin: 1.6rem !important;
  }
  .lg-m16-t {
    margin-top: 1.6rem !important;
  }
  .lg-m16-r {
    margin-right: 1.6rem !important;
  }
  .lg-m16-b {
    margin-bottom: 1.6rem !important;
  }
  .lg-m16-l {
    margin-left: 1.6rem !important;
  }
  .lg-m16-x {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .lg-m18 {
    margin: 1.8rem !important;
  }
  .lg-m18-t {
    margin-top: 1.8rem !important;
  }
  .lg-m18-r {
    margin-right: 1.8rem !important;
  }
  .lg-m18-b {
    margin-bottom: 1.8rem !important;
  }
  .lg-m18-l {
    margin-left: 1.8rem !important;
  }
  .lg-m18-x {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .lg-m20 {
    margin: 2rem !important;
  }
  .lg-m20-t {
    margin-top: 2rem !important;
  }
  .lg-m20-r {
    margin-right: 2rem !important;
  }
  .lg-m20-b {
    margin-bottom: 2rem !important;
  }
  .lg-m20-l {
    margin-left: 2rem !important;
  }
  .lg-m20-x {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg-m24 {
    margin: 2.4rem !important;
  }
  .lg-m24-t {
    margin-top: 2.4rem !important;
  }
  .lg-m24-r {
    margin-right: 2.4rem !important;
  }
  .lg-m24-b {
    margin-bottom: 2.4rem !important;
  }
  .lg-m24-l {
    margin-left: 2.4rem !important;
  }
  .lg-m24-x {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .lg-m28 {
    margin: 2.8rem !important;
  }
  .lg-m28-t {
    margin-top: 2.8rem !important;
  }
  .lg-m28-r {
    margin-right: 2.8rem !important;
  }
  .lg-m28-b {
    margin-bottom: 2.8rem !important;
  }
  .lg-m28-l {
    margin-left: 2.8rem !important;
  }
  .lg-m28-x {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .lg-m32 {
    margin: 3.2rem !important;
  }
  .lg-m32-t {
    margin-top: 3.2rem !important;
  }
  .lg-m32-r {
    margin-right: 3.2rem !important;
  }
  .lg-m32-b {
    margin-bottom: 3.2rem !important;
  }
  .lg-m32-l {
    margin-left: 3.2rem !important;
  }
  .lg-m32-x {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .lg-m36 {
    margin: 3.6rem !important;
  }
  .lg-m36-t {
    margin-top: 3.6rem !important;
  }
  .lg-m36-r {
    margin-right: 3.6rem !important;
  }
  .lg-m36-b {
    margin-bottom: 3.6rem !important;
  }
  .lg-m36-l {
    margin-left: 3.6rem !important;
  }
  .lg-m36-x {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .lg-m40 {
    margin: 4rem !important;
  }
  .lg-m40-t {
    margin-top: 4rem !important;
  }
  .lg-m40-r {
    margin-right: 4rem !important;
  }
  .lg-m40-b {
    margin-bottom: 4rem !important;
  }
  .lg-m40-l {
    margin-left: 4rem !important;
  }
  .lg-m40-x {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg-m48 {
    margin: 4.8rem !important;
  }
  .lg-m48-t {
    margin-top: 4.8rem !important;
  }
  .lg-m48-r {
    margin-right: 4.8rem !important;
  }
  .lg-m48-b {
    margin-bottom: 4.8rem !important;
  }
  .lg-m48-l {
    margin-left: 4.8rem !important;
  }
  .lg-m48-x {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .lg-m56 {
    margin: 5.6rem !important;
  }
  .lg-m56-t {
    margin-top: 5.6rem !important;
  }
  .lg-m56-r {
    margin-right: 5.6rem !important;
  }
  .lg-m56-b {
    margin-bottom: 5.6rem !important;
  }
  .lg-m56-l {
    margin-left: 5.6rem !important;
  }
  .lg-m56-x {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .lg-m64 {
    margin: 6.4rem !important;
  }
  .lg-m64-t {
    margin-top: 6.4rem !important;
  }
  .lg-m64-r {
    margin-right: 6.4rem !important;
  }
  .lg-m64-b {
    margin-bottom: 6.4rem !important;
  }
  .lg-m64-l {
    margin-left: 6.4rem !important;
  }
  .lg-m64-x {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .lg-m68 {
    margin: 6.8rem !important;
  }
  .lg-m68-t {
    margin-top: 6.8rem !important;
  }
  .lg-m68-r {
    margin-right: 6.8rem !important;
  }
  .lg-m68-b {
    margin-bottom: 6.8rem !important;
  }
  .lg-m68-l {
    margin-left: 6.8rem !important;
  }
  .lg-m68-x {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .lg-m72 {
    margin: 7.2rem !important;
  }
  .lg-m72-t {
    margin-top: 7.2rem !important;
  }
  .lg-m72-r {
    margin-right: 7.2rem !important;
  }
  .lg-m72-b {
    margin-bottom: 7.2rem !important;
  }
  .lg-m72-l {
    margin-left: 7.2rem !important;
  }
  .lg-m72-x {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .lg-m84 {
    margin: 8.4rem !important;
  }
  .lg-m84-t {
    margin-top: 8.4rem !important;
  }
  .lg-m84-r {
    margin-right: 8.4rem !important;
  }
  .lg-m84-b {
    margin-bottom: 8.4rem !important;
  }
  .lg-m84-l {
    margin-left: 8.4rem !important;
  }
  .lg-m84-x {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .lg-m88 {
    margin: 8.8rem !important;
  }
  .lg-m88-t {
    margin-top: 8.8rem !important;
  }
  .lg-m88-r {
    margin-right: 8.8rem !important;
  }
  .lg-m88-b {
    margin-bottom: 8.8rem !important;
  }
  .lg-m88-l {
    margin-left: 8.8rem !important;
  }
  .lg-m88-x {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .lg-m96 {
    margin: 9.6rem !important;
  }
  .lg-m96-t {
    margin-top: 9.6rem !important;
  }
  .lg-m96-r {
    margin-right: 9.6rem !important;
  }
  .lg-m96-b {
    margin-bottom: 9.6rem !important;
  }
  .lg-m96-l {
    margin-left: 9.6rem !important;
  }
  .lg-m96-x {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .lg-m100 {
    margin: 10rem !important;
  }
  .lg-m100-t {
    margin-top: 10rem !important;
  }
  .lg-m100-r {
    margin-right: 10rem !important;
  }
  .lg-m100-b {
    margin-bottom: 10rem !important;
  }
  .lg-m100-l {
    margin-left: 10rem !important;
  }
  .lg-m100-x {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .lg-m112 {
    margin: 11.2rem !important;
  }
  .lg-m112-t {
    margin-top: 11.2rem !important;
  }
  .lg-m112-r {
    margin-right: 11.2rem !important;
  }
  .lg-m112-b {
    margin-bottom: 11.2rem !important;
  }
  .lg-m112-l {
    margin-left: 11.2rem !important;
  }
  .lg-m112-x {
    margin-left: 11.2rem !important;
    margin-right: 11.2rem !important;
  }
  .lg-m144 {
    margin: 14.4rem !important;
  }
  .lg-m144-t {
    margin-top: 14.4rem !important;
  }
  .lg-m144-r {
    margin-right: 14.4rem !important;
  }
  .lg-m144-b {
    margin-bottom: 14.4rem !important;
  }
  .lg-m144-l {
    margin-left: 14.4rem !important;
  }
  .lg-m144-x {
    margin-left: 14.4rem !important;
    margin-right: 14.4rem !important;
  }
  .lg-m156 {
    margin: 15.6rem !important;
  }
  .lg-m156-t {
    margin-top: 15.6rem !important;
  }
  .lg-m156-r {
    margin-right: 15.6rem !important;
  }
  .lg-m156-b {
    margin-bottom: 15.6rem !important;
  }
  .lg-m156-l {
    margin-left: 15.6rem !important;
  }
  .lg-m156-x {
    margin-left: 15.6rem !important;
    margin-right: 15.6rem !important;
  }
  .lg-m188 {
    margin: 18.8rem !important;
  }
  .lg-m188-t {
    margin-top: 18.8rem !important;
  }
  .lg-m188-r {
    margin-right: 18.8rem !important;
  }
  .lg-m188-b {
    margin-bottom: 18.8rem !important;
  }
  .lg-m188-l {
    margin-left: 18.8rem !important;
  }
  .lg-m188-x {
    margin-left: 18.8rem !important;
    margin-right: 18.8rem !important;
  }
  .lg-m200 {
    margin: 20rem !important;
  }
  .lg-m200-t {
    margin-top: 20rem !important;
  }
  .lg-m200-r {
    margin-right: 20rem !important;
  }
  .lg-m200-b {
    margin-bottom: 20rem !important;
  }
  .lg-m200-l {
    margin-left: 20rem !important;
  }
  .lg-m200-x {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .lg-m240 {
    margin: 24rem !important;
  }
  .lg-m240-t {
    margin-top: 24rem !important;
  }
  .lg-m240-r {
    margin-right: 24rem !important;
  }
  .lg-m240-b {
    margin-bottom: 24rem !important;
  }
  .lg-m240-l {
    margin-left: 24rem !important;
  }
  .lg-m240-x {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .lg-ml-auto,
  .lg-mx-auto {
    margin-left: auto !important;
  }
  .lg-mr-auto,
  .lg-mx-auto {
    margin-right: auto !important;
  }
  .lg-p0 {
    padding: 0rem !important;
  }
  .lg-p0-t {
    padding-top: 0rem !important;
  }
  .lg-p0-r {
    padding-right: 0rem !important;
  }
  .lg-p0-b {
    padding-bottom: 0rem !important;
  }
  .lg-p0-l {
    padding-left: 0rem !important;
  }
  .lg-p0-x {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg-p2 {
    padding: 0.2rem !important;
  }
  .lg-p2-t {
    padding-top: 0.2rem !important;
  }
  .lg-p2-r {
    padding-right: 0.2rem !important;
  }
  .lg-p2-b {
    padding-bottom: 0.2rem !important;
  }
  .lg-p2-l {
    padding-left: 0.2rem !important;
  }
  .lg-p2-x {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .lg-p4 {
    padding: 0.4rem !important;
  }
  .lg-p4-t {
    padding-top: 0.4rem !important;
  }
  .lg-p4-r {
    padding-right: 0.4rem !important;
  }
  .lg-p4-b {
    padding-bottom: 0.4rem !important;
  }
  .lg-p4-l {
    padding-left: 0.4rem !important;
  }
  .lg-p4-x {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .lg-p8 {
    padding: 0.8rem !important;
  }
  .lg-p8-t {
    padding-top: 0.8rem !important;
  }
  .lg-p8-r {
    padding-right: 0.8rem !important;
  }
  .lg-p8-b {
    padding-bottom: 0.8rem !important;
  }
  .lg-p8-l {
    padding-left: 0.8rem !important;
  }
  .lg-p8-x {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .lg-p10 {
    padding: 1rem !important;
  }
  .lg-p10-t {
    padding-top: 1rem !important;
  }
  .lg-p10-r {
    padding-right: 1rem !important;
  }
  .lg-p10-b {
    padding-bottom: 1rem !important;
  }
  .lg-p10-l {
    padding-left: 1rem !important;
  }
  .lg-p10-x {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg-p12 {
    padding: 1.2rem !important;
  }
  .lg-p12-t {
    padding-top: 1.2rem !important;
  }
  .lg-p12-r {
    padding-right: 1.2rem !important;
  }
  .lg-p12-b {
    padding-bottom: 1.2rem !important;
  }
  .lg-p12-l {
    padding-left: 1.2rem !important;
  }
  .lg-p12-x {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .lg-p14 {
    padding: 1.4rem !important;
  }
  .lg-p14-t {
    padding-top: 1.4rem !important;
  }
  .lg-p14-r {
    padding-right: 1.4rem !important;
  }
  .lg-p14-b {
    padding-bottom: 1.4rem !important;
  }
  .lg-p14-l {
    padding-left: 1.4rem !important;
  }
  .lg-p14-x {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .lg-p16 {
    padding: 1.6rem !important;
  }
  .lg-p16-t {
    padding-top: 1.6rem !important;
  }
  .lg-p16-r {
    padding-right: 1.6rem !important;
  }
  .lg-p16-b {
    padding-bottom: 1.6rem !important;
  }
  .lg-p16-l {
    padding-left: 1.6rem !important;
  }
  .lg-p16-x {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .lg-p18 {
    padding: 1.8rem !important;
  }
  .lg-p18-t {
    padding-top: 1.8rem !important;
  }
  .lg-p18-r {
    padding-right: 1.8rem !important;
  }
  .lg-p18-b {
    padding-bottom: 1.8rem !important;
  }
  .lg-p18-l {
    padding-left: 1.8rem !important;
  }
  .lg-p18-x {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .lg-p20 {
    padding: 2rem !important;
  }
  .lg-p20-t {
    padding-top: 2rem !important;
  }
  .lg-p20-r {
    padding-right: 2rem !important;
  }
  .lg-p20-b {
    padding-bottom: 2rem !important;
  }
  .lg-p20-l {
    padding-left: 2rem !important;
  }
  .lg-p20-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg-p24 {
    padding: 2.4rem !important;
  }
  .lg-p24-t {
    padding-top: 2.4rem !important;
  }
  .lg-p24-r {
    padding-right: 2.4rem !important;
  }
  .lg-p24-b {
    padding-bottom: 2.4rem !important;
  }
  .lg-p24-l {
    padding-left: 2.4rem !important;
  }
  .lg-p24-x {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .lg-p28 {
    padding: 2.8rem !important;
  }
  .lg-p28-t {
    padding-top: 2.8rem !important;
  }
  .lg-p28-r {
    padding-right: 2.8rem !important;
  }
  .lg-p28-b {
    padding-bottom: 2.8rem !important;
  }
  .lg-p28-l {
    padding-left: 2.8rem !important;
  }
  .lg-p28-x {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .lg-p32 {
    padding: 3.2rem !important;
  }
  .lg-p32-t {
    padding-top: 3.2rem !important;
  }
  .lg-p32-r {
    padding-right: 3.2rem !important;
  }
  .lg-p32-b {
    padding-bottom: 3.2rem !important;
  }
  .lg-p32-l {
    padding-left: 3.2rem !important;
  }
  .lg-p32-x {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .lg-p36 {
    padding: 3.6rem !important;
  }
  .lg-p36-t {
    padding-top: 3.6rem !important;
  }
  .lg-p36-r {
    padding-right: 3.6rem !important;
  }
  .lg-p36-b {
    padding-bottom: 3.6rem !important;
  }
  .lg-p36-l {
    padding-left: 3.6rem !important;
  }
  .lg-p36-x {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .lg-p40 {
    padding: 4rem !important;
  }
  .lg-p40-t {
    padding-top: 4rem !important;
  }
  .lg-p40-r {
    padding-right: 4rem !important;
  }
  .lg-p40-b {
    padding-bottom: 4rem !important;
  }
  .lg-p40-l {
    padding-left: 4rem !important;
  }
  .lg-p40-x {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg-p48 {
    padding: 4.8rem !important;
  }
  .lg-p48-t {
    padding-top: 4.8rem !important;
  }
  .lg-p48-r {
    padding-right: 4.8rem !important;
  }
  .lg-p48-b {
    padding-bottom: 4.8rem !important;
  }
  .lg-p48-l {
    padding-left: 4.8rem !important;
  }
  .lg-p48-x {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .lg-p56 {
    padding: 5.6rem !important;
  }
  .lg-p56-t {
    padding-top: 5.6rem !important;
  }
  .lg-p56-r {
    padding-right: 5.6rem !important;
  }
  .lg-p56-b {
    padding-bottom: 5.6rem !important;
  }
  .lg-p56-l {
    padding-left: 5.6rem !important;
  }
  .lg-p56-x {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .lg-p64 {
    padding: 6.4rem !important;
  }
  .lg-p64-t {
    padding-top: 6.4rem !important;
  }
  .lg-p64-r {
    padding-right: 6.4rem !important;
  }
  .lg-p64-b {
    padding-bottom: 6.4rem !important;
  }
  .lg-p64-l {
    padding-left: 6.4rem !important;
  }
  .lg-p64-x {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .lg-p72 {
    padding: 7.2rem !important;
  }
  .lg-p72-t {
    padding-top: 7.2rem !important;
  }
  .lg-p72-r {
    padding-right: 7.2rem !important;
  }
  .lg-p72-b {
    padding-bottom: 7.2rem !important;
  }
  .lg-p72-l {
    padding-left: 7.2rem !important;
  }
  .lg-p72-x {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .lg-p84 {
    padding: 8.4rem !important;
  }
  .lg-p84-t {
    padding-top: 8.4rem !important;
  }
  .lg-p84-r {
    padding-right: 8.4rem !important;
  }
  .lg-p84-b {
    padding-bottom: 8.4rem !important;
  }
  .lg-p84-l {
    padding-left: 8.4rem !important;
  }
  .lg-p84-x {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .lg-p88 {
    padding: 8.8rem !important;
  }
  .lg-p88-t {
    padding-top: 8.8rem !important;
  }
  .lg-p88-r {
    padding-right: 8.8rem !important;
  }
  .lg-p88-b {
    padding-bottom: 8.8rem !important;
  }
  .lg-p88-l {
    padding-left: 8.8rem !important;
  }
  .lg-p88-x {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .lg-p96 {
    padding: 9.6rem !important;
  }
  .lg-p96-t {
    padding-top: 9.6rem !important;
  }
  .lg-p96-r {
    padding-right: 9.6rem !important;
  }
  .lg-p96-b {
    padding-bottom: 9.6rem !important;
  }
  .lg-p96-l {
    padding-left: 9.6rem !important;
  }
  .lg-p96-x {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .lg-p112 {
    padding: 11.2rem !important;
  }
  .lg-p112-t {
    padding-top: 11.2rem !important;
  }
  .lg-p112-r {
    padding-right: 11.2rem !important;
  }
  .lg-p112-b {
    padding-bottom: 11.2rem !important;
  }
  .lg-p112-l {
    padding-left: 11.2rem !important;
  }
  .lg-p112-x {
    padding-left: 11.2rem !important;
    padding-right: 11.2rem !important;
  }
  .lg-p144 {
    padding: 14.4rem !important;
  }
  .lg-p144-t {
    padding-top: 14.4rem !important;
  }
  .lg-p144-r {
    padding-right: 14.4rem !important;
  }
  .lg-p144-b {
    padding-bottom: 14.4rem !important;
  }
  .lg-p144-l {
    padding-left: 14.4rem !important;
  }
  .lg-p144-x {
    padding-left: 14.4rem !important;
    padding-right: 14.4rem !important;
  }
  .lg-p156 {
    padding: 15.6rem !important;
  }
  .lg-p156-t {
    padding-top: 15.6rem !important;
  }
  .lg-p156-r {
    padding-right: 15.6rem !important;
  }
  .lg-p156-b {
    padding-bottom: 15.6rem !important;
  }
  .lg-p156-l {
    padding-left: 15.6rem !important;
  }
  .lg-p156-x {
    padding-left: 15.6rem !important;
    padding-right: 15.6rem !important;
  }
  .lg-p188 {
    padding: 18.8rem !important;
  }
  .lg-p188-t {
    padding-top: 18.8rem !important;
  }
  .lg-p188-r {
    padding-right: 18.8rem !important;
  }
  .lg-p188-b {
    padding-bottom: 18.8rem !important;
  }
  .lg-p188-l {
    padding-left: 18.8rem !important;
  }
  .lg-p188-x {
    padding-left: 18.8rem !important;
    padding-right: 18.8rem !important;
  }
  .lg-p200 {
    padding: 20rem !important;
  }
  .lg-p200-t {
    padding-top: 20rem !important;
  }
  .lg-p200-r {
    padding-right: 20rem !important;
  }
  .lg-p200-b {
    padding-bottom: 20rem !important;
  }
  .lg-p200-l {
    padding-left: 20rem !important;
  }
  .lg-p200-x {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .lg-p240 {
    padding: 24rem !important;
  }
  .lg-p240-t {
    padding-top: 24rem !important;
  }
  .lg-p240-r {
    padding-right: 24rem !important;
  }
  .lg-p240-b {
    padding-bottom: 24rem !important;
  }
  .lg-p240-l {
    padding-left: 24rem !important;
  }
  .lg-p240-x {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .lg-w-100 {
    width: 100%;
  }
  .lg-wv-100 {
    width: 100vw;
  }
  .lg-h-100 {
    height: 100%;
  }
  .lg-hv-100 {
    height: 100vh;
  }
  .lg-text-center {
    text-align: center;
  }
  .lg-text-left {
    text-align: left !important;
  }
  .lg-text-right {
    text-align: right;
  }
  .lg-text-decoration-none {
    text-decoration: none;
  }
  .lg-d-inline-block {
    display: inline-block !important;
  }
  .lg-d-block {
    display: block;
  }
  .lg-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-d-grid {
    display: -ms-grid;
    display: grid;
  }
  .lg-d-none {
    display: none;
  }
  .lg-align-middle {
    vertical-align: middle;
  }
  .lg-align-middle td {
    vertical-align: middle;
  }
  .lg-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lg-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lg-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lg-position-relative {
    position: relative !important;
  }
  .lg-position-absolute {
    position: absolute !important;
  }
  .lg-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .contain {
    width: calc(100vw - 18rem);
  }
  .xl-font-88 {
    font-size: 8.8rem;
  }
  .xl-font-80 {
    font-size: 8rem;
  }
  .xl-font-72 {
    font-size: 7.2rem;
  }
  .xl-font-64 {
    font-size: 6.4rem;
  }
  .xl-font-56 {
    font-size: 5.6rem;
  }
  .xl-font-48 {
    font-size: 4.8rem;
  }
  .xl-font-40 {
    font-size: 4rem;
  }
  .xl-font-38 {
    font-size: 3.8rem;
  }
  .xl-font-36 {
    font-size: 3.6rem;
  }
  .xl-font-32 {
    font-size: 3.2rem !important;
  }
  .xl-font-28 {
    font-size: 2.8rem;
  }
  .xl-font-24 {
    font-size: 2.4rem;
  }
  .xl-font-22 {
    font-size: 2.2rem !important;
  }
  .xl-font-20 {
    font-size: 2rem !important;
  }
  .xl-font-18 {
    font-size: 1.8rem !important;
  }
  .xl-font-17 {
    font-size: 1.7rem !important;
  }
  .xl-font-16 {
    font-size: 1.6rem !important;
  }
  .xl-font-14 {
    font-size: 1.4rem !important;
  }
  .xl-font-12 {
    font-size: 1.2rem;
  }
  .xl-font-11 {
    font-size: 1.1rem;
  }
  .xl-m0 {
    margin: 0rem !important;
  }
  .xl-m0-t {
    margin-top: 0rem !important;
  }
  .xl-m0-r {
    margin-right: 0rem !important;
  }
  .xl-m0-b {
    margin-bottom: 0rem !important;
  }
  .xl-m0-l {
    margin-left: 0rem !important;
  }
  .xl-m0-x {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl-m2 {
    margin: 0.2rem !important;
  }
  .xl-m2-t {
    margin-top: 0.2rem !important;
  }
  .xl-m2-r {
    margin-right: 0.2rem !important;
  }
  .xl-m2-b {
    margin-bottom: 0.2rem !important;
  }
  .xl-m2-l {
    margin-left: 0.2rem !important;
  }
  .xl-m2-x {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .xl-m4 {
    margin: 0.4rem !important;
  }
  .xl-m4-t {
    margin-top: 0.4rem !important;
  }
  .xl-m4-r {
    margin-right: 0.4rem !important;
  }
  .xl-m4-b {
    margin-bottom: 0.4rem !important;
  }
  .xl-m4-l {
    margin-left: 0.4rem !important;
  }
  .xl-m4-x {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .xl-m8 {
    margin: 0.8rem !important;
  }
  .xl-m8-t {
    margin-top: 0.8rem !important;
  }
  .xl-m8-r {
    margin-right: 0.8rem !important;
  }
  .xl-m8-b {
    margin-bottom: 0.8rem !important;
  }
  .xl-m8-l {
    margin-left: 0.8rem !important;
  }
  .xl-m8-x {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .xl-m10 {
    margin: 1rem !important;
  }
  .xl-m10-t {
    margin-top: 1rem !important;
  }
  .xl-m10-r {
    margin-right: 1rem !important;
  }
  .xl-m10-b {
    margin-bottom: 1rem !important;
  }
  .xl-m10-l {
    margin-left: 1rem !important;
  }
  .xl-m10-x {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl-m12 {
    margin: 1.2rem !important;
  }
  .xl-m12-t {
    margin-top: 1.2rem !important;
  }
  .xl-m12-r {
    margin-right: 1.2rem !important;
  }
  .xl-m12-b {
    margin-bottom: 1.2rem !important;
  }
  .xl-m12-l {
    margin-left: 1.2rem !important;
  }
  .xl-m12-x {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .xl-m14 {
    margin: 1.4rem !important;
  }
  .xl-m14-t {
    margin-top: 1.4rem !important;
  }
  .xl-m14-r {
    margin-right: 1.4rem !important;
  }
  .xl-m14-b {
    margin-bottom: 1.4rem !important;
  }
  .xl-m14-l {
    margin-left: 1.4rem !important;
  }
  .xl-m14-x {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .xl-m16 {
    margin: 1.6rem !important;
  }
  .xl-m16-t {
    margin-top: 1.6rem !important;
  }
  .xl-m16-r {
    margin-right: 1.6rem !important;
  }
  .xl-m16-b {
    margin-bottom: 1.6rem !important;
  }
  .xl-m16-l {
    margin-left: 1.6rem !important;
  }
  .xl-m16-x {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .xl-m18 {
    margin: 1.8rem !important;
  }
  .xl-m18-t {
    margin-top: 1.8rem !important;
  }
  .xl-m18-r {
    margin-right: 1.8rem !important;
  }
  .xl-m18-b {
    margin-bottom: 1.8rem !important;
  }
  .xl-m18-l {
    margin-left: 1.8rem !important;
  }
  .xl-m18-x {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .xl-m20 {
    margin: 2rem !important;
  }
  .xl-m20-t {
    margin-top: 2rem !important;
  }
  .xl-m20-r {
    margin-right: 2rem !important;
  }
  .xl-m20-b {
    margin-bottom: 2rem !important;
  }
  .xl-m20-l {
    margin-left: 2rem !important;
  }
  .xl-m20-x {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl-m24 {
    margin: 2.4rem !important;
  }
  .xl-m24-t {
    margin-top: 2.4rem !important;
  }
  .xl-m24-r {
    margin-right: 2.4rem !important;
  }
  .xl-m24-b {
    margin-bottom: 2.4rem !important;
  }
  .xl-m24-l {
    margin-left: 2.4rem !important;
  }
  .xl-m24-x {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .xl-m28 {
    margin: 2.8rem !important;
  }
  .xl-m28-t {
    margin-top: 2.8rem !important;
  }
  .xl-m28-r {
    margin-right: 2.8rem !important;
  }
  .xl-m28-b {
    margin-bottom: 2.8rem !important;
  }
  .xl-m28-l {
    margin-left: 2.8rem !important;
  }
  .xl-m28-x {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .xl-m32 {
    margin: 3.2rem !important;
  }
  .xl-m32-t {
    margin-top: 3.2rem !important;
  }
  .xl-m32-r {
    margin-right: 3.2rem !important;
  }
  .xl-m32-b {
    margin-bottom: 3.2rem !important;
  }
  .xl-m32-l {
    margin-left: 3.2rem !important;
  }
  .xl-m32-x {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .xl-m36 {
    margin: 3.6rem !important;
  }
  .xl-m36-t {
    margin-top: 3.6rem !important;
  }
  .xl-m36-r {
    margin-right: 3.6rem !important;
  }
  .xl-m36-b {
    margin-bottom: 3.6rem !important;
  }
  .xl-m36-l {
    margin-left: 3.6rem !important;
  }
  .xl-m36-x {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .xl-m40 {
    margin: 4rem !important;
  }
  .xl-m40-t {
    margin-top: 4rem !important;
  }
  .xl-m40-r {
    margin-right: 4rem !important;
  }
  .xl-m40-b {
    margin-bottom: 4rem !important;
  }
  .xl-m40-l {
    margin-left: 4rem !important;
  }
  .xl-m40-x {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl-m48 {
    margin: 4.8rem !important;
  }
  .xl-m48-t {
    margin-top: 4.8rem !important;
  }
  .xl-m48-r {
    margin-right: 4.8rem !important;
  }
  .xl-m48-b {
    margin-bottom: 4.8rem !important;
  }
  .xl-m48-l {
    margin-left: 4.8rem !important;
  }
  .xl-m48-x {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .xl-m56 {
    margin: 5.6rem !important;
  }
  .xl-m56-t {
    margin-top: 5.6rem !important;
  }
  .xl-m56-r {
    margin-right: 5.6rem !important;
  }
  .xl-m56-b {
    margin-bottom: 5.6rem !important;
  }
  .xl-m56-l {
    margin-left: 5.6rem !important;
  }
  .xl-m56-x {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .xl-m64 {
    margin: 6.4rem !important;
  }
  .xl-m64-t {
    margin-top: 6.4rem !important;
  }
  .xl-m64-r {
    margin-right: 6.4rem !important;
  }
  .xl-m64-b {
    margin-bottom: 6.4rem !important;
  }
  .xl-m64-l {
    margin-left: 6.4rem !important;
  }
  .xl-m64-x {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .xl-m68 {
    margin: 6.8rem !important;
  }
  .xl-m68-t {
    margin-top: 6.8rem !important;
  }
  .xl-m68-r {
    margin-right: 6.8rem !important;
  }
  .xl-m68-b {
    margin-bottom: 6.8rem !important;
  }
  .xl-m68-l {
    margin-left: 6.8rem !important;
  }
  .xl-m68-x {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .xl-m72 {
    margin: 7.2rem !important;
  }
  .xl-m72-t {
    margin-top: 7.2rem !important;
  }
  .xl-m72-r {
    margin-right: 7.2rem !important;
  }
  .xl-m72-b {
    margin-bottom: 7.2rem !important;
  }
  .xl-m72-l {
    margin-left: 7.2rem !important;
  }
  .xl-m72-x {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .xl-m84 {
    margin: 8.4rem !important;
  }
  .xl-m84-t {
    margin-top: 8.4rem !important;
  }
  .xl-m84-r {
    margin-right: 8.4rem !important;
  }
  .xl-m84-b {
    margin-bottom: 8.4rem !important;
  }
  .xl-m84-l {
    margin-left: 8.4rem !important;
  }
  .xl-m84-x {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .xl-m88 {
    margin: 8.8rem !important;
  }
  .xl-m88-t {
    margin-top: 8.8rem !important;
  }
  .xl-m88-r {
    margin-right: 8.8rem !important;
  }
  .xl-m88-b {
    margin-bottom: 8.8rem !important;
  }
  .xl-m88-l {
    margin-left: 8.8rem !important;
  }
  .xl-m88-x {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .xl-m96 {
    margin: 9.6rem !important;
  }
  .xl-m96-t {
    margin-top: 9.6rem !important;
  }
  .xl-m96-r {
    margin-right: 9.6rem !important;
  }
  .xl-m96-b {
    margin-bottom: 9.6rem !important;
  }
  .xl-m96-l {
    margin-left: 9.6rem !important;
  }
  .xl-m96-x {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .xl-m100 {
    margin: 10rem !important;
  }
  .xl-m100-t {
    margin-top: 10rem !important;
  }
  .xl-m100-r {
    margin-right: 10rem !important;
  }
  .xl-m100-b {
    margin-bottom: 10rem !important;
  }
  .xl-m100-l {
    margin-left: 10rem !important;
  }
  .xl-m100-x {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xl-m112 {
    margin: 11.2rem !important;
  }
  .xl-m112-t {
    margin-top: 11.2rem !important;
  }
  .xl-m112-r {
    margin-right: 11.2rem !important;
  }
  .xl-m112-b {
    margin-bottom: 11.2rem !important;
  }
  .xl-m112-l {
    margin-left: 11.2rem !important;
  }
  .xl-m112-x {
    margin-left: 11.2rem !important;
    margin-right: 11.2rem !important;
  }
  .xl-m144 {
    margin: 14.4rem !important;
  }
  .xl-m144-t {
    margin-top: 14.4rem !important;
  }
  .xl-m144-r {
    margin-right: 14.4rem !important;
  }
  .xl-m144-b {
    margin-bottom: 14.4rem !important;
  }
  .xl-m144-l {
    margin-left: 14.4rem !important;
  }
  .xl-m144-x {
    margin-left: 14.4rem !important;
    margin-right: 14.4rem !important;
  }
  .xl-m156 {
    margin: 15.6rem !important;
  }
  .xl-m156-t {
    margin-top: 15.6rem !important;
  }
  .xl-m156-r {
    margin-right: 15.6rem !important;
  }
  .xl-m156-b {
    margin-bottom: 15.6rem !important;
  }
  .xl-m156-l {
    margin-left: 15.6rem !important;
  }
  .xl-m156-x {
    margin-left: 15.6rem !important;
    margin-right: 15.6rem !important;
  }
  .xl-m188 {
    margin: 18.8rem !important;
  }
  .xl-m188-t {
    margin-top: 18.8rem !important;
  }
  .xl-m188-r {
    margin-right: 18.8rem !important;
  }
  .xl-m188-b {
    margin-bottom: 18.8rem !important;
  }
  .xl-m188-l {
    margin-left: 18.8rem !important;
  }
  .xl-m188-x {
    margin-left: 18.8rem !important;
    margin-right: 18.8rem !important;
  }
  .xl-m200 {
    margin: 20rem !important;
  }
  .xl-m200-t {
    margin-top: 20rem !important;
  }
  .xl-m200-r {
    margin-right: 20rem !important;
  }
  .xl-m200-b {
    margin-bottom: 20rem !important;
  }
  .xl-m200-l {
    margin-left: 20rem !important;
  }
  .xl-m200-x {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .xl-m240 {
    margin: 24rem !important;
  }
  .xl-m240-t {
    margin-top: 24rem !important;
  }
  .xl-m240-r {
    margin-right: 24rem !important;
  }
  .xl-m240-b {
    margin-bottom: 24rem !important;
  }
  .xl-m240-l {
    margin-left: 24rem !important;
  }
  .xl-m240-x {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .xl-ml-auto,
  .xl-mx-auto {
    margin-left: auto !important;
  }
  .xl-mr-auto,
  .xl-mx-auto {
    margin-right: auto !important;
  }
  .xl-p0 {
    padding: 0rem !important;
  }
  .xl-p0-t {
    padding-top: 0rem !important;
  }
  .xl-p0-r {
    padding-right: 0rem !important;
  }
  .xl-p0-b {
    padding-bottom: 0rem !important;
  }
  .xl-p0-l {
    padding-left: 0rem !important;
  }
  .xl-p0-x {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl-p2 {
    padding: 0.2rem !important;
  }
  .xl-p2-t {
    padding-top: 0.2rem !important;
  }
  .xl-p2-r {
    padding-right: 0.2rem !important;
  }
  .xl-p2-b {
    padding-bottom: 0.2rem !important;
  }
  .xl-p2-l {
    padding-left: 0.2rem !important;
  }
  .xl-p2-x {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .xl-p4 {
    padding: 0.4rem !important;
  }
  .xl-p4-t {
    padding-top: 0.4rem !important;
  }
  .xl-p4-r {
    padding-right: 0.4rem !important;
  }
  .xl-p4-b {
    padding-bottom: 0.4rem !important;
  }
  .xl-p4-l {
    padding-left: 0.4rem !important;
  }
  .xl-p4-x {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .xl-p8 {
    padding: 0.8rem !important;
  }
  .xl-p8-t {
    padding-top: 0.8rem !important;
  }
  .xl-p8-r {
    padding-right: 0.8rem !important;
  }
  .xl-p8-b {
    padding-bottom: 0.8rem !important;
  }
  .xl-p8-l {
    padding-left: 0.8rem !important;
  }
  .xl-p8-x {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .xl-p10 {
    padding: 1rem !important;
  }
  .xl-p10-t {
    padding-top: 1rem !important;
  }
  .xl-p10-r {
    padding-right: 1rem !important;
  }
  .xl-p10-b {
    padding-bottom: 1rem !important;
  }
  .xl-p10-l {
    padding-left: 1rem !important;
  }
  .xl-p10-x {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl-p12 {
    padding: 1.2rem !important;
  }
  .xl-p12-t {
    padding-top: 1.2rem !important;
  }
  .xl-p12-r {
    padding-right: 1.2rem !important;
  }
  .xl-p12-b {
    padding-bottom: 1.2rem !important;
  }
  .xl-p12-l {
    padding-left: 1.2rem !important;
  }
  .xl-p12-x {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .xl-p14 {
    padding: 1.4rem !important;
  }
  .xl-p14-t {
    padding-top: 1.4rem !important;
  }
  .xl-p14-r {
    padding-right: 1.4rem !important;
  }
  .xl-p14-b {
    padding-bottom: 1.4rem !important;
  }
  .xl-p14-l {
    padding-left: 1.4rem !important;
  }
  .xl-p14-x {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .xl-p16 {
    padding: 1.6rem !important;
  }
  .xl-p16-t {
    padding-top: 1.6rem !important;
  }
  .xl-p16-r {
    padding-right: 1.6rem !important;
  }
  .xl-p16-b {
    padding-bottom: 1.6rem !important;
  }
  .xl-p16-l {
    padding-left: 1.6rem !important;
  }
  .xl-p16-x {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .xl-p18 {
    padding: 1.8rem !important;
  }
  .xl-p18-t {
    padding-top: 1.8rem !important;
  }
  .xl-p18-r {
    padding-right: 1.8rem !important;
  }
  .xl-p18-b {
    padding-bottom: 1.8rem !important;
  }
  .xl-p18-l {
    padding-left: 1.8rem !important;
  }
  .xl-p18-x {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .xl-p20 {
    padding: 2rem !important;
  }
  .xl-p20-t {
    padding-top: 2rem !important;
  }
  .xl-p20-r {
    padding-right: 2rem !important;
  }
  .xl-p20-b {
    padding-bottom: 2rem !important;
  }
  .xl-p20-l {
    padding-left: 2rem !important;
  }
  .xl-p20-x {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl-p24 {
    padding: 2.4rem !important;
  }
  .xl-p24-t {
    padding-top: 2.4rem !important;
  }
  .xl-p24-r {
    padding-right: 2.4rem !important;
  }
  .xl-p24-b {
    padding-bottom: 2.4rem !important;
  }
  .xl-p24-l {
    padding-left: 2.4rem !important;
  }
  .xl-p24-x {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .xl-p28 {
    padding: 2.8rem !important;
  }
  .xl-p28-t {
    padding-top: 2.8rem !important;
  }
  .xl-p28-r {
    padding-right: 2.8rem !important;
  }
  .xl-p28-b {
    padding-bottom: 2.8rem !important;
  }
  .xl-p28-l {
    padding-left: 2.8rem !important;
  }
  .xl-p28-x {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .xl-p32 {
    padding: 3.2rem !important;
  }
  .xl-p32-t {
    padding-top: 3.2rem !important;
  }
  .xl-p32-r {
    padding-right: 3.2rem !important;
  }
  .xl-p32-b {
    padding-bottom: 3.2rem !important;
  }
  .xl-p32-l {
    padding-left: 3.2rem !important;
  }
  .xl-p32-x {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .xl-p36 {
    padding: 3.6rem !important;
  }
  .xl-p36-t {
    padding-top: 3.6rem !important;
  }
  .xl-p36-r {
    padding-right: 3.6rem !important;
  }
  .xl-p36-b {
    padding-bottom: 3.6rem !important;
  }
  .xl-p36-l {
    padding-left: 3.6rem !important;
  }
  .xl-p36-x {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .xl-p40 {
    padding: 4rem !important;
  }
  .xl-p40-t {
    padding-top: 4rem !important;
  }
  .xl-p40-r {
    padding-right: 4rem !important;
  }
  .xl-p40-b {
    padding-bottom: 4rem !important;
  }
  .xl-p40-l {
    padding-left: 4rem !important;
  }
  .xl-p40-x {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl-p48 {
    padding: 4.8rem !important;
  }
  .xl-p48-t {
    padding-top: 4.8rem !important;
  }
  .xl-p48-r {
    padding-right: 4.8rem !important;
  }
  .xl-p48-b {
    padding-bottom: 4.8rem !important;
  }
  .xl-p48-l {
    padding-left: 4.8rem !important;
  }
  .xl-p48-x {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .xl-p56 {
    padding: 5.6rem !important;
  }
  .xl-p56-t {
    padding-top: 5.6rem !important;
  }
  .xl-p56-r {
    padding-right: 5.6rem !important;
  }
  .xl-p56-b {
    padding-bottom: 5.6rem !important;
  }
  .xl-p56-l {
    padding-left: 5.6rem !important;
  }
  .xl-p56-x {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .xl-p64 {
    padding: 6.4rem !important;
  }
  .xl-p64-t {
    padding-top: 6.4rem !important;
  }
  .xl-p64-r {
    padding-right: 6.4rem !important;
  }
  .xl-p64-b {
    padding-bottom: 6.4rem !important;
  }
  .xl-p64-l {
    padding-left: 6.4rem !important;
  }
  .xl-p64-x {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .xl-p72 {
    padding: 7.2rem !important;
  }
  .xl-p72-t {
    padding-top: 7.2rem !important;
  }
  .xl-p72-r {
    padding-right: 7.2rem !important;
  }
  .xl-p72-b {
    padding-bottom: 7.2rem !important;
  }
  .xl-p72-l {
    padding-left: 7.2rem !important;
  }
  .xl-p72-x {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .xl-p84 {
    padding: 8.4rem !important;
  }
  .xl-p84-t {
    padding-top: 8.4rem !important;
  }
  .xl-p84-r {
    padding-right: 8.4rem !important;
  }
  .xl-p84-b {
    padding-bottom: 8.4rem !important;
  }
  .xl-p84-l {
    padding-left: 8.4rem !important;
  }
  .xl-p84-x {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .xl-p88 {
    padding: 8.8rem !important;
  }
  .xl-p88-t {
    padding-top: 8.8rem !important;
  }
  .xl-p88-r {
    padding-right: 8.8rem !important;
  }
  .xl-p88-b {
    padding-bottom: 8.8rem !important;
  }
  .xl-p88-l {
    padding-left: 8.8rem !important;
  }
  .xl-p88-x {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .xl-p96 {
    padding: 9.6rem !important;
  }
  .xl-p96-t {
    padding-top: 9.6rem !important;
  }
  .xl-p96-r {
    padding-right: 9.6rem !important;
  }
  .xl-p96-b {
    padding-bottom: 9.6rem !important;
  }
  .xl-p96-l {
    padding-left: 9.6rem !important;
  }
  .xl-p96-x {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .xl-p112 {
    padding: 11.2rem !important;
  }
  .xl-p112-t {
    padding-top: 11.2rem !important;
  }
  .xl-p112-r {
    padding-right: 11.2rem !important;
  }
  .xl-p112-b {
    padding-bottom: 11.2rem !important;
  }
  .xl-p112-l {
    padding-left: 11.2rem !important;
  }
  .xl-p112-x {
    padding-left: 11.2rem !important;
    padding-right: 11.2rem !important;
  }
  .xl-p144 {
    padding: 14.4rem !important;
  }
  .xl-p144-t {
    padding-top: 14.4rem !important;
  }
  .xl-p144-r {
    padding-right: 14.4rem !important;
  }
  .xl-p144-b {
    padding-bottom: 14.4rem !important;
  }
  .xl-p144-l {
    padding-left: 14.4rem !important;
  }
  .xl-p144-x {
    padding-left: 14.4rem !important;
    padding-right: 14.4rem !important;
  }
  .xl-p156 {
    padding: 15.6rem !important;
  }
  .xl-p156-t {
    padding-top: 15.6rem !important;
  }
  .xl-p156-r {
    padding-right: 15.6rem !important;
  }
  .xl-p156-b {
    padding-bottom: 15.6rem !important;
  }
  .xl-p156-l {
    padding-left: 15.6rem !important;
  }
  .xl-p156-x {
    padding-left: 15.6rem !important;
    padding-right: 15.6rem !important;
  }
  .xl-p188 {
    padding: 18.8rem !important;
  }
  .xl-p188-t {
    padding-top: 18.8rem !important;
  }
  .xl-p188-r {
    padding-right: 18.8rem !important;
  }
  .xl-p188-b {
    padding-bottom: 18.8rem !important;
  }
  .xl-p188-l {
    padding-left: 18.8rem !important;
  }
  .xl-p188-x {
    padding-left: 18.8rem !important;
    padding-right: 18.8rem !important;
  }
  .xl-p200 {
    padding: 20rem !important;
  }
  .xl-p200-t {
    padding-top: 20rem !important;
  }
  .xl-p200-r {
    padding-right: 20rem !important;
  }
  .xl-p200-b {
    padding-bottom: 20rem !important;
  }
  .xl-p200-l {
    padding-left: 20rem !important;
  }
  .xl-p200-x {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .xl-p240 {
    padding: 24rem !important;
  }
  .xl-p240-t {
    padding-top: 24rem !important;
  }
  .xl-p240-r {
    padding-right: 24rem !important;
  }
  .xl-p240-b {
    padding-bottom: 24rem !important;
  }
  .xl-p240-l {
    padding-left: 24rem !important;
  }
  .xl-p240-x {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .xl-w-100 {
    width: 100%;
  }
  .xl-wv-100 {
    width: 100vw;
  }
  .xl-h-100 {
    height: 100%;
  }
  .xl-hv-100 {
    height: 100vh;
  }
  .xl-text-center {
    text-align: center;
  }
  .xl-text-left {
    text-align: left !important;
  }
  .xl-text-right {
    text-align: right;
  }
  .xl-text-decoration-none {
    text-decoration: none;
  }
  .xl-d-inline-block {
    display: inline-block !important;
  }
  .xl-d-block {
    display: block;
  }
  .xl-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl-d-grid {
    display: -ms-grid;
    display: grid;
  }
  .xl-d-none {
    display: none;
  }
  .xl-align-middle {
    vertical-align: middle;
  }
  .xl-align-middle td {
    vertical-align: middle;
  }
  .xl-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .xl-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .xl-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .xl-position-relative {
    position: relative !important;
  }
  .xl-position-absolute {
    position: absolute !important;
  }
  .xl-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.layer_bg{position:fixed;top:0;left:0;width:100%; height:100%;background:rgba(0,0,0,.7); }
.layer_cnt {padding: 10px; position: relative;  background: #fff; z-index: 99;max-width: 500px; margin: 0 auto;top: 50%;transform: translateY(-50%);}
.pop_hd{position:relative; text-align:center; }
.pop_cnt{text-align:center;padding:40px 10px 20px;}
.pop_cnt .pop_sub{margin:10px 0 0; font-size:13px;color:#333; }
.pop_tit{font-size:22px;font-weight:bold; margin: 0 0 30px;}
.pop_cnt dl{ text-align:left;text-indent:10px; margin: 30px 0 10px 10px;}
.pop_cnt dl dt{font-size:12px;list-style:none;float:left;width:50px; text-indent:0;}
.pop_cnt .bg_gray{padding: 10px; background-color:#e1e9fa; }
.pop_cnt .bg_gray strong{display:block;margin:0 0 10px}
.pop_cnt dl dd{font-size:13px;list-style:none;float:left; width:calc(100% - 60px); text-align:left;text-indent:0;}
.pop_cnt dl:after,.pop_cnt dl dt:after,.pop_cnt dl dd:after{content:'';display:block;clear:both;}
.pop_cnt ul li{ font-size:14px; line-height:14px; margin:0 0 10px;list-style:none;}
.pop_cnt ul{margin:10px 0 30px;list-style:none; text-align:left;}
.pop_cnt .txt_1{font-size:16px;font-weight:bold;line-height:18px;margin:30px 0 15px;}
.pop_cnt .txt_2{font-size:26px;line-height:26px;font-weight:bold; display:block; margin:15px 0 5px;}
.pop_cnt .txt_3{font-size:22px;line-height:24px;font-weight:bold; display:block; margin:0px 0 20px;}
.pop_cnt .txt_3 em{font-size:12px; color:#000;font-style:normal}
.pop_cnt img {max-width:100%; width:100%;}
.pop_hd .close_btn {position: absolute; top: 10px;right: 10px;width: 47px; height: 35px; display: block; color: #000; font-size: 21px; padding: 0;  border: 0;  background: #eee;  border-radius: 100px;  font-weight: bold;  text-align: center; line-height: 15px;}
.pop_wrap{display:block;width:100%;height:100%;overflow:hidden;z-index:9;position:absolute;top: 0;left: 0;}
.btn_close{padding: 0;display: block; margin: 0 auto;width: 100px; height: 40px; text-align: center;  font-size:13px;background: #3a3a3a; border: 1px solid #333; color: #fff;}
.btn_wrap{border-top:1px solid #777; padding:20px 0 0;}
.pop-allday-close{margin:0 0 15px; font-size:13px;letter-spacing:-0.5px;}
.pop-allday-close input{margin: 0 5px 0 0;vertical-align: middle;}

    @media (min-width: 1400px) {
        .contain {
            width: calc(100vw - 36rem);
            max-width: 1560px;
        }
    }

@media (max-width: 576px) {
    .modal-body {
        padding: 4rem 2rem 4rem 2rem;
    }


    /* 웹 */
    @media (min-width: 992px) {
        .modal-dialog {
            position: relative;
        }

        .modal-content.position-absolute {
            top: 50px !important;
            bottom: 50px !important;
        }

        .modal-body {
            padding: 4rem 6rem 4rem 6rem !important;
        }
    }

    @media (max-width:800px) {
        .pop_tit{font-size:18px;}
        .pop_cnt{padding:10px 10px 20px}
        .pop_cnt dl{margin: 15px 0 10px 10px; font-size:12px;}
        .pop_cnt dl dt{width:40px;letter-spacing:0;font-size:12px}
        .pop_cnt dl dd{ width: calc(100% - 40px);text-align: left; font-size:12px;}
        .pop_cnt ul{margin:10px 0 15px;}
        .pop_cnt ul li{font-size: 12px;line-height:12px;margin: 0 0 4px;}
        .layer_cnt { width: calc(100% - 20px); *height:100vh; overflow:scroll; }
        .pop_cnt .txt_1{margin:15px 0 10px; font-size:12px;}
        .pop_cnt .txt_2{font-size:16px;line-height:16px;}
        .pop_cnt .txt_3{font-size:16px;line-height:16px;}
        .pop-allday-close, .bg_gray{ font-size: 12px; }
        .pop_hd .close_btn { top: 5px; font-size: 15px; height: 30px; width: 40px;right: 5px;}

        

    }