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

.wrap-breadcrumb {
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}

.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 {
  color: #37393c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
    font-size: 14.1176470588px;
  }
}
.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:not(:first-child) {
  margin-left: 10px;
}
.pagenation a, .pagenation .current {
  display: block;
  line-height: 1;
  font-weight: 500;
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.pagenation a {
  background: #37393c;
  border: solid 2px #37393c;
  color: #fff;
}
.pagenation .current {
  background: #ccc;
  color: #888;
  border: solid 2px #ccc;
}

.pager {
  display: flex;
  justify-content: center;
  position: relative;
  border-top: solid 1px rgba(55, 57, 60, 0.1);
  padding-bottom: 40px;
}
.pager li {
  padding: 0;
  position: absolute;
  top: 20px;
}
.pager a {
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(55, 57, 60, 0.7);
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pager a {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .pager a {
    font-size: 14.7058823529px;
  }
}
.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 .site-item {
  border-bottom: solid 1px rgba(55, 57, 60, 0.1);
}
.list-sitemap .site-link {
  display: block;
  color: #37393c;
  padding: 20px 4%;
}
.list-sitemap .site-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #37393c;
  margin-right: 10px;
  vertical-align: middle;
}

.com-blog {
  border-top: solid 2px rgba(55, 57, 60, 0.1);
  border-top: solid 2px rgba(55, 57, 60, 0.1);
}
.com-blog .blog-item {
  padding: 30px 0;
}
.com-blog .blog-item:not(:first-child) {
  border-top: solid 1px rgba(55, 57, 60, 0.1);
}
.com-blog .blog-link {
  display: flex;
  align-items: center;
}
.com-blog .img {
  width: 30%;
  min-width: 30%;
  aspect-ratio: 3/2;
  margin-left: 20px;
}
.com-blog .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-blog .inner {
  width: 100%;
}
.com-blog time {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  color: #777;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .com-blog time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-blog time {
    font-size: 17.6470588235px;
  }
}
.com-blog .com-tag-sub {
  margin-bottom: 5px;
}
.com-blog .com-tag-sub .tag-item {
  border: none;
  background: #37393c;
  color: #fff;
}
.com-blog .blog-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .com-blog .blog-ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-blog .blog-ttl {
    font-size: 17.6470588235px;
  }
}

.list-privacy .list-item:not(:last-child) {
  margin-bottom: 40px;
}
.list-privacy .list-item .txt-plain:not(:last-child) {
  margin-bottom: 10px;
}

.txt-link {
  color: royalblue !important;
  display: inline-block;
  text-decoration: underline !important;
}

.obj-cov {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-none, .pc-none-inline, .pc-none-blk {
  display: none;
}

.anchor:before {
  content: "";
  display: block;
  width: 100%;
  visibility: hidden;
}
.anchor:not(:first-child) .list-inner {
  padding-top: 30px;
}
.anchor-130::before {
  height: 130px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -130px; /* heightと同じ分のネガティブマージン */
}
.anchor-200::before {
  height: 200px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -200px; /* heightと同じ分のネガティブマージン */
}

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

.write-ver {
  font-feature-settings: initial;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  text-orientation: upright;
  text-combine-upright: all;
}

.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;
}

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

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

.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;
}

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

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

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

.ft-fam-cardo {
  font-family: "Cardo", serif !important;
}
.ft-fam-smin {
  font-family: "Shippori Mincho B1", serif !important;
}

.ft-sty-ita {
  font-style: italic;
}

.txx-deco-under-line {
  text-decoration: underline;
}

.zin-10 {
  z-index: -10 !important;
}

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

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

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

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

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

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

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

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

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

.zin0 {
  z-index: 0 !important;
}

.zin1 {
  z-index: 1 !important;
}

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

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

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

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

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

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

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

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

.zin10 {
  z-index: 10 !important;
}

.flx {
  display: flex;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-clm {
  flex-direction: column;
}

.flx-clm-reverse {
  flex-direction: column-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.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;
}

.over-hdn {
  overflow: hidden;
}

.dsp-in {
  display: inline-block;
}

.dsp-blk {
  display: block;
}

.pstn-rel {
  position: relative;
}

.pstn-abs {
  position: absolute;
}

.pstn-fix {
  position: fixed;
}

.pstn-sta {
  position: static;
}

.mgn-auto {
  margin: 0 auto;
}

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

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

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

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

.mgn0 {
  margin: 0px !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;
}

.mgn205 {
  margin: 205px !important;
}

.mgn210 {
  margin: 210px !important;
}

.mgn215 {
  margin: 215px !important;
}

.mgn220 {
  margin: 220px !important;
}

.mgn225 {
  margin: 225px !important;
}

.mgn230 {
  margin: 230px !important;
}

.mgn235 {
  margin: 235px !important;
}

.mgn240 {
  margin: 240px !important;
}

.mgn245 {
  margin: 245px !important;
}

.mgn250 {
  margin: 250px !important;
}

.mgn255 {
  margin: 255px !important;
}

.mgn260 {
  margin: 260px !important;
}

.mgn265 {
  margin: 265px !important;
}

.mgn270 {
  margin: 270px !important;
}

.mgn275 {
  margin: 275px !important;
}

.mgn280 {
  margin: 280px !important;
}

.mgn285 {
  margin: 285px !important;
}

.mgn290 {
  margin: 290px !important;
}

.mgn295 {
  margin: 295px !important;
}

.mgn300 {
  margin: 300px !important;
}

.mt0 {
  margin-top: 0px !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;
}

.mt205 {
  margin-top: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mb0 {
  margin-bottom: 0px !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;
}

.mb205 {
  margin-bottom: 205px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb255 {
  margin-bottom: 255px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb265 {
  margin-bottom: 265px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb275 {
  margin-bottom: 275px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb285 {
  margin-bottom: 285px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb295 {
  margin-bottom: 295px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mr0 {
  margin-right: 0px !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;
}

.mr205 {
  margin-right: 205px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.mr255 {
  margin-right: 255px !important;
}

.mr260 {
  margin-right: 260px !important;
}

.mr265 {
  margin-right: 265px !important;
}

.mr270 {
  margin-right: 270px !important;
}

.mr275 {
  margin-right: 275px !important;
}

.mr280 {
  margin-right: 280px !important;
}

.mr285 {
  margin-right: 285px !important;
}

.mr290 {
  margin-right: 290px !important;
}

.mr295 {
  margin-right: 295px !important;
}

.mr300 {
  margin-right: 300px !important;
}

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

.ml5 {
  margin-left: 5px !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;
}

.ml205 {
  margin-left: 205px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.ml255 {
  margin-left: 255px !important;
}

.ml260 {
  margin-left: 260px !important;
}

.ml265 {
  margin-left: 265px !important;
}

.ml270 {
  margin-left: 270px !important;
}

.ml275 {
  margin-left: 275px !important;
}

.ml280 {
  margin-left: 280px !important;
}

.ml285 {
  margin-left: 285px !important;
}

.ml290 {
  margin-left: 290px !important;
}

.ml295 {
  margin-left: 295px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !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;
}

.mlr205 {
  margin-left: 205px !important;
  margin-right: 205px !important;
}

.mlr210 {
  margin-left: 210px !important;
  margin-right: 210px !important;
}

.mlr215 {
  margin-left: 215px !important;
  margin-right: 215px !important;
}

.mlr220 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

.mlr225 {
  margin-left: 225px !important;
  margin-right: 225px !important;
}

.mlr230 {
  margin-left: 230px !important;
  margin-right: 230px !important;
}

.mlr235 {
  margin-left: 235px !important;
  margin-right: 235px !important;
}

.mlr240 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.mlr245 {
  margin-left: 245px !important;
  margin-right: 245px !important;
}

.mlr250 {
  margin-left: 250px !important;
  margin-right: 250px !important;
}

.mlr255 {
  margin-left: 255px !important;
  margin-right: 255px !important;
}

.mlr260 {
  margin-left: 260px !important;
  margin-right: 260px !important;
}

.mlr265 {
  margin-left: 265px !important;
  margin-right: 265px !important;
}

.mlr270 {
  margin-left: 270px !important;
  margin-right: 270px !important;
}

.mlr275 {
  margin-left: 275px !important;
  margin-right: 275px !important;
}

.mlr280 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}

.mlr285 {
  margin-left: 285px !important;
  margin-right: 285px !important;
}

.mlr290 {
  margin-left: 290px !important;
  margin-right: 290px !important;
}

.mlr295 {
  margin-left: 295px !important;
  margin-right: 295px !important;
}

.mlr300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !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;
}

.mtb205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.mtb210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.mtb215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.mtb220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.mtb225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.mtb230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

.mtb235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

.mtb240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.mtb245 {
  margin-top: 245px !important;
  margin-bottom: 245px !important;
}

.mtb250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.mtb255 {
  margin-top: 255px !important;
  margin-bottom: 255px !important;
}

.mtb260 {
  margin-top: 260px !important;
  margin-bottom: 260px !important;
}

.mtb265 {
  margin-top: 265px !important;
  margin-bottom: 265px !important;
}

.mtb270 {
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}

.mtb275 {
  margin-top: 275px !important;
  margin-bottom: 275px !important;
}

.mtb280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

.mtb285 {
  margin-top: 285px !important;
  margin-bottom: 285px !important;
}

.mtb290 {
  margin-top: 290px !important;
  margin-bottom: 290px !important;
}

.mtb295 {
  margin-top: 295px !important;
  margin-bottom: 295px !important;
}

.mtb300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 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;
}

.pd205 {
  padding: 205px !important;
}

.pd210 {
  padding: 210px !important;
}

.pd215 {
  padding: 215px !important;
}

.pd220 {
  padding: 220px !important;
}

.pd225 {
  padding: 225px !important;
}

.pd230 {
  padding: 230px !important;
}

.pd235 {
  padding: 235px !important;
}

.pd240 {
  padding: 240px !important;
}

.pd245 {
  padding: 245px !important;
}

.pd250 {
  padding: 250px !important;
}

.pd255 {
  padding: 255px !important;
}

.pd260 {
  padding: 260px !important;
}

.pd265 {
  padding: 265px !important;
}

.pd270 {
  padding: 270px !important;
}

.pd275 {
  padding: 275px !important;
}

.pd280 {
  padding: 280px !important;
}

.pd285 {
  padding: 285px !important;
}

.pd290 {
  padding: 290px !important;
}

.pd295 {
  padding: 295px !important;
}

.pd300 {
  padding: 300px !important;
}

.pt0 {
  padding-top: 0px !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;
}

.pt205 {
  padding-top: 205px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pb0 {
  padding-bottom: 0px !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;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb255 {
  padding-bottom: 255px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb265 {
  padding-bottom: 265px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb275 {
  padding-bottom: 275px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb285 {
  padding-bottom: 285px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb295 {
  padding-bottom: 295px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pr0 {
  padding-right: 0px !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;
}

.pr205 {
  padding-right: 205px !important;
}

.pr210 {
  padding-right: 210px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pr220 {
  padding-right: 220px !important;
}

.pr225 {
  padding-right: 225px !important;
}

.pr230 {
  padding-right: 230px !important;
}

.pr235 {
  padding-right: 235px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pr245 {
  padding-right: 245px !important;
}

.pr250 {
  padding-right: 250px !important;
}

.pr255 {
  padding-right: 255px !important;
}

.pr260 {
  padding-right: 260px !important;
}

.pr265 {
  padding-right: 265px !important;
}

.pr270 {
  padding-right: 270px !important;
}

.pr275 {
  padding-right: 275px !important;
}

.pr280 {
  padding-right: 280px !important;
}

.pr285 {
  padding-right: 285px !important;
}

.pr290 {
  padding-right: 290px !important;
}

.pr295 {
  padding-right: 295px !important;
}

.pr300 {
  padding-right: 300px !important;
}

.pl0 {
  padding-left: 0px !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;
}

.pl205 {
  padding-left: 205px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.pl250 {
  padding-left: 250px !important;
}

.pl255 {
  padding-left: 255px !important;
}

.pl260 {
  padding-left: 260px !important;
}

.pl265 {
  padding-left: 265px !important;
}

.pl270 {
  padding-left: 270px !important;
}

.pl275 {
  padding-left: 275px !important;
}

.pl280 {
  padding-left: 280px !important;
}

.pl285 {
  padding-left: 285px !important;
}

.pl290 {
  padding-left: 290px !important;
}

.pl295 {
  padding-left: 295px !important;
}

.pl300 {
  padding-left: 300px !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !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;
}

.plr205 {
  padding-left: 205px !important;
  padding-right: 205px !important;
}

.plr210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

.plr215 {
  padding-left: 215px !important;
  padding-right: 215px !important;
}

.plr220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

.plr225 {
  padding-left: 225px !important;
  padding-right: 225px !important;
}

.plr230 {
  padding-left: 230px !important;
  padding-right: 230px !important;
}

.plr235 {
  padding-left: 235px !important;
  padding-right: 235px !important;
}

.plr240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.plr245 {
  padding-left: 245px !important;
  padding-right: 245px !important;
}

.plr250 {
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.plr255 {
  padding-left: 255px !important;
  padding-right: 255px !important;
}

.plr260 {
  padding-left: 260px !important;
  padding-right: 260px !important;
}

.plr265 {
  padding-left: 265px !important;
  padding-right: 265px !important;
}

.plr270 {
  padding-left: 270px !important;
  padding-right: 270px !important;
}

.plr275 {
  padding-left: 275px !important;
  padding-right: 275px !important;
}

.plr280 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}

.plr285 {
  padding-left: 285px !important;
  padding-right: 285px !important;
}

.plr290 {
  padding-left: 290px !important;
  padding-right: 290px !important;
}

.plr295 {
  padding-left: 295px !important;
  padding-right: 295px !important;
}

.plr300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !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;
}

.ptb205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

.ptb210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

.ptb215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

.ptb220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.ptb225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}

.ptb230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

.ptb235 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}

.ptb240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.ptb245 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}

.ptb250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.ptb255 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}

.ptb260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

.ptb265 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}

.ptb270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.ptb275 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}

.ptb280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.ptb285 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}

.ptb290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

.ptb295 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

.ptb300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.ft0 {
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (max-width: 768px) {
  .ft0 {
    font-size: 10px;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft0 {
    font-size: 5.8823529412px;
  }
}

.ft1 {
  font-size: 1px;
  font-size: 0.1rem;
}
@media screen and (max-width: 768px) {
  .ft1 {
    font-size: 11px;
    font-size: 1.4322916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft1 {
    font-size: 6.4705882353px;
  }
}

.ft2 {
  font-size: 2px;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  .ft2 {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft2 {
    font-size: 7.0588235294px;
  }
}

.ft3 {
  font-size: 3px;
  font-size: 0.3rem;
}
@media screen and (max-width: 768px) {
  .ft3 {
    font-size: 13px;
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft3 {
    font-size: 7.6470588235px;
  }
}

.ft4 {
  font-size: 4px;
  font-size: 0.4rem;
}
@media screen and (max-width: 768px) {
  .ft4 {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft4 {
    font-size: 8.2352941176px;
  }
}

.ft5 {
  font-size: 5px;
  font-size: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ft5 {
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft5 {
    font-size: 8.8235294118px;
  }
}

.ft6 {
  font-size: 6px;
  font-size: 0.6rem;
}
@media screen and (max-width: 768px) {
  .ft6 {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft6 {
    font-size: 9.4117647059px;
  }
}

.ft7 {
  font-size: 7px;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .ft7 {
    font-size: 17px;
    font-size: 2.2135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft7 {
    font-size: 10px;
  }
}

.ft8 {
  font-size: 8px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .ft8 {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft8 {
    font-size: 10.5882352941px;
  }
}

.ft9 {
  font-size: 9px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .ft9 {
    font-size: 19px;
    font-size: 2.4739583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft9 {
    font-size: 11.1764705882px;
  }
}

.ft10 {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .ft10 {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft10 {
    font-size: 11.7647058824px;
  }
}

.ft11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .ft11 {
    font-size: 21px;
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft11 {
    font-size: 12.3529411765px;
  }
}

.ft12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .ft12 {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft12 {
    font-size: 12.9411764706px;
  }
}

.ft13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .ft13 {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft13 {
    font-size: 13.5294117647px;
  }
}

.ft14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ft14 {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft14 {
    font-size: 14.1176470588px;
  }
}

.ft15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ft15 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft15 {
    font-size: 14.7058823529px;
  }
}

.ft16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ft16 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft16 {
    font-size: 15.2941176471px;
  }
}

.ft17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .ft17 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft17 {
    font-size: 15.8823529412px;
  }
}

.ft18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ft18 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft18 {
    font-size: 16.4705882353px;
  }
}

.ft19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .ft19 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft19 {
    font-size: 17.0588235294px;
  }
}

.ft20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ft20 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft20 {
    font-size: 17.6470588235px;
  }
}

.ft21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .ft21 {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft21 {
    font-size: 18.2352941176px;
  }
}

.ft22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ft22 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft22 {
    font-size: 18.8235294118px;
  }
}

.ft23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .ft23 {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft23 {
    font-size: 19.4117647059px;
  }
}

.ft24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ft24 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft24 {
    font-size: 20px;
  }
}

.ft25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ft25 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft25 {
    font-size: 20.5882352941px;
  }
}

.ft26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ft26 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft26 {
    font-size: 21.1764705882px;
  }
}

.ft27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .ft27 {
    font-size: 37px;
    font-size: 4.8177083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft27 {
    font-size: 21.7647058824px;
  }
}

.ft28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ft28 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft28 {
    font-size: 22.3529411765px;
  }
}

.ft29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .ft29 {
    font-size: 39px;
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft29 {
    font-size: 22.9411764706px;
  }
}

.ft30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ft30 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft30 {
    font-size: 23.5294117647px;
  }
}

.ft31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .ft31 {
    font-size: 41px;
    font-size: 5.3385416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft31 {
    font-size: 24.1176470588px;
  }
}

.ft32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ft32 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft32 {
    font-size: 24.7058823529px;
  }
}

.ft33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
  .ft33 {
    font-size: 43px;
    font-size: 5.5989583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft33 {
    font-size: 25.2941176471px;
  }
}

.ft34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .ft34 {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft34 {
    font-size: 25.8823529412px;
  }
}

.ft35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ft35 {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft35 {
    font-size: 26.4705882353px;
  }
}

.ft36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ft36 {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft36 {
    font-size: 27.0588235294px;
  }
}

.ft37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 768px) {
  .ft37 {
    font-size: 47px;
    font-size: 6.1197916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft37 {
    font-size: 27.6470588235px;
  }
}

.ft38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .ft38 {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft38 {
    font-size: 28.2352941176px;
  }
}

.ft39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 768px) {
  .ft39 {
    font-size: 49px;
    font-size: 6.3802083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft39 {
    font-size: 28.8235294118px;
  }
}

.ft40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ft40 {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft40 {
    font-size: 29.4117647059px;
  }
}

.ft41 {
  font-size: 41px;
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .ft41 {
    font-size: 51px;
    font-size: 6.640625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft41 {
    font-size: 30px;
  }
}

.ft42 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ft42 {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft42 {
    font-size: 30.5882352941px;
  }
}

.ft43 {
  font-size: 43px;
  font-size: 4.3rem;
}
@media screen and (max-width: 768px) {
  .ft43 {
    font-size: 53px;
    font-size: 6.9010416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft43 {
    font-size: 31.1764705882px;
  }
}

.ft44 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .ft44 {
    font-size: 54px;
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft44 {
    font-size: 31.7647058824px;
  }
}

.ft45 {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ft45 {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft45 {
    font-size: 32.3529411765px;
  }
}

.ft46 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .ft46 {
    font-size: 56px;
    font-size: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft46 {
    font-size: 32.9411764706px;
  }
}

.ft47 {
  font-size: 47px;
  font-size: 4.7rem;
}
@media screen and (max-width: 768px) {
  .ft47 {
    font-size: 57px;
    font-size: 7.421875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft47 {
    font-size: 33.5294117647px;
  }
}

.ft48 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .ft48 {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft48 {
    font-size: 34.1176470588px;
  }
}

.ft49 {
  font-size: 49px;
  font-size: 4.9rem;
}
@media screen and (max-width: 768px) {
  .ft49 {
    font-size: 59px;
    font-size: 7.6822916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft49 {
    font-size: 34.7058823529px;
  }
}

.ft50 {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ft50 {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft50 {
    font-size: 35.2941176471px;
  }
}

.ft51 {
  font-size: 51px;
  font-size: 5.1rem;
}
@media screen and (max-width: 768px) {
  .ft51 {
    font-size: 61px;
    font-size: 7.9427083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft51 {
    font-size: 35.8823529412px;
  }
}

.ft52 {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .ft52 {
    font-size: 62px;
    font-size: 8.0729166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft52 {
    font-size: 36.4705882353px;
  }
}

.ft53 {
  font-size: 53px;
  font-size: 5.3rem;
}
@media screen and (max-width: 768px) {
  .ft53 {
    font-size: 63px;
    font-size: 8.203125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft53 {
    font-size: 37.0588235294px;
  }
}

.ft54 {
  font-size: 54px;
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .ft54 {
    font-size: 64px;
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft54 {
    font-size: 37.6470588235px;
  }
}

.ft55 {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .ft55 {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft55 {
    font-size: 38.2352941176px;
  }
}

.ft56 {
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .ft56 {
    font-size: 66px;
    font-size: 8.59375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft56 {
    font-size: 38.8235294118px;
  }
}

.ft57 {
  font-size: 57px;
  font-size: 5.7rem;
}
@media screen and (max-width: 768px) {
  .ft57 {
    font-size: 67px;
    font-size: 8.7239583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft57 {
    font-size: 39.4117647059px;
  }
}

.ft58 {
  font-size: 58px;
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .ft58 {
    font-size: 68px;
    font-size: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft58 {
    font-size: 40px;
  }
}

.ft59 {
  font-size: 59px;
  font-size: 5.9rem;
}
@media screen and (max-width: 768px) {
  .ft59 {
    font-size: 69px;
    font-size: 8.984375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft59 {
    font-size: 40.5882352941px;
  }
}

.ft60 {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ft60 {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft60 {
    font-size: 41.1764705882px;
  }
}

.ft61 {
  font-size: 61px;
  font-size: 6.1rem;
}
@media screen and (max-width: 768px) {
  .ft61 {
    font-size: 71px;
    font-size: 9.2447916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft61 {
    font-size: 41.7647058824px;
  }
}

.ft62 {
  font-size: 62px;
  font-size: 6.2rem;
}
@media screen and (max-width: 768px) {
  .ft62 {
    font-size: 72px;
    font-size: 9.375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft62 {
    font-size: 42.3529411765px;
  }
}

.ft63 {
  font-size: 63px;
  font-size: 6.3rem;
}
@media screen and (max-width: 768px) {
  .ft63 {
    font-size: 73px;
    font-size: 9.5052083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft63 {
    font-size: 42.9411764706px;
  }
}

.ft64 {
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .ft64 {
    font-size: 74px;
    font-size: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft64 {
    font-size: 43.5294117647px;
  }
}

.ft65 {
  font-size: 65px;
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  .ft65 {
    font-size: 75px;
    font-size: 9.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft65 {
    font-size: 44.1176470588px;
  }
}

.ft66 {
  font-size: 66px;
  font-size: 6.6rem;
}
@media screen and (max-width: 768px) {
  .ft66 {
    font-size: 76px;
    font-size: 9.8958333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft66 {
    font-size: 44.7058823529px;
  }
}

.ft67 {
  font-size: 67px;
  font-size: 6.7rem;
}
@media screen and (max-width: 768px) {
  .ft67 {
    font-size: 77px;
    font-size: 10.0260416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft67 {
    font-size: 45.2941176471px;
  }
}

.ft68 {
  font-size: 68px;
  font-size: 6.8rem;
}
@media screen and (max-width: 768px) {
  .ft68 {
    font-size: 78px;
    font-size: 10.15625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft68 {
    font-size: 45.8823529412px;
  }
}

.ft69 {
  font-size: 69px;
  font-size: 6.9rem;
}
@media screen and (max-width: 768px) {
  .ft69 {
    font-size: 79px;
    font-size: 10.2864583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft69 {
    font-size: 46.4705882353px;
  }
}

.ft70 {
  font-size: 70px;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .ft70 {
    font-size: 80px;
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft70 {
    font-size: 47.0588235294px;
  }
}

.ft71 {
  font-size: 71px;
  font-size: 7.1rem;
}
@media screen and (max-width: 768px) {
  .ft71 {
    font-size: 81px;
    font-size: 10.546875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft71 {
    font-size: 47.6470588235px;
  }
}

.ft72 {
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .ft72 {
    font-size: 82px;
    font-size: 10.6770833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft72 {
    font-size: 48.2352941176px;
  }
}

.ft73 {
  font-size: 73px;
  font-size: 7.3rem;
}
@media screen and (max-width: 768px) {
  .ft73 {
    font-size: 83px;
    font-size: 10.8072916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft73 {
    font-size: 48.8235294118px;
  }
}

.ft74 {
  font-size: 74px;
  font-size: 7.4rem;
}
@media screen and (max-width: 768px) {
  .ft74 {
    font-size: 84px;
    font-size: 10.9375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft74 {
    font-size: 49.4117647059px;
  }
}

.ft75 {
  font-size: 75px;
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .ft75 {
    font-size: 85px;
    font-size: 11.0677083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft75 {
    font-size: 50px;
  }
}

.ft76 {
  font-size: 76px;
  font-size: 7.6rem;
}
@media screen and (max-width: 768px) {
  .ft76 {
    font-size: 86px;
    font-size: 11.1979166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft76 {
    font-size: 50.5882352941px;
  }
}

.ft77 {
  font-size: 77px;
  font-size: 7.7rem;
}
@media screen and (max-width: 768px) {
  .ft77 {
    font-size: 87px;
    font-size: 11.328125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft77 {
    font-size: 51.1764705882px;
  }
}

.ft78 {
  font-size: 78px;
  font-size: 7.8rem;
}
@media screen and (max-width: 768px) {
  .ft78 {
    font-size: 88px;
    font-size: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft78 {
    font-size: 51.7647058824px;
  }
}

.ft79 {
  font-size: 79px;
  font-size: 7.9rem;
}
@media screen and (max-width: 768px) {
  .ft79 {
    font-size: 89px;
    font-size: 11.5885416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft79 {
    font-size: 52.3529411765px;
  }
}

.ft80 {
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .ft80 {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft80 {
    font-size: 52.9411764706px;
  }
}

.ft81 {
  font-size: 81px;
  font-size: 8.1rem;
}
@media screen and (max-width: 768px) {
  .ft81 {
    font-size: 91px;
    font-size: 11.8489583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft81 {
    font-size: 53.5294117647px;
  }
}

.ft82 {
  font-size: 82px;
  font-size: 8.2rem;
}
@media screen and (max-width: 768px) {
  .ft82 {
    font-size: 92px;
    font-size: 11.9791666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft82 {
    font-size: 54.1176470588px;
  }
}

.ft83 {
  font-size: 83px;
  font-size: 8.3rem;
}
@media screen and (max-width: 768px) {
  .ft83 {
    font-size: 93px;
    font-size: 12.109375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft83 {
    font-size: 54.7058823529px;
  }
}

.ft84 {
  font-size: 84px;
  font-size: 8.4rem;
}
@media screen and (max-width: 768px) {
  .ft84 {
    font-size: 94px;
    font-size: 12.2395833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft84 {
    font-size: 55.2941176471px;
  }
}

.ft85 {
  font-size: 85px;
  font-size: 8.5rem;
}
@media screen and (max-width: 768px) {
  .ft85 {
    font-size: 95px;
    font-size: 12.3697916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft85 {
    font-size: 55.8823529412px;
  }
}

.ft86 {
  font-size: 86px;
  font-size: 8.6rem;
}
@media screen and (max-width: 768px) {
  .ft86 {
    font-size: 96px;
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft86 {
    font-size: 56.4705882353px;
  }
}

.ft87 {
  font-size: 87px;
  font-size: 8.7rem;
}
@media screen and (max-width: 768px) {
  .ft87 {
    font-size: 97px;
    font-size: 12.6302083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft87 {
    font-size: 57.0588235294px;
  }
}

.ft88 {
  font-size: 88px;
  font-size: 8.8rem;
}
@media screen and (max-width: 768px) {
  .ft88 {
    font-size: 98px;
    font-size: 12.7604166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft88 {
    font-size: 57.6470588235px;
  }
}

.ft89 {
  font-size: 89px;
  font-size: 8.9rem;
}
@media screen and (max-width: 768px) {
  .ft89 {
    font-size: 99px;
    font-size: 12.890625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft89 {
    font-size: 58.2352941176px;
  }
}

.ft90 {
  font-size: 90px;
  font-size: 9rem;
}
@media screen and (max-width: 768px) {
  .ft90 {
    font-size: 100px;
    font-size: 13.0208333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft90 {
    font-size: 58.8235294118px;
  }
}

.ft91 {
  font-size: 91px;
  font-size: 9.1rem;
}
@media screen and (max-width: 768px) {
  .ft91 {
    font-size: 101px;
    font-size: 13.1510416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft91 {
    font-size: 59.4117647059px;
  }
}

.ft92 {
  font-size: 92px;
  font-size: 9.2rem;
}
@media screen and (max-width: 768px) {
  .ft92 {
    font-size: 102px;
    font-size: 13.28125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft92 {
    font-size: 60px;
  }
}

.ft93 {
  font-size: 93px;
  font-size: 9.3rem;
}
@media screen and (max-width: 768px) {
  .ft93 {
    font-size: 103px;
    font-size: 13.4114583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft93 {
    font-size: 60.5882352941px;
  }
}

.ft94 {
  font-size: 94px;
  font-size: 9.4rem;
}
@media screen and (max-width: 768px) {
  .ft94 {
    font-size: 104px;
    font-size: 13.5416666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft94 {
    font-size: 61.1764705882px;
  }
}

.ft95 {
  font-size: 95px;
  font-size: 9.5rem;
}
@media screen and (max-width: 768px) {
  .ft95 {
    font-size: 105px;
    font-size: 13.671875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft95 {
    font-size: 61.7647058824px;
  }
}

.ft96 {
  font-size: 96px;
  font-size: 9.6rem;
}
@media screen and (max-width: 768px) {
  .ft96 {
    font-size: 106px;
    font-size: 13.8020833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft96 {
    font-size: 62.3529411765px;
  }
}

.ft97 {
  font-size: 97px;
  font-size: 9.7rem;
}
@media screen and (max-width: 768px) {
  .ft97 {
    font-size: 107px;
    font-size: 13.9322916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft97 {
    font-size: 62.9411764706px;
  }
}

.ft98 {
  font-size: 98px;
  font-size: 9.8rem;
}
@media screen and (max-width: 768px) {
  .ft98 {
    font-size: 108px;
    font-size: 14.0625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft98 {
    font-size: 63.5294117647px;
  }
}

.ft99 {
  font-size: 99px;
  font-size: 9.9rem;
}
@media screen and (max-width: 768px) {
  .ft99 {
    font-size: 109px;
    font-size: 14.1927083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft99 {
    font-size: 64.1176470588px;
  }
}

.ft100 {
  font-size: 100px;
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .ft100 {
    font-size: 110px;
    font-size: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft100 {
    font-size: 64.7058823529px;
  }
}

.ft101 {
  font-size: 101px;
  font-size: 10.1rem;
}
@media screen and (max-width: 768px) {
  .ft101 {
    font-size: 111px;
    font-size: 14.453125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft101 {
    font-size: 65.2941176471px;
  }
}

.ft102 {
  font-size: 102px;
  font-size: 10.2rem;
}
@media screen and (max-width: 768px) {
  .ft102 {
    font-size: 112px;
    font-size: 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft102 {
    font-size: 65.8823529412px;
  }
}

.ft103 {
  font-size: 103px;
  font-size: 10.3rem;
}
@media screen and (max-width: 768px) {
  .ft103 {
    font-size: 113px;
    font-size: 14.7135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft103 {
    font-size: 66.4705882353px;
  }
}

.ft104 {
  font-size: 104px;
  font-size: 10.4rem;
}
@media screen and (max-width: 768px) {
  .ft104 {
    font-size: 114px;
    font-size: 14.84375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft104 {
    font-size: 67.0588235294px;
  }
}

.ft105 {
  font-size: 105px;
  font-size: 10.5rem;
}
@media screen and (max-width: 768px) {
  .ft105 {
    font-size: 115px;
    font-size: 14.9739583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft105 {
    font-size: 67.6470588235px;
  }
}

.ft106 {
  font-size: 106px;
  font-size: 10.6rem;
}
@media screen and (max-width: 768px) {
  .ft106 {
    font-size: 116px;
    font-size: 15.1041666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft106 {
    font-size: 68.2352941176px;
  }
}

.ft107 {
  font-size: 107px;
  font-size: 10.7rem;
}
@media screen and (max-width: 768px) {
  .ft107 {
    font-size: 117px;
    font-size: 15.234375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft107 {
    font-size: 68.8235294118px;
  }
}

.ft108 {
  font-size: 108px;
  font-size: 10.8rem;
}
@media screen and (max-width: 768px) {
  .ft108 {
    font-size: 118px;
    font-size: 15.3645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft108 {
    font-size: 69.4117647059px;
  }
}

.ft109 {
  font-size: 109px;
  font-size: 10.9rem;
}
@media screen and (max-width: 768px) {
  .ft109 {
    font-size: 119px;
    font-size: 15.4947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft109 {
    font-size: 70px;
  }
}

.ft110 {
  font-size: 110px;
  font-size: 11rem;
}
@media screen and (max-width: 768px) {
  .ft110 {
    font-size: 120px;
    font-size: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft110 {
    font-size: 70.5882352941px;
  }
}

.ft111 {
  font-size: 111px;
  font-size: 11.1rem;
}
@media screen and (max-width: 768px) {
  .ft111 {
    font-size: 121px;
    font-size: 15.7552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft111 {
    font-size: 71.1764705882px;
  }
}

.ft112 {
  font-size: 112px;
  font-size: 11.2rem;
}
@media screen and (max-width: 768px) {
  .ft112 {
    font-size: 122px;
    font-size: 15.8854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft112 {
    font-size: 71.7647058824px;
  }
}

.ft113 {
  font-size: 113px;
  font-size: 11.3rem;
}
@media screen and (max-width: 768px) {
  .ft113 {
    font-size: 123px;
    font-size: 16.015625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft113 {
    font-size: 72.3529411765px;
  }
}

.ft114 {
  font-size: 114px;
  font-size: 11.4rem;
}
@media screen and (max-width: 768px) {
  .ft114 {
    font-size: 124px;
    font-size: 16.1458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft114 {
    font-size: 72.9411764706px;
  }
}

.ft115 {
  font-size: 115px;
  font-size: 11.5rem;
}
@media screen and (max-width: 768px) {
  .ft115 {
    font-size: 125px;
    font-size: 16.2760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft115 {
    font-size: 73.5294117647px;
  }
}

.ft116 {
  font-size: 116px;
  font-size: 11.6rem;
}
@media screen and (max-width: 768px) {
  .ft116 {
    font-size: 126px;
    font-size: 16.40625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft116 {
    font-size: 74.1176470588px;
  }
}

.ft117 {
  font-size: 117px;
  font-size: 11.7rem;
}
@media screen and (max-width: 768px) {
  .ft117 {
    font-size: 127px;
    font-size: 16.5364583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft117 {
    font-size: 74.7058823529px;
  }
}

.ft118 {
  font-size: 118px;
  font-size: 11.8rem;
}
@media screen and (max-width: 768px) {
  .ft118 {
    font-size: 128px;
    font-size: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft118 {
    font-size: 75.2941176471px;
  }
}

.ft119 {
  font-size: 119px;
  font-size: 11.9rem;
}
@media screen and (max-width: 768px) {
  .ft119 {
    font-size: 129px;
    font-size: 16.796875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft119 {
    font-size: 75.8823529412px;
  }
}

.ft120 {
  font-size: 120px;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .ft120 {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft120 {
    font-size: 76.4705882353px;
  }
}

.ft121 {
  font-size: 121px;
  font-size: 12.1rem;
}
@media screen and (max-width: 768px) {
  .ft121 {
    font-size: 131px;
    font-size: 17.0572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft121 {
    font-size: 77.0588235294px;
  }
}

.ft122 {
  font-size: 122px;
  font-size: 12.2rem;
}
@media screen and (max-width: 768px) {
  .ft122 {
    font-size: 132px;
    font-size: 17.1875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft122 {
    font-size: 77.6470588235px;
  }
}

.ft123 {
  font-size: 123px;
  font-size: 12.3rem;
}
@media screen and (max-width: 768px) {
  .ft123 {
    font-size: 133px;
    font-size: 17.3177083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft123 {
    font-size: 78.2352941176px;
  }
}

.ft124 {
  font-size: 124px;
  font-size: 12.4rem;
}
@media screen and (max-width: 768px) {
  .ft124 {
    font-size: 134px;
    font-size: 17.4479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft124 {
    font-size: 78.8235294118px;
  }
}

.ft125 {
  font-size: 125px;
  font-size: 12.5rem;
}
@media screen and (max-width: 768px) {
  .ft125 {
    font-size: 135px;
    font-size: 17.578125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft125 {
    font-size: 79.4117647059px;
  }
}

.ft126 {
  font-size: 126px;
  font-size: 12.6rem;
}
@media screen and (max-width: 768px) {
  .ft126 {
    font-size: 136px;
    font-size: 17.7083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft126 {
    font-size: 80px;
  }
}

.ft127 {
  font-size: 127px;
  font-size: 12.7rem;
}
@media screen and (max-width: 768px) {
  .ft127 {
    font-size: 137px;
    font-size: 17.8385416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft127 {
    font-size: 80.5882352941px;
  }
}

.ft128 {
  font-size: 128px;
  font-size: 12.8rem;
}
@media screen and (max-width: 768px) {
  .ft128 {
    font-size: 138px;
    font-size: 17.96875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft128 {
    font-size: 81.1764705882px;
  }
}

.ft129 {
  font-size: 129px;
  font-size: 12.9rem;
}
@media screen and (max-width: 768px) {
  .ft129 {
    font-size: 139px;
    font-size: 18.0989583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft129 {
    font-size: 81.7647058824px;
  }
}

.ft130 {
  font-size: 130px;
  font-size: 13rem;
}
@media screen and (max-width: 768px) {
  .ft130 {
    font-size: 140px;
    font-size: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft130 {
    font-size: 82.3529411765px;
  }
}

.ft131 {
  font-size: 131px;
  font-size: 13.1rem;
}
@media screen and (max-width: 768px) {
  .ft131 {
    font-size: 141px;
    font-size: 18.359375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft131 {
    font-size: 82.9411764706px;
  }
}

.ft132 {
  font-size: 132px;
  font-size: 13.2rem;
}
@media screen and (max-width: 768px) {
  .ft132 {
    font-size: 142px;
    font-size: 18.4895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft132 {
    font-size: 83.5294117647px;
  }
}

.ft133 {
  font-size: 133px;
  font-size: 13.3rem;
}
@media screen and (max-width: 768px) {
  .ft133 {
    font-size: 143px;
    font-size: 18.6197916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft133 {
    font-size: 84.1176470588px;
  }
}

.ft134 {
  font-size: 134px;
  font-size: 13.4rem;
}
@media screen and (max-width: 768px) {
  .ft134 {
    font-size: 144px;
    font-size: 18.75vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft134 {
    font-size: 84.7058823529px;
  }
}

.ft135 {
  font-size: 135px;
  font-size: 13.5rem;
}
@media screen and (max-width: 768px) {
  .ft135 {
    font-size: 145px;
    font-size: 18.8802083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft135 {
    font-size: 85.2941176471px;
  }
}

.ft136 {
  font-size: 136px;
  font-size: 13.6rem;
}
@media screen and (max-width: 768px) {
  .ft136 {
    font-size: 146px;
    font-size: 19.0104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft136 {
    font-size: 85.8823529412px;
  }
}

.ft137 {
  font-size: 137px;
  font-size: 13.7rem;
}
@media screen and (max-width: 768px) {
  .ft137 {
    font-size: 147px;
    font-size: 19.140625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft137 {
    font-size: 86.4705882353px;
  }
}

.ft138 {
  font-size: 138px;
  font-size: 13.8rem;
}
@media screen and (max-width: 768px) {
  .ft138 {
    font-size: 148px;
    font-size: 19.2708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft138 {
    font-size: 87.0588235294px;
  }
}

.ft139 {
  font-size: 139px;
  font-size: 13.9rem;
}
@media screen and (max-width: 768px) {
  .ft139 {
    font-size: 149px;
    font-size: 19.4010416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft139 {
    font-size: 87.6470588235px;
  }
}

.ft140 {
  font-size: 140px;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .ft140 {
    font-size: 150px;
    font-size: 19.53125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft140 {
    font-size: 88.2352941176px;
  }
}

.ft141 {
  font-size: 141px;
  font-size: 14.1rem;
}
@media screen and (max-width: 768px) {
  .ft141 {
    font-size: 151px;
    font-size: 19.6614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft141 {
    font-size: 88.8235294118px;
  }
}

.ft142 {
  font-size: 142px;
  font-size: 14.2rem;
}
@media screen and (max-width: 768px) {
  .ft142 {
    font-size: 152px;
    font-size: 19.7916666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft142 {
    font-size: 89.4117647059px;
  }
}

.ft143 {
  font-size: 143px;
  font-size: 14.3rem;
}
@media screen and (max-width: 768px) {
  .ft143 {
    font-size: 153px;
    font-size: 19.921875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft143 {
    font-size: 90px;
  }
}

.ft144 {
  font-size: 144px;
  font-size: 14.4rem;
}
@media screen and (max-width: 768px) {
  .ft144 {
    font-size: 154px;
    font-size: 20.0520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft144 {
    font-size: 90.5882352941px;
  }
}

.ft145 {
  font-size: 145px;
  font-size: 14.5rem;
}
@media screen and (max-width: 768px) {
  .ft145 {
    font-size: 155px;
    font-size: 20.1822916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft145 {
    font-size: 91.1764705882px;
  }
}

.ft146 {
  font-size: 146px;
  font-size: 14.6rem;
}
@media screen and (max-width: 768px) {
  .ft146 {
    font-size: 156px;
    font-size: 20.3125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft146 {
    font-size: 91.7647058824px;
  }
}

.ft147 {
  font-size: 147px;
  font-size: 14.7rem;
}
@media screen and (max-width: 768px) {
  .ft147 {
    font-size: 157px;
    font-size: 20.4427083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft147 {
    font-size: 92.3529411765px;
  }
}

.ft148 {
  font-size: 148px;
  font-size: 14.8rem;
}
@media screen and (max-width: 768px) {
  .ft148 {
    font-size: 158px;
    font-size: 20.5729166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft148 {
    font-size: 92.9411764706px;
  }
}

.ft149 {
  font-size: 149px;
  font-size: 14.9rem;
}
@media screen and (max-width: 768px) {
  .ft149 {
    font-size: 159px;
    font-size: 20.703125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft149 {
    font-size: 93.5294117647px;
  }
}

.ft150 {
  font-size: 150px;
  font-size: 15rem;
}
@media screen and (max-width: 768px) {
  .ft150 {
    font-size: 160px;
    font-size: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft150 {
    font-size: 94.1176470588px;
  }
}

.ft151 {
  font-size: 151px;
  font-size: 15.1rem;
}
@media screen and (max-width: 768px) {
  .ft151 {
    font-size: 161px;
    font-size: 20.9635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft151 {
    font-size: 94.7058823529px;
  }
}

.ft152 {
  font-size: 152px;
  font-size: 15.2rem;
}
@media screen and (max-width: 768px) {
  .ft152 {
    font-size: 162px;
    font-size: 21.09375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft152 {
    font-size: 95.2941176471px;
  }
}

.ft153 {
  font-size: 153px;
  font-size: 15.3rem;
}
@media screen and (max-width: 768px) {
  .ft153 {
    font-size: 163px;
    font-size: 21.2239583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft153 {
    font-size: 95.8823529412px;
  }
}

.ft154 {
  font-size: 154px;
  font-size: 15.4rem;
}
@media screen and (max-width: 768px) {
  .ft154 {
    font-size: 164px;
    font-size: 21.3541666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft154 {
    font-size: 96.4705882353px;
  }
}

.ft155 {
  font-size: 155px;
  font-size: 15.5rem;
}
@media screen and (max-width: 768px) {
  .ft155 {
    font-size: 165px;
    font-size: 21.484375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft155 {
    font-size: 97.0588235294px;
  }
}

.ft156 {
  font-size: 156px;
  font-size: 15.6rem;
}
@media screen and (max-width: 768px) {
  .ft156 {
    font-size: 166px;
    font-size: 21.6145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft156 {
    font-size: 97.6470588235px;
  }
}

.ft157 {
  font-size: 157px;
  font-size: 15.7rem;
}
@media screen and (max-width: 768px) {
  .ft157 {
    font-size: 167px;
    font-size: 21.7447916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft157 {
    font-size: 98.2352941176px;
  }
}

.ft158 {
  font-size: 158px;
  font-size: 15.8rem;
}
@media screen and (max-width: 768px) {
  .ft158 {
    font-size: 168px;
    font-size: 21.875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft158 {
    font-size: 98.8235294118px;
  }
}

.ft159 {
  font-size: 159px;
  font-size: 15.9rem;
}
@media screen and (max-width: 768px) {
  .ft159 {
    font-size: 169px;
    font-size: 22.0052083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft159 {
    font-size: 99.4117647059px;
  }
}

.ft160 {
  font-size: 160px;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .ft160 {
    font-size: 170px;
    font-size: 22.1354166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft160 {
    font-size: 100px;
  }
}

.ft161 {
  font-size: 161px;
  font-size: 16.1rem;
}
@media screen and (max-width: 768px) {
  .ft161 {
    font-size: 171px;
    font-size: 22.265625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft161 {
    font-size: 100.5882352941px;
  }
}

.ft162 {
  font-size: 162px;
  font-size: 16.2rem;
}
@media screen and (max-width: 768px) {
  .ft162 {
    font-size: 172px;
    font-size: 22.3958333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft162 {
    font-size: 101.1764705882px;
  }
}

.ft163 {
  font-size: 163px;
  font-size: 16.3rem;
}
@media screen and (max-width: 768px) {
  .ft163 {
    font-size: 173px;
    font-size: 22.5260416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft163 {
    font-size: 101.7647058824px;
  }
}

.ft164 {
  font-size: 164px;
  font-size: 16.4rem;
}
@media screen and (max-width: 768px) {
  .ft164 {
    font-size: 174px;
    font-size: 22.65625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft164 {
    font-size: 102.3529411765px;
  }
}

.ft165 {
  font-size: 165px;
  font-size: 16.5rem;
}
@media screen and (max-width: 768px) {
  .ft165 {
    font-size: 175px;
    font-size: 22.7864583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft165 {
    font-size: 102.9411764706px;
  }
}

.ft166 {
  font-size: 166px;
  font-size: 16.6rem;
}
@media screen and (max-width: 768px) {
  .ft166 {
    font-size: 176px;
    font-size: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft166 {
    font-size: 103.5294117647px;
  }
}

.ft167 {
  font-size: 167px;
  font-size: 16.7rem;
}
@media screen and (max-width: 768px) {
  .ft167 {
    font-size: 177px;
    font-size: 23.046875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft167 {
    font-size: 104.1176470588px;
  }
}

.ft168 {
  font-size: 168px;
  font-size: 16.8rem;
}
@media screen and (max-width: 768px) {
  .ft168 {
    font-size: 178px;
    font-size: 23.1770833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft168 {
    font-size: 104.7058823529px;
  }
}

.ft169 {
  font-size: 169px;
  font-size: 16.9rem;
}
@media screen and (max-width: 768px) {
  .ft169 {
    font-size: 179px;
    font-size: 23.3072916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft169 {
    font-size: 105.2941176471px;
  }
}

.ft170 {
  font-size: 170px;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .ft170 {
    font-size: 180px;
    font-size: 23.4375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft170 {
    font-size: 105.8823529412px;
  }
}

.ft171 {
  font-size: 171px;
  font-size: 17.1rem;
}
@media screen and (max-width: 768px) {
  .ft171 {
    font-size: 181px;
    font-size: 23.5677083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft171 {
    font-size: 106.4705882353px;
  }
}

.ft172 {
  font-size: 172px;
  font-size: 17.2rem;
}
@media screen and (max-width: 768px) {
  .ft172 {
    font-size: 182px;
    font-size: 23.6979166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft172 {
    font-size: 107.0588235294px;
  }
}

.ft173 {
  font-size: 173px;
  font-size: 17.3rem;
}
@media screen and (max-width: 768px) {
  .ft173 {
    font-size: 183px;
    font-size: 23.828125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft173 {
    font-size: 107.6470588235px;
  }
}

.ft174 {
  font-size: 174px;
  font-size: 17.4rem;
}
@media screen and (max-width: 768px) {
  .ft174 {
    font-size: 184px;
    font-size: 23.9583333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft174 {
    font-size: 108.2352941176px;
  }
}

.ft175 {
  font-size: 175px;
  font-size: 17.5rem;
}
@media screen and (max-width: 768px) {
  .ft175 {
    font-size: 185px;
    font-size: 24.0885416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft175 {
    font-size: 108.8235294118px;
  }
}

.ft176 {
  font-size: 176px;
  font-size: 17.6rem;
}
@media screen and (max-width: 768px) {
  .ft176 {
    font-size: 186px;
    font-size: 24.21875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft176 {
    font-size: 109.4117647059px;
  }
}

.ft177 {
  font-size: 177px;
  font-size: 17.7rem;
}
@media screen and (max-width: 768px) {
  .ft177 {
    font-size: 187px;
    font-size: 24.3489583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft177 {
    font-size: 110px;
  }
}

.ft178 {
  font-size: 178px;
  font-size: 17.8rem;
}
@media screen and (max-width: 768px) {
  .ft178 {
    font-size: 188px;
    font-size: 24.4791666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft178 {
    font-size: 110.5882352941px;
  }
}

.ft179 {
  font-size: 179px;
  font-size: 17.9rem;
}
@media screen and (max-width: 768px) {
  .ft179 {
    font-size: 189px;
    font-size: 24.609375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft179 {
    font-size: 111.1764705882px;
  }
}

.ft180 {
  font-size: 180px;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .ft180 {
    font-size: 190px;
    font-size: 24.7395833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft180 {
    font-size: 111.7647058824px;
  }
}

.ft181 {
  font-size: 181px;
  font-size: 18.1rem;
}
@media screen and (max-width: 768px) {
  .ft181 {
    font-size: 191px;
    font-size: 24.8697916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft181 {
    font-size: 112.3529411765px;
  }
}

.ft182 {
  font-size: 182px;
  font-size: 18.2rem;
}
@media screen and (max-width: 768px) {
  .ft182 {
    font-size: 192px;
    font-size: 25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft182 {
    font-size: 112.9411764706px;
  }
}

.ft183 {
  font-size: 183px;
  font-size: 18.3rem;
}
@media screen and (max-width: 768px) {
  .ft183 {
    font-size: 193px;
    font-size: 25.1302083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft183 {
    font-size: 113.5294117647px;
  }
}

.ft184 {
  font-size: 184px;
  font-size: 18.4rem;
}
@media screen and (max-width: 768px) {
  .ft184 {
    font-size: 194px;
    font-size: 25.2604166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft184 {
    font-size: 114.1176470588px;
  }
}

.ft185 {
  font-size: 185px;
  font-size: 18.5rem;
}
@media screen and (max-width: 768px) {
  .ft185 {
    font-size: 195px;
    font-size: 25.390625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft185 {
    font-size: 114.7058823529px;
  }
}

.ft186 {
  font-size: 186px;
  font-size: 18.6rem;
}
@media screen and (max-width: 768px) {
  .ft186 {
    font-size: 196px;
    font-size: 25.5208333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft186 {
    font-size: 115.2941176471px;
  }
}

.ft187 {
  font-size: 187px;
  font-size: 18.7rem;
}
@media screen and (max-width: 768px) {
  .ft187 {
    font-size: 197px;
    font-size: 25.6510416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft187 {
    font-size: 115.8823529412px;
  }
}

.ft188 {
  font-size: 188px;
  font-size: 18.8rem;
}
@media screen and (max-width: 768px) {
  .ft188 {
    font-size: 198px;
    font-size: 25.78125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft188 {
    font-size: 116.4705882353px;
  }
}

.ft189 {
  font-size: 189px;
  font-size: 18.9rem;
}
@media screen and (max-width: 768px) {
  .ft189 {
    font-size: 199px;
    font-size: 25.9114583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft189 {
    font-size: 117.0588235294px;
  }
}

.ft190 {
  font-size: 190px;
  font-size: 19rem;
}
@media screen and (max-width: 768px) {
  .ft190 {
    font-size: 200px;
    font-size: 26.0416666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft190 {
    font-size: 117.6470588235px;
  }
}

.ft191 {
  font-size: 191px;
  font-size: 19.1rem;
}
@media screen and (max-width: 768px) {
  .ft191 {
    font-size: 201px;
    font-size: 26.171875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft191 {
    font-size: 118.2352941176px;
  }
}

.ft192 {
  font-size: 192px;
  font-size: 19.2rem;
}
@media screen and (max-width: 768px) {
  .ft192 {
    font-size: 202px;
    font-size: 26.3020833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft192 {
    font-size: 118.8235294118px;
  }
}

.ft193 {
  font-size: 193px;
  font-size: 19.3rem;
}
@media screen and (max-width: 768px) {
  .ft193 {
    font-size: 203px;
    font-size: 26.4322916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft193 {
    font-size: 119.4117647059px;
  }
}

.ft194 {
  font-size: 194px;
  font-size: 19.4rem;
}
@media screen and (max-width: 768px) {
  .ft194 {
    font-size: 204px;
    font-size: 26.5625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft194 {
    font-size: 120px;
  }
}

.ft195 {
  font-size: 195px;
  font-size: 19.5rem;
}
@media screen and (max-width: 768px) {
  .ft195 {
    font-size: 205px;
    font-size: 26.6927083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft195 {
    font-size: 120.5882352941px;
  }
}

.ft196 {
  font-size: 196px;
  font-size: 19.6rem;
}
@media screen and (max-width: 768px) {
  .ft196 {
    font-size: 206px;
    font-size: 26.8229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft196 {
    font-size: 121.1764705882px;
  }
}

.ft197 {
  font-size: 197px;
  font-size: 19.7rem;
}
@media screen and (max-width: 768px) {
  .ft197 {
    font-size: 207px;
    font-size: 26.953125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft197 {
    font-size: 121.7647058824px;
  }
}

.ft198 {
  font-size: 198px;
  font-size: 19.8rem;
}
@media screen and (max-width: 768px) {
  .ft198 {
    font-size: 208px;
    font-size: 27.0833333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft198 {
    font-size: 122.3529411765px;
  }
}

.ft199 {
  font-size: 199px;
  font-size: 19.9rem;
}
@media screen and (max-width: 768px) {
  .ft199 {
    font-size: 209px;
    font-size: 27.2135416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft199 {
    font-size: 122.9411764706px;
  }
}

.ft200 {
  font-size: 200px;
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  .ft200 {
    font-size: 210px;
    font-size: 27.34375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ft200 {
    font-size: 123.5294117647px;
  }
}

.ltr-spc0 {
  letter-spacing: 0em;
}

.ltr-spc5 {
  letter-spacing: 0.005em;
}

.ltr-spc10 {
  letter-spacing: 0.01em;
}

.ltr-spc15 {
  letter-spacing: 0.015em;
}

.ltr-spc20 {
  letter-spacing: 0.02em;
}

.ltr-spc25 {
  letter-spacing: 0.025em;
}

.ltr-spc30 {
  letter-spacing: 0.03em;
}

.ltr-spc35 {
  letter-spacing: 0.035em;
}

.ltr-spc40 {
  letter-spacing: 0.04em;
}

.ltr-spc45 {
  letter-spacing: 0.045em;
}

.ltr-spc50 {
  letter-spacing: 0.05em;
}

.ltr-spc55 {
  letter-spacing: 0.055em;
}

.ltr-spc60 {
  letter-spacing: 0.06em;
}

.ltr-spc65 {
  letter-spacing: 0.065em;
}

.ltr-spc70 {
  letter-spacing: 0.07em;
}

.ltr-spc75 {
  letter-spacing: 0.075em;
}

.ltr-spc80 {
  letter-spacing: 0.08em;
}

.ltr-spc85 {
  letter-spacing: 0.085em;
}

.ltr-spc90 {
  letter-spacing: 0.09em;
}

.ltr-spc95 {
  letter-spacing: 0.095em;
}

.ltr-spc100 {
  letter-spacing: 0.1em;
}

.ltr-spc105 {
  letter-spacing: 0.105em;
}

.ltr-spc110 {
  letter-spacing: 0.11em;
}

.ltr-spc115 {
  letter-spacing: 0.115em;
}

.ltr-spc120 {
  letter-spacing: 0.12em;
}

.ltr-spc125 {
  letter-spacing: 0.125em;
}

.ltr-spc130 {
  letter-spacing: 0.13em;
}

.ltr-spc135 {
  letter-spacing: 0.135em;
}

.ltr-spc140 {
  letter-spacing: 0.14em;
}

.ltr-spc145 {
  letter-spacing: 0.145em;
}

.ltr-spc150 {
  letter-spacing: 0.15em;
}

.ltr-spc155 {
  letter-spacing: 0.155em;
}

.ltr-spc160 {
  letter-spacing: 0.16em;
}

.ltr-spc165 {
  letter-spacing: 0.165em;
}

.ltr-spc170 {
  letter-spacing: 0.17em;
}

.ltr-spc175 {
  letter-spacing: 0.175em;
}

.ltr-spc180 {
  letter-spacing: 0.18em;
}

.ltr-spc185 {
  letter-spacing: 0.185em;
}

.ltr-spc190 {
  letter-spacing: 0.19em;
}

.ltr-spc195 {
  letter-spacing: 0.195em;
}

.ltr-spc200 {
  letter-spacing: 0.2em;
}

.ltr-spc205 {
  letter-spacing: 0.205em;
}

.ltr-spc210 {
  letter-spacing: 0.21em;
}

.ltr-spc215 {
  letter-spacing: 0.215em;
}

.ltr-spc220 {
  letter-spacing: 0.22em;
}

.ltr-spc225 {
  letter-spacing: 0.225em;
}

.ltr-spc230 {
  letter-spacing: 0.23em;
}

.ltr-spc235 {
  letter-spacing: 0.235em;
}

.ltr-spc240 {
  letter-spacing: 0.24em;
}

.ltr-spc245 {
  letter-spacing: 0.245em;
}

.ltr-spc250 {
  letter-spacing: 0.25em;
}

.ltr-spc255 {
  letter-spacing: 0.255em;
}

.ltr-spc260 {
  letter-spacing: 0.26em;
}

.ltr-spc265 {
  letter-spacing: 0.265em;
}

.ltr-spc270 {
  letter-spacing: 0.27em;
}

.ltr-spc275 {
  letter-spacing: 0.275em;
}

.ltr-spc280 {
  letter-spacing: 0.28em;
}

.ltr-spc285 {
  letter-spacing: 0.285em;
}

.ltr-spc290 {
  letter-spacing: 0.29em;
}

.ltr-spc295 {
  letter-spacing: 0.295em;
}

.ltr-spc300 {
  letter-spacing: 0.3em;
}

.ltr-spc305 {
  letter-spacing: 0.305em;
}

.ltr-spc310 {
  letter-spacing: 0.31em;
}

.ltr-spc315 {
  letter-spacing: 0.315em;
}

.ltr-spc320 {
  letter-spacing: 0.32em;
}

.ltr-spc325 {
  letter-spacing: 0.325em;
}

.ltr-spc330 {
  letter-spacing: 0.33em;
}

.ltr-spc335 {
  letter-spacing: 0.335em;
}

.ltr-spc340 {
  letter-spacing: 0.34em;
}

.ltr-spc345 {
  letter-spacing: 0.345em;
}

.ltr-spc350 {
  letter-spacing: 0.35em;
}

.ltr-spc355 {
  letter-spacing: 0.355em;
}

.ltr-spc360 {
  letter-spacing: 0.36em;
}

.ltr-spc365 {
  letter-spacing: 0.365em;
}

.ltr-spc370 {
  letter-spacing: 0.37em;
}

.ltr-spc375 {
  letter-spacing: 0.375em;
}

.ltr-spc380 {
  letter-spacing: 0.38em;
}

.ltr-spc385 {
  letter-spacing: 0.385em;
}

.ltr-spc390 {
  letter-spacing: 0.39em;
}

.ltr-spc395 {
  letter-spacing: 0.395em;
}

.ltr-spc400 {
  letter-spacing: 0.4em;
}

.ltr-spc405 {
  letter-spacing: 0.405em;
}

.ltr-spc410 {
  letter-spacing: 0.41em;
}

.ltr-spc415 {
  letter-spacing: 0.415em;
}

.ltr-spc420 {
  letter-spacing: 0.42em;
}

.ltr-spc425 {
  letter-spacing: 0.425em;
}

.ltr-spc430 {
  letter-spacing: 0.43em;
}

.ltr-spc435 {
  letter-spacing: 0.435em;
}

.ltr-spc440 {
  letter-spacing: 0.44em;
}

.ltr-spc445 {
  letter-spacing: 0.445em;
}

.ltr-spc450 {
  letter-spacing: 0.45em;
}

.ltr-spc455 {
  letter-spacing: 0.455em;
}

.ltr-spc460 {
  letter-spacing: 0.46em;
}

.ltr-spc465 {
  letter-spacing: 0.465em;
}

.ltr-spc470 {
  letter-spacing: 0.47em;
}

.ltr-spc475 {
  letter-spacing: 0.475em;
}

.ltr-spc480 {
  letter-spacing: 0.48em;
}

.ltr-spc485 {
  letter-spacing: 0.485em;
}

.ltr-spc490 {
  letter-spacing: 0.49em;
}

.ltr-spc495 {
  letter-spacing: 0.495em;
}

.ltr-spc500 {
  letter-spacing: 0.5em;
}

.ltr-spc505 {
  letter-spacing: 0.505em;
}

.ltr-spc510 {
  letter-spacing: 0.51em;
}

.ltr-spc515 {
  letter-spacing: 0.515em;
}

.ltr-spc520 {
  letter-spacing: 0.52em;
}

.ltr-spc525 {
  letter-spacing: 0.525em;
}

.ltr-spc530 {
  letter-spacing: 0.53em;
}

.ltr-spc535 {
  letter-spacing: 0.535em;
}

.ltr-spc540 {
  letter-spacing: 0.54em;
}

.ltr-spc545 {
  letter-spacing: 0.545em;
}

.ltr-spc550 {
  letter-spacing: 0.55em;
}

.ltr-spc555 {
  letter-spacing: 0.555em;
}

.ltr-spc560 {
  letter-spacing: 0.56em;
}

.ltr-spc565 {
  letter-spacing: 0.565em;
}

.ltr-spc570 {
  letter-spacing: 0.57em;
}

.ltr-spc575 {
  letter-spacing: 0.575em;
}

.ltr-spc580 {
  letter-spacing: 0.58em;
}

.ltr-spc585 {
  letter-spacing: 0.585em;
}

.ltr-spc590 {
  letter-spacing: 0.59em;
}

.ltr-spc595 {
  letter-spacing: 0.595em;
}

.ltr-spc600 {
  letter-spacing: 0.6em;
}

.ltr-spc605 {
  letter-spacing: 0.605em;
}

.ltr-spc610 {
  letter-spacing: 0.61em;
}

.ltr-spc615 {
  letter-spacing: 0.615em;
}

.ltr-spc620 {
  letter-spacing: 0.62em;
}

.ltr-spc625 {
  letter-spacing: 0.625em;
}

.ltr-spc630 {
  letter-spacing: 0.63em;
}

.ltr-spc635 {
  letter-spacing: 0.635em;
}

.ltr-spc640 {
  letter-spacing: 0.64em;
}

.ltr-spc645 {
  letter-spacing: 0.645em;
}

.ltr-spc650 {
  letter-spacing: 0.65em;
}

.ltr-spc655 {
  letter-spacing: 0.655em;
}

.ltr-spc660 {
  letter-spacing: 0.66em;
}

.ltr-spc665 {
  letter-spacing: 0.665em;
}

.ltr-spc670 {
  letter-spacing: 0.67em;
}

.ltr-spc675 {
  letter-spacing: 0.675em;
}

.ltr-spc680 {
  letter-spacing: 0.68em;
}

.ltr-spc685 {
  letter-spacing: 0.685em;
}

.ltr-spc690 {
  letter-spacing: 0.69em;
}

.ltr-spc695 {
  letter-spacing: 0.695em;
}

.ltr-spc700 {
  letter-spacing: 0.7em;
}

.ltr-spc705 {
  letter-spacing: 0.705em;
}

.ltr-spc710 {
  letter-spacing: 0.71em;
}

.ltr-spc715 {
  letter-spacing: 0.715em;
}

.ltr-spc720 {
  letter-spacing: 0.72em;
}

.ltr-spc725 {
  letter-spacing: 0.725em;
}

.ltr-spc730 {
  letter-spacing: 0.73em;
}

.ltr-spc735 {
  letter-spacing: 0.735em;
}

.ltr-spc740 {
  letter-spacing: 0.74em;
}

.ltr-spc745 {
  letter-spacing: 0.745em;
}

.ltr-spc750 {
  letter-spacing: 0.75em;
}

.ltr-spc755 {
  letter-spacing: 0.755em;
}

.ltr-spc760 {
  letter-spacing: 0.76em;
}

.ltr-spc765 {
  letter-spacing: 0.765em;
}

.ltr-spc770 {
  letter-spacing: 0.77em;
}

.ltr-spc775 {
  letter-spacing: 0.775em;
}

.ltr-spc780 {
  letter-spacing: 0.78em;
}

.ltr-spc785 {
  letter-spacing: 0.785em;
}

.ltr-spc790 {
  letter-spacing: 0.79em;
}

.ltr-spc795 {
  letter-spacing: 0.795em;
}

.ltr-spc800 {
  letter-spacing: 0.8em;
}

.ltr-spc805 {
  letter-spacing: 0.805em;
}

.ltr-spc810 {
  letter-spacing: 0.81em;
}

.ltr-spc815 {
  letter-spacing: 0.815em;
}

.ltr-spc820 {
  letter-spacing: 0.82em;
}

.ltr-spc825 {
  letter-spacing: 0.825em;
}

.ltr-spc830 {
  letter-spacing: 0.83em;
}

.ltr-spc835 {
  letter-spacing: 0.835em;
}

.ltr-spc840 {
  letter-spacing: 0.84em;
}

.ltr-spc845 {
  letter-spacing: 0.845em;
}

.ltr-spc850 {
  letter-spacing: 0.85em;
}

.ltr-spc855 {
  letter-spacing: 0.855em;
}

.ltr-spc860 {
  letter-spacing: 0.86em;
}

.ltr-spc865 {
  letter-spacing: 0.865em;
}

.ltr-spc870 {
  letter-spacing: 0.87em;
}

.ltr-spc875 {
  letter-spacing: 0.875em;
}

.ltr-spc880 {
  letter-spacing: 0.88em;
}

.ltr-spc885 {
  letter-spacing: 0.885em;
}

.ltr-spc890 {
  letter-spacing: 0.89em;
}

.ltr-spc895 {
  letter-spacing: 0.895em;
}

.ltr-spc900 {
  letter-spacing: 0.9em;
}

.ltr-spc905 {
  letter-spacing: 0.905em;
}

.ltr-spc910 {
  letter-spacing: 0.91em;
}

.ltr-spc915 {
  letter-spacing: 0.915em;
}

.ltr-spc920 {
  letter-spacing: 0.92em;
}

.ltr-spc925 {
  letter-spacing: 0.925em;
}

.ltr-spc930 {
  letter-spacing: 0.93em;
}

.ltr-spc935 {
  letter-spacing: 0.935em;
}

.ltr-spc940 {
  letter-spacing: 0.94em;
}

.ltr-spc945 {
  letter-spacing: 0.945em;
}

.ltr-spc950 {
  letter-spacing: 0.95em;
}

.ltr-spc955 {
  letter-spacing: 0.955em;
}

.ltr-spc960 {
  letter-spacing: 0.96em;
}

.ltr-spc965 {
  letter-spacing: 0.965em;
}

.ltr-spc970 {
  letter-spacing: 0.97em;
}

.ltr-spc975 {
  letter-spacing: 0.975em;
}

.ltr-spc980 {
  letter-spacing: 0.98em;
}

.ltr-spc985 {
  letter-spacing: 0.985em;
}

.ltr-spc990 {
  letter-spacing: 0.99em;
}

.ltr-spc995 {
  letter-spacing: 0.995em;
}

.ltr-spc1000 {
  letter-spacing: 1em;
}

.opa-0 {
  opacity: 0;
}

.opa-5 {
  opacity: 0.05;
}

.opa-10 {
  opacity: 0.1;
}

.opa-15 {
  opacity: 0.15;
}

.opa-20 {
  opacity: 0.2;
}

.opa-25 {
  opacity: 0.25;
}

.opa-30 {
  opacity: 0.3;
}

.opa-35 {
  opacity: 0.35;
}

.opa-40 {
  opacity: 0.4;
}

.opa-45 {
  opacity: 0.45;
}

.opa-50 {
  opacity: 0.5;
}

.opa-55 {
  opacity: 0.55;
}

.opa-60 {
  opacity: 0.6;
}

.opa-65 {
  opacity: 0.65;
}

.opa-70 {
  opacity: 0.7;
}

.opa-75 {
  opacity: 0.75;
}

.opa-80 {
  opacity: 0.8;
}

.opa-85 {
  opacity: 0.85;
}

.opa-90 {
  opacity: 0.9;
}

.opa-95 {
  opacity: 0.95;
}

.opa-100 {
  opacity: 1;
}

.ft-wgt50 {
  font-weight: 50;
}

.ft-wgt100 {
  font-weight: 100;
}

.ft-wgt150 {
  font-weight: 150;
}

.ft-wgt200 {
  font-weight: 200;
}

.ft-wgt250 {
  font-weight: 250;
}

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

.ft-wgt350 {
  font-weight: 350;
}

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

.ft-wgt450 {
  font-weight: 450;
}

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

.ft-wgt550 {
  font-weight: 550;
}

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

.ft-wgt650 {
  font-weight: 650;
}

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

.ft-wgt750 {
  font-weight: 750;
}

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

.ft-wgt850 {
  font-weight: 850;
}

.ft-wgt900 {
  font-weight: 900;
}

.ft-wgt-thin {
  font-weight: 100;
}
.ft-wgt-exlt {
  font-weight: 200;
}
.ft-wgt-lt {
  font-weight: 300;
}
.ft-wgt-reg {
  font-weight: 400;
}
.ft-wgt-mid {
  font-weight: 500;
}
.ft-wgt-semi {
  font-weight: 600;
}
.ft-wgt-bold {
  font-weight: 700;
}
.ft-wgt-exbold {
  font-weight: 800;
}
.ft-wgt-blk {
  font-weight: 900;
}

.line-h1 {
  line-height: 1;
}

.line-h2 {
  line-height: 2;
}

.line-h3 {
  line-height: 3;
}

.line-h4 {
  line-height: 4;
}

.line-h5 {
  line-height: 5;
}

.line-h6 {
  line-height: 6;
}

.line-h7 {
  line-height: 7;
}

.line-h8 {
  line-height: 8;
}

.line-h9 {
  line-height: 9;
}

.line-h10 {
  line-height: 10;
}

.line-h11 {
  line-height: 11;
}

.line-h12 {
  line-height: 12;
}

.line-h13 {
  line-height: 13;
}

.line-h14 {
  line-height: 14;
}

.line-h15 {
  line-height: 15;
}

.line-h16 {
  line-height: 16;
}

.line-h17 {
  line-height: 17;
}

.line-h18 {
  line-height: 18;
}

.line-h19 {
  line-height: 19;
}

.line-h20 {
  line-height: 20;
}

.line-h21 {
  line-height: 21;
}

.line-h22 {
  line-height: 22;
}

.line-h23 {
  line-height: 23;
}

.line-h24 {
  line-height: 24;
}

.line-h25 {
  line-height: 25;
}

.line-h26 {
  line-height: 26;
}

.line-h27 {
  line-height: 27;
}

.line-h28 {
  line-height: 28;
}

.line-h29 {
  line-height: 29;
}

.line-h30 {
  line-height: 30;
}

.line-h31 {
  line-height: 31;
}

.line-h32 {
  line-height: 32;
}

.line-h33 {
  line-height: 33;
}

.line-h34 {
  line-height: 34;
}

.line-h35 {
  line-height: 35;
}

.line-h36 {
  line-height: 36;
}

.line-h37 {
  line-height: 37;
}

.line-h38 {
  line-height: 38;
}

.line-h39 {
  line-height: 39;
}

.line-h40 {
  line-height: 40;
}

.line-h41 {
  line-height: 41;
}

.line-h42 {
  line-height: 42;
}

.line-h43 {
  line-height: 43;
}

.line-h44 {
  line-height: 44;
}

.line-h45 {
  line-height: 45;
}

.line-h46 {
  line-height: 46;
}

.line-h47 {
  line-height: 47;
}

.line-h48 {
  line-height: 48;
}

.line-h49 {
  line-height: 49;
}

.line-h50 {
  line-height: 50;
}

.line-h51 {
  line-height: 51;
}

.line-h52 {
  line-height: 52;
}

.line-h53 {
  line-height: 53;
}

.line-h54 {
  line-height: 54;
}

.line-h55 {
  line-height: 55;
}

.line-h56 {
  line-height: 56;
}

.line-h57 {
  line-height: 57;
}

.line-h58 {
  line-height: 58;
}

.line-h59 {
  line-height: 59;
}

.line-h60 {
  line-height: 60;
}

.line-h61 {
  line-height: 61;
}

.line-h62 {
  line-height: 62;
}

.line-h63 {
  line-height: 63;
}

.line-h64 {
  line-height: 64;
}

.line-h65 {
  line-height: 65;
}

.line-h66 {
  line-height: 66;
}

.line-h67 {
  line-height: 67;
}

.line-h68 {
  line-height: 68;
}

.line-h69 {
  line-height: 69;
}

.line-h70 {
  line-height: 70;
}

.line-h71 {
  line-height: 71;
}

.line-h72 {
  line-height: 72;
}

.line-h73 {
  line-height: 73;
}

.line-h74 {
  line-height: 74;
}

.line-h75 {
  line-height: 75;
}

.line-h76 {
  line-height: 76;
}

.line-h77 {
  line-height: 77;
}

.line-h78 {
  line-height: 78;
}

.line-h79 {
  line-height: 79;
}

.line-h80 {
  line-height: 80;
}

.line-h81 {
  line-height: 81;
}

.line-h82 {
  line-height: 82;
}

.line-h83 {
  line-height: 83;
}

.line-h84 {
  line-height: 84;
}

.line-h85 {
  line-height: 85;
}

.line-h86 {
  line-height: 86;
}

.line-h87 {
  line-height: 87;
}

.line-h88 {
  line-height: 88;
}

.line-h89 {
  line-height: 89;
}

.line-h90 {
  line-height: 90;
}

.line-h91 {
  line-height: 91;
}

.line-h92 {
  line-height: 92;
}

.line-h93 {
  line-height: 93;
}

.line-h94 {
  line-height: 94;
}

.line-h95 {
  line-height: 95;
}

.line-h96 {
  line-height: 96;
}

.line-h97 {
  line-height: 97;
}

.line-h98 {
  line-height: 98;
}

.line-h99 {
  line-height: 99;
}

.line-h100 {
  line-height: 100;
}

.line-h101 {
  line-height: 101;
}

.line-h102 {
  line-height: 102;
}

.line-h103 {
  line-height: 103;
}

.line-h104 {
  line-height: 104;
}

.line-h105 {
  line-height: 105;
}

.line-h106 {
  line-height: 106;
}

.line-h107 {
  line-height: 107;
}

.line-h108 {
  line-height: 108;
}

.line-h109 {
  line-height: 109;
}

.line-h110 {
  line-height: 110;
}

.line-h111 {
  line-height: 111;
}

.line-h112 {
  line-height: 112;
}

.line-h113 {
  line-height: 113;
}

.line-h114 {
  line-height: 114;
}

.line-h115 {
  line-height: 115;
}

.line-h116 {
  line-height: 116;
}

.line-h117 {
  line-height: 117;
}

.line-h118 {
  line-height: 118;
}

.line-h119 {
  line-height: 119;
}

.line-h120 {
  line-height: 120;
}

.line-h121 {
  line-height: 121;
}

.line-h122 {
  line-height: 122;
}

.line-h123 {
  line-height: 123;
}

.line-h124 {
  line-height: 124;
}

.line-h125 {
  line-height: 125;
}

.line-h126 {
  line-height: 126;
}

.line-h127 {
  line-height: 127;
}

.line-h128 {
  line-height: 128;
}

.line-h129 {
  line-height: 129;
}

.line-h130 {
  line-height: 130;
}

.line-h131 {
  line-height: 131;
}

.line-h132 {
  line-height: 132;
}

.line-h133 {
  line-height: 133;
}

.line-h134 {
  line-height: 134;
}

.line-h135 {
  line-height: 135;
}

.line-h136 {
  line-height: 136;
}

.line-h137 {
  line-height: 137;
}

.line-h138 {
  line-height: 138;
}

.line-h139 {
  line-height: 139;
}

.line-h140 {
  line-height: 140;
}

.line-h141 {
  line-height: 141;
}

.line-h142 {
  line-height: 142;
}

.line-h143 {
  line-height: 143;
}

.line-h144 {
  line-height: 144;
}

.line-h145 {
  line-height: 145;
}

.line-h146 {
  line-height: 146;
}

.line-h147 {
  line-height: 147;
}

.line-h148 {
  line-height: 148;
}

.line-h149 {
  line-height: 149;
}

.line-h150 {
  line-height: 150;
}

.line-h151 {
  line-height: 151;
}

.line-h152 {
  line-height: 152;
}

.line-h153 {
  line-height: 153;
}

.line-h154 {
  line-height: 154;
}

.line-h155 {
  line-height: 155;
}

.line-h156 {
  line-height: 156;
}

.line-h157 {
  line-height: 157;
}

.line-h158 {
  line-height: 158;
}

.line-h159 {
  line-height: 159;
}

.line-h160 {
  line-height: 160;
}

.line-h161 {
  line-height: 161;
}

.line-h162 {
  line-height: 162;
}

.line-h163 {
  line-height: 163;
}

.line-h164 {
  line-height: 164;
}

.line-h165 {
  line-height: 165;
}

.line-h166 {
  line-height: 166;
}

.line-h167 {
  line-height: 167;
}

.line-h168 {
  line-height: 168;
}

.line-h169 {
  line-height: 169;
}

.line-h170 {
  line-height: 170;
}

.line-h171 {
  line-height: 171;
}

.line-h172 {
  line-height: 172;
}

.line-h173 {
  line-height: 173;
}

.line-h174 {
  line-height: 174;
}

.line-h175 {
  line-height: 175;
}

.line-h176 {
  line-height: 176;
}

.line-h177 {
  line-height: 177;
}

.line-h178 {
  line-height: 178;
}

.line-h179 {
  line-height: 179;
}

.line-h180 {
  line-height: 180;
}

.line-h181 {
  line-height: 181;
}

.line-h182 {
  line-height: 182;
}

.line-h183 {
  line-height: 183;
}

.line-h184 {
  line-height: 184;
}

.line-h185 {
  line-height: 185;
}

.line-h186 {
  line-height: 186;
}

.line-h187 {
  line-height: 187;
}

.line-h188 {
  line-height: 188;
}

.line-h189 {
  line-height: 189;
}

.line-h190 {
  line-height: 190;
}

.line-h191 {
  line-height: 191;
}

.line-h192 {
  line-height: 192;
}

.line-h193 {
  line-height: 193;
}

.line-h194 {
  line-height: 194;
}

.line-h195 {
  line-height: 195;
}

.line-h196 {
  line-height: 196;
}

.line-h197 {
  line-height: 197;
}

.line-h198 {
  line-height: 198;
}

.line-h199 {
  line-height: 199;
}

.line-h200 {
  line-height: 200;
}

.bdr-r50rem {
  border-radius: 50rem;
}

.bdr-r0 {
  border-radius: 0px;
}

.bdr-r2 {
  border-radius: 2px;
}

.bdr-r4 {
  border-radius: 4px;
}

.bdr-r6 {
  border-radius: 6px;
}

.bdr-r8 {
  border-radius: 8px;
}

.bdr-r10 {
  border-radius: 10px;
}

.bdr-r12 {
  border-radius: 12px;
}

.bdr-r14 {
  border-radius: 14px;
}

.bdr-r16 {
  border-radius: 16px;
}

.bdr-r18 {
  border-radius: 18px;
}

.bdr-r20 {
  border-radius: 20px;
}

.bdr-r22 {
  border-radius: 22px;
}

.bdr-r24 {
  border-radius: 24px;
}

.bdr-r26 {
  border-radius: 26px;
}

.bdr-r28 {
  border-radius: 28px;
}

.bdr-r30 {
  border-radius: 30px;
}

.bdr-r32 {
  border-radius: 32px;
}

.bdr-r34 {
  border-radius: 34px;
}

.bdr-r36 {
  border-radius: 36px;
}

.bdr-r38 {
  border-radius: 38px;
}

.bdr-r40 {
  border-radius: 40px;
}

.bdr-r42 {
  border-radius: 42px;
}

.bdr-r44 {
  border-radius: 44px;
}

.bdr-r46 {
  border-radius: 46px;
}

.bdr-r48 {
  border-radius: 48px;
}

.bdr-r50 {
  border-radius: 50px;
}

.bdr-r52 {
  border-radius: 52px;
}

.bdr-r54 {
  border-radius: 54px;
}

.bdr-r56 {
  border-radius: 56px;
}

.bdr-r58 {
  border-radius: 58px;
}

.bdr-r60 {
  border-radius: 60px;
}

.bdr-r62 {
  border-radius: 62px;
}

.bdr-r64 {
  border-radius: 64px;
}

.bdr-r66 {
  border-radius: 66px;
}

.bdr-r68 {
  border-radius: 68px;
}

.bdr-r70 {
  border-radius: 70px;
}

.bdr-r72 {
  border-radius: 72px;
}

.bdr-r74 {
  border-radius: 74px;
}

.bdr-r76 {
  border-radius: 76px;
}

.bdr-r78 {
  border-radius: 78px;
}

.bdr-r80 {
  border-radius: 80px;
}

.bdr-r82 {
  border-radius: 82px;
}

.bdr-r84 {
  border-radius: 84px;
}

.bdr-r86 {
  border-radius: 86px;
}

.bdr-r88 {
  border-radius: 88px;
}

.bdr-r90 {
  border-radius: 90px;
}

.bdr-r92 {
  border-radius: 92px;
}

.bdr-r94 {
  border-radius: 94px;
}

.bdr-r96 {
  border-radius: 96px;
}

.bdr-r98 {
  border-radius: 98px;
}

.bdr-r100 {
  border-radius: 100px;
}

.bdr-r102 {
  border-radius: 102px;
}

.bdr-r104 {
  border-radius: 104px;
}

.bdr-r106 {
  border-radius: 106px;
}

.bdr-r108 {
  border-radius: 108px;
}

.bdr-r110 {
  border-radius: 110px;
}

.bdr-r112 {
  border-radius: 112px;
}

.bdr-r114 {
  border-radius: 114px;
}

.bdr-r116 {
  border-radius: 116px;
}

.bdr-r118 {
  border-radius: 118px;
}

.bdr-r120 {
  border-radius: 120px;
}

.bdr-r122 {
  border-radius: 122px;
}

.bdr-r124 {
  border-radius: 124px;
}

.bdr-r126 {
  border-radius: 126px;
}

.bdr-r128 {
  border-radius: 128px;
}

.bdr-r130 {
  border-radius: 130px;
}

.bdr-r132 {
  border-radius: 132px;
}

.bdr-r134 {
  border-radius: 134px;
}

.bdr-r136 {
  border-radius: 136px;
}

.bdr-r138 {
  border-radius: 138px;
}

.bdr-r140 {
  border-radius: 140px;
}

.bdr-r142 {
  border-radius: 142px;
}

.bdr-r144 {
  border-radius: 144px;
}

.bdr-r146 {
  border-radius: 146px;
}

.bdr-r148 {
  border-radius: 148px;
}

.bdr-r150 {
  border-radius: 150px;
}

.bdr-r152 {
  border-radius: 152px;
}

.bdr-r154 {
  border-radius: 154px;
}

.bdr-r156 {
  border-radius: 156px;
}

.bdr-r158 {
  border-radius: 158px;
}

.bdr-r160 {
  border-radius: 160px;
}

.bdr-r162 {
  border-radius: 162px;
}

.bdr-r164 {
  border-radius: 164px;
}

.bdr-r166 {
  border-radius: 166px;
}

.bdr-r168 {
  border-radius: 168px;
}

.bdr-r170 {
  border-radius: 170px;
}

.bdr-r172 {
  border-radius: 172px;
}

.bdr-r174 {
  border-radius: 174px;
}

.bdr-r176 {
  border-radius: 176px;
}

.bdr-r178 {
  border-radius: 178px;
}

.bdr-r180 {
  border-radius: 180px;
}

.bdr-r182 {
  border-radius: 182px;
}

.bdr-r184 {
  border-radius: 184px;
}

.bdr-r186 {
  border-radius: 186px;
}

.bdr-r188 {
  border-radius: 188px;
}

.bdr-r190 {
  border-radius: 190px;
}

.bdr-r192 {
  border-radius: 192px;
}

.bdr-r194 {
  border-radius: 194px;
}

.bdr-r196 {
  border-radius: 196px;
}

.bdr-r198 {
  border-radius: 198px;
}

.bdr-r200 {
  border-radius: 200px;
}

.bdr-r202 {
  border-radius: 202px;
}

.bdr-r204 {
  border-radius: 204px;
}

.bdr-r206 {
  border-radius: 206px;
}

.bdr-r208 {
  border-radius: 208px;
}

.bdr-r210 {
  border-radius: 210px;
}

.bdr-r212 {
  border-radius: 212px;
}

.bdr-r214 {
  border-radius: 214px;
}

.bdr-r216 {
  border-radius: 216px;
}

.bdr-r218 {
  border-radius: 218px;
}

.bdr-r220 {
  border-radius: 220px;
}

.bdr-r222 {
  border-radius: 222px;
}

.bdr-r224 {
  border-radius: 224px;
}

.bdr-r226 {
  border-radius: 226px;
}

.bdr-r228 {
  border-radius: 228px;
}

.bdr-r230 {
  border-radius: 230px;
}

.bdr-r232 {
  border-radius: 232px;
}

.bdr-r234 {
  border-radius: 234px;
}

.bdr-r236 {
  border-radius: 236px;
}

.bdr-r238 {
  border-radius: 238px;
}

.bdr-r240 {
  border-radius: 240px;
}

.bdr-r242 {
  border-radius: 242px;
}

.bdr-r244 {
  border-radius: 244px;
}

.bdr-r246 {
  border-radius: 246px;
}

.bdr-r248 {
  border-radius: 248px;
}

.bdr-r250 {
  border-radius: 250px;
}

.bdr-r252 {
  border-radius: 252px;
}

.bdr-r254 {
  border-radius: 254px;
}

.bdr-r256 {
  border-radius: 256px;
}

.bdr-r258 {
  border-radius: 258px;
}

.bdr-r260 {
  border-radius: 260px;
}

.bdr-r262 {
  border-radius: 262px;
}

.bdr-r264 {
  border-radius: 264px;
}

.bdr-r266 {
  border-radius: 266px;
}

.bdr-r268 {
  border-radius: 268px;
}

.bdr-r270 {
  border-radius: 270px;
}

.bdr-r272 {
  border-radius: 272px;
}

.bdr-r274 {
  border-radius: 274px;
}

.bdr-r276 {
  border-radius: 276px;
}

.bdr-r278 {
  border-radius: 278px;
}

.bdr-r280 {
  border-radius: 280px;
}

.bdr-r282 {
  border-radius: 282px;
}

.bdr-r284 {
  border-radius: 284px;
}

.bdr-r286 {
  border-radius: 286px;
}

.bdr-r288 {
  border-radius: 288px;
}

.bdr-r290 {
  border-radius: 290px;
}

.bdr-r292 {
  border-radius: 292px;
}

.bdr-r294 {
  border-radius: 294px;
}

.bdr-r296 {
  border-radius: 296px;
}

.bdr-r298 {
  border-radius: 298px;
}

.bdr-r300 {
  border-radius: 300px;
}

.bdr-r302 {
  border-radius: 302px;
}

.bdr-r304 {
  border-radius: 304px;
}

.bdr-r306 {
  border-radius: 306px;
}

.bdr-r308 {
  border-radius: 308px;
}

.bdr-r310 {
  border-radius: 310px;
}

.bdr-r312 {
  border-radius: 312px;
}

.bdr-r314 {
  border-radius: 314px;
}

.bdr-r316 {
  border-radius: 316px;
}

.bdr-r318 {
  border-radius: 318px;
}

.bdr-r320 {
  border-radius: 320px;
}

.bdr-r322 {
  border-radius: 322px;
}

.bdr-r324 {
  border-radius: 324px;
}

.bdr-r326 {
  border-radius: 326px;
}

.bdr-r328 {
  border-radius: 328px;
}

.bdr-r330 {
  border-radius: 330px;
}

.bdr-r332 {
  border-radius: 332px;
}

.bdr-r334 {
  border-radius: 334px;
}

.bdr-r336 {
  border-radius: 336px;
}

.bdr-r338 {
  border-radius: 338px;
}

.bdr-r340 {
  border-radius: 340px;
}

.bdr-r342 {
  border-radius: 342px;
}

.bdr-r344 {
  border-radius: 344px;
}

.bdr-r346 {
  border-radius: 346px;
}

.bdr-r348 {
  border-radius: 348px;
}

.bdr-r350 {
  border-radius: 350px;
}

.bdr-r352 {
  border-radius: 352px;
}

.bdr-r354 {
  border-radius: 354px;
}

.bdr-r356 {
  border-radius: 356px;
}

.bdr-r358 {
  border-radius: 358px;
}

.bdr-r360 {
  border-radius: 360px;
}

.bdr-r362 {
  border-radius: 362px;
}

.bdr-r364 {
  border-radius: 364px;
}

.bdr-r366 {
  border-radius: 366px;
}

.bdr-r368 {
  border-radius: 368px;
}

.bdr-r370 {
  border-radius: 370px;
}

.bdr-r372 {
  border-radius: 372px;
}

.bdr-r374 {
  border-radius: 374px;
}

.bdr-r376 {
  border-radius: 376px;
}

.bdr-r378 {
  border-radius: 378px;
}

.bdr-r380 {
  border-radius: 380px;
}

.bdr-r382 {
  border-radius: 382px;
}

.bdr-r384 {
  border-radius: 384px;
}

.bdr-r386 {
  border-radius: 386px;
}

.bdr-r388 {
  border-radius: 388px;
}

.bdr-r390 {
  border-radius: 390px;
}

.bdr-r392 {
  border-radius: 392px;
}

.bdr-r394 {
  border-radius: 394px;
}

.bdr-r396 {
  border-radius: 396px;
}

.bdr-r398 {
  border-radius: 398px;
}

.bdr-r400 {
  border-radius: 400px;
}

.bdr-r402 {
  border-radius: 402px;
}

.bdr-r404 {
  border-radius: 404px;
}

.bdr-r406 {
  border-radius: 406px;
}

.bdr-r408 {
  border-radius: 408px;
}

.bdr-r410 {
  border-radius: 410px;
}

.bdr-r412 {
  border-radius: 412px;
}

.bdr-r414 {
  border-radius: 414px;
}

.bdr-r416 {
  border-radius: 416px;
}

.bdr-r418 {
  border-radius: 418px;
}

.bdr-r420 {
  border-radius: 420px;
}

.bdr-r422 {
  border-radius: 422px;
}

.bdr-r424 {
  border-radius: 424px;
}

.bdr-r426 {
  border-radius: 426px;
}

.bdr-r428 {
  border-radius: 428px;
}

.bdr-r430 {
  border-radius: 430px;
}

.bdr-r432 {
  border-radius: 432px;
}

.bdr-r434 {
  border-radius: 434px;
}

.bdr-r436 {
  border-radius: 436px;
}

.bdr-r438 {
  border-radius: 438px;
}

.bdr-r440 {
  border-radius: 440px;
}

.bdr-r442 {
  border-radius: 442px;
}

.bdr-r444 {
  border-radius: 444px;
}

.bdr-r446 {
  border-radius: 446px;
}

.bdr-r448 {
  border-radius: 448px;
}

.bdr-r450 {
  border-radius: 450px;
}

.bdr-r452 {
  border-radius: 452px;
}

.bdr-r454 {
  border-radius: 454px;
}

.bdr-r456 {
  border-radius: 456px;
}

.bdr-r458 {
  border-radius: 458px;
}

.bdr-r460 {
  border-radius: 460px;
}

.bdr-r462 {
  border-radius: 462px;
}

.bdr-r464 {
  border-radius: 464px;
}

.bdr-r466 {
  border-radius: 466px;
}

.bdr-r468 {
  border-radius: 468px;
}

.bdr-r470 {
  border-radius: 470px;
}

.bdr-r472 {
  border-radius: 472px;
}

.bdr-r474 {
  border-radius: 474px;
}

.bdr-r476 {
  border-radius: 476px;
}

.bdr-r478 {
  border-radius: 478px;
}

.bdr-r480 {
  border-radius: 480px;
}

.bdr-r482 {
  border-radius: 482px;
}

.bdr-r484 {
  border-radius: 484px;
}

.bdr-r486 {
  border-radius: 486px;
}

.bdr-r488 {
  border-radius: 488px;
}

.bdr-r490 {
  border-radius: 490px;
}

.bdr-r492 {
  border-radius: 492px;
}

.bdr-r494 {
  border-radius: 494px;
}

.bdr-r496 {
  border-radius: 496px;
}

.bdr-r498 {
  border-radius: 498px;
}

.bdr-r500 {
  border-radius: 500px;
}

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

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

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

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

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

.bdr-blk6 {
  border: solid 6px #37393c;
}

.bdr-blk7 {
  border: solid 7px #37393c;
}

.bdr-blk8 {
  border: solid 8px #37393c;
}

.bdr-blk9 {
  border: solid 9px #37393c;
}

.bdr-blk10 {
  border: solid 10px #37393c;
}

.bdr-top-blk1 {
  border-top: solid 1px #37393c;
}

.bdr-top-blk2 {
  border-top: solid 2px #37393c;
}

.bdr-top-blk3 {
  border-top: solid 3px #37393c;
}

.bdr-top-blk4 {
  border-top: solid 4px #37393c;
}

.bdr-top-blk5 {
  border-top: solid 5px #37393c;
}

.bdr-top-blk6 {
  border-top: solid 6px #37393c;
}

.bdr-top-blk7 {
  border-top: solid 7px #37393c;
}

.bdr-top-blk8 {
  border-top: solid 8px #37393c;
}

.bdr-top-blk9 {
  border-top: solid 9px #37393c;
}

.bdr-top-blk10 {
  border-top: solid 10px #37393c;
}

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

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

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

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

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

.bdr-btm-blk6 {
  border-bottom: solid 6px #37393c;
}

.bdr-btm-blk7 {
  border-bottom: solid 7px #37393c;
}

.bdr-btm-blk8 {
  border-bottom: solid 8px #37393c;
}

.bdr-btm-blk9 {
  border-bottom: solid 9px #37393c;
}

.bdr-btm-blk10 {
  border-bottom: solid 10px #37393c;
}

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

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

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

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

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

.bdr-lft-blk6 {
  border-left: solid 6px #37393c;
}

.bdr-lft-blk7 {
  border-left: solid 7px #37393c;
}

.bdr-lft-blk8 {
  border-left: solid 8px #37393c;
}

.bdr-lft-blk9 {
  border-left: solid 9px #37393c;
}

.bdr-lft-blk10 {
  border-left: solid 10px #37393c;
}

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

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

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

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

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

.bdr-rt-blk6 {
  border-right: solid 6px #37393c;
}

.bdr-rt-blk7 {
  border-right: solid 7px #37393c;
}

.bdr-rt-blk8 {
  border-right: solid 8px #37393c;
}

.bdr-rt-blk9 {
  border-right: solid 9px #37393c;
}

.bdr-rt-blk10 {
  border-right: solid 10px #37393c;
}

.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-wht6 {
  border: solid 6px #fff;
}

.bdr-wht7 {
  border: solid 7px #fff;
}

.bdr-wht8 {
  border: solid 8px #fff;
}

.bdr-wht9 {
  border: solid 9px #fff;
}

.bdr-wht10 {
  border: solid 10px #fff;
}

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

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

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

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

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

.bdr-top-wht6 {
  border-top: solid 6px #fff;
}

.bdr-top-wht7 {
  border-top: solid 7px #fff;
}

.bdr-top-wht8 {
  border-top: solid 8px #fff;
}

.bdr-top-wht9 {
  border-top: solid 9px #fff;
}

.bdr-top-wht10 {
  border-top: solid 10px #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-btm-wht6 {
  border-bottom: solid 6px #fff;
}

.bdr-btm-wht7 {
  border-bottom: solid 7px #fff;
}

.bdr-btm-wht8 {
  border-bottom: solid 8px #fff;
}

.bdr-btm-wht9 {
  border-bottom: solid 9px #fff;
}

.bdr-btm-wht10 {
  border-bottom: solid 10px #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-lft-wht6 {
  border-left: solid 6px #fff;
}

.bdr-lft-wht7 {
  border-left: solid 7px #fff;
}

.bdr-lft-wht8 {
  border-left: solid 8px #fff;
}

.bdr-lft-wht9 {
  border-left: solid 9px #fff;
}

.bdr-lft-wht10 {
  border-left: solid 10px #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-rt-wht6 {
  border-right: solid 6px #fff;
}

.bdr-rt-wht7 {
  border-right: solid 7px #fff;
}

.bdr-rt-wht8 {
  border-right: solid 8px #fff;
}

.bdr-rt-wht9 {
  border-right: solid 9px #fff;
}

.bdr-rt-wht10 {
  border-right: solid 10px #fff;
}

.bdr-gld1 {
  border: solid 1px #cea136;
}

.bdr-gld2 {
  border: solid 2px #cea136;
}

.bdr-gld3 {
  border: solid 3px #cea136;
}

.bdr-gld4 {
  border: solid 4px #cea136;
}

.bdr-gld5 {
  border: solid 5px #cea136;
}

.bdr-gld6 {
  border: solid 6px #cea136;
}

.bdr-gld7 {
  border: solid 7px #cea136;
}

.bdr-gld8 {
  border: solid 8px #cea136;
}

.bdr-gld9 {
  border: solid 9px #cea136;
}

.bdr-gld10 {
  border: solid 10px #cea136;
}

.bdr-top-gld1 {
  border-top: solid 1px #cea136;
}

.bdr-top-gld2 {
  border-top: solid 2px #cea136;
}

.bdr-top-gld3 {
  border-top: solid 3px #cea136;
}

.bdr-top-gld4 {
  border-top: solid 4px #cea136;
}

.bdr-top-gld5 {
  border-top: solid 5px #cea136;
}

.bdr-top-gld6 {
  border-top: solid 6px #cea136;
}

.bdr-top-gld7 {
  border-top: solid 7px #cea136;
}

.bdr-top-gld8 {
  border-top: solid 8px #cea136;
}

.bdr-top-gld9 {
  border-top: solid 9px #cea136;
}

.bdr-top-gld10 {
  border-top: solid 10px #cea136;
}

.bdr-btm-gld1 {
  border-bottom: solid 1px #cea136;
}

.bdr-btm-gld2 {
  border-bottom: solid 2px #cea136;
}

.bdr-btm-gld3 {
  border-bottom: solid 3px #cea136;
}

.bdr-btm-gld4 {
  border-bottom: solid 4px #cea136;
}

.bdr-btm-gld5 {
  border-bottom: solid 5px #cea136;
}

.bdr-btm-gld6 {
  border-bottom: solid 6px #cea136;
}

.bdr-btm-gld7 {
  border-bottom: solid 7px #cea136;
}

.bdr-btm-gld8 {
  border-bottom: solid 8px #cea136;
}

.bdr-btm-gld9 {
  border-bottom: solid 9px #cea136;
}

.bdr-btm-gld10 {
  border-bottom: solid 10px #cea136;
}

.bdr-lft-gld1 {
  border-left: solid 1px #cea136;
}

.bdr-lft-gld2 {
  border-left: solid 2px #cea136;
}

.bdr-lft-gld3 {
  border-left: solid 3px #cea136;
}

.bdr-lft-gld4 {
  border-left: solid 4px #cea136;
}

.bdr-lft-gld5 {
  border-left: solid 5px #cea136;
}

.bdr-lft-gld6 {
  border-left: solid 6px #cea136;
}

.bdr-lft-gld7 {
  border-left: solid 7px #cea136;
}

.bdr-lft-gld8 {
  border-left: solid 8px #cea136;
}

.bdr-lft-gld9 {
  border-left: solid 9px #cea136;
}

.bdr-lft-gld10 {
  border-left: solid 10px #cea136;
}

.bdr-rt-gld1 {
  border-right: solid 1px #cea136;
}

.bdr-rt-gld2 {
  border-right: solid 2px #cea136;
}

.bdr-rt-gld3 {
  border-right: solid 3px #cea136;
}

.bdr-rt-gld4 {
  border-right: solid 4px #cea136;
}

.bdr-rt-gld5 {
  border-right: solid 5px #cea136;
}

.bdr-rt-gld6 {
  border-right: solid 6px #cea136;
}

.bdr-rt-gld7 {
  border-right: solid 7px #cea136;
}

.bdr-rt-gld8 {
  border-right: solid 8px #cea136;
}

.bdr-rt-gld9 {
  border-right: solid 9px #cea136;
}

.bdr-rt-gld10 {
  border-right: solid 10px #cea136;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.w50p {
  width: 50%;
}

.w0 {
  width: 0px;
  max-width: 100%;
}

.w5 {
  width: 5px;
  max-width: 100%;
}

.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%;
}

.w1205 {
  width: 1205px;
  max-width: 100%;
}

.w1210 {
  width: 1210px;
  max-width: 100%;
}

.w1215 {
  width: 1215px;
  max-width: 100%;
}

.w1220 {
  width: 1220px;
  max-width: 100%;
}

.w1225 {
  width: 1225px;
  max-width: 100%;
}

.w1230 {
  width: 1230px;
  max-width: 100%;
}

.w1235 {
  width: 1235px;
  max-width: 100%;
}

.w1240 {
  width: 1240px;
  max-width: 100%;
}

.w1245 {
  width: 1245px;
  max-width: 100%;
}

.w1250 {
  width: 1250px;
  max-width: 100%;
}

.w1255 {
  width: 1255px;
  max-width: 100%;
}

.w1260 {
  width: 1260px;
  max-width: 100%;
}

.w1265 {
  width: 1265px;
  max-width: 100%;
}

.w1270 {
  width: 1270px;
  max-width: 100%;
}

.w1275 {
  width: 1275px;
  max-width: 100%;
}

.w1280 {
  width: 1280px;
  max-width: 100%;
}

.w1285 {
  width: 1285px;
  max-width: 100%;
}

.w1290 {
  width: 1290px;
  max-width: 100%;
}

.w1295 {
  width: 1295px;
  max-width: 100%;
}

.w1300 {
  width: 1300px;
  max-width: 100%;
}

.w1305 {
  width: 1305px;
  max-width: 100%;
}

.w1310 {
  width: 1310px;
  max-width: 100%;
}

.w1315 {
  width: 1315px;
  max-width: 100%;
}

.w1320 {
  width: 1320px;
  max-width: 100%;
}

.w1325 {
  width: 1325px;
  max-width: 100%;
}

.w1330 {
  width: 1330px;
  max-width: 100%;
}

.w1335 {
  width: 1335px;
  max-width: 100%;
}

.w1340 {
  width: 1340px;
  max-width: 100%;
}

.w1345 {
  width: 1345px;
  max-width: 100%;
}

.w1350 {
  width: 1350px;
  max-width: 100%;
}

.w1355 {
  width: 1355px;
  max-width: 100%;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
}

.w1365 {
  width: 1365px;
  max-width: 100%;
}

.w1370 {
  width: 1370px;
  max-width: 100%;
}

.w1375 {
  width: 1375px;
  max-width: 100%;
}

.w1380 {
  width: 1380px;
  max-width: 100%;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
}

.w1390 {
  width: 1390px;
  max-width: 100%;
}

.w1395 {
  width: 1395px;
  max-width: 100%;
}

.w1400 {
  width: 1400px;
  max-width: 100%;
}

.w1405 {
  width: 1405px;
  max-width: 100%;
}

.w1410 {
  width: 1410px;
  max-width: 100%;
}

.w1415 {
  width: 1415px;
  max-width: 100%;
}

.w1420 {
  width: 1420px;
  max-width: 100%;
}

.w1425 {
  width: 1425px;
  max-width: 100%;
}

.w1430 {
  width: 1430px;
  max-width: 100%;
}

.w1435 {
  width: 1435px;
  max-width: 100%;
}

.w1440 {
  width: 1440px;
  max-width: 100%;
}

.w1445 {
  width: 1445px;
  max-width: 100%;
}

.w1450 {
  width: 1450px;
  max-width: 100%;
}

.w1455 {
  width: 1455px;
  max-width: 100%;
}

.w1460 {
  width: 1460px;
  max-width: 100%;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
}

.w1470 {
  width: 1470px;
  max-width: 100%;
}

.w1475 {
  width: 1475px;
  max-width: 100%;
}

.w1480 {
  width: 1480px;
  max-width: 100%;
}

.w1485 {
  width: 1485px;
  max-width: 100%;
}

.w1490 {
  width: 1490px;
  max-width: 100%;
}

.w1495 {
  width: 1495px;
  max-width: 100%;
}

.w1500 {
  width: 1500px;
  max-width: 100%;
}

.h0 {
  height: 0px;
}

.h5 {
  height: 5px;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h65 {
  height: 65px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h85 {
  height: 85px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100 {
  height: 100px;
}

.h105 {
  height: 105px;
}

.h110 {
  height: 110px;
}

.h115 {
  height: 115px;
}

.h120 {
  height: 120px;
}

.h125 {
  height: 125px;
}

.h130 {
  height: 130px;
}

.h135 {
  height: 135px;
}

.h140 {
  height: 140px;
}

.h145 {
  height: 145px;
}

.h150 {
  height: 150px;
}

.h155 {
  height: 155px;
}

.h160 {
  height: 160px;
}

.h165 {
  height: 165px;
}

.h170 {
  height: 170px;
}

.h175 {
  height: 175px;
}

.h180 {
  height: 180px;
}

.h185 {
  height: 185px;
}

.h190 {
  height: 190px;
}

.h195 {
  height: 195px;
}

.h200 {
  height: 200px;
}

.h205 {
  height: 205px;
}

.h210 {
  height: 210px;
}

.h215 {
  height: 215px;
}

.h220 {
  height: 220px;
}

.h225 {
  height: 225px;
}

.h230 {
  height: 230px;
}

.h235 {
  height: 235px;
}

.h240 {
  height: 240px;
}

.h245 {
  height: 245px;
}

.h250 {
  height: 250px;
}

.h255 {
  height: 255px;
}

.h260 {
  height: 260px;
}

.h265 {
  height: 265px;
}

.h270 {
  height: 270px;
}

.h275 {
  height: 275px;
}

.h280 {
  height: 280px;
}

.h285 {
  height: 285px;
}

.h290 {
  height: 290px;
}

.h295 {
  height: 295px;
}

.h300 {
  height: 300px;
}

.h305 {
  height: 305px;
}

.h310 {
  height: 310px;
}

.h315 {
  height: 315px;
}

.h320 {
  height: 320px;
}

.h325 {
  height: 325px;
}

.h330 {
  height: 330px;
}

.h335 {
  height: 335px;
}

.h340 {
  height: 340px;
}

.h345 {
  height: 345px;
}

.h350 {
  height: 350px;
}

.h355 {
  height: 355px;
}

.h360 {
  height: 360px;
}

.h365 {
  height: 365px;
}

.h370 {
  height: 370px;
}

.h375 {
  height: 375px;
}

.h380 {
  height: 380px;
}

.h385 {
  height: 385px;
}

.h390 {
  height: 390px;
}

.h395 {
  height: 395px;
}

.h400 {
  height: 400px;
}

.h405 {
  height: 405px;
}

.h410 {
  height: 410px;
}

.h415 {
  height: 415px;
}

.h420 {
  height: 420px;
}

.h425 {
  height: 425px;
}

.h430 {
  height: 430px;
}

.h435 {
  height: 435px;
}

.h440 {
  height: 440px;
}

.h445 {
  height: 445px;
}

.h450 {
  height: 450px;
}

.h455 {
  height: 455px;
}

.h460 {
  height: 460px;
}

.h465 {
  height: 465px;
}

.h470 {
  height: 470px;
}

.h475 {
  height: 475px;
}

.h480 {
  height: 480px;
}

.h485 {
  height: 485px;
}

.h490 {
  height: 490px;
}

.h495 {
  height: 495px;
}

.h500 {
  height: 500px;
}

.h505 {
  height: 505px;
}

.h510 {
  height: 510px;
}

.h515 {
  height: 515px;
}

.h520 {
  height: 520px;
}

.h525 {
  height: 525px;
}

.h530 {
  height: 530px;
}

.h535 {
  height: 535px;
}

.h540 {
  height: 540px;
}

.h545 {
  height: 545px;
}

.h550 {
  height: 550px;
}

.h555 {
  height: 555px;
}

.h560 {
  height: 560px;
}

.h565 {
  height: 565px;
}

.h570 {
  height: 570px;
}

.h575 {
  height: 575px;
}

.h580 {
  height: 580px;
}

.h585 {
  height: 585px;
}

.h590 {
  height: 590px;
}

.h595 {
  height: 595px;
}

.h600 {
  height: 600px;
}

.h605 {
  height: 605px;
}

.h610 {
  height: 610px;
}

.h615 {
  height: 615px;
}

.h620 {
  height: 620px;
}

.h625 {
  height: 625px;
}

.h630 {
  height: 630px;
}

.h635 {
  height: 635px;
}

.h640 {
  height: 640px;
}

.h645 {
  height: 645px;
}

.h650 {
  height: 650px;
}

.h655 {
  height: 655px;
}

.h660 {
  height: 660px;
}

.h665 {
  height: 665px;
}

.h670 {
  height: 670px;
}

.h675 {
  height: 675px;
}

.h680 {
  height: 680px;
}

.h685 {
  height: 685px;
}

.h690 {
  height: 690px;
}

.h695 {
  height: 695px;
}

.h700 {
  height: 700px;
}

.h705 {
  height: 705px;
}

.h710 {
  height: 710px;
}

.h715 {
  height: 715px;
}

.h720 {
  height: 720px;
}

.h725 {
  height: 725px;
}

.h730 {
  height: 730px;
}

.h735 {
  height: 735px;
}

.h740 {
  height: 740px;
}

.h745 {
  height: 745px;
}

.h750 {
  height: 750px;
}

.h755 {
  height: 755px;
}

.h760 {
  height: 760px;
}

.h765 {
  height: 765px;
}

.h770 {
  height: 770px;
}

.h775 {
  height: 775px;
}

.h780 {
  height: 780px;
}

.h785 {
  height: 785px;
}

.h790 {
  height: 790px;
}

.h795 {
  height: 795px;
}

.h800 {
  height: 800px;
}

.h805 {
  height: 805px;
}

.h810 {
  height: 810px;
}

.h815 {
  height: 815px;
}

.h820 {
  height: 820px;
}

.h825 {
  height: 825px;
}

.h830 {
  height: 830px;
}

.h835 {
  height: 835px;
}

.h840 {
  height: 840px;
}

.h845 {
  height: 845px;
}

.h850 {
  height: 850px;
}

.h855 {
  height: 855px;
}

.h860 {
  height: 860px;
}

.h865 {
  height: 865px;
}

.h870 {
  height: 870px;
}

.h875 {
  height: 875px;
}

.h880 {
  height: 880px;
}

.h885 {
  height: 885px;
}

.h890 {
  height: 890px;
}

.h895 {
  height: 895px;
}

.h900 {
  height: 900px;
}

.h905 {
  height: 905px;
}

.h910 {
  height: 910px;
}

.h915 {
  height: 915px;
}

.h920 {
  height: 920px;
}

.h925 {
  height: 925px;
}

.h930 {
  height: 930px;
}

.h935 {
  height: 935px;
}

.h940 {
  height: 940px;
}

.h945 {
  height: 945px;
}

.h950 {
  height: 950px;
}

.h955 {
  height: 955px;
}

.h960 {
  height: 960px;
}

.h965 {
  height: 965px;
}

.h970 {
  height: 970px;
}

.h975 {
  height: 975px;
}

.h980 {
  height: 980px;
}

.h985 {
  height: 985px;
}

.h990 {
  height: 990px;
}

.h995 {
  height: 995px;
}

.h1000 {
  height: 1000px;
}

.h1005 {
  height: 1005px;
}

.h1010 {
  height: 1010px;
}

.h1015 {
  height: 1015px;
}

.h1020 {
  height: 1020px;
}

.h1025 {
  height: 1025px;
}

.h1030 {
  height: 1030px;
}

.h1035 {
  height: 1035px;
}

.h1040 {
  height: 1040px;
}

.h1045 {
  height: 1045px;
}

.h1050 {
  height: 1050px;
}

.h1055 {
  height: 1055px;
}

.h1060 {
  height: 1060px;
}

.h1065 {
  height: 1065px;
}

.h1070 {
  height: 1070px;
}

.h1075 {
  height: 1075px;
}

.h1080 {
  height: 1080px;
}

.h1085 {
  height: 1085px;
}

.h1090 {
  height: 1090px;
}

.h1095 {
  height: 1095px;
}

.h1100 {
  height: 1100px;
}

.h1105 {
  height: 1105px;
}

.h1110 {
  height: 1110px;
}

.h1115 {
  height: 1115px;
}

.h1120 {
  height: 1120px;
}

.h1125 {
  height: 1125px;
}

.h1130 {
  height: 1130px;
}

.h1135 {
  height: 1135px;
}

.h1140 {
  height: 1140px;
}

.h1145 {
  height: 1145px;
}

.h1150 {
  height: 1150px;
}

.h1155 {
  height: 1155px;
}

.h1160 {
  height: 1160px;
}

.h1165 {
  height: 1165px;
}

.h1170 {
  height: 1170px;
}

.h1175 {
  height: 1175px;
}

.h1180 {
  height: 1180px;
}

.h1185 {
  height: 1185px;
}

.h1190 {
  height: 1190px;
}

.h1195 {
  height: 1195px;
}

.h1200 {
  height: 1200px;
}

.h1205 {
  height: 1205px;
}

.h1210 {
  height: 1210px;
}

.h1215 {
  height: 1215px;
}

.h1220 {
  height: 1220px;
}

.h1225 {
  height: 1225px;
}

.h1230 {
  height: 1230px;
}

.h1235 {
  height: 1235px;
}

.h1240 {
  height: 1240px;
}

.h1245 {
  height: 1245px;
}

.h1250 {
  height: 1250px;
}

.h1255 {
  height: 1255px;
}

.h1260 {
  height: 1260px;
}

.h1265 {
  height: 1265px;
}

.h1270 {
  height: 1270px;
}

.h1275 {
  height: 1275px;
}

.h1280 {
  height: 1280px;
}

.h1285 {
  height: 1285px;
}

.h1290 {
  height: 1290px;
}

.h1295 {
  height: 1295px;
}

.h1300 {
  height: 1300px;
}

.h1305 {
  height: 1305px;
}

.h1310 {
  height: 1310px;
}

.h1315 {
  height: 1315px;
}

.h1320 {
  height: 1320px;
}

.h1325 {
  height: 1325px;
}

.h1330 {
  height: 1330px;
}

.h1335 {
  height: 1335px;
}

.h1340 {
  height: 1340px;
}

.h1345 {
  height: 1345px;
}

.h1350 {
  height: 1350px;
}

.h1355 {
  height: 1355px;
}

.h1360 {
  height: 1360px;
}

.h1365 {
  height: 1365px;
}

.h1370 {
  height: 1370px;
}

.h1375 {
  height: 1375px;
}

.h1380 {
  height: 1380px;
}

.h1385 {
  height: 1385px;
}

.h1390 {
  height: 1390px;
}

.h1395 {
  height: 1395px;
}

.h1400 {
  height: 1400px;
}

.h1405 {
  height: 1405px;
}

.h1410 {
  height: 1410px;
}

.h1415 {
  height: 1415px;
}

.h1420 {
  height: 1420px;
}

.h1425 {
  height: 1425px;
}

.h1430 {
  height: 1430px;
}

.h1435 {
  height: 1435px;
}

.h1440 {
  height: 1440px;
}

.h1445 {
  height: 1445px;
}

.h1450 {
  height: 1450px;
}

.h1455 {
  height: 1455px;
}

.h1460 {
  height: 1460px;
}

.h1465 {
  height: 1465px;
}

.h1470 {
  height: 1470px;
}

.h1475 {
  height: 1475px;
}

.h1480 {
  height: 1480px;
}

.h1485 {
  height: 1485px;
}

.h1490 {
  height: 1490px;
}

.h1495 {
  height: 1495px;
}

.h1500 {
  height: 1500px;
}