@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.wrap-breadcrumb {
  width: 100%;
  padding: 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 77;
}

.breadcrumb-ellipsis {
  font-weight: 500;
  background: none;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-ellipsis li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
  font-size: 20px;
  font-size: 2.6666666667vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #888;
}
@media screen and (min-width: 769px) {
  .breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
    font-size: 10px;
  }
}
.breadcrumb-ellipsis a {
  display: inline;
  text-decoration: underline;
}
.breadcrumb-ellipsis a:hover {
  text-decoration: underline;
}
.breadcrumb-ellipsis .breadcrumb-item {
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagenation li {
  display: block;
  line-height: 1em;
  font-weight: 500;
  width: 100px;
  max-width: 100%;
  max-width: 15.3846153846%;
  aspect-ratio: 1/1;
  font-weight: 500;
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .pagenation li {
    max-width: 50px;
  }
}
.pagenation li.current, .pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pagenation li.current {
  background: #ccc;
  color: #888;
  border: solid 2px #ccc;
}
.pagenation li a {
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 2px #fff;
  color: #121212;
}

.pager {
  display: flex;
  justify-content: center;
  position: relative;
  border-top: solid 1px #888;
  padding-bottom: 40px;
}
.pager li {
  padding: 0;
  position: absolute;
  top: 20px;
}
.pager li a {
  color: #888;
  font-weight: 500;
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1em;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pager li a {
    font-size: 12px;
  }
}
.pager .prev {
  left: 0;
  z-index: 1;
}
.pager .prev a::before {
  content: "<";
  font-weight: 900;
  margin-right: 15px;
}
.pager .next {
  right: 0;
  z-index: 1;
}
.pager .next a::after {
  content: ">";
  font-weight: 900;
  margin-left: 15px;
}
.pager .back {
  right: 0;
  left: 0;
}
.pager .back a {
  display: table;
  margin: 0 auto;
}

.list-sitemap .list-item {
  border-bottom: solid 1px #4c4c4c;
}
.list-sitemap .list-link {
  display: block;
  padding: 4%;
}
.list-sitemap .list-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #b08644;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .pc-none, .pc-none-inline, .pc-none-blk {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-none, .pc-none-inline, .pc-none-blk {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-none, .sp-none-inline, .sp-none-blk {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-none, .sp-none-inline, .sp-none-blk {
    display: none;
  }
}

.dsp-none {
  display: none !important;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.tbl-ct {
  display: table;
  margin: 0 auto;
}

.txt-vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.indent {
  text-indent: -16px;
  padding-left: 16px;
}

.txt-aln-c {
  text-align: center;
}

.txt-aln-rt {
  text-align: right;
}

.txt-aln-lt {
  text-align: left;
}

.ft-wgt-300 {
  font-weight: 300;
}

.ft-wgt-400 {
  font-weight: 400;
}

.ft-wgt-500 {
  font-weight: 500;
}

.ft-wgt-600 {
  font-weight: 600;
}

.ft-wgt-700 {
  font-weight: 700;
}

.ft-wgt-800 {
  font-weight: 800;
}

.line-h1 {
  line-height: 1em !important;
}

.line-h24 {
  line-height: 24px !important;
}

.line-h28 {
  line-height: 28px !important;
}

.line-h30 {
  line-height: 30px !important;
}

.line-h36 {
  line-height: 36px !important;
}

.line-h40 {
  line-height: 1.53 !important;
}

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

.line-h60 {
  line-height: 2.14 !important;
}

.ltr-spc-0 {
  letter-spacing: 0 !important;
}

.ltr-spc-50 {
  letter-spacing: 0.05em !important;
}

.ltr-spc-100 {
  letter-spacing: 0.1em;
}

.ltr-spc-150 {
  letter-spacing: 0.15em;
}

.ltr-spc-200 {
  letter-spacing: 0.2em;
}

.clamp1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.clamp2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.font-fam-serif {
  font-family: "Noto Serif JP", serif !important;
}

.font-fam-san {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-fam-yugo {
  font-family: "Yu Gothic", "YuGothic", "Yu Gothic Medium", "YuGothic Medium", "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}

.font-fam-yumin {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.font-fam-maru {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500 !important;
}

.font-fam-yuji {
  font-family: "Yuji Syuku", serif !important;
}

.tp0 {
  top: 0;
}

.btm0 {
  bottom: 0;
}

.lt0 {
  left: 0;
}

.rt0 {
  right: 0;
}

.all-ct {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.zin-1 {
  z-index: -1;
}

.zin0 {
  z-index: 0;
}

.zin1 {
  z-index: 1;
}

.zin2 {
  z-index: 2;
}

/*display flexキッド 
=================================================*/
.flx {
  display: flex;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*縦並び
-----------------------*/
.flx-clm {
  flex-direction: column;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*水平揃え　逆並び
-----------------------*/
.flx-reverse {
  flex-direction: row-reverse;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

.mgn-auto {
  margin: 0 auto;
}

.revrse-x {
  transform: scale(-1, 1);
}

.revrse-y {
  transform: scale(1, -1);
}

.reverse-xy {
  transform: scale(-1, -1);
}

.over {
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.blk {
  display: block;
}

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

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

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

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.w50p {
  width: 50%;
}

.pstn-rel {
  position: relative;
}

.pstn-abs {
  position: absolute;
}

.pstn-fix {
  position: fixed;
}

.wht-spc-pre {
  white-space: pre-wrap;
}

.wht-spc-now {
  white-space: nowrap;
}

.mgn0 {
  margin: 0 !important;
}

.mgn5 {
  margin: 5px !important;
}

.mgn10 {
  margin: 10px !important;
}

.mgn15 {
  margin: 15px !important;
}

.mgn20 {
  margin: 20px !important;
}

.mgn25 {
  margin: 25px !important;
}

.mgn30 {
  margin: 30px !important;
}

.mgn35 {
  margin: 35px !important;
}

.mgn40 {
  margin: 40px !important;
}

.mgn45 {
  margin: 45px !important;
}

.mgn50 {
  margin: 50px !important;
}

.mgn55 {
  margin: 55px !important;
}

.mgn60 {
  margin: 60px !important;
}

.mgn65 {
  margin: 65px !important;
}

.mgn70 {
  margin: 70px !important;
}

.mgn75 {
  margin: 75px !important;
}

.mgn80 {
  margin: 80px !important;
}

.mgn85 {
  margin: 85px !important;
}

.mgn90 {
  margin: 90px !important;
}

.mgn95 {
  margin: 95px !important;
}

.mgn100 {
  margin: 100px !important;
}

.mgn105 {
  margin: 105px !important;
}

.mgn110 {
  margin: 110px !important;
}

.mgn115 {
  margin: 115px !important;
}

.mgn120 {
  margin: 120px !important;
}

.mgn125 {
  margin: 125px !important;
}

.mgn130 {
  margin: 130px !important;
}

.mgn135 {
  margin: 135px !important;
}

.mgn140 {
  margin: 140px !important;
}

.mgn145 {
  margin: 145px !important;
}

.mgn150 {
  margin: 150px !important;
}

.mgn155 {
  margin: 155px !important;
}

.mgn160 {
  margin: 160px !important;
}

.mgn165 {
  margin: 165px !important;
}

.mgn170 {
  margin: 170px !important;
}

.mgn175 {
  margin: 175px !important;
}

.mgn180 {
  margin: 180px !important;
}

.mgn185 {
  margin: 185px !important;
}

.mgn190 {
  margin: 190px !important;
}

.mgn195 {
  margin: 195px !important;
}

.mgn200 {
  margin: 200px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mlr5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mlr35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mlr45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mlr55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mlr65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mlr75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mlr85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mlr95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mlr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mlr105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.mlr110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.mlr115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.mlr120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mlr125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.mlr130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.mlr135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.mlr140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.mlr145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.mlr150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.mlr155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.mlr160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.mlr165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.mlr170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.mlr175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.mlr180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.mlr185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.mlr190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.mlr195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.mlr200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.mtb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mtb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mtb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mtb55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mtb65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mtb75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtb85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mtb95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mtb105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.mtb110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.mtb115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.mtb120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mtb125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.mtb130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.mtb135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.mtb140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.mtb145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.mtb150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mtb155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.mtb160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.mtb165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.mtb170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.mtb175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.mtb180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.mtb185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.mtb190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.mtb195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.mtb200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.pd0 {
  padding: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd85 {
  padding: 85px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd95 {
  padding: 95px !important;
}

.pd100 {
  padding: 100px !important;
}

.pd105 {
  padding: 105px !important;
}

.pd110 {
  padding: 110px !important;
}

.pd115 {
  padding: 115px !important;
}

.pd120 {
  padding: 120px !important;
}

.pd125 {
  padding: 125px !important;
}

.pd130 {
  padding: 130px !important;
}

.pd135 {
  padding: 135px !important;
}

.pd140 {
  padding: 140px !important;
}

.pd145 {
  padding: 145px !important;
}

.pd150 {
  padding: 150px !important;
}

.pd155 {
  padding: 155px !important;
}

.pd160 {
  padding: 160px !important;
}

.pd165 {
  padding: 165px !important;
}

.pd170 {
  padding: 170px !important;
}

.pd175 {
  padding: 175px !important;
}

.pd180 {
  padding: 180px !important;
}

.pd185 {
  padding: 185px !important;
}

.pd190 {
  padding: 190px !important;
}

.pd195 {
  padding: 195px !important;
}

.pd200 {
  padding: 200px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.plr35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.plr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.plr55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.plr65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.plr75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.plr85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.plr95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.plr105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.plr110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.plr115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.plr120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.plr125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.plr130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.plr135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.plr140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.plr145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.plr150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.plr155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.plr160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.plr165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.plr170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.plr175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.plr180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.plr185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.plr190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.plr195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.plr200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ptb105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.ptb110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ptb115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.ptb120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ptb125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.ptb130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ptb135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.ptb140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ptb145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.ptb150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ptb155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.ptb160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ptb165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.ptb170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.ptb175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.ptb180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ptb185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.ptb190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.ptb195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.ptb200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.f5 {
  font-size: 5px;
  font-size: 0.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f5 {
    font-size: 2.5px;
  }
}

.f6 {
  font-size: 6px;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) {
  .f6 {
    font-size: 3px;
  }
}

.f7 {
  font-size: 7px;
  font-size: 0.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f7 {
    font-size: 3.5px;
  }
}

.f8 {
  font-size: 8px;
  font-size: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f8 {
    font-size: 4px;
  }
}

.f9 {
  font-size: 9px;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) {
  .f9 {
    font-size: 4.5px;
  }
}

.f10 {
  font-size: 10px;
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f10 {
    font-size: 5px;
  }
}

.f11 {
  font-size: 11px;
  font-size: 1.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f11 {
    font-size: 5.5px;
  }
}

.f12 {
  font-size: 12px;
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) {
  .f12 {
    font-size: 6px;
  }
}

.f13 {
  font-size: 13px;
  font-size: 1.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f13 {
    font-size: 6.5px;
  }
}

.f14 {
  font-size: 14px;
  font-size: 1.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f14 {
    font-size: 7px;
  }
}

.f15 {
  font-size: 15px;
  font-size: 2vw;
}
@media screen and (min-width: 769px) {
  .f15 {
    font-size: 7.5px;
  }
}

.f16 {
  font-size: 16px;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f16 {
    font-size: 8px;
  }
}

.f17 {
  font-size: 17px;
  font-size: 2.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f17 {
    font-size: 8.5px;
  }
}

.f18 {
  font-size: 18px;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .f18 {
    font-size: 9px;
  }
}

.f19 {
  font-size: 19px;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f19 {
    font-size: 9.5px;
  }
}

.f20 {
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f20 {
    font-size: 10px;
  }
}

.f21 {
  font-size: 21px;
  font-size: 2.8vw;
}
@media screen and (min-width: 769px) {
  .f21 {
    font-size: 10.5px;
  }
}

.f22 {
  font-size: 22px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f22 {
    font-size: 11px;
  }
}

.f23 {
  font-size: 23px;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f23 {
    font-size: 11.5px;
  }
}

.f24 {
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .f24 {
    font-size: 12px;
  }
}

.f25 {
  font-size: 25px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f25 {
    font-size: 12.5px;
  }
}

.f26 {
  font-size: 26px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f26 {
    font-size: 13px;
  }
}

.f27 {
  font-size: 27px;
  font-size: 3.6vw;
}
@media screen and (min-width: 769px) {
  .f27 {
    font-size: 13.5px;
  }
}

.f28 {
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f28 {
    font-size: 14px;
  }
}

.f29 {
  font-size: 29px;
  font-size: 3.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f29 {
    font-size: 14.5px;
  }
}

.f30 {
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .f30 {
    font-size: 15px;
  }
}

.f31 {
  font-size: 31px;
  font-size: 4.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f31 {
    font-size: 15.5px;
  }
}

.f32 {
  font-size: 32px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f32 {
    font-size: 16px;
  }
}

.f33 {
  font-size: 33px;
  font-size: 4.4vw;
}
@media screen and (min-width: 769px) {
  .f33 {
    font-size: 16.5px;
  }
}

.f34 {
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f34 {
    font-size: 17px;
  }
}

.f35 {
  font-size: 35px;
  font-size: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f35 {
    font-size: 17.5px;
  }
}

.f36 {
  font-size: 36px;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .f36 {
    font-size: 18px;
  }
}

.f37 {
  font-size: 37px;
  font-size: 4.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f37 {
    font-size: 18.5px;
  }
}

.f38 {
  font-size: 38px;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f38 {
    font-size: 19px;
  }
}

.f39 {
  font-size: 39px;
  font-size: 5.2vw;
}
@media screen and (min-width: 769px) {
  .f39 {
    font-size: 19.5px;
  }
}

.f40 {
  font-size: 40px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f40 {
    font-size: 20px;
  }
}

.f41 {
  font-size: 41px;
  font-size: 5.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f41 {
    font-size: 20.5px;
  }
}

.f42 {
  font-size: 42px;
  font-size: 5.6vw;
}
@media screen and (min-width: 769px) {
  .f42 {
    font-size: 21px;
  }
}

.f43 {
  font-size: 43px;
  font-size: 5.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f43 {
    font-size: 21.5px;
  }
}

.f44 {
  font-size: 44px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f44 {
    font-size: 22px;
  }
}

.f45 {
  font-size: 45px;
  font-size: 6vw;
}
@media screen and (min-width: 769px) {
  .f45 {
    font-size: 22.5px;
  }
}

.f46 {
  font-size: 46px;
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f46 {
    font-size: 23px;
  }
}

.f47 {
  font-size: 47px;
  font-size: 6.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f47 {
    font-size: 23.5px;
  }
}

.f48 {
  font-size: 48px;
  font-size: 6.4vw;
}
@media screen and (min-width: 769px) {
  .f48 {
    font-size: 24px;
  }
}

.f49 {
  font-size: 49px;
  font-size: 6.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f49 {
    font-size: 24.5px;
  }
}

.f50 {
  font-size: 50px;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f50 {
    font-size: 25px;
  }
}

.f51 {
  font-size: 51px;
  font-size: 6.8vw;
}
@media screen and (min-width: 769px) {
  .f51 {
    font-size: 25.5px;
  }
}

.f52 {
  font-size: 52px;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f52 {
    font-size: 26px;
  }
}

.f53 {
  font-size: 53px;
  font-size: 7.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f53 {
    font-size: 26.5px;
  }
}

.f54 {
  font-size: 54px;
  font-size: 7.2vw;
}
@media screen and (min-width: 769px) {
  .f54 {
    font-size: 27px;
  }
}

.f55 {
  font-size: 55px;
  font-size: 7.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f55 {
    font-size: 27.5px;
  }
}

.f56 {
  font-size: 56px;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f56 {
    font-size: 28px;
  }
}

.f57 {
  font-size: 57px;
  font-size: 7.6vw;
}
@media screen and (min-width: 769px) {
  .f57 {
    font-size: 28.5px;
  }
}

.f58 {
  font-size: 58px;
  font-size: 7.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f58 {
    font-size: 29px;
  }
}

.f59 {
  font-size: 59px;
  font-size: 7.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f59 {
    font-size: 29.5px;
  }
}

.f60 {
  font-size: 60px;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .f60 {
    font-size: 30px;
  }
}

.f61 {
  font-size: 61px;
  font-size: 8.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f61 {
    font-size: 30.5px;
  }
}

.f62 {
  font-size: 62px;
  font-size: 8.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f62 {
    font-size: 31px;
  }
}

.f63 {
  font-size: 63px;
  font-size: 8.4vw;
}
@media screen and (min-width: 769px) {
  .f63 {
    font-size: 31.5px;
  }
}

.f64 {
  font-size: 64px;
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f64 {
    font-size: 32px;
  }
}

.f65 {
  font-size: 65px;
  font-size: 8.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f65 {
    font-size: 32.5px;
  }
}

.f66 {
  font-size: 66px;
  font-size: 8.8vw;
}
@media screen and (min-width: 769px) {
  .f66 {
    font-size: 33px;
  }
}

.f67 {
  font-size: 67px;
  font-size: 8.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f67 {
    font-size: 33.5px;
  }
}

.f68 {
  font-size: 68px;
  font-size: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f68 {
    font-size: 34px;
  }
}

.f69 {
  font-size: 69px;
  font-size: 9.2vw;
}
@media screen and (min-width: 769px) {
  .f69 {
    font-size: 34.5px;
  }
}

.f70 {
  font-size: 70px;
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f70 {
    font-size: 35px;
  }
}

.f71 {
  font-size: 71px;
  font-size: 9.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f71 {
    font-size: 35.5px;
  }
}

.f72 {
  font-size: 72px;
  font-size: 9.6vw;
}
@media screen and (min-width: 769px) {
  .f72 {
    font-size: 36px;
  }
}

.f73 {
  font-size: 73px;
  font-size: 9.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f73 {
    font-size: 36.5px;
  }
}

.f74 {
  font-size: 74px;
  font-size: 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f74 {
    font-size: 37px;
  }
}

.f75 {
  font-size: 75px;
  font-size: 10vw;
}
@media screen and (min-width: 769px) {
  .f75 {
    font-size: 37.5px;
  }
}

.f76 {
  font-size: 76px;
  font-size: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f76 {
    font-size: 38px;
  }
}

.f77 {
  font-size: 77px;
  font-size: 10.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f77 {
    font-size: 38.5px;
  }
}

.f78 {
  font-size: 78px;
  font-size: 10.4vw;
}
@media screen and (min-width: 769px) {
  .f78 {
    font-size: 39px;
  }
}

.f79 {
  font-size: 79px;
  font-size: 10.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f79 {
    font-size: 39.5px;
  }
}

.f80 {
  font-size: 80px;
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f80 {
    font-size: 40px;
  }
}

.f81 {
  font-size: 81px;
  font-size: 10.8vw;
}
@media screen and (min-width: 769px) {
  .f81 {
    font-size: 40.5px;
  }
}

.f82 {
  font-size: 82px;
  font-size: 10.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f82 {
    font-size: 41px;
  }
}

.f83 {
  font-size: 83px;
  font-size: 11.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f83 {
    font-size: 41.5px;
  }
}

.f84 {
  font-size: 84px;
  font-size: 11.2vw;
}
@media screen and (min-width: 769px) {
  .f84 {
    font-size: 42px;
  }
}

.f85 {
  font-size: 85px;
  font-size: 11.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f85 {
    font-size: 42.5px;
  }
}

.f86 {
  font-size: 86px;
  font-size: 11.4666666667vw;
}
@media screen and (min-width: 769px) {
  .f86 {
    font-size: 43px;
  }
}

.f87 {
  font-size: 87px;
  font-size: 11.6vw;
}
@media screen and (min-width: 769px) {
  .f87 {
    font-size: 43.5px;
  }
}

.f88 {
  font-size: 88px;
  font-size: 11.7333333333vw;
}
@media screen and (min-width: 769px) {
  .f88 {
    font-size: 44px;
  }
}

.f89 {
  font-size: 89px;
  font-size: 11.8666666667vw;
}
@media screen and (min-width: 769px) {
  .f89 {
    font-size: 44.5px;
  }
}

.f90 {
  font-size: 90px;
  font-size: 12vw;
}
@media screen and (min-width: 769px) {
  .f90 {
    font-size: 45px;
  }
}

.f91 {
  font-size: 91px;
  font-size: 12.1333333333vw;
}
@media screen and (min-width: 769px) {
  .f91 {
    font-size: 45.5px;
  }
}

.f92 {
  font-size: 92px;
  font-size: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  .f92 {
    font-size: 46px;
  }
}

.f93 {
  font-size: 93px;
  font-size: 12.4vw;
}
@media screen and (min-width: 769px) {
  .f93 {
    font-size: 46.5px;
  }
}

.f94 {
  font-size: 94px;
  font-size: 12.5333333333vw;
}
@media screen and (min-width: 769px) {
  .f94 {
    font-size: 47px;
  }
}

.f95 {
  font-size: 95px;
  font-size: 12.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f95 {
    font-size: 47.5px;
  }
}

.f96 {
  font-size: 96px;
  font-size: 12.8vw;
}
@media screen and (min-width: 769px) {
  .f96 {
    font-size: 48px;
  }
}

.f97 {
  font-size: 97px;
  font-size: 12.9333333333vw;
}
@media screen and (min-width: 769px) {
  .f97 {
    font-size: 48.5px;
  }
}

.f98 {
  font-size: 98px;
  font-size: 13.0666666667vw;
}
@media screen and (min-width: 769px) {
  .f98 {
    font-size: 49px;
  }
}

.f99 {
  font-size: 99px;
  font-size: 13.2vw;
}
@media screen and (min-width: 769px) {
  .f99 {
    font-size: 49.5px;
  }
}

.f100 {
  font-size: 100px;
  font-size: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f100 {
    font-size: 50px;
  }
}

.f110 {
  font-size: 110px;
  font-size: 14.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f110 {
    font-size: 55px;
  }
}

.f120 {
  font-size: 120px;
  font-size: 16vw;
}
@media screen and (min-width: 769px) {
  .f120 {
    font-size: 60px;
  }
}

.f130 {
  font-size: 130px;
  font-size: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f130 {
    font-size: 65px;
  }
}

.f140 {
  font-size: 140px;
  font-size: 18.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f140 {
    font-size: 70px;
  }
}

.f150 {
  font-size: 150px;
  font-size: 20vw;
}
@media screen and (min-width: 769px) {
  .f150 {
    font-size: 75px;
  }
}

.f160 {
  font-size: 160px;
  font-size: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f160 {
    font-size: 80px;
  }
}

.f170 {
  font-size: 170px;
  font-size: 22.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f170 {
    font-size: 85px;
  }
}

.f180 {
  font-size: 180px;
  font-size: 24vw;
}
@media screen and (min-width: 769px) {
  .f180 {
    font-size: 90px;
  }
}

.f190 {
  font-size: 190px;
  font-size: 25.3333333333vw;
}
@media screen and (min-width: 769px) {
  .f190 {
    font-size: 95px;
  }
}

.f200 {
  font-size: 200px;
  font-size: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .f200 {
    font-size: 100px;
  }
}

.r0 {
  border-radius: 0;
}

.r5 {
  border-radius: 5px;
}

.r10 {
  border-radius: 10px;
}

.r15 {
  border-radius: 15px;
}

.r20 {
  border-radius: 20px;
}

.r25 {
  border-radius: 25px;
}

.r30 {
  border-radius: 30px;
}

.r35 {
  border-radius: 35px;
}

.r40 {
  border-radius: 40px;
}

.r45 {
  border-radius: 45px;
}

.r50 {
  border-radius: 50px;
}

.r50rem {
  border-radius: 50rem;
}

.bdr-blk1 {
  border: solid 1px #121212;
}

.bdr-blk2 {
  border: solid 2px #121212;
}

.bdr-blk3 {
  border: solid 3px #121212;
}

.bdr-blk4 {
  border: solid 4px #121212;
}

.bdr-blk5 {
  border: solid 5px #121212;
}

.bdr-tp-blk1 {
  border-top: solid 1px #121212;
}

.bdr-tp-blk2 {
  border-top: solid 2px #121212;
}

.bdr-tp-blk3 {
  border-top: solid 3px #121212;
}

.bdr-tp-blk4 {
  border-top: solid 4px #121212;
}

.bdr-tp-blk5 {
  border-top: solid 5px #121212;
}

.bdr-btm-blk1 {
  border-bottom: solid 1px #121212;
}

.bdr-btm-blk2 {
  border-bottom: solid 2px #121212;
}

.bdr-btm-blk3 {
  border-bottom: solid 3px #121212;
}

.bdr-btm-blk4 {
  border-bottom: solid 4px #121212;
}

.bdr-btm-blk5 {
  border-bottom: solid 5px #121212;
}

.bdr-lft-blk1 {
  border-left: solid 1px #121212;
}

.bdr-lft-blk2 {
  border-left: solid 2px #121212;
}

.bdr-lft-blk3 {
  border-left: solid 3px #121212;
}

.bdr-lft-blk4 {
  border-left: solid 4px #121212;
}

.bdr-lft-blk5 {
  border-left: solid 5px #121212;
}

.bdr-rt-blk1 {
  border-right: solid 1px #121212;
}

.bdr-rt-blk2 {
  border-right: solid 2px #121212;
}

.bdr-rt-blk3 {
  border-right: solid 3px #121212;
}

.bdr-rt-blk4 {
  border-right: solid 4px #121212;
}

.bdr-rt-blk5 {
  border-right: solid 5px #121212;
}

.bdr-wht1 {
  border: solid 1px #fff;
}

.bdr-wht2 {
  border: solid 2px #fff;
}

.bdr-wht3 {
  border: solid 3px #fff;
}

.bdr-wht4 {
  border: solid 4px #fff;
}

.bdr-wht5 {
  border: solid 5px #fff;
}

.bdr-tp-wht1 {
  border-top: solid 1px #fff;
}

.bdr-tp-wht2 {
  border-top: solid 2px #fff;
}

.bdr-tp-wht3 {
  border-top: solid 3px #fff;
}

.bdr-tp-wht4 {
  border-top: solid 4px #fff;
}

.bdr-tp-wht5 {
  border-top: solid 5px #fff;
}

.bdr-btm-wht1 {
  border-bottom: solid 1px #fff;
}

.bdr-btm-wht2 {
  border-bottom: solid 2px #fff;
}

.bdr-btm-wht3 {
  border-bottom: solid 3px #fff;
}

.bdr-btm-wht4 {
  border-bottom: solid 4px #fff;
}

.bdr-btm-wht5 {
  border-bottom: solid 5px #fff;
}

.bdr-lft-wht1 {
  border-left: solid 1px #fff;
}

.bdr-lft-wht2 {
  border-left: solid 2px #fff;
}

.bdr-lft-wht3 {
  border-left: solid 3px #fff;
}

.bdr-lft-wht4 {
  border-left: solid 4px #fff;
}

.bdr-lft-wht5 {
  border-left: solid 5px #fff;
}

.bdr-rt-wht1 {
  border-right: solid 1px #fff;
}

.bdr-rt-wht2 {
  border-right: solid 2px #fff;
}

.bdr-rt-wht3 {
  border-right: solid 3px #fff;
}

.bdr-rt-wht4 {
  border-right: solid 4px #fff;
}

.bdr-rt-wht5 {
  border-right: solid 5px #fff;
}

.bdr-gold1 {
  border: solid 1px #b08644;
}

.bdr-gold2 {
  border: solid 2px #b08644;
}

.bdr-gold3 {
  border: solid 3px #b08644;
}

.bdr-gold4 {
  border: solid 4px #b08644;
}

.bdr-gold5 {
  border: solid 5px #b08644;
}

.bdr-tp-gold1 {
  border-top: solid 1px #b08644;
}

.bdr-tp-gold2 {
  border-top: solid 2px #b08644;
}

.bdr-tp-gold3 {
  border-top: solid 3px #b08644;
}

.bdr-tp-gold4 {
  border-top: solid 4px #b08644;
}

.bdr-tp-gold5 {
  border-top: solid 5px #b08644;
}

.bdr-btm-gold1 {
  border-bottom: solid 1px #b08644;
}

.bdr-btm-gold2 {
  border-bottom: solid 2px #b08644;
}

.bdr-btm-gold3 {
  border-bottom: solid 3px #b08644;
}

.bdr-btm-gold4 {
  border-bottom: solid 4px #b08644;
}

.bdr-btm-gold5 {
  border-bottom: solid 5px #b08644;
}

.bdr-lft-gold1 {
  border-left: solid 1px #b08644;
}

.bdr-lft-gold2 {
  border-left: solid 2px #b08644;
}

.bdr-lft-gold3 {
  border-left: solid 3px #b08644;
}

.bdr-lft-gold4 {
  border-left: solid 4px #b08644;
}

.bdr-lft-gold5 {
  border-left: solid 5px #b08644;
}

.bdr-rt-gold1 {
  border-right: solid 1px #b08644;
}

.bdr-rt-gold2 {
  border-right: solid 2px #b08644;
}

.bdr-rt-gold3 {
  border-right: solid 3px #b08644;
}

.bdr-rt-gold4 {
  border-right: solid 4px #b08644;
}

.bdr-rt-gold5 {
  border-right: solid 5px #b08644;
}

.w10 {
  width: 10px;
  max-width: 100%;
}

.w15 {
  width: 15px;
  max-width: 100%;
}

.w20 {
  width: 20px;
  max-width: 100%;
}

.w25 {
  width: 25px;
  max-width: 100%;
}

.w30 {
  width: 30px;
  max-width: 100%;
}

.w35 {
  width: 35px;
  max-width: 100%;
}

.w40 {
  width: 40px;
  max-width: 100%;
}

.w45 {
  width: 45px;
  max-width: 100%;
}

.w50 {
  width: 50px;
  max-width: 100%;
}

.w55 {
  width: 55px;
  max-width: 100%;
}

.w60 {
  width: 60px;
  max-width: 100%;
}

.w65 {
  width: 65px;
  max-width: 100%;
}

.w70 {
  width: 70px;
  max-width: 100%;
}

.w75 {
  width: 75px;
  max-width: 100%;
}

.w80 {
  width: 80px;
  max-width: 100%;
}

.w85 {
  width: 85px;
  max-width: 100%;
}

.w90 {
  width: 90px;
  max-width: 100%;
}

.w95 {
  width: 95px;
  max-width: 100%;
}

.w100 {
  width: 100px;
  max-width: 100%;
}

.w105 {
  width: 105px;
  max-width: 100%;
}

.w110 {
  width: 110px;
  max-width: 100%;
}

.w115 {
  width: 115px;
  max-width: 100%;
}

.w120 {
  width: 120px;
  max-width: 100%;
}

.w125 {
  width: 125px;
  max-width: 100%;
}

.w130 {
  width: 130px;
  max-width: 100%;
}

.w135 {
  width: 135px;
  max-width: 100%;
}

.w140 {
  width: 140px;
  max-width: 100%;
}

.w145 {
  width: 145px;
  max-width: 100%;
}

.w150 {
  width: 150px;
  max-width: 100%;
}

.w155 {
  width: 155px;
  max-width: 100%;
}

.w160 {
  width: 160px;
  max-width: 100%;
}

.w165 {
  width: 165px;
  max-width: 100%;
}

.w170 {
  width: 170px;
  max-width: 100%;
}

.w175 {
  width: 175px;
  max-width: 100%;
}

.w180 {
  width: 180px;
  max-width: 100%;
}

.w185 {
  width: 185px;
  max-width: 100%;
}

.w190 {
  width: 190px;
  max-width: 100%;
}

.w195 {
  width: 195px;
  max-width: 100%;
}

.w200 {
  width: 200px;
  max-width: 100%;
}

.w205 {
  width: 205px;
  max-width: 100%;
}

.w210 {
  width: 210px;
  max-width: 100%;
}

.w215 {
  width: 215px;
  max-width: 100%;
}

.w220 {
  width: 220px;
  max-width: 100%;
}

.w225 {
  width: 225px;
  max-width: 100%;
}

.w230 {
  width: 230px;
  max-width: 100%;
}

.w235 {
  width: 235px;
  max-width: 100%;
}

.w240 {
  width: 240px;
  max-width: 100%;
}

.w245 {
  width: 245px;
  max-width: 100%;
}

.w250 {
  width: 250px;
  max-width: 100%;
}

.w255 {
  width: 255px;
  max-width: 100%;
}

.w260 {
  width: 260px;
  max-width: 100%;
}

.w265 {
  width: 265px;
  max-width: 100%;
}

.w270 {
  width: 270px;
  max-width: 100%;
}

.w275 {
  width: 275px;
  max-width: 100%;
}

.w280 {
  width: 280px;
  max-width: 100%;
}

.w285 {
  width: 285px;
  max-width: 100%;
}

.w290 {
  width: 290px;
  max-width: 100%;
}

.w295 {
  width: 295px;
  max-width: 100%;
}

.w300 {
  width: 300px;
  max-width: 100%;
}

.w305 {
  width: 305px;
  max-width: 100%;
}

.w310 {
  width: 310px;
  max-width: 100%;
}

.w315 {
  width: 315px;
  max-width: 100%;
}

.w320 {
  width: 320px;
  max-width: 100%;
}

.w325 {
  width: 325px;
  max-width: 100%;
}

.w330 {
  width: 330px;
  max-width: 100%;
}

.w335 {
  width: 335px;
  max-width: 100%;
}

.w340 {
  width: 340px;
  max-width: 100%;
}

.w345 {
  width: 345px;
  max-width: 100%;
}

.w350 {
  width: 350px;
  max-width: 100%;
}

.w355 {
  width: 355px;
  max-width: 100%;
}

.w360 {
  width: 360px;
  max-width: 100%;
}

.w365 {
  width: 365px;
  max-width: 100%;
}

.w370 {
  width: 370px;
  max-width: 100%;
}

.w375 {
  width: 375px;
  max-width: 100%;
}

.w380 {
  width: 380px;
  max-width: 100%;
}

.w385 {
  width: 385px;
  max-width: 100%;
}

.w390 {
  width: 390px;
  max-width: 100%;
}

.w395 {
  width: 395px;
  max-width: 100%;
}

.w400 {
  width: 400px;
  max-width: 100%;
}

.w405 {
  width: 405px;
  max-width: 100%;
}

.w410 {
  width: 410px;
  max-width: 100%;
}

.w415 {
  width: 415px;
  max-width: 100%;
}

.w420 {
  width: 420px;
  max-width: 100%;
}

.w425 {
  width: 425px;
  max-width: 100%;
}

.w430 {
  width: 430px;
  max-width: 100%;
}

.w435 {
  width: 435px;
  max-width: 100%;
}

.w440 {
  width: 440px;
  max-width: 100%;
}

.w445 {
  width: 445px;
  max-width: 100%;
}

.w450 {
  width: 450px;
  max-width: 100%;
}

.w455 {
  width: 455px;
  max-width: 100%;
}

.w460 {
  width: 460px;
  max-width: 100%;
}

.w465 {
  width: 465px;
  max-width: 100%;
}

.w470 {
  width: 470px;
  max-width: 100%;
}

.w475 {
  width: 475px;
  max-width: 100%;
}

.w480 {
  width: 480px;
  max-width: 100%;
}

.w485 {
  width: 485px;
  max-width: 100%;
}

.w490 {
  width: 490px;
  max-width: 100%;
}

.w495 {
  width: 495px;
  max-width: 100%;
}

.w500 {
  width: 500px;
  max-width: 100%;
}

.w505 {
  width: 505px;
  max-width: 100%;
}

.w510 {
  width: 510px;
  max-width: 100%;
}

.w515 {
  width: 515px;
  max-width: 100%;
}

.w520 {
  width: 520px;
  max-width: 100%;
}

.w525 {
  width: 525px;
  max-width: 100%;
}

.w530 {
  width: 530px;
  max-width: 100%;
}

.w535 {
  width: 535px;
  max-width: 100%;
}

.w540 {
  width: 540px;
  max-width: 100%;
}

.w545 {
  width: 545px;
  max-width: 100%;
}

.w550 {
  width: 550px;
  max-width: 100%;
}

.w555 {
  width: 555px;
  max-width: 100%;
}

.w560 {
  width: 560px;
  max-width: 100%;
}

.w565 {
  width: 565px;
  max-width: 100%;
}

.w570 {
  width: 570px;
  max-width: 100%;
}

.w575 {
  width: 575px;
  max-width: 100%;
}

.w580 {
  width: 580px;
  max-width: 100%;
}

.w585 {
  width: 585px;
  max-width: 100%;
}

.w590 {
  width: 590px;
  max-width: 100%;
}

.w595 {
  width: 595px;
  max-width: 100%;
}

.w600 {
  width: 600px;
  max-width: 100%;
}

.w605 {
  width: 605px;
  max-width: 100%;
}

.w610 {
  width: 610px;
  max-width: 100%;
}

.w615 {
  width: 615px;
  max-width: 100%;
}

.w620 {
  width: 620px;
  max-width: 100%;
}

.w625 {
  width: 625px;
  max-width: 100%;
}

.w630 {
  width: 630px;
  max-width: 100%;
}

.w635 {
  width: 635px;
  max-width: 100%;
}

.w640 {
  width: 640px;
  max-width: 100%;
}

.w645 {
  width: 645px;
  max-width: 100%;
}

.w650 {
  width: 650px;
  max-width: 100%;
}

.w655 {
  width: 655px;
  max-width: 100%;
}

.w660 {
  width: 660px;
  max-width: 100%;
}

.w665 {
  width: 665px;
  max-width: 100%;
}

.w670 {
  width: 670px;
  max-width: 100%;
}

.w675 {
  width: 675px;
  max-width: 100%;
}

.w680 {
  width: 680px;
  max-width: 100%;
}

.w685 {
  width: 685px;
  max-width: 100%;
}

.w690 {
  width: 690px;
  max-width: 100%;
}

.w695 {
  width: 695px;
  max-width: 100%;
}

.w700 {
  width: 700px;
  max-width: 100%;
}

.w705 {
  width: 705px;
  max-width: 100%;
}

.w710 {
  width: 710px;
  max-width: 100%;
}

.w715 {
  width: 715px;
  max-width: 100%;
}

.w720 {
  width: 720px;
  max-width: 100%;
}

.w725 {
  width: 725px;
  max-width: 100%;
}

.w730 {
  width: 730px;
  max-width: 100%;
}

.w735 {
  width: 735px;
  max-width: 100%;
}

.w740 {
  width: 740px;
  max-width: 100%;
}

.w745 {
  width: 745px;
  max-width: 100%;
}

.w750 {
  width: 750px;
  max-width: 100%;
}

.w755 {
  width: 755px;
  max-width: 100%;
}

.w760 {
  width: 760px;
  max-width: 100%;
}

.w765 {
  width: 765px;
  max-width: 100%;
}

.w770 {
  width: 770px;
  max-width: 100%;
}

.w775 {
  width: 775px;
  max-width: 100%;
}

.w780 {
  width: 780px;
  max-width: 100%;
}

.w785 {
  width: 785px;
  max-width: 100%;
}

.w790 {
  width: 790px;
  max-width: 100%;
}

.w795 {
  width: 795px;
  max-width: 100%;
}

.w800 {
  width: 800px;
  max-width: 100%;
}

.w805 {
  width: 805px;
  max-width: 100%;
}

.w810 {
  width: 810px;
  max-width: 100%;
}

.w815 {
  width: 815px;
  max-width: 100%;
}

.w820 {
  width: 820px;
  max-width: 100%;
}

.w825 {
  width: 825px;
  max-width: 100%;
}

.w830 {
  width: 830px;
  max-width: 100%;
}

.w835 {
  width: 835px;
  max-width: 100%;
}

.w840 {
  width: 840px;
  max-width: 100%;
}

.w845 {
  width: 845px;
  max-width: 100%;
}

.w850 {
  width: 850px;
  max-width: 100%;
}

.w855 {
  width: 855px;
  max-width: 100%;
}

.w860 {
  width: 860px;
  max-width: 100%;
}

.w865 {
  width: 865px;
  max-width: 100%;
}

.w870 {
  width: 870px;
  max-width: 100%;
}

.w875 {
  width: 875px;
  max-width: 100%;
}

.w880 {
  width: 880px;
  max-width: 100%;
}

.w885 {
  width: 885px;
  max-width: 100%;
}

.w890 {
  width: 890px;
  max-width: 100%;
}

.w895 {
  width: 895px;
  max-width: 100%;
}

.w900 {
  width: 900px;
  max-width: 100%;
}

.w905 {
  width: 905px;
  max-width: 100%;
}

.w910 {
  width: 910px;
  max-width: 100%;
}

.w915 {
  width: 915px;
  max-width: 100%;
}

.w920 {
  width: 920px;
  max-width: 100%;
}

.w925 {
  width: 925px;
  max-width: 100%;
}

.w930 {
  width: 930px;
  max-width: 100%;
}

.w935 {
  width: 935px;
  max-width: 100%;
}

.w940 {
  width: 940px;
  max-width: 100%;
}

.w945 {
  width: 945px;
  max-width: 100%;
}

.w950 {
  width: 950px;
  max-width: 100%;
}

.w955 {
  width: 955px;
  max-width: 100%;
}

.w960 {
  width: 960px;
  max-width: 100%;
}

.w965 {
  width: 965px;
  max-width: 100%;
}

.w970 {
  width: 970px;
  max-width: 100%;
}

.w975 {
  width: 975px;
  max-width: 100%;
}

.w980 {
  width: 980px;
  max-width: 100%;
}

.w985 {
  width: 985px;
  max-width: 100%;
}

.w990 {
  width: 990px;
  max-width: 100%;
}

.w995 {
  width: 995px;
  max-width: 100%;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
}

.w1005 {
  width: 1005px;
  max-width: 100%;
}

.w1010 {
  width: 1010px;
  max-width: 100%;
}

.w1015 {
  width: 1015px;
  max-width: 100%;
}

.w1020 {
  width: 1020px;
  max-width: 100%;
}

.w1025 {
  width: 1025px;
  max-width: 100%;
}

.w1030 {
  width: 1030px;
  max-width: 100%;
}

.w1035 {
  width: 1035px;
  max-width: 100%;
}

.w1040 {
  width: 1040px;
  max-width: 100%;
}

.w1045 {
  width: 1045px;
  max-width: 100%;
}

.w1050 {
  width: 1050px;
  max-width: 100%;
}

.w1055 {
  width: 1055px;
  max-width: 100%;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
}

.w1065 {
  width: 1065px;
  max-width: 100%;
}

.w1070 {
  width: 1070px;
  max-width: 100%;
}

.w1075 {
  width: 1075px;
  max-width: 100%;
}

.w1080 {
  width: 1080px;
  max-width: 100%;
}

.w1085 {
  width: 1085px;
  max-width: 100%;
}

.w1090 {
  width: 1090px;
  max-width: 100%;
}

.w1095 {
  width: 1095px;
  max-width: 100%;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
}

.w1105 {
  width: 1105px;
  max-width: 100%;
}

.w1110 {
  width: 1110px;
  max-width: 100%;
}

.w1115 {
  width: 1115px;
  max-width: 100%;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
}

.w1125 {
  width: 1125px;
  max-width: 100%;
}

.w1130 {
  width: 1130px;
  max-width: 100%;
}

.w1135 {
  width: 1135px;
  max-width: 100%;
}

.w1140 {
  width: 1140px;
  max-width: 100%;
}

.w1145 {
  width: 1145px;
  max-width: 100%;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
}

.w1155 {
  width: 1155px;
  max-width: 100%;
}

.w1160 {
  width: 1160px;
  max-width: 100%;
}

.w1165 {
  width: 1165px;
  max-width: 100%;
}

.w1170 {
  width: 1170px;
  max-width: 100%;
}

.w1175 {
  width: 1175px;
  max-width: 100%;
}

.w1180 {
  width: 1180px;
  max-width: 100%;
}

.w1185 {
  width: 1185px;
  max-width: 100%;
}

.w1190 {
  width: 1190px;
  max-width: 100%;
}

.w1195 {
  width: 1195px;
  max-width: 100%;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
}