/*
START MEDIA QUERY MANAGER

@media only screen and (min-width: 1800px){}
@media only screen and (min-width: 1550px){}
@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 1025px){}
@media only screen and (min-width: 992px){}
@media only screen and (min-width: 768px){}
@media only screen and (min-width: 576px){}
@media only screen and (min-width: 421px){}
@media only screen and (min-width: 381px){}

@media only screen and (max-width: 1799px){}
@media only screen and (max-width: 1549px){}
@media only screen and (max-width: 1199px){}
@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 991px){}
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 575px){}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 380px){}

@media only screen and (min-width: 1549px) and (max-width: 1799px){}
@media only screen and (min-width: 1025px) and (max-width: 1300px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 992px) and (max-width: 1024px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 576px) and (max-width: 767px){}

END MEDIA QUERY MANAGER
*/
/*====================================================================================
START TABLE OF CONTENT

1. START GENERAL CSS.
2. START BASE WIDTH, HEIGHT.
3. START BASE CLEAR FLOAT.
4. START BASE MARGIN.
5. START BASE PADDING.
6. START BASE FONT SIZE.
7. START BASE BOX, BLOCK.
8. START BASE BORDER.
9. START BASE FLEX.
10. START BASE TEXT.
11. START BASE IMAGE.
12. START BASE HIDING CLASSES.
13. START BASE POSITION, Z-INDEX.

END TABLE OF CONTENT
====================================================================================*/
/*====================================================================================
1. START GENERAL CSS.
====================================================================================*/
h1,
h2 {
  line-height: 1.5;
}

h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

a {
  color: currentColor;
  word-break: break-all;
  text-decoration: underline;
  background-color: transparent;
  transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

img {
  border-style: none;
  transition: all 0.4s ease;
}

button,
input[type=submit],
input[type=button] {
  transition: all 0.4s ease;
  font-family: var(--font-zen-kaku-gothic-antique);
}

figure {
  margin: 0;
  padding: 0;
}

picture {
  display: block;
  line-height: 1;
}

/*====================================================================================
1. END GENERAL CSS.
====================================================================================*/
/*====================================================================================
2. START BASE WIDTH, HEIGHT.
====================================================================================*/
.w05p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/*====================================================================================
2. END BASE WIDTH, HEIGHT.
====================================================================================*/
/*====================================================================================
3. START BASE CLEAR FLOAT.
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0rem;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
3. END BASE CLEAR FLOAT.
====================================================================================*/
/*====================================================================================
4. START BASE MARGIN.
====================================================================================*/
.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.my-auto {
  margin: auto 0 !important;
}

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

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

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

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

.m00 {
  margin: 0rem !important;
}

.m01 {
  margin: 0.1rem !important;
}

.m02 {
  margin: 0.2rem !important;
}

.m03 {
  margin: 0.3rem !important;
}

.m04 {
  margin: 0.4rem !important;
}

.m05 {
  margin: 0.5rem !important;
}

.m06 {
  margin: 0.6rem !important;
}

.m07 {
  margin: 0.7rem !important;
}

.m08 {
  margin: 0.8rem !important;
}

.m09 {
  margin: 0.9rem !important;
}

.m10 {
  margin: 1rem !important;
}

.m11 {
  margin: 1.1rem !important;
}

.m12 {
  margin: 1.2rem !important;
}

.m13 {
  margin: 1.3rem !important;
}

.m14 {
  margin: 1.4rem !important;
}

.m15 {
  margin: 1.5rem !important;
}

.m16 {
  margin: 1.6rem !important;
}

.m17 {
  margin: 1.7rem !important;
}

.m18 {
  margin: 1.8rem !important;
}

.m19 {
  margin: 1.9rem !important;
}

.m20 {
  margin: 2rem !important;
}

.m21 {
  margin: 2.1rem !important;
}

.m22 {
  margin: 2.2rem !important;
}

.m23 {
  margin: 2.3rem !important;
}

.m24 {
  margin: 2.4rem !important;
}

.m25 {
  margin: 2.5rem !important;
}

.m26 {
  margin: 2.6rem !important;
}

.m27 {
  margin: 2.7rem !important;
}

.m28 {
  margin: 2.8rem !important;
}

.m29 {
  margin: 2.9rem !important;
}

.m30 {
  margin: 3rem !important;
}

.m31 {
  margin: 3.1rem !important;
}

.m32 {
  margin: 3.2rem !important;
}

.m33 {
  margin: 3.3rem !important;
}

.m34 {
  margin: 3.4rem !important;
}

.m35 {
  margin: 3.5rem !important;
}

.m36 {
  margin: 3.6rem !important;
}

.m37 {
  margin: 3.7rem !important;
}

.m38 {
  margin: 3.8rem !important;
}

.m39 {
  margin: 3.9rem !important;
}

.m40 {
  margin: 4rem !important;
}

.m41 {
  margin: 4.1rem !important;
}

.m42 {
  margin: 4.2rem !important;
}

.m43 {
  margin: 4.3rem !important;
}

.m44 {
  margin: 4.4rem !important;
}

.m45 {
  margin: 4.5rem !important;
}

.m46 {
  margin: 4.6rem !important;
}

.m47 {
  margin: 4.7rem !important;
}

.m48 {
  margin: 4.8rem !important;
}

.m49 {
  margin: 4.9rem !important;
}

.m50 {
  margin: 5rem !important;
}

.m55 {
  margin: 5.5rem !important;
}

.m60 {
  margin: 6rem !important;
}

.m65 {
  margin: 6.5rem !important;
}

.m70 {
  margin: 7rem !important;
}

.m75 {
  margin: 7.5rem !important;
}

.m80 {
  margin: 8rem !important;
}

.m85 {
  margin: 8.5rem !important;
}

.m90 {
  margin: 9rem !important;
}

.m95 {
  margin: 9.5rem !important;
}

.m100 {
  margin: 10rem !important;
}

.m105 {
  margin: 10.5rem !important;
}

.m110 {
  margin: 11rem !important;
}

.m115 {
  margin: 11.5rem !important;
}

.m120 {
  margin: 12rem !important;
}

/* ---------- START MARGIN TOP ---------- */
.mt00 {
  margin-top: 0rem !important;
}

.mt01 {
  margin-top: 0.1rem !important;
}

.mt02 {
  margin-top: 0.2rem !important;
}

.mt03 {
  margin-top: 0.3rem !important;
}

.mt04 {
  margin-top: 0.4rem !important;
}

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

.mt06 {
  margin-top: 0.6rem !important;
}

.mt07 {
  margin-top: 0.7rem !important;
}

.mt08 {
  margin-top: 0.8rem !important;
}

.mt09 {
  margin-top: 0.9rem !important;
}

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

.mt11 {
  margin-top: 1.1rem !important;
}

.mt12 {
  margin-top: 1.2rem !important;
}

.mt13 {
  margin-top: 1.3rem !important;
}

.mt14 {
  margin-top: 1.4rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt16 {
  margin-top: 1.6rem !important;
}

.mt17 {
  margin-top: 1.7rem !important;
}

.mt18 {
  margin-top: 1.8rem !important;
}

.mt19 {
  margin-top: 1.9rem !important;
}

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

.mt21 {
  margin-top: 2.1rem !important;
}

.mt22 {
  margin-top: 2.2rem !important;
}

.mt23 {
  margin-top: 2.3rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt26 {
  margin-top: 2.6rem !important;
}

.mt27 {
  margin-top: 2.7rem !important;
}

.mt28 {
  margin-top: 2.8rem !important;
}

.mt29 {
  margin-top: 2.9rem !important;
}

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

.mt31 {
  margin-top: 3.1rem !important;
}

.mt32 {
  margin-top: 3.2rem !important;
}

.mt33 {
  margin-top: 3.3rem !important;
}

.mt34 {
  margin-top: 3.4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt36 {
  margin-top: 3.6rem !important;
}

.mt37 {
  margin-top: 3.7rem !important;
}

.mt38 {
  margin-top: 3.8rem !important;
}

.mt39 {
  margin-top: 3.9rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt41 {
  margin-top: 4.1rem !important;
}

.mt42 {
  margin-top: 4.2rem !important;
}

.mt43 {
  margin-top: 4.3rem !important;
}

.mt44 {
  margin-top: 4.4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt46 {
  margin-top: 4.6rem !important;
}

.mt47 {
  margin-top: 4.7rem !important;
}

.mt48 {
  margin-top: 4.8rem !important;
}

.mt49 {
  margin-top: 4.9rem !important;
}

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

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt105 {
  margin-top: 10.5rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mt115 {
  margin-top: 11.5rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

/* ---------- END MARGIN TOP ---------- */
/* ---------- START MARGIN RIGHT ---------- */
.mr00 {
  margin-right: 0rem !important;
}

.mr01 {
  margin-right: 0.1rem !important;
}

.mr02 {
  margin-right: 0.2rem !important;
}

.mr03 {
  margin-right: 0.3rem !important;
}

.mr04 {
  margin-right: 0.4rem !important;
}

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

.mr06 {
  margin-right: 0.6rem !important;
}

.mr07 {
  margin-right: 0.7rem !important;
}

.mr08 {
  margin-right: 0.8rem !important;
}

.mr09 {
  margin-right: 0.9rem !important;
}

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

.mr11 {
  margin-right: 1.1rem !important;
}

.mr12 {
  margin-right: 1.2rem !important;
}

.mr13 {
  margin-right: 1.3rem !important;
}

.mr14 {
  margin-right: 1.4rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr16 {
  margin-right: 1.6rem !important;
}

.mr17 {
  margin-right: 1.7rem !important;
}

.mr18 {
  margin-right: 1.8rem !important;
}

.mr19 {
  margin-right: 19rem !important;
}

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

.mr21 {
  margin-right: 2.1rem !important;
}

.mr22 {
  margin-right: 2.2rem !important;
}

.mr23 {
  margin-right: 2.3rem !important;
}

.mr24 {
  margin-right: 2.4rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr26 {
  margin-right: 2.6rem !important;
}

.mr27 {
  margin-right: 2.7rem !important;
}

.mr28 {
  margin-right: 2.8rem !important;
}

.mr29 {
  margin-right: 2.9rem !important;
}

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

.mr31 {
  margin-right: 3.1rem !important;
}

.mr32 {
  margin-right: 3.2rem !important;
}

.mr33 {
  margin-right: 3.3rem !important;
}

.mr34 {
  margin-right: 3.4rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr36 {
  margin-right: 3.6rem !important;
}

.mr37 {
  margin-right: 3.7rem !important;
}

.mr38 {
  margin-right: 3.8rem !important;
}

.mr39 {
  margin-right: 3.9rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr41 {
  margin-right: 4.1rem !important;
}

.mr42 {
  margin-right: 4.2rem !important;
}

.mr43 {
  margin-right: 4.3rem !important;
}

.mr44 {
  margin-right: 4.4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr46 {
  margin-right: 4.6rem !important;
}

.mr47 {
  margin-right: 4.7rem !important;
}

.mr48 {
  margin-right: 4.8rem !important;
}

.mr49 {
  margin-right: 4.9rem !important;
}

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

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mr105 {
  margin-right: 10.5rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.mr115 {
  margin-right: 11.5rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

/* ---------- END MARGIN RIGHT ---------- */
/* ---------- START MARGIN BOTTOM ---------- */
.mb00 {
  margin-bottom: 0rem !important;
}

.mb01 {
  margin-bottom: 0.1rem !important;
}

.mb02 {
  margin-bottom: 0.2rem !important;
}

.mb03 {
  margin-bottom: 0.3rem !important;
}

.mb04 {
  margin-bottom: 0.4rem !important;
}

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

.mb06 {
  margin-bottom: 0.6rem !important;
}

.mb07 {
  margin-bottom: 0.7rem !important;
}

.mb08 {
  margin-bottom: 0.8rem !important;
}

.mb09 {
  margin-bottom: 0.9rem !important;
}

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

.mb11 {
  margin-bottom: 1.1rem !important;
}

.mb12 {
  margin-bottom: 1.2rem !important;
}

.mb13 {
  margin-bottom: 1.3rem !important;
}

.mb14 {
  margin-bottom: 1.4rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb16 {
  margin-bottom: 1.6rem !important;
}

.mb17 {
  margin-bottom: 1.7rem !important;
}

.mb18 {
  margin-bottom: 1.8rem !important;
}

.mb19 {
  margin-bottom: 1.9rem !important;
}

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

.mb21 {
  margin-bottom: 2.1rem !important;
}

.mb22 {
  margin-bottom: 2.2rem !important;
}

.mb23 {
  margin-bottom: 2.3rem !important;
}

.mb24 {
  margin-bottom: 2.4rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb26 {
  margin-bottom: 2.6rem !important;
}

.mb27 {
  margin-bottom: 2.7rem !important;
}

.mb28 {
  margin-bottom: 2.8rem !important;
}

.mb29 {
  margin-bottom: 2.9rem !important;
}

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

.mb31 {
  margin-bottom: 3.1rem !important;
}

.mb32 {
  margin-bottom: 3.2rem !important;
}

.mb33 {
  margin-bottom: 3.3rem !important;
}

.mb34 {
  margin-bottom: 3.4rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb36 {
  margin-bottom: 3.6rem !important;
}

.mb37 {
  margin-bottom: 3.7rem !important;
}

.mb38 {
  margin-bottom: 3.8rem !important;
}

.mb39 {
  margin-bottom: 3.9rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb41 {
  margin-bottom: 4.1rem !important;
}

.mb42 {
  margin-bottom: 4.2rem !important;
}

.mb43 {
  margin-bottom: 4.3rem !important;
}

.mb44 {
  margin-bottom: 4.4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb46 {
  margin-bottom: 4.6rem !important;
}

.mb47 {
  margin-bottom: 4.7rem !important;
}

.mb48 {
  margin-bottom: 4.8rem !important;
}

.mb49 {
  margin-bottom: 4.9rem !important;
}

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

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb105 {
  margin-bottom: 10.5rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.mb115 {
  margin-bottom: 11.5rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

/* ---------- END MARGIN BOTTOM ---------- */
/* ---------- START MARGIN LEFT ---------- */
.ml00 {
  margin-left: 0rem !important;
}

.ml01 {
  margin-left: 0.1rem !important;
}

.ml02 {
  margin-left: 0.2rem !important;
}

.ml03 {
  margin-left: 0.3rem !important;
}

.ml04 {
  margin-left: 0.4rem !important;
}

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

.ml06 {
  margin-left: 0.6rem !important;
}

.ml07 {
  margin-left: 0.7rem !important;
}

.ml08 {
  margin-left: 0.8rem !important;
}

.ml09 {
  margin-left: 0.9rem !important;
}

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

.ml11 {
  margin-left: 1.1rem !important;
}

.ml12 {
  margin-left: 1.2rem !important;
}

.ml13 {
  margin-left: 1.3rem !important;
}

.ml14 {
  margin-left: 1.4rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml16 {
  margin-left: 1.6rem !important;
}

.ml17 {
  margin-left: 1.7rem !important;
}

.ml18 {
  margin-left: 1.8rem !important;
}

.ml19 {
  margin-left: 1.9rem !important;
}

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

.ml21 {
  margin-left: 2.1rem !important;
}

.ml22 {
  margin-left: 2.2rem !important;
}

.ml23 {
  margin-left: 2.3rem !important;
}

.ml24 {
  margin-left: 2.4rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml26 {
  margin-left: 2.6rem !important;
}

.ml27 {
  margin-left: 2.7rem !important;
}

.ml28 {
  margin-left: 2.8rem !important;
}

.ml29 {
  margin-left: 2.9rem !important;
}

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

.ml31 {
  margin-left: 3.1rem !important;
}

.ml32 {
  margin-left: 3.2rem !important;
}

.ml33 {
  margin-left: 3.3rem !important;
}

.ml34 {
  margin-left: 3.4rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml36 {
  margin-left: 3.6rem !important;
}

.ml37 {
  margin-left: 3.7rem !important;
}

.ml38 {
  margin-left: 3.8rem !important;
}

.ml39 {
  margin-left: 3.9rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml41 {
  margin-left: 4.1rem !important;
}

.ml42 {
  margin-left: 4.2rem !important;
}

.ml43 {
  margin-left: 4.3rem !important;
}

.ml44 {
  margin-left: 4.4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml46 {
  margin-left: 4.6rem !important;
}

.ml47 {
  margin-left: 4.7rem !important;
}

.ml48 {
  margin-left: 4.8rem !important;
}

.ml49 {
  margin-left: 4.9rem !important;
}

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

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.ml105 {
  margin-left: 10.5rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.ml115 {
  margin-left: 11.5rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

/* ---------- END MARGIN LEFT ---------- */
/*====================================================================================
4. END BASE MARGIN.
====================================================================================*/
/*====================================================================================
5. START BASE PADDING.
====================================================================================*/
.p00 {
  padding: 0rem !important;
}

.p01 {
  padding: 0.1rem !important;
}

.p02 {
  padding: 0.2rem !important;
}

.p03 {
  padding: 0.3rem !important;
}

.p04 {
  padding: 0.4rem !important;
}

.p05 {
  padding: 0.5rem !important;
}

.p06 {
  padding: 0.6rem !important;
}

.p07 {
  padding: 0.7rem !important;
}

.p08 {
  padding: 0.8rem !important;
}

.p09 {
  padding: 0.9rem !important;
}

.p10 {
  padding: 1rem !important;
}

.p11 {
  padding: 1.1rem !important;
}

.p12 {
  padding: 1.2rem !important;
}

.p13 {
  padding: 1.3rem !important;
}

.p14 {
  padding: 1.4rem !important;
}

.p15 {
  padding: 1.5rem !important;
}

.p16 {
  padding: 1.6rem !important;
}

.p17 {
  padding: 1.7rem !important;
}

.p18 {
  padding: 1.8rem !important;
}

.p19 {
  padding: 1.9rem !important;
}

.p20 {
  padding: 2rem !important;
}

.p21 {
  padding: 2.1rem !important;
}

.p22 {
  padding: 2.2rem !important;
}

.p23 {
  padding: 2.3rem !important;
}

.p24 {
  padding: 2.4rem !important;
}

.p25 {
  padding: 2.5rem !important;
}

.p26 {
  padding: 2.6rem !important;
}

.p27 {
  padding: 2.7rem !important;
}

.p28 {
  padding: 2.8rem !important;
}

.p29 {
  padding: 2.9rem !important;
}

.p30 {
  padding: 3rem !important;
}

.p31 {
  padding: 3.1rem !important;
}

.p32 {
  padding: 3.2rem !important;
}

.p33 {
  padding: 3.3rem !important;
}

.p34 {
  padding: 3.4rem !important;
}

.p35 {
  padding: 3.5rem !important;
}

.p36 {
  padding: 3.6rem !important;
}

.p37 {
  padding: 3.7rem !important;
}

.p38 {
  padding: 3.8rem !important;
}

.p39 {
  padding: 3.9rem !important;
}

.p40 {
  padding: 4rem !important;
}

.p41 {
  padding: 4.1rem !important;
}

.p42 {
  padding: 4.2rem !important;
}

.p43 {
  padding: 4.3rem !important;
}

.p44 {
  padding: 4.4rem !important;
}

.p45 {
  padding: 4.5rem !important;
}

.p46 {
  padding: 4.6rem !important;
}

.p47 {
  padding: 4.7rem !important;
}

.p48 {
  padding: 4.8rem !important;
}

.p49 {
  padding: 49rem !important;
}

.p50 {
  padding: 5rem !important;
}

.p55 {
  padding: 5.5rem !important;
}

.p60 {
  padding: 6rem !important;
}

.p65 {
  padding: 6.5rem !important;
}

.p70 {
  padding: 7rem !important;
}

.p75 {
  padding: 7.5rem !important;
}

.p80 {
  padding: 8rem !important;
}

.p85 {
  padding: 8.5rem !important;
}

.p90 {
  padding: 9rem !important;
}

.p100 {
  padding: 10rem !important;
}

.p105 {
  padding: 10.5rem !important;
}

.p110 {
  padding: 11rem !important;
}

.p115 {
  padding: 11.5rem !important;
}

.p120 {
  padding: 12rem !important;
}

/* ---------- START PADDING TOP ---------- */
.pt00 {
  padding-top: 0rem !important;
}

.pt01 {
  padding-top: 0.1rem !important;
}

.pt02 {
  padding-top: 0.2rem !important;
}

.pt03 {
  padding-top: 0.3rem !important;
}

.pt04 {
  padding-top: 0.4rem !important;
}

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

.pt06 {
  padding-top: 0.6rem !important;
}

.pt07 {
  padding-top: 0.7rem !important;
}

.pt08 {
  padding-top: 0.8rem !important;
}

.pt09 {
  padding-top: 0.9rem !important;
}

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

.pt11 {
  padding-top: 1.1rem !important;
}

.pt12 {
  padding-top: 1.2rem !important;
}

.pt13 {
  padding-top: 1.3rem !important;
}

.pt14 {
  padding-top: 1.4rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt16 {
  padding-top: 1.6rem !important;
}

.pt17 {
  padding-top: 1.7rem !important;
}

.pt18 {
  padding-top: 1.8rem !important;
}

.pt19 {
  padding-top: 1.9rem !important;
}

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

.pt21 {
  padding-top: 2.1rem !important;
}

.pt22 {
  padding-top: 2.2rem !important;
}

.pt23 {
  padding-top: 2.3rem !important;
}

.pt24 {
  padding-top: 2.4rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt26 {
  padding-top: 2.6rem !important;
}

.pt27 {
  padding-top: 2.7rem !important;
}

.pt28 {
  padding-top: 2.8rem !important;
}

.pt29 {
  padding-top: 2.9rem !important;
}

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

.pt31 {
  padding-top: 3.1rem !important;
}

.pt32 {
  padding-top: 3.2rem !important;
}

.pt33 {
  padding-top: 3.3rem !important;
}

.pt34 {
  padding-top: 3.4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt36 {
  padding-top: 3.6rem !important;
}

.pt37 {
  padding-top: 3.7rem !important;
}

.pt38 {
  padding-top: 3.8rem !important;
}

.pt39 {
  padding-top: 3.9rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt41 {
  padding-top: 4.1rem !important;
}

.pt42 {
  padding-top: 4.2rem !important;
}

.pt43 {
  padding-top: 4.3rem !important;
}

.pt44 {
  padding-top: 4.4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt46 {
  padding-top: 4.6rem !important;
}

.pt47 {
  padding-top: 4.7rem !important;
}

.pt48 {
  padding-top: 4.8rem !important;
}

.pt49 {
  padding-top: 4.9rem !important;
}

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

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pt105 {
  padding-top: 10.5rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pt115 {
  padding-top: 11.5rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

/* ---------- END PADDING BOTTOM ---------- */
/* ---------- START PADDING RIGHT ---------- */
.pr00 {
  padding-right: 0rem !important;
}

.pr01 {
  padding-right: 0.1rem !important;
}

.pr02 {
  padding-right: 0.2rem !important;
}

.pr03 {
  padding-right: 0.3rem !important;
}

.pr04 {
  padding-right: 0.4rem !important;
}

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

.pr06 {
  padding-right: 0.6rem !important;
}

.pr07 {
  padding-right: 0.7rem !important;
}

.pr08 {
  padding-right: 0.8rem !important;
}

.pr09 {
  padding-right: 0.9rem !important;
}

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

.pr11 {
  padding-right: 1.1rem !important;
}

.pr12 {
  padding-right: 1.2rem !important;
}

.pr13 {
  padding-right: 1.3rem !important;
}

.pr14 {
  padding-right: 1.4rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr16 {
  padding-right: 1.6rem !important;
}

.pr17 {
  padding-right: 1.7rem !important;
}

.pr18 {
  padding-right: 1.8rem !important;
}

.pr19 {
  padding-right: 1.9rem !important;
}

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

.pr21 {
  padding-right: 2.1rem !important;
}

.pr22 {
  padding-right: 2.2rem !important;
}

.pr23 {
  padding-right: 2.3rem !important;
}

.pr24 {
  padding-right: 2.4rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr26 {
  padding-right: 2.6rem !important;
}

.pr27 {
  padding-right: 2.7rem !important;
}

.pr28 {
  padding-right: 2.8rem !important;
}

.pr29 {
  padding-right: 2.9rem !important;
}

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

.pr31 {
  padding-right: 3.1rem !important;
}

.pr32 {
  padding-right: 3.2rem !important;
}

.pr33 {
  padding-right: 3.3rem !important;
}

.pr34 {
  padding-right: 3.4rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr36 {
  padding-right: 3.6rem !important;
}

.pr37 {
  padding-right: 3.7rem !important;
}

.pr38 {
  padding-right: 3.8rem !important;
}

.pr39 {
  padding-right: 3.9rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr41 {
  padding-right: 4.1rem !important;
}

.pr42 {
  padding-right: 4.2rem !important;
}

.pr43 {
  padding-right: 4.3rem !important;
}

.pr44 {
  padding-right: 4.4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr46 {
  padding-right: 4.6rem !important;
}

.pr47 {
  padding-right: 4.7rem !important;
}

.pr48 {
  padding-right: 4.8rem !important;
}

.pr49 {
  padding-right: 4.9rem !important;
}

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

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pr105 {
  padding-right: 10.5rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.pr115 {
  padding-right: 11.5rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

/* ----- END PADDING RIGHT ----- */
/* ----- START PADDING BOTTOM ----- */
.pb00 {
  padding-bottom: 0rem !important;
}

.pb01 {
  padding-bottom: 0.1rem !important;
}

.pb02 {
  padding-bottom: 0.2rem !important;
}

.pb03 {
  padding-bottom: 0.3rem !important;
}

.pb04 {
  padding-bottom: 0.4rem !important;
}

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

.pb06 {
  padding-bottom: 0.6rem !important;
}

.pb07 {
  padding-bottom: 0.7rem !important;
}

.pb08 {
  padding-bottom: 0.8rem !important;
}

.pb09 {
  padding-bottom: 0.9rem !important;
}

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

.pb11 {
  padding-bottom: 1.1rem !important;
}

.pb12 {
  padding-bottom: 1.2rem !important;
}

.pb13 {
  padding-bottom: 1.3rem !important;
}

.pb14 {
  padding-bottom: 1.4rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb16 {
  padding-bottom: 1.6rem !important;
}

.pb17 {
  padding-bottom: 1.7rem !important;
}

.pb18 {
  padding-bottom: 1.8rem !important;
}

.pb19 {
  padding-bottom: 1.9rem !important;
}

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

.pb21 {
  padding-bottom: 2.1rem !important;
}

.pb22 {
  padding-bottom: 2.2rem !important;
}

.pb23 {
  padding-bottom: 2.3rem !important;
}

.pb24 {
  padding-bottom: 2.4rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb26 {
  padding-bottom: 2.6rem !important;
}

.pb27 {
  padding-bottom: 2.7rem !important;
}

.pb28 {
  padding-bottom: 2.8rem !important;
}

.pb29 {
  padding-bottom: 2.9rem !important;
}

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

.pb31 {
  padding-bottom: 3.1rem !important;
}

.pb32 {
  padding-bottom: 3.2rem !important;
}

.pb33 {
  padding-bottom: 3.3rem !important;
}

.pb34 {
  padding-bottom: 3.4rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb36 {
  padding-bottom: 3.6rem !important;
}

.pb37 {
  padding-bottom: 3.7rem !important;
}

.pb38 {
  padding-bottom: 3.8rem !important;
}

.pb39 {
  padding-bottom: 3.9rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb41 {
  padding-bottom: 4.1rem !important;
}

.pb42 {
  padding-bottom: 4.2rem !important;
}

.pb43 {
  padding-bottom: 4.3rem !important;
}

.pb44 {
  padding-bottom: 4.4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb46 {
  padding-bottom: 4.6rem !important;
}

.pb47 {
  padding-bottom: 4.7rem !important;
}

.pb48 {
  padding-bottom: 4.8rem !important;
}

.pb49 {
  padding-bottom: 4.9rem !important;
}

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

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pb105 {
  padding-bottom: 10.5rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pb115 {
  padding-bottom: 11.5rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

/* ---------- END PADDING BOTTOM ---------- */
/* ---------- START PADDING LEFT ---------- */
.pl00 {
  padding-left: 0rem !important;
}

.pl01 {
  padding-left: 0.1rem !important;
}

.pl02 {
  padding-left: 0.2rem !important;
}

.pl03 {
  padding-left: 0.3rem !important;
}

.pl04 {
  padding-left: 0.4rem !important;
}

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

.pl06 {
  padding-left: 0.6rem !important;
}

.pl07 {
  padding-left: 0.7rem !important;
}

.pl08 {
  padding-left: 0.8rem !important;
}

.pl09 {
  padding-left: 0.9rem !important;
}

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

.pl11 {
  padding-left: 1.1rem !important;
}

.pl12 {
  padding-left: 1.2rem !important;
}

.pl13 {
  padding-left: 1.3rem !important;
}

.pl14 {
  padding-left: 1.4rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl16 {
  padding-left: 1.6rem !important;
}

.pl17 {
  padding-left: 1.7rem !important;
}

.pl18 {
  padding-left: 1.8rem !important;
}

.pl19 {
  padding-left: 1.9rem !important;
}

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

.pl21 {
  padding-left: 2.1rem !important;
}

.pl22 {
  padding-left: 2.2rem !important;
}

.pl23 {
  padding-left: 2.3rem !important;
}

.pl24 {
  padding-left: 2.4rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl26 {
  padding-left: 2.6rem !important;
}

.pl27 {
  padding-left: 2.7rem !important;
}

.pl28 {
  padding-left: 2.8rem !important;
}

.pl29 {
  padding-left: 2.9rem !important;
}

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

.pl31 {
  padding-left: 3.1rem !important;
}

.pl32 {
  padding-left: 3.2rem !important;
}

.pl33 {
  padding-left: 3.3rem !important;
}

.pl34 {
  padding-left: 3.4rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl36 {
  padding-left: 3.6rem !important;
}

.pl37 {
  padding-left: 3.7rem !important;
}

.pl38 {
  padding-left: 3.8rem !important;
}

.pl39 {
  padding-left: 3.9rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl41 {
  padding-left: 4.1rem !important;
}

.pl42 {
  padding-left: 4.2rem !important;
}

.pl43 {
  padding-left: 4.3rem !important;
}

.pl44 {
  padding-left: 4.4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl46 {
  padding-left: 4.6rem !important;
}

.pl47 {
  padding-left: 4.7rem !important;
}

.pl48 {
  padding-left: 4.8rem !important;
}

.pl49 {
  padding-left: 4.9rem !important;
}

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

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pl105 {
  padding-left: 10.5rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pl115 {
  padding-left: 11.5rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

/* ---------- END PADDING LEFT ---------- */
/*====================================================================================
5. END BASE PADDING
====================================================================================*/
/*====================================================================================
6. START BASE FONT SIZE.
====================================================================================*/
.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

/*====================================================================================
6. END BASE FONT SIZE.
====================================================================================*/
/*====================================================================================
7. START BASE BOX, BLOCK.
====================================================================================*/
/* ---------- START DISPLAY ----------*/
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

/* ---------- END DISPLAY ----------*/
/* ---------- START OVERFLOW ----------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto;
}

/* ---------- END OVERFLOW ----------*/
/* ---------- START FLOAT ----------*/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/* ---------- END FLOAT ----------*/
/* ---------- START VERTICAL ----------*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* ---------- END VERTICAL ----------*/
/*====================================================================================
7. END BASE BOX, BLOCK.
====================================================================================*/
/*====================================================================================
8. START BASE BORDER.
====================================================================================*/
.bd-radius00 {
  border-radius: 0 !important;
}

.bd-radius01 {
  border-radius: 0.1rem !important;
}

.bd-radius02 {
  border-radius: 0.2rem !important;
}

.bd-radius03 {
  border-radius: 0.3rem !important;
}

.bd-radius04 {
  border-radius: 0.4rem !important;
}

.bd-radius05 {
  border-radius: 0.5rem !important;
}

.bd-radius06 {
  border-radius: 0.6rem !important;
}

.bd-radius07 {
  border-radius: 0.7rem !important;
}

.bd-radius08 {
  border-radius: 0.8rem !important;
}

.bd-radius09 {
  border-radius: 0.9rem !important;
}

.bd-radius10 {
  border-radius: 1rem !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/*====================================================================================
8. END BASE BORDER.
====================================================================================*/
/*====================================================================================
9. START BASE FLEX.
====================================================================================*/
.flex-column {
  flex-direction: column !important;
}

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

/*---------- START JUSTIFY-CONTENT ----------*/
.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

/*---------- END JUSTIFY-CONTENT ----------*/
/*---------- START ALIGN-ITEMS ----------*/
.align-start {
  align-items: flex-start !important;
}

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

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

/*---------- END ALIGN-ITEMS ----------*/
/*====================================================================================
9. END BASE FLEX.
====================================================================================*/
/*====================================================================================
10. START BASE TEXT.
====================================================================================*/
/* ---------- START FONT STYLES ---------- */
.font-italic,
.italic {
  font-style: italic !important;
}

/* ---------- END FONT STYLES ---------- */
/* ---------- START TEXT VERTICAL ---------- */
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

/* ---------- END TEXT VERTICAL ---------- */
/* ---------- START FONT WEIGHT ---------- */
.font-normal {
  font-weight: normal !important;
}

.font-bold,
.bold {
  font-weight: bold !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/* ---------- END FONT WEIGHT ---------- */
/* ---------- START TEXT ALIGN ---------- */
.text-left {
  text-align: left !important;
}

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

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

@media only screen and (max-width: 1799px) {
  .text-center-from-xxxl {
    text-align: center !important;
  }
  .text-left-from-xxxl {
    text-align: left !important;
  }
  .text-right-from-xxxl {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1549px) {
  .text-center-from-xxl {
    text-align: center !important;
  }
  .text-left-from-xxl {
    text-align: left !important;
  }
  .text-right-from-xxl {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1199px) {
  .text-center-from-xl {
    text-align: center !important;
  }
  .text-left-from-xl {
    text-align: left !important;
  }
  .text-right-from-xl {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text-center-from-lg {
    text-align: center !important;
  }
  .text-left-from-lg {
    text-align: left !important;
  }
  .text-right-from-lg {
    text-align: right !important;
  }
}
@media only screen and (max-width: 991px) {
  .text-center-from-md {
    text-align: center !important;
  }
  .text-left-from-md {
    text-align: left !important;
  }
  .text-right-from-md {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .text-center-from-sm {
    text-align: center !important;
  }
  .text-left-from-sm {
    text-align: left !important;
  }
  .text-right-from-sm {
    text-align: right !important;
  }
}
@media only screen and (max-width: 575px) {
  .text-center-from-xs {
    text-align: center !important;
  }
  .text-left-from-xs {
    text-align: left !important;
  }
  .text-right-from-xs {
    text-align: right !important;
  }
}
@media only screen and (max-width: 420px) {
  .text-center-from-xss {
    text-align: center !important;
  }
  .text-left-from-xss {
    text-align: left !important;
  }
  .text-right-from-xss {
    text-align: right !important;
  }
}
@media only screen and (max-width: 380px) {
  .text-center-from-xsss {
    text-align: center !important;
  }
  .text-left-from-xsss {
    text-align: left !important;
  }
  .text-right-from-xsss {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1800px) {
  .text-center-to-xxxl {
    text-align: center !important;
  }
  .text-left-to-xxxl {
    text-align: left !important;
  }
  .text-right-to-xxxl {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1550px) {
  .text-center-to-xxl {
    text-align: center !important;
  }
  .text-left-to-xxl {
    text-align: left !important;
  }
  .text-right-to-xxl {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .text-center-to-xl {
    text-align: center !important;
  }
  .text-left-to-xl {
    text-align: left !important;
  }
  .text-right-to-xl {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1025px) {
  .text-center-to-lg {
    text-align: center !important;
  }
  .text-left-to-lg {
    text-align: left !important;
  }
  .text-right-to-lg {
    text-align: right !important;
  }
}
@media only screen and (min-width: 992px) {
  .text-center-to-md {
    text-align: center !important;
  }
  .text-left-to-md {
    text-align: left !important;
  }
  .text-right-to-md {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-center-to-sm {
    text-align: center !important;
  }
  .text-left-to-sm {
    text-align: left !important;
  }
  .text-right-to-sm {
    text-align: right !important;
  }
}
@media only screen and (min-width: 576px) {
  .text-center-to-xs {
    text-align: center !important;
  }
  .text-left-to-xs {
    text-align: left !important;
  }
  .text-right-to-xs {
    text-align: right !important;
  }
}
@media only screen and (min-width: 421px) {
  .text-center-to-xss {
    text-align: center !important;
  }
  .text-left-to-xss {
    text-align: left !important;
  }
  .text-right-to-xss {
    text-align: right !important;
  }
}
@media only screen and (min-width: 381px) {
  .text-center-to-xsss {
    text-align: center !important;
  }
  .text-left-to-xsss {
    text-align: left !important;
  }
  .text-right-to-xsss {
    text-align: right !important;
  }
}
/* ---------- END TEXT ALIGN ---------- */
/* ---------- START TEXT TRANSFORM ---------- */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-none-underline {
  text-decoration: none !important;
}

.w-brall {
  word-break: break-all;
}

/* ---------- END TEXT TRANSFORM ---------- */
/* ---------- START LETTER SPACING ---------- */
.text-space01 {
  letter-spacing: 0.01em !important;
}

.text-space02 {
  letter-spacing: 0.02em !important;
}

.text-space03 {
  letter-spacing: 0.03em !important;
}

.text-space04 {
  letter-spacing: 0.04em !important;
}

.text-space05 {
  letter-spacing: 0.05em !important;
}

.text-space06 {
  letter-spacing: 0.06em !important;
}

.text-space07 {
  letter-spacing: 0.07em !important;
}

.text-space08 {
  letter-spacing: 0.08em !important;
}

.text-space09 {
  letter-spacing: 0.09em !important;
}

.text-space10 {
  letter-spacing: 0.1em !important;
}

/* ---------- END LETTER SPACING ---------- */
/* ---------- START LINE HEIGHT ---------- */
.lh00 {
  line-height: 0 !important;
}

.lh01 {
  line-height: 0.1 !important;
}

.lh02 {
  line-height: 0.2 !important;
}

.lh03 {
  line-height: 0.3 !important;
}

.lh04 {
  line-height: 0.4 !important;
}

.lh05 {
  line-height: 0.5 !important;
}

.lh06 {
  line-height: 0.6 !important;
}

.lh07 {
  line-height: 0.7 !important;
}

.lh08 {
  line-height: 0.8 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* ---------- END LINE HEIGHT ---------- */
/*====================================================================================
10. END BASE TEXT.
====================================================================================*/
/*====================================================================================
11. START BASE IMAGE.
====================================================================================*/
.pic img {
  max-width: 100%;
  height: auto;
}

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

/*====================================================================================
11. END BASE IMAGE.
====================================================================================*/
/*====================================================================================
12. START BASE HIDING CLASSES.
====================================================================================*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.hide {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .hide-from-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 1799px) {
  .hide-from-xxxl {
    display: none !important;
  }
}
@media only screen and (max-width: 1549px) {
  .hide-from-xxl {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hide-from-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-from-md {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-from-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .hide-from-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .hide-from-xss {
    display: none !important;
  }
}
@media only screen and (max-width: 380px) {
  .hide-from-xsss {
    display: none !important;
  }
}
@media only screen and (min-width: 1800px) {
  .hide-to-xxl {
    display: none !important;
  }
}
@media only screen and (min-width: 1550px) {
  .hide-to-xxl {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-to-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-to-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-to-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-to-md {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hide-to-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .hide-to-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 421px) {
  .hide-to-xss {
    display: none !important;
  }
}
@media only screen and (min-width: 381px) {
  .hide-to-xsss {
    display: none !important;
  }
}
/*====================================================================================
12. END BASE HIDING CLASSES.
====================================================================================*/
/*====================================================================================
13. START BASE POSITION, Z-INDEX.
====================================================================================*/
/*---------- START POSITION ----------*/
.position-unset {
  position: unset !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-static {
  position: static !important;
}

/*---------- END POSITION ----------*/
/*---------- START Z-INDEX ----------*/
.z-index-01 {
  z-index: 1 !important;
}

.z-index-02 {
  z-index: 2 !important;
}

.z-index-03 {
  z-index: 3 !important;
}

.z-index-04 {
  z-index: 4 !important;
}

.z-index-05 {
  z-index: 5 !important;
}

.z-index-06 {
  z-index: 6 !important;
}

.z-index-07 {
  z-index: 7 !important;
}

.z-index-08 {
  z-index: 8 !important;
}

.z-index-09 {
  z-index: 9 !important;
}

.z-index-full {
  z-index: 99999 !important;
}

.m-z-index-01 {
  z-index: -1 !important;
}

/*---------- END Z-INDEX ----------*/
/*====================================================================================
13. END BASE POSITION, Z-INDEX.
====================================================================================*/