@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/* base */
body {
  color: #516172;
  background-color: #f0f1f3;
  letter-spacing: 0.025em;
}
@media (max-width: 991px) {
  body {
    font-weight: 300;
  }
}

a {
  color: #516172;
}

p {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  p {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .show--sp_min {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show--sp_min {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .show--sp_min {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .show--sp {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show--tab {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show--tab {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .show--tab {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .show--pc {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .hide--sp_min {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .hide--tab {
    display: none !important;
  }
}
/* ==========================================================================
  parts
  ========================================================================== */
/* ==========================================================================
  pages
  ========================================================================== */
/* ==========================================================================
  develop
  ========================================================================== */
/* ==========================================================================
  develop/knzk
========================================================================== */
.cf_color--danger {
  color: #de4050 !important;
}
.cf_color--red {
  color: #de4050 !important;
}

body {
  background: #f0f1f3;
}

.left_col {
  background: #374859;
}
@media (max-width: 991px) {
  .left_col {
    background: #fff;
  }
}

body .container.body .right_col {
  min-height: 100vh;
  background: #f0f1f3;
}
@media (max-width: 991px) {
  body .container.body .right_col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: 0.34s all ease-in-out;
    transition: 0.34s all ease-in-out;
  }
}

.nav_menu {
  background: #f8f9fa;
  background: #ffffff;
}

.cf_side_wrapper {
  height: 100vh;
}

.cf_err {
  background-color: #f8d8db;
  border: 1px solid #ed979f;
  padding: 0.5em;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.cf_err__txt {
  color: #de4050;
}
.cf_err p {
  margin-bottom: 0;
  text-shadow: none;
  font-size: 0.9rem;
}

.login {
  background: #f0f1f3;
}

.cf_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .cf_login {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 991px) {
  .cf_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cf_login__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f0f1f3 url(../images/common/login-bg.png) center top;
  background-size: contain;
}
.cf_login__side {
  background: #2A3F54;
}
@media (min-width: 992px) {
  .cf_login__side {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .cf_login__side {
    padding-bottom: 10%;
    padding-top: 7%;
  }
}
.cf_login__box {
  padding: 2em 2em;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E6E9ED;
}
@media (max-width: 991px) {
  .cf_login__box {
    padding: 2em 1em;
  }
}
.cf_login__content {
  margin-top: 30px;
}
.cf_login__content form {
  margin: 20px 0;
  position: relative;
}
.cf_login__mark {
  margin: 0 auto 0px;
  width: 100px;
  text-align: center;
}
.cf_login__mark img {
  max-width: 100%;
}
.cf_login__logo {
  width: 130px;
  margin: 0 auto 0px;
}
.cf_login__logo img {
  max-width: 100%;
}
.cf_login__btn {
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
  height: 60px;
  font-size: 1rem !important;
}
.cf_login .cf_login__form-group {
  margin-bottom: 20px;
}
.cf_login .form-group {
  margin-left: 0;
  margin-right: 0;
}

.cf_banner__list {
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cf_banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.cf_banner__item {
  margin-bottom: 40px;
  list-style: none;
}
.cf_banner__item a {
  display: block;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_banner__item a:hover {
  opacity: 0.8;
}
.cf_banner__item a img {
  max-width: 300px;
}
.cf_banner__item:last-child {
  margin-bottom: 0;
}

.login_content {
  text-align: inherit;
}

.registration_form, .login_form {
  position: relative;
}

.login footer {
  margin-left: 0;
  height: 60px;
  padding-bottom: 0;
  background: #fff;
}

.login_wrapper {
  max-width: 450px;
}
@media (min-width: 992px) {
  .login_wrapper {
    margin-top: 7%;
  }
}
@media (max-width: 991px) {
  .login_wrapper {
    margin-bottom: 50px;
    margin-top: 10%;
    width: 95%;
  }
}

.main_container .top_nav {
  margin-left: 0;
}

.nav_menu {
  float: none;
  margin-bottom: 0;
}

.navbar-nav {
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cf_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .cf_logo {
    width: 100px;
    margin-left: 3%;
  }
}
.cf_logo img {
  height: 25px;
}
@media (max-width: 991px) {
  .cf_logo img {
    height: 20px;
  }
}

.cf_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cf_title {
    padding-left: 3%;
  }
}
.cf_title h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991px) {
  .cf_title h1 span {
    display: block;
    line-height: 1.2;
  }
}
.cf_title h1 span:first-of-type {
  margin-right: 0.3em;
}
@media (max-width: 991px) {
  .cf_title h1 span:first-of-type {
    font-size: 12px;
  }
}

.cf_nav-bar-tools {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cf_nav-bar-tools {
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cf_nav-bar-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cf_active-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-radius: 50em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5E6974 !important;
  height: 40px;
}
@media (max-width: 991px) {
  .cf_active-table {
    margin-right: 0;
  }
}
.cf_active-table:hover {
  background-color: #dde0e5;
}
.cf_active-table__status {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50em;
  background-color: transparent;
  margin-right: 7px;
}
.cf_active-table__status.is-active {
  background-color: #1abb9c;
}
.cf_active-table__num {
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 7px;
  font-weight: 500;
}
.cf_active-table__txt {
  font-size: 0.9rem;
}

.top_nav .navbar-right {
  float: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_nav .navbar-right li {
  float: none;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_nav .navbar-right li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .top_nav .navbar-right li {
    margin-right: 10px;
  }
}

.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .user-profile {
    font-size: 0.8rem;
  }
}

.user-profile .cf_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.user-profile .cf_icon i {
  font-size: 1.3rem;
}
a.user-profile {
  color: #5E6974 !important;
}
a.user-profile:hover {
  opacity: 0.8;
}

.dropdown-item {
  color: #5E6974;
  font-size: 0.9rem;
}

.user-profile.dropdown-toggle::after {
  content: none;
}

.dropdown-divider {
  margin: 0;
}

.nav > li > a {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .cf_side-menu.plus-icon a {
    position: relative;
  }
  .cf_side-menu.plus-icon a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "+";
    position: absolute;
    left: 30px;
    top: 18px;
    font-size: 11px;
  }
}
.cf_side-menu a {
  font-size: 0.93rem;
  color: #5E6974 !important;
  margin-bottom: 0 !important;
}
.cf_side-menu a:hover {
  background-color: #e5e5e5;
}
.cf_side-menu.open .child_menu {
  display: block !important;
}
.cf_side-menu--current > a {
  color: #394b5c !important;
  background-color: #e5e5e5;
}
.cf_side-menu__arrow {
  text-align: right !important;
  /* margin-right: 4px; */
  float: right;
  text-align: center;
  margin-top: 4px;
  font-size: 10px;
  min-width: inherit;
}
.cf_side-menu__arrow i {
  font-size: 12px !important;
  width: inherit !important;
}

@media (min-width: 992px) {
  .cf_current-page > a {
    color: #fff !important;
    background-color: #4f6d81;
  }
}
@media (max-width: 991px) {
  .cf_current-page > a {
    color: #f7931a !important;
    background-color: #fef0df;
  }
}

.nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 80px;
  z-index: 2;
}

.nav.side-menu > li {
  border-right: none !important;
  border-radius: 5px;
}

.main_menu span.fa {
  color: #5E6974 !important;
}

.left_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-md .container.body .col-md-3.left_col {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.nav-sm .container.body .col-md-3.left_col {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90px;
  padding: 0px 5px;
}

@media (max-width: 991px) {
  .nav-md .container.body .col-md-3.left_col {
    right: -100%;
    position: fixed !important;
    z-index: 5000 !important;
    width: 100%;
    padding: 0 0 70px;
    -webkit-transition: 0.34s all ease-in-out;
    transition: 0.34s all ease-in-out;
    height: 100dvh;
  }
}
@media (max-width: 991px) {
  .nav-md .container.body .col-md-3.left_col .scroll-view {
    overflow: auto;
    padding: 0 1.5em;
  }
}

body.is-scroll .footer-nav {
  bottom: -50px;
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
}
body.is-scroll .cf_action__footer {
  bottom: 0;
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
}

@media (max-width: 991px) {
  .sp-menu-open .container.body .col-md-3.left_col {
    right: 0%;
    -webkit-transition: 0.34s all ease-in-out;
    transition: 0.34s all ease-in-out;
  }
}
.sp-menu-open .container.body .right_col {
  margin-left: -100%;
  opacity: 0;
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
}
.sp-menu-open .cf_header {
  margin-left: -100% !important;
  opacity: 0;
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
}

.cf_header {
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
  border-right: none !important;
}

.nav li.current-page {
  background: inherit;
}

.nav.side-menu > li.active > a {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: inherit;
  text-shadow: inherit;
}
.nav.side-menu > li.active > a:hover {
  background: #4f6d81;
}

.main_menu i {
  width: 33px !important;
  font-size: 20px !important;
}

.toggle {
  float: none;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 100001;
  padding-top: 15px;
}
.toggle a {
  padding: 0;
}

.toggle .cf_menu_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle .cf_menu_toggle__txt {
  margin-left: 10px;
  line-height: 1;
}
.toggle .cf_menu_toggle__icon i {
  font-size: 18px;
}

.nav-sm .container.body .col-md-3.left_col .cf_side-menu__arrow {
  display: none;
}
.nav-sm .container.body .col-md-3.left_col .toggle {
  width: 70px;
}
.nav-sm .container.body .col-md-3.left_col .cf_menu_toggle.is-open {
  display: none;
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
  background-color: #4f6d81;
}
@media (max-width: 991px) {
  .nav.side-menu > li > a:hover, .nav > li > a:focus {
    background: #e5e5e5 !important;
    color: #5E6974 !important;
  }
}

.nav.child_menu li {
  padding-left: 0;
}

.nav.cf_child_menu > li > a {
  font-size: 0.93rem;
  padding: 10px 10px 10px 50px;
}
.nav.cf_child_menu > li > a:hover {
  background-color: #4f6d81;
}
@media (max-width: 991px) {
  .nav.cf_child_menu > li > a:hover {
    background: #e5e5e5 !important;
    color: #5E6974 !important;
  }
}

ul.nav.child_menu.cf_child_menu {
  padding: 10px 0;
}

.nav-md .container.body .col-md-3.left_col .toggle {
  width: 230px;
}
.nav-md .container.body .col-md-3.left_col .cf_menu_toggle.is-open {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.nav-md .container.body .col-md-3.left_col .cf_menu_toggle.is-close {
  display: none;
}

.nav-md ul.nav.child_menu li:before {
  content: none;
}

.nav-md ul.nav.child_menu li:after {
  content: none;
}

.nav-sm .nav.side-menu ul.nav.child_menu {
  background-color: #fff;
  margin-left: 5px;
  width: auto;
  min-width: 130px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.nav-sm .nav.side-menu ul.nav.child_menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 11px;
  background-image: url(../images/common/side-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -4px;
  top: 22px;
}
.nav-sm .nav.side-menu ul.nav.child_menu li a {
  font-size: 14px;
  color: #516172 !important;
  white-space: nowrap;
}
.nav-sm .nav.side-menu ul.nav.child_menu li a:hover {
  color: #16181b !important;
  background-color: #f8f9fa;
}
.nav-sm .nav.side-menu ul.nav.child_menu .cf_current-page > a {
  color: #16181b !important;
  background-color: #f8f9fa;
}

.nav-sm .nav.side-menu li.cf_side-menu:not(:last-of-type) {
  margin-bottom: 5px;
}
.nav-sm .nav.side-menu li.cf_side-menu.plus-icon a {
  position: relative;
}
.nav-sm .nav.side-menu li.cf_side-menu.plus-icon a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "+";
  position: absolute;
  right: 18px;
  top: 16px;
}
.nav-sm .nav.side-menu li.cf_side-menu > a {
  font-size: 13px;
  padding: 10px 0px;
  font-weight: 300;
  color: #fff !important;
}

footer {
  background: #f0f1f3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 75px;
  }
}

.cf_footer__list {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.cf_footer__item {
  margin-right: 15px;
  list-style: none;
}
.cf_footer__item:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  body.cf_footer-action--exist footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  body.cf_footer-action--exist footer {
    padding-bottom: 140px;
  }
}

.cf_copyright {
  text-align: right;
  margin-bottom: 0;
}

.table {
  border: none;
}

.table-striped tbody tr td.cf_sticky-cell:after {
  border-top: 1px solid #dee2e6;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #eaecee;
}
.table-striped tbody tr:nth-of-type(odd) td.cf_sticky-cell:after {
  background: #eaecee;
}

.table-striped tbody tr:nth-of-type(even) td.cf_sticky-cell:after {
  background: #fff;
}

.table tr:hover td {
  background: #dce8e8;
}
.table tr:hover td.cf_sticky-cell {
  background: transparent;
}
.table tr:hover td.cf_sticky-cell:after {
  background: #dce8e8 !important;
}
.table tr.cf_table__row {
  position: relative;
  z-index: 0;
}
.table tr.selected {
  position: relative;
  z-index: 300;
}
.table td, .table th {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  .table td, .table th {
    font-size: 0.75rem;
    padding: 0.3rem 0.8rem;
    white-space: nowrap;
  }
}
.table.cf_white-space_wrap td, .table.cf_white-space_wrap th {
  white-space: normal;
}

.table thead th {
  background: #3f5367;
  color: #ECF0F1;
  font-weight: 500;
  border: none !important;
}

.cf_column__head {
  position: relative;
  z-index: 100;
}

.cf_sticky-cell {
  width: 0;
  position: sticky;
  right: 0px;
  white-space: nowrap;
}

.cf_wsn-cell {
  width: 0;
  white-space: nowrap;
}

.cf_table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .cf_table__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .cf_table__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0;
  }
}
.cf_table__top .cf_search {
  margin-bottom: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .cf_table__top .cf_search {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cf_table__top .cf_search {
    width: 100%;
    margin-bottom: 12px;
  }
}
.cf_table__top .cf_search .btn {
  margin: 0;
}

.cf_table__content {
  padding: 0;
}

.cf_table__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cf_table_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cf_table_action .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cf_table_action .btn {
    height: 40px;
    min-width: 100px;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cf_table_action--order .btn {
  height: 60px;
}

.panel_toolbox {
  min-width: unset;
}

.x_panel {
  border-radius: 10px;
  padding: 0;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .x_panel {
    border-radius: 3px;
    border: none;
    padding-bottom: 30px;
  }
}
.x_content {
  margin-top: 0;
}
@media (max-width: 991px) {
  .x_content {
    padding: 0;
  }
}

.cf_box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cf_box-row .cf_box-col-1 {
  float: none;
  max-width: 950px;
}

.cf_x_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  padding: 0 15px 0 20px;
}
@media (max-width: 991px) {
  .cf_x_title {
    height: 55px;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 991px) {
  .cf_x_title.min {
    height: 40px;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 991px) {
  .cf_x_title.min h2 {
    font-size: 0.8rem;
  }
}
.cf_x_title h2 {
  margin: 0;
  color: #516172;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cf_x_title h2 {
    font-size: 1rem;
  }
}

.cf_x_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_x_action .panel_toolbox {
  float: none;
  margin-left: 10px;
}
.cf_x_action .btn {
  margin-right: 0;
  margin-bottom: 0;
}

.cf_content {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .cf_content {
    padding: 0 5%;
  }
}

.top_search .form-control {
  background-color: #e9eaed;
  border: 1px solid #D9DEE4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .top_search .form-control {
    height: calc(1em + 0.75rem + 2px);
  }
}

.cf_search {
  margin-bottom: 0;
}
.cf_search .input-group {
  margin-bottom: 0;
}

.top_search .input-group-btn button {
  color: #fff;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #7f8798;
}
@media (max-width: 991px) {
  .top_search .input-group-btn button {
    padding: 0.2rem 0.75rem;
  }
}
.top_search .input-group-btn button:hover {
  opacity: 0.8;
}

.cf_pagenate__wrapper--top .pagination {
  margin-bottom: 0;
}

.cf_main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 300;
}
@media (max-width: 991px) {
  .cf_main-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cf_main-top__title h3 {
    font-size: 1.35rem;
    margin: 5px 0 15px;
  }
}
.cf_main-top__action .cf_btn-action {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cf_main-top__action .cf_btn-action {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 760px) {
  .cf_main-top__action .cf_btn-action {
    height: 40px;
    border-color: #dadee4;
  }
}
@media (max-width: 991px) {
  .cf_main-top__action .cf_dropwdn-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 760px) {
  .cf_main-top__action .cf_dropwdn-btn {
    width: 40px;
    height: 40px;
    border-color: #dadee4;
  }
}
.cf_main-top__action .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_main-top__action .tools--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-title {
  position: relative;
  padding: 20px 0;
  height: 87px;
}
@media (max-width: 991px) {
  .page-title {
    height: inherit;
    padding: 10px 0 15px;
  }
}

.cf_breadcrumb {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .cf_breadcrumb {
    position: absolute;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .cf_breadcrumb {
    font-size: 0.6rem;
    opacity: 0.8;
    font-weight: 300;
  }
}
.cf_breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.cf_breadcrumb__item {
  list-style: none;
}
@media (min-width: 992px) {
  .cf_breadcrumb__item:first-child {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.cf_breadcrumb__item:before {
  margin: 0 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  font-size: 0.6rem;
}
.cf_breadcrumb__item:first-child:before {
  content: none;
}

.form-group {
  margin-bottom: 10px;
}

.cf_form-group {
  margin-bottom: 15px;
}

.cf_form__wrapper {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cf_form__wrapper {
    margin-top: 20px;
  }
}
.cf_form__wrapper .cf_form-group {
  margin-bottom: 20px;
}

.cf_form__label {
  color: #516172;
  font-weight: 400;
}
@media (min-width: 992px) {
  .cf_form__label--align {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .cf_form__label--align {
    margin-bottom: 8px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
  }
}
.cf_form__label--vertical {
  margin-bottom: 5px;
}

.col-form-label {
  font-size: 1rem;
  color: #516172;
}
@media (max-width: 991px) {
  .col-form-label {
    font-size: 0.9rem;
  }
}

.cf_col-form-text {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cf_col-form-text {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
  }
}
@media (max-width: 991px) {
  .cf_col-form-text {
    font-size: 0.9rem;
  }
}

.cf_col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  color: #516172;
}
@media (max-width: 991px) {
  .cf_col-form-label {
    background: #ecedef;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    padding: 10px 5% !important;
    margin-bottom: 20px;
  }
}

.checkbox, .radio {
  cursor: pointer;
  font-size: 1rem;
}
.checkbox label, .radio label {
  margin-bottom: 0;
}

.checkbox label, .radio label {
  cursor: pointer;
}
.checkbox label.cf_disable, .radio label.cf_disable {
  cursor: default;
}

.cf_checkbox label, .cf_radiobox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_checkbox__text, .cf_radiobox__text {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .cf_checkbox__text, .cf_radiobox__text {
    font-size: 0.9rem;
  }
}
.cf_checkbox .cf_select__imgbox .wrap, .cf_radiobox .cf_select__imgbox .wrap {
  width: 60px;
  height: 60px;
}
.cf_checkbox .cf_select__img, .cf_radiobox .cf_select__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: unset;
  top: unset;
}

.cf_select__imgbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}
.cf_select__imgbox .wrap {
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #657278;
  opacity: 0.6;
}
.cf_select__imgbox.selected {
  opacity: 1;
}
.cf_select__imgbox.selected .wrap {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #c7ede5;
  border-color: #40c1a6;
}
.cf_select__imgbox.selected .wrap .cf_select__img {
  left: 0;
  top: 0;
  margin: auto;
}
.cf_select__imgbox .icheckbox_flat-green, .cf_select__imgbox .iradio_flat-green {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 100;
}
.cf_select__imgbox .icheckbox_flat-green.checked + .wrap, .cf_select__imgbox .iradio_flat-green.checked + .wrap {
  opacity: 1;
  border: 1px solid #1abc9c;
}
.cf_select__imgbox .icheckbox_flat-green.checked.disabled + .wrap, .cf_select__imgbox .iradio_flat-green.checked.disabled + .wrap {
  opacity: 1;
  border: 1px solid #657278;
}
.cf_select__img {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  padding: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cf_select__img.selected {
  position: relative;
}
.cf_select__img img {
  max-width: 100%;
}

.cf_form__info {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cf-form__err {
  margin-top: 10px;
  direction: block;
  margin-bottom: 10px;
}

.cf_err__txt {
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cf_err__txt {
    font-size: 0.8rem;
  }
}

.cf-form__desc {
  font-size: 14px;
  margin-bottom: 0;
  color: #73879C;
}
.cf-form__desc--sm {
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .cf-form__desc {
    font-size: 0.8rem;
    font-weight: 300;
  }
}

.form-control {
  margin-bottom: 0 !important;
}

.cf_action__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding: 10px 20px;
  background: rgba(240, 241, 243, 0.8);
  margin-bottom: 0;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cf_action__footer {
    bottom: 50px;
    -webkit-transition: 0.34s all ease-in-out;
    transition: 0.34s all ease-in-out;
  }
}
.cf_action__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 760px) {
  .cf_action__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 760px) {
  .cf_action__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.cf_action__btn-group .btn {
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .cf_action__btn-group .btn {
    font-size: 1rem;
  }
}
.cf_action__btn-group .btn:last-child {
  margin-right: 0;
}

.btn-secondary {
  color: #fff;
  background-color: #4f6d81;
  border-color: #4f6d81;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3c5362;
  border-color: #3c5362;
}

.btn-link:hover {
  text-decoration: none;
  color: #0062cc;
}

@media (max-width: 991px) {
  .btn {
    font-size: 0.9rem;
    padding: 0.275rem 0.3rem;
  }
}

.cf_btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.cf_btn-cancel {
  background-color: #ddd;
  color: #73879C !important;
}
.cf_btn-cancel:hover {
  background-color: #c6c4c4;
}

.cf_btn-action {
  background-color: #fff;
  color: #5e6975;
  border-color: #aaaeb4;
  cursor: pointer;
}
.cf_btn-action--nobrd {
  border: none;
}
@media (max-width: 991px) {
  .cf_btn-action {
    border-color: #dadee4;
  }
}
.cf_btn-action:hover {
  background-color: #e5e5e5;
}

.cf_sub-action {
  background-color: #e5e5e5;
  background-color: #e2e4e8;
  padding: 7px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #e2e4e8;
  margin-top: -5px;
}
.cf_sub-action:hover {
  background-color: #d4d7dc;
}
.cf_sub-action--active {
  color: #007bff;
  border-color: #007bff;
}
.cf_btn-submit {
  min-width: 180px;
}
@media (max-width: 991px) {
  .cf_btn-submit {
    min-width: 140px;
  }
}
.cf_btn-submit.disabled {
  pointer-events: none;
  background-color: #5ca2eb;
  border-color: #5ca2eb;
}

.cf_modal-btn {
  font-size: 17px;
  border-radius: 0.25rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #5e6975;
}

.cf_dropwdn-btn {
  font-size: 17px;
  color: #5e6975;
  border: 1px solid #aaaeb4;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cf_dropwdn-btn {
    padding: 0.275rem 0.75rem;
    border-color: #dadee4;
  }
}
.cf_dropwdn-btn:hover {
  background-color: #e5e5e5;
}
.cf_dropwdn-btn--sm {
  padding: 0 10px;
}
.cf_dropwdn-btn--disabled {
  background-color: transparent;
  border-color: transparent;
  pointer-events: none;
}

@media (min-width: 992px) {
  .btn-group-md > .btn, .btn-md {
    padding: 0.6rem 0.7rem;
  }
}

@media (min-width: 992px) {
  .cf_dropwdn-btn-md {
    padding: 0.8rem 0.9rem;
  }
}

.cf_dropwdn-btn-wrap {
  position: inherit;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  line-height: unset;
}

.dropdown-item {
  padding: 10px 10px;
}

.cf_anchor {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 15px 0;
}
.cf_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.cf_anchor__item {
  list-style: none;
}
.cf_anchor__item:after {
  content: "/";
  margin: 0 15px;
}
.cf_anchor__item:last-child:after {
  content: none;
}

.cf_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1376px) {
  .cf_row-responsive-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .cf_row-responsive-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cf_col {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .cf_col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .cf_col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .cf_col-3, .cf_col-7 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cf_col {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .panel_toolbox.pc-none {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .panel_toolbox.pc-none {
    display: block;
  }
}

.cf_nav-tabs__wrapper {
  padding-top: 17px;
}

ul.bar_tabs {
  height: 28px;
}

ul.bar_tabs > li a {
  padding: 10px 25px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  ul.bar_tabs > li a {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

@media (max-width: 991px) {
  ul.bar_tabs > li {
    margin-top: -10px;
  }
}

.cf_order-status, .cf_menu-status, .cf_table-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  white-space: nowrap;
  min-width: 90px;
}
.cf_order-status--md, .cf_menu-status--md, .cf_table-status--md {
  min-width: 100px;
}
.cf_order-status__text, .cf_menu-status__text, .cf_table-status__text {
  font-size: 0.86rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 991px) {
  .cf_order-status__text, .cf_menu-status__text, .cf_table-status__text {
    font-size: 0.75rem;
  }
}
.cf_order-status__text--gray, .cf_menu-status__text--gray, .cf_table-status__text--gray {
  color: gray;
}
.cf_order-status__text--green, .cf_menu-status__text--green, .cf_table-status__text--green {
  color: #40c1a6;
}
.cf_order-status__text--blue, .cf_menu-status__text--blue, .cf_table-status__text--blue {
  color: #4ca4df;
}
.cf_order-status__text--red, .cf_menu-status__text--red, .cf_table-status__text--red {
  color: #f2818c;
}
.cf_order-status__text--orange, .cf_menu-status__text--orange, .cf_table-status__text--orange {
  color: #ec6900;
}
.cf_order-status__text--sm, .cf_menu-status__text--sm, .cf_table-status__text--sm {
  font-size: 0.7rem;
}
.cf_order-status__badge, .cf_menu-status__badge, .cf_table-status__badge {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50em;
  margin-right: 10px;
  border: 1px solid;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cf_order-status__badge--default, .cf_menu-status__badge--default, .cf_table-status__badge--default {
  background-color: #6c757d;
  border-color: #6c757d;
}
.cf_order-status__badge--green, .cf_menu-status__badge--green, .cf_table-status__badge--green {
  background-color: #40c1a6;
  border-color: #40c1a6;
}
.cf_order-status__badge--blue, .cf_menu-status__badge--blue, .cf_table-status__badge--blue {
  background-color: #4ca4df;
  border-color: #4ca4df;
}
.cf_order-status__badge--red, .cf_menu-status__badge--red, .cf_table-status__badge--red {
  background-color: #f2818c;
  border-color: #f2818c;
}
.cf_order-status__badge--transparent, .cf_menu-status__badge--transparent, .cf_table-status__badge--transparent {
  background-color: transparent;
  border-color: #6c757d;
}
.cf_order-status__badge--orange, .cf_menu-status__badge--orange, .cf_table-status__badge--orange {
  background-color: #ec6900;
  border-color: #ec6900;
}

.cf_order-summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cf_order-summery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cf_order-summery__kinds {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cf_order-summery__kinds {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.cf_order-summery__label {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #516172;
}
@media (max-width: 991px) {
  .cf_order-summery__label {
    font-weight: 500;
    font-size: 0.9rem;
  }
}
.cf_order-summery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .cf_order-summery__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cf_order-summery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .cf_order-summery__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cf_order-summery__text {
  margin-right: 10px;
  font-size: 0.9rem;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media (max-width: 991px) {
  .cf_order-summery__text {
    font-weight: 500;
    font-size: 0.8rem;
  }
}
.cf_order-summery__value {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) {
  .cf_order-summery__value {
    font-size: 1.2rem;
  }
}

.tooltip-inner {
  background-color: #3f5367;
}

.tag:after {
  content: none;
}

.cf_request-name {
  margin-bottom: 0;
  position: sticky;
  top: 0px;
  z-index: 1001;
  background-color: #fff;
}

.cf_menu-category {
  height: 100%;
  position: relative;
  background: #fff;
}
.cf_menu-category__sticky {
  position: sticky;
  top: 0px;
}
.cf_menu-category__action {
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cf_menu-category__action .btn {
  margin: 0;
}
.cf_menu-category__contents {
  height: 100%;
}
.cf_menu-category__title {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 200;
  margin-bottom: 0;
}
.cf_menu-category__title h2 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .cf_menu-category__title h2 {
    font-size: 0.8rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cf_menu-category__title {
    padding: 5px;
    font-size: 0.8rem;
  }
}
.cf_menu-category__list {
  max-height: 100vh;
  overflow: auto;
  position: relative;
  padding: 0 3% 320px;
  background-color: #eaecee;
}
.cf_menu-category__item {
  position: relative;
  margin-top: 5px;
}
.cf_menu-category__item a {
  display: block;
  background-color: #fff;
  padding: 1em 0.8em;
  border-bottom: 1px solid #DBDBDB;
  font-size: 0.9rem;
  color: #5A738E !important;
  border-bottom: 1px solid #D9DEE4;
  border-radius: 5px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_menu-category__item a:hover {
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cf_menu-category__item a {
    padding: 0.5em 0.8em;
    font-size: 0.8rem;
  }
}
.cf_menu-category__item--disable a {
  color: gray;
}
.cf_menu-category__item--current a {
  font-weight: 600;
  background-color: #fff !important;
}
.cf_menu-category__item--current:before {
  width: 5px;
  height: 75%;
  background-color: #f7931a;
  position: absolute;
  left: -10px;
  top: 0;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
}

.cf_menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_menu__wrapper .cf_content {
  padding: 0;
}
@media (max-width: 991px) {
  .cf_menu__wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cf_menu__wrapper .col-category {
    width: 25%;
  }
  .cf_menu__wrapper .col-menu {
    width: 75%;
  }
}

.cf_menu__top, .cf_neworder__category-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cf_menu__top, .cf_neworder__category-top {
    padding: 10px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cf_menu__top, .cf_neworder__category-top {
    padding: 10px 3%;
  }
}
.cf_menu__top.is-sticky, .cf_neworder__category-top.is-sticky {
  border-bottom: 2px solid #E6E9ED;
  height: 55px;
}
@media (max-width: 991px) {
  .cf_menu__top.is-sticky, .cf_neworder__category-top.is-sticky {
    height: 40px;
  }
}
.cf_menu__top .btn, .cf_neworder__category-top .btn {
  margin: 0;
}

.cf_menu__title, .cf_neworder__category-title {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .cf_menu__title, .cf_neworder__category-title {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .cf_menu__contents {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .cf_menu__contents {
    padding: 0 3%;
  }
}
.cf_menu__img {
  width: 55px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
@media (max-width: 991px) {
  .cf_menu__img {
    width: 40px;
  }
}
.cf_menu__img:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_menu__img:hover:after {
  opacity: 1;
}
.cf_menu__img img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .cf_menu__img img {
    width: 40px;
    height: 40px;
  }
}

.page-neworder .x_content {
  padding: 0;
  margin: 0;
}
.page-neworder .cf_menu-category {
  border-radius: 10px 0px 0px 10px;
}
.page-neworder .cf_table__top .cf_search {
  max-width: unset;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .page-neworder .cf_table__top .cf_search {
    padding: 0 3%;
  }
}
.page-neworder .top_search .form-control {
  border-radius: 25px;
}
.page-neworder .cf_x_title.min {
  height: 40px;
}
.page-neworder .cf_neworder__category-top, .page-neworder .cf_menu-category__title {
  top: 55px;
  height: 40px;
}
.page-neworder .cf_menu-category__sticky {
  position: sticky;
  top: 55px;
}

.cf_menu-order__item {
  padding: 20px 0;
  border-bottom: 1px solid #E6E9ED;
  margin-top: -15px;
}
.cf_menu-order__item:last-child {
  margin-bottom: 15px;
}

.cf_neworder {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .cf_neworder .cf_table__top {
    margin-bottom: 0;
  }
}
.cf_neworder__table-name {
  font-size: 1.3rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.cf_neworder__category-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cf_neworder__category-item {
    margin-bottom: 20px;
  }
}
.cf_neworder__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #D9DEE4;
}
@media (min-width: 992px) {
  .cf_neworder__menu-item {
    margin: 0px 20px 10px;
  }
}
@media (max-width: 991px) {
  .cf_neworder__menu-item {
    margin: 0 0% 0px;
    padding: 10px 3% 10px 5%;
    border: none;
    border-top: 1px solid #D9DEE4;
    border-radius: 0;
  }
  .cf_neworder__menu-item:last-child {
    border-bottom: 1px solid #D9DEE4;
  }
}
.cf_neworder__menu-item:hover {
  background: #e9eef1;
}
.cf_neworder__menu-item .cf_menu-status {
  margin-bottom: 7px;
}
.cf_neworder__menu {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cf_neworder__menu {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
.cf_neworder__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cf_neworder__img {
  width: 80px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  margin-left: 4%;
  background: #efefef;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cf_neworder__img img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cf_neworder__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
.cf_neworder__price {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .cf_neworder__price {
    font-size: 0.9rem;
  }
}
.cf_neworder__options {
  width: 100%;
  margin-bottom: 0 !important;
}
.cf_neworder__options label {
  width: 100%;
}
.cf_neworder__options .chk__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cf_neworder__options .cf_checkbox__text {
  width: 100%;
}
.cf_neworder__options .cf_order-status__badge {
  margin-right: 5px;
}
.cf_neworder__options .option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cf_neworder__options .option-info {
  margin-right: 10%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cf_neworder__options .option-info .chk__txt {
  margin-left: 0;
}
.cf_neworder__options .option-info .option-price {
  font-size: 0.94rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cf_neworder__options .option-info .option-price {
    font-size: 0.8rem;
  }
}
.cf_neworder__options .option-info .option-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.cf_neworder__options .option-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_neworder__options.cnt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cf_neworder__options.cnt__item .cf_num-count__item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  min-width: 150px;
}

.cf_filter {
  margin-bottom: 15px;
}
.cf_filter .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cf_filter-tag {
  padding: 7px 10px;
  background-color: #ffffff;
  font-size: 0.9rem;
}

.lb-dataContainer {
  display: none !important;
}

.dropdown-menu {
  margin-top: 0;
  border: 1px solid #aaaeb4;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav .open .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-divider {
  margin-bottom: 0;
}

.modal {
  z-index: 10010;
}

.modal-backdrop {
  z-index: 10000;
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: unset;
  }
}

.modal-dialog, .modal-dialog form, .modal-dialog form .modal-content {
  max-height: 80vh;
}

.modal.show .modal-dialog {
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 991px) {
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@media (max-width: 991px) {
  .modal-header {
    padding: 0.7rem 3%;
  }
}

.modal-title {
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .modal-title {
    font-size: 1.1rem;
  }
}

.modal-footer {
  background: #e9eaed;
  border-top: none;
}
.modal-footer .btn {
  margin-right: 10px;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .modal-footer .btn {
    font-size: 1rem;
    height: 50px;
    min-width: 100px;
  }
}
.modal-footer .btn:last-child {
  margin-right: 0 !important;
}
.modal-footer .btn-link {
  height: inherit !important;
}

.modal-body {
  overflow: auto;
  max-height: 600px;
  background: #f0f1f3;
  background: #e9eaed;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .modal-body {
    padding: 2%;
    max-height: 60vh;
    min-height: 300px;
  }
}
.modal-body .cf_err {
  margin-bottom: 20px;
}
.cf_modal-content--err:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #de4050;
}
.cf_modal-content--delete:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #de4050;
}
.cf_modal-content--delete .modal-title {
  color: #dc3545;
}

.cf_modal-body__title {
  float: none;
  margin-bottom: 10px;
  font-size: 1rem !important;
}
.cf_modal-body__box {
  background-color: #fff;
  padding: 1.5rem 3%;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cf_modal-body__box:last-child {
  margin-bottom: 0;
}
.cf_modal-body__box--p0 {
  padding: 0;
}
.cf_modal-body__desc {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #73879C;
}
@media (max-width: 991px) {
  .cf_modal-body__desc {
    font-size: 0.8rem;
  }
}
.cf_modal-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 20px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 15px;
}
.cf_modal-body__row:last-child {
  margin-bottom: 0;
}
.cf_modal-body__text {
  font-size: 1.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cf_modal-body__text .sup {
  display: block;
  font-size: 0.87rem;
  opacity: 0.85;
}
.cf_modal-body__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cf_modal-body__btn-group .btn {
  margin-bottom: 0;
}
.cf_modal-body__btn-group .btn:last-child {
  margin-right: 0;
}
.cf_modal-body__dl {
  margin-bottom: 0;
  padding-top: 3px;
}
.cf_modal-body__dl__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_modal-body__dl__row dt, .cf_modal-body__dl__row dd {
  font-size: 0.75rem;
  font-weight: 300;
}
.cf_modal-body__dl__row dt {
  width: 5.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cf_modal-body__dl__row dd {
  margin-bottom: 0;
  padding-right: 1em;
}

.cf_modal-nav__item a {
  padding: 15px 1.5em;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #abb5c2;
}
.cf_modal-nav__item:last-child a {
  border-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 5.75rem auto;
  }
}
@media (max-width: 991px) {
  .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.cf_qr {
  text-align: center;
}
.cf_qr__img {
  width: 180px;
  border: 1px solid #a2aeba;
  margin: 0 auto 30px;
}
.cf_qr__img img {
  max-width: 100%;
}

.cf_alert {
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  color: #394b5c !important;
  padding-right: 3em;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  display: block;
  border-width: 0.125rem;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  font-weight: 300;
}
@media (max-width: 991px) {
  .cf_alert {
    font-size: 0.8rem;
  }
}
.cf_alert__msg-area {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 650px;
}
@media (min-width: 992px) {
  .cf_alert__msg-area {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .cf_alert__msg-area {
    bottom: 60px;
    margin: 0 5px;
    max-width: unset;
  }
}
.cf_alert__box {
  margin-bottom: 10px;
  height: 0;
  visibility: hidden;
}
.cf_alert__box.show {
  visibility: visible;
  height: inherit;
}
.cf_alert__box:last-child {
  margin-bottom: 0;
}
.cf_alert--success {
  background-color: #daf3ee;
  border-color: #40c1a6;
}
.cf_alert--danger {
  background-color: #f7d0d3;
  border-color: #c82333;
}

.alert-dismissible .close {
  padding: 0.8rem 1.25rem;
}
@media (max-width: 991px) {
  .alert-dismissible .close {
    padding: 0.7rem 1rem;
  }
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.5;
}

.fade .cf_alert {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.cf_alert__box.show .cf_alert {
  -webkit-transform: none;
          transform: none;
}

span.required {
  font-size: 1.2rem;
  display: inline-block;
  color: #de4050 !important;
  line-height: 1;
  margin-left: 5px;
}

.cf_accordion {
  padding-bottom: 30px;
}
.cf_accordion__box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cf_accordion__box--borderbottom {
  border-bottom: 1px solid #E6E9ED;
  padding-bottom: 10px;
}
.cf_accordion__box .chk__item {
  margin-bottom: 0;
}
.cf_accordion__box:last-child {
  margin-bottom: 0;
}
.cf_accordion__header {
  padding: 10px 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_accordion__header.open {
  background: #e2e9ed;
}
.cf_accordion__header:hover {
  background: #e9eef1;
}
.cf_accordion__header .cf_sort__btn {
  margin-left: 10px;
}
.cf_accordion__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_accordion__title {
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cf_accordion__title {
    font-size: 0.9rem;
  }
}
.cf_accordion__btn {
  padding: 5px;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
}
.cf_accordion__btn:hover {
  background: #F5F7FA;
}
.cf_accordion__contents {
  padding-top: 30px;
  width: 100%;
}
.cf_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_flex--jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cf_flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.js-accordion-trigger {
  cursor: pointer;
  line-height: 1;
}
.js-accordion-trigger.open .cf_accordion__btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cf_sort__btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_tool__btn {
  margin-right: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50em;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.cf_tool__btn:hover {
  background-color: #e5e5e5;
}
.cf_tool__btn--remove {
  color: #c82333;
  border-color: #c82333;
}
.cf_trash__icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8d8db;
  border: 1px solid #c82333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50em;
}
.js-tool-group:first-child:last-child .js-tool-remove-group {
  display: none;
}

input::-webkit-input-placeholder {
  color: #b6c2ce !important;
}

input::-moz-placeholder {
  color: #b6c2ce !important;
}

input:-ms-input-placeholder {
  color: #b6c2ce !important;
}

input::-ms-input-placeholder {
  color: #b6c2ce !important;
}

input::placeholder {
  color: #b6c2ce !important;
}
input:-ms-input-placeholder {
  color: #b6c2ce !important;
}
input::-ms-input-placeholder {
  color: #b6c2ce !important;
}

textarea::-webkit-input-placeholder {
  color: #b6c2ce !important;
}

textarea::-moz-placeholder {
  color: #b6c2ce !important;
}

textarea:-ms-input-placeholder {
  color: #b6c2ce !important;
}

textarea::-ms-input-placeholder {
  color: #b6c2ce !important;
}

textarea::placeholder {
  color: #b6c2ce !important;
}
textarea:-ms-input-placeholder {
  color: #b6c2ce !important;
}
textarea::-ms-input-placeholder {
  color: #b6c2ce !important;
}

.cf_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.cf_preview__buttons {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cf_preview__buttons .cf_btn {
  margin-bottom: 0;
  margin-right: 0;
}
.cf_preview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cf_preview__filename {
  margin-bottom: 10px;
  font-size: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cf_preview__filename {
    font-size: 0.8rem;
  }
}
.cf_preview__action {
  margin-bottom: 0 !important;
  cursor: pointer;
}
.cf_preview__img {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_preview__img img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cf_preview__delete {
  color: #de4050;
}

.menu_section .cf_menu-separate {
  color: inherit;
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: none;
  border-bottom: 1px solid;
  border-bottom: 1px solid #D9DEE4;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.menu_section > ul {
  margin-top: 35px;
}

.cf_form-group .form-control:focus:not(:-moz-read-only):not(:disabled) {
  border-color: #007bff;
  border-width: 0.15rem;
  outline: none;
  padding: 9px 14px;
}

.cf_form-group .form-control:focus:not(:read-only):not(:disabled) {
  border-color: #007bff;
  border-width: 0.15rem;
  outline: none;
  padding: 9px 14px;
}
.cf_form-group .form-control {
  border-radius: 0.25rem;
  padding: 10px 15px;
  min-height: calc(1.5em + 0.75rem + 10px);
}

.item input, .item textarea {
  -webkit-transition: unset;
  transition: unset;
}

@media (max-width: 991px) {
  .cf_responsive {
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .col-md-55, .col-xs-12, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
    max-width: unset;
  }
}

.chk__item, .radio__item {
  line-height: 1;
}
@media (max-width: 991px) {
  .chk__item, .radio__item {
    margin-bottom: 5px;
  }
}
.chk__item label, .radio__item label {
  margin-bottom: 0;
}
.chk__input, .radio__input {
  display: none !important;
}
.chk__area, .radio__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chk__txt, .radio__txt {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .chk__txt, .radio__txt {
    font-size: 0.9rem;
  }
}
.chk__img-box, .radio__img-box {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #657278;
  opacity: 0.7;
}
.chk__img-box .chk__obj, .chk__img-box .radio__obj, .radio__img-box .chk__obj, .radio__img-box .radio__obj {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 100;
}
.chk__img, .radio__img {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.chk__img img, .radio__img img {
  max-width: 100%;
}
.chk__input:checked + .chk__area .chk__img-box, .chk__input:checked + .chk__area .radio__img-box, .chk__input:checked + .radio__area .chk__img-box, .chk__input:checked + .radio__area .radio__img-box, .radio__input:checked + .chk__area .chk__img-box, .radio__input:checked + .chk__area .radio__img-box, .radio__input:checked + .radio__area .chk__img-box, .radio__input:checked + .radio__area .radio__img-box {
  border-color: #1abc9c;
  opacity: 1;
}
.chk__input:checked:disabled + .chk__area .chk__img-box, .chk__input:checked:disabled + .chk__area .radio__img-box, .chk__input:checked:disabled + .radio__area .chk__img-box, .chk__input:checked:disabled + .radio__area .radio__img-box, .radio__input:checked:disabled + .chk__area .chk__img-box, .radio__input:checked:disabled + .chk__area .radio__img-box, .radio__input:checked:disabled + .radio__area .chk__img-box, .radio__input:checked:disabled + .radio__area .radio__img-box {
  border-color: #657278;
}

.chk__input:checked + .chk__area .chk__obj {
  border: 1px solid #1abc9c;
  background: #1abc9c;
}
.chk__input:checked + .chk__area .chk__obj::before {
  opacity: 1;
}
.chk__input:disabled + .chk__area {
  cursor: default;
  pointer-events: none;
}
.chk__input:checked:disabled + .chk__area .chk__obj {
  border: 1px solid #d7dcde;
  background: #d7dcde;
}
.chk__input:checked:disabled + .chk__area .chk__obj:before {
  color: #9fabb0;
}
.chk__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.chk__obj {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #d7dcde;
  background: #d7dcde;
  border-radius: 5px;
}
.chk__obj--md {
  width: 25px;
  height: 25px;
}
.chk__obj:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
  left: 45%;
  font-size: 0.9rem;
  right: 0;
  position: absolute;
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 1;
}
.chk__obj.chk__obj--num:before {
  content: none;
}
.chk__num {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.radio__input:checked + .radio__area .radio__obj {
  border-color: #1abc9c;
  background: #fff;
}
.radio__input:checked + .radio__area .radio__obj::before {
  opacity: 1;
}
.radio__input:disabled + .radio__area {
  cursor: default;
  pointer-events: none;
}
.radio__input:checked:disabled + .radio__area .radio__obj {
  border-color: #d7dcde;
}
.radio__input:checked:disabled + .radio__area .radio__obj:before {
  background: #d7dcde;
}
.radio__obj {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  border: 4px solid #d7dcde;
  background: #fff;
  border-radius: 50em;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.radio__obj:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50em;
  direction: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  position: absolute;
  background: #1abc9c;
  opacity: 0;
  text-align: center;
  line-height: 1;
}

.dataTables_paginate a {
  display: block;
}
@media (max-width: 991px) {
  .dataTables_paginate a {
    padding: 5px 9px !important;
  }
}

.cf_num-count__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_num-count__item .cf_id__btn {
  margin: 0;
}
.cf_num-count__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5%;
  width: 75px;
  text-align: center;
}
.cf_num-count__form input {
  text-align: center;
}
.cf_num-count__form--sm .form-control {
  height: calc(1em + 0.75rem + 10px);
}
.cf_num-count__form--wmax {
  width: inherit;
}
@media (max-width: 991px) {
  .cf_num-count__form--wmax {
    width: 100%;
  }
}
.cf_num-count__form-label {
  margin-left: 10px;
  margin-bottom: 0;
}
.cf_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_id__btn {
  margin-right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50em;
  border: 1px solid #dce1e6;
  background-color: #dce1e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cf_id__btn:hover {
  background-color: #bec8d1;
}
.cf_id__btn--remove {
  color: #c82333;
  border-color: #c82333;
}
.cf_id__btn--sm {
  width: 30px;
  height: 30px;
}
.order-activity .order-col {
  margin-right: 2%;
}
.order-activity .order-col:last-child {
  margin-right: 0;
}
.order-activity .order-col--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-activity .order-col--2 {
  width: 30px;
}
.order-activity .order-col--3 {
  width: 140px;
}
@media (max-width: 760px) {
  .order-activity .order-col--3 {
    margin-right: 0;
  }
}
.order-activity .order-col--4 {
  width: 200px;
}
@media (max-width: 760px) {
  .order-activity .order-col--4 {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E6E9ED;
  }
}
@media (max-width: 760px) {
  .order-activity .order-col--4.order-activity__headcell--action {
    display: none;
  }
}

.order-activity__item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 760px) {
  .order-activity__item-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.order-activity__item-action .cf_filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-activity__item-action .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 992px) {
  .order-activity__item-action .tools {
    margin-left: 5%;
    width: 30%;
  }
}
@media (max-width: 760px) {
  .order-activity__item-action .tools {
    width: 100%;
    margin-bottom: 20px;
  }
}

.order-activity {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .order-activity {
    padding-top: 30px;
  }
}
.order-activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
  position: relative;
}
.order-activity__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 2% 10px 3%;
  background: #3f5367;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
}
.order-activity__headcell {
  color: #ECF0F1;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
.order-activity__item {
  border: 1px solid #E6E9ED;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 2% 15px 3%;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-activity__item:before {
  width: 6px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  background: #000;
  border-radius: 50em;
  left: 5px;
  opacity: 0.8;
}
.order-activity__item--gray:before {
  background: gray;
}
.order-activity__item--green:before {
  background: #40c1a6;
}
.order-activity__item--blue:before {
  background: #4ca4df;
}
.order-activity__item--red:before {
  background: #f2818c;
}
.order-activity__item--orange:before {
  background: #ec6900;
}
@media (max-width: 991px) {
  .order-activity__item {
    padding: 10px 2% 10px 4%;
  }
}
.order-activity__basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.order-activity__basic .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-activity__basic .top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-activity__status {
  min-width: 100px;
}
.order-activity__menu {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .order-activity__menu.show--sp_min {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .order-activity__menu {
    font-size: 1rem;
  }
}
@media (max-width: 760px) {
  .order-activity__menu {
    font-size: 0.9rem;
  }
}
.order-activity__table {
  color: #73879C;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .order-activity__table {
    font-size: 0.9rem;
  }
}
.order-activity__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 760px) {
  .order-activity__quantity {
    font-size: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: -2px;
  }
}
.order-activity__date {
  color: #73879C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-activity__time, .order-activity__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.order-activity__progress {
  font-size: 1rem;
}
@media (max-width: 760px) {
  .order-activity__progress {
    font-size: 0.9rem;
  }
}
.order-activity__progress .unit {
  font-size: 0.8rem;
  margin-left: 4px;
  margin-right: 4px;
}
.order-activity__time {
  margin-top: 10px;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .order-activity__time {
    font-size: 0.9rem;
    margin-top: 0;
  }
}
.order-activity__subaction {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.order-activity__subaction .sub-action {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-activity__subaction .sub-action .btn {
  margin: 0;
}
.order-activity__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0 !important;
}
.order-activity__action .main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-activity__action .main-action .btn {
  height: 50px;
  width: 90px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-activity__action .main-action .btn:last-child {
  margin-right: 0;
}
@media (max-width: 760px) {
  .order-activity__action .main-action .btn {
    height: 45px;
  }
}
.order-activity__action .oa__btn {
  position: relative;
  border: 1px solid #aaaeb4;
}
.order-activity__action .oa__btn .icon {
  font-size: 1rem;
  z-index: 0;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: 10px;
  margin: auto;
  color: #ffffff;
  border-radius: 50em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.order-activity__action .oa__btn--disable {
  pointer-events: none;
}
.order-activity__action .oa__btn--disable:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background-color: rgba(233, 236, 239, 0.67);
  position: absolute;
  border-radius: 2px;
}
.order-activity__action .oa__btn--cooking.oa__btn--active, .order-activity__action .oa__btn--delivery.oa__btn--active {
  color: #fff;
}
.order-activity__action .oa__btn--cooking.oa__btn--active .icon, .order-activity__action .oa__btn--delivery.oa__btn--active .icon {
  opacity: 1;
}
.order-activity__action .oa__btn--cooking.oa__btn--active {
  background: #40c1a6;
  border-color: #40c1a6;
}
.order-activity__action .oa__btn--cooking.oa__btn--active:hover {
  background: #329c86;
  border-color: #329c86;
}
.order-activity__action .oa__btn--delivery.oa__btn--active {
  background: #4ca4df;
  border-color: #4ca4df;
}
.order-activity__action .oa__btn--delivery.oa__btn--active:hover {
  background: #268dd2;
  border-color: #268dd2;
}

.cf_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  border-left: 1px solid #abb5c2;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cf_switch {
    border-left: none;
  }
}
.cf_switch__item {
  margin-right: 20px;
}
.cf_switch__item:last-child {
  margin-right: 0;
}
.cf_switch__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_switch__text {
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .cf_switch__text {
    font-size: 0.8rem;
  }
}

.loader__wrapper {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
}

.loader {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgba(247, 147, 26, 0.15) rgba(247, 147, 26, 0.25) rgba(128, 249, 125, 0.35) rgba(128, 249, 125, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer-nav {
  position: fixed;
  -webkit-transition: 0.34s all ease-in-out;
  transition: 0.34s all ease-in-out;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 1px 1px 73px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 73px 0px rgba(0, 0, 0, 0.1);
  z-index: 3000;
}
.footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 50px;
}
.footer-nav__item--current {
  color: #f7931a;
}
.footer-nav__icon {
  font-size: 1.35rem;
}
.footer-nav__text {
  font-size: 0.5rem;
  letter-spacing: -0.1em;
}

.cf_menu-close {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_menu-close__toggle {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cf_menu-close__icon {
  margin-right: 20px;
  font-size: 1.2rem;
}
.cf_menu-close__text {
  font-size: 1rem;
}

.form-group__pswrd {
  position: relative;
}
.form-group__pswrd .form-control {
  padding-right: 30px;
}
.form-group__pswrd .pswrd-icon {
  font-size: 1rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 10px;
}
.form-group__pswrd .pswrd-icon.active {
  color: #007bff;
}

.page-err .p-err__contents {
  min-height: calc(100vh - 125px);
  margin-top: 100px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding-top: 80px;
}
.page-err .p-err__contents .btn {
  margin: 50px auto 0;
  max-width: 200px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-err .p-err__text {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .page-err .p-err__text {
    font-size: 0.9rem;
  }
}

.cf_no-category {
  padding: 0 3%;
  margin: 32px 0;
}

.cf-sptab-modal .modal-dialog {
  max-width: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .cf_main-top__title h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 992px) {
  .cf_main-top__title h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1376px) {
  .cf_main-top__title h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .container.body .col-md-3.left_col {
    position: sticky;
    top: 0;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 90px;
    padding: 0px 5px;
  }
  .container.body .right_col {
    padding: 10px 20px;
    margin-left: 80px;
    z-index: 2;
  }
  .container.body .nav.side-menu li.cf_side-menu:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .container.body .nav.side-menu li.cf_side-menu.plus-icon a {
    position: relative;
  }
  .container.body .nav.side-menu li.cf_side-menu.plus-icon a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "+";
    position: absolute;
    right: 18px;
    top: 16px;
  }
  .container.body .nav.side-menu li.cf_side-menu a {
    text-align: center;
  }
  .container.body .nav.side-menu li.cf_side-menu > a {
    font-size: 13px;
    padding: 10px 0px;
    font-weight: 300;
    color: #fff;
  }
  .container.body .nav.side-menu li.cf_side-menu > a i {
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  .container.body .nav.side-menu li.cf_side-menu > a span.fa {
    display: none;
  }
}

/*=================
PCレイアウト
===================*/
.cf_content {
  position: relative;
}

.cf_t_responsive {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
}

.cf_t.jambo_table {
  border: none;
}
.cf_t.jambo_table .cf_t_row {
  background-color: #fff;
}
.cf_t.jambo_table .cf_t_row .cf_t_cel {
  padding: 1rem 0.75rem;
  text-align: center;
  color: #333;
  white-space: nowrap;
}
.cf_t.jambo_table .cf_t_row .cf_t_ttl {
  border-top: none;
}
.cf_t.jambo_table .cf_t_row .cf_commandlist {
  text-align: center;
  white-space: nowrap;
  position: sticky;
  right: 0;
  background-color: #fff;
}
.cf_t.jambo_table .cf_t_row button:not(:last-child) {
  margin-right: 10px; /* 任意の適切な値を設定 */
}
.cf_t.jambo_table .cf_t_row .cf_bulk-actions {
  border: none;
}
.cf_t.jambo_table .btn {
  margin-bottom: 0;
}

.table tr > * {
  vertical-align: middle;
}

.cf_commandlist button > * {
  vertical-align: middle;
}

/*=================
tab レイアウト
===================*/
.cf_table .x_content {
  position: relative;
}

.cf_t_tool {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cf_t_tool .cf_t_tool_tab {
  padding: 0 1rem;
  border: 2px solid #E6E9ED;
  position: relative;
  bottom: -2px;
}
.cf_t_tool .cf_t_tool_tab.action {
  border-bottom: 2px solid #fff;
}
.cf_t_tool .cf_t_tool_btn {
  border: 1px solid #E6E9ED;
  font-size: 10px;
}
.cf_t_tool .cf_t_tool_tab + .cf_t_tool_tab {
  border-left: none; /* 修正した行 */
}

/*=================
edit レイアウト
===================*/
.ln_solid {
  margin: 10px 0;
}

.edit .row {
  height: 100%;
  padding-top: 10px;
}
.edit .x_panel {
  height: 100%;
  position: initial;
}
.edit .x_content {
  position: initial;
}

.cf_readonly {
  border: none;
  background-color: inherit !important;
  color: #333;
}

.cf_edit_buttom-area {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cf_input_label {
  font-size: 0.8rem;
  margin-bottom: 3px;
}
.cf_input_description {
  font-size: 0.8rem;
}

/*=================
button レイアウト
===================*/
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  outline: none;
}
button:focus {
  outline: none;
}

.cf_table-btn .fa-check {
  display: none;
}
.cf_table-btn.action {
  position: relative;
}
.cf_table-btn.action .fa-check {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
}

.cf_simple-btn {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
.cf_simple-btn.action {
  background-color: #333;
  color: #fff;
}

.btn-primary.done {
  background-color: #fff;
  color: #333;
  border: 1px solid #007bff;
}
.btn-primary.action {
  background-color: #007bff;
  color: #fff;
}

.btn-success.complete {
  background-color: #fff;
  color: #333;
  border: 1px solid #26B99A;
}
.btn-success.action {
  background-color: #26B99A;
  color: #fff;
}

.cf_btn-red {
  background-color: red;
  color: #fff;
}
.cf_btn-red.done {
  background-color: #fff;
  color: #333;
  border: 1px solid red;
}
.cf_btn-red.action {
  background-color: red;
  color: #fff;
}

.cf_flex--fwnw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .cf_flex--fwnw div {
    width: 100%;
  }
}

.cf_flex--fwnw .form-control {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cf_flex--fwnw .form-control {
    width: auto;
  }
}

.cf_flex--fwnw button {
  white-space: nowrap;
}

.cf-search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}

.cf-search-box .form-control {
  width: 100%;
}

.cf-search-box .btn {
  white-space: nowrap;
}

.cf-search-box .cf_modal-event {
  white-space: nowrap;
}

.cf-right-modal .modal-content {
  width: 800px;
  height: 100%;
}
@media (max-width: 991px) {
  .cf-right-modal .modal-content {
    width: 100%;
  }
}

.cf-right-modal .modal-dialog {
  height: 100vh;
  margin: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate(50px, 0) !important;
          transform: translate(50px, 0) !important;
}

.cf-right-modal .modal-body {
  height: 100%;
  max-height: inherit;
}

.cf_form__count_btn {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #7f8798;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cf_form__count_btn i {
  color: #fff;
}
.cf_form__count_btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cf_form__label--unit {
  margin-bottom: 0;
}

/*=================
絞り込みフィルターボタン
===================*/
.cf_filter {
  margin-bottom: 15px;
}

.cf_filter-select .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf_filter-tag {
  position: relative;
  padding: 5px 5px;
  margin: 0 0 10px 10px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #666 !important;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
  padding: 7px 10px;
  background-color: #ffffff;
  font-size: 0.9rem;
}
.cf_filter-tag:first-of-type {
  margin-left: 0;
}
.cf_filter-tag .close-link {
  margin-left: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_filter-tag .close-link:hover {
  opacity: 0.8;
}

.cf_filter-wrap {
  display: none;
  margin-top: 10px;
}

.cf_filter-area {
  display: inline-block;
}

.cf_filter-clear {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  padding-top: 2px;
  margin-left: 5px;
  margin-top: 4px;
}
.cf_filter-clear .cf_filter-clear-btn {
  border-width: 0px;
  border-radius: var(--ds-border-radius, 3px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-family: inherit;
  font-weight: 500;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-out 0s, -webkit-box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
  transition: background 0.1s ease-out 0s, -webkit-box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
  transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
  transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s, -webkit-box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
  white-space: nowrap;
  background: var(--ds-background-neutral-subtle, none);
  cursor: pointer;
  padding: 5px 10px;
  vertical-align: middle;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.cf_filter-clear .cf_filter-clear-btn:hover {
  background: var(--ds-background-neutral-subtle-hovered, rgba(9, 30, 66, 0.08));
  text-decoration: inherit;
  -webkit-transition-duration: 0s, 0.15s;
          transition-duration: 0s, 0.15s;
  color: var(--ds-text, #42526E) !important;
}
.cf_filter-clear .cf_filter-clear-btn .cf_filter-clear-txt {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  margin: 0px 2px;
}

/*=================
来店状況
===================*/
body {
  /*
  background-position: top left;
  background-image: url(../images/temp02.png);
  background-size: auto;
  background-repeat: repeat;
  */
}

.cf_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf_column__left {
  width: 100%;
}
.cf_column__right {
  width: 214px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .cf_column__right {
    display: none;
  }
}

.cf_ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cf_chklist {
  min-width: 170px;
  padding: 20px 14px;
}
.cf_chklist .form-group {
  margin-left: 0;
  margin-right: 0;
}
.cf_chklist .form-group:last-of-type {
  margin-bottom: 0;
}
.cf_chklist .chk__obj {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.cf_chklist .chk__obj:before {
  font-size: 0.8rem;
}
.cf_chklist .chk__txt, .cf_chklist .radio__txt {
  font-size: 13px;
  color: #516172;
  white-space: nowrap;
  margin-left: 8px;
}

/*=================
フィールド
===================*/
.cf_cardfield {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
}

#tableLoader {
  padding-top: 100px;
}

.cf_carditem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  min-width: 230px;
  max-width: 400px;
  min-height: 300px;
  margin: 0;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.cf_carditem[data-customer_id] {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}
.cf_carditem[data-customer_id]:hover {
  background-color: #fafafa;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 760px) {
  .cf_carditem {
    max-width: 100%;
  }
}
.cf_carditem:before {
  content: "";
  display: none;
  width: 100%;
  height: 5px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cf_carditem.card_top-gray:before {
  display: block;
  background-color: #DEE0E4;
}
.cf_carditem.card_top-orange:before {
  display: block;
  background-color: #FFCAA1;
}
.cf_carditem.card_top-green:before {
  display: block;
  background-color: #BAEFBC;
}
.cf_carditem.placeholder {
  background-color: transparent;
}
.cf_carditem__wrap {
  padding-bottom: 8px;
}
.cf_carditem__content {
  padding: 10px 12px 7px;
}
.cf_carditem__content.b_line {
  border-bottom: 1px solid #E6E9ED;
}
.cf_carditem__head {
  margin-bottom: 13px;
}
.cf_carditem__head p {
  margin-bottom: 2px;
}
.cf_carditem__head p:last-of-type {
  margin-bottom: 0;
}
.cf_carditem__name {
  font-size: 19px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf_carditem__client {
  font-size: 15px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf_carditem__client .honorific {
  margin-left: 0.5em;
}
.cf_carditem__campany {
  font-size: 12px;
  color: #B1B2B3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf_carditem__infolist {
  margin-bottom: 0;
}
.cf_carditem__inforow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_carditem__inforow:not(:last-of-type) {
  margin-bottom: 5px;
}
.cf_carditem__infotitle {
  font-size: 12px;
  font-weight: 400;
  padding-left: 4px;
  text-align: right;
  width: 71px;
}
.cf_carditem__infodata {
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cf_carditem__infodata .num {
  font-size: 13px;
}
.cf_carditem__infodata .num.lg {
  font-size: 15px;
}
.cf_carditem__cast {
  position: relative;
  padding-bottom: 47px;
}
.cf_carditem__castlsit {
  margin: 0;
  padding: 0;
}
.cf_carditem__castitem {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cf_carditem__castitem:not(:last-of-type) {
  margin-bottom: 8px;
}
.cf_carditem__castname {
  font-size: 12px;
  color: #3F5367;
  display: inline-block;
  width: 66px;
  background-color: #F0F1F3;
  text-align: center;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding: 4px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf_carditem__casttime {
  margin-bottom: 0;
  width: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_carditem__casttime span {
  font-size: 12px;
  line-height: 1;
}
.cf_carditem__leave-btn {
  width: 70px;
  height: 20px;
  font-size: 12px;
  border: 1px solid #DEE0E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.cf_carditem__leave-btn:hover {
  color: #212529;
  background-color: #e5e5e5;
}
.cf_carditem__castadd {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
}
.cf_carditem__castnone {
  padding: 2px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_carditem__castnone i {
  font-size: 14px;
  color: #DE4050;
  margin-right: 0.2em;
}
.cf_carditem__castnone span {
  font-size: 12px;
}
.cf_carditem__comment {
  padding: 0 10px 3px;
}
.cf_carditem__comment p {
  font-size: 12px;
  color: #3F5367;
  background-color: #E9EAED;
  border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px 7px 6px;
  line-height: 1.33;
  letter-spacing: -0.04em;
}
.cf_carditem__status {
  padding: 2px 0 10px;
}
.cf_carditem__status .cf_table-status {
  padding: 0 7px;
  min-width: 70px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cf_carditem__status .cf_table-status .cf_table-status__badge {
  margin-right: 4px;
}
.cf_carditem__status .cf_table-status .cf_table-status__text {
  font-size: 13px;
}
.cf_carditem__status .dropdown-item {
  padding: 10px 0;
}
.cf_carditem__status .dropdown-item .cf_table-status {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.cf_carditem__new {
  padding-bottom: 64px;
}
.cf_carditem__new .loader__wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cf_carditem__newlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  margin: 0 auto;
  padding: 24px 0;
}
.cf_carditem__newicon {
  width: 50px;
  height: 50px;
  background-color: #F0F1F3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.cf_carditem__newicon i {
  font-size: 20px;
}
.cf_carditem__newtext {
  font-size: 15px;
  margin-bottom: 0;
}
.cf_carditem .cf_table_action {
  position: absolute;
  top: 11px;
  right: 12px;
}
.cf_carditem .cf_table_action .btn {
  margin-right: 0;
  padding: 13px 3.68px 10px;
  font-size: 15px;
  line-height: 1;
}

.honorific {
  font-size: 12px;
}

.cf_cast__sidebar {
  background-color: #fff;
  border-radius: 5px 0 0 0;
}
.cf_cast__scroll {
  height: 100vh;
  overflow-y: auto;
  /* スクロールバー全体 */
  /* スクロールバーの背景（トラック） */
  /* スクロールバーのつまみ部分 */
  /* つまみホバー時の色変更 */
}
.cf_cast__scroll::-webkit-scrollbar {
  width: 8px; /* 横幅(縦スクロールのとき) */
  height: 8px; /* 高さ(横スクロールのとき) */
}
.cf_cast__scroll::-webkit-scrollbar-track {
  background: #f5f5f5; /* 背景色 */
  border-radius: 4px;
}
.cf_cast__scroll::-webkit-scrollbar-thumb {
  background: #ccc; /* つまみの色 */
  border-radius: 4px;
}
.cf_cast__scroll::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.cf_cast__head {
  padding: 15px;
  border-bottom: 1px solid #DEE0E4;
}
.cf_cast__title {
  font-size: 14px;
  color: #516172;
  font-weight: bold;
  margin-bottom: 0;
}
.cf_cast__section {
  padding: 15px;
}
.cf_cast__section:last-of-type {
  padding-bottom: 50px;
}
.cf_cast__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 4px 0;
}
.cf_cast__subtitle i {
  font-size: 10px;
  line-height: 1;
  margin-right: 0.5em;
}
.cf_cast__subtitle i.green {
  color: #1ABB9C;
}
.cf_cast__subtitle span {
  font-size: 13px;
  color: #3F5367;
  font-weight: 400;
  line-height: 1;
}
.cf_cast__list {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.cf_cast__loader {
  height: 150px;
}
.cf_cast__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #E6E9ED;
  padding: 10px 0;
}
.cf_cast__name {
  font-size: 12px;
  color: #3F5367;
}
.cf_cast__table {
  font-size: 11px;
  color: #B1B2B3;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cf_cast__open {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: #fff;
  border: 1px solid #dadee4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
}
.cf_cast__open:hover {
  background-color: #e5e5e5;
}
.cf_cast__open i {
  font-size: 20px;
  margin-bottom: 2px;
}
.cf_cast__open span {
  font-size: 9px;
  letter-spacing: 0;
}

/*=================
ボタン
===================*/
.btn-select {
  width: 111px;
  background-color: #fff;
  border: 1px solid #E6E9ED;
  font-size: 13px;
  padding: 0.405em 0;
  color: #516172;
}
.btn-select:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0d7";
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border: none;
  margin-left: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.btn-select:hover {
  background-color: #f8f9fa;
  color: #516172;
}
.btn-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-select:focus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-select + .dropdown-menu {
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
  border: none;
  right: 0 !important;
  left: auto !important;
}

.btn-group.show .btn-select:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cf_btn-add {
  font-size: 13px;
  color: #3F5367;
  display: inline-block;
  padding: 0.4em 1.5em;
}
.cf_btn-add i {
  margin-right: 0.5em;
}

/*=================
モーダル
===================*/
.cf_modal-tab {
  background-color: #e9eaed;
  border-bottom: 1px solid #DEE0E4;
}
.cf_modal-frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem 0;
}
.cf_modal-area {
  background-color: #e9eaed;
}
.cf_modal-tabs {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 0;
}
.cf_modal-tab-item {
  list-style: none;
  margin-bottom: 0;
  font-size: 15px;
  color: #B1B2B3;
  padding: 12px 1.5em;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: relative;
  top: 1px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media (max-width: 991px) {
  .cf_modal-tab-item {
    font-size: 13px;
    padding: 12px 1em;
  }
}
.cf_modal-tab-item:hover {
  color: #516172;
  border-bottom: 1px solid #516172;
}
.cf_modal-tab-item.active {
  color: #516172;
  font-weight: bold;
  border-bottom: 1px solid #516172;
  cursor: default;
  pointer-events: none;
}
.cf_modal-tab-content {
  display: none;
}
.cf_modal-tab-content.active {
  display: block;
}
.cf_modal-cast-content {
  height: 287px;
  overflow-y: auto;
}
.cf_modal-cast-content.h_lg {
  height: 412px;
}
@media (max-width: 991px) {
  .cf_modal-cast-content.h_lg {
    height: 417px;
  }
}
.cf_modal-cast-list {
  padding-left: 0;
  margin-bottom: 0;
}
.cf_modal-cast-item {
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  padding: 11px 20px;
}
.cf_modal-cast-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.cf_modal-cast-item.seated .cf_modal-cast-flex {
  max-width: calc(100% - 80px);
  padding-right: 15px;
}
.cf_modal-cast-name {
  font-size: 16px;
  padding-right: 1em;
}
.cf_modal-cast-table-name {
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #de4050;
}
.cf_modal-cast-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 45px);
}
.cf_modal-form-group {
  margin-bottom: 20px;
  position: relative;
}
.cf_modal-cast-input {
  font-size: 15px;
  width: 100%;
  height: 60px;
  border: 1px solid #E6E9ED;
  padding: 0 1em;
}
.cf_modal-cast-input.active {
  -webkit-transform: translateY(-47px);
          transform: translateY(-47px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cf_modal-remove-cast {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  color: #212529;
}
.cf_modal-cast-status {
  color: #e15260;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cf_modal-cast-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cf_modal-cast-time span {
  font-size: 12px;
}
.cf_modal-cast-time .num {
  font-size: 14px;
  text-align: right;
  min-width: 1.5em;
  display: inline-block;
}
.cf_modal-cast-out {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #E6E9ED;
}
.cf_modal-cast-out span {
  font-size: 15px;
}
.cf_modal-cast-drawer {
  position: absolute;
  top: 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 9999;
  padding: 15px 10px;
  background-color: #e9eaed;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
}
.cf_modal-cast-drawer .candidate {
  max-height: 268px;
  overflow-y: auto;
}
.cf_modal-cast-drawer .candidate-item {
  padding: 11px 25px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf_modal-cast-drawer .candidate-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.cf_modal-cast-drawer .candidate-item:hover {
  background-color: #f8f8f8;
}
.cf_modal-cast-drawer .candidate-item .candidate-txt {
  font-size: 16px;
}
.cf_modal-cast-drawer .candidate-item .candidate-table {
  font-size: 13px;
  color: #de4050;
  padding-left: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cf_cast-group {
  width: 100%;
  max-width: 276px;
  position: relative;
}

.cf_cast-input {
  font-size: 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #E6E9ED;
  padding: 0 1em;
}
.cf_cast-input.disabled {
  background-color: #e9ecef;
  pointer-events: none;
}

.cf_cast-drawer {
  position: absolute;
  top: 55px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 9999;
  background-color: #e9eaed;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
}
.cf_cast-drawer .candidate {
  max-height: 228px;
  overflow-y: auto;
}
.cf_cast-drawer .candidate-item {
  padding: 11px 25px;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
}
.cf_cast-drawer .candidate-item:hover {
  background-color: #f8f8f8;
}

.cf_cast-list {
  padding-left: 0;
  margin-bottom: 0;
}

.cf_cast-item {
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  padding: 10px 16px;
  border: 1px solid #E6E9ED;
  border-radius: 3px;
  margin-top: 10px;
}

.cf_cast-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cf_remove-cast {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  color: #212529;
}

.cf_cast-name {
  font-size: 16px;
}

.cf_no-candidate {
  padding: 11px 25px;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  pointer-events: none;
}

.cf_load__area {
  position: relative;
}

.all_cast_hide .cf_carditem__castitem,
.all_cast_hide .cf_carditem__castnone {
  display: none !important;
}

.all_comment_hide .cf_carditem__comment {
  display: none !important;
}

/*=================
margin padding  汎用クラス
===================*/
.cf_m_t_0px {
  margin-top: 0px !important;
}

.cf_m_b_0px {
  margin-bottom: 0px !important;
}

.cf_m_r_0px {
  margin-right: 0px !important;
}

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

.cf_p_t_0px {
  padding-top: 0px !important;
}

.cf_p_b_0px {
  padding-bottom: 0px !important;
}

.cf_p_r_0px {
  padding-right: 0px !important;
}

.cf_p_l_0px {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf_m_t_305px {
  margin-top: 305px !important;
}

.cf_m_b_305px {
  margin-bottom: 305px !important;
}

.cf_m_r_305px {
  margin-right: 305px !important;
}

.cf_m_l_305px {
  margin-left: 305px !important;
}

.cf_p_t_305px {
  padding-top: 305px !important;
}

.cf_p_b_305px {
  padding-bottom: 305px !important;
}

.cf_p_r_305px {
  padding-right: 305px !important;
}

.cf_p_l_305px {
  padding-left: 305px !important;
}

.cf_m_t_310px {
  margin-top: 310px !important;
}

.cf_m_b_310px {
  margin-bottom: 310px !important;
}

.cf_m_r_310px {
  margin-right: 310px !important;
}

.cf_m_l_310px {
  margin-left: 310px !important;
}

.cf_p_t_310px {
  padding-top: 310px !important;
}

.cf_p_b_310px {
  padding-bottom: 310px !important;
}

.cf_p_r_310px {
  padding-right: 310px !important;
}

.cf_p_l_310px {
  padding-left: 310px !important;
}

.cf_m_t_315px {
  margin-top: 315px !important;
}

.cf_m_b_315px {
  margin-bottom: 315px !important;
}

.cf_m_r_315px {
  margin-right: 315px !important;
}

.cf_m_l_315px {
  margin-left: 315px !important;
}

.cf_p_t_315px {
  padding-top: 315px !important;
}

.cf_p_b_315px {
  padding-bottom: 315px !important;
}

.cf_p_r_315px {
  padding-right: 315px !important;
}

.cf_p_l_315px {
  padding-left: 315px !important;
}

.cf_m_t_320px {
  margin-top: 320px !important;
}

.cf_m_b_320px {
  margin-bottom: 320px !important;
}

.cf_m_r_320px {
  margin-right: 320px !important;
}

.cf_m_l_320px {
  margin-left: 320px !important;
}

.cf_p_t_320px {
  padding-top: 320px !important;
}

.cf_p_b_320px {
  padding-bottom: 320px !important;
}

.cf_p_r_320px {
  padding-right: 320px !important;
}

.cf_p_l_320px {
  padding-left: 320px !important;
}

.cf_m_t_325px {
  margin-top: 325px !important;
}

.cf_m_b_325px {
  margin-bottom: 325px !important;
}

.cf_m_r_325px {
  margin-right: 325px !important;
}

.cf_m_l_325px {
  margin-left: 325px !important;
}

.cf_p_t_325px {
  padding-top: 325px !important;
}

.cf_p_b_325px {
  padding-bottom: 325px !important;
}

.cf_p_r_325px {
  padding-right: 325px !important;
}

.cf_p_l_325px {
  padding-left: 325px !important;
}

.cf_m_t_330px {
  margin-top: 330px !important;
}

.cf_m_b_330px {
  margin-bottom: 330px !important;
}

.cf_m_r_330px {
  margin-right: 330px !important;
}

.cf_m_l_330px {
  margin-left: 330px !important;
}

.cf_p_t_330px {
  padding-top: 330px !important;
}

.cf_p_b_330px {
  padding-bottom: 330px !important;
}

.cf_p_r_330px {
  padding-right: 330px !important;
}

.cf_p_l_330px {
  padding-left: 330px !important;
}

.cf_m_t_335px {
  margin-top: 335px !important;
}

.cf_m_b_335px {
  margin-bottom: 335px !important;
}

.cf_m_r_335px {
  margin-right: 335px !important;
}

.cf_m_l_335px {
  margin-left: 335px !important;
}

.cf_p_t_335px {
  padding-top: 335px !important;
}

.cf_p_b_335px {
  padding-bottom: 335px !important;
}

.cf_p_r_335px {
  padding-right: 335px !important;
}

.cf_p_l_335px {
  padding-left: 335px !important;
}

.cf_m_t_340px {
  margin-top: 340px !important;
}

.cf_m_b_340px {
  margin-bottom: 340px !important;
}

.cf_m_r_340px {
  margin-right: 340px !important;
}

.cf_m_l_340px {
  margin-left: 340px !important;
}

.cf_p_t_340px {
  padding-top: 340px !important;
}

.cf_p_b_340px {
  padding-bottom: 340px !important;
}

.cf_p_r_340px {
  padding-right: 340px !important;
}

.cf_p_l_340px {
  padding-left: 340px !important;
}

.cf_m_t_345px {
  margin-top: 345px !important;
}

.cf_m_b_345px {
  margin-bottom: 345px !important;
}

.cf_m_r_345px {
  margin-right: 345px !important;
}

.cf_m_l_345px {
  margin-left: 345px !important;
}

.cf_p_t_345px {
  padding-top: 345px !important;
}

.cf_p_b_345px {
  padding-bottom: 345px !important;
}

.cf_p_r_345px {
  padding-right: 345px !important;
}

.cf_p_l_345px {
  padding-left: 345px !important;
}

.cf_m_t_350px {
  margin-top: 350px !important;
}

.cf_m_b_350px {
  margin-bottom: 350px !important;
}

.cf_m_r_350px {
  margin-right: 350px !important;
}

.cf_m_l_350px {
  margin-left: 350px !important;
}

.cf_p_t_350px {
  padding-top: 350px !important;
}

.cf_p_b_350px {
  padding-bottom: 350px !important;
}

.cf_p_r_350px {
  padding-right: 350px !important;
}

.cf_p_l_350px {
  padding-left: 350px !important;
}

.cf_m_t_355px {
  margin-top: 355px !important;
}

.cf_m_b_355px {
  margin-bottom: 355px !important;
}

.cf_m_r_355px {
  margin-right: 355px !important;
}

.cf_m_l_355px {
  margin-left: 355px !important;
}

.cf_p_t_355px {
  padding-top: 355px !important;
}

.cf_p_b_355px {
  padding-bottom: 355px !important;
}

.cf_p_r_355px {
  padding-right: 355px !important;
}

.cf_p_l_355px {
  padding-left: 355px !important;
}

.cf_m_t_360px {
  margin-top: 360px !important;
}

.cf_m_b_360px {
  margin-bottom: 360px !important;
}

.cf_m_r_360px {
  margin-right: 360px !important;
}

.cf_m_l_360px {
  margin-left: 360px !important;
}

.cf_p_t_360px {
  padding-top: 360px !important;
}

.cf_p_b_360px {
  padding-bottom: 360px !important;
}

.cf_p_r_360px {
  padding-right: 360px !important;
}

.cf_p_l_360px {
  padding-left: 360px !important;
}

.cf_m_t_365px {
  margin-top: 365px !important;
}

.cf_m_b_365px {
  margin-bottom: 365px !important;
}

.cf_m_r_365px {
  margin-right: 365px !important;
}

.cf_m_l_365px {
  margin-left: 365px !important;
}

.cf_p_t_365px {
  padding-top: 365px !important;
}

.cf_p_b_365px {
  padding-bottom: 365px !important;
}

.cf_p_r_365px {
  padding-right: 365px !important;
}

.cf_p_l_365px {
  padding-left: 365px !important;
}

.cf_m_t_370px {
  margin-top: 370px !important;
}

.cf_m_b_370px {
  margin-bottom: 370px !important;
}

.cf_m_r_370px {
  margin-right: 370px !important;
}

.cf_m_l_370px {
  margin-left: 370px !important;
}

.cf_p_t_370px {
  padding-top: 370px !important;
}

.cf_p_b_370px {
  padding-bottom: 370px !important;
}

.cf_p_r_370px {
  padding-right: 370px !important;
}

.cf_p_l_370px {
  padding-left: 370px !important;
}

.cf_m_t_375px {
  margin-top: 375px !important;
}

.cf_m_b_375px {
  margin-bottom: 375px !important;
}

.cf_m_r_375px {
  margin-right: 375px !important;
}

.cf_m_l_375px {
  margin-left: 375px !important;
}

.cf_p_t_375px {
  padding-top: 375px !important;
}

.cf_p_b_375px {
  padding-bottom: 375px !important;
}

.cf_p_r_375px {
  padding-right: 375px !important;
}

.cf_p_l_375px {
  padding-left: 375px !important;
}

.cf_m_t_380px {
  margin-top: 380px !important;
}

.cf_m_b_380px {
  margin-bottom: 380px !important;
}

.cf_m_r_380px {
  margin-right: 380px !important;
}

.cf_m_l_380px {
  margin-left: 380px !important;
}

.cf_p_t_380px {
  padding-top: 380px !important;
}

.cf_p_b_380px {
  padding-bottom: 380px !important;
}

.cf_p_r_380px {
  padding-right: 380px !important;
}

.cf_p_l_380px {
  padding-left: 380px !important;
}

.cf_m_t_385px {
  margin-top: 385px !important;
}

.cf_m_b_385px {
  margin-bottom: 385px !important;
}

.cf_m_r_385px {
  margin-right: 385px !important;
}

.cf_m_l_385px {
  margin-left: 385px !important;
}

.cf_p_t_385px {
  padding-top: 385px !important;
}

.cf_p_b_385px {
  padding-bottom: 385px !important;
}

.cf_p_r_385px {
  padding-right: 385px !important;
}

.cf_p_l_385px {
  padding-left: 385px !important;
}

.cf_m_t_390px {
  margin-top: 390px !important;
}

.cf_m_b_390px {
  margin-bottom: 390px !important;
}

.cf_m_r_390px {
  margin-right: 390px !important;
}

.cf_m_l_390px {
  margin-left: 390px !important;
}

.cf_p_t_390px {
  padding-top: 390px !important;
}

.cf_p_b_390px {
  padding-bottom: 390px !important;
}

.cf_p_r_390px {
  padding-right: 390px !important;
}

.cf_p_l_390px {
  padding-left: 390px !important;
}

.cf_m_t_395px {
  margin-top: 395px !important;
}

.cf_m_b_395px {
  margin-bottom: 395px !important;
}

.cf_m_r_395px {
  margin-right: 395px !important;
}

.cf_m_l_395px {
  margin-left: 395px !important;
}

.cf_p_t_395px {
  padding-top: 395px !important;
}

.cf_p_b_395px {
  padding-bottom: 395px !important;
}

.cf_p_r_395px {
  padding-right: 395px !important;
}

.cf_p_l_395px {
  padding-left: 395px !important;
}

.cf_m_t_400px {
  margin-top: 400px !important;
}

.cf_m_b_400px {
  margin-bottom: 400px !important;
}

.cf_m_r_400px {
  margin-right: 400px !important;
}

.cf_m_l_400px {
  margin-left: 400px !important;
}

.cf_p_t_400px {
  padding-top: 400px !important;
}

.cf_p_b_400px {
  padding-bottom: 400px !important;
}

.cf_p_r_400px {
  padding-right: 400px !important;
}

.cf_p_l_400px {
  padding-left: 400px !important;
}

.cf_m_t_405px {
  margin-top: 405px !important;
}

.cf_m_b_405px {
  margin-bottom: 405px !important;
}

.cf_m_r_405px {
  margin-right: 405px !important;
}

.cf_m_l_405px {
  margin-left: 405px !important;
}

.cf_p_t_405px {
  padding-top: 405px !important;
}

.cf_p_b_405px {
  padding-bottom: 405px !important;
}

.cf_p_r_405px {
  padding-right: 405px !important;
}

.cf_p_l_405px {
  padding-left: 405px !important;
}

.cf_m_t_410px {
  margin-top: 410px !important;
}

.cf_m_b_410px {
  margin-bottom: 410px !important;
}

.cf_m_r_410px {
  margin-right: 410px !important;
}

.cf_m_l_410px {
  margin-left: 410px !important;
}

.cf_p_t_410px {
  padding-top: 410px !important;
}

.cf_p_b_410px {
  padding-bottom: 410px !important;
}

.cf_p_r_410px {
  padding-right: 410px !important;
}

.cf_p_l_410px {
  padding-left: 410px !important;
}

.cf_m_t_415px {
  margin-top: 415px !important;
}

.cf_m_b_415px {
  margin-bottom: 415px !important;
}

.cf_m_r_415px {
  margin-right: 415px !important;
}

.cf_m_l_415px {
  margin-left: 415px !important;
}

.cf_p_t_415px {
  padding-top: 415px !important;
}

.cf_p_b_415px {
  padding-bottom: 415px !important;
}

.cf_p_r_415px {
  padding-right: 415px !important;
}

.cf_p_l_415px {
  padding-left: 415px !important;
}

.cf_m_t_420px {
  margin-top: 420px !important;
}

.cf_m_b_420px {
  margin-bottom: 420px !important;
}

.cf_m_r_420px {
  margin-right: 420px !important;
}

.cf_m_l_420px {
  margin-left: 420px !important;
}

.cf_p_t_420px {
  padding-top: 420px !important;
}

.cf_p_b_420px {
  padding-bottom: 420px !important;
}

.cf_p_r_420px {
  padding-right: 420px !important;
}

.cf_p_l_420px {
  padding-left: 420px !important;
}

.cf_m_t_425px {
  margin-top: 425px !important;
}

.cf_m_b_425px {
  margin-bottom: 425px !important;
}

.cf_m_r_425px {
  margin-right: 425px !important;
}

.cf_m_l_425px {
  margin-left: 425px !important;
}

.cf_p_t_425px {
  padding-top: 425px !important;
}

.cf_p_b_425px {
  padding-bottom: 425px !important;
}

.cf_p_r_425px {
  padding-right: 425px !important;
}

.cf_p_l_425px {
  padding-left: 425px !important;
}

.cf_m_t_430px {
  margin-top: 430px !important;
}

.cf_m_b_430px {
  margin-bottom: 430px !important;
}

.cf_m_r_430px {
  margin-right: 430px !important;
}

.cf_m_l_430px {
  margin-left: 430px !important;
}

.cf_p_t_430px {
  padding-top: 430px !important;
}

.cf_p_b_430px {
  padding-bottom: 430px !important;
}

.cf_p_r_430px {
  padding-right: 430px !important;
}

.cf_p_l_430px {
  padding-left: 430px !important;
}

.cf_m_t_435px {
  margin-top: 435px !important;
}

.cf_m_b_435px {
  margin-bottom: 435px !important;
}

.cf_m_r_435px {
  margin-right: 435px !important;
}

.cf_m_l_435px {
  margin-left: 435px !important;
}

.cf_p_t_435px {
  padding-top: 435px !important;
}

.cf_p_b_435px {
  padding-bottom: 435px !important;
}

.cf_p_r_435px {
  padding-right: 435px !important;
}

.cf_p_l_435px {
  padding-left: 435px !important;
}

.cf_m_t_440px {
  margin-top: 440px !important;
}

.cf_m_b_440px {
  margin-bottom: 440px !important;
}

.cf_m_r_440px {
  margin-right: 440px !important;
}

.cf_m_l_440px {
  margin-left: 440px !important;
}

.cf_p_t_440px {
  padding-top: 440px !important;
}

.cf_p_b_440px {
  padding-bottom: 440px !important;
}

.cf_p_r_440px {
  padding-right: 440px !important;
}

.cf_p_l_440px {
  padding-left: 440px !important;
}

.cf_m_t_445px {
  margin-top: 445px !important;
}

.cf_m_b_445px {
  margin-bottom: 445px !important;
}

.cf_m_r_445px {
  margin-right: 445px !important;
}

.cf_m_l_445px {
  margin-left: 445px !important;
}

.cf_p_t_445px {
  padding-top: 445px !important;
}

.cf_p_b_445px {
  padding-bottom: 445px !important;
}

.cf_p_r_445px {
  padding-right: 445px !important;
}

.cf_p_l_445px {
  padding-left: 445px !important;
}

.cf_m_t_450px {
  margin-top: 450px !important;
}

.cf_m_b_450px {
  margin-bottom: 450px !important;
}

.cf_m_r_450px {
  margin-right: 450px !important;
}

.cf_m_l_450px {
  margin-left: 450px !important;
}

.cf_p_t_450px {
  padding-top: 450px !important;
}

.cf_p_b_450px {
  padding-bottom: 450px !important;
}

.cf_p_r_450px {
  padding-right: 450px !important;
}

.cf_p_l_450px {
  padding-left: 450px !important;
}

.cf_m_t_455px {
  margin-top: 455px !important;
}

.cf_m_b_455px {
  margin-bottom: 455px !important;
}

.cf_m_r_455px {
  margin-right: 455px !important;
}

.cf_m_l_455px {
  margin-left: 455px !important;
}

.cf_p_t_455px {
  padding-top: 455px !important;
}

.cf_p_b_455px {
  padding-bottom: 455px !important;
}

.cf_p_r_455px {
  padding-right: 455px !important;
}

.cf_p_l_455px {
  padding-left: 455px !important;
}

.cf_m_t_460px {
  margin-top: 460px !important;
}

.cf_m_b_460px {
  margin-bottom: 460px !important;
}

.cf_m_r_460px {
  margin-right: 460px !important;
}

.cf_m_l_460px {
  margin-left: 460px !important;
}

.cf_p_t_460px {
  padding-top: 460px !important;
}

.cf_p_b_460px {
  padding-bottom: 460px !important;
}

.cf_p_r_460px {
  padding-right: 460px !important;
}

.cf_p_l_460px {
  padding-left: 460px !important;
}

.cf_m_t_465px {
  margin-top: 465px !important;
}

.cf_m_b_465px {
  margin-bottom: 465px !important;
}

.cf_m_r_465px {
  margin-right: 465px !important;
}

.cf_m_l_465px {
  margin-left: 465px !important;
}

.cf_p_t_465px {
  padding-top: 465px !important;
}

.cf_p_b_465px {
  padding-bottom: 465px !important;
}

.cf_p_r_465px {
  padding-right: 465px !important;
}

.cf_p_l_465px {
  padding-left: 465px !important;
}

.cf_m_t_470px {
  margin-top: 470px !important;
}

.cf_m_b_470px {
  margin-bottom: 470px !important;
}

.cf_m_r_470px {
  margin-right: 470px !important;
}

.cf_m_l_470px {
  margin-left: 470px !important;
}

.cf_p_t_470px {
  padding-top: 470px !important;
}

.cf_p_b_470px {
  padding-bottom: 470px !important;
}

.cf_p_r_470px {
  padding-right: 470px !important;
}

.cf_p_l_470px {
  padding-left: 470px !important;
}

.cf_m_t_475px {
  margin-top: 475px !important;
}

.cf_m_b_475px {
  margin-bottom: 475px !important;
}

.cf_m_r_475px {
  margin-right: 475px !important;
}

.cf_m_l_475px {
  margin-left: 475px !important;
}

.cf_p_t_475px {
  padding-top: 475px !important;
}

.cf_p_b_475px {
  padding-bottom: 475px !important;
}

.cf_p_r_475px {
  padding-right: 475px !important;
}

.cf_p_l_475px {
  padding-left: 475px !important;
}

.cf_m_t_480px {
  margin-top: 480px !important;
}

.cf_m_b_480px {
  margin-bottom: 480px !important;
}

.cf_m_r_480px {
  margin-right: 480px !important;
}

.cf_m_l_480px {
  margin-left: 480px !important;
}

.cf_p_t_480px {
  padding-top: 480px !important;
}

.cf_p_b_480px {
  padding-bottom: 480px !important;
}

.cf_p_r_480px {
  padding-right: 480px !important;
}

.cf_p_l_480px {
  padding-left: 480px !important;
}

.cf_m_t_485px {
  margin-top: 485px !important;
}

.cf_m_b_485px {
  margin-bottom: 485px !important;
}

.cf_m_r_485px {
  margin-right: 485px !important;
}

.cf_m_l_485px {
  margin-left: 485px !important;
}

.cf_p_t_485px {
  padding-top: 485px !important;
}

.cf_p_b_485px {
  padding-bottom: 485px !important;
}

.cf_p_r_485px {
  padding-right: 485px !important;
}

.cf_p_l_485px {
  padding-left: 485px !important;
}

.cf_m_t_490px {
  margin-top: 490px !important;
}

.cf_m_b_490px {
  margin-bottom: 490px !important;
}

.cf_m_r_490px {
  margin-right: 490px !important;
}

.cf_m_l_490px {
  margin-left: 490px !important;
}

.cf_p_t_490px {
  padding-top: 490px !important;
}

.cf_p_b_490px {
  padding-bottom: 490px !important;
}

.cf_p_r_490px {
  padding-right: 490px !important;
}

.cf_p_l_490px {
  padding-left: 490px !important;
}

.cf_m_t_495px {
  margin-top: 495px !important;
}

.cf_m_b_495px {
  margin-bottom: 495px !important;
}

.cf_m_r_495px {
  margin-right: 495px !important;
}

.cf_m_l_495px {
  margin-left: 495px !important;
}

.cf_p_t_495px {
  padding-top: 495px !important;
}

.cf_p_b_495px {
  padding-bottom: 495px !important;
}

.cf_p_r_495px {
  padding-right: 495px !important;
}

.cf_p_l_495px {
  padding-left: 495px !important;
}

.cf_m_t_500px {
  margin-top: 500px !important;
}

.cf_m_b_500px {
  margin-bottom: 500px !important;
}

.cf_m_r_500px {
  margin-right: 500px !important;
}

.cf_m_l_500px {
  margin-left: 500px !important;
}

.cf_p_t_500px {
  padding-top: 500px !important;
}

.cf_p_b_500px {
  padding-bottom: 500px !important;
}

.cf_p_r_500px {
  padding-right: 500px !important;
}

.cf_p_l_500px {
  padding-left: 500px !important;
}

.cf_m_t_505px {
  margin-top: 505px !important;
}

.cf_m_b_505px {
  margin-bottom: 505px !important;
}

.cf_m_r_505px {
  margin-right: 505px !important;
}

.cf_m_l_505px {
  margin-left: 505px !important;
}

.cf_p_t_505px {
  padding-top: 505px !important;
}

.cf_p_b_505px {
  padding-bottom: 505px !important;
}

.cf_p_r_505px {
  padding-right: 505px !important;
}

.cf_p_l_505px {
  padding-left: 505px !important;
}

.cf_m_t_510px {
  margin-top: 510px !important;
}

.cf_m_b_510px {
  margin-bottom: 510px !important;
}

.cf_m_r_510px {
  margin-right: 510px !important;
}

.cf_m_l_510px {
  margin-left: 510px !important;
}

.cf_p_t_510px {
  padding-top: 510px !important;
}

.cf_p_b_510px {
  padding-bottom: 510px !important;
}

.cf_p_r_510px {
  padding-right: 510px !important;
}

.cf_p_l_510px {
  padding-left: 510px !important;
}

.cf_m_t_515px {
  margin-top: 515px !important;
}

.cf_m_b_515px {
  margin-bottom: 515px !important;
}

.cf_m_r_515px {
  margin-right: 515px !important;
}

.cf_m_l_515px {
  margin-left: 515px !important;
}

.cf_p_t_515px {
  padding-top: 515px !important;
}

.cf_p_b_515px {
  padding-bottom: 515px !important;
}

.cf_p_r_515px {
  padding-right: 515px !important;
}

.cf_p_l_515px {
  padding-left: 515px !important;
}

.cf_m_t_520px {
  margin-top: 520px !important;
}

.cf_m_b_520px {
  margin-bottom: 520px !important;
}

.cf_m_r_520px {
  margin-right: 520px !important;
}

.cf_m_l_520px {
  margin-left: 520px !important;
}

.cf_p_t_520px {
  padding-top: 520px !important;
}

.cf_p_b_520px {
  padding-bottom: 520px !important;
}

.cf_p_r_520px {
  padding-right: 520px !important;
}

.cf_p_l_520px {
  padding-left: 520px !important;
}

.cf_m_t_525px {
  margin-top: 525px !important;
}

.cf_m_b_525px {
  margin-bottom: 525px !important;
}

.cf_m_r_525px {
  margin-right: 525px !important;
}

.cf_m_l_525px {
  margin-left: 525px !important;
}

.cf_p_t_525px {
  padding-top: 525px !important;
}

.cf_p_b_525px {
  padding-bottom: 525px !important;
}

.cf_p_r_525px {
  padding-right: 525px !important;
}

.cf_p_l_525px {
  padding-left: 525px !important;
}

.cf_m_t_530px {
  margin-top: 530px !important;
}

.cf_m_b_530px {
  margin-bottom: 530px !important;
}

.cf_m_r_530px {
  margin-right: 530px !important;
}

.cf_m_l_530px {
  margin-left: 530px !important;
}

.cf_p_t_530px {
  padding-top: 530px !important;
}

.cf_p_b_530px {
  padding-bottom: 530px !important;
}

.cf_p_r_530px {
  padding-right: 530px !important;
}

.cf_p_l_530px {
  padding-left: 530px !important;
}

.cf_m_t_535px {
  margin-top: 535px !important;
}

.cf_m_b_535px {
  margin-bottom: 535px !important;
}

.cf_m_r_535px {
  margin-right: 535px !important;
}

.cf_m_l_535px {
  margin-left: 535px !important;
}

.cf_p_t_535px {
  padding-top: 535px !important;
}

.cf_p_b_535px {
  padding-bottom: 535px !important;
}

.cf_p_r_535px {
  padding-right: 535px !important;
}

.cf_p_l_535px {
  padding-left: 535px !important;
}

.cf_m_t_540px {
  margin-top: 540px !important;
}

.cf_m_b_540px {
  margin-bottom: 540px !important;
}

.cf_m_r_540px {
  margin-right: 540px !important;
}

.cf_m_l_540px {
  margin-left: 540px !important;
}

.cf_p_t_540px {
  padding-top: 540px !important;
}

.cf_p_b_540px {
  padding-bottom: 540px !important;
}

.cf_p_r_540px {
  padding-right: 540px !important;
}

.cf_p_l_540px {
  padding-left: 540px !important;
}

.cf_m_t_545px {
  margin-top: 545px !important;
}

.cf_m_b_545px {
  margin-bottom: 545px !important;
}

.cf_m_r_545px {
  margin-right: 545px !important;
}

.cf_m_l_545px {
  margin-left: 545px !important;
}

.cf_p_t_545px {
  padding-top: 545px !important;
}

.cf_p_b_545px {
  padding-bottom: 545px !important;
}

.cf_p_r_545px {
  padding-right: 545px !important;
}

.cf_p_l_545px {
  padding-left: 545px !important;
}

.cf_m_t_550px {
  margin-top: 550px !important;
}

.cf_m_b_550px {
  margin-bottom: 550px !important;
}

.cf_m_r_550px {
  margin-right: 550px !important;
}

.cf_m_l_550px {
  margin-left: 550px !important;
}

.cf_p_t_550px {
  padding-top: 550px !important;
}

.cf_p_b_550px {
  padding-bottom: 550px !important;
}

.cf_p_r_550px {
  padding-right: 550px !important;
}

.cf_p_l_550px {
  padding-left: 550px !important;
}

.cf_m_t_555px {
  margin-top: 555px !important;
}

.cf_m_b_555px {
  margin-bottom: 555px !important;
}

.cf_m_r_555px {
  margin-right: 555px !important;
}

.cf_m_l_555px {
  margin-left: 555px !important;
}

.cf_p_t_555px {
  padding-top: 555px !important;
}

.cf_p_b_555px {
  padding-bottom: 555px !important;
}

.cf_p_r_555px {
  padding-right: 555px !important;
}

.cf_p_l_555px {
  padding-left: 555px !important;
}

.cf_m_t_560px {
  margin-top: 560px !important;
}

.cf_m_b_560px {
  margin-bottom: 560px !important;
}

.cf_m_r_560px {
  margin-right: 560px !important;
}

.cf_m_l_560px {
  margin-left: 560px !important;
}

.cf_p_t_560px {
  padding-top: 560px !important;
}

.cf_p_b_560px {
  padding-bottom: 560px !important;
}

.cf_p_r_560px {
  padding-right: 560px !important;
}

.cf_p_l_560px {
  padding-left: 560px !important;
}

.cf_m_t_565px {
  margin-top: 565px !important;
}

.cf_m_b_565px {
  margin-bottom: 565px !important;
}

.cf_m_r_565px {
  margin-right: 565px !important;
}

.cf_m_l_565px {
  margin-left: 565px !important;
}

.cf_p_t_565px {
  padding-top: 565px !important;
}

.cf_p_b_565px {
  padding-bottom: 565px !important;
}

.cf_p_r_565px {
  padding-right: 565px !important;
}

.cf_p_l_565px {
  padding-left: 565px !important;
}

.cf_m_t_570px {
  margin-top: 570px !important;
}

.cf_m_b_570px {
  margin-bottom: 570px !important;
}

.cf_m_r_570px {
  margin-right: 570px !important;
}

.cf_m_l_570px {
  margin-left: 570px !important;
}

.cf_p_t_570px {
  padding-top: 570px !important;
}

.cf_p_b_570px {
  padding-bottom: 570px !important;
}

.cf_p_r_570px {
  padding-right: 570px !important;
}

.cf_p_l_570px {
  padding-left: 570px !important;
}

.cf_m_t_575px {
  margin-top: 575px !important;
}

.cf_m_b_575px {
  margin-bottom: 575px !important;
}

.cf_m_r_575px {
  margin-right: 575px !important;
}

.cf_m_l_575px {
  margin-left: 575px !important;
}

.cf_p_t_575px {
  padding-top: 575px !important;
}

.cf_p_b_575px {
  padding-bottom: 575px !important;
}

.cf_p_r_575px {
  padding-right: 575px !important;
}

.cf_p_l_575px {
  padding-left: 575px !important;
}

.cf_m_t_580px {
  margin-top: 580px !important;
}

.cf_m_b_580px {
  margin-bottom: 580px !important;
}

.cf_m_r_580px {
  margin-right: 580px !important;
}

.cf_m_l_580px {
  margin-left: 580px !important;
}

.cf_p_t_580px {
  padding-top: 580px !important;
}

.cf_p_b_580px {
  padding-bottom: 580px !important;
}

.cf_p_r_580px {
  padding-right: 580px !important;
}

.cf_p_l_580px {
  padding-left: 580px !important;
}

.cf_m_t_585px {
  margin-top: 585px !important;
}

.cf_m_b_585px {
  margin-bottom: 585px !important;
}

.cf_m_r_585px {
  margin-right: 585px !important;
}

.cf_m_l_585px {
  margin-left: 585px !important;
}

.cf_p_t_585px {
  padding-top: 585px !important;
}

.cf_p_b_585px {
  padding-bottom: 585px !important;
}

.cf_p_r_585px {
  padding-right: 585px !important;
}

.cf_p_l_585px {
  padding-left: 585px !important;
}

.cf_m_t_590px {
  margin-top: 590px !important;
}

.cf_m_b_590px {
  margin-bottom: 590px !important;
}

.cf_m_r_590px {
  margin-right: 590px !important;
}

.cf_m_l_590px {
  margin-left: 590px !important;
}

.cf_p_t_590px {
  padding-top: 590px !important;
}

.cf_p_b_590px {
  padding-bottom: 590px !important;
}

.cf_p_r_590px {
  padding-right: 590px !important;
}

.cf_p_l_590px {
  padding-left: 590px !important;
}

.cf_m_t_595px {
  margin-top: 595px !important;
}

.cf_m_b_595px {
  margin-bottom: 595px !important;
}

.cf_m_r_595px {
  margin-right: 595px !important;
}

.cf_m_l_595px {
  margin-left: 595px !important;
}

.cf_p_t_595px {
  padding-top: 595px !important;
}

.cf_p_b_595px {
  padding-bottom: 595px !important;
}

.cf_p_r_595px {
  padding-right: 595px !important;
}

.cf_p_l_595px {
  padding-left: 595px !important;
}

.cf_m_t_600px {
  margin-top: 600px !important;
}

.cf_m_b_600px {
  margin-bottom: 600px !important;
}

.cf_m_r_600px {
  margin-right: 600px !important;
}

.cf_m_l_600px {
  margin-left: 600px !important;
}

.cf_p_t_600px {
  padding-top: 600px !important;
}

.cf_p_b_600px {
  padding-bottom: 600px !important;
}

.cf_p_r_600px {
  padding-right: 600px !important;
}

.cf_p_l_600px {
  padding-left: 600px !important;
}

.cf_m_t_605px {
  margin-top: 605px !important;
}

.cf_m_b_605px {
  margin-bottom: 605px !important;
}

.cf_m_r_605px {
  margin-right: 605px !important;
}

.cf_m_l_605px {
  margin-left: 605px !important;
}

.cf_p_t_605px {
  padding-top: 605px !important;
}

.cf_p_b_605px {
  padding-bottom: 605px !important;
}

.cf_p_r_605px {
  padding-right: 605px !important;
}

.cf_p_l_605px {
  padding-left: 605px !important;
}

.cf_m_t_610px {
  margin-top: 610px !important;
}

.cf_m_b_610px {
  margin-bottom: 610px !important;
}

.cf_m_r_610px {
  margin-right: 610px !important;
}

.cf_m_l_610px {
  margin-left: 610px !important;
}

.cf_p_t_610px {
  padding-top: 610px !important;
}

.cf_p_b_610px {
  padding-bottom: 610px !important;
}

.cf_p_r_610px {
  padding-right: 610px !important;
}

.cf_p_l_610px {
  padding-left: 610px !important;
}

.cf_m_t_615px {
  margin-top: 615px !important;
}

.cf_m_b_615px {
  margin-bottom: 615px !important;
}

.cf_m_r_615px {
  margin-right: 615px !important;
}

.cf_m_l_615px {
  margin-left: 615px !important;
}

.cf_p_t_615px {
  padding-top: 615px !important;
}

.cf_p_b_615px {
  padding-bottom: 615px !important;
}

.cf_p_r_615px {
  padding-right: 615px !important;
}

.cf_p_l_615px {
  padding-left: 615px !important;
}

.cf_m_t_620px {
  margin-top: 620px !important;
}

.cf_m_b_620px {
  margin-bottom: 620px !important;
}

.cf_m_r_620px {
  margin-right: 620px !important;
}

.cf_m_l_620px {
  margin-left: 620px !important;
}

.cf_p_t_620px {
  padding-top: 620px !important;
}

.cf_p_b_620px {
  padding-bottom: 620px !important;
}

.cf_p_r_620px {
  padding-right: 620px !important;
}

.cf_p_l_620px {
  padding-left: 620px !important;
}

.cf_m_t_625px {
  margin-top: 625px !important;
}

.cf_m_b_625px {
  margin-bottom: 625px !important;
}

.cf_m_r_625px {
  margin-right: 625px !important;
}

.cf_m_l_625px {
  margin-left: 625px !important;
}

.cf_p_t_625px {
  padding-top: 625px !important;
}

.cf_p_b_625px {
  padding-bottom: 625px !important;
}

.cf_p_r_625px {
  padding-right: 625px !important;
}

.cf_p_l_625px {
  padding-left: 625px !important;
}

.cf_m_t_630px {
  margin-top: 630px !important;
}

.cf_m_b_630px {
  margin-bottom: 630px !important;
}

.cf_m_r_630px {
  margin-right: 630px !important;
}

.cf_m_l_630px {
  margin-left: 630px !important;
}

.cf_p_t_630px {
  padding-top: 630px !important;
}

.cf_p_b_630px {
  padding-bottom: 630px !important;
}

.cf_p_r_630px {
  padding-right: 630px !important;
}

.cf_p_l_630px {
  padding-left: 630px !important;
}

.cf_m_t_635px {
  margin-top: 635px !important;
}

.cf_m_b_635px {
  margin-bottom: 635px !important;
}

.cf_m_r_635px {
  margin-right: 635px !important;
}

.cf_m_l_635px {
  margin-left: 635px !important;
}

.cf_p_t_635px {
  padding-top: 635px !important;
}

.cf_p_b_635px {
  padding-bottom: 635px !important;
}

.cf_p_r_635px {
  padding-right: 635px !important;
}

.cf_p_l_635px {
  padding-left: 635px !important;
}

.cf_m_t_640px {
  margin-top: 640px !important;
}

.cf_m_b_640px {
  margin-bottom: 640px !important;
}

.cf_m_r_640px {
  margin-right: 640px !important;
}

.cf_m_l_640px {
  margin-left: 640px !important;
}

.cf_p_t_640px {
  padding-top: 640px !important;
}

.cf_p_b_640px {
  padding-bottom: 640px !important;
}

.cf_p_r_640px {
  padding-right: 640px !important;
}

.cf_p_l_640px {
  padding-left: 640px !important;
}

.cf_m_t_645px {
  margin-top: 645px !important;
}

.cf_m_b_645px {
  margin-bottom: 645px !important;
}

.cf_m_r_645px {
  margin-right: 645px !important;
}

.cf_m_l_645px {
  margin-left: 645px !important;
}

.cf_p_t_645px {
  padding-top: 645px !important;
}

.cf_p_b_645px {
  padding-bottom: 645px !important;
}

.cf_p_r_645px {
  padding-right: 645px !important;
}

.cf_p_l_645px {
  padding-left: 645px !important;
}

.cf_m_t_650px {
  margin-top: 650px !important;
}

.cf_m_b_650px {
  margin-bottom: 650px !important;
}

.cf_m_r_650px {
  margin-right: 650px !important;
}

.cf_m_l_650px {
  margin-left: 650px !important;
}

.cf_p_t_650px {
  padding-top: 650px !important;
}

.cf_p_b_650px {
  padding-bottom: 650px !important;
}

.cf_p_r_650px {
  padding-right: 650px !important;
}

.cf_p_l_650px {
  padding-left: 650px !important;
}

.cf_m_t_655px {
  margin-top: 655px !important;
}

.cf_m_b_655px {
  margin-bottom: 655px !important;
}

.cf_m_r_655px {
  margin-right: 655px !important;
}

.cf_m_l_655px {
  margin-left: 655px !important;
}

.cf_p_t_655px {
  padding-top: 655px !important;
}

.cf_p_b_655px {
  padding-bottom: 655px !important;
}

.cf_p_r_655px {
  padding-right: 655px !important;
}

.cf_p_l_655px {
  padding-left: 655px !important;
}

.cf_m_t_660px {
  margin-top: 660px !important;
}

.cf_m_b_660px {
  margin-bottom: 660px !important;
}

.cf_m_r_660px {
  margin-right: 660px !important;
}

.cf_m_l_660px {
  margin-left: 660px !important;
}

.cf_p_t_660px {
  padding-top: 660px !important;
}

.cf_p_b_660px {
  padding-bottom: 660px !important;
}

.cf_p_r_660px {
  padding-right: 660px !important;
}

.cf_p_l_660px {
  padding-left: 660px !important;
}

.cf_m_t_665px {
  margin-top: 665px !important;
}

.cf_m_b_665px {
  margin-bottom: 665px !important;
}

.cf_m_r_665px {
  margin-right: 665px !important;
}

.cf_m_l_665px {
  margin-left: 665px !important;
}

.cf_p_t_665px {
  padding-top: 665px !important;
}

.cf_p_b_665px {
  padding-bottom: 665px !important;
}

.cf_p_r_665px {
  padding-right: 665px !important;
}

.cf_p_l_665px {
  padding-left: 665px !important;
}

.cf_m_t_670px {
  margin-top: 670px !important;
}

.cf_m_b_670px {
  margin-bottom: 670px !important;
}

.cf_m_r_670px {
  margin-right: 670px !important;
}

.cf_m_l_670px {
  margin-left: 670px !important;
}

.cf_p_t_670px {
  padding-top: 670px !important;
}

.cf_p_b_670px {
  padding-bottom: 670px !important;
}

.cf_p_r_670px {
  padding-right: 670px !important;
}

.cf_p_l_670px {
  padding-left: 670px !important;
}

.cf_m_t_675px {
  margin-top: 675px !important;
}

.cf_m_b_675px {
  margin-bottom: 675px !important;
}

.cf_m_r_675px {
  margin-right: 675px !important;
}

.cf_m_l_675px {
  margin-left: 675px !important;
}

.cf_p_t_675px {
  padding-top: 675px !important;
}

.cf_p_b_675px {
  padding-bottom: 675px !important;
}

.cf_p_r_675px {
  padding-right: 675px !important;
}

.cf_p_l_675px {
  padding-left: 675px !important;
}

.cf_m_t_680px {
  margin-top: 680px !important;
}

.cf_m_b_680px {
  margin-bottom: 680px !important;
}

.cf_m_r_680px {
  margin-right: 680px !important;
}

.cf_m_l_680px {
  margin-left: 680px !important;
}

.cf_p_t_680px {
  padding-top: 680px !important;
}

.cf_p_b_680px {
  padding-bottom: 680px !important;
}

.cf_p_r_680px {
  padding-right: 680px !important;
}

.cf_p_l_680px {
  padding-left: 680px !important;
}

.cf_m_t_685px {
  margin-top: 685px !important;
}

.cf_m_b_685px {
  margin-bottom: 685px !important;
}

.cf_m_r_685px {
  margin-right: 685px !important;
}

.cf_m_l_685px {
  margin-left: 685px !important;
}

.cf_p_t_685px {
  padding-top: 685px !important;
}

.cf_p_b_685px {
  padding-bottom: 685px !important;
}

.cf_p_r_685px {
  padding-right: 685px !important;
}

.cf_p_l_685px {
  padding-left: 685px !important;
}

.cf_m_t_690px {
  margin-top: 690px !important;
}

.cf_m_b_690px {
  margin-bottom: 690px !important;
}

.cf_m_r_690px {
  margin-right: 690px !important;
}

.cf_m_l_690px {
  margin-left: 690px !important;
}

.cf_p_t_690px {
  padding-top: 690px !important;
}

.cf_p_b_690px {
  padding-bottom: 690px !important;
}

.cf_p_r_690px {
  padding-right: 690px !important;
}

.cf_p_l_690px {
  padding-left: 690px !important;
}

.cf_m_t_695px {
  margin-top: 695px !important;
}

.cf_m_b_695px {
  margin-bottom: 695px !important;
}

.cf_m_r_695px {
  margin-right: 695px !important;
}

.cf_m_l_695px {
  margin-left: 695px !important;
}

.cf_p_t_695px {
  padding-top: 695px !important;
}

.cf_p_b_695px {
  padding-bottom: 695px !important;
}

.cf_p_r_695px {
  padding-right: 695px !important;
}

.cf_p_l_695px {
  padding-left: 695px !important;
}

.cf_m_t_700px {
  margin-top: 700px !important;
}

.cf_m_b_700px {
  margin-bottom: 700px !important;
}

.cf_m_r_700px {
  margin-right: 700px !important;
}

.cf_m_l_700px {
  margin-left: 700px !important;
}

.cf_p_t_700px {
  padding-top: 700px !important;
}

.cf_p_b_700px {
  padding-bottom: 700px !important;
}

.cf_p_r_700px {
  padding-right: 700px !important;
}

.cf_p_l_700px {
  padding-left: 700px !important;
}

.cf_m_t_705px {
  margin-top: 705px !important;
}

.cf_m_b_705px {
  margin-bottom: 705px !important;
}

.cf_m_r_705px {
  margin-right: 705px !important;
}

.cf_m_l_705px {
  margin-left: 705px !important;
}

.cf_p_t_705px {
  padding-top: 705px !important;
}

.cf_p_b_705px {
  padding-bottom: 705px !important;
}

.cf_p_r_705px {
  padding-right: 705px !important;
}

.cf_p_l_705px {
  padding-left: 705px !important;
}

.cf_m_t_710px {
  margin-top: 710px !important;
}

.cf_m_b_710px {
  margin-bottom: 710px !important;
}

.cf_m_r_710px {
  margin-right: 710px !important;
}

.cf_m_l_710px {
  margin-left: 710px !important;
}

.cf_p_t_710px {
  padding-top: 710px !important;
}

.cf_p_b_710px {
  padding-bottom: 710px !important;
}

.cf_p_r_710px {
  padding-right: 710px !important;
}

.cf_p_l_710px {
  padding-left: 710px !important;
}

.cf_m_t_715px {
  margin-top: 715px !important;
}

.cf_m_b_715px {
  margin-bottom: 715px !important;
}

.cf_m_r_715px {
  margin-right: 715px !important;
}

.cf_m_l_715px {
  margin-left: 715px !important;
}

.cf_p_t_715px {
  padding-top: 715px !important;
}

.cf_p_b_715px {
  padding-bottom: 715px !important;
}

.cf_p_r_715px {
  padding-right: 715px !important;
}

.cf_p_l_715px {
  padding-left: 715px !important;
}

.cf_m_t_720px {
  margin-top: 720px !important;
}

.cf_m_b_720px {
  margin-bottom: 720px !important;
}

.cf_m_r_720px {
  margin-right: 720px !important;
}

.cf_m_l_720px {
  margin-left: 720px !important;
}

.cf_p_t_720px {
  padding-top: 720px !important;
}

.cf_p_b_720px {
  padding-bottom: 720px !important;
}

.cf_p_r_720px {
  padding-right: 720px !important;
}

.cf_p_l_720px {
  padding-left: 720px !important;
}

.cf_m_t_725px {
  margin-top: 725px !important;
}

.cf_m_b_725px {
  margin-bottom: 725px !important;
}

.cf_m_r_725px {
  margin-right: 725px !important;
}

.cf_m_l_725px {
  margin-left: 725px !important;
}

.cf_p_t_725px {
  padding-top: 725px !important;
}

.cf_p_b_725px {
  padding-bottom: 725px !important;
}

.cf_p_r_725px {
  padding-right: 725px !important;
}

.cf_p_l_725px {
  padding-left: 725px !important;
}

.cf_m_t_730px {
  margin-top: 730px !important;
}

.cf_m_b_730px {
  margin-bottom: 730px !important;
}

.cf_m_r_730px {
  margin-right: 730px !important;
}

.cf_m_l_730px {
  margin-left: 730px !important;
}

.cf_p_t_730px {
  padding-top: 730px !important;
}

.cf_p_b_730px {
  padding-bottom: 730px !important;
}

.cf_p_r_730px {
  padding-right: 730px !important;
}

.cf_p_l_730px {
  padding-left: 730px !important;
}

.cf_m_t_735px {
  margin-top: 735px !important;
}

.cf_m_b_735px {
  margin-bottom: 735px !important;
}

.cf_m_r_735px {
  margin-right: 735px !important;
}

.cf_m_l_735px {
  margin-left: 735px !important;
}

.cf_p_t_735px {
  padding-top: 735px !important;
}

.cf_p_b_735px {
  padding-bottom: 735px !important;
}

.cf_p_r_735px {
  padding-right: 735px !important;
}

.cf_p_l_735px {
  padding-left: 735px !important;
}

.cf_m_t_740px {
  margin-top: 740px !important;
}

.cf_m_b_740px {
  margin-bottom: 740px !important;
}

.cf_m_r_740px {
  margin-right: 740px !important;
}

.cf_m_l_740px {
  margin-left: 740px !important;
}

.cf_p_t_740px {
  padding-top: 740px !important;
}

.cf_p_b_740px {
  padding-bottom: 740px !important;
}

.cf_p_r_740px {
  padding-right: 740px !important;
}

.cf_p_l_740px {
  padding-left: 740px !important;
}

.cf_m_t_745px {
  margin-top: 745px !important;
}

.cf_m_b_745px {
  margin-bottom: 745px !important;
}

.cf_m_r_745px {
  margin-right: 745px !important;
}

.cf_m_l_745px {
  margin-left: 745px !important;
}

.cf_p_t_745px {
  padding-top: 745px !important;
}

.cf_p_b_745px {
  padding-bottom: 745px !important;
}

.cf_p_r_745px {
  padding-right: 745px !important;
}

.cf_p_l_745px {
  padding-left: 745px !important;
}

.cf_m_t_750px {
  margin-top: 750px !important;
}

.cf_m_b_750px {
  margin-bottom: 750px !important;
}

.cf_m_r_750px {
  margin-right: 750px !important;
}

.cf_m_l_750px {
  margin-left: 750px !important;
}

.cf_p_t_750px {
  padding-top: 750px !important;
}

.cf_p_b_750px {
  padding-bottom: 750px !important;
}

.cf_p_r_750px {
  padding-right: 750px !important;
}

.cf_p_l_750px {
  padding-left: 750px !important;
}

.cf_m_t_755px {
  margin-top: 755px !important;
}

.cf_m_b_755px {
  margin-bottom: 755px !important;
}

.cf_m_r_755px {
  margin-right: 755px !important;
}

.cf_m_l_755px {
  margin-left: 755px !important;
}

.cf_p_t_755px {
  padding-top: 755px !important;
}

.cf_p_b_755px {
  padding-bottom: 755px !important;
}

.cf_p_r_755px {
  padding-right: 755px !important;
}

.cf_p_l_755px {
  padding-left: 755px !important;
}

.cf_m_t_760px {
  margin-top: 760px !important;
}

.cf_m_b_760px {
  margin-bottom: 760px !important;
}

.cf_m_r_760px {
  margin-right: 760px !important;
}

.cf_m_l_760px {
  margin-left: 760px !important;
}

.cf_p_t_760px {
  padding-top: 760px !important;
}

.cf_p_b_760px {
  padding-bottom: 760px !important;
}

.cf_p_r_760px {
  padding-right: 760px !important;
}

.cf_p_l_760px {
  padding-left: 760px !important;
}

.cf_m_t_765px {
  margin-top: 765px !important;
}

.cf_m_b_765px {
  margin-bottom: 765px !important;
}

.cf_m_r_765px {
  margin-right: 765px !important;
}

.cf_m_l_765px {
  margin-left: 765px !important;
}

.cf_p_t_765px {
  padding-top: 765px !important;
}

.cf_p_b_765px {
  padding-bottom: 765px !important;
}

.cf_p_r_765px {
  padding-right: 765px !important;
}

.cf_p_l_765px {
  padding-left: 765px !important;
}

.cf_m_t_770px {
  margin-top: 770px !important;
}

.cf_m_b_770px {
  margin-bottom: 770px !important;
}

.cf_m_r_770px {
  margin-right: 770px !important;
}

.cf_m_l_770px {
  margin-left: 770px !important;
}

.cf_p_t_770px {
  padding-top: 770px !important;
}

.cf_p_b_770px {
  padding-bottom: 770px !important;
}

.cf_p_r_770px {
  padding-right: 770px !important;
}

.cf_p_l_770px {
  padding-left: 770px !important;
}

.cf_m_t_775px {
  margin-top: 775px !important;
}

.cf_m_b_775px {
  margin-bottom: 775px !important;
}

.cf_m_r_775px {
  margin-right: 775px !important;
}

.cf_m_l_775px {
  margin-left: 775px !important;
}

.cf_p_t_775px {
  padding-top: 775px !important;
}

.cf_p_b_775px {
  padding-bottom: 775px !important;
}

.cf_p_r_775px {
  padding-right: 775px !important;
}

.cf_p_l_775px {
  padding-left: 775px !important;
}

.cf_m_t_780px {
  margin-top: 780px !important;
}

.cf_m_b_780px {
  margin-bottom: 780px !important;
}

.cf_m_r_780px {
  margin-right: 780px !important;
}

.cf_m_l_780px {
  margin-left: 780px !important;
}

.cf_p_t_780px {
  padding-top: 780px !important;
}

.cf_p_b_780px {
  padding-bottom: 780px !important;
}

.cf_p_r_780px {
  padding-right: 780px !important;
}

.cf_p_l_780px {
  padding-left: 780px !important;
}

.cf_m_t_785px {
  margin-top: 785px !important;
}

.cf_m_b_785px {
  margin-bottom: 785px !important;
}

.cf_m_r_785px {
  margin-right: 785px !important;
}

.cf_m_l_785px {
  margin-left: 785px !important;
}

.cf_p_t_785px {
  padding-top: 785px !important;
}

.cf_p_b_785px {
  padding-bottom: 785px !important;
}

.cf_p_r_785px {
  padding-right: 785px !important;
}

.cf_p_l_785px {
  padding-left: 785px !important;
}

.cf_m_t_790px {
  margin-top: 790px !important;
}

.cf_m_b_790px {
  margin-bottom: 790px !important;
}

.cf_m_r_790px {
  margin-right: 790px !important;
}

.cf_m_l_790px {
  margin-left: 790px !important;
}

.cf_p_t_790px {
  padding-top: 790px !important;
}

.cf_p_b_790px {
  padding-bottom: 790px !important;
}

.cf_p_r_790px {
  padding-right: 790px !important;
}

.cf_p_l_790px {
  padding-left: 790px !important;
}

.cf_m_t_795px {
  margin-top: 795px !important;
}

.cf_m_b_795px {
  margin-bottom: 795px !important;
}

.cf_m_r_795px {
  margin-right: 795px !important;
}

.cf_m_l_795px {
  margin-left: 795px !important;
}

.cf_p_t_795px {
  padding-top: 795px !important;
}

.cf_p_b_795px {
  padding-bottom: 795px !important;
}

.cf_p_r_795px {
  padding-right: 795px !important;
}

.cf_p_l_795px {
  padding-left: 795px !important;
}

.cf_m_t_800px {
  margin-top: 800px !important;
}

.cf_m_b_800px {
  margin-bottom: 800px !important;
}

.cf_m_r_800px {
  margin-right: 800px !important;
}

.cf_m_l_800px {
  margin-left: 800px !important;
}

.cf_p_t_800px {
  padding-top: 800px !important;
}

.cf_p_b_800px {
  padding-bottom: 800px !important;
}

.cf_p_r_800px {
  padding-right: 800px !important;
}

.cf_p_l_800px {
  padding-left: 800px !important;
}

.cf_m_t_805px {
  margin-top: 805px !important;
}

.cf_m_b_805px {
  margin-bottom: 805px !important;
}

.cf_m_r_805px {
  margin-right: 805px !important;
}

.cf_m_l_805px {
  margin-left: 805px !important;
}

.cf_p_t_805px {
  padding-top: 805px !important;
}

.cf_p_b_805px {
  padding-bottom: 805px !important;
}

.cf_p_r_805px {
  padding-right: 805px !important;
}

.cf_p_l_805px {
  padding-left: 805px !important;
}

.cf_m_t_810px {
  margin-top: 810px !important;
}

.cf_m_b_810px {
  margin-bottom: 810px !important;
}

.cf_m_r_810px {
  margin-right: 810px !important;
}

.cf_m_l_810px {
  margin-left: 810px !important;
}

.cf_p_t_810px {
  padding-top: 810px !important;
}

.cf_p_b_810px {
  padding-bottom: 810px !important;
}

.cf_p_r_810px {
  padding-right: 810px !important;
}

.cf_p_l_810px {
  padding-left: 810px !important;
}

.cf_m_t_815px {
  margin-top: 815px !important;
}

.cf_m_b_815px {
  margin-bottom: 815px !important;
}

.cf_m_r_815px {
  margin-right: 815px !important;
}

.cf_m_l_815px {
  margin-left: 815px !important;
}

.cf_p_t_815px {
  padding-top: 815px !important;
}

.cf_p_b_815px {
  padding-bottom: 815px !important;
}

.cf_p_r_815px {
  padding-right: 815px !important;
}

.cf_p_l_815px {
  padding-left: 815px !important;
}

.cf_m_t_820px {
  margin-top: 820px !important;
}

.cf_m_b_820px {
  margin-bottom: 820px !important;
}

.cf_m_r_820px {
  margin-right: 820px !important;
}

.cf_m_l_820px {
  margin-left: 820px !important;
}

.cf_p_t_820px {
  padding-top: 820px !important;
}

.cf_p_b_820px {
  padding-bottom: 820px !important;
}

.cf_p_r_820px {
  padding-right: 820px !important;
}

.cf_p_l_820px {
  padding-left: 820px !important;
}

.cf_m_t_825px {
  margin-top: 825px !important;
}

.cf_m_b_825px {
  margin-bottom: 825px !important;
}

.cf_m_r_825px {
  margin-right: 825px !important;
}

.cf_m_l_825px {
  margin-left: 825px !important;
}

.cf_p_t_825px {
  padding-top: 825px !important;
}

.cf_p_b_825px {
  padding-bottom: 825px !important;
}

.cf_p_r_825px {
  padding-right: 825px !important;
}

.cf_p_l_825px {
  padding-left: 825px !important;
}

.cf_m_t_830px {
  margin-top: 830px !important;
}

.cf_m_b_830px {
  margin-bottom: 830px !important;
}

.cf_m_r_830px {
  margin-right: 830px !important;
}

.cf_m_l_830px {
  margin-left: 830px !important;
}

.cf_p_t_830px {
  padding-top: 830px !important;
}

.cf_p_b_830px {
  padding-bottom: 830px !important;
}

.cf_p_r_830px {
  padding-right: 830px !important;
}

.cf_p_l_830px {
  padding-left: 830px !important;
}

.cf_m_t_835px {
  margin-top: 835px !important;
}

.cf_m_b_835px {
  margin-bottom: 835px !important;
}

.cf_m_r_835px {
  margin-right: 835px !important;
}

.cf_m_l_835px {
  margin-left: 835px !important;
}

.cf_p_t_835px {
  padding-top: 835px !important;
}

.cf_p_b_835px {
  padding-bottom: 835px !important;
}

.cf_p_r_835px {
  padding-right: 835px !important;
}

.cf_p_l_835px {
  padding-left: 835px !important;
}

.cf_m_t_840px {
  margin-top: 840px !important;
}

.cf_m_b_840px {
  margin-bottom: 840px !important;
}

.cf_m_r_840px {
  margin-right: 840px !important;
}

.cf_m_l_840px {
  margin-left: 840px !important;
}

.cf_p_t_840px {
  padding-top: 840px !important;
}

.cf_p_b_840px {
  padding-bottom: 840px !important;
}

.cf_p_r_840px {
  padding-right: 840px !important;
}

.cf_p_l_840px {
  padding-left: 840px !important;
}

.cf_m_t_845px {
  margin-top: 845px !important;
}

.cf_m_b_845px {
  margin-bottom: 845px !important;
}

.cf_m_r_845px {
  margin-right: 845px !important;
}

.cf_m_l_845px {
  margin-left: 845px !important;
}

.cf_p_t_845px {
  padding-top: 845px !important;
}

.cf_p_b_845px {
  padding-bottom: 845px !important;
}

.cf_p_r_845px {
  padding-right: 845px !important;
}

.cf_p_l_845px {
  padding-left: 845px !important;
}

.cf_m_t_850px {
  margin-top: 850px !important;
}

.cf_m_b_850px {
  margin-bottom: 850px !important;
}

.cf_m_r_850px {
  margin-right: 850px !important;
}

.cf_m_l_850px {
  margin-left: 850px !important;
}

.cf_p_t_850px {
  padding-top: 850px !important;
}

.cf_p_b_850px {
  padding-bottom: 850px !important;
}

.cf_p_r_850px {
  padding-right: 850px !important;
}

.cf_p_l_850px {
  padding-left: 850px !important;
}

.cf_m_t_855px {
  margin-top: 855px !important;
}

.cf_m_b_855px {
  margin-bottom: 855px !important;
}

.cf_m_r_855px {
  margin-right: 855px !important;
}

.cf_m_l_855px {
  margin-left: 855px !important;
}

.cf_p_t_855px {
  padding-top: 855px !important;
}

.cf_p_b_855px {
  padding-bottom: 855px !important;
}

.cf_p_r_855px {
  padding-right: 855px !important;
}

.cf_p_l_855px {
  padding-left: 855px !important;
}

.cf_m_t_860px {
  margin-top: 860px !important;
}

.cf_m_b_860px {
  margin-bottom: 860px !important;
}

.cf_m_r_860px {
  margin-right: 860px !important;
}

.cf_m_l_860px {
  margin-left: 860px !important;
}

.cf_p_t_860px {
  padding-top: 860px !important;
}

.cf_p_b_860px {
  padding-bottom: 860px !important;
}

.cf_p_r_860px {
  padding-right: 860px !important;
}

.cf_p_l_860px {
  padding-left: 860px !important;
}

.cf_m_t_865px {
  margin-top: 865px !important;
}

.cf_m_b_865px {
  margin-bottom: 865px !important;
}

.cf_m_r_865px {
  margin-right: 865px !important;
}

.cf_m_l_865px {
  margin-left: 865px !important;
}

.cf_p_t_865px {
  padding-top: 865px !important;
}

.cf_p_b_865px {
  padding-bottom: 865px !important;
}

.cf_p_r_865px {
  padding-right: 865px !important;
}

.cf_p_l_865px {
  padding-left: 865px !important;
}

.cf_m_t_870px {
  margin-top: 870px !important;
}

.cf_m_b_870px {
  margin-bottom: 870px !important;
}

.cf_m_r_870px {
  margin-right: 870px !important;
}

.cf_m_l_870px {
  margin-left: 870px !important;
}

.cf_p_t_870px {
  padding-top: 870px !important;
}

.cf_p_b_870px {
  padding-bottom: 870px !important;
}

.cf_p_r_870px {
  padding-right: 870px !important;
}

.cf_p_l_870px {
  padding-left: 870px !important;
}

.cf_m_t_875px {
  margin-top: 875px !important;
}

.cf_m_b_875px {
  margin-bottom: 875px !important;
}

.cf_m_r_875px {
  margin-right: 875px !important;
}

.cf_m_l_875px {
  margin-left: 875px !important;
}

.cf_p_t_875px {
  padding-top: 875px !important;
}

.cf_p_b_875px {
  padding-bottom: 875px !important;
}

.cf_p_r_875px {
  padding-right: 875px !important;
}

.cf_p_l_875px {
  padding-left: 875px !important;
}

.cf_m_t_880px {
  margin-top: 880px !important;
}

.cf_m_b_880px {
  margin-bottom: 880px !important;
}

.cf_m_r_880px {
  margin-right: 880px !important;
}

.cf_m_l_880px {
  margin-left: 880px !important;
}

.cf_p_t_880px {
  padding-top: 880px !important;
}

.cf_p_b_880px {
  padding-bottom: 880px !important;
}

.cf_p_r_880px {
  padding-right: 880px !important;
}

.cf_p_l_880px {
  padding-left: 880px !important;
}

.cf_m_t_885px {
  margin-top: 885px !important;
}

.cf_m_b_885px {
  margin-bottom: 885px !important;
}

.cf_m_r_885px {
  margin-right: 885px !important;
}

.cf_m_l_885px {
  margin-left: 885px !important;
}

.cf_p_t_885px {
  padding-top: 885px !important;
}

.cf_p_b_885px {
  padding-bottom: 885px !important;
}

.cf_p_r_885px {
  padding-right: 885px !important;
}

.cf_p_l_885px {
  padding-left: 885px !important;
}

.cf_m_t_890px {
  margin-top: 890px !important;
}

.cf_m_b_890px {
  margin-bottom: 890px !important;
}

.cf_m_r_890px {
  margin-right: 890px !important;
}

.cf_m_l_890px {
  margin-left: 890px !important;
}

.cf_p_t_890px {
  padding-top: 890px !important;
}

.cf_p_b_890px {
  padding-bottom: 890px !important;
}

.cf_p_r_890px {
  padding-right: 890px !important;
}

.cf_p_l_890px {
  padding-left: 890px !important;
}

.cf_m_t_895px {
  margin-top: 895px !important;
}

.cf_m_b_895px {
  margin-bottom: 895px !important;
}

.cf_m_r_895px {
  margin-right: 895px !important;
}

.cf_m_l_895px {
  margin-left: 895px !important;
}

.cf_p_t_895px {
  padding-top: 895px !important;
}

.cf_p_b_895px {
  padding-bottom: 895px !important;
}

.cf_p_r_895px {
  padding-right: 895px !important;
}

.cf_p_l_895px {
  padding-left: 895px !important;
}

.cf_m_t_900px {
  margin-top: 900px !important;
}

.cf_m_b_900px {
  margin-bottom: 900px !important;
}

.cf_m_r_900px {
  margin-right: 900px !important;
}

.cf_m_l_900px {
  margin-left: 900px !important;
}

.cf_p_t_900px {
  padding-top: 900px !important;
}

.cf_p_b_900px {
  padding-bottom: 900px !important;
}

.cf_p_r_900px {
  padding-right: 900px !important;
}

.cf_p_l_900px {
  padding-left: 900px !important;
}

.cf_m_t_905px {
  margin-top: 905px !important;
}

.cf_m_b_905px {
  margin-bottom: 905px !important;
}

.cf_m_r_905px {
  margin-right: 905px !important;
}

.cf_m_l_905px {
  margin-left: 905px !important;
}

.cf_p_t_905px {
  padding-top: 905px !important;
}

.cf_p_b_905px {
  padding-bottom: 905px !important;
}

.cf_p_r_905px {
  padding-right: 905px !important;
}

.cf_p_l_905px {
  padding-left: 905px !important;
}

.cf_m_t_910px {
  margin-top: 910px !important;
}

.cf_m_b_910px {
  margin-bottom: 910px !important;
}

.cf_m_r_910px {
  margin-right: 910px !important;
}

.cf_m_l_910px {
  margin-left: 910px !important;
}

.cf_p_t_910px {
  padding-top: 910px !important;
}

.cf_p_b_910px {
  padding-bottom: 910px !important;
}

.cf_p_r_910px {
  padding-right: 910px !important;
}

.cf_p_l_910px {
  padding-left: 910px !important;
}

.cf_m_t_915px {
  margin-top: 915px !important;
}

.cf_m_b_915px {
  margin-bottom: 915px !important;
}

.cf_m_r_915px {
  margin-right: 915px !important;
}

.cf_m_l_915px {
  margin-left: 915px !important;
}

.cf_p_t_915px {
  padding-top: 915px !important;
}

.cf_p_b_915px {
  padding-bottom: 915px !important;
}

.cf_p_r_915px {
  padding-right: 915px !important;
}

.cf_p_l_915px {
  padding-left: 915px !important;
}

.cf_m_t_920px {
  margin-top: 920px !important;
}

.cf_m_b_920px {
  margin-bottom: 920px !important;
}

.cf_m_r_920px {
  margin-right: 920px !important;
}

.cf_m_l_920px {
  margin-left: 920px !important;
}

.cf_p_t_920px {
  padding-top: 920px !important;
}

.cf_p_b_920px {
  padding-bottom: 920px !important;
}

.cf_p_r_920px {
  padding-right: 920px !important;
}

.cf_p_l_920px {
  padding-left: 920px !important;
}

.cf_m_t_925px {
  margin-top: 925px !important;
}

.cf_m_b_925px {
  margin-bottom: 925px !important;
}

.cf_m_r_925px {
  margin-right: 925px !important;
}

.cf_m_l_925px {
  margin-left: 925px !important;
}

.cf_p_t_925px {
  padding-top: 925px !important;
}

.cf_p_b_925px {
  padding-bottom: 925px !important;
}

.cf_p_r_925px {
  padding-right: 925px !important;
}

.cf_p_l_925px {
  padding-left: 925px !important;
}

.cf_m_t_930px {
  margin-top: 930px !important;
}

.cf_m_b_930px {
  margin-bottom: 930px !important;
}

.cf_m_r_930px {
  margin-right: 930px !important;
}

.cf_m_l_930px {
  margin-left: 930px !important;
}

.cf_p_t_930px {
  padding-top: 930px !important;
}

.cf_p_b_930px {
  padding-bottom: 930px !important;
}

.cf_p_r_930px {
  padding-right: 930px !important;
}

.cf_p_l_930px {
  padding-left: 930px !important;
}

.cf_m_t_935px {
  margin-top: 935px !important;
}

.cf_m_b_935px {
  margin-bottom: 935px !important;
}

.cf_m_r_935px {
  margin-right: 935px !important;
}

.cf_m_l_935px {
  margin-left: 935px !important;
}

.cf_p_t_935px {
  padding-top: 935px !important;
}

.cf_p_b_935px {
  padding-bottom: 935px !important;
}

.cf_p_r_935px {
  padding-right: 935px !important;
}

.cf_p_l_935px {
  padding-left: 935px !important;
}

.cf_m_t_940px {
  margin-top: 940px !important;
}

.cf_m_b_940px {
  margin-bottom: 940px !important;
}

.cf_m_r_940px {
  margin-right: 940px !important;
}

.cf_m_l_940px {
  margin-left: 940px !important;
}

.cf_p_t_940px {
  padding-top: 940px !important;
}

.cf_p_b_940px {
  padding-bottom: 940px !important;
}

.cf_p_r_940px {
  padding-right: 940px !important;
}

.cf_p_l_940px {
  padding-left: 940px !important;
}

.cf_m_t_945px {
  margin-top: 945px !important;
}

.cf_m_b_945px {
  margin-bottom: 945px !important;
}

.cf_m_r_945px {
  margin-right: 945px !important;
}

.cf_m_l_945px {
  margin-left: 945px !important;
}

.cf_p_t_945px {
  padding-top: 945px !important;
}

.cf_p_b_945px {
  padding-bottom: 945px !important;
}

.cf_p_r_945px {
  padding-right: 945px !important;
}

.cf_p_l_945px {
  padding-left: 945px !important;
}

.cf_m_t_950px {
  margin-top: 950px !important;
}

.cf_m_b_950px {
  margin-bottom: 950px !important;
}

.cf_m_r_950px {
  margin-right: 950px !important;
}

.cf_m_l_950px {
  margin-left: 950px !important;
}

.cf_p_t_950px {
  padding-top: 950px !important;
}

.cf_p_b_950px {
  padding-bottom: 950px !important;
}

.cf_p_r_950px {
  padding-right: 950px !important;
}

.cf_p_l_950px {
  padding-left: 950px !important;
}

.cf_m_t_955px {
  margin-top: 955px !important;
}

.cf_m_b_955px {
  margin-bottom: 955px !important;
}

.cf_m_r_955px {
  margin-right: 955px !important;
}

.cf_m_l_955px {
  margin-left: 955px !important;
}

.cf_p_t_955px {
  padding-top: 955px !important;
}

.cf_p_b_955px {
  padding-bottom: 955px !important;
}

.cf_p_r_955px {
  padding-right: 955px !important;
}

.cf_p_l_955px {
  padding-left: 955px !important;
}

.cf_m_t_960px {
  margin-top: 960px !important;
}

.cf_m_b_960px {
  margin-bottom: 960px !important;
}

.cf_m_r_960px {
  margin-right: 960px !important;
}

.cf_m_l_960px {
  margin-left: 960px !important;
}

.cf_p_t_960px {
  padding-top: 960px !important;
}

.cf_p_b_960px {
  padding-bottom: 960px !important;
}

.cf_p_r_960px {
  padding-right: 960px !important;
}

.cf_p_l_960px {
  padding-left: 960px !important;
}

.cf_m_t_965px {
  margin-top: 965px !important;
}

.cf_m_b_965px {
  margin-bottom: 965px !important;
}

.cf_m_r_965px {
  margin-right: 965px !important;
}

.cf_m_l_965px {
  margin-left: 965px !important;
}

.cf_p_t_965px {
  padding-top: 965px !important;
}

.cf_p_b_965px {
  padding-bottom: 965px !important;
}

.cf_p_r_965px {
  padding-right: 965px !important;
}

.cf_p_l_965px {
  padding-left: 965px !important;
}

.cf_m_t_970px {
  margin-top: 970px !important;
}

.cf_m_b_970px {
  margin-bottom: 970px !important;
}

.cf_m_r_970px {
  margin-right: 970px !important;
}

.cf_m_l_970px {
  margin-left: 970px !important;
}

.cf_p_t_970px {
  padding-top: 970px !important;
}

.cf_p_b_970px {
  padding-bottom: 970px !important;
}

.cf_p_r_970px {
  padding-right: 970px !important;
}

.cf_p_l_970px {
  padding-left: 970px !important;
}

.cf_m_t_975px {
  margin-top: 975px !important;
}

.cf_m_b_975px {
  margin-bottom: 975px !important;
}

.cf_m_r_975px {
  margin-right: 975px !important;
}

.cf_m_l_975px {
  margin-left: 975px !important;
}

.cf_p_t_975px {
  padding-top: 975px !important;
}

.cf_p_b_975px {
  padding-bottom: 975px !important;
}

.cf_p_r_975px {
  padding-right: 975px !important;
}

.cf_p_l_975px {
  padding-left: 975px !important;
}

.cf_m_t_980px {
  margin-top: 980px !important;
}

.cf_m_b_980px {
  margin-bottom: 980px !important;
}

.cf_m_r_980px {
  margin-right: 980px !important;
}

.cf_m_l_980px {
  margin-left: 980px !important;
}

.cf_p_t_980px {
  padding-top: 980px !important;
}

.cf_p_b_980px {
  padding-bottom: 980px !important;
}

.cf_p_r_980px {
  padding-right: 980px !important;
}

.cf_p_l_980px {
  padding-left: 980px !important;
}

.cf_m_t_985px {
  margin-top: 985px !important;
}

.cf_m_b_985px {
  margin-bottom: 985px !important;
}

.cf_m_r_985px {
  margin-right: 985px !important;
}

.cf_m_l_985px {
  margin-left: 985px !important;
}

.cf_p_t_985px {
  padding-top: 985px !important;
}

.cf_p_b_985px {
  padding-bottom: 985px !important;
}

.cf_p_r_985px {
  padding-right: 985px !important;
}

.cf_p_l_985px {
  padding-left: 985px !important;
}

.cf_m_t_990px {
  margin-top: 990px !important;
}

.cf_m_b_990px {
  margin-bottom: 990px !important;
}

.cf_m_r_990px {
  margin-right: 990px !important;
}

.cf_m_l_990px {
  margin-left: 990px !important;
}

.cf_p_t_990px {
  padding-top: 990px !important;
}

.cf_p_b_990px {
  padding-bottom: 990px !important;
}

.cf_p_r_990px {
  padding-right: 990px !important;
}

.cf_p_l_990px {
  padding-left: 990px !important;
}

.cf_m_t_995px {
  margin-top: 995px !important;
}

.cf_m_b_995px {
  margin-bottom: 995px !important;
}

.cf_m_r_995px {
  margin-right: 995px !important;
}

.cf_m_l_995px {
  margin-left: 995px !important;
}

.cf_p_t_995px {
  padding-top: 995px !important;
}

.cf_p_b_995px {
  padding-bottom: 995px !important;
}

.cf_p_r_995px {
  padding-right: 995px !important;
}

.cf_p_l_995px {
  padding-left: 995px !important;
}

.cf_m_t_1000px {
  margin-top: 1000px !important;
}

.cf_m_b_1000px {
  margin-bottom: 1000px !important;
}

.cf_m_r_1000px {
  margin-right: 1000px !important;
}

.cf_m_l_1000px {
  margin-left: 1000px !important;
}

.cf_p_t_1000px {
  padding-top: 1000px !important;
}

.cf_p_b_1000px {
  padding-bottom: 1000px !important;
}

.cf_p_r_1000px {
  padding-right: 1000px !important;
}

.cf_p_l_1000px {
  padding-left: 1000px !important;
}

.cf_m_t_1005px {
  margin-top: 1005px !important;
}

.cf_m_b_1005px {
  margin-bottom: 1005px !important;
}

.cf_m_r_1005px {
  margin-right: 1005px !important;
}

.cf_m_l_1005px {
  margin-left: 1005px !important;
}

.cf_p_t_1005px {
  padding-top: 1005px !important;
}

.cf_p_b_1005px {
  padding-bottom: 1005px !important;
}

.cf_p_r_1005px {
  padding-right: 1005px !important;
}

.cf_p_l_1005px {
  padding-left: 1005px !important;
}

.cf_m_t_1010px {
  margin-top: 1010px !important;
}

.cf_m_b_1010px {
  margin-bottom: 1010px !important;
}

.cf_m_r_1010px {
  margin-right: 1010px !important;
}

.cf_m_l_1010px {
  margin-left: 1010px !important;
}

.cf_p_t_1010px {
  padding-top: 1010px !important;
}

.cf_p_b_1010px {
  padding-bottom: 1010px !important;
}

.cf_p_r_1010px {
  padding-right: 1010px !important;
}

.cf_p_l_1010px {
  padding-left: 1010px !important;
}

.cf_m_t_1015px {
  margin-top: 1015px !important;
}

.cf_m_b_1015px {
  margin-bottom: 1015px !important;
}

.cf_m_r_1015px {
  margin-right: 1015px !important;
}

.cf_m_l_1015px {
  margin-left: 1015px !important;
}

.cf_p_t_1015px {
  padding-top: 1015px !important;
}

.cf_p_b_1015px {
  padding-bottom: 1015px !important;
}

.cf_p_r_1015px {
  padding-right: 1015px !important;
}

.cf_p_l_1015px {
  padding-left: 1015px !important;
}

.cf_m_t_1020px {
  margin-top: 1020px !important;
}

.cf_m_b_1020px {
  margin-bottom: 1020px !important;
}

.cf_m_r_1020px {
  margin-right: 1020px !important;
}

.cf_m_l_1020px {
  margin-left: 1020px !important;
}

.cf_p_t_1020px {
  padding-top: 1020px !important;
}

.cf_p_b_1020px {
  padding-bottom: 1020px !important;
}

.cf_p_r_1020px {
  padding-right: 1020px !important;
}

.cf_p_l_1020px {
  padding-left: 1020px !important;
}

.cf_m_t_1025px {
  margin-top: 1025px !important;
}

.cf_m_b_1025px {
  margin-bottom: 1025px !important;
}

.cf_m_r_1025px {
  margin-right: 1025px !important;
}

.cf_m_l_1025px {
  margin-left: 1025px !important;
}

.cf_p_t_1025px {
  padding-top: 1025px !important;
}

.cf_p_b_1025px {
  padding-bottom: 1025px !important;
}

.cf_p_r_1025px {
  padding-right: 1025px !important;
}

.cf_p_l_1025px {
  padding-left: 1025px !important;
}

.cf_m_t_1030px {
  margin-top: 1030px !important;
}

.cf_m_b_1030px {
  margin-bottom: 1030px !important;
}

.cf_m_r_1030px {
  margin-right: 1030px !important;
}

.cf_m_l_1030px {
  margin-left: 1030px !important;
}

.cf_p_t_1030px {
  padding-top: 1030px !important;
}

.cf_p_b_1030px {
  padding-bottom: 1030px !important;
}

.cf_p_r_1030px {
  padding-right: 1030px !important;
}

.cf_p_l_1030px {
  padding-left: 1030px !important;
}

.cf_m_t_1035px {
  margin-top: 1035px !important;
}

.cf_m_b_1035px {
  margin-bottom: 1035px !important;
}

.cf_m_r_1035px {
  margin-right: 1035px !important;
}

.cf_m_l_1035px {
  margin-left: 1035px !important;
}

.cf_p_t_1035px {
  padding-top: 1035px !important;
}

.cf_p_b_1035px {
  padding-bottom: 1035px !important;
}

.cf_p_r_1035px {
  padding-right: 1035px !important;
}

.cf_p_l_1035px {
  padding-left: 1035px !important;
}

.cf_m_t_1040px {
  margin-top: 1040px !important;
}

.cf_m_b_1040px {
  margin-bottom: 1040px !important;
}

.cf_m_r_1040px {
  margin-right: 1040px !important;
}

.cf_m_l_1040px {
  margin-left: 1040px !important;
}

.cf_p_t_1040px {
  padding-top: 1040px !important;
}

.cf_p_b_1040px {
  padding-bottom: 1040px !important;
}

.cf_p_r_1040px {
  padding-right: 1040px !important;
}

.cf_p_l_1040px {
  padding-left: 1040px !important;
}

.cf_m_t_1045px {
  margin-top: 1045px !important;
}

.cf_m_b_1045px {
  margin-bottom: 1045px !important;
}

.cf_m_r_1045px {
  margin-right: 1045px !important;
}

.cf_m_l_1045px {
  margin-left: 1045px !important;
}

.cf_p_t_1045px {
  padding-top: 1045px !important;
}

.cf_p_b_1045px {
  padding-bottom: 1045px !important;
}

.cf_p_r_1045px {
  padding-right: 1045px !important;
}

.cf_p_l_1045px {
  padding-left: 1045px !important;
}

.cf_m_t_1050px {
  margin-top: 1050px !important;
}

.cf_m_b_1050px {
  margin-bottom: 1050px !important;
}

.cf_m_r_1050px {
  margin-right: 1050px !important;
}

.cf_m_l_1050px {
  margin-left: 1050px !important;
}

.cf_p_t_1050px {
  padding-top: 1050px !important;
}

.cf_p_b_1050px {
  padding-bottom: 1050px !important;
}

.cf_p_r_1050px {
  padding-right: 1050px !important;
}

.cf_p_l_1050px {
  padding-left: 1050px !important;
}

.cf_m_t_1055px {
  margin-top: 1055px !important;
}

.cf_m_b_1055px {
  margin-bottom: 1055px !important;
}

.cf_m_r_1055px {
  margin-right: 1055px !important;
}

.cf_m_l_1055px {
  margin-left: 1055px !important;
}

.cf_p_t_1055px {
  padding-top: 1055px !important;
}

.cf_p_b_1055px {
  padding-bottom: 1055px !important;
}

.cf_p_r_1055px {
  padding-right: 1055px !important;
}

.cf_p_l_1055px {
  padding-left: 1055px !important;
}

.cf_m_t_1060px {
  margin-top: 1060px !important;
}

.cf_m_b_1060px {
  margin-bottom: 1060px !important;
}

.cf_m_r_1060px {
  margin-right: 1060px !important;
}

.cf_m_l_1060px {
  margin-left: 1060px !important;
}

.cf_p_t_1060px {
  padding-top: 1060px !important;
}

.cf_p_b_1060px {
  padding-bottom: 1060px !important;
}

.cf_p_r_1060px {
  padding-right: 1060px !important;
}

.cf_p_l_1060px {
  padding-left: 1060px !important;
}

.cf_m_t_1065px {
  margin-top: 1065px !important;
}

.cf_m_b_1065px {
  margin-bottom: 1065px !important;
}

.cf_m_r_1065px {
  margin-right: 1065px !important;
}

.cf_m_l_1065px {
  margin-left: 1065px !important;
}

.cf_p_t_1065px {
  padding-top: 1065px !important;
}

.cf_p_b_1065px {
  padding-bottom: 1065px !important;
}

.cf_p_r_1065px {
  padding-right: 1065px !important;
}

.cf_p_l_1065px {
  padding-left: 1065px !important;
}

.cf_m_t_1070px {
  margin-top: 1070px !important;
}

.cf_m_b_1070px {
  margin-bottom: 1070px !important;
}

.cf_m_r_1070px {
  margin-right: 1070px !important;
}

.cf_m_l_1070px {
  margin-left: 1070px !important;
}

.cf_p_t_1070px {
  padding-top: 1070px !important;
}

.cf_p_b_1070px {
  padding-bottom: 1070px !important;
}

.cf_p_r_1070px {
  padding-right: 1070px !important;
}

.cf_p_l_1070px {
  padding-left: 1070px !important;
}

.cf_m_t_1075px {
  margin-top: 1075px !important;
}

.cf_m_b_1075px {
  margin-bottom: 1075px !important;
}

.cf_m_r_1075px {
  margin-right: 1075px !important;
}

.cf_m_l_1075px {
  margin-left: 1075px !important;
}

.cf_p_t_1075px {
  padding-top: 1075px !important;
}

.cf_p_b_1075px {
  padding-bottom: 1075px !important;
}

.cf_p_r_1075px {
  padding-right: 1075px !important;
}

.cf_p_l_1075px {
  padding-left: 1075px !important;
}

.cf_m_t_1080px {
  margin-top: 1080px !important;
}

.cf_m_b_1080px {
  margin-bottom: 1080px !important;
}

.cf_m_r_1080px {
  margin-right: 1080px !important;
}

.cf_m_l_1080px {
  margin-left: 1080px !important;
}

.cf_p_t_1080px {
  padding-top: 1080px !important;
}

.cf_p_b_1080px {
  padding-bottom: 1080px !important;
}

.cf_p_r_1080px {
  padding-right: 1080px !important;
}

.cf_p_l_1080px {
  padding-left: 1080px !important;
}

.cf_m_t_1085px {
  margin-top: 1085px !important;
}

.cf_m_b_1085px {
  margin-bottom: 1085px !important;
}

.cf_m_r_1085px {
  margin-right: 1085px !important;
}

.cf_m_l_1085px {
  margin-left: 1085px !important;
}

.cf_p_t_1085px {
  padding-top: 1085px !important;
}

.cf_p_b_1085px {
  padding-bottom: 1085px !important;
}

.cf_p_r_1085px {
  padding-right: 1085px !important;
}

.cf_p_l_1085px {
  padding-left: 1085px !important;
}

.cf_m_t_1090px {
  margin-top: 1090px !important;
}

.cf_m_b_1090px {
  margin-bottom: 1090px !important;
}

.cf_m_r_1090px {
  margin-right: 1090px !important;
}

.cf_m_l_1090px {
  margin-left: 1090px !important;
}

.cf_p_t_1090px {
  padding-top: 1090px !important;
}

.cf_p_b_1090px {
  padding-bottom: 1090px !important;
}

.cf_p_r_1090px {
  padding-right: 1090px !important;
}

.cf_p_l_1090px {
  padding-left: 1090px !important;
}

.cf_m_t_1095px {
  margin-top: 1095px !important;
}

.cf_m_b_1095px {
  margin-bottom: 1095px !important;
}

.cf_m_r_1095px {
  margin-right: 1095px !important;
}

.cf_m_l_1095px {
  margin-left: 1095px !important;
}

.cf_p_t_1095px {
  padding-top: 1095px !important;
}

.cf_p_b_1095px {
  padding-bottom: 1095px !important;
}

.cf_p_r_1095px {
  padding-right: 1095px !important;
}

.cf_p_l_1095px {
  padding-left: 1095px !important;
}

.cf_m_t_1100px {
  margin-top: 1100px !important;
}

.cf_m_b_1100px {
  margin-bottom: 1100px !important;
}

.cf_m_r_1100px {
  margin-right: 1100px !important;
}

.cf_m_l_1100px {
  margin-left: 1100px !important;
}

.cf_p_t_1100px {
  padding-top: 1100px !important;
}

.cf_p_b_1100px {
  padding-bottom: 1100px !important;
}

.cf_p_r_1100px {
  padding-right: 1100px !important;
}

.cf_p_l_1100px {
  padding-left: 1100px !important;
}

.cf_m_t_1105px {
  margin-top: 1105px !important;
}

.cf_m_b_1105px {
  margin-bottom: 1105px !important;
}

.cf_m_r_1105px {
  margin-right: 1105px !important;
}

.cf_m_l_1105px {
  margin-left: 1105px !important;
}

.cf_p_t_1105px {
  padding-top: 1105px !important;
}

.cf_p_b_1105px {
  padding-bottom: 1105px !important;
}

.cf_p_r_1105px {
  padding-right: 1105px !important;
}

.cf_p_l_1105px {
  padding-left: 1105px !important;
}

.cf_m_t_1110px {
  margin-top: 1110px !important;
}

.cf_m_b_1110px {
  margin-bottom: 1110px !important;
}

.cf_m_r_1110px {
  margin-right: 1110px !important;
}

.cf_m_l_1110px {
  margin-left: 1110px !important;
}

.cf_p_t_1110px {
  padding-top: 1110px !important;
}

.cf_p_b_1110px {
  padding-bottom: 1110px !important;
}

.cf_p_r_1110px {
  padding-right: 1110px !important;
}

.cf_p_l_1110px {
  padding-left: 1110px !important;
}

.cf_m_t_1115px {
  margin-top: 1115px !important;
}

.cf_m_b_1115px {
  margin-bottom: 1115px !important;
}

.cf_m_r_1115px {
  margin-right: 1115px !important;
}

.cf_m_l_1115px {
  margin-left: 1115px !important;
}

.cf_p_t_1115px {
  padding-top: 1115px !important;
}

.cf_p_b_1115px {
  padding-bottom: 1115px !important;
}

.cf_p_r_1115px {
  padding-right: 1115px !important;
}

.cf_p_l_1115px {
  padding-left: 1115px !important;
}

.cf_m_t_1120px {
  margin-top: 1120px !important;
}

.cf_m_b_1120px {
  margin-bottom: 1120px !important;
}

.cf_m_r_1120px {
  margin-right: 1120px !important;
}

.cf_m_l_1120px {
  margin-left: 1120px !important;
}

.cf_p_t_1120px {
  padding-top: 1120px !important;
}

.cf_p_b_1120px {
  padding-bottom: 1120px !important;
}

.cf_p_r_1120px {
  padding-right: 1120px !important;
}

.cf_p_l_1120px {
  padding-left: 1120px !important;
}

.cf_m_t_1125px {
  margin-top: 1125px !important;
}

.cf_m_b_1125px {
  margin-bottom: 1125px !important;
}

.cf_m_r_1125px {
  margin-right: 1125px !important;
}

.cf_m_l_1125px {
  margin-left: 1125px !important;
}

.cf_p_t_1125px {
  padding-top: 1125px !important;
}

.cf_p_b_1125px {
  padding-bottom: 1125px !important;
}

.cf_p_r_1125px {
  padding-right: 1125px !important;
}

.cf_p_l_1125px {
  padding-left: 1125px !important;
}

.cf_m_t_1130px {
  margin-top: 1130px !important;
}

.cf_m_b_1130px {
  margin-bottom: 1130px !important;
}

.cf_m_r_1130px {
  margin-right: 1130px !important;
}

.cf_m_l_1130px {
  margin-left: 1130px !important;
}

.cf_p_t_1130px {
  padding-top: 1130px !important;
}

.cf_p_b_1130px {
  padding-bottom: 1130px !important;
}

.cf_p_r_1130px {
  padding-right: 1130px !important;
}

.cf_p_l_1130px {
  padding-left: 1130px !important;
}

.cf_m_t_1135px {
  margin-top: 1135px !important;
}

.cf_m_b_1135px {
  margin-bottom: 1135px !important;
}

.cf_m_r_1135px {
  margin-right: 1135px !important;
}

.cf_m_l_1135px {
  margin-left: 1135px !important;
}

.cf_p_t_1135px {
  padding-top: 1135px !important;
}

.cf_p_b_1135px {
  padding-bottom: 1135px !important;
}

.cf_p_r_1135px {
  padding-right: 1135px !important;
}

.cf_p_l_1135px {
  padding-left: 1135px !important;
}

.cf_m_t_1140px {
  margin-top: 1140px !important;
}

.cf_m_b_1140px {
  margin-bottom: 1140px !important;
}

.cf_m_r_1140px {
  margin-right: 1140px !important;
}

.cf_m_l_1140px {
  margin-left: 1140px !important;
}

.cf_p_t_1140px {
  padding-top: 1140px !important;
}

.cf_p_b_1140px {
  padding-bottom: 1140px !important;
}

.cf_p_r_1140px {
  padding-right: 1140px !important;
}

.cf_p_l_1140px {
  padding-left: 1140px !important;
}

.cf_m_t_1145px {
  margin-top: 1145px !important;
}

.cf_m_b_1145px {
  margin-bottom: 1145px !important;
}

.cf_m_r_1145px {
  margin-right: 1145px !important;
}

.cf_m_l_1145px {
  margin-left: 1145px !important;
}

.cf_p_t_1145px {
  padding-top: 1145px !important;
}

.cf_p_b_1145px {
  padding-bottom: 1145px !important;
}

.cf_p_r_1145px {
  padding-right: 1145px !important;
}

.cf_p_l_1145px {
  padding-left: 1145px !important;
}

.cf_m_t_1150px {
  margin-top: 1150px !important;
}

.cf_m_b_1150px {
  margin-bottom: 1150px !important;
}

.cf_m_r_1150px {
  margin-right: 1150px !important;
}

.cf_m_l_1150px {
  margin-left: 1150px !important;
}

.cf_p_t_1150px {
  padding-top: 1150px !important;
}

.cf_p_b_1150px {
  padding-bottom: 1150px !important;
}

.cf_p_r_1150px {
  padding-right: 1150px !important;
}

.cf_p_l_1150px {
  padding-left: 1150px !important;
}

.cf_m_t_1155px {
  margin-top: 1155px !important;
}

.cf_m_b_1155px {
  margin-bottom: 1155px !important;
}

.cf_m_r_1155px {
  margin-right: 1155px !important;
}

.cf_m_l_1155px {
  margin-left: 1155px !important;
}

.cf_p_t_1155px {
  padding-top: 1155px !important;
}

.cf_p_b_1155px {
  padding-bottom: 1155px !important;
}

.cf_p_r_1155px {
  padding-right: 1155px !important;
}

.cf_p_l_1155px {
  padding-left: 1155px !important;
}

.cf_m_t_1160px {
  margin-top: 1160px !important;
}

.cf_m_b_1160px {
  margin-bottom: 1160px !important;
}

.cf_m_r_1160px {
  margin-right: 1160px !important;
}

.cf_m_l_1160px {
  margin-left: 1160px !important;
}

.cf_p_t_1160px {
  padding-top: 1160px !important;
}

.cf_p_b_1160px {
  padding-bottom: 1160px !important;
}

.cf_p_r_1160px {
  padding-right: 1160px !important;
}

.cf_p_l_1160px {
  padding-left: 1160px !important;
}

.cf_m_t_1165px {
  margin-top: 1165px !important;
}

.cf_m_b_1165px {
  margin-bottom: 1165px !important;
}

.cf_m_r_1165px {
  margin-right: 1165px !important;
}

.cf_m_l_1165px {
  margin-left: 1165px !important;
}

.cf_p_t_1165px {
  padding-top: 1165px !important;
}

.cf_p_b_1165px {
  padding-bottom: 1165px !important;
}

.cf_p_r_1165px {
  padding-right: 1165px !important;
}

.cf_p_l_1165px {
  padding-left: 1165px !important;
}

.cf_m_t_1170px {
  margin-top: 1170px !important;
}

.cf_m_b_1170px {
  margin-bottom: 1170px !important;
}

.cf_m_r_1170px {
  margin-right: 1170px !important;
}

.cf_m_l_1170px {
  margin-left: 1170px !important;
}

.cf_p_t_1170px {
  padding-top: 1170px !important;
}

.cf_p_b_1170px {
  padding-bottom: 1170px !important;
}

.cf_p_r_1170px {
  padding-right: 1170px !important;
}

.cf_p_l_1170px {
  padding-left: 1170px !important;
}

.cf_m_t_1175px {
  margin-top: 1175px !important;
}

.cf_m_b_1175px {
  margin-bottom: 1175px !important;
}

.cf_m_r_1175px {
  margin-right: 1175px !important;
}

.cf_m_l_1175px {
  margin-left: 1175px !important;
}

.cf_p_t_1175px {
  padding-top: 1175px !important;
}

.cf_p_b_1175px {
  padding-bottom: 1175px !important;
}

.cf_p_r_1175px {
  padding-right: 1175px !important;
}

.cf_p_l_1175px {
  padding-left: 1175px !important;
}

.cf_m_t_1180px {
  margin-top: 1180px !important;
}

.cf_m_b_1180px {
  margin-bottom: 1180px !important;
}

.cf_m_r_1180px {
  margin-right: 1180px !important;
}

.cf_m_l_1180px {
  margin-left: 1180px !important;
}

.cf_p_t_1180px {
  padding-top: 1180px !important;
}

.cf_p_b_1180px {
  padding-bottom: 1180px !important;
}

.cf_p_r_1180px {
  padding-right: 1180px !important;
}

.cf_p_l_1180px {
  padding-left: 1180px !important;
}

.cf_m_t_1185px {
  margin-top: 1185px !important;
}

.cf_m_b_1185px {
  margin-bottom: 1185px !important;
}

.cf_m_r_1185px {
  margin-right: 1185px !important;
}

.cf_m_l_1185px {
  margin-left: 1185px !important;
}

.cf_p_t_1185px {
  padding-top: 1185px !important;
}

.cf_p_b_1185px {
  padding-bottom: 1185px !important;
}

.cf_p_r_1185px {
  padding-right: 1185px !important;
}

.cf_p_l_1185px {
  padding-left: 1185px !important;
}

.cf_m_t_1190px {
  margin-top: 1190px !important;
}

.cf_m_b_1190px {
  margin-bottom: 1190px !important;
}

.cf_m_r_1190px {
  margin-right: 1190px !important;
}

.cf_m_l_1190px {
  margin-left: 1190px !important;
}

.cf_p_t_1190px {
  padding-top: 1190px !important;
}

.cf_p_b_1190px {
  padding-bottom: 1190px !important;
}

.cf_p_r_1190px {
  padding-right: 1190px !important;
}

.cf_p_l_1190px {
  padding-left: 1190px !important;
}

.cf_m_t_1195px {
  margin-top: 1195px !important;
}

.cf_m_b_1195px {
  margin-bottom: 1195px !important;
}

.cf_m_r_1195px {
  margin-right: 1195px !important;
}

.cf_m_l_1195px {
  margin-left: 1195px !important;
}

.cf_p_t_1195px {
  padding-top: 1195px !important;
}

.cf_p_b_1195px {
  padding-bottom: 1195px !important;
}

.cf_p_r_1195px {
  padding-right: 1195px !important;
}

.cf_p_l_1195px {
  padding-left: 1195px !important;
}

.cf_m_t_1200px {
  margin-top: 1200px !important;
}

.cf_m_b_1200px {
  margin-bottom: 1200px !important;
}

.cf_m_r_1200px {
  margin-right: 1200px !important;
}

.cf_m_l_1200px {
  margin-left: 1200px !important;
}

.cf_p_t_1200px {
  padding-top: 1200px !important;
}

.cf_p_b_1200px {
  padding-bottom: 1200px !important;
}

.cf_p_r_1200px {
  padding-right: 1200px !important;
}

.cf_p_l_1200px {
  padding-left: 1200px !important;
}

.cf_m_t_1205px {
  margin-top: 1205px !important;
}

.cf_m_b_1205px {
  margin-bottom: 1205px !important;
}

.cf_m_r_1205px {
  margin-right: 1205px !important;
}

.cf_m_l_1205px {
  margin-left: 1205px !important;
}

.cf_p_t_1205px {
  padding-top: 1205px !important;
}

.cf_p_b_1205px {
  padding-bottom: 1205px !important;
}

.cf_p_r_1205px {
  padding-right: 1205px !important;
}

.cf_p_l_1205px {
  padding-left: 1205px !important;
}

.cf_m_t_1210px {
  margin-top: 1210px !important;
}

.cf_m_b_1210px {
  margin-bottom: 1210px !important;
}

.cf_m_r_1210px {
  margin-right: 1210px !important;
}

.cf_m_l_1210px {
  margin-left: 1210px !important;
}

.cf_p_t_1210px {
  padding-top: 1210px !important;
}

.cf_p_b_1210px {
  padding-bottom: 1210px !important;
}

.cf_p_r_1210px {
  padding-right: 1210px !important;
}

.cf_p_l_1210px {
  padding-left: 1210px !important;
}

.cf_m_t_1215px {
  margin-top: 1215px !important;
}

.cf_m_b_1215px {
  margin-bottom: 1215px !important;
}

.cf_m_r_1215px {
  margin-right: 1215px !important;
}

.cf_m_l_1215px {
  margin-left: 1215px !important;
}

.cf_p_t_1215px {
  padding-top: 1215px !important;
}

.cf_p_b_1215px {
  padding-bottom: 1215px !important;
}

.cf_p_r_1215px {
  padding-right: 1215px !important;
}

.cf_p_l_1215px {
  padding-left: 1215px !important;
}

.cf_m_t_1220px {
  margin-top: 1220px !important;
}

.cf_m_b_1220px {
  margin-bottom: 1220px !important;
}

.cf_m_r_1220px {
  margin-right: 1220px !important;
}

.cf_m_l_1220px {
  margin-left: 1220px !important;
}

.cf_p_t_1220px {
  padding-top: 1220px !important;
}

.cf_p_b_1220px {
  padding-bottom: 1220px !important;
}

.cf_p_r_1220px {
  padding-right: 1220px !important;
}

.cf_p_l_1220px {
  padding-left: 1220px !important;
}

.cf_m_t_1225px {
  margin-top: 1225px !important;
}

.cf_m_b_1225px {
  margin-bottom: 1225px !important;
}

.cf_m_r_1225px {
  margin-right: 1225px !important;
}

.cf_m_l_1225px {
  margin-left: 1225px !important;
}

.cf_p_t_1225px {
  padding-top: 1225px !important;
}

.cf_p_b_1225px {
  padding-bottom: 1225px !important;
}

.cf_p_r_1225px {
  padding-right: 1225px !important;
}

.cf_p_l_1225px {
  padding-left: 1225px !important;
}

.cf_m_t_1230px {
  margin-top: 1230px !important;
}

.cf_m_b_1230px {
  margin-bottom: 1230px !important;
}

.cf_m_r_1230px {
  margin-right: 1230px !important;
}

.cf_m_l_1230px {
  margin-left: 1230px !important;
}

.cf_p_t_1230px {
  padding-top: 1230px !important;
}

.cf_p_b_1230px {
  padding-bottom: 1230px !important;
}

.cf_p_r_1230px {
  padding-right: 1230px !important;
}

.cf_p_l_1230px {
  padding-left: 1230px !important;
}

.cf_m_t_1235px {
  margin-top: 1235px !important;
}

.cf_m_b_1235px {
  margin-bottom: 1235px !important;
}

.cf_m_r_1235px {
  margin-right: 1235px !important;
}

.cf_m_l_1235px {
  margin-left: 1235px !important;
}

.cf_p_t_1235px {
  padding-top: 1235px !important;
}

.cf_p_b_1235px {
  padding-bottom: 1235px !important;
}

.cf_p_r_1235px {
  padding-right: 1235px !important;
}

.cf_p_l_1235px {
  padding-left: 1235px !important;
}

.cf_m_t_1240px {
  margin-top: 1240px !important;
}

.cf_m_b_1240px {
  margin-bottom: 1240px !important;
}

.cf_m_r_1240px {
  margin-right: 1240px !important;
}

.cf_m_l_1240px {
  margin-left: 1240px !important;
}

.cf_p_t_1240px {
  padding-top: 1240px !important;
}

.cf_p_b_1240px {
  padding-bottom: 1240px !important;
}

.cf_p_r_1240px {
  padding-right: 1240px !important;
}

.cf_p_l_1240px {
  padding-left: 1240px !important;
}

.cf_m_t_1245px {
  margin-top: 1245px !important;
}

.cf_m_b_1245px {
  margin-bottom: 1245px !important;
}

.cf_m_r_1245px {
  margin-right: 1245px !important;
}

.cf_m_l_1245px {
  margin-left: 1245px !important;
}

.cf_p_t_1245px {
  padding-top: 1245px !important;
}

.cf_p_b_1245px {
  padding-bottom: 1245px !important;
}

.cf_p_r_1245px {
  padding-right: 1245px !important;
}

.cf_p_l_1245px {
  padding-left: 1245px !important;
}

.cf_m_t_1250px {
  margin-top: 1250px !important;
}

.cf_m_b_1250px {
  margin-bottom: 1250px !important;
}

.cf_m_r_1250px {
  margin-right: 1250px !important;
}

.cf_m_l_1250px {
  margin-left: 1250px !important;
}

.cf_p_t_1250px {
  padding-top: 1250px !important;
}

.cf_p_b_1250px {
  padding-bottom: 1250px !important;
}

.cf_p_r_1250px {
  padding-right: 1250px !important;
}

.cf_p_l_1250px {
  padding-left: 1250px !important;
}

.cf_m_t_1255px {
  margin-top: 1255px !important;
}

.cf_m_b_1255px {
  margin-bottom: 1255px !important;
}

.cf_m_r_1255px {
  margin-right: 1255px !important;
}

.cf_m_l_1255px {
  margin-left: 1255px !important;
}

.cf_p_t_1255px {
  padding-top: 1255px !important;
}

.cf_p_b_1255px {
  padding-bottom: 1255px !important;
}

.cf_p_r_1255px {
  padding-right: 1255px !important;
}

.cf_p_l_1255px {
  padding-left: 1255px !important;
}

.cf_m_t_1260px {
  margin-top: 1260px !important;
}

.cf_m_b_1260px {
  margin-bottom: 1260px !important;
}

.cf_m_r_1260px {
  margin-right: 1260px !important;
}

.cf_m_l_1260px {
  margin-left: 1260px !important;
}

.cf_p_t_1260px {
  padding-top: 1260px !important;
}

.cf_p_b_1260px {
  padding-bottom: 1260px !important;
}

.cf_p_r_1260px {
  padding-right: 1260px !important;
}

.cf_p_l_1260px {
  padding-left: 1260px !important;
}

.cf_m_t_1265px {
  margin-top: 1265px !important;
}

.cf_m_b_1265px {
  margin-bottom: 1265px !important;
}

.cf_m_r_1265px {
  margin-right: 1265px !important;
}

.cf_m_l_1265px {
  margin-left: 1265px !important;
}

.cf_p_t_1265px {
  padding-top: 1265px !important;
}

.cf_p_b_1265px {
  padding-bottom: 1265px !important;
}

.cf_p_r_1265px {
  padding-right: 1265px !important;
}

.cf_p_l_1265px {
  padding-left: 1265px !important;
}

.cf_m_t_1270px {
  margin-top: 1270px !important;
}

.cf_m_b_1270px {
  margin-bottom: 1270px !important;
}

.cf_m_r_1270px {
  margin-right: 1270px !important;
}

.cf_m_l_1270px {
  margin-left: 1270px !important;
}

.cf_p_t_1270px {
  padding-top: 1270px !important;
}

.cf_p_b_1270px {
  padding-bottom: 1270px !important;
}

.cf_p_r_1270px {
  padding-right: 1270px !important;
}

.cf_p_l_1270px {
  padding-left: 1270px !important;
}

.cf_m_t_1275px {
  margin-top: 1275px !important;
}

.cf_m_b_1275px {
  margin-bottom: 1275px !important;
}

.cf_m_r_1275px {
  margin-right: 1275px !important;
}

.cf_m_l_1275px {
  margin-left: 1275px !important;
}

.cf_p_t_1275px {
  padding-top: 1275px !important;
}

.cf_p_b_1275px {
  padding-bottom: 1275px !important;
}

.cf_p_r_1275px {
  padding-right: 1275px !important;
}

.cf_p_l_1275px {
  padding-left: 1275px !important;
}

.cf_m_t_1280px {
  margin-top: 1280px !important;
}

.cf_m_b_1280px {
  margin-bottom: 1280px !important;
}

.cf_m_r_1280px {
  margin-right: 1280px !important;
}

.cf_m_l_1280px {
  margin-left: 1280px !important;
}

.cf_p_t_1280px {
  padding-top: 1280px !important;
}

.cf_p_b_1280px {
  padding-bottom: 1280px !important;
}

.cf_p_r_1280px {
  padding-right: 1280px !important;
}

.cf_p_l_1280px {
  padding-left: 1280px !important;
}

.cf_m_t_1285px {
  margin-top: 1285px !important;
}

.cf_m_b_1285px {
  margin-bottom: 1285px !important;
}

.cf_m_r_1285px {
  margin-right: 1285px !important;
}

.cf_m_l_1285px {
  margin-left: 1285px !important;
}

.cf_p_t_1285px {
  padding-top: 1285px !important;
}

.cf_p_b_1285px {
  padding-bottom: 1285px !important;
}

.cf_p_r_1285px {
  padding-right: 1285px !important;
}

.cf_p_l_1285px {
  padding-left: 1285px !important;
}

.cf_m_t_1290px {
  margin-top: 1290px !important;
}

.cf_m_b_1290px {
  margin-bottom: 1290px !important;
}

.cf_m_r_1290px {
  margin-right: 1290px !important;
}

.cf_m_l_1290px {
  margin-left: 1290px !important;
}

.cf_p_t_1290px {
  padding-top: 1290px !important;
}

.cf_p_b_1290px {
  padding-bottom: 1290px !important;
}

.cf_p_r_1290px {
  padding-right: 1290px !important;
}

.cf_p_l_1290px {
  padding-left: 1290px !important;
}

.cf_m_t_1295px {
  margin-top: 1295px !important;
}

.cf_m_b_1295px {
  margin-bottom: 1295px !important;
}

.cf_m_r_1295px {
  margin-right: 1295px !important;
}

.cf_m_l_1295px {
  margin-left: 1295px !important;
}

.cf_p_t_1295px {
  padding-top: 1295px !important;
}

.cf_p_b_1295px {
  padding-bottom: 1295px !important;
}

.cf_p_r_1295px {
  padding-right: 1295px !important;
}

.cf_p_l_1295px {
  padding-left: 1295px !important;
}

.cf_m_t_1300px {
  margin-top: 1300px !important;
}

.cf_m_b_1300px {
  margin-bottom: 1300px !important;
}

.cf_m_r_1300px {
  margin-right: 1300px !important;
}

.cf_m_l_1300px {
  margin-left: 1300px !important;
}

.cf_p_t_1300px {
  padding-top: 1300px !important;
}

.cf_p_b_1300px {
  padding-bottom: 1300px !important;
}

.cf_p_r_1300px {
  padding-right: 1300px !important;
}

.cf_p_l_1300px {
  padding-left: 1300px !important;
}

.cf_m_t_1305px {
  margin-top: 1305px !important;
}

.cf_m_b_1305px {
  margin-bottom: 1305px !important;
}

.cf_m_r_1305px {
  margin-right: 1305px !important;
}

.cf_m_l_1305px {
  margin-left: 1305px !important;
}

.cf_p_t_1305px {
  padding-top: 1305px !important;
}

.cf_p_b_1305px {
  padding-bottom: 1305px !important;
}

.cf_p_r_1305px {
  padding-right: 1305px !important;
}

.cf_p_l_1305px {
  padding-left: 1305px !important;
}

.cf_m_t_1310px {
  margin-top: 1310px !important;
}

.cf_m_b_1310px {
  margin-bottom: 1310px !important;
}

.cf_m_r_1310px {
  margin-right: 1310px !important;
}

.cf_m_l_1310px {
  margin-left: 1310px !important;
}

.cf_p_t_1310px {
  padding-top: 1310px !important;
}

.cf_p_b_1310px {
  padding-bottom: 1310px !important;
}

.cf_p_r_1310px {
  padding-right: 1310px !important;
}

.cf_p_l_1310px {
  padding-left: 1310px !important;
}

.cf_m_t_1315px {
  margin-top: 1315px !important;
}

.cf_m_b_1315px {
  margin-bottom: 1315px !important;
}

.cf_m_r_1315px {
  margin-right: 1315px !important;
}

.cf_m_l_1315px {
  margin-left: 1315px !important;
}

.cf_p_t_1315px {
  padding-top: 1315px !important;
}

.cf_p_b_1315px {
  padding-bottom: 1315px !important;
}

.cf_p_r_1315px {
  padding-right: 1315px !important;
}

.cf_p_l_1315px {
  padding-left: 1315px !important;
}

.cf_m_t_1320px {
  margin-top: 1320px !important;
}

.cf_m_b_1320px {
  margin-bottom: 1320px !important;
}

.cf_m_r_1320px {
  margin-right: 1320px !important;
}

.cf_m_l_1320px {
  margin-left: 1320px !important;
}

.cf_p_t_1320px {
  padding-top: 1320px !important;
}

.cf_p_b_1320px {
  padding-bottom: 1320px !important;
}

.cf_p_r_1320px {
  padding-right: 1320px !important;
}

.cf_p_l_1320px {
  padding-left: 1320px !important;
}

.cf_m_t_1325px {
  margin-top: 1325px !important;
}

.cf_m_b_1325px {
  margin-bottom: 1325px !important;
}

.cf_m_r_1325px {
  margin-right: 1325px !important;
}

.cf_m_l_1325px {
  margin-left: 1325px !important;
}

.cf_p_t_1325px {
  padding-top: 1325px !important;
}

.cf_p_b_1325px {
  padding-bottom: 1325px !important;
}

.cf_p_r_1325px {
  padding-right: 1325px !important;
}

.cf_p_l_1325px {
  padding-left: 1325px !important;
}

.cf_m_t_1330px {
  margin-top: 1330px !important;
}

.cf_m_b_1330px {
  margin-bottom: 1330px !important;
}

.cf_m_r_1330px {
  margin-right: 1330px !important;
}

.cf_m_l_1330px {
  margin-left: 1330px !important;
}

.cf_p_t_1330px {
  padding-top: 1330px !important;
}

.cf_p_b_1330px {
  padding-bottom: 1330px !important;
}

.cf_p_r_1330px {
  padding-right: 1330px !important;
}

.cf_p_l_1330px {
  padding-left: 1330px !important;
}

.cf_m_t_1335px {
  margin-top: 1335px !important;
}

.cf_m_b_1335px {
  margin-bottom: 1335px !important;
}

.cf_m_r_1335px {
  margin-right: 1335px !important;
}

.cf_m_l_1335px {
  margin-left: 1335px !important;
}

.cf_p_t_1335px {
  padding-top: 1335px !important;
}

.cf_p_b_1335px {
  padding-bottom: 1335px !important;
}

.cf_p_r_1335px {
  padding-right: 1335px !important;
}

.cf_p_l_1335px {
  padding-left: 1335px !important;
}

.cf_m_t_1340px {
  margin-top: 1340px !important;
}

.cf_m_b_1340px {
  margin-bottom: 1340px !important;
}

.cf_m_r_1340px {
  margin-right: 1340px !important;
}

.cf_m_l_1340px {
  margin-left: 1340px !important;
}

.cf_p_t_1340px {
  padding-top: 1340px !important;
}

.cf_p_b_1340px {
  padding-bottom: 1340px !important;
}

.cf_p_r_1340px {
  padding-right: 1340px !important;
}

.cf_p_l_1340px {
  padding-left: 1340px !important;
}

.cf_m_t_1345px {
  margin-top: 1345px !important;
}

.cf_m_b_1345px {
  margin-bottom: 1345px !important;
}

.cf_m_r_1345px {
  margin-right: 1345px !important;
}

.cf_m_l_1345px {
  margin-left: 1345px !important;
}

.cf_p_t_1345px {
  padding-top: 1345px !important;
}

.cf_p_b_1345px {
  padding-bottom: 1345px !important;
}

.cf_p_r_1345px {
  padding-right: 1345px !important;
}

.cf_p_l_1345px {
  padding-left: 1345px !important;
}

.cf_m_t_1350px {
  margin-top: 1350px !important;
}

.cf_m_b_1350px {
  margin-bottom: 1350px !important;
}

.cf_m_r_1350px {
  margin-right: 1350px !important;
}

.cf_m_l_1350px {
  margin-left: 1350px !important;
}

.cf_p_t_1350px {
  padding-top: 1350px !important;
}

.cf_p_b_1350px {
  padding-bottom: 1350px !important;
}

.cf_p_r_1350px {
  padding-right: 1350px !important;
}

.cf_p_l_1350px {
  padding-left: 1350px !important;
}

.cf_m_t_1355px {
  margin-top: 1355px !important;
}

.cf_m_b_1355px {
  margin-bottom: 1355px !important;
}

.cf_m_r_1355px {
  margin-right: 1355px !important;
}

.cf_m_l_1355px {
  margin-left: 1355px !important;
}

.cf_p_t_1355px {
  padding-top: 1355px !important;
}

.cf_p_b_1355px {
  padding-bottom: 1355px !important;
}

.cf_p_r_1355px {
  padding-right: 1355px !important;
}

.cf_p_l_1355px {
  padding-left: 1355px !important;
}

.cf_m_t_1360px {
  margin-top: 1360px !important;
}

.cf_m_b_1360px {
  margin-bottom: 1360px !important;
}

.cf_m_r_1360px {
  margin-right: 1360px !important;
}

.cf_m_l_1360px {
  margin-left: 1360px !important;
}

.cf_p_t_1360px {
  padding-top: 1360px !important;
}

.cf_p_b_1360px {
  padding-bottom: 1360px !important;
}

.cf_p_r_1360px {
  padding-right: 1360px !important;
}

.cf_p_l_1360px {
  padding-left: 1360px !important;
}

.cf_m_t_1365px {
  margin-top: 1365px !important;
}

.cf_m_b_1365px {
  margin-bottom: 1365px !important;
}

.cf_m_r_1365px {
  margin-right: 1365px !important;
}

.cf_m_l_1365px {
  margin-left: 1365px !important;
}

.cf_p_t_1365px {
  padding-top: 1365px !important;
}

.cf_p_b_1365px {
  padding-bottom: 1365px !important;
}

.cf_p_r_1365px {
  padding-right: 1365px !important;
}

.cf_p_l_1365px {
  padding-left: 1365px !important;
}

.cf_m_t_1370px {
  margin-top: 1370px !important;
}

.cf_m_b_1370px {
  margin-bottom: 1370px !important;
}

.cf_m_r_1370px {
  margin-right: 1370px !important;
}

.cf_m_l_1370px {
  margin-left: 1370px !important;
}

.cf_p_t_1370px {
  padding-top: 1370px !important;
}

.cf_p_b_1370px {
  padding-bottom: 1370px !important;
}

.cf_p_r_1370px {
  padding-right: 1370px !important;
}

.cf_p_l_1370px {
  padding-left: 1370px !important;
}

.cf_m_t_1375px {
  margin-top: 1375px !important;
}

.cf_m_b_1375px {
  margin-bottom: 1375px !important;
}

.cf_m_r_1375px {
  margin-right: 1375px !important;
}

.cf_m_l_1375px {
  margin-left: 1375px !important;
}

.cf_p_t_1375px {
  padding-top: 1375px !important;
}

.cf_p_b_1375px {
  padding-bottom: 1375px !important;
}

.cf_p_r_1375px {
  padding-right: 1375px !important;
}

.cf_p_l_1375px {
  padding-left: 1375px !important;
}

.cf_m_t_1380px {
  margin-top: 1380px !important;
}

.cf_m_b_1380px {
  margin-bottom: 1380px !important;
}

.cf_m_r_1380px {
  margin-right: 1380px !important;
}

.cf_m_l_1380px {
  margin-left: 1380px !important;
}

.cf_p_t_1380px {
  padding-top: 1380px !important;
}

.cf_p_b_1380px {
  padding-bottom: 1380px !important;
}

.cf_p_r_1380px {
  padding-right: 1380px !important;
}

.cf_p_l_1380px {
  padding-left: 1380px !important;
}

.cf_m_t_1385px {
  margin-top: 1385px !important;
}

.cf_m_b_1385px {
  margin-bottom: 1385px !important;
}

.cf_m_r_1385px {
  margin-right: 1385px !important;
}

.cf_m_l_1385px {
  margin-left: 1385px !important;
}

.cf_p_t_1385px {
  padding-top: 1385px !important;
}

.cf_p_b_1385px {
  padding-bottom: 1385px !important;
}

.cf_p_r_1385px {
  padding-right: 1385px !important;
}

.cf_p_l_1385px {
  padding-left: 1385px !important;
}

.cf_m_t_1390px {
  margin-top: 1390px !important;
}

.cf_m_b_1390px {
  margin-bottom: 1390px !important;
}

.cf_m_r_1390px {
  margin-right: 1390px !important;
}

.cf_m_l_1390px {
  margin-left: 1390px !important;
}

.cf_p_t_1390px {
  padding-top: 1390px !important;
}

.cf_p_b_1390px {
  padding-bottom: 1390px !important;
}

.cf_p_r_1390px {
  padding-right: 1390px !important;
}

.cf_p_l_1390px {
  padding-left: 1390px !important;
}

.cf_m_t_1395px {
  margin-top: 1395px !important;
}

.cf_m_b_1395px {
  margin-bottom: 1395px !important;
}

.cf_m_r_1395px {
  margin-right: 1395px !important;
}

.cf_m_l_1395px {
  margin-left: 1395px !important;
}

.cf_p_t_1395px {
  padding-top: 1395px !important;
}

.cf_p_b_1395px {
  padding-bottom: 1395px !important;
}

.cf_p_r_1395px {
  padding-right: 1395px !important;
}

.cf_p_l_1395px {
  padding-left: 1395px !important;
}

.cf_m_t_1400px {
  margin-top: 1400px !important;
}

.cf_m_b_1400px {
  margin-bottom: 1400px !important;
}

.cf_m_r_1400px {
  margin-right: 1400px !important;
}

.cf_m_l_1400px {
  margin-left: 1400px !important;
}

.cf_p_t_1400px {
  padding-top: 1400px !important;
}

.cf_p_b_1400px {
  padding-bottom: 1400px !important;
}

.cf_p_r_1400px {
  padding-right: 1400px !important;
}

.cf_p_l_1400px {
  padding-left: 1400px !important;
}

.cf_m_t_1405px {
  margin-top: 1405px !important;
}

.cf_m_b_1405px {
  margin-bottom: 1405px !important;
}

.cf_m_r_1405px {
  margin-right: 1405px !important;
}

.cf_m_l_1405px {
  margin-left: 1405px !important;
}

.cf_p_t_1405px {
  padding-top: 1405px !important;
}

.cf_p_b_1405px {
  padding-bottom: 1405px !important;
}

.cf_p_r_1405px {
  padding-right: 1405px !important;
}

.cf_p_l_1405px {
  padding-left: 1405px !important;
}

.cf_m_t_1410px {
  margin-top: 1410px !important;
}

.cf_m_b_1410px {
  margin-bottom: 1410px !important;
}

.cf_m_r_1410px {
  margin-right: 1410px !important;
}

.cf_m_l_1410px {
  margin-left: 1410px !important;
}

.cf_p_t_1410px {
  padding-top: 1410px !important;
}

.cf_p_b_1410px {
  padding-bottom: 1410px !important;
}

.cf_p_r_1410px {
  padding-right: 1410px !important;
}

.cf_p_l_1410px {
  padding-left: 1410px !important;
}

.cf_m_t_1415px {
  margin-top: 1415px !important;
}

.cf_m_b_1415px {
  margin-bottom: 1415px !important;
}

.cf_m_r_1415px {
  margin-right: 1415px !important;
}

.cf_m_l_1415px {
  margin-left: 1415px !important;
}

.cf_p_t_1415px {
  padding-top: 1415px !important;
}

.cf_p_b_1415px {
  padding-bottom: 1415px !important;
}

.cf_p_r_1415px {
  padding-right: 1415px !important;
}

.cf_p_l_1415px {
  padding-left: 1415px !important;
}

.cf_m_t_1420px {
  margin-top: 1420px !important;
}

.cf_m_b_1420px {
  margin-bottom: 1420px !important;
}

.cf_m_r_1420px {
  margin-right: 1420px !important;
}

.cf_m_l_1420px {
  margin-left: 1420px !important;
}

.cf_p_t_1420px {
  padding-top: 1420px !important;
}

.cf_p_b_1420px {
  padding-bottom: 1420px !important;
}

.cf_p_r_1420px {
  padding-right: 1420px !important;
}

.cf_p_l_1420px {
  padding-left: 1420px !important;
}

.cf_m_t_1425px {
  margin-top: 1425px !important;
}

.cf_m_b_1425px {
  margin-bottom: 1425px !important;
}

.cf_m_r_1425px {
  margin-right: 1425px !important;
}

.cf_m_l_1425px {
  margin-left: 1425px !important;
}

.cf_p_t_1425px {
  padding-top: 1425px !important;
}

.cf_p_b_1425px {
  padding-bottom: 1425px !important;
}

.cf_p_r_1425px {
  padding-right: 1425px !important;
}

.cf_p_l_1425px {
  padding-left: 1425px !important;
}

.cf_m_t_1430px {
  margin-top: 1430px !important;
}

.cf_m_b_1430px {
  margin-bottom: 1430px !important;
}

.cf_m_r_1430px {
  margin-right: 1430px !important;
}

.cf_m_l_1430px {
  margin-left: 1430px !important;
}

.cf_p_t_1430px {
  padding-top: 1430px !important;
}

.cf_p_b_1430px {
  padding-bottom: 1430px !important;
}

.cf_p_r_1430px {
  padding-right: 1430px !important;
}

.cf_p_l_1430px {
  padding-left: 1430px !important;
}

.cf_m_t_1435px {
  margin-top: 1435px !important;
}

.cf_m_b_1435px {
  margin-bottom: 1435px !important;
}

.cf_m_r_1435px {
  margin-right: 1435px !important;
}

.cf_m_l_1435px {
  margin-left: 1435px !important;
}

.cf_p_t_1435px {
  padding-top: 1435px !important;
}

.cf_p_b_1435px {
  padding-bottom: 1435px !important;
}

.cf_p_r_1435px {
  padding-right: 1435px !important;
}

.cf_p_l_1435px {
  padding-left: 1435px !important;
}

.cf_m_t_1440px {
  margin-top: 1440px !important;
}

.cf_m_b_1440px {
  margin-bottom: 1440px !important;
}

.cf_m_r_1440px {
  margin-right: 1440px !important;
}

.cf_m_l_1440px {
  margin-left: 1440px !important;
}

.cf_p_t_1440px {
  padding-top: 1440px !important;
}

.cf_p_b_1440px {
  padding-bottom: 1440px !important;
}

.cf_p_r_1440px {
  padding-right: 1440px !important;
}

.cf_p_l_1440px {
  padding-left: 1440px !important;
}

.cf_m_t_1445px {
  margin-top: 1445px !important;
}

.cf_m_b_1445px {
  margin-bottom: 1445px !important;
}

.cf_m_r_1445px {
  margin-right: 1445px !important;
}

.cf_m_l_1445px {
  margin-left: 1445px !important;
}

.cf_p_t_1445px {
  padding-top: 1445px !important;
}

.cf_p_b_1445px {
  padding-bottom: 1445px !important;
}

.cf_p_r_1445px {
  padding-right: 1445px !important;
}

.cf_p_l_1445px {
  padding-left: 1445px !important;
}

.cf_m_t_1450px {
  margin-top: 1450px !important;
}

.cf_m_b_1450px {
  margin-bottom: 1450px !important;
}

.cf_m_r_1450px {
  margin-right: 1450px !important;
}

.cf_m_l_1450px {
  margin-left: 1450px !important;
}

.cf_p_t_1450px {
  padding-top: 1450px !important;
}

.cf_p_b_1450px {
  padding-bottom: 1450px !important;
}

.cf_p_r_1450px {
  padding-right: 1450px !important;
}

.cf_p_l_1450px {
  padding-left: 1450px !important;
}

.cf_m_t_1455px {
  margin-top: 1455px !important;
}

.cf_m_b_1455px {
  margin-bottom: 1455px !important;
}

.cf_m_r_1455px {
  margin-right: 1455px !important;
}

.cf_m_l_1455px {
  margin-left: 1455px !important;
}

.cf_p_t_1455px {
  padding-top: 1455px !important;
}

.cf_p_b_1455px {
  padding-bottom: 1455px !important;
}

.cf_p_r_1455px {
  padding-right: 1455px !important;
}

.cf_p_l_1455px {
  padding-left: 1455px !important;
}

.cf_m_t_1460px {
  margin-top: 1460px !important;
}

.cf_m_b_1460px {
  margin-bottom: 1460px !important;
}

.cf_m_r_1460px {
  margin-right: 1460px !important;
}

.cf_m_l_1460px {
  margin-left: 1460px !important;
}

.cf_p_t_1460px {
  padding-top: 1460px !important;
}

.cf_p_b_1460px {
  padding-bottom: 1460px !important;
}

.cf_p_r_1460px {
  padding-right: 1460px !important;
}

.cf_p_l_1460px {
  padding-left: 1460px !important;
}

.cf_m_t_1465px {
  margin-top: 1465px !important;
}

.cf_m_b_1465px {
  margin-bottom: 1465px !important;
}

.cf_m_r_1465px {
  margin-right: 1465px !important;
}

.cf_m_l_1465px {
  margin-left: 1465px !important;
}

.cf_p_t_1465px {
  padding-top: 1465px !important;
}

.cf_p_b_1465px {
  padding-bottom: 1465px !important;
}

.cf_p_r_1465px {
  padding-right: 1465px !important;
}

.cf_p_l_1465px {
  padding-left: 1465px !important;
}

.cf_m_t_1470px {
  margin-top: 1470px !important;
}

.cf_m_b_1470px {
  margin-bottom: 1470px !important;
}

.cf_m_r_1470px {
  margin-right: 1470px !important;
}

.cf_m_l_1470px {
  margin-left: 1470px !important;
}

.cf_p_t_1470px {
  padding-top: 1470px !important;
}

.cf_p_b_1470px {
  padding-bottom: 1470px !important;
}

.cf_p_r_1470px {
  padding-right: 1470px !important;
}

.cf_p_l_1470px {
  padding-left: 1470px !important;
}

.cf_m_t_1475px {
  margin-top: 1475px !important;
}

.cf_m_b_1475px {
  margin-bottom: 1475px !important;
}

.cf_m_r_1475px {
  margin-right: 1475px !important;
}

.cf_m_l_1475px {
  margin-left: 1475px !important;
}

.cf_p_t_1475px {
  padding-top: 1475px !important;
}

.cf_p_b_1475px {
  padding-bottom: 1475px !important;
}

.cf_p_r_1475px {
  padding-right: 1475px !important;
}

.cf_p_l_1475px {
  padding-left: 1475px !important;
}

.cf_m_t_1480px {
  margin-top: 1480px !important;
}

.cf_m_b_1480px {
  margin-bottom: 1480px !important;
}

.cf_m_r_1480px {
  margin-right: 1480px !important;
}

.cf_m_l_1480px {
  margin-left: 1480px !important;
}

.cf_p_t_1480px {
  padding-top: 1480px !important;
}

.cf_p_b_1480px {
  padding-bottom: 1480px !important;
}

.cf_p_r_1480px {
  padding-right: 1480px !important;
}

.cf_p_l_1480px {
  padding-left: 1480px !important;
}

.cf_m_t_1485px {
  margin-top: 1485px !important;
}

.cf_m_b_1485px {
  margin-bottom: 1485px !important;
}

.cf_m_r_1485px {
  margin-right: 1485px !important;
}

.cf_m_l_1485px {
  margin-left: 1485px !important;
}

.cf_p_t_1485px {
  padding-top: 1485px !important;
}

.cf_p_b_1485px {
  padding-bottom: 1485px !important;
}

.cf_p_r_1485px {
  padding-right: 1485px !important;
}

.cf_p_l_1485px {
  padding-left: 1485px !important;
}

.cf_m_t_1490px {
  margin-top: 1490px !important;
}

.cf_m_b_1490px {
  margin-bottom: 1490px !important;
}

.cf_m_r_1490px {
  margin-right: 1490px !important;
}

.cf_m_l_1490px {
  margin-left: 1490px !important;
}

.cf_p_t_1490px {
  padding-top: 1490px !important;
}

.cf_p_b_1490px {
  padding-bottom: 1490px !important;
}

.cf_p_r_1490px {
  padding-right: 1490px !important;
}

.cf_p_l_1490px {
  padding-left: 1490px !important;
}

.cf_m_t_1495px {
  margin-top: 1495px !important;
}

.cf_m_b_1495px {
  margin-bottom: 1495px !important;
}

.cf_m_r_1495px {
  margin-right: 1495px !important;
}

.cf_m_l_1495px {
  margin-left: 1495px !important;
}

.cf_p_t_1495px {
  padding-top: 1495px !important;
}

.cf_p_b_1495px {
  padding-bottom: 1495px !important;
}

.cf_p_r_1495px {
  padding-right: 1495px !important;
}

.cf_p_l_1495px {
  padding-left: 1495px !important;
}

.cf_m_t_1500px {
  margin-top: 1500px !important;
}

.cf_m_b_1500px {
  margin-bottom: 1500px !important;
}

.cf_m_r_1500px {
  margin-right: 1500px !important;
}

.cf_m_l_1500px {
  margin-left: 1500px !important;
}

.cf_p_t_1500px {
  padding-top: 1500px !important;
}

.cf_p_b_1500px {
  padding-bottom: 1500px !important;
}

.cf_p_r_1500px {
  padding-right: 1500px !important;
}

.cf_p_l_1500px {
  padding-left: 1500px !important;
}

.cf_m_t_1505px {
  margin-top: 1505px !important;
}

.cf_m_b_1505px {
  margin-bottom: 1505px !important;
}

.cf_m_r_1505px {
  margin-right: 1505px !important;
}

.cf_m_l_1505px {
  margin-left: 1505px !important;
}

.cf_p_t_1505px {
  padding-top: 1505px !important;
}

.cf_p_b_1505px {
  padding-bottom: 1505px !important;
}

.cf_p_r_1505px {
  padding-right: 1505px !important;
}

.cf_p_l_1505px {
  padding-left: 1505px !important;
}

.cf_m_t_1510px {
  margin-top: 1510px !important;
}

.cf_m_b_1510px {
  margin-bottom: 1510px !important;
}

.cf_m_r_1510px {
  margin-right: 1510px !important;
}

.cf_m_l_1510px {
  margin-left: 1510px !important;
}

.cf_p_t_1510px {
  padding-top: 1510px !important;
}

.cf_p_b_1510px {
  padding-bottom: 1510px !important;
}

.cf_p_r_1510px {
  padding-right: 1510px !important;
}

.cf_p_l_1510px {
  padding-left: 1510px !important;
}

.cf_m_t_1515px {
  margin-top: 1515px !important;
}

.cf_m_b_1515px {
  margin-bottom: 1515px !important;
}

.cf_m_r_1515px {
  margin-right: 1515px !important;
}

.cf_m_l_1515px {
  margin-left: 1515px !important;
}

.cf_p_t_1515px {
  padding-top: 1515px !important;
}

.cf_p_b_1515px {
  padding-bottom: 1515px !important;
}

.cf_p_r_1515px {
  padding-right: 1515px !important;
}

.cf_p_l_1515px {
  padding-left: 1515px !important;
}

.cf_m_t_1520px {
  margin-top: 1520px !important;
}

.cf_m_b_1520px {
  margin-bottom: 1520px !important;
}

.cf_m_r_1520px {
  margin-right: 1520px !important;
}

.cf_m_l_1520px {
  margin-left: 1520px !important;
}

.cf_p_t_1520px {
  padding-top: 1520px !important;
}

.cf_p_b_1520px {
  padding-bottom: 1520px !important;
}

.cf_p_r_1520px {
  padding-right: 1520px !important;
}

.cf_p_l_1520px {
  padding-left: 1520px !important;
}

.cf_m_t_1525px {
  margin-top: 1525px !important;
}

.cf_m_b_1525px {
  margin-bottom: 1525px !important;
}

.cf_m_r_1525px {
  margin-right: 1525px !important;
}

.cf_m_l_1525px {
  margin-left: 1525px !important;
}

.cf_p_t_1525px {
  padding-top: 1525px !important;
}

.cf_p_b_1525px {
  padding-bottom: 1525px !important;
}

.cf_p_r_1525px {
  padding-right: 1525px !important;
}

.cf_p_l_1525px {
  padding-left: 1525px !important;
}

.cf_m_t_1530px {
  margin-top: 1530px !important;
}

.cf_m_b_1530px {
  margin-bottom: 1530px !important;
}

.cf_m_r_1530px {
  margin-right: 1530px !important;
}

.cf_m_l_1530px {
  margin-left: 1530px !important;
}

.cf_p_t_1530px {
  padding-top: 1530px !important;
}

.cf_p_b_1530px {
  padding-bottom: 1530px !important;
}

.cf_p_r_1530px {
  padding-right: 1530px !important;
}

.cf_p_l_1530px {
  padding-left: 1530px !important;
}

.cf_m_t_1535px {
  margin-top: 1535px !important;
}

.cf_m_b_1535px {
  margin-bottom: 1535px !important;
}

.cf_m_r_1535px {
  margin-right: 1535px !important;
}

.cf_m_l_1535px {
  margin-left: 1535px !important;
}

.cf_p_t_1535px {
  padding-top: 1535px !important;
}

.cf_p_b_1535px {
  padding-bottom: 1535px !important;
}

.cf_p_r_1535px {
  padding-right: 1535px !important;
}

.cf_p_l_1535px {
  padding-left: 1535px !important;
}

.cf_m_t_1540px {
  margin-top: 1540px !important;
}

.cf_m_b_1540px {
  margin-bottom: 1540px !important;
}

.cf_m_r_1540px {
  margin-right: 1540px !important;
}

.cf_m_l_1540px {
  margin-left: 1540px !important;
}

.cf_p_t_1540px {
  padding-top: 1540px !important;
}

.cf_p_b_1540px {
  padding-bottom: 1540px !important;
}

.cf_p_r_1540px {
  padding-right: 1540px !important;
}

.cf_p_l_1540px {
  padding-left: 1540px !important;
}

.cf_m_t_1545px {
  margin-top: 1545px !important;
}

.cf_m_b_1545px {
  margin-bottom: 1545px !important;
}

.cf_m_r_1545px {
  margin-right: 1545px !important;
}

.cf_m_l_1545px {
  margin-left: 1545px !important;
}

.cf_p_t_1545px {
  padding-top: 1545px !important;
}

.cf_p_b_1545px {
  padding-bottom: 1545px !important;
}

.cf_p_r_1545px {
  padding-right: 1545px !important;
}

.cf_p_l_1545px {
  padding-left: 1545px !important;
}

.cf_m_t_1550px {
  margin-top: 1550px !important;
}

.cf_m_b_1550px {
  margin-bottom: 1550px !important;
}

.cf_m_r_1550px {
  margin-right: 1550px !important;
}

.cf_m_l_1550px {
  margin-left: 1550px !important;
}

.cf_p_t_1550px {
  padding-top: 1550px !important;
}

.cf_p_b_1550px {
  padding-bottom: 1550px !important;
}

.cf_p_r_1550px {
  padding-right: 1550px !important;
}

.cf_p_l_1550px {
  padding-left: 1550px !important;
}

.cf_m_t_1555px {
  margin-top: 1555px !important;
}

.cf_m_b_1555px {
  margin-bottom: 1555px !important;
}

.cf_m_r_1555px {
  margin-right: 1555px !important;
}

.cf_m_l_1555px {
  margin-left: 1555px !important;
}

.cf_p_t_1555px {
  padding-top: 1555px !important;
}

.cf_p_b_1555px {
  padding-bottom: 1555px !important;
}

.cf_p_r_1555px {
  padding-right: 1555px !important;
}

.cf_p_l_1555px {
  padding-left: 1555px !important;
}

.cf_m_t_1560px {
  margin-top: 1560px !important;
}

.cf_m_b_1560px {
  margin-bottom: 1560px !important;
}

.cf_m_r_1560px {
  margin-right: 1560px !important;
}

.cf_m_l_1560px {
  margin-left: 1560px !important;
}

.cf_p_t_1560px {
  padding-top: 1560px !important;
}

.cf_p_b_1560px {
  padding-bottom: 1560px !important;
}

.cf_p_r_1560px {
  padding-right: 1560px !important;
}

.cf_p_l_1560px {
  padding-left: 1560px !important;
}

.cf_m_t_1565px {
  margin-top: 1565px !important;
}

.cf_m_b_1565px {
  margin-bottom: 1565px !important;
}

.cf_m_r_1565px {
  margin-right: 1565px !important;
}

.cf_m_l_1565px {
  margin-left: 1565px !important;
}

.cf_p_t_1565px {
  padding-top: 1565px !important;
}

.cf_p_b_1565px {
  padding-bottom: 1565px !important;
}

.cf_p_r_1565px {
  padding-right: 1565px !important;
}

.cf_p_l_1565px {
  padding-left: 1565px !important;
}

.cf_m_t_1570px {
  margin-top: 1570px !important;
}

.cf_m_b_1570px {
  margin-bottom: 1570px !important;
}

.cf_m_r_1570px {
  margin-right: 1570px !important;
}

.cf_m_l_1570px {
  margin-left: 1570px !important;
}

.cf_p_t_1570px {
  padding-top: 1570px !important;
}

.cf_p_b_1570px {
  padding-bottom: 1570px !important;
}

.cf_p_r_1570px {
  padding-right: 1570px !important;
}

.cf_p_l_1570px {
  padding-left: 1570px !important;
}

.cf_m_t_1575px {
  margin-top: 1575px !important;
}

.cf_m_b_1575px {
  margin-bottom: 1575px !important;
}

.cf_m_r_1575px {
  margin-right: 1575px !important;
}

.cf_m_l_1575px {
  margin-left: 1575px !important;
}

.cf_p_t_1575px {
  padding-top: 1575px !important;
}

.cf_p_b_1575px {
  padding-bottom: 1575px !important;
}

.cf_p_r_1575px {
  padding-right: 1575px !important;
}

.cf_p_l_1575px {
  padding-left: 1575px !important;
}

.cf_m_t_1580px {
  margin-top: 1580px !important;
}

.cf_m_b_1580px {
  margin-bottom: 1580px !important;
}

.cf_m_r_1580px {
  margin-right: 1580px !important;
}

.cf_m_l_1580px {
  margin-left: 1580px !important;
}

.cf_p_t_1580px {
  padding-top: 1580px !important;
}

.cf_p_b_1580px {
  padding-bottom: 1580px !important;
}

.cf_p_r_1580px {
  padding-right: 1580px !important;
}

.cf_p_l_1580px {
  padding-left: 1580px !important;
}

.cf_m_t_1585px {
  margin-top: 1585px !important;
}

.cf_m_b_1585px {
  margin-bottom: 1585px !important;
}

.cf_m_r_1585px {
  margin-right: 1585px !important;
}

.cf_m_l_1585px {
  margin-left: 1585px !important;
}

.cf_p_t_1585px {
  padding-top: 1585px !important;
}

.cf_p_b_1585px {
  padding-bottom: 1585px !important;
}

.cf_p_r_1585px {
  padding-right: 1585px !important;
}

.cf_p_l_1585px {
  padding-left: 1585px !important;
}

.cf_m_t_1590px {
  margin-top: 1590px !important;
}

.cf_m_b_1590px {
  margin-bottom: 1590px !important;
}

.cf_m_r_1590px {
  margin-right: 1590px !important;
}

.cf_m_l_1590px {
  margin-left: 1590px !important;
}

.cf_p_t_1590px {
  padding-top: 1590px !important;
}

.cf_p_b_1590px {
  padding-bottom: 1590px !important;
}

.cf_p_r_1590px {
  padding-right: 1590px !important;
}

.cf_p_l_1590px {
  padding-left: 1590px !important;
}

.cf_m_t_1595px {
  margin-top: 1595px !important;
}

.cf_m_b_1595px {
  margin-bottom: 1595px !important;
}

.cf_m_r_1595px {
  margin-right: 1595px !important;
}

.cf_m_l_1595px {
  margin-left: 1595px !important;
}

.cf_p_t_1595px {
  padding-top: 1595px !important;
}

.cf_p_b_1595px {
  padding-bottom: 1595px !important;
}

.cf_p_r_1595px {
  padding-right: 1595px !important;
}

.cf_p_l_1595px {
  padding-left: 1595px !important;
}

.cf_m_t_1600px {
  margin-top: 1600px !important;
}

.cf_m_b_1600px {
  margin-bottom: 1600px !important;
}

.cf_m_r_1600px {
  margin-right: 1600px !important;
}

.cf_m_l_1600px {
  margin-left: 1600px !important;
}

.cf_p_t_1600px {
  padding-top: 1600px !important;
}

.cf_p_b_1600px {
  padding-bottom: 1600px !important;
}

.cf_p_r_1600px {
  padding-right: 1600px !important;
}

.cf_p_l_1600px {
  padding-left: 1600px !important;
}

.cf_m_t_1605px {
  margin-top: 1605px !important;
}

.cf_m_b_1605px {
  margin-bottom: 1605px !important;
}

.cf_m_r_1605px {
  margin-right: 1605px !important;
}

.cf_m_l_1605px {
  margin-left: 1605px !important;
}

.cf_p_t_1605px {
  padding-top: 1605px !important;
}

.cf_p_b_1605px {
  padding-bottom: 1605px !important;
}

.cf_p_r_1605px {
  padding-right: 1605px !important;
}

.cf_p_l_1605px {
  padding-left: 1605px !important;
}

.cf_m_t_1610px {
  margin-top: 1610px !important;
}

.cf_m_b_1610px {
  margin-bottom: 1610px !important;
}

.cf_m_r_1610px {
  margin-right: 1610px !important;
}

.cf_m_l_1610px {
  margin-left: 1610px !important;
}

.cf_p_t_1610px {
  padding-top: 1610px !important;
}

.cf_p_b_1610px {
  padding-bottom: 1610px !important;
}

.cf_p_r_1610px {
  padding-right: 1610px !important;
}

.cf_p_l_1610px {
  padding-left: 1610px !important;
}

.cf_m_t_1615px {
  margin-top: 1615px !important;
}

.cf_m_b_1615px {
  margin-bottom: 1615px !important;
}

.cf_m_r_1615px {
  margin-right: 1615px !important;
}

.cf_m_l_1615px {
  margin-left: 1615px !important;
}

.cf_p_t_1615px {
  padding-top: 1615px !important;
}

.cf_p_b_1615px {
  padding-bottom: 1615px !important;
}

.cf_p_r_1615px {
  padding-right: 1615px !important;
}

.cf_p_l_1615px {
  padding-left: 1615px !important;
}

.cf_m_t_1620px {
  margin-top: 1620px !important;
}

.cf_m_b_1620px {
  margin-bottom: 1620px !important;
}

.cf_m_r_1620px {
  margin-right: 1620px !important;
}

.cf_m_l_1620px {
  margin-left: 1620px !important;
}

.cf_p_t_1620px {
  padding-top: 1620px !important;
}

.cf_p_b_1620px {
  padding-bottom: 1620px !important;
}

.cf_p_r_1620px {
  padding-right: 1620px !important;
}

.cf_p_l_1620px {
  padding-left: 1620px !important;
}

.cf_m_t_1625px {
  margin-top: 1625px !important;
}

.cf_m_b_1625px {
  margin-bottom: 1625px !important;
}

.cf_m_r_1625px {
  margin-right: 1625px !important;
}

.cf_m_l_1625px {
  margin-left: 1625px !important;
}

.cf_p_t_1625px {
  padding-top: 1625px !important;
}

.cf_p_b_1625px {
  padding-bottom: 1625px !important;
}

.cf_p_r_1625px {
  padding-right: 1625px !important;
}

.cf_p_l_1625px {
  padding-left: 1625px !important;
}

.cf_m_t_1630px {
  margin-top: 1630px !important;
}

.cf_m_b_1630px {
  margin-bottom: 1630px !important;
}

.cf_m_r_1630px {
  margin-right: 1630px !important;
}

.cf_m_l_1630px {
  margin-left: 1630px !important;
}

.cf_p_t_1630px {
  padding-top: 1630px !important;
}

.cf_p_b_1630px {
  padding-bottom: 1630px !important;
}

.cf_p_r_1630px {
  padding-right: 1630px !important;
}

.cf_p_l_1630px {
  padding-left: 1630px !important;
}

.cf_m_t_1635px {
  margin-top: 1635px !important;
}

.cf_m_b_1635px {
  margin-bottom: 1635px !important;
}

.cf_m_r_1635px {
  margin-right: 1635px !important;
}

.cf_m_l_1635px {
  margin-left: 1635px !important;
}

.cf_p_t_1635px {
  padding-top: 1635px !important;
}

.cf_p_b_1635px {
  padding-bottom: 1635px !important;
}

.cf_p_r_1635px {
  padding-right: 1635px !important;
}

.cf_p_l_1635px {
  padding-left: 1635px !important;
}

.cf_m_t_1640px {
  margin-top: 1640px !important;
}

.cf_m_b_1640px {
  margin-bottom: 1640px !important;
}

.cf_m_r_1640px {
  margin-right: 1640px !important;
}

.cf_m_l_1640px {
  margin-left: 1640px !important;
}

.cf_p_t_1640px {
  padding-top: 1640px !important;
}

.cf_p_b_1640px {
  padding-bottom: 1640px !important;
}

.cf_p_r_1640px {
  padding-right: 1640px !important;
}

.cf_p_l_1640px {
  padding-left: 1640px !important;
}

.cf_m_t_1645px {
  margin-top: 1645px !important;
}

.cf_m_b_1645px {
  margin-bottom: 1645px !important;
}

.cf_m_r_1645px {
  margin-right: 1645px !important;
}

.cf_m_l_1645px {
  margin-left: 1645px !important;
}

.cf_p_t_1645px {
  padding-top: 1645px !important;
}

.cf_p_b_1645px {
  padding-bottom: 1645px !important;
}

.cf_p_r_1645px {
  padding-right: 1645px !important;
}

.cf_p_l_1645px {
  padding-left: 1645px !important;
}

.cf_m_t_1650px {
  margin-top: 1650px !important;
}

.cf_m_b_1650px {
  margin-bottom: 1650px !important;
}

.cf_m_r_1650px {
  margin-right: 1650px !important;
}

.cf_m_l_1650px {
  margin-left: 1650px !important;
}

.cf_p_t_1650px {
  padding-top: 1650px !important;
}

.cf_p_b_1650px {
  padding-bottom: 1650px !important;
}

.cf_p_r_1650px {
  padding-right: 1650px !important;
}

.cf_p_l_1650px {
  padding-left: 1650px !important;
}

.cf_m_t_1655px {
  margin-top: 1655px !important;
}

.cf_m_b_1655px {
  margin-bottom: 1655px !important;
}

.cf_m_r_1655px {
  margin-right: 1655px !important;
}

.cf_m_l_1655px {
  margin-left: 1655px !important;
}

.cf_p_t_1655px {
  padding-top: 1655px !important;
}

.cf_p_b_1655px {
  padding-bottom: 1655px !important;
}

.cf_p_r_1655px {
  padding-right: 1655px !important;
}

.cf_p_l_1655px {
  padding-left: 1655px !important;
}

.cf_m_t_1660px {
  margin-top: 1660px !important;
}

.cf_m_b_1660px {
  margin-bottom: 1660px !important;
}

.cf_m_r_1660px {
  margin-right: 1660px !important;
}

.cf_m_l_1660px {
  margin-left: 1660px !important;
}

.cf_p_t_1660px {
  padding-top: 1660px !important;
}

.cf_p_b_1660px {
  padding-bottom: 1660px !important;
}

.cf_p_r_1660px {
  padding-right: 1660px !important;
}

.cf_p_l_1660px {
  padding-left: 1660px !important;
}

.cf_m_t_1665px {
  margin-top: 1665px !important;
}

.cf_m_b_1665px {
  margin-bottom: 1665px !important;
}

.cf_m_r_1665px {
  margin-right: 1665px !important;
}

.cf_m_l_1665px {
  margin-left: 1665px !important;
}

.cf_p_t_1665px {
  padding-top: 1665px !important;
}

.cf_p_b_1665px {
  padding-bottom: 1665px !important;
}

.cf_p_r_1665px {
  padding-right: 1665px !important;
}

.cf_p_l_1665px {
  padding-left: 1665px !important;
}

.cf_m_t_1670px {
  margin-top: 1670px !important;
}

.cf_m_b_1670px {
  margin-bottom: 1670px !important;
}

.cf_m_r_1670px {
  margin-right: 1670px !important;
}

.cf_m_l_1670px {
  margin-left: 1670px !important;
}

.cf_p_t_1670px {
  padding-top: 1670px !important;
}

.cf_p_b_1670px {
  padding-bottom: 1670px !important;
}

.cf_p_r_1670px {
  padding-right: 1670px !important;
}

.cf_p_l_1670px {
  padding-left: 1670px !important;
}

.cf_m_t_1675px {
  margin-top: 1675px !important;
}

.cf_m_b_1675px {
  margin-bottom: 1675px !important;
}

.cf_m_r_1675px {
  margin-right: 1675px !important;
}

.cf_m_l_1675px {
  margin-left: 1675px !important;
}

.cf_p_t_1675px {
  padding-top: 1675px !important;
}

.cf_p_b_1675px {
  padding-bottom: 1675px !important;
}

.cf_p_r_1675px {
  padding-right: 1675px !important;
}

.cf_p_l_1675px {
  padding-left: 1675px !important;
}

.cf_m_t_1680px {
  margin-top: 1680px !important;
}

.cf_m_b_1680px {
  margin-bottom: 1680px !important;
}

.cf_m_r_1680px {
  margin-right: 1680px !important;
}

.cf_m_l_1680px {
  margin-left: 1680px !important;
}

.cf_p_t_1680px {
  padding-top: 1680px !important;
}

.cf_p_b_1680px {
  padding-bottom: 1680px !important;
}

.cf_p_r_1680px {
  padding-right: 1680px !important;
}

.cf_p_l_1680px {
  padding-left: 1680px !important;
}

.cf_m_t_1685px {
  margin-top: 1685px !important;
}

.cf_m_b_1685px {
  margin-bottom: 1685px !important;
}

.cf_m_r_1685px {
  margin-right: 1685px !important;
}

.cf_m_l_1685px {
  margin-left: 1685px !important;
}

.cf_p_t_1685px {
  padding-top: 1685px !important;
}

.cf_p_b_1685px {
  padding-bottom: 1685px !important;
}

.cf_p_r_1685px {
  padding-right: 1685px !important;
}

.cf_p_l_1685px {
  padding-left: 1685px !important;
}

.cf_m_t_1690px {
  margin-top: 1690px !important;
}

.cf_m_b_1690px {
  margin-bottom: 1690px !important;
}

.cf_m_r_1690px {
  margin-right: 1690px !important;
}

.cf_m_l_1690px {
  margin-left: 1690px !important;
}

.cf_p_t_1690px {
  padding-top: 1690px !important;
}

.cf_p_b_1690px {
  padding-bottom: 1690px !important;
}

.cf_p_r_1690px {
  padding-right: 1690px !important;
}

.cf_p_l_1690px {
  padding-left: 1690px !important;
}

.cf_m_t_1695px {
  margin-top: 1695px !important;
}

.cf_m_b_1695px {
  margin-bottom: 1695px !important;
}

.cf_m_r_1695px {
  margin-right: 1695px !important;
}

.cf_m_l_1695px {
  margin-left: 1695px !important;
}

.cf_p_t_1695px {
  padding-top: 1695px !important;
}

.cf_p_b_1695px {
  padding-bottom: 1695px !important;
}

.cf_p_r_1695px {
  padding-right: 1695px !important;
}

.cf_p_l_1695px {
  padding-left: 1695px !important;
}

.cf_m_t_1700px {
  margin-top: 1700px !important;
}

.cf_m_b_1700px {
  margin-bottom: 1700px !important;
}

.cf_m_r_1700px {
  margin-right: 1700px !important;
}

.cf_m_l_1700px {
  margin-left: 1700px !important;
}

.cf_p_t_1700px {
  padding-top: 1700px !important;
}

.cf_p_b_1700px {
  padding-bottom: 1700px !important;
}

.cf_p_r_1700px {
  padding-right: 1700px !important;
}

.cf_p_l_1700px {
  padding-left: 1700px !important;
}

.cf_m_t_1705px {
  margin-top: 1705px !important;
}

.cf_m_b_1705px {
  margin-bottom: 1705px !important;
}

.cf_m_r_1705px {
  margin-right: 1705px !important;
}

.cf_m_l_1705px {
  margin-left: 1705px !important;
}

.cf_p_t_1705px {
  padding-top: 1705px !important;
}

.cf_p_b_1705px {
  padding-bottom: 1705px !important;
}

.cf_p_r_1705px {
  padding-right: 1705px !important;
}

.cf_p_l_1705px {
  padding-left: 1705px !important;
}

.cf_m_t_1710px {
  margin-top: 1710px !important;
}

.cf_m_b_1710px {
  margin-bottom: 1710px !important;
}

.cf_m_r_1710px {
  margin-right: 1710px !important;
}

.cf_m_l_1710px {
  margin-left: 1710px !important;
}

.cf_p_t_1710px {
  padding-top: 1710px !important;
}

.cf_p_b_1710px {
  padding-bottom: 1710px !important;
}

.cf_p_r_1710px {
  padding-right: 1710px !important;
}

.cf_p_l_1710px {
  padding-left: 1710px !important;
}

.cf_m_t_1715px {
  margin-top: 1715px !important;
}

.cf_m_b_1715px {
  margin-bottom: 1715px !important;
}

.cf_m_r_1715px {
  margin-right: 1715px !important;
}

.cf_m_l_1715px {
  margin-left: 1715px !important;
}

.cf_p_t_1715px {
  padding-top: 1715px !important;
}

.cf_p_b_1715px {
  padding-bottom: 1715px !important;
}

.cf_p_r_1715px {
  padding-right: 1715px !important;
}

.cf_p_l_1715px {
  padding-left: 1715px !important;
}

.cf_m_t_1720px {
  margin-top: 1720px !important;
}

.cf_m_b_1720px {
  margin-bottom: 1720px !important;
}

.cf_m_r_1720px {
  margin-right: 1720px !important;
}

.cf_m_l_1720px {
  margin-left: 1720px !important;
}

.cf_p_t_1720px {
  padding-top: 1720px !important;
}

.cf_p_b_1720px {
  padding-bottom: 1720px !important;
}

.cf_p_r_1720px {
  padding-right: 1720px !important;
}

.cf_p_l_1720px {
  padding-left: 1720px !important;
}

.cf_m_t_1725px {
  margin-top: 1725px !important;
}

.cf_m_b_1725px {
  margin-bottom: 1725px !important;
}

.cf_m_r_1725px {
  margin-right: 1725px !important;
}

.cf_m_l_1725px {
  margin-left: 1725px !important;
}

.cf_p_t_1725px {
  padding-top: 1725px !important;
}

.cf_p_b_1725px {
  padding-bottom: 1725px !important;
}

.cf_p_r_1725px {
  padding-right: 1725px !important;
}

.cf_p_l_1725px {
  padding-left: 1725px !important;
}

.cf_m_t_1730px {
  margin-top: 1730px !important;
}

.cf_m_b_1730px {
  margin-bottom: 1730px !important;
}

.cf_m_r_1730px {
  margin-right: 1730px !important;
}

.cf_m_l_1730px {
  margin-left: 1730px !important;
}

.cf_p_t_1730px {
  padding-top: 1730px !important;
}

.cf_p_b_1730px {
  padding-bottom: 1730px !important;
}

.cf_p_r_1730px {
  padding-right: 1730px !important;
}

.cf_p_l_1730px {
  padding-left: 1730px !important;
}

.cf_m_t_1735px {
  margin-top: 1735px !important;
}

.cf_m_b_1735px {
  margin-bottom: 1735px !important;
}

.cf_m_r_1735px {
  margin-right: 1735px !important;
}

.cf_m_l_1735px {
  margin-left: 1735px !important;
}

.cf_p_t_1735px {
  padding-top: 1735px !important;
}

.cf_p_b_1735px {
  padding-bottom: 1735px !important;
}

.cf_p_r_1735px {
  padding-right: 1735px !important;
}

.cf_p_l_1735px {
  padding-left: 1735px !important;
}

.cf_m_t_1740px {
  margin-top: 1740px !important;
}

.cf_m_b_1740px {
  margin-bottom: 1740px !important;
}

.cf_m_r_1740px {
  margin-right: 1740px !important;
}

.cf_m_l_1740px {
  margin-left: 1740px !important;
}

.cf_p_t_1740px {
  padding-top: 1740px !important;
}

.cf_p_b_1740px {
  padding-bottom: 1740px !important;
}

.cf_p_r_1740px {
  padding-right: 1740px !important;
}

.cf_p_l_1740px {
  padding-left: 1740px !important;
}

.cf_m_t_1745px {
  margin-top: 1745px !important;
}

.cf_m_b_1745px {
  margin-bottom: 1745px !important;
}

.cf_m_r_1745px {
  margin-right: 1745px !important;
}

.cf_m_l_1745px {
  margin-left: 1745px !important;
}

.cf_p_t_1745px {
  padding-top: 1745px !important;
}

.cf_p_b_1745px {
  padding-bottom: 1745px !important;
}

.cf_p_r_1745px {
  padding-right: 1745px !important;
}

.cf_p_l_1745px {
  padding-left: 1745px !important;
}

.cf_m_t_1750px {
  margin-top: 1750px !important;
}

.cf_m_b_1750px {
  margin-bottom: 1750px !important;
}

.cf_m_r_1750px {
  margin-right: 1750px !important;
}

.cf_m_l_1750px {
  margin-left: 1750px !important;
}

.cf_p_t_1750px {
  padding-top: 1750px !important;
}

.cf_p_b_1750px {
  padding-bottom: 1750px !important;
}

.cf_p_r_1750px {
  padding-right: 1750px !important;
}

.cf_p_l_1750px {
  padding-left: 1750px !important;
}

.cf_m_t_1755px {
  margin-top: 1755px !important;
}

.cf_m_b_1755px {
  margin-bottom: 1755px !important;
}

.cf_m_r_1755px {
  margin-right: 1755px !important;
}

.cf_m_l_1755px {
  margin-left: 1755px !important;
}

.cf_p_t_1755px {
  padding-top: 1755px !important;
}

.cf_p_b_1755px {
  padding-bottom: 1755px !important;
}

.cf_p_r_1755px {
  padding-right: 1755px !important;
}

.cf_p_l_1755px {
  padding-left: 1755px !important;
}

.cf_m_t_1760px {
  margin-top: 1760px !important;
}

.cf_m_b_1760px {
  margin-bottom: 1760px !important;
}

.cf_m_r_1760px {
  margin-right: 1760px !important;
}

.cf_m_l_1760px {
  margin-left: 1760px !important;
}

.cf_p_t_1760px {
  padding-top: 1760px !important;
}

.cf_p_b_1760px {
  padding-bottom: 1760px !important;
}

.cf_p_r_1760px {
  padding-right: 1760px !important;
}

.cf_p_l_1760px {
  padding-left: 1760px !important;
}

.cf_m_t_1765px {
  margin-top: 1765px !important;
}

.cf_m_b_1765px {
  margin-bottom: 1765px !important;
}

.cf_m_r_1765px {
  margin-right: 1765px !important;
}

.cf_m_l_1765px {
  margin-left: 1765px !important;
}

.cf_p_t_1765px {
  padding-top: 1765px !important;
}

.cf_p_b_1765px {
  padding-bottom: 1765px !important;
}

.cf_p_r_1765px {
  padding-right: 1765px !important;
}

.cf_p_l_1765px {
  padding-left: 1765px !important;
}

.cf_m_t_1770px {
  margin-top: 1770px !important;
}

.cf_m_b_1770px {
  margin-bottom: 1770px !important;
}

.cf_m_r_1770px {
  margin-right: 1770px !important;
}

.cf_m_l_1770px {
  margin-left: 1770px !important;
}

.cf_p_t_1770px {
  padding-top: 1770px !important;
}

.cf_p_b_1770px {
  padding-bottom: 1770px !important;
}

.cf_p_r_1770px {
  padding-right: 1770px !important;
}

.cf_p_l_1770px {
  padding-left: 1770px !important;
}

.cf_m_t_1775px {
  margin-top: 1775px !important;
}

.cf_m_b_1775px {
  margin-bottom: 1775px !important;
}

.cf_m_r_1775px {
  margin-right: 1775px !important;
}

.cf_m_l_1775px {
  margin-left: 1775px !important;
}

.cf_p_t_1775px {
  padding-top: 1775px !important;
}

.cf_p_b_1775px {
  padding-bottom: 1775px !important;
}

.cf_p_r_1775px {
  padding-right: 1775px !important;
}

.cf_p_l_1775px {
  padding-left: 1775px !important;
}

.cf_m_t_1780px {
  margin-top: 1780px !important;
}

.cf_m_b_1780px {
  margin-bottom: 1780px !important;
}

.cf_m_r_1780px {
  margin-right: 1780px !important;
}

.cf_m_l_1780px {
  margin-left: 1780px !important;
}

.cf_p_t_1780px {
  padding-top: 1780px !important;
}

.cf_p_b_1780px {
  padding-bottom: 1780px !important;
}

.cf_p_r_1780px {
  padding-right: 1780px !important;
}

.cf_p_l_1780px {
  padding-left: 1780px !important;
}

.cf_m_t_1785px {
  margin-top: 1785px !important;
}

.cf_m_b_1785px {
  margin-bottom: 1785px !important;
}

.cf_m_r_1785px {
  margin-right: 1785px !important;
}

.cf_m_l_1785px {
  margin-left: 1785px !important;
}

.cf_p_t_1785px {
  padding-top: 1785px !important;
}

.cf_p_b_1785px {
  padding-bottom: 1785px !important;
}

.cf_p_r_1785px {
  padding-right: 1785px !important;
}

.cf_p_l_1785px {
  padding-left: 1785px !important;
}

.cf_m_t_1790px {
  margin-top: 1790px !important;
}

.cf_m_b_1790px {
  margin-bottom: 1790px !important;
}

.cf_m_r_1790px {
  margin-right: 1790px !important;
}

.cf_m_l_1790px {
  margin-left: 1790px !important;
}

.cf_p_t_1790px {
  padding-top: 1790px !important;
}

.cf_p_b_1790px {
  padding-bottom: 1790px !important;
}

.cf_p_r_1790px {
  padding-right: 1790px !important;
}

.cf_p_l_1790px {
  padding-left: 1790px !important;
}

.cf_m_t_1795px {
  margin-top: 1795px !important;
}

.cf_m_b_1795px {
  margin-bottom: 1795px !important;
}

.cf_m_r_1795px {
  margin-right: 1795px !important;
}

.cf_m_l_1795px {
  margin-left: 1795px !important;
}

.cf_p_t_1795px {
  padding-top: 1795px !important;
}

.cf_p_b_1795px {
  padding-bottom: 1795px !important;
}

.cf_p_r_1795px {
  padding-right: 1795px !important;
}

.cf_p_l_1795px {
  padding-left: 1795px !important;
}

.cf_m_t_1800px {
  margin-top: 1800px !important;
}

.cf_m_b_1800px {
  margin-bottom: 1800px !important;
}

.cf_m_r_1800px {
  margin-right: 1800px !important;
}

.cf_m_l_1800px {
  margin-left: 1800px !important;
}

.cf_p_t_1800px {
  padding-top: 1800px !important;
}

.cf_p_b_1800px {
  padding-bottom: 1800px !important;
}

.cf_p_r_1800px {
  padding-right: 1800px !important;
}

.cf_p_l_1800px {
  padding-left: 1800px !important;
}

.cf_m_t_1805px {
  margin-top: 1805px !important;
}

.cf_m_b_1805px {
  margin-bottom: 1805px !important;
}

.cf_m_r_1805px {
  margin-right: 1805px !important;
}

.cf_m_l_1805px {
  margin-left: 1805px !important;
}

.cf_p_t_1805px {
  padding-top: 1805px !important;
}

.cf_p_b_1805px {
  padding-bottom: 1805px !important;
}

.cf_p_r_1805px {
  padding-right: 1805px !important;
}

.cf_p_l_1805px {
  padding-left: 1805px !important;
}

.cf_m_t_1810px {
  margin-top: 1810px !important;
}

.cf_m_b_1810px {
  margin-bottom: 1810px !important;
}

.cf_m_r_1810px {
  margin-right: 1810px !important;
}

.cf_m_l_1810px {
  margin-left: 1810px !important;
}

.cf_p_t_1810px {
  padding-top: 1810px !important;
}

.cf_p_b_1810px {
  padding-bottom: 1810px !important;
}

.cf_p_r_1810px {
  padding-right: 1810px !important;
}

.cf_p_l_1810px {
  padding-left: 1810px !important;
}

.cf_m_t_1815px {
  margin-top: 1815px !important;
}

.cf_m_b_1815px {
  margin-bottom: 1815px !important;
}

.cf_m_r_1815px {
  margin-right: 1815px !important;
}

.cf_m_l_1815px {
  margin-left: 1815px !important;
}

.cf_p_t_1815px {
  padding-top: 1815px !important;
}

.cf_p_b_1815px {
  padding-bottom: 1815px !important;
}

.cf_p_r_1815px {
  padding-right: 1815px !important;
}

.cf_p_l_1815px {
  padding-left: 1815px !important;
}

.cf_m_t_1820px {
  margin-top: 1820px !important;
}

.cf_m_b_1820px {
  margin-bottom: 1820px !important;
}

.cf_m_r_1820px {
  margin-right: 1820px !important;
}

.cf_m_l_1820px {
  margin-left: 1820px !important;
}

.cf_p_t_1820px {
  padding-top: 1820px !important;
}

.cf_p_b_1820px {
  padding-bottom: 1820px !important;
}

.cf_p_r_1820px {
  padding-right: 1820px !important;
}

.cf_p_l_1820px {
  padding-left: 1820px !important;
}

.cf_m_t_1825px {
  margin-top: 1825px !important;
}

.cf_m_b_1825px {
  margin-bottom: 1825px !important;
}

.cf_m_r_1825px {
  margin-right: 1825px !important;
}

.cf_m_l_1825px {
  margin-left: 1825px !important;
}

.cf_p_t_1825px {
  padding-top: 1825px !important;
}

.cf_p_b_1825px {
  padding-bottom: 1825px !important;
}

.cf_p_r_1825px {
  padding-right: 1825px !important;
}

.cf_p_l_1825px {
  padding-left: 1825px !important;
}

.cf_m_t_1830px {
  margin-top: 1830px !important;
}

.cf_m_b_1830px {
  margin-bottom: 1830px !important;
}

.cf_m_r_1830px {
  margin-right: 1830px !important;
}

.cf_m_l_1830px {
  margin-left: 1830px !important;
}

.cf_p_t_1830px {
  padding-top: 1830px !important;
}

.cf_p_b_1830px {
  padding-bottom: 1830px !important;
}

.cf_p_r_1830px {
  padding-right: 1830px !important;
}

.cf_p_l_1830px {
  padding-left: 1830px !important;
}

.cf_m_t_1835px {
  margin-top: 1835px !important;
}

.cf_m_b_1835px {
  margin-bottom: 1835px !important;
}

.cf_m_r_1835px {
  margin-right: 1835px !important;
}

.cf_m_l_1835px {
  margin-left: 1835px !important;
}

.cf_p_t_1835px {
  padding-top: 1835px !important;
}

.cf_p_b_1835px {
  padding-bottom: 1835px !important;
}

.cf_p_r_1835px {
  padding-right: 1835px !important;
}

.cf_p_l_1835px {
  padding-left: 1835px !important;
}

.cf_m_t_1840px {
  margin-top: 1840px !important;
}

.cf_m_b_1840px {
  margin-bottom: 1840px !important;
}

.cf_m_r_1840px {
  margin-right: 1840px !important;
}

.cf_m_l_1840px {
  margin-left: 1840px !important;
}

.cf_p_t_1840px {
  padding-top: 1840px !important;
}

.cf_p_b_1840px {
  padding-bottom: 1840px !important;
}

.cf_p_r_1840px {
  padding-right: 1840px !important;
}

.cf_p_l_1840px {
  padding-left: 1840px !important;
}

.cf_m_t_1845px {
  margin-top: 1845px !important;
}

.cf_m_b_1845px {
  margin-bottom: 1845px !important;
}

.cf_m_r_1845px {
  margin-right: 1845px !important;
}

.cf_m_l_1845px {
  margin-left: 1845px !important;
}

.cf_p_t_1845px {
  padding-top: 1845px !important;
}

.cf_p_b_1845px {
  padding-bottom: 1845px !important;
}

.cf_p_r_1845px {
  padding-right: 1845px !important;
}

.cf_p_l_1845px {
  padding-left: 1845px !important;
}

.cf_m_t_1850px {
  margin-top: 1850px !important;
}

.cf_m_b_1850px {
  margin-bottom: 1850px !important;
}

.cf_m_r_1850px {
  margin-right: 1850px !important;
}

.cf_m_l_1850px {
  margin-left: 1850px !important;
}

.cf_p_t_1850px {
  padding-top: 1850px !important;
}

.cf_p_b_1850px {
  padding-bottom: 1850px !important;
}

.cf_p_r_1850px {
  padding-right: 1850px !important;
}

.cf_p_l_1850px {
  padding-left: 1850px !important;
}

.cf_m_t_1855px {
  margin-top: 1855px !important;
}

.cf_m_b_1855px {
  margin-bottom: 1855px !important;
}

.cf_m_r_1855px {
  margin-right: 1855px !important;
}

.cf_m_l_1855px {
  margin-left: 1855px !important;
}

.cf_p_t_1855px {
  padding-top: 1855px !important;
}

.cf_p_b_1855px {
  padding-bottom: 1855px !important;
}

.cf_p_r_1855px {
  padding-right: 1855px !important;
}

.cf_p_l_1855px {
  padding-left: 1855px !important;
}

.cf_m_t_1860px {
  margin-top: 1860px !important;
}

.cf_m_b_1860px {
  margin-bottom: 1860px !important;
}

.cf_m_r_1860px {
  margin-right: 1860px !important;
}

.cf_m_l_1860px {
  margin-left: 1860px !important;
}

.cf_p_t_1860px {
  padding-top: 1860px !important;
}

.cf_p_b_1860px {
  padding-bottom: 1860px !important;
}

.cf_p_r_1860px {
  padding-right: 1860px !important;
}

.cf_p_l_1860px {
  padding-left: 1860px !important;
}

.cf_m_t_1865px {
  margin-top: 1865px !important;
}

.cf_m_b_1865px {
  margin-bottom: 1865px !important;
}

.cf_m_r_1865px {
  margin-right: 1865px !important;
}

.cf_m_l_1865px {
  margin-left: 1865px !important;
}

.cf_p_t_1865px {
  padding-top: 1865px !important;
}

.cf_p_b_1865px {
  padding-bottom: 1865px !important;
}

.cf_p_r_1865px {
  padding-right: 1865px !important;
}

.cf_p_l_1865px {
  padding-left: 1865px !important;
}

.cf_m_t_1870px {
  margin-top: 1870px !important;
}

.cf_m_b_1870px {
  margin-bottom: 1870px !important;
}

.cf_m_r_1870px {
  margin-right: 1870px !important;
}

.cf_m_l_1870px {
  margin-left: 1870px !important;
}

.cf_p_t_1870px {
  padding-top: 1870px !important;
}

.cf_p_b_1870px {
  padding-bottom: 1870px !important;
}

.cf_p_r_1870px {
  padding-right: 1870px !important;
}

.cf_p_l_1870px {
  padding-left: 1870px !important;
}

.cf_m_t_1875px {
  margin-top: 1875px !important;
}

.cf_m_b_1875px {
  margin-bottom: 1875px !important;
}

.cf_m_r_1875px {
  margin-right: 1875px !important;
}

.cf_m_l_1875px {
  margin-left: 1875px !important;
}

.cf_p_t_1875px {
  padding-top: 1875px !important;
}

.cf_p_b_1875px {
  padding-bottom: 1875px !important;
}

.cf_p_r_1875px {
  padding-right: 1875px !important;
}

.cf_p_l_1875px {
  padding-left: 1875px !important;
}

.cf_m_t_1880px {
  margin-top: 1880px !important;
}

.cf_m_b_1880px {
  margin-bottom: 1880px !important;
}

.cf_m_r_1880px {
  margin-right: 1880px !important;
}

.cf_m_l_1880px {
  margin-left: 1880px !important;
}

.cf_p_t_1880px {
  padding-top: 1880px !important;
}

.cf_p_b_1880px {
  padding-bottom: 1880px !important;
}

.cf_p_r_1880px {
  padding-right: 1880px !important;
}

.cf_p_l_1880px {
  padding-left: 1880px !important;
}

.cf_m_t_1885px {
  margin-top: 1885px !important;
}

.cf_m_b_1885px {
  margin-bottom: 1885px !important;
}

.cf_m_r_1885px {
  margin-right: 1885px !important;
}

.cf_m_l_1885px {
  margin-left: 1885px !important;
}

.cf_p_t_1885px {
  padding-top: 1885px !important;
}

.cf_p_b_1885px {
  padding-bottom: 1885px !important;
}

.cf_p_r_1885px {
  padding-right: 1885px !important;
}

.cf_p_l_1885px {
  padding-left: 1885px !important;
}

.cf_m_t_1890px {
  margin-top: 1890px !important;
}

.cf_m_b_1890px {
  margin-bottom: 1890px !important;
}

.cf_m_r_1890px {
  margin-right: 1890px !important;
}

.cf_m_l_1890px {
  margin-left: 1890px !important;
}

.cf_p_t_1890px {
  padding-top: 1890px !important;
}

.cf_p_b_1890px {
  padding-bottom: 1890px !important;
}

.cf_p_r_1890px {
  padding-right: 1890px !important;
}

.cf_p_l_1890px {
  padding-left: 1890px !important;
}

.cf_m_t_1895px {
  margin-top: 1895px !important;
}

.cf_m_b_1895px {
  margin-bottom: 1895px !important;
}

.cf_m_r_1895px {
  margin-right: 1895px !important;
}

.cf_m_l_1895px {
  margin-left: 1895px !important;
}

.cf_p_t_1895px {
  padding-top: 1895px !important;
}

.cf_p_b_1895px {
  padding-bottom: 1895px !important;
}

.cf_p_r_1895px {
  padding-right: 1895px !important;
}

.cf_p_l_1895px {
  padding-left: 1895px !important;
}

.cf_m_t_1900px {
  margin-top: 1900px !important;
}

.cf_m_b_1900px {
  margin-bottom: 1900px !important;
}

.cf_m_r_1900px {
  margin-right: 1900px !important;
}

.cf_m_l_1900px {
  margin-left: 1900px !important;
}

.cf_p_t_1900px {
  padding-top: 1900px !important;
}

.cf_p_b_1900px {
  padding-bottom: 1900px !important;
}

.cf_p_r_1900px {
  padding-right: 1900px !important;
}

.cf_p_l_1900px {
  padding-left: 1900px !important;
}

.cf_m_t_1905px {
  margin-top: 1905px !important;
}

.cf_m_b_1905px {
  margin-bottom: 1905px !important;
}

.cf_m_r_1905px {
  margin-right: 1905px !important;
}

.cf_m_l_1905px {
  margin-left: 1905px !important;
}

.cf_p_t_1905px {
  padding-top: 1905px !important;
}

.cf_p_b_1905px {
  padding-bottom: 1905px !important;
}

.cf_p_r_1905px {
  padding-right: 1905px !important;
}

.cf_p_l_1905px {
  padding-left: 1905px !important;
}

.cf_m_t_1910px {
  margin-top: 1910px !important;
}

.cf_m_b_1910px {
  margin-bottom: 1910px !important;
}

.cf_m_r_1910px {
  margin-right: 1910px !important;
}

.cf_m_l_1910px {
  margin-left: 1910px !important;
}

.cf_p_t_1910px {
  padding-top: 1910px !important;
}

.cf_p_b_1910px {
  padding-bottom: 1910px !important;
}

.cf_p_r_1910px {
  padding-right: 1910px !important;
}

.cf_p_l_1910px {
  padding-left: 1910px !important;
}

.cf_m_t_1915px {
  margin-top: 1915px !important;
}

.cf_m_b_1915px {
  margin-bottom: 1915px !important;
}

.cf_m_r_1915px {
  margin-right: 1915px !important;
}

.cf_m_l_1915px {
  margin-left: 1915px !important;
}

.cf_p_t_1915px {
  padding-top: 1915px !important;
}

.cf_p_b_1915px {
  padding-bottom: 1915px !important;
}

.cf_p_r_1915px {
  padding-right: 1915px !important;
}

.cf_p_l_1915px {
  padding-left: 1915px !important;
}

.cf_m_t_1920px {
  margin-top: 1920px !important;
}

.cf_m_b_1920px {
  margin-bottom: 1920px !important;
}

.cf_m_r_1920px {
  margin-right: 1920px !important;
}

.cf_m_l_1920px {
  margin-left: 1920px !important;
}

.cf_p_t_1920px {
  padding-top: 1920px !important;
}

.cf_p_b_1920px {
  padding-bottom: 1920px !important;
}

.cf_p_r_1920px {
  padding-right: 1920px !important;
}

.cf_p_l_1920px {
  padding-left: 1920px !important;
}

.cf_m_t_1925px {
  margin-top: 1925px !important;
}

.cf_m_b_1925px {
  margin-bottom: 1925px !important;
}

.cf_m_r_1925px {
  margin-right: 1925px !important;
}

.cf_m_l_1925px {
  margin-left: 1925px !important;
}

.cf_p_t_1925px {
  padding-top: 1925px !important;
}

.cf_p_b_1925px {
  padding-bottom: 1925px !important;
}

.cf_p_r_1925px {
  padding-right: 1925px !important;
}

.cf_p_l_1925px {
  padding-left: 1925px !important;
}

.cf_m_t_1930px {
  margin-top: 1930px !important;
}

.cf_m_b_1930px {
  margin-bottom: 1930px !important;
}

.cf_m_r_1930px {
  margin-right: 1930px !important;
}

.cf_m_l_1930px {
  margin-left: 1930px !important;
}

.cf_p_t_1930px {
  padding-top: 1930px !important;
}

.cf_p_b_1930px {
  padding-bottom: 1930px !important;
}

.cf_p_r_1930px {
  padding-right: 1930px !important;
}

.cf_p_l_1930px {
  padding-left: 1930px !important;
}

.cf_m_t_1935px {
  margin-top: 1935px !important;
}

.cf_m_b_1935px {
  margin-bottom: 1935px !important;
}

.cf_m_r_1935px {
  margin-right: 1935px !important;
}

.cf_m_l_1935px {
  margin-left: 1935px !important;
}

.cf_p_t_1935px {
  padding-top: 1935px !important;
}

.cf_p_b_1935px {
  padding-bottom: 1935px !important;
}

.cf_p_r_1935px {
  padding-right: 1935px !important;
}

.cf_p_l_1935px {
  padding-left: 1935px !important;
}

.cf_m_t_1940px {
  margin-top: 1940px !important;
}

.cf_m_b_1940px {
  margin-bottom: 1940px !important;
}

.cf_m_r_1940px {
  margin-right: 1940px !important;
}

.cf_m_l_1940px {
  margin-left: 1940px !important;
}

.cf_p_t_1940px {
  padding-top: 1940px !important;
}

.cf_p_b_1940px {
  padding-bottom: 1940px !important;
}

.cf_p_r_1940px {
  padding-right: 1940px !important;
}

.cf_p_l_1940px {
  padding-left: 1940px !important;
}

.cf_m_t_1945px {
  margin-top: 1945px !important;
}

.cf_m_b_1945px {
  margin-bottom: 1945px !important;
}

.cf_m_r_1945px {
  margin-right: 1945px !important;
}

.cf_m_l_1945px {
  margin-left: 1945px !important;
}

.cf_p_t_1945px {
  padding-top: 1945px !important;
}

.cf_p_b_1945px {
  padding-bottom: 1945px !important;
}

.cf_p_r_1945px {
  padding-right: 1945px !important;
}

.cf_p_l_1945px {
  padding-left: 1945px !important;
}

.cf_m_t_1950px {
  margin-top: 1950px !important;
}

.cf_m_b_1950px {
  margin-bottom: 1950px !important;
}

.cf_m_r_1950px {
  margin-right: 1950px !important;
}

.cf_m_l_1950px {
  margin-left: 1950px !important;
}

.cf_p_t_1950px {
  padding-top: 1950px !important;
}

.cf_p_b_1950px {
  padding-bottom: 1950px !important;
}

.cf_p_r_1950px {
  padding-right: 1950px !important;
}

.cf_p_l_1950px {
  padding-left: 1950px !important;
}

.cf_m_t_1955px {
  margin-top: 1955px !important;
}

.cf_m_b_1955px {
  margin-bottom: 1955px !important;
}

.cf_m_r_1955px {
  margin-right: 1955px !important;
}

.cf_m_l_1955px {
  margin-left: 1955px !important;
}

.cf_p_t_1955px {
  padding-top: 1955px !important;
}

.cf_p_b_1955px {
  padding-bottom: 1955px !important;
}

.cf_p_r_1955px {
  padding-right: 1955px !important;
}

.cf_p_l_1955px {
  padding-left: 1955px !important;
}

.cf_m_t_1960px {
  margin-top: 1960px !important;
}

.cf_m_b_1960px {
  margin-bottom: 1960px !important;
}

.cf_m_r_1960px {
  margin-right: 1960px !important;
}

.cf_m_l_1960px {
  margin-left: 1960px !important;
}

.cf_p_t_1960px {
  padding-top: 1960px !important;
}

.cf_p_b_1960px {
  padding-bottom: 1960px !important;
}

.cf_p_r_1960px {
  padding-right: 1960px !important;
}

.cf_p_l_1960px {
  padding-left: 1960px !important;
}

.cf_m_t_1965px {
  margin-top: 1965px !important;
}

.cf_m_b_1965px {
  margin-bottom: 1965px !important;
}

.cf_m_r_1965px {
  margin-right: 1965px !important;
}

.cf_m_l_1965px {
  margin-left: 1965px !important;
}

.cf_p_t_1965px {
  padding-top: 1965px !important;
}

.cf_p_b_1965px {
  padding-bottom: 1965px !important;
}

.cf_p_r_1965px {
  padding-right: 1965px !important;
}

.cf_p_l_1965px {
  padding-left: 1965px !important;
}

.cf_m_t_1970px {
  margin-top: 1970px !important;
}

.cf_m_b_1970px {
  margin-bottom: 1970px !important;
}

.cf_m_r_1970px {
  margin-right: 1970px !important;
}

.cf_m_l_1970px {
  margin-left: 1970px !important;
}

.cf_p_t_1970px {
  padding-top: 1970px !important;
}

.cf_p_b_1970px {
  padding-bottom: 1970px !important;
}

.cf_p_r_1970px {
  padding-right: 1970px !important;
}

.cf_p_l_1970px {
  padding-left: 1970px !important;
}

.cf_m_t_1975px {
  margin-top: 1975px !important;
}

.cf_m_b_1975px {
  margin-bottom: 1975px !important;
}

.cf_m_r_1975px {
  margin-right: 1975px !important;
}

.cf_m_l_1975px {
  margin-left: 1975px !important;
}

.cf_p_t_1975px {
  padding-top: 1975px !important;
}

.cf_p_b_1975px {
  padding-bottom: 1975px !important;
}

.cf_p_r_1975px {
  padding-right: 1975px !important;
}

.cf_p_l_1975px {
  padding-left: 1975px !important;
}

.cf_m_t_1980px {
  margin-top: 1980px !important;
}

.cf_m_b_1980px {
  margin-bottom: 1980px !important;
}

.cf_m_r_1980px {
  margin-right: 1980px !important;
}

.cf_m_l_1980px {
  margin-left: 1980px !important;
}

.cf_p_t_1980px {
  padding-top: 1980px !important;
}

.cf_p_b_1980px {
  padding-bottom: 1980px !important;
}

.cf_p_r_1980px {
  padding-right: 1980px !important;
}

.cf_p_l_1980px {
  padding-left: 1980px !important;
}

.cf_m_t_1985px {
  margin-top: 1985px !important;
}

.cf_m_b_1985px {
  margin-bottom: 1985px !important;
}

.cf_m_r_1985px {
  margin-right: 1985px !important;
}

.cf_m_l_1985px {
  margin-left: 1985px !important;
}

.cf_p_t_1985px {
  padding-top: 1985px !important;
}

.cf_p_b_1985px {
  padding-bottom: 1985px !important;
}

.cf_p_r_1985px {
  padding-right: 1985px !important;
}

.cf_p_l_1985px {
  padding-left: 1985px !important;
}

.cf_m_t_1990px {
  margin-top: 1990px !important;
}

.cf_m_b_1990px {
  margin-bottom: 1990px !important;
}

.cf_m_r_1990px {
  margin-right: 1990px !important;
}

.cf_m_l_1990px {
  margin-left: 1990px !important;
}

.cf_p_t_1990px {
  padding-top: 1990px !important;
}

.cf_p_b_1990px {
  padding-bottom: 1990px !important;
}

.cf_p_r_1990px {
  padding-right: 1990px !important;
}

.cf_p_l_1990px {
  padding-left: 1990px !important;
}

.cf_m_t_1995px {
  margin-top: 1995px !important;
}

.cf_m_b_1995px {
  margin-bottom: 1995px !important;
}

.cf_m_r_1995px {
  margin-right: 1995px !important;
}

.cf_m_l_1995px {
  margin-left: 1995px !important;
}

.cf_p_t_1995px {
  padding-top: 1995px !important;
}

.cf_p_b_1995px {
  padding-bottom: 1995px !important;
}

.cf_p_r_1995px {
  padding-right: 1995px !important;
}

.cf_p_l_1995px {
  padding-left: 1995px !important;
}

.cf_m_t_2000px {
  margin-top: 2000px !important;
}

.cf_m_b_2000px {
  margin-bottom: 2000px !important;
}

.cf_m_r_2000px {
  margin-right: 2000px !important;
}

.cf_m_l_2000px {
  margin-left: 2000px !important;
}

.cf_p_t_2000px {
  padding-top: 2000px !important;
}

.cf_p_b_2000px {
  padding-bottom: 2000px !important;
}

.cf_p_r_2000px {
  padding-right: 2000px !important;
}

.cf_p_l_2000px {
  padding-left: 2000px !important;
}

.cf_m_t_2005px {
  margin-top: 2005px !important;
}

.cf_m_b_2005px {
  margin-bottom: 2005px !important;
}

.cf_m_r_2005px {
  margin-right: 2005px !important;
}

.cf_m_l_2005px {
  margin-left: 2005px !important;
}

.cf_p_t_2005px {
  padding-top: 2005px !important;
}

.cf_p_b_2005px {
  padding-bottom: 2005px !important;
}

.cf_p_r_2005px {
  padding-right: 2005px !important;
}

.cf_p_l_2005px {
  padding-left: 2005px !important;
}

.cf_m_t_2010px {
  margin-top: 2010px !important;
}

.cf_m_b_2010px {
  margin-bottom: 2010px !important;
}

.cf_m_r_2010px {
  margin-right: 2010px !important;
}

.cf_m_l_2010px {
  margin-left: 2010px !important;
}

.cf_p_t_2010px {
  padding-top: 2010px !important;
}

.cf_p_b_2010px {
  padding-bottom: 2010px !important;
}

.cf_p_r_2010px {
  padding-right: 2010px !important;
}

.cf_p_l_2010px {
  padding-left: 2010px !important;
}

.cf_m_t_2015px {
  margin-top: 2015px !important;
}

.cf_m_b_2015px {
  margin-bottom: 2015px !important;
}

.cf_m_r_2015px {
  margin-right: 2015px !important;
}

.cf_m_l_2015px {
  margin-left: 2015px !important;
}

.cf_p_t_2015px {
  padding-top: 2015px !important;
}

.cf_p_b_2015px {
  padding-bottom: 2015px !important;
}

.cf_p_r_2015px {
  padding-right: 2015px !important;
}

.cf_p_l_2015px {
  padding-left: 2015px !important;
}

.cf_m_t_2020px {
  margin-top: 2020px !important;
}

.cf_m_b_2020px {
  margin-bottom: 2020px !important;
}

.cf_m_r_2020px {
  margin-right: 2020px !important;
}

.cf_m_l_2020px {
  margin-left: 2020px !important;
}

.cf_p_t_2020px {
  padding-top: 2020px !important;
}

.cf_p_b_2020px {
  padding-bottom: 2020px !important;
}

.cf_p_r_2020px {
  padding-right: 2020px !important;
}

.cf_p_l_2020px {
  padding-left: 2020px !important;
}

.cf_m_t_2025px {
  margin-top: 2025px !important;
}

.cf_m_b_2025px {
  margin-bottom: 2025px !important;
}

.cf_m_r_2025px {
  margin-right: 2025px !important;
}

.cf_m_l_2025px {
  margin-left: 2025px !important;
}

.cf_p_t_2025px {
  padding-top: 2025px !important;
}

.cf_p_b_2025px {
  padding-bottom: 2025px !important;
}

.cf_p_r_2025px {
  padding-right: 2025px !important;
}

.cf_p_l_2025px {
  padding-left: 2025px !important;
}

.cf_m_t_2030px {
  margin-top: 2030px !important;
}

.cf_m_b_2030px {
  margin-bottom: 2030px !important;
}

.cf_m_r_2030px {
  margin-right: 2030px !important;
}

.cf_m_l_2030px {
  margin-left: 2030px !important;
}

.cf_p_t_2030px {
  padding-top: 2030px !important;
}

.cf_p_b_2030px {
  padding-bottom: 2030px !important;
}

.cf_p_r_2030px {
  padding-right: 2030px !important;
}

.cf_p_l_2030px {
  padding-left: 2030px !important;
}

.cf_m_t_2035px {
  margin-top: 2035px !important;
}

.cf_m_b_2035px {
  margin-bottom: 2035px !important;
}

.cf_m_r_2035px {
  margin-right: 2035px !important;
}

.cf_m_l_2035px {
  margin-left: 2035px !important;
}

.cf_p_t_2035px {
  padding-top: 2035px !important;
}

.cf_p_b_2035px {
  padding-bottom: 2035px !important;
}

.cf_p_r_2035px {
  padding-right: 2035px !important;
}

.cf_p_l_2035px {
  padding-left: 2035px !important;
}

.cf_m_t_2040px {
  margin-top: 2040px !important;
}

.cf_m_b_2040px {
  margin-bottom: 2040px !important;
}

.cf_m_r_2040px {
  margin-right: 2040px !important;
}

.cf_m_l_2040px {
  margin-left: 2040px !important;
}

.cf_p_t_2040px {
  padding-top: 2040px !important;
}

.cf_p_b_2040px {
  padding-bottom: 2040px !important;
}

.cf_p_r_2040px {
  padding-right: 2040px !important;
}

.cf_p_l_2040px {
  padding-left: 2040px !important;
}

.cf_m_t_2045px {
  margin-top: 2045px !important;
}

.cf_m_b_2045px {
  margin-bottom: 2045px !important;
}

.cf_m_r_2045px {
  margin-right: 2045px !important;
}

.cf_m_l_2045px {
  margin-left: 2045px !important;
}

.cf_p_t_2045px {
  padding-top: 2045px !important;
}

.cf_p_b_2045px {
  padding-bottom: 2045px !important;
}

.cf_p_r_2045px {
  padding-right: 2045px !important;
}

.cf_p_l_2045px {
  padding-left: 2045px !important;
}

.cf_m_t_2050px {
  margin-top: 2050px !important;
}

.cf_m_b_2050px {
  margin-bottom: 2050px !important;
}

.cf_m_r_2050px {
  margin-right: 2050px !important;
}

.cf_m_l_2050px {
  margin-left: 2050px !important;
}

.cf_p_t_2050px {
  padding-top: 2050px !important;
}

.cf_p_b_2050px {
  padding-bottom: 2050px !important;
}

.cf_p_r_2050px {
  padding-right: 2050px !important;
}

.cf_p_l_2050px {
  padding-left: 2050px !important;
}

.cf_m_t_2055px {
  margin-top: 2055px !important;
}

.cf_m_b_2055px {
  margin-bottom: 2055px !important;
}

.cf_m_r_2055px {
  margin-right: 2055px !important;
}

.cf_m_l_2055px {
  margin-left: 2055px !important;
}

.cf_p_t_2055px {
  padding-top: 2055px !important;
}

.cf_p_b_2055px {
  padding-bottom: 2055px !important;
}

.cf_p_r_2055px {
  padding-right: 2055px !important;
}

.cf_p_l_2055px {
  padding-left: 2055px !important;
}

.cf_m_t_2060px {
  margin-top: 2060px !important;
}

.cf_m_b_2060px {
  margin-bottom: 2060px !important;
}

.cf_m_r_2060px {
  margin-right: 2060px !important;
}

.cf_m_l_2060px {
  margin-left: 2060px !important;
}

.cf_p_t_2060px {
  padding-top: 2060px !important;
}

.cf_p_b_2060px {
  padding-bottom: 2060px !important;
}

.cf_p_r_2060px {
  padding-right: 2060px !important;
}

.cf_p_l_2060px {
  padding-left: 2060px !important;
}

.cf_m_t_2065px {
  margin-top: 2065px !important;
}

.cf_m_b_2065px {
  margin-bottom: 2065px !important;
}

.cf_m_r_2065px {
  margin-right: 2065px !important;
}

.cf_m_l_2065px {
  margin-left: 2065px !important;
}

.cf_p_t_2065px {
  padding-top: 2065px !important;
}

.cf_p_b_2065px {
  padding-bottom: 2065px !important;
}

.cf_p_r_2065px {
  padding-right: 2065px !important;
}

.cf_p_l_2065px {
  padding-left: 2065px !important;
}

.cf_m_t_2070px {
  margin-top: 2070px !important;
}

.cf_m_b_2070px {
  margin-bottom: 2070px !important;
}

.cf_m_r_2070px {
  margin-right: 2070px !important;
}

.cf_m_l_2070px {
  margin-left: 2070px !important;
}

.cf_p_t_2070px {
  padding-top: 2070px !important;
}

.cf_p_b_2070px {
  padding-bottom: 2070px !important;
}

.cf_p_r_2070px {
  padding-right: 2070px !important;
}

.cf_p_l_2070px {
  padding-left: 2070px !important;
}

.cf_m_t_2075px {
  margin-top: 2075px !important;
}

.cf_m_b_2075px {
  margin-bottom: 2075px !important;
}

.cf_m_r_2075px {
  margin-right: 2075px !important;
}

.cf_m_l_2075px {
  margin-left: 2075px !important;
}

.cf_p_t_2075px {
  padding-top: 2075px !important;
}

.cf_p_b_2075px {
  padding-bottom: 2075px !important;
}

.cf_p_r_2075px {
  padding-right: 2075px !important;
}

.cf_p_l_2075px {
  padding-left: 2075px !important;
}

.cf_m_t_2080px {
  margin-top: 2080px !important;
}

.cf_m_b_2080px {
  margin-bottom: 2080px !important;
}

.cf_m_r_2080px {
  margin-right: 2080px !important;
}

.cf_m_l_2080px {
  margin-left: 2080px !important;
}

.cf_p_t_2080px {
  padding-top: 2080px !important;
}

.cf_p_b_2080px {
  padding-bottom: 2080px !important;
}

.cf_p_r_2080px {
  padding-right: 2080px !important;
}

.cf_p_l_2080px {
  padding-left: 2080px !important;
}

.cf_m_t_2085px {
  margin-top: 2085px !important;
}

.cf_m_b_2085px {
  margin-bottom: 2085px !important;
}

.cf_m_r_2085px {
  margin-right: 2085px !important;
}

.cf_m_l_2085px {
  margin-left: 2085px !important;
}

.cf_p_t_2085px {
  padding-top: 2085px !important;
}

.cf_p_b_2085px {
  padding-bottom: 2085px !important;
}

.cf_p_r_2085px {
  padding-right: 2085px !important;
}

.cf_p_l_2085px {
  padding-left: 2085px !important;
}

.cf_m_t_2090px {
  margin-top: 2090px !important;
}

.cf_m_b_2090px {
  margin-bottom: 2090px !important;
}

.cf_m_r_2090px {
  margin-right: 2090px !important;
}

.cf_m_l_2090px {
  margin-left: 2090px !important;
}

.cf_p_t_2090px {
  padding-top: 2090px !important;
}

.cf_p_b_2090px {
  padding-bottom: 2090px !important;
}

.cf_p_r_2090px {
  padding-right: 2090px !important;
}

.cf_p_l_2090px {
  padding-left: 2090px !important;
}

.cf_m_t_2095px {
  margin-top: 2095px !important;
}

.cf_m_b_2095px {
  margin-bottom: 2095px !important;
}

.cf_m_r_2095px {
  margin-right: 2095px !important;
}

.cf_m_l_2095px {
  margin-left: 2095px !important;
}

.cf_p_t_2095px {
  padding-top: 2095px !important;
}

.cf_p_b_2095px {
  padding-bottom: 2095px !important;
}

.cf_p_r_2095px {
  padding-right: 2095px !important;
}

.cf_p_l_2095px {
  padding-left: 2095px !important;
}

.cf_m_t_2100px {
  margin-top: 2100px !important;
}

.cf_m_b_2100px {
  margin-bottom: 2100px !important;
}

.cf_m_r_2100px {
  margin-right: 2100px !important;
}

.cf_m_l_2100px {
  margin-left: 2100px !important;
}

.cf_p_t_2100px {
  padding-top: 2100px !important;
}

.cf_p_b_2100px {
  padding-bottom: 2100px !important;
}

.cf_p_r_2100px {
  padding-right: 2100px !important;
}

.cf_p_l_2100px {
  padding-left: 2100px !important;
}

.cf_m_t_2105px {
  margin-top: 2105px !important;
}

.cf_m_b_2105px {
  margin-bottom: 2105px !important;
}

.cf_m_r_2105px {
  margin-right: 2105px !important;
}

.cf_m_l_2105px {
  margin-left: 2105px !important;
}

.cf_p_t_2105px {
  padding-top: 2105px !important;
}

.cf_p_b_2105px {
  padding-bottom: 2105px !important;
}

.cf_p_r_2105px {
  padding-right: 2105px !important;
}

.cf_p_l_2105px {
  padding-left: 2105px !important;
}

.cf_m_t_2110px {
  margin-top: 2110px !important;
}

.cf_m_b_2110px {
  margin-bottom: 2110px !important;
}

.cf_m_r_2110px {
  margin-right: 2110px !important;
}

.cf_m_l_2110px {
  margin-left: 2110px !important;
}

.cf_p_t_2110px {
  padding-top: 2110px !important;
}

.cf_p_b_2110px {
  padding-bottom: 2110px !important;
}

.cf_p_r_2110px {
  padding-right: 2110px !important;
}

.cf_p_l_2110px {
  padding-left: 2110px !important;
}

.cf_m_t_2115px {
  margin-top: 2115px !important;
}

.cf_m_b_2115px {
  margin-bottom: 2115px !important;
}

.cf_m_r_2115px {
  margin-right: 2115px !important;
}

.cf_m_l_2115px {
  margin-left: 2115px !important;
}

.cf_p_t_2115px {
  padding-top: 2115px !important;
}

.cf_p_b_2115px {
  padding-bottom: 2115px !important;
}

.cf_p_r_2115px {
  padding-right: 2115px !important;
}

.cf_p_l_2115px {
  padding-left: 2115px !important;
}

.cf_m_t_2120px {
  margin-top: 2120px !important;
}

.cf_m_b_2120px {
  margin-bottom: 2120px !important;
}

.cf_m_r_2120px {
  margin-right: 2120px !important;
}

.cf_m_l_2120px {
  margin-left: 2120px !important;
}

.cf_p_t_2120px {
  padding-top: 2120px !important;
}

.cf_p_b_2120px {
  padding-bottom: 2120px !important;
}

.cf_p_r_2120px {
  padding-right: 2120px !important;
}

.cf_p_l_2120px {
  padding-left: 2120px !important;
}

.cf_m_t_2125px {
  margin-top: 2125px !important;
}

.cf_m_b_2125px {
  margin-bottom: 2125px !important;
}

.cf_m_r_2125px {
  margin-right: 2125px !important;
}

.cf_m_l_2125px {
  margin-left: 2125px !important;
}

.cf_p_t_2125px {
  padding-top: 2125px !important;
}

.cf_p_b_2125px {
  padding-bottom: 2125px !important;
}

.cf_p_r_2125px {
  padding-right: 2125px !important;
}

.cf_p_l_2125px {
  padding-left: 2125px !important;
}

.cf_m_t_2130px {
  margin-top: 2130px !important;
}

.cf_m_b_2130px {
  margin-bottom: 2130px !important;
}

.cf_m_r_2130px {
  margin-right: 2130px !important;
}

.cf_m_l_2130px {
  margin-left: 2130px !important;
}

.cf_p_t_2130px {
  padding-top: 2130px !important;
}

.cf_p_b_2130px {
  padding-bottom: 2130px !important;
}

.cf_p_r_2130px {
  padding-right: 2130px !important;
}

.cf_p_l_2130px {
  padding-left: 2130px !important;
}

.cf_m_t_2135px {
  margin-top: 2135px !important;
}

.cf_m_b_2135px {
  margin-bottom: 2135px !important;
}

.cf_m_r_2135px {
  margin-right: 2135px !important;
}

.cf_m_l_2135px {
  margin-left: 2135px !important;
}

.cf_p_t_2135px {
  padding-top: 2135px !important;
}

.cf_p_b_2135px {
  padding-bottom: 2135px !important;
}

.cf_p_r_2135px {
  padding-right: 2135px !important;
}

.cf_p_l_2135px {
  padding-left: 2135px !important;
}

.cf_m_t_2140px {
  margin-top: 2140px !important;
}

.cf_m_b_2140px {
  margin-bottom: 2140px !important;
}

.cf_m_r_2140px {
  margin-right: 2140px !important;
}

.cf_m_l_2140px {
  margin-left: 2140px !important;
}

.cf_p_t_2140px {
  padding-top: 2140px !important;
}

.cf_p_b_2140px {
  padding-bottom: 2140px !important;
}

.cf_p_r_2140px {
  padding-right: 2140px !important;
}

.cf_p_l_2140px {
  padding-left: 2140px !important;
}

.cf_m_t_2145px {
  margin-top: 2145px !important;
}

.cf_m_b_2145px {
  margin-bottom: 2145px !important;
}

.cf_m_r_2145px {
  margin-right: 2145px !important;
}

.cf_m_l_2145px {
  margin-left: 2145px !important;
}

.cf_p_t_2145px {
  padding-top: 2145px !important;
}

.cf_p_b_2145px {
  padding-bottom: 2145px !important;
}

.cf_p_r_2145px {
  padding-right: 2145px !important;
}

.cf_p_l_2145px {
  padding-left: 2145px !important;
}

.cf_m_t_2150px {
  margin-top: 2150px !important;
}

.cf_m_b_2150px {
  margin-bottom: 2150px !important;
}

.cf_m_r_2150px {
  margin-right: 2150px !important;
}

.cf_m_l_2150px {
  margin-left: 2150px !important;
}

.cf_p_t_2150px {
  padding-top: 2150px !important;
}

.cf_p_b_2150px {
  padding-bottom: 2150px !important;
}

.cf_p_r_2150px {
  padding-right: 2150px !important;
}

.cf_p_l_2150px {
  padding-left: 2150px !important;
}

.cf_m_t_2155px {
  margin-top: 2155px !important;
}

.cf_m_b_2155px {
  margin-bottom: 2155px !important;
}

.cf_m_r_2155px {
  margin-right: 2155px !important;
}

.cf_m_l_2155px {
  margin-left: 2155px !important;
}

.cf_p_t_2155px {
  padding-top: 2155px !important;
}

.cf_p_b_2155px {
  padding-bottom: 2155px !important;
}

.cf_p_r_2155px {
  padding-right: 2155px !important;
}

.cf_p_l_2155px {
  padding-left: 2155px !important;
}

.cf_m_t_2160px {
  margin-top: 2160px !important;
}

.cf_m_b_2160px {
  margin-bottom: 2160px !important;
}

.cf_m_r_2160px {
  margin-right: 2160px !important;
}

.cf_m_l_2160px {
  margin-left: 2160px !important;
}

.cf_p_t_2160px {
  padding-top: 2160px !important;
}

.cf_p_b_2160px {
  padding-bottom: 2160px !important;
}

.cf_p_r_2160px {
  padding-right: 2160px !important;
}

.cf_p_l_2160px {
  padding-left: 2160px !important;
}

.cf_m_t_2165px {
  margin-top: 2165px !important;
}

.cf_m_b_2165px {
  margin-bottom: 2165px !important;
}

.cf_m_r_2165px {
  margin-right: 2165px !important;
}

.cf_m_l_2165px {
  margin-left: 2165px !important;
}

.cf_p_t_2165px {
  padding-top: 2165px !important;
}

.cf_p_b_2165px {
  padding-bottom: 2165px !important;
}

.cf_p_r_2165px {
  padding-right: 2165px !important;
}

.cf_p_l_2165px {
  padding-left: 2165px !important;
}

.cf_m_t_2170px {
  margin-top: 2170px !important;
}

.cf_m_b_2170px {
  margin-bottom: 2170px !important;
}

.cf_m_r_2170px {
  margin-right: 2170px !important;
}

.cf_m_l_2170px {
  margin-left: 2170px !important;
}

.cf_p_t_2170px {
  padding-top: 2170px !important;
}

.cf_p_b_2170px {
  padding-bottom: 2170px !important;
}

.cf_p_r_2170px {
  padding-right: 2170px !important;
}

.cf_p_l_2170px {
  padding-left: 2170px !important;
}

.cf_m_t_2175px {
  margin-top: 2175px !important;
}

.cf_m_b_2175px {
  margin-bottom: 2175px !important;
}

.cf_m_r_2175px {
  margin-right: 2175px !important;
}

.cf_m_l_2175px {
  margin-left: 2175px !important;
}

.cf_p_t_2175px {
  padding-top: 2175px !important;
}

.cf_p_b_2175px {
  padding-bottom: 2175px !important;
}

.cf_p_r_2175px {
  padding-right: 2175px !important;
}

.cf_p_l_2175px {
  padding-left: 2175px !important;
}

.cf_m_t_2180px {
  margin-top: 2180px !important;
}

.cf_m_b_2180px {
  margin-bottom: 2180px !important;
}

.cf_m_r_2180px {
  margin-right: 2180px !important;
}

.cf_m_l_2180px {
  margin-left: 2180px !important;
}

.cf_p_t_2180px {
  padding-top: 2180px !important;
}

.cf_p_b_2180px {
  padding-bottom: 2180px !important;
}

.cf_p_r_2180px {
  padding-right: 2180px !important;
}

.cf_p_l_2180px {
  padding-left: 2180px !important;
}

.cf_m_t_2185px {
  margin-top: 2185px !important;
}

.cf_m_b_2185px {
  margin-bottom: 2185px !important;
}

.cf_m_r_2185px {
  margin-right: 2185px !important;
}

.cf_m_l_2185px {
  margin-left: 2185px !important;
}

.cf_p_t_2185px {
  padding-top: 2185px !important;
}

.cf_p_b_2185px {
  padding-bottom: 2185px !important;
}

.cf_p_r_2185px {
  padding-right: 2185px !important;
}

.cf_p_l_2185px {
  padding-left: 2185px !important;
}

.cf_m_t_2190px {
  margin-top: 2190px !important;
}

.cf_m_b_2190px {
  margin-bottom: 2190px !important;
}

.cf_m_r_2190px {
  margin-right: 2190px !important;
}

.cf_m_l_2190px {
  margin-left: 2190px !important;
}

.cf_p_t_2190px {
  padding-top: 2190px !important;
}

.cf_p_b_2190px {
  padding-bottom: 2190px !important;
}

.cf_p_r_2190px {
  padding-right: 2190px !important;
}

.cf_p_l_2190px {
  padding-left: 2190px !important;
}

.cf_m_t_2195px {
  margin-top: 2195px !important;
}

.cf_m_b_2195px {
  margin-bottom: 2195px !important;
}

.cf_m_r_2195px {
  margin-right: 2195px !important;
}

.cf_m_l_2195px {
  margin-left: 2195px !important;
}

.cf_p_t_2195px {
  padding-top: 2195px !important;
}

.cf_p_b_2195px {
  padding-bottom: 2195px !important;
}

.cf_p_r_2195px {
  padding-right: 2195px !important;
}

.cf_p_l_2195px {
  padding-left: 2195px !important;
}

.cf_m_t_2200px {
  margin-top: 2200px !important;
}

.cf_m_b_2200px {
  margin-bottom: 2200px !important;
}

.cf_m_r_2200px {
  margin-right: 2200px !important;
}

.cf_m_l_2200px {
  margin-left: 2200px !important;
}

.cf_p_t_2200px {
  padding-top: 2200px !important;
}

.cf_p_b_2200px {
  padding-bottom: 2200px !important;
}

.cf_p_r_2200px {
  padding-right: 2200px !important;
}

.cf_p_l_2200px {
  padding-left: 2200px !important;
}

.cf_m_t_2205px {
  margin-top: 2205px !important;
}

.cf_m_b_2205px {
  margin-bottom: 2205px !important;
}

.cf_m_r_2205px {
  margin-right: 2205px !important;
}

.cf_m_l_2205px {
  margin-left: 2205px !important;
}

.cf_p_t_2205px {
  padding-top: 2205px !important;
}

.cf_p_b_2205px {
  padding-bottom: 2205px !important;
}

.cf_p_r_2205px {
  padding-right: 2205px !important;
}

.cf_p_l_2205px {
  padding-left: 2205px !important;
}

.cf_m_t_2210px {
  margin-top: 2210px !important;
}

.cf_m_b_2210px {
  margin-bottom: 2210px !important;
}

.cf_m_r_2210px {
  margin-right: 2210px !important;
}

.cf_m_l_2210px {
  margin-left: 2210px !important;
}

.cf_p_t_2210px {
  padding-top: 2210px !important;
}

.cf_p_b_2210px {
  padding-bottom: 2210px !important;
}

.cf_p_r_2210px {
  padding-right: 2210px !important;
}

.cf_p_l_2210px {
  padding-left: 2210px !important;
}

.cf_m_t_2215px {
  margin-top: 2215px !important;
}

.cf_m_b_2215px {
  margin-bottom: 2215px !important;
}

.cf_m_r_2215px {
  margin-right: 2215px !important;
}

.cf_m_l_2215px {
  margin-left: 2215px !important;
}

.cf_p_t_2215px {
  padding-top: 2215px !important;
}

.cf_p_b_2215px {
  padding-bottom: 2215px !important;
}

.cf_p_r_2215px {
  padding-right: 2215px !important;
}

.cf_p_l_2215px {
  padding-left: 2215px !important;
}

.cf_m_t_2220px {
  margin-top: 2220px !important;
}

.cf_m_b_2220px {
  margin-bottom: 2220px !important;
}

.cf_m_r_2220px {
  margin-right: 2220px !important;
}

.cf_m_l_2220px {
  margin-left: 2220px !important;
}

.cf_p_t_2220px {
  padding-top: 2220px !important;
}

.cf_p_b_2220px {
  padding-bottom: 2220px !important;
}

.cf_p_r_2220px {
  padding-right: 2220px !important;
}

.cf_p_l_2220px {
  padding-left: 2220px !important;
}

.cf_m_t_2225px {
  margin-top: 2225px !important;
}

.cf_m_b_2225px {
  margin-bottom: 2225px !important;
}

.cf_m_r_2225px {
  margin-right: 2225px !important;
}

.cf_m_l_2225px {
  margin-left: 2225px !important;
}

.cf_p_t_2225px {
  padding-top: 2225px !important;
}

.cf_p_b_2225px {
  padding-bottom: 2225px !important;
}

.cf_p_r_2225px {
  padding-right: 2225px !important;
}

.cf_p_l_2225px {
  padding-left: 2225px !important;
}

.cf_m_t_2230px {
  margin-top: 2230px !important;
}

.cf_m_b_2230px {
  margin-bottom: 2230px !important;
}

.cf_m_r_2230px {
  margin-right: 2230px !important;
}

.cf_m_l_2230px {
  margin-left: 2230px !important;
}

.cf_p_t_2230px {
  padding-top: 2230px !important;
}

.cf_p_b_2230px {
  padding-bottom: 2230px !important;
}

.cf_p_r_2230px {
  padding-right: 2230px !important;
}

.cf_p_l_2230px {
  padding-left: 2230px !important;
}

.cf_m_t_2235px {
  margin-top: 2235px !important;
}

.cf_m_b_2235px {
  margin-bottom: 2235px !important;
}

.cf_m_r_2235px {
  margin-right: 2235px !important;
}

.cf_m_l_2235px {
  margin-left: 2235px !important;
}

.cf_p_t_2235px {
  padding-top: 2235px !important;
}

.cf_p_b_2235px {
  padding-bottom: 2235px !important;
}

.cf_p_r_2235px {
  padding-right: 2235px !important;
}

.cf_p_l_2235px {
  padding-left: 2235px !important;
}

.cf_m_t_2240px {
  margin-top: 2240px !important;
}

.cf_m_b_2240px {
  margin-bottom: 2240px !important;
}

.cf_m_r_2240px {
  margin-right: 2240px !important;
}

.cf_m_l_2240px {
  margin-left: 2240px !important;
}

.cf_p_t_2240px {
  padding-top: 2240px !important;
}

.cf_p_b_2240px {
  padding-bottom: 2240px !important;
}

.cf_p_r_2240px {
  padding-right: 2240px !important;
}

.cf_p_l_2240px {
  padding-left: 2240px !important;
}

.cf_m_t_2245px {
  margin-top: 2245px !important;
}

.cf_m_b_2245px {
  margin-bottom: 2245px !important;
}

.cf_m_r_2245px {
  margin-right: 2245px !important;
}

.cf_m_l_2245px {
  margin-left: 2245px !important;
}

.cf_p_t_2245px {
  padding-top: 2245px !important;
}

.cf_p_b_2245px {
  padding-bottom: 2245px !important;
}

.cf_p_r_2245px {
  padding-right: 2245px !important;
}

.cf_p_l_2245px {
  padding-left: 2245px !important;
}

.cf_m_t_2250px {
  margin-top: 2250px !important;
}

.cf_m_b_2250px {
  margin-bottom: 2250px !important;
}

.cf_m_r_2250px {
  margin-right: 2250px !important;
}

.cf_m_l_2250px {
  margin-left: 2250px !important;
}

.cf_p_t_2250px {
  padding-top: 2250px !important;
}

.cf_p_b_2250px {
  padding-bottom: 2250px !important;
}

.cf_p_r_2250px {
  padding-right: 2250px !important;
}

.cf_p_l_2250px {
  padding-left: 2250px !important;
}

.cf_m_t_2255px {
  margin-top: 2255px !important;
}

.cf_m_b_2255px {
  margin-bottom: 2255px !important;
}

.cf_m_r_2255px {
  margin-right: 2255px !important;
}

.cf_m_l_2255px {
  margin-left: 2255px !important;
}

.cf_p_t_2255px {
  padding-top: 2255px !important;
}

.cf_p_b_2255px {
  padding-bottom: 2255px !important;
}

.cf_p_r_2255px {
  padding-right: 2255px !important;
}

.cf_p_l_2255px {
  padding-left: 2255px !important;
}

.cf_m_t_2260px {
  margin-top: 2260px !important;
}

.cf_m_b_2260px {
  margin-bottom: 2260px !important;
}

.cf_m_r_2260px {
  margin-right: 2260px !important;
}

.cf_m_l_2260px {
  margin-left: 2260px !important;
}

.cf_p_t_2260px {
  padding-top: 2260px !important;
}

.cf_p_b_2260px {
  padding-bottom: 2260px !important;
}

.cf_p_r_2260px {
  padding-right: 2260px !important;
}

.cf_p_l_2260px {
  padding-left: 2260px !important;
}

.cf_m_t_2265px {
  margin-top: 2265px !important;
}

.cf_m_b_2265px {
  margin-bottom: 2265px !important;
}

.cf_m_r_2265px {
  margin-right: 2265px !important;
}

.cf_m_l_2265px {
  margin-left: 2265px !important;
}

.cf_p_t_2265px {
  padding-top: 2265px !important;
}

.cf_p_b_2265px {
  padding-bottom: 2265px !important;
}

.cf_p_r_2265px {
  padding-right: 2265px !important;
}

.cf_p_l_2265px {
  padding-left: 2265px !important;
}

.cf_m_t_2270px {
  margin-top: 2270px !important;
}

.cf_m_b_2270px {
  margin-bottom: 2270px !important;
}

.cf_m_r_2270px {
  margin-right: 2270px !important;
}

.cf_m_l_2270px {
  margin-left: 2270px !important;
}

.cf_p_t_2270px {
  padding-top: 2270px !important;
}

.cf_p_b_2270px {
  padding-bottom: 2270px !important;
}

.cf_p_r_2270px {
  padding-right: 2270px !important;
}

.cf_p_l_2270px {
  padding-left: 2270px !important;
}

.cf_m_t_2275px {
  margin-top: 2275px !important;
}

.cf_m_b_2275px {
  margin-bottom: 2275px !important;
}

.cf_m_r_2275px {
  margin-right: 2275px !important;
}

.cf_m_l_2275px {
  margin-left: 2275px !important;
}

.cf_p_t_2275px {
  padding-top: 2275px !important;
}

.cf_p_b_2275px {
  padding-bottom: 2275px !important;
}

.cf_p_r_2275px {
  padding-right: 2275px !important;
}

.cf_p_l_2275px {
  padding-left: 2275px !important;
}

.cf_m_t_2280px {
  margin-top: 2280px !important;
}

.cf_m_b_2280px {
  margin-bottom: 2280px !important;
}

.cf_m_r_2280px {
  margin-right: 2280px !important;
}

.cf_m_l_2280px {
  margin-left: 2280px !important;
}

.cf_p_t_2280px {
  padding-top: 2280px !important;
}

.cf_p_b_2280px {
  padding-bottom: 2280px !important;
}

.cf_p_r_2280px {
  padding-right: 2280px !important;
}

.cf_p_l_2280px {
  padding-left: 2280px !important;
}

.cf_m_t_2285px {
  margin-top: 2285px !important;
}

.cf_m_b_2285px {
  margin-bottom: 2285px !important;
}

.cf_m_r_2285px {
  margin-right: 2285px !important;
}

.cf_m_l_2285px {
  margin-left: 2285px !important;
}

.cf_p_t_2285px {
  padding-top: 2285px !important;
}

.cf_p_b_2285px {
  padding-bottom: 2285px !important;
}

.cf_p_r_2285px {
  padding-right: 2285px !important;
}

.cf_p_l_2285px {
  padding-left: 2285px !important;
}

.cf_m_t_2290px {
  margin-top: 2290px !important;
}

.cf_m_b_2290px {
  margin-bottom: 2290px !important;
}

.cf_m_r_2290px {
  margin-right: 2290px !important;
}

.cf_m_l_2290px {
  margin-left: 2290px !important;
}

.cf_p_t_2290px {
  padding-top: 2290px !important;
}

.cf_p_b_2290px {
  padding-bottom: 2290px !important;
}

.cf_p_r_2290px {
  padding-right: 2290px !important;
}

.cf_p_l_2290px {
  padding-left: 2290px !important;
}

.cf_m_t_2295px {
  margin-top: 2295px !important;
}

.cf_m_b_2295px {
  margin-bottom: 2295px !important;
}

.cf_m_r_2295px {
  margin-right: 2295px !important;
}

.cf_m_l_2295px {
  margin-left: 2295px !important;
}

.cf_p_t_2295px {
  padding-top: 2295px !important;
}

.cf_p_b_2295px {
  padding-bottom: 2295px !important;
}

.cf_p_r_2295px {
  padding-right: 2295px !important;
}

.cf_p_l_2295px {
  padding-left: 2295px !important;
}

.cf_m_t_2300px {
  margin-top: 2300px !important;
}

.cf_m_b_2300px {
  margin-bottom: 2300px !important;
}

.cf_m_r_2300px {
  margin-right: 2300px !important;
}

.cf_m_l_2300px {
  margin-left: 2300px !important;
}

.cf_p_t_2300px {
  padding-top: 2300px !important;
}

.cf_p_b_2300px {
  padding-bottom: 2300px !important;
}

.cf_p_r_2300px {
  padding-right: 2300px !important;
}

.cf_p_l_2300px {
  padding-left: 2300px !important;
}

.cf_m_t_2305px {
  margin-top: 2305px !important;
}

.cf_m_b_2305px {
  margin-bottom: 2305px !important;
}

.cf_m_r_2305px {
  margin-right: 2305px !important;
}

.cf_m_l_2305px {
  margin-left: 2305px !important;
}

.cf_p_t_2305px {
  padding-top: 2305px !important;
}

.cf_p_b_2305px {
  padding-bottom: 2305px !important;
}

.cf_p_r_2305px {
  padding-right: 2305px !important;
}

.cf_p_l_2305px {
  padding-left: 2305px !important;
}

.cf_m_t_2310px {
  margin-top: 2310px !important;
}

.cf_m_b_2310px {
  margin-bottom: 2310px !important;
}

.cf_m_r_2310px {
  margin-right: 2310px !important;
}

.cf_m_l_2310px {
  margin-left: 2310px !important;
}

.cf_p_t_2310px {
  padding-top: 2310px !important;
}

.cf_p_b_2310px {
  padding-bottom: 2310px !important;
}

.cf_p_r_2310px {
  padding-right: 2310px !important;
}

.cf_p_l_2310px {
  padding-left: 2310px !important;
}

.cf_m_t_2315px {
  margin-top: 2315px !important;
}

.cf_m_b_2315px {
  margin-bottom: 2315px !important;
}

.cf_m_r_2315px {
  margin-right: 2315px !important;
}

.cf_m_l_2315px {
  margin-left: 2315px !important;
}

.cf_p_t_2315px {
  padding-top: 2315px !important;
}

.cf_p_b_2315px {
  padding-bottom: 2315px !important;
}

.cf_p_r_2315px {
  padding-right: 2315px !important;
}

.cf_p_l_2315px {
  padding-left: 2315px !important;
}

.cf_m_t_2320px {
  margin-top: 2320px !important;
}

.cf_m_b_2320px {
  margin-bottom: 2320px !important;
}

.cf_m_r_2320px {
  margin-right: 2320px !important;
}

.cf_m_l_2320px {
  margin-left: 2320px !important;
}

.cf_p_t_2320px {
  padding-top: 2320px !important;
}

.cf_p_b_2320px {
  padding-bottom: 2320px !important;
}

.cf_p_r_2320px {
  padding-right: 2320px !important;
}

.cf_p_l_2320px {
  padding-left: 2320px !important;
}

.cf_m_t_2325px {
  margin-top: 2325px !important;
}

.cf_m_b_2325px {
  margin-bottom: 2325px !important;
}

.cf_m_r_2325px {
  margin-right: 2325px !important;
}

.cf_m_l_2325px {
  margin-left: 2325px !important;
}

.cf_p_t_2325px {
  padding-top: 2325px !important;
}

.cf_p_b_2325px {
  padding-bottom: 2325px !important;
}

.cf_p_r_2325px {
  padding-right: 2325px !important;
}

.cf_p_l_2325px {
  padding-left: 2325px !important;
}

.cf_m_t_2330px {
  margin-top: 2330px !important;
}

.cf_m_b_2330px {
  margin-bottom: 2330px !important;
}

.cf_m_r_2330px {
  margin-right: 2330px !important;
}

.cf_m_l_2330px {
  margin-left: 2330px !important;
}

.cf_p_t_2330px {
  padding-top: 2330px !important;
}

.cf_p_b_2330px {
  padding-bottom: 2330px !important;
}

.cf_p_r_2330px {
  padding-right: 2330px !important;
}

.cf_p_l_2330px {
  padding-left: 2330px !important;
}

.cf_m_t_2335px {
  margin-top: 2335px !important;
}

.cf_m_b_2335px {
  margin-bottom: 2335px !important;
}

.cf_m_r_2335px {
  margin-right: 2335px !important;
}

.cf_m_l_2335px {
  margin-left: 2335px !important;
}

.cf_p_t_2335px {
  padding-top: 2335px !important;
}

.cf_p_b_2335px {
  padding-bottom: 2335px !important;
}

.cf_p_r_2335px {
  padding-right: 2335px !important;
}

.cf_p_l_2335px {
  padding-left: 2335px !important;
}

.cf_m_t_2340px {
  margin-top: 2340px !important;
}

.cf_m_b_2340px {
  margin-bottom: 2340px !important;
}

.cf_m_r_2340px {
  margin-right: 2340px !important;
}

.cf_m_l_2340px {
  margin-left: 2340px !important;
}

.cf_p_t_2340px {
  padding-top: 2340px !important;
}

.cf_p_b_2340px {
  padding-bottom: 2340px !important;
}

.cf_p_r_2340px {
  padding-right: 2340px !important;
}

.cf_p_l_2340px {
  padding-left: 2340px !important;
}

.cf_m_t_2345px {
  margin-top: 2345px !important;
}

.cf_m_b_2345px {
  margin-bottom: 2345px !important;
}

.cf_m_r_2345px {
  margin-right: 2345px !important;
}

.cf_m_l_2345px {
  margin-left: 2345px !important;
}

.cf_p_t_2345px {
  padding-top: 2345px !important;
}

.cf_p_b_2345px {
  padding-bottom: 2345px !important;
}

.cf_p_r_2345px {
  padding-right: 2345px !important;
}

.cf_p_l_2345px {
  padding-left: 2345px !important;
}

.cf_m_t_2350px {
  margin-top: 2350px !important;
}

.cf_m_b_2350px {
  margin-bottom: 2350px !important;
}

.cf_m_r_2350px {
  margin-right: 2350px !important;
}

.cf_m_l_2350px {
  margin-left: 2350px !important;
}

.cf_p_t_2350px {
  padding-top: 2350px !important;
}

.cf_p_b_2350px {
  padding-bottom: 2350px !important;
}

.cf_p_r_2350px {
  padding-right: 2350px !important;
}

.cf_p_l_2350px {
  padding-left: 2350px !important;
}

.cf_m_t_2355px {
  margin-top: 2355px !important;
}

.cf_m_b_2355px {
  margin-bottom: 2355px !important;
}

.cf_m_r_2355px {
  margin-right: 2355px !important;
}

.cf_m_l_2355px {
  margin-left: 2355px !important;
}

.cf_p_t_2355px {
  padding-top: 2355px !important;
}

.cf_p_b_2355px {
  padding-bottom: 2355px !important;
}

.cf_p_r_2355px {
  padding-right: 2355px !important;
}

.cf_p_l_2355px {
  padding-left: 2355px !important;
}

.cf_m_t_2360px {
  margin-top: 2360px !important;
}

.cf_m_b_2360px {
  margin-bottom: 2360px !important;
}

.cf_m_r_2360px {
  margin-right: 2360px !important;
}

.cf_m_l_2360px {
  margin-left: 2360px !important;
}

.cf_p_t_2360px {
  padding-top: 2360px !important;
}

.cf_p_b_2360px {
  padding-bottom: 2360px !important;
}

.cf_p_r_2360px {
  padding-right: 2360px !important;
}

.cf_p_l_2360px {
  padding-left: 2360px !important;
}

.cf_m_t_2365px {
  margin-top: 2365px !important;
}

.cf_m_b_2365px {
  margin-bottom: 2365px !important;
}

.cf_m_r_2365px {
  margin-right: 2365px !important;
}

.cf_m_l_2365px {
  margin-left: 2365px !important;
}

.cf_p_t_2365px {
  padding-top: 2365px !important;
}

.cf_p_b_2365px {
  padding-bottom: 2365px !important;
}

.cf_p_r_2365px {
  padding-right: 2365px !important;
}

.cf_p_l_2365px {
  padding-left: 2365px !important;
}

.cf_m_t_2370px {
  margin-top: 2370px !important;
}

.cf_m_b_2370px {
  margin-bottom: 2370px !important;
}

.cf_m_r_2370px {
  margin-right: 2370px !important;
}

.cf_m_l_2370px {
  margin-left: 2370px !important;
}

.cf_p_t_2370px {
  padding-top: 2370px !important;
}

.cf_p_b_2370px {
  padding-bottom: 2370px !important;
}

.cf_p_r_2370px {
  padding-right: 2370px !important;
}

.cf_p_l_2370px {
  padding-left: 2370px !important;
}

.cf_m_t_2375px {
  margin-top: 2375px !important;
}

.cf_m_b_2375px {
  margin-bottom: 2375px !important;
}

.cf_m_r_2375px {
  margin-right: 2375px !important;
}

.cf_m_l_2375px {
  margin-left: 2375px !important;
}

.cf_p_t_2375px {
  padding-top: 2375px !important;
}

.cf_p_b_2375px {
  padding-bottom: 2375px !important;
}

.cf_p_r_2375px {
  padding-right: 2375px !important;
}

.cf_p_l_2375px {
  padding-left: 2375px !important;
}

.cf_m_t_2380px {
  margin-top: 2380px !important;
}

.cf_m_b_2380px {
  margin-bottom: 2380px !important;
}

.cf_m_r_2380px {
  margin-right: 2380px !important;
}

.cf_m_l_2380px {
  margin-left: 2380px !important;
}

.cf_p_t_2380px {
  padding-top: 2380px !important;
}

.cf_p_b_2380px {
  padding-bottom: 2380px !important;
}

.cf_p_r_2380px {
  padding-right: 2380px !important;
}

.cf_p_l_2380px {
  padding-left: 2380px !important;
}

.cf_m_t_2385px {
  margin-top: 2385px !important;
}

.cf_m_b_2385px {
  margin-bottom: 2385px !important;
}

.cf_m_r_2385px {
  margin-right: 2385px !important;
}

.cf_m_l_2385px {
  margin-left: 2385px !important;
}

.cf_p_t_2385px {
  padding-top: 2385px !important;
}

.cf_p_b_2385px {
  padding-bottom: 2385px !important;
}

.cf_p_r_2385px {
  padding-right: 2385px !important;
}

.cf_p_l_2385px {
  padding-left: 2385px !important;
}

.cf_m_t_2390px {
  margin-top: 2390px !important;
}

.cf_m_b_2390px {
  margin-bottom: 2390px !important;
}

.cf_m_r_2390px {
  margin-right: 2390px !important;
}

.cf_m_l_2390px {
  margin-left: 2390px !important;
}

.cf_p_t_2390px {
  padding-top: 2390px !important;
}

.cf_p_b_2390px {
  padding-bottom: 2390px !important;
}

.cf_p_r_2390px {
  padding-right: 2390px !important;
}

.cf_p_l_2390px {
  padding-left: 2390px !important;
}

.cf_m_t_2395px {
  margin-top: 2395px !important;
}

.cf_m_b_2395px {
  margin-bottom: 2395px !important;
}

.cf_m_r_2395px {
  margin-right: 2395px !important;
}

.cf_m_l_2395px {
  margin-left: 2395px !important;
}

.cf_p_t_2395px {
  padding-top: 2395px !important;
}

.cf_p_b_2395px {
  padding-bottom: 2395px !important;
}

.cf_p_r_2395px {
  padding-right: 2395px !important;
}

.cf_p_l_2395px {
  padding-left: 2395px !important;
}

.cf_m_t_2400px {
  margin-top: 2400px !important;
}

.cf_m_b_2400px {
  margin-bottom: 2400px !important;
}

.cf_m_r_2400px {
  margin-right: 2400px !important;
}

.cf_m_l_2400px {
  margin-left: 2400px !important;
}

.cf_p_t_2400px {
  padding-top: 2400px !important;
}

.cf_p_b_2400px {
  padding-bottom: 2400px !important;
}

.cf_p_r_2400px {
  padding-right: 2400px !important;
}

.cf_p_l_2400px {
  padding-left: 2400px !important;
}

.cf_m_t_2405px {
  margin-top: 2405px !important;
}

.cf_m_b_2405px {
  margin-bottom: 2405px !important;
}

.cf_m_r_2405px {
  margin-right: 2405px !important;
}

.cf_m_l_2405px {
  margin-left: 2405px !important;
}

.cf_p_t_2405px {
  padding-top: 2405px !important;
}

.cf_p_b_2405px {
  padding-bottom: 2405px !important;
}

.cf_p_r_2405px {
  padding-right: 2405px !important;
}

.cf_p_l_2405px {
  padding-left: 2405px !important;
}

.cf_m_t_2410px {
  margin-top: 2410px !important;
}

.cf_m_b_2410px {
  margin-bottom: 2410px !important;
}

.cf_m_r_2410px {
  margin-right: 2410px !important;
}

.cf_m_l_2410px {
  margin-left: 2410px !important;
}

.cf_p_t_2410px {
  padding-top: 2410px !important;
}

.cf_p_b_2410px {
  padding-bottom: 2410px !important;
}

.cf_p_r_2410px {
  padding-right: 2410px !important;
}

.cf_p_l_2410px {
  padding-left: 2410px !important;
}

.cf_m_t_2415px {
  margin-top: 2415px !important;
}

.cf_m_b_2415px {
  margin-bottom: 2415px !important;
}

.cf_m_r_2415px {
  margin-right: 2415px !important;
}

.cf_m_l_2415px {
  margin-left: 2415px !important;
}

.cf_p_t_2415px {
  padding-top: 2415px !important;
}

.cf_p_b_2415px {
  padding-bottom: 2415px !important;
}

.cf_p_r_2415px {
  padding-right: 2415px !important;
}

.cf_p_l_2415px {
  padding-left: 2415px !important;
}

.cf_m_t_2420px {
  margin-top: 2420px !important;
}

.cf_m_b_2420px {
  margin-bottom: 2420px !important;
}

.cf_m_r_2420px {
  margin-right: 2420px !important;
}

.cf_m_l_2420px {
  margin-left: 2420px !important;
}

.cf_p_t_2420px {
  padding-top: 2420px !important;
}

.cf_p_b_2420px {
  padding-bottom: 2420px !important;
}

.cf_p_r_2420px {
  padding-right: 2420px !important;
}

.cf_p_l_2420px {
  padding-left: 2420px !important;
}

.cf_m_t_2425px {
  margin-top: 2425px !important;
}

.cf_m_b_2425px {
  margin-bottom: 2425px !important;
}

.cf_m_r_2425px {
  margin-right: 2425px !important;
}

.cf_m_l_2425px {
  margin-left: 2425px !important;
}

.cf_p_t_2425px {
  padding-top: 2425px !important;
}

.cf_p_b_2425px {
  padding-bottom: 2425px !important;
}

.cf_p_r_2425px {
  padding-right: 2425px !important;
}

.cf_p_l_2425px {
  padding-left: 2425px !important;
}

.cf_m_t_2430px {
  margin-top: 2430px !important;
}

.cf_m_b_2430px {
  margin-bottom: 2430px !important;
}

.cf_m_r_2430px {
  margin-right: 2430px !important;
}

.cf_m_l_2430px {
  margin-left: 2430px !important;
}

.cf_p_t_2430px {
  padding-top: 2430px !important;
}

.cf_p_b_2430px {
  padding-bottom: 2430px !important;
}

.cf_p_r_2430px {
  padding-right: 2430px !important;
}

.cf_p_l_2430px {
  padding-left: 2430px !important;
}

.cf_m_t_2435px {
  margin-top: 2435px !important;
}

.cf_m_b_2435px {
  margin-bottom: 2435px !important;
}

.cf_m_r_2435px {
  margin-right: 2435px !important;
}

.cf_m_l_2435px {
  margin-left: 2435px !important;
}

.cf_p_t_2435px {
  padding-top: 2435px !important;
}

.cf_p_b_2435px {
  padding-bottom: 2435px !important;
}

.cf_p_r_2435px {
  padding-right: 2435px !important;
}

.cf_p_l_2435px {
  padding-left: 2435px !important;
}

.cf_m_t_2440px {
  margin-top: 2440px !important;
}

.cf_m_b_2440px {
  margin-bottom: 2440px !important;
}

.cf_m_r_2440px {
  margin-right: 2440px !important;
}

.cf_m_l_2440px {
  margin-left: 2440px !important;
}

.cf_p_t_2440px {
  padding-top: 2440px !important;
}

.cf_p_b_2440px {
  padding-bottom: 2440px !important;
}

.cf_p_r_2440px {
  padding-right: 2440px !important;
}

.cf_p_l_2440px {
  padding-left: 2440px !important;
}

.cf_m_t_2445px {
  margin-top: 2445px !important;
}

.cf_m_b_2445px {
  margin-bottom: 2445px !important;
}

.cf_m_r_2445px {
  margin-right: 2445px !important;
}

.cf_m_l_2445px {
  margin-left: 2445px !important;
}

.cf_p_t_2445px {
  padding-top: 2445px !important;
}

.cf_p_b_2445px {
  padding-bottom: 2445px !important;
}

.cf_p_r_2445px {
  padding-right: 2445px !important;
}

.cf_p_l_2445px {
  padding-left: 2445px !important;
}

.cf_m_t_2450px {
  margin-top: 2450px !important;
}

.cf_m_b_2450px {
  margin-bottom: 2450px !important;
}

.cf_m_r_2450px {
  margin-right: 2450px !important;
}

.cf_m_l_2450px {
  margin-left: 2450px !important;
}

.cf_p_t_2450px {
  padding-top: 2450px !important;
}

.cf_p_b_2450px {
  padding-bottom: 2450px !important;
}

.cf_p_r_2450px {
  padding-right: 2450px !important;
}

.cf_p_l_2450px {
  padding-left: 2450px !important;
}

.cf_m_t_2455px {
  margin-top: 2455px !important;
}

.cf_m_b_2455px {
  margin-bottom: 2455px !important;
}

.cf_m_r_2455px {
  margin-right: 2455px !important;
}

.cf_m_l_2455px {
  margin-left: 2455px !important;
}

.cf_p_t_2455px {
  padding-top: 2455px !important;
}

.cf_p_b_2455px {
  padding-bottom: 2455px !important;
}

.cf_p_r_2455px {
  padding-right: 2455px !important;
}

.cf_p_l_2455px {
  padding-left: 2455px !important;
}

.cf_m_t_2460px {
  margin-top: 2460px !important;
}

.cf_m_b_2460px {
  margin-bottom: 2460px !important;
}

.cf_m_r_2460px {
  margin-right: 2460px !important;
}

.cf_m_l_2460px {
  margin-left: 2460px !important;
}

.cf_p_t_2460px {
  padding-top: 2460px !important;
}

.cf_p_b_2460px {
  padding-bottom: 2460px !important;
}

.cf_p_r_2460px {
  padding-right: 2460px !important;
}

.cf_p_l_2460px {
  padding-left: 2460px !important;
}

.cf_m_t_2465px {
  margin-top: 2465px !important;
}

.cf_m_b_2465px {
  margin-bottom: 2465px !important;
}

.cf_m_r_2465px {
  margin-right: 2465px !important;
}

.cf_m_l_2465px {
  margin-left: 2465px !important;
}

.cf_p_t_2465px {
  padding-top: 2465px !important;
}

.cf_p_b_2465px {
  padding-bottom: 2465px !important;
}

.cf_p_r_2465px {
  padding-right: 2465px !important;
}

.cf_p_l_2465px {
  padding-left: 2465px !important;
}

.cf_m_t_2470px {
  margin-top: 2470px !important;
}

.cf_m_b_2470px {
  margin-bottom: 2470px !important;
}

.cf_m_r_2470px {
  margin-right: 2470px !important;
}

.cf_m_l_2470px {
  margin-left: 2470px !important;
}

.cf_p_t_2470px {
  padding-top: 2470px !important;
}

.cf_p_b_2470px {
  padding-bottom: 2470px !important;
}

.cf_p_r_2470px {
  padding-right: 2470px !important;
}

.cf_p_l_2470px {
  padding-left: 2470px !important;
}

.cf_m_t_2475px {
  margin-top: 2475px !important;
}

.cf_m_b_2475px {
  margin-bottom: 2475px !important;
}

.cf_m_r_2475px {
  margin-right: 2475px !important;
}

.cf_m_l_2475px {
  margin-left: 2475px !important;
}

.cf_p_t_2475px {
  padding-top: 2475px !important;
}

.cf_p_b_2475px {
  padding-bottom: 2475px !important;
}

.cf_p_r_2475px {
  padding-right: 2475px !important;
}

.cf_p_l_2475px {
  padding-left: 2475px !important;
}

.cf_m_t_2480px {
  margin-top: 2480px !important;
}

.cf_m_b_2480px {
  margin-bottom: 2480px !important;
}

.cf_m_r_2480px {
  margin-right: 2480px !important;
}

.cf_m_l_2480px {
  margin-left: 2480px !important;
}

.cf_p_t_2480px {
  padding-top: 2480px !important;
}

.cf_p_b_2480px {
  padding-bottom: 2480px !important;
}

.cf_p_r_2480px {
  padding-right: 2480px !important;
}

.cf_p_l_2480px {
  padding-left: 2480px !important;
}

.cf_m_t_2485px {
  margin-top: 2485px !important;
}

.cf_m_b_2485px {
  margin-bottom: 2485px !important;
}

.cf_m_r_2485px {
  margin-right: 2485px !important;
}

.cf_m_l_2485px {
  margin-left: 2485px !important;
}

.cf_p_t_2485px {
  padding-top: 2485px !important;
}

.cf_p_b_2485px {
  padding-bottom: 2485px !important;
}

.cf_p_r_2485px {
  padding-right: 2485px !important;
}

.cf_p_l_2485px {
  padding-left: 2485px !important;
}

.cf_m_t_2490px {
  margin-top: 2490px !important;
}

.cf_m_b_2490px {
  margin-bottom: 2490px !important;
}

.cf_m_r_2490px {
  margin-right: 2490px !important;
}

.cf_m_l_2490px {
  margin-left: 2490px !important;
}

.cf_p_t_2490px {
  padding-top: 2490px !important;
}

.cf_p_b_2490px {
  padding-bottom: 2490px !important;
}

.cf_p_r_2490px {
  padding-right: 2490px !important;
}

.cf_p_l_2490px {
  padding-left: 2490px !important;
}

.cf_m_t_2495px {
  margin-top: 2495px !important;
}

.cf_m_b_2495px {
  margin-bottom: 2495px !important;
}

.cf_m_r_2495px {
  margin-right: 2495px !important;
}

.cf_m_l_2495px {
  margin-left: 2495px !important;
}

.cf_p_t_2495px {
  padding-top: 2495px !important;
}

.cf_p_b_2495px {
  padding-bottom: 2495px !important;
}

.cf_p_r_2495px {
  padding-right: 2495px !important;
}

.cf_p_l_2495px {
  padding-left: 2495px !important;
}

.cf_m_t_2500px {
  margin-top: 2500px !important;
}

.cf_m_b_2500px {
  margin-bottom: 2500px !important;
}

.cf_m_r_2500px {
  margin-right: 2500px !important;
}

.cf_m_l_2500px {
  margin-left: 2500px !important;
}

.cf_p_t_2500px {
  padding-top: 2500px !important;
}

.cf_p_b_2500px {
  padding-bottom: 2500px !important;
}

.cf_p_r_2500px {
  padding-right: 2500px !important;
}

.cf_p_l_2500px {
  padding-left: 2500px !important;
}

.cf_m_t_0px {
  margin-top: 0px !important;
}

.cf_m_b_0px {
  margin-bottom: 0px !important;
}

.cf_m_r_0px {
  margin-right: 0px !important;
}

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

.cf_p_t_0px {
  padding-top: 0px !important;
}

.cf_p_b_0px {
  padding-bottom: 0px !important;
}

.cf_p_r_0px {
  padding-right: 0px !important;
}

.cf_p_l_0px {
  padding-left: 0px !important;
}

.cf_m-p-0px {
  margin: 0 !important;
  padding: 0 !important;
}

.cf_m-0 {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .cf_p_r_3px_pc {
    padding-right: 3px !important;
  }
  .cf_p_r_7px_pc {
    padding-right: 7px !important;
  }
  .cf_m_r_-7px_pc {
    margin-right: -7px !important;
  }
}
@media (max-width: 991px) {
  .cf_m_t_s_0px {
    margin-top: 0px !important;
  }
  .cf_m_b_s_0px {
    margin-bottom: 0px !important;
  }
  .cf_m_r_s_0px {
    margin-right: 0px !important;
  }
  .cf_m_l_s_0px {
    margin-left: 0px !important;
  }
  .cf_p_t_s_0px {
    padding-top: 0px !important;
  }
  .cf_p_b_s_0px {
    padding-bottom: 0px !important;
  }
  .cf_p_r_s_0px {
    padding-right: 0px !important;
  }
  .cf_p_l_s_0px {
    padding-left: 0px !important;
  }
}
/*=================
font-size  汎用クラス
===================*/
.cf_f_0per {
  font-size: 0% !important;
}

.cf_f_1per {
  font-size: 1% !important;
}

.cf_f_2per {
  font-size: 2% !important;
}

.cf_f_3per {
  font-size: 3% !important;
}

.cf_f_4per {
  font-size: 4% !important;
}

.cf_f_5per {
  font-size: 5% !important;
}

.cf_f_6per {
  font-size: 6% !important;
}

.cf_f_7per {
  font-size: 7% !important;
}

.cf_f_8per {
  font-size: 8% !important;
}

.cf_f_9per {
  font-size: 9% !important;
}

.cf_f_10per {
  font-size: 10% !important;
}

.cf_f_11per {
  font-size: 11% !important;
}

.cf_f_12per {
  font-size: 12% !important;
}

.cf_f_13per {
  font-size: 13% !important;
}

.cf_f_14per {
  font-size: 14% !important;
}

.cf_f_15per {
  font-size: 15% !important;
}

.cf_f_16per {
  font-size: 16% !important;
}

.cf_f_17per {
  font-size: 17% !important;
}

.cf_f_18per {
  font-size: 18% !important;
}

.cf_f_19per {
  font-size: 19% !important;
}

.cf_f_20per {
  font-size: 20% !important;
}

.cf_f_21per {
  font-size: 21% !important;
}

.cf_f_22per {
  font-size: 22% !important;
}

.cf_f_23per {
  font-size: 23% !important;
}

.cf_f_24per {
  font-size: 24% !important;
}

.cf_f_25per {
  font-size: 25% !important;
}

.cf_f_26per {
  font-size: 26% !important;
}

.cf_f_27per {
  font-size: 27% !important;
}

.cf_f_28per {
  font-size: 28% !important;
}

.cf_f_29per {
  font-size: 29% !important;
}

.cf_f_30per {
  font-size: 30% !important;
}

.cf_f_31per {
  font-size: 31% !important;
}

.cf_f_32per {
  font-size: 32% !important;
}

.cf_f_33per {
  font-size: 33% !important;
}

.cf_f_34per {
  font-size: 34% !important;
}

.cf_f_35per {
  font-size: 35% !important;
}

.cf_f_36per {
  font-size: 36% !important;
}

.cf_f_37per {
  font-size: 37% !important;
}

.cf_f_38per {
  font-size: 38% !important;
}

.cf_f_39per {
  font-size: 39% !important;
}

.cf_f_40per {
  font-size: 40% !important;
}

.cf_f_41per {
  font-size: 41% !important;
}

.cf_f_42per {
  font-size: 42% !important;
}

.cf_f_43per {
  font-size: 43% !important;
}

.cf_f_44per {
  font-size: 44% !important;
}

.cf_f_45per {
  font-size: 45% !important;
}

.cf_f_46per {
  font-size: 46% !important;
}

.cf_f_47per {
  font-size: 47% !important;
}

.cf_f_48per {
  font-size: 48% !important;
}

.cf_f_49per {
  font-size: 49% !important;
}

.cf_f_50per {
  font-size: 50% !important;
}

.cf_f_51per {
  font-size: 51% !important;
}

.cf_f_52per {
  font-size: 52% !important;
}

.cf_f_53per {
  font-size: 53% !important;
}

.cf_f_54per {
  font-size: 54% !important;
}

.cf_f_55per {
  font-size: 55% !important;
}

.cf_f_56per {
  font-size: 56% !important;
}

.cf_f_57per {
  font-size: 57% !important;
}

.cf_f_58per {
  font-size: 58% !important;
}

.cf_f_59per {
  font-size: 59% !important;
}

.cf_f_60per {
  font-size: 60% !important;
}

.cf_f_61per {
  font-size: 61% !important;
}

.cf_f_62per {
  font-size: 62% !important;
}

.cf_f_63per {
  font-size: 63% !important;
}

.cf_f_64per {
  font-size: 64% !important;
}

.cf_f_65per {
  font-size: 65% !important;
}

.cf_f_66per {
  font-size: 66% !important;
}

.cf_f_67per {
  font-size: 67% !important;
}

.cf_f_68per {
  font-size: 68% !important;
}

.cf_f_69per {
  font-size: 69% !important;
}

.cf_f_70per {
  font-size: 70% !important;
}

.cf_f_71per {
  font-size: 71% !important;
}

.cf_f_72per {
  font-size: 72% !important;
}

.cf_f_73per {
  font-size: 73% !important;
}

.cf_f_74per {
  font-size: 74% !important;
}

.cf_f_75per {
  font-size: 75% !important;
}

.cf_f_76per {
  font-size: 76% !important;
}

.cf_f_77per {
  font-size: 77% !important;
}

.cf_f_78per {
  font-size: 78% !important;
}

.cf_f_79per {
  font-size: 79% !important;
}

.cf_f_80per {
  font-size: 80% !important;
}

.cf_f_81per {
  font-size: 81% !important;
}

.cf_f_82per {
  font-size: 82% !important;
}

.cf_f_83per {
  font-size: 83% !important;
}

.cf_f_84per {
  font-size: 84% !important;
}

.cf_f_85per {
  font-size: 85% !important;
}

.cf_f_86per {
  font-size: 86% !important;
}

.cf_f_87per {
  font-size: 87% !important;
}

.cf_f_88per {
  font-size: 88% !important;
}

.cf_f_89per {
  font-size: 89% !important;
}

.cf_f_90per {
  font-size: 90% !important;
}

.cf_f_91per {
  font-size: 91% !important;
}

.cf_f_92per {
  font-size: 92% !important;
}

.cf_f_93per {
  font-size: 93% !important;
}

.cf_f_94per {
  font-size: 94% !important;
}

.cf_f_95per {
  font-size: 95% !important;
}

.cf_f_96per {
  font-size: 96% !important;
}

.cf_f_97per {
  font-size: 97% !important;
}

.cf_f_98per {
  font-size: 98% !important;
}

.cf_f_99per {
  font-size: 99% !important;
}

.cf_f_100per {
  font-size: 100% !important;
}

.cf_f_101per {
  font-size: 101% !important;
}

.cf_f_102per {
  font-size: 102% !important;
}

.cf_f_103per {
  font-size: 103% !important;
}

.cf_f_104per {
  font-size: 104% !important;
}

.cf_f_105per {
  font-size: 105% !important;
}

.cf_f_106per {
  font-size: 106% !important;
}

.cf_f_107per {
  font-size: 107% !important;
}

.cf_f_108per {
  font-size: 108% !important;
}

.cf_f_109per {
  font-size: 109% !important;
}

.cf_f_110per {
  font-size: 110% !important;
}

.cf_f_111per {
  font-size: 111% !important;
}

.cf_f_112per {
  font-size: 112% !important;
}

.cf_f_113per {
  font-size: 113% !important;
}

.cf_f_114per {
  font-size: 114% !important;
}

.cf_f_115per {
  font-size: 115% !important;
}

.cf_f_116per {
  font-size: 116% !important;
}

.cf_f_117per {
  font-size: 117% !important;
}

.cf_f_118per {
  font-size: 118% !important;
}

.cf_f_119per {
  font-size: 119% !important;
}

.cf_f_120per {
  font-size: 120% !important;
}

.cf_f_121per {
  font-size: 121% !important;
}

.cf_f_122per {
  font-size: 122% !important;
}

.cf_f_123per {
  font-size: 123% !important;
}

.cf_f_124per {
  font-size: 124% !important;
}

.cf_f_125per {
  font-size: 125% !important;
}

.cf_f_126per {
  font-size: 126% !important;
}

.cf_f_127per {
  font-size: 127% !important;
}

.cf_f_128per {
  font-size: 128% !important;
}

.cf_f_129per {
  font-size: 129% !important;
}

.cf_f_130per {
  font-size: 130% !important;
}

.cf_f_131per {
  font-size: 131% !important;
}

.cf_f_132per {
  font-size: 132% !important;
}

.cf_f_133per {
  font-size: 133% !important;
}

.cf_f_134per {
  font-size: 134% !important;
}

.cf_f_135per {
  font-size: 135% !important;
}

.cf_f_136per {
  font-size: 136% !important;
}

.cf_f_137per {
  font-size: 137% !important;
}

.cf_f_138per {
  font-size: 138% !important;
}

.cf_f_139per {
  font-size: 139% !important;
}

.cf_f_140per {
  font-size: 140% !important;
}

.cf_f_141per {
  font-size: 141% !important;
}

.cf_f_142per {
  font-size: 142% !important;
}

.cf_f_143per {
  font-size: 143% !important;
}

.cf_f_144per {
  font-size: 144% !important;
}

.cf_f_145per {
  font-size: 145% !important;
}

.cf_f_146per {
  font-size: 146% !important;
}

.cf_f_147per {
  font-size: 147% !important;
}

.cf_f_148per {
  font-size: 148% !important;
}

.cf_f_149per {
  font-size: 149% !important;
}

.cf_f_150per {
  font-size: 150% !important;
}

.cf_f_151per {
  font-size: 151% !important;
}

.cf_f_152per {
  font-size: 152% !important;
}

.cf_f_153per {
  font-size: 153% !important;
}

.cf_f_154per {
  font-size: 154% !important;
}

.cf_f_155per {
  font-size: 155% !important;
}

.cf_f_156per {
  font-size: 156% !important;
}

.cf_f_157per {
  font-size: 157% !important;
}

.cf_f_158per {
  font-size: 158% !important;
}

.cf_f_159per {
  font-size: 159% !important;
}

.cf_f_160per {
  font-size: 160% !important;
}

.cf_f_161per {
  font-size: 161% !important;
}

.cf_f_162per {
  font-size: 162% !important;
}

.cf_f_163per {
  font-size: 163% !important;
}

.cf_f_164per {
  font-size: 164% !important;
}

.cf_f_165per {
  font-size: 165% !important;
}

.cf_f_166per {
  font-size: 166% !important;
}

.cf_f_167per {
  font-size: 167% !important;
}

.cf_f_168per {
  font-size: 168% !important;
}

.cf_f_169per {
  font-size: 169% !important;
}

.cf_f_170per {
  font-size: 170% !important;
}

.cf_f_171per {
  font-size: 171% !important;
}

.cf_f_172per {
  font-size: 172% !important;
}

.cf_f_173per {
  font-size: 173% !important;
}

.cf_f_174per {
  font-size: 174% !important;
}

.cf_f_175per {
  font-size: 175% !important;
}

.cf_f_176per {
  font-size: 176% !important;
}

.cf_f_177per {
  font-size: 177% !important;
}

.cf_f_178per {
  font-size: 178% !important;
}

.cf_f_179per {
  font-size: 179% !important;
}

.cf_f_180per {
  font-size: 180% !important;
}

.cf_f_181per {
  font-size: 181% !important;
}

.cf_f_182per {
  font-size: 182% !important;
}

.cf_f_183per {
  font-size: 183% !important;
}

.cf_f_184per {
  font-size: 184% !important;
}

.cf_f_185per {
  font-size: 185% !important;
}

.cf_f_186per {
  font-size: 186% !important;
}

.cf_f_187per {
  font-size: 187% !important;
}

.cf_f_188per {
  font-size: 188% !important;
}

.cf_f_189per {
  font-size: 189% !important;
}

.cf_f_190per {
  font-size: 190% !important;
}

.cf_f_191per {
  font-size: 191% !important;
}

.cf_f_192per {
  font-size: 192% !important;
}

.cf_f_193per {
  font-size: 193% !important;
}

.cf_f_194per {
  font-size: 194% !important;
}

.cf_f_195per {
  font-size: 195% !important;
}

.cf_f_196per {
  font-size: 196% !important;
}

.cf_f_197per {
  font-size: 197% !important;
}

.cf_f_198per {
  font-size: 198% !important;
}

.cf_f_199per {
  font-size: 199% !important;
}

.cf_f_200per {
  font-size: 200% !important;
}

.cf_f_201per {
  font-size: 201% !important;
}

.cf_f_202per {
  font-size: 202% !important;
}

.cf_f_203per {
  font-size: 203% !important;
}

.cf_f_204per {
  font-size: 204% !important;
}

.cf_f_205per {
  font-size: 205% !important;
}

.cf_f_206per {
  font-size: 206% !important;
}

.cf_f_207per {
  font-size: 207% !important;
}

.cf_f_208per {
  font-size: 208% !important;
}

.cf_f_209per {
  font-size: 209% !important;
}

.cf_f_210per {
  font-size: 210% !important;
}

.cf_f_211per {
  font-size: 211% !important;
}

.cf_f_212per {
  font-size: 212% !important;
}

.cf_f_213per {
  font-size: 213% !important;
}

.cf_f_214per {
  font-size: 214% !important;
}

.cf_f_215per {
  font-size: 215% !important;
}

.cf_f_216per {
  font-size: 216% !important;
}

.cf_f_217per {
  font-size: 217% !important;
}

.cf_f_218per {
  font-size: 218% !important;
}

.cf_f_219per {
  font-size: 219% !important;
}

.cf_f_220per {
  font-size: 220% !important;
}

.cf_f_221per {
  font-size: 221% !important;
}

.cf_f_222per {
  font-size: 222% !important;
}

.cf_f_223per {
  font-size: 223% !important;
}

.cf_f_224per {
  font-size: 224% !important;
}

.cf_f_225per {
  font-size: 225% !important;
}

.cf_f_226per {
  font-size: 226% !important;
}

.cf_f_227per {
  font-size: 227% !important;
}

.cf_f_228per {
  font-size: 228% !important;
}

.cf_f_229per {
  font-size: 229% !important;
}

.cf_f_230per {
  font-size: 230% !important;
}

.cf_f_231per {
  font-size: 231% !important;
}

.cf_f_232per {
  font-size: 232% !important;
}

.cf_f_233per {
  font-size: 233% !important;
}

.cf_f_234per {
  font-size: 234% !important;
}

.cf_f_235per {
  font-size: 235% !important;
}

.cf_f_236per {
  font-size: 236% !important;
}

.cf_f_237per {
  font-size: 237% !important;
}

.cf_f_238per {
  font-size: 238% !important;
}

.cf_f_239per {
  font-size: 239% !important;
}

.cf_f_240per {
  font-size: 240% !important;
}

.cf_f_241per {
  font-size: 241% !important;
}

.cf_f_242per {
  font-size: 242% !important;
}

.cf_f_243per {
  font-size: 243% !important;
}

.cf_f_244per {
  font-size: 244% !important;
}

.cf_f_245per {
  font-size: 245% !important;
}

.cf_f_246per {
  font-size: 246% !important;
}

.cf_f_247per {
  font-size: 247% !important;
}

.cf_f_248per {
  font-size: 248% !important;
}

.cf_f_249per {
  font-size: 249% !important;
}

.cf_f_250per {
  font-size: 250% !important;
}

.cf_f_251per {
  font-size: 251% !important;
}

.cf_f_252per {
  font-size: 252% !important;
}

.cf_f_253per {
  font-size: 253% !important;
}

.cf_f_254per {
  font-size: 254% !important;
}

.cf_f_255per {
  font-size: 255% !important;
}

.cf_f_256per {
  font-size: 256% !important;
}

.cf_f_257per {
  font-size: 257% !important;
}

.cf_f_258per {
  font-size: 258% !important;
}

.cf_f_259per {
  font-size: 259% !important;
}

.cf_f_260per {
  font-size: 260% !important;
}

.cf_f_261per {
  font-size: 261% !important;
}

.cf_f_262per {
  font-size: 262% !important;
}

.cf_f_263per {
  font-size: 263% !important;
}

.cf_f_264per {
  font-size: 264% !important;
}

.cf_f_265per {
  font-size: 265% !important;
}

.cf_f_266per {
  font-size: 266% !important;
}

.cf_f_267per {
  font-size: 267% !important;
}

.cf_f_268per {
  font-size: 268% !important;
}

.cf_f_269per {
  font-size: 269% !important;
}

.cf_f_270per {
  font-size: 270% !important;
}

.cf_f_271per {
  font-size: 271% !important;
}

.cf_f_272per {
  font-size: 272% !important;
}

.cf_f_273per {
  font-size: 273% !important;
}

.cf_f_274per {
  font-size: 274% !important;
}

.cf_f_275per {
  font-size: 275% !important;
}

.cf_f_276per {
  font-size: 276% !important;
}

.cf_f_277per {
  font-size: 277% !important;
}

.cf_f_278per {
  font-size: 278% !important;
}

.cf_f_279per {
  font-size: 279% !important;
}

.cf_f_280per {
  font-size: 280% !important;
}

.cf_f_281per {
  font-size: 281% !important;
}

.cf_f_282per {
  font-size: 282% !important;
}

.cf_f_283per {
  font-size: 283% !important;
}

.cf_f_284per {
  font-size: 284% !important;
}

.cf_f_285per {
  font-size: 285% !important;
}

.cf_f_286per {
  font-size: 286% !important;
}

.cf_f_287per {
  font-size: 287% !important;
}

.cf_f_288per {
  font-size: 288% !important;
}

.cf_f_289per {
  font-size: 289% !important;
}

.cf_f_290per {
  font-size: 290% !important;
}

.cf_f_291per {
  font-size: 291% !important;
}

.cf_f_292per {
  font-size: 292% !important;
}

.cf_f_293per {
  font-size: 293% !important;
}

.cf_f_294per {
  font-size: 294% !important;
}

.cf_f_295per {
  font-size: 295% !important;
}

.cf_f_296per {
  font-size: 296% !important;
}

.cf_f_297per {
  font-size: 297% !important;
}

.cf_f_298per {
  font-size: 298% !important;
}

.cf_f_299per {
  font-size: 299% !important;
}

.cf_f_300per {
  font-size: 300% !important;
}

.cf_f_301per {
  font-size: 301% !important;
}

.cf_f_302per {
  font-size: 302% !important;
}

.cf_f_303per {
  font-size: 303% !important;
}

.cf_f_304per {
  font-size: 304% !important;
}

.cf_f_305per {
  font-size: 305% !important;
}

.cf_f_306per {
  font-size: 306% !important;
}

.cf_f_307per {
  font-size: 307% !important;
}

.cf_f_308per {
  font-size: 308% !important;
}

.cf_f_309per {
  font-size: 309% !important;
}

.cf_f_310per {
  font-size: 310% !important;
}

.cf_f_311per {
  font-size: 311% !important;
}

.cf_f_312per {
  font-size: 312% !important;
}

.cf_f_313per {
  font-size: 313% !important;
}

.cf_f_314per {
  font-size: 314% !important;
}

.cf_f_315per {
  font-size: 315% !important;
}

.cf_f_316per {
  font-size: 316% !important;
}

.cf_f_317per {
  font-size: 317% !important;
}

.cf_f_318per {
  font-size: 318% !important;
}

.cf_f_319per {
  font-size: 319% !important;
}

.cf_f_320per {
  font-size: 320% !important;
}

.cf_f_321per {
  font-size: 321% !important;
}

.cf_f_322per {
  font-size: 322% !important;
}

.cf_f_323per {
  font-size: 323% !important;
}

.cf_f_324per {
  font-size: 324% !important;
}

.cf_f_325per {
  font-size: 325% !important;
}

.cf_f_326per {
  font-size: 326% !important;
}

.cf_f_327per {
  font-size: 327% !important;
}

.cf_f_328per {
  font-size: 328% !important;
}

.cf_f_329per {
  font-size: 329% !important;
}

.cf_f_330per {
  font-size: 330% !important;
}

.cf_f_331per {
  font-size: 331% !important;
}

.cf_f_332per {
  font-size: 332% !important;
}

.cf_f_333per {
  font-size: 333% !important;
}

.cf_f_334per {
  font-size: 334% !important;
}

.cf_f_335per {
  font-size: 335% !important;
}

.cf_f_336per {
  font-size: 336% !important;
}

.cf_f_337per {
  font-size: 337% !important;
}

.cf_f_338per {
  font-size: 338% !important;
}

.cf_f_339per {
  font-size: 339% !important;
}

.cf_f_340per {
  font-size: 340% !important;
}

.cf_f_341per {
  font-size: 341% !important;
}

.cf_f_342per {
  font-size: 342% !important;
}

.cf_f_343per {
  font-size: 343% !important;
}

.cf_f_344per {
  font-size: 344% !important;
}

.cf_f_345per {
  font-size: 345% !important;
}

.cf_f_346per {
  font-size: 346% !important;
}

.cf_f_347per {
  font-size: 347% !important;
}

.cf_f_348per {
  font-size: 348% !important;
}

.cf_f_349per {
  font-size: 349% !important;
}

.cf_f_350per {
  font-size: 350% !important;
}

.cf_f_351per {
  font-size: 351% !important;
}

.cf_f_352per {
  font-size: 352% !important;
}

.cf_f_353per {
  font-size: 353% !important;
}

.cf_f_354per {
  font-size: 354% !important;
}

.cf_f_355per {
  font-size: 355% !important;
}

.cf_f_356per {
  font-size: 356% !important;
}

.cf_f_357per {
  font-size: 357% !important;
}

.cf_f_358per {
  font-size: 358% !important;
}

.cf_f_359per {
  font-size: 359% !important;
}

.cf_f_360per {
  font-size: 360% !important;
}

.cf_f_361per {
  font-size: 361% !important;
}

.cf_f_362per {
  font-size: 362% !important;
}

.cf_f_363per {
  font-size: 363% !important;
}

.cf_f_364per {
  font-size: 364% !important;
}

.cf_f_365per {
  font-size: 365% !important;
}

.cf_f_366per {
  font-size: 366% !important;
}

.cf_f_367per {
  font-size: 367% !important;
}

.cf_f_368per {
  font-size: 368% !important;
}

.cf_f_369per {
  font-size: 369% !important;
}

.cf_f_370per {
  font-size: 370% !important;
}

.cf_f_371per {
  font-size: 371% !important;
}

.cf_f_372per {
  font-size: 372% !important;
}

.cf_f_373per {
  font-size: 373% !important;
}

.cf_f_374per {
  font-size: 374% !important;
}

.cf_f_375per {
  font-size: 375% !important;
}

.cf_f_376per {
  font-size: 376% !important;
}

.cf_f_377per {
  font-size: 377% !important;
}

.cf_f_378per {
  font-size: 378% !important;
}

.cf_f_379per {
  font-size: 379% !important;
}

.cf_f_380per {
  font-size: 380% !important;
}

.cf_f_381per {
  font-size: 381% !important;
}

.cf_f_382per {
  font-size: 382% !important;
}

.cf_f_383per {
  font-size: 383% !important;
}

.cf_f_384per {
  font-size: 384% !important;
}

.cf_f_385per {
  font-size: 385% !important;
}

.cf_f_386per {
  font-size: 386% !important;
}

.cf_f_387per {
  font-size: 387% !important;
}

.cf_f_388per {
  font-size: 388% !important;
}

.cf_f_389per {
  font-size: 389% !important;
}

.cf_f_390per {
  font-size: 390% !important;
}

.cf_f_391per {
  font-size: 391% !important;
}

.cf_f_392per {
  font-size: 392% !important;
}

.cf_f_393per {
  font-size: 393% !important;
}

.cf_f_394per {
  font-size: 394% !important;
}

.cf_f_395per {
  font-size: 395% !important;
}

.cf_f_396per {
  font-size: 396% !important;
}

.cf_f_397per {
  font-size: 397% !important;
}

.cf_f_398per {
  font-size: 398% !important;
}

.cf_f_399per {
  font-size: 399% !important;
}

.cf_f_400per {
  font-size: 400% !important;
}

/*=================
wid  汎用クラス
===================*/
.cf_wid_0per {
  width: 0% !important;
}

.cf_wid_1per {
  width: 1% !important;
}

.cf_wid_2per {
  width: 2% !important;
}

.cf_wid_3per {
  width: 3% !important;
}

.cf_wid_4per {
  width: 4% !important;
}

.cf_wid_5per {
  width: 5% !important;
}

.cf_wid_6per {
  width: 6% !important;
}

.cf_wid_7per {
  width: 7% !important;
}

.cf_wid_8per {
  width: 8% !important;
}

.cf_wid_9per {
  width: 9% !important;
}

.cf_wid_10per {
  width: 10% !important;
}

.cf_wid_11per {
  width: 11% !important;
}

.cf_wid_12per {
  width: 12% !important;
}

.cf_wid_13per {
  width: 13% !important;
}

.cf_wid_14per {
  width: 14% !important;
}

.cf_wid_15per {
  width: 15% !important;
}

.cf_wid_16per {
  width: 16% !important;
}

.cf_wid_17per {
  width: 17% !important;
}

.cf_wid_18per {
  width: 18% !important;
}

.cf_wid_19per {
  width: 19% !important;
}

.cf_wid_20per {
  width: 20% !important;
}

.cf_wid_21per {
  width: 21% !important;
}

.cf_wid_22per {
  width: 22% !important;
}

.cf_wid_23per {
  width: 23% !important;
}

.cf_wid_24per {
  width: 24% !important;
}

.cf_wid_25per {
  width: 25% !important;
}

.cf_wid_26per {
  width: 26% !important;
}

.cf_wid_27per {
  width: 27% !important;
}

.cf_wid_28per {
  width: 28% !important;
}

.cf_wid_29per {
  width: 29% !important;
}

.cf_wid_30per {
  width: 30% !important;
}

.cf_wid_31per {
  width: 31% !important;
}

.cf_wid_32per {
  width: 32% !important;
}

.cf_wid_33per {
  width: 33% !important;
}

.cf_wid_34per {
  width: 34% !important;
}

.cf_wid_35per {
  width: 35% !important;
}

.cf_wid_36per {
  width: 36% !important;
}

.cf_wid_37per {
  width: 37% !important;
}

.cf_wid_38per {
  width: 38% !important;
}

.cf_wid_39per {
  width: 39% !important;
}

.cf_wid_40per {
  width: 40% !important;
}

.cf_wid_41per {
  width: 41% !important;
}

.cf_wid_42per {
  width: 42% !important;
}

.cf_wid_43per {
  width: 43% !important;
}

.cf_wid_44per {
  width: 44% !important;
}

.cf_wid_45per {
  width: 45% !important;
}

.cf_wid_46per {
  width: 46% !important;
}

.cf_wid_47per {
  width: 47% !important;
}

.cf_wid_48per {
  width: 48% !important;
}

.cf_wid_49per {
  width: 49% !important;
}

.cf_wid_50per {
  width: 50% !important;
}

.cf_wid_51per {
  width: 51% !important;
}

.cf_wid_52per {
  width: 52% !important;
}

.cf_wid_53per {
  width: 53% !important;
}

.cf_wid_54per {
  width: 54% !important;
}

.cf_wid_55per {
  width: 55% !important;
}

.cf_wid_56per {
  width: 56% !important;
}

.cf_wid_57per {
  width: 57% !important;
}

.cf_wid_58per {
  width: 58% !important;
}

.cf_wid_59per {
  width: 59% !important;
}

.cf_wid_60per {
  width: 60% !important;
}

.cf_wid_61per {
  width: 61% !important;
}

.cf_wid_62per {
  width: 62% !important;
}

.cf_wid_63per {
  width: 63% !important;
}

.cf_wid_64per {
  width: 64% !important;
}

.cf_wid_65per {
  width: 65% !important;
}

.cf_wid_66per {
  width: 66% !important;
}

.cf_wid_67per {
  width: 67% !important;
}

.cf_wid_68per {
  width: 68% !important;
}

.cf_wid_69per {
  width: 69% !important;
}

.cf_wid_70per {
  width: 70% !important;
}

.cf_wid_71per {
  width: 71% !important;
}

.cf_wid_72per {
  width: 72% !important;
}

.cf_wid_73per {
  width: 73% !important;
}

.cf_wid_74per {
  width: 74% !important;
}

.cf_wid_75per {
  width: 75% !important;
}

.cf_wid_76per {
  width: 76% !important;
}

.cf_wid_77per {
  width: 77% !important;
}

.cf_wid_78per {
  width: 78% !important;
}

.cf_wid_79per {
  width: 79% !important;
}

.cf_wid_80per {
  width: 80% !important;
}

.cf_wid_81per {
  width: 81% !important;
}

.cf_wid_82per {
  width: 82% !important;
}

.cf_wid_83per {
  width: 83% !important;
}

.cf_wid_84per {
  width: 84% !important;
}

.cf_wid_85per {
  width: 85% !important;
}

.cf_wid_86per {
  width: 86% !important;
}

.cf_wid_87per {
  width: 87% !important;
}

.cf_wid_88per {
  width: 88% !important;
}

.cf_wid_89per {
  width: 89% !important;
}

.cf_wid_90per {
  width: 90% !important;
}

.cf_wid_91per {
  width: 91% !important;
}

.cf_wid_92per {
  width: 92% !important;
}

.cf_wid_93per {
  width: 93% !important;
}

.cf_wid_94per {
  width: 94% !important;
}

.cf_wid_95per {
  width: 95% !important;
}

.cf_wid_96per {
  width: 96% !important;
}

.cf_wid_97per {
  width: 97% !important;
}

.cf_wid_98per {
  width: 98% !important;
}

.cf_wid_99per {
  width: 99% !important;
}

.cf_wid_100per {
  width: 100% !important;
}

.cf_wid_0em {
  width: 0em !important;
}

.cf_wid_1em {
  width: 1em !important;
}

.cf_wid_2em {
  width: 2em !important;
}

.cf_wid_3em {
  width: 3em !important;
}

.cf_wid_4em {
  width: 4em !important;
}

.cf_wid_5em {
  width: 5em !important;
}

.cf_wid_6em {
  width: 6em !important;
}

.cf_wid_7em {
  width: 7em !important;
}

.cf_wid_8em {
  width: 8em !important;
}

.cf_wid_9em {
  width: 9em !important;
}

.cf_wid_10em {
  width: 10em !important;
}

.cf_wid_11em {
  width: 11em !important;
}

.cf_wid_12em {
  width: 12em !important;
}

.cf_wid_13em {
  width: 13em !important;
}

.cf_wid_14em {
  width: 14em !important;
}

.cf_wid_15em {
  width: 15em !important;
}

.cf_wid_16em {
  width: 16em !important;
}

.cf_wid_17em {
  width: 17em !important;
}

.cf_wid_18em {
  width: 18em !important;
}

.cf_wid_19em {
  width: 19em !important;
}

.cf_wid_20em {
  width: 20em !important;
}

.cf_wid_21em {
  width: 21em !important;
}

.cf_wid_22em {
  width: 22em !important;
}

.cf_wid_23em {
  width: 23em !important;
}

.cf_wid_24em {
  width: 24em !important;
}

.cf_wid_25em {
  width: 25em !important;
}

.cf_wid_26em {
  width: 26em !important;
}

.cf_wid_27em {
  width: 27em !important;
}

.cf_wid_28em {
  width: 28em !important;
}

.cf_wid_29em {
  width: 29em !important;
}

.cf_wid_30em {
  width: 30em !important;
}

.cf_wid_31em {
  width: 31em !important;
}

.cf_wid_32em {
  width: 32em !important;
}

.cf_wid_33em {
  width: 33em !important;
}

.cf_wid_34em {
  width: 34em !important;
}

.cf_wid_35em {
  width: 35em !important;
}

.cf_wid_36em {
  width: 36em !important;
}

.cf_wid_37em {
  width: 37em !important;
}

.cf_wid_38em {
  width: 38em !important;
}

.cf_wid_39em {
  width: 39em !important;
}

.cf_wid_40em {
  width: 40em !important;
}

.cf_wid_41em {
  width: 41em !important;
}

.cf_wid_42em {
  width: 42em !important;
}

.cf_wid_43em {
  width: 43em !important;
}

.cf_wid_44em {
  width: 44em !important;
}

.cf_wid_45em {
  width: 45em !important;
}

.cf_wid_46em {
  width: 46em !important;
}

.cf_wid_47em {
  width: 47em !important;
}

.cf_wid_48em {
  width: 48em !important;
}

.cf_wid_49em {
  width: 49em !important;
}

.cf_wid_50em {
  width: 50em !important;
}

.cf_wid_51em {
  width: 51em !important;
}

.cf_wid_52em {
  width: 52em !important;
}

.cf_wid_53em {
  width: 53em !important;
}

.cf_wid_54em {
  width: 54em !important;
}

.cf_wid_55em {
  width: 55em !important;
}

.cf_wid_56em {
  width: 56em !important;
}

.cf_wid_57em {
  width: 57em !important;
}

.cf_wid_58em {
  width: 58em !important;
}

.cf_wid_59em {
  width: 59em !important;
}

.cf_wid_60em {
  width: 60em !important;
}

.cf_wid_61em {
  width: 61em !important;
}

.cf_wid_62em {
  width: 62em !important;
}

.cf_wid_63em {
  width: 63em !important;
}

.cf_wid_64em {
  width: 64em !important;
}

.cf_wid_65em {
  width: 65em !important;
}

.cf_wid_66em {
  width: 66em !important;
}

.cf_wid_67em {
  width: 67em !important;
}

.cf_wid_68em {
  width: 68em !important;
}

.cf_wid_69em {
  width: 69em !important;
}

.cf_wid_70em {
  width: 70em !important;
}

.cf_wid_71em {
  width: 71em !important;
}

.cf_wid_72em {
  width: 72em !important;
}

.cf_wid_73em {
  width: 73em !important;
}

.cf_wid_74em {
  width: 74em !important;
}

.cf_wid_75em {
  width: 75em !important;
}

.cf_wid_76em {
  width: 76em !important;
}

.cf_wid_77em {
  width: 77em !important;
}

.cf_wid_78em {
  width: 78em !important;
}

.cf_wid_79em {
  width: 79em !important;
}

.cf_wid_80em {
  width: 80em !important;
}

.cf_wid_81em {
  width: 81em !important;
}

.cf_wid_82em {
  width: 82em !important;
}

.cf_wid_83em {
  width: 83em !important;
}

.cf_wid_84em {
  width: 84em !important;
}

.cf_wid_85em {
  width: 85em !important;
}

.cf_wid_86em {
  width: 86em !important;
}

.cf_wid_87em {
  width: 87em !important;
}

.cf_wid_88em {
  width: 88em !important;
}

.cf_wid_89em {
  width: 89em !important;
}

.cf_wid_90em {
  width: 90em !important;
}

.cf_wid_91em {
  width: 91em !important;
}

.cf_wid_92em {
  width: 92em !important;
}

.cf_wid_93em {
  width: 93em !important;
}

.cf_wid_94em {
  width: 94em !important;
}

.cf_wid_95em {
  width: 95em !important;
}

.cf_wid_96em {
  width: 96em !important;
}

.cf_wid_97em {
  width: 97em !important;
}

.cf_wid_98em {
  width: 98em !important;
}

.cf_wid_99em {
  width: 99em !important;
}

.cf_wid_100em {
  width: 100em !important;
}

.cf_wid_101em {
  width: 101em !important;
}

.cf_wid_102em {
  width: 102em !important;
}

.cf_wid_103em {
  width: 103em !important;
}

.cf_wid_104em {
  width: 104em !important;
}

.cf_wid_105em {
  width: 105em !important;
}

.cf_wid_106em {
  width: 106em !important;
}

.cf_wid_107em {
  width: 107em !important;
}

.cf_wid_108em {
  width: 108em !important;
}

.cf_wid_109em {
  width: 109em !important;
}

.cf_wid_110em {
  width: 110em !important;
}

.cf_wid_111em {
  width: 111em !important;
}

.cf_wid_112em {
  width: 112em !important;
}

.cf_wid_113em {
  width: 113em !important;
}

.cf_wid_114em {
  width: 114em !important;
}

.cf_wid_115em {
  width: 115em !important;
}

.cf_wid_116em {
  width: 116em !important;
}

.cf_wid_117em {
  width: 117em !important;
}

.cf_wid_118em {
  width: 118em !important;
}

.cf_wid_119em {
  width: 119em !important;
}

.cf_wid_120em {
  width: 120em !important;
}

.cf_wid_121em {
  width: 121em !important;
}

.cf_wid_122em {
  width: 122em !important;
}

.cf_wid_123em {
  width: 123em !important;
}

.cf_wid_124em {
  width: 124em !important;
}

.cf_wid_125em {
  width: 125em !important;
}

.cf_wid_126em {
  width: 126em !important;
}

.cf_wid_127em {
  width: 127em !important;
}

.cf_wid_128em {
  width: 128em !important;
}

.cf_wid_129em {
  width: 129em !important;
}

.cf_wid_130em {
  width: 130em !important;
}

.cf_wid_131em {
  width: 131em !important;
}

.cf_wid_132em {
  width: 132em !important;
}

.cf_wid_133em {
  width: 133em !important;
}

.cf_wid_134em {
  width: 134em !important;
}

.cf_wid_135em {
  width: 135em !important;
}

.cf_wid_136em {
  width: 136em !important;
}

.cf_wid_137em {
  width: 137em !important;
}

.cf_wid_138em {
  width: 138em !important;
}

.cf_wid_139em {
  width: 139em !important;
}

.cf_wid_140em {
  width: 140em !important;
}

.cf_wid_141em {
  width: 141em !important;
}

.cf_wid_142em {
  width: 142em !important;
}

.cf_wid_143em {
  width: 143em !important;
}

.cf_wid_144em {
  width: 144em !important;
}

.cf_wid_145em {
  width: 145em !important;
}

.cf_wid_146em {
  width: 146em !important;
}

.cf_wid_147em {
  width: 147em !important;
}

.cf_wid_148em {
  width: 148em !important;
}

.cf_wid_149em {
  width: 149em !important;
}

.cf_wid_150em {
  width: 150em !important;
}

.cf_wid_151em {
  width: 151em !important;
}

.cf_wid_152em {
  width: 152em !important;
}

.cf_wid_153em {
  width: 153em !important;
}

.cf_wid_154em {
  width: 154em !important;
}

.cf_wid_155em {
  width: 155em !important;
}

.cf_wid_156em {
  width: 156em !important;
}

.cf_wid_157em {
  width: 157em !important;
}

.cf_wid_158em {
  width: 158em !important;
}

.cf_wid_159em {
  width: 159em !important;
}

.cf_wid_160em {
  width: 160em !important;
}

.cf_wid_161em {
  width: 161em !important;
}

.cf_wid_162em {
  width: 162em !important;
}

.cf_wid_163em {
  width: 163em !important;
}

.cf_wid_164em {
  width: 164em !important;
}

.cf_wid_165em {
  width: 165em !important;
}

.cf_wid_166em {
  width: 166em !important;
}

.cf_wid_167em {
  width: 167em !important;
}

.cf_wid_168em {
  width: 168em !important;
}

.cf_wid_169em {
  width: 169em !important;
}

.cf_wid_170em {
  width: 170em !important;
}

.cf_wid_171em {
  width: 171em !important;
}

.cf_wid_172em {
  width: 172em !important;
}

.cf_wid_173em {
  width: 173em !important;
}

.cf_wid_174em {
  width: 174em !important;
}

.cf_wid_175em {
  width: 175em !important;
}

.cf_wid_176em {
  width: 176em !important;
}

.cf_wid_177em {
  width: 177em !important;
}

.cf_wid_178em {
  width: 178em !important;
}

.cf_wid_179em {
  width: 179em !important;
}

.cf_wid_180em {
  width: 180em !important;
}

.cf_wid_181em {
  width: 181em !important;
}

.cf_wid_182em {
  width: 182em !important;
}

.cf_wid_183em {
  width: 183em !important;
}

.cf_wid_184em {
  width: 184em !important;
}

.cf_wid_185em {
  width: 185em !important;
}

.cf_wid_186em {
  width: 186em !important;
}

.cf_wid_187em {
  width: 187em !important;
}

.cf_wid_188em {
  width: 188em !important;
}

.cf_wid_189em {
  width: 189em !important;
}

.cf_wid_190em {
  width: 190em !important;
}

.cf_wid_191em {
  width: 191em !important;
}

.cf_wid_192em {
  width: 192em !important;
}

.cf_wid_193em {
  width: 193em !important;
}

.cf_wid_194em {
  width: 194em !important;
}

.cf_wid_195em {
  width: 195em !important;
}

.cf_wid_196em {
  width: 196em !important;
}

.cf_wid_197em {
  width: 197em !important;
}

.cf_wid_198em {
  width: 198em !important;
}

.cf_wid_199em {
  width: 199em !important;
}

.cf_wid_200em {
  width: 200em !important;
}

.cf_wid_201em {
  width: 201em !important;
}

.cf_wid_202em {
  width: 202em !important;
}

.cf_wid_203em {
  width: 203em !important;
}

.cf_wid_204em {
  width: 204em !important;
}

.cf_wid_205em {
  width: 205em !important;
}

.cf_wid_206em {
  width: 206em !important;
}

.cf_wid_207em {
  width: 207em !important;
}

.cf_wid_208em {
  width: 208em !important;
}

.cf_wid_209em {
  width: 209em !important;
}

.cf_wid_210em {
  width: 210em !important;
}

.cf_wid_211em {
  width: 211em !important;
}

.cf_wid_212em {
  width: 212em !important;
}

.cf_wid_213em {
  width: 213em !important;
}

.cf_wid_214em {
  width: 214em !important;
}

.cf_wid_215em {
  width: 215em !important;
}

.cf_wid_216em {
  width: 216em !important;
}

.cf_wid_217em {
  width: 217em !important;
}

.cf_wid_218em {
  width: 218em !important;
}

.cf_wid_219em {
  width: 219em !important;
}

.cf_wid_220em {
  width: 220em !important;
}

.cf_wid_221em {
  width: 221em !important;
}

.cf_wid_222em {
  width: 222em !important;
}

.cf_wid_223em {
  width: 223em !important;
}

.cf_wid_224em {
  width: 224em !important;
}

.cf_wid_225em {
  width: 225em !important;
}

.cf_wid_226em {
  width: 226em !important;
}

.cf_wid_227em {
  width: 227em !important;
}

.cf_wid_228em {
  width: 228em !important;
}

.cf_wid_229em {
  width: 229em !important;
}

.cf_wid_230em {
  width: 230em !important;
}

.cf_wid_231em {
  width: 231em !important;
}

.cf_wid_232em {
  width: 232em !important;
}

.cf_wid_233em {
  width: 233em !important;
}

.cf_wid_234em {
  width: 234em !important;
}

.cf_wid_235em {
  width: 235em !important;
}

.cf_wid_236em {
  width: 236em !important;
}

.cf_wid_237em {
  width: 237em !important;
}

.cf_wid_238em {
  width: 238em !important;
}

.cf_wid_239em {
  width: 239em !important;
}

.cf_wid_240em {
  width: 240em !important;
}

.cf_wid_241em {
  width: 241em !important;
}

.cf_wid_242em {
  width: 242em !important;
}

.cf_wid_243em {
  width: 243em !important;
}

.cf_wid_244em {
  width: 244em !important;
}

.cf_wid_245em {
  width: 245em !important;
}

.cf_wid_246em {
  width: 246em !important;
}

.cf_wid_247em {
  width: 247em !important;
}

.cf_wid_248em {
  width: 248em !important;
}

.cf_wid_249em {
  width: 249em !important;
}

.cf_wid_250em {
  width: 250em !important;
}

.cf_wid_251em {
  width: 251em !important;
}

.cf_wid_252em {
  width: 252em !important;
}

.cf_wid_253em {
  width: 253em !important;
}

.cf_wid_254em {
  width: 254em !important;
}

.cf_wid_255em {
  width: 255em !important;
}

.cf_wid_256em {
  width: 256em !important;
}

.cf_wid_257em {
  width: 257em !important;
}

.cf_wid_258em {
  width: 258em !important;
}

.cf_wid_259em {
  width: 259em !important;
}

.cf_wid_260em {
  width: 260em !important;
}

.cf_wid_261em {
  width: 261em !important;
}

.cf_wid_262em {
  width: 262em !important;
}

.cf_wid_263em {
  width: 263em !important;
}

.cf_wid_264em {
  width: 264em !important;
}

.cf_wid_265em {
  width: 265em !important;
}

.cf_wid_266em {
  width: 266em !important;
}

.cf_wid_267em {
  width: 267em !important;
}

.cf_wid_268em {
  width: 268em !important;
}

.cf_wid_269em {
  width: 269em !important;
}

.cf_wid_270em {
  width: 270em !important;
}

.cf_wid_271em {
  width: 271em !important;
}

.cf_wid_272em {
  width: 272em !important;
}

.cf_wid_273em {
  width: 273em !important;
}

.cf_wid_274em {
  width: 274em !important;
}

.cf_wid_275em {
  width: 275em !important;
}

.cf_wid_276em {
  width: 276em !important;
}

.cf_wid_277em {
  width: 277em !important;
}

.cf_wid_278em {
  width: 278em !important;
}

.cf_wid_279em {
  width: 279em !important;
}

.cf_wid_280em {
  width: 280em !important;
}

.cf_wid_281em {
  width: 281em !important;
}

.cf_wid_282em {
  width: 282em !important;
}

.cf_wid_283em {
  width: 283em !important;
}

.cf_wid_284em {
  width: 284em !important;
}

.cf_wid_285em {
  width: 285em !important;
}

.cf_wid_286em {
  width: 286em !important;
}

.cf_wid_287em {
  width: 287em !important;
}

.cf_wid_288em {
  width: 288em !important;
}

.cf_wid_289em {
  width: 289em !important;
}

.cf_wid_290em {
  width: 290em !important;
}

.cf_wid_291em {
  width: 291em !important;
}

.cf_wid_292em {
  width: 292em !important;
}

.cf_wid_293em {
  width: 293em !important;
}

.cf_wid_294em {
  width: 294em !important;
}

.cf_wid_295em {
  width: 295em !important;
}

.cf_wid_296em {
  width: 296em !important;
}

.cf_wid_297em {
  width: 297em !important;
}

.cf_wid_298em {
  width: 298em !important;
}

.cf_wid_299em {
  width: 299em !important;
}

.cf_wid_300em {
  width: 300em !important;
}

.cf_wid_0px {
  width: 0px !important;
}

.cf_wid_1px {
  width: 1px !important;
}

.cf_wid_2px {
  width: 2px !important;
}

.cf_wid_3px {
  width: 3px !important;
}

.cf_wid_4px {
  width: 4px !important;
}

.cf_wid_5px {
  width: 5px !important;
}

.cf_wid_6px {
  width: 6px !important;
}

.cf_wid_7px {
  width: 7px !important;
}

.cf_wid_8px {
  width: 8px !important;
}

.cf_wid_9px {
  width: 9px !important;
}

.cf_wid_10px {
  width: 10px !important;
}

.cf_wid_11px {
  width: 11px !important;
}

.cf_wid_12px {
  width: 12px !important;
}

.cf_wid_13px {
  width: 13px !important;
}

.cf_wid_14px {
  width: 14px !important;
}

.cf_wid_15px {
  width: 15px !important;
}

.cf_wid_16px {
  width: 16px !important;
}

.cf_wid_17px {
  width: 17px !important;
}

.cf_wid_18px {
  width: 18px !important;
}

.cf_wid_19px {
  width: 19px !important;
}

.cf_wid_20px {
  width: 20px !important;
}

.cf_wid_21px {
  width: 21px !important;
}

.cf_wid_22px {
  width: 22px !important;
}

.cf_wid_23px {
  width: 23px !important;
}

.cf_wid_24px {
  width: 24px !important;
}

.cf_wid_25px {
  width: 25px !important;
}

.cf_wid_26px {
  width: 26px !important;
}

.cf_wid_27px {
  width: 27px !important;
}

.cf_wid_28px {
  width: 28px !important;
}

.cf_wid_29px {
  width: 29px !important;
}

.cf_wid_30px {
  width: 30px !important;
}

.cf_wid_31px {
  width: 31px !important;
}

.cf_wid_32px {
  width: 32px !important;
}

.cf_wid_33px {
  width: 33px !important;
}

.cf_wid_34px {
  width: 34px !important;
}

.cf_wid_35px {
  width: 35px !important;
}

.cf_wid_36px {
  width: 36px !important;
}

.cf_wid_37px {
  width: 37px !important;
}

.cf_wid_38px {
  width: 38px !important;
}

.cf_wid_39px {
  width: 39px !important;
}

.cf_wid_40px {
  width: 40px !important;
}

.cf_wid_41px {
  width: 41px !important;
}

.cf_wid_42px {
  width: 42px !important;
}

.cf_wid_43px {
  width: 43px !important;
}

.cf_wid_44px {
  width: 44px !important;
}

.cf_wid_45px {
  width: 45px !important;
}

.cf_wid_46px {
  width: 46px !important;
}

.cf_wid_47px {
  width: 47px !important;
}

.cf_wid_48px {
  width: 48px !important;
}

.cf_wid_49px {
  width: 49px !important;
}

.cf_wid_50px {
  width: 50px !important;
}

.cf_wid_51px {
  width: 51px !important;
}

.cf_wid_52px {
  width: 52px !important;
}

.cf_wid_53px {
  width: 53px !important;
}

.cf_wid_54px {
  width: 54px !important;
}

.cf_wid_55px {
  width: 55px !important;
}

.cf_wid_56px {
  width: 56px !important;
}

.cf_wid_57px {
  width: 57px !important;
}

.cf_wid_58px {
  width: 58px !important;
}

.cf_wid_59px {
  width: 59px !important;
}

.cf_wid_60px {
  width: 60px !important;
}

.cf_wid_61px {
  width: 61px !important;
}

.cf_wid_62px {
  width: 62px !important;
}

.cf_wid_63px {
  width: 63px !important;
}

.cf_wid_64px {
  width: 64px !important;
}

.cf_wid_65px {
  width: 65px !important;
}

.cf_wid_66px {
  width: 66px !important;
}

.cf_wid_67px {
  width: 67px !important;
}

.cf_wid_68px {
  width: 68px !important;
}

.cf_wid_69px {
  width: 69px !important;
}

.cf_wid_70px {
  width: 70px !important;
}

.cf_wid_71px {
  width: 71px !important;
}

.cf_wid_72px {
  width: 72px !important;
}

.cf_wid_73px {
  width: 73px !important;
}

.cf_wid_74px {
  width: 74px !important;
}

.cf_wid_75px {
  width: 75px !important;
}

.cf_wid_76px {
  width: 76px !important;
}

.cf_wid_77px {
  width: 77px !important;
}

.cf_wid_78px {
  width: 78px !important;
}

.cf_wid_79px {
  width: 79px !important;
}

.cf_wid_80px {
  width: 80px !important;
}

.cf_wid_81px {
  width: 81px !important;
}

.cf_wid_82px {
  width: 82px !important;
}

.cf_wid_83px {
  width: 83px !important;
}

.cf_wid_84px {
  width: 84px !important;
}

.cf_wid_85px {
  width: 85px !important;
}

.cf_wid_86px {
  width: 86px !important;
}

.cf_wid_87px {
  width: 87px !important;
}

.cf_wid_88px {
  width: 88px !important;
}

.cf_wid_89px {
  width: 89px !important;
}

.cf_wid_90px {
  width: 90px !important;
}

.cf_wid_91px {
  width: 91px !important;
}

.cf_wid_92px {
  width: 92px !important;
}

.cf_wid_93px {
  width: 93px !important;
}

.cf_wid_94px {
  width: 94px !important;
}

.cf_wid_95px {
  width: 95px !important;
}

.cf_wid_96px {
  width: 96px !important;
}

.cf_wid_97px {
  width: 97px !important;
}

.cf_wid_98px {
  width: 98px !important;
}

.cf_wid_99px {
  width: 99px !important;
}

.cf_wid_100px {
  width: 100px !important;
}

.cf_wid_101px {
  width: 101px !important;
}

.cf_wid_102px {
  width: 102px !important;
}

.cf_wid_103px {
  width: 103px !important;
}

.cf_wid_104px {
  width: 104px !important;
}

.cf_wid_105px {
  width: 105px !important;
}

.cf_wid_106px {
  width: 106px !important;
}

.cf_wid_107px {
  width: 107px !important;
}

.cf_wid_108px {
  width: 108px !important;
}

.cf_wid_109px {
  width: 109px !important;
}

.cf_wid_110px {
  width: 110px !important;
}

.cf_wid_111px {
  width: 111px !important;
}

.cf_wid_112px {
  width: 112px !important;
}

.cf_wid_113px {
  width: 113px !important;
}

.cf_wid_114px {
  width: 114px !important;
}

.cf_wid_115px {
  width: 115px !important;
}

.cf_wid_116px {
  width: 116px !important;
}

.cf_wid_117px {
  width: 117px !important;
}

.cf_wid_118px {
  width: 118px !important;
}

.cf_wid_119px {
  width: 119px !important;
}

.cf_wid_120px {
  width: 120px !important;
}

.cf_wid_121px {
  width: 121px !important;
}

.cf_wid_122px {
  width: 122px !important;
}

.cf_wid_123px {
  width: 123px !important;
}

.cf_wid_124px {
  width: 124px !important;
}

.cf_wid_125px {
  width: 125px !important;
}

.cf_wid_126px {
  width: 126px !important;
}

.cf_wid_127px {
  width: 127px !important;
}

.cf_wid_128px {
  width: 128px !important;
}

.cf_wid_129px {
  width: 129px !important;
}

.cf_wid_130px {
  width: 130px !important;
}

.cf_wid_131px {
  width: 131px !important;
}

.cf_wid_132px {
  width: 132px !important;
}

.cf_wid_133px {
  width: 133px !important;
}

.cf_wid_134px {
  width: 134px !important;
}

.cf_wid_135px {
  width: 135px !important;
}

.cf_wid_136px {
  width: 136px !important;
}

.cf_wid_137px {
  width: 137px !important;
}

.cf_wid_138px {
  width: 138px !important;
}

.cf_wid_139px {
  width: 139px !important;
}

.cf_wid_140px {
  width: 140px !important;
}

.cf_wid_141px {
  width: 141px !important;
}

.cf_wid_142px {
  width: 142px !important;
}

.cf_wid_143px {
  width: 143px !important;
}

.cf_wid_144px {
  width: 144px !important;
}

.cf_wid_145px {
  width: 145px !important;
}

.cf_wid_146px {
  width: 146px !important;
}

.cf_wid_147px {
  width: 147px !important;
}

.cf_wid_148px {
  width: 148px !important;
}

.cf_wid_149px {
  width: 149px !important;
}

.cf_wid_150px {
  width: 150px !important;
}

.cf_wid_151px {
  width: 151px !important;
}

.cf_wid_152px {
  width: 152px !important;
}

.cf_wid_153px {
  width: 153px !important;
}

.cf_wid_154px {
  width: 154px !important;
}

.cf_wid_155px {
  width: 155px !important;
}

.cf_wid_156px {
  width: 156px !important;
}

.cf_wid_157px {
  width: 157px !important;
}

.cf_wid_158px {
  width: 158px !important;
}

.cf_wid_159px {
  width: 159px !important;
}

.cf_wid_160px {
  width: 160px !important;
}

.cf_wid_161px {
  width: 161px !important;
}

.cf_wid_162px {
  width: 162px !important;
}

.cf_wid_163px {
  width: 163px !important;
}

.cf_wid_164px {
  width: 164px !important;
}

.cf_wid_165px {
  width: 165px !important;
}

.cf_wid_166px {
  width: 166px !important;
}

.cf_wid_167px {
  width: 167px !important;
}

.cf_wid_168px {
  width: 168px !important;
}

.cf_wid_169px {
  width: 169px !important;
}

.cf_wid_170px {
  width: 170px !important;
}

.cf_wid_171px {
  width: 171px !important;
}

.cf_wid_172px {
  width: 172px !important;
}

.cf_wid_173px {
  width: 173px !important;
}

.cf_wid_174px {
  width: 174px !important;
}

.cf_wid_175px {
  width: 175px !important;
}

.cf_wid_176px {
  width: 176px !important;
}

.cf_wid_177px {
  width: 177px !important;
}

.cf_wid_178px {
  width: 178px !important;
}

.cf_wid_179px {
  width: 179px !important;
}

.cf_wid_180px {
  width: 180px !important;
}

.cf_wid_181px {
  width: 181px !important;
}

.cf_wid_182px {
  width: 182px !important;
}

.cf_wid_183px {
  width: 183px !important;
}

.cf_wid_184px {
  width: 184px !important;
}

.cf_wid_185px {
  width: 185px !important;
}

.cf_wid_186px {
  width: 186px !important;
}

.cf_wid_187px {
  width: 187px !important;
}

.cf_wid_188px {
  width: 188px !important;
}

.cf_wid_189px {
  width: 189px !important;
}

.cf_wid_190px {
  width: 190px !important;
}

.cf_wid_191px {
  width: 191px !important;
}

.cf_wid_192px {
  width: 192px !important;
}

.cf_wid_193px {
  width: 193px !important;
}

.cf_wid_194px {
  width: 194px !important;
}

.cf_wid_195px {
  width: 195px !important;
}

.cf_wid_196px {
  width: 196px !important;
}

.cf_wid_197px {
  width: 197px !important;
}

.cf_wid_198px {
  width: 198px !important;
}

.cf_wid_199px {
  width: 199px !important;
}

.cf_wid_200px {
  width: 200px !important;
}

.cf_wid_201px {
  width: 201px !important;
}

.cf_wid_202px {
  width: 202px !important;
}

.cf_wid_203px {
  width: 203px !important;
}

.cf_wid_204px {
  width: 204px !important;
}

.cf_wid_205px {
  width: 205px !important;
}

.cf_wid_206px {
  width: 206px !important;
}

.cf_wid_207px {
  width: 207px !important;
}

.cf_wid_208px {
  width: 208px !important;
}

.cf_wid_209px {
  width: 209px !important;
}

.cf_wid_210px {
  width: 210px !important;
}

.cf_wid_211px {
  width: 211px !important;
}

.cf_wid_212px {
  width: 212px !important;
}

.cf_wid_213px {
  width: 213px !important;
}

.cf_wid_214px {
  width: 214px !important;
}

.cf_wid_215px {
  width: 215px !important;
}

.cf_wid_216px {
  width: 216px !important;
}

.cf_wid_217px {
  width: 217px !important;
}

.cf_wid_218px {
  width: 218px !important;
}

.cf_wid_219px {
  width: 219px !important;
}

.cf_wid_220px {
  width: 220px !important;
}

.cf_wid_221px {
  width: 221px !important;
}

.cf_wid_222px {
  width: 222px !important;
}

.cf_wid_223px {
  width: 223px !important;
}

.cf_wid_224px {
  width: 224px !important;
}

.cf_wid_225px {
  width: 225px !important;
}

.cf_wid_226px {
  width: 226px !important;
}

.cf_wid_227px {
  width: 227px !important;
}

.cf_wid_228px {
  width: 228px !important;
}

.cf_wid_229px {
  width: 229px !important;
}

.cf_wid_230px {
  width: 230px !important;
}

.cf_wid_231px {
  width: 231px !important;
}

.cf_wid_232px {
  width: 232px !important;
}

.cf_wid_233px {
  width: 233px !important;
}

.cf_wid_234px {
  width: 234px !important;
}

.cf_wid_235px {
  width: 235px !important;
}

.cf_wid_236px {
  width: 236px !important;
}

.cf_wid_237px {
  width: 237px !important;
}

.cf_wid_238px {
  width: 238px !important;
}

.cf_wid_239px {
  width: 239px !important;
}

.cf_wid_240px {
  width: 240px !important;
}

.cf_wid_241px {
  width: 241px !important;
}

.cf_wid_242px {
  width: 242px !important;
}

.cf_wid_243px {
  width: 243px !important;
}

.cf_wid_244px {
  width: 244px !important;
}

.cf_wid_245px {
  width: 245px !important;
}

.cf_wid_246px {
  width: 246px !important;
}

.cf_wid_247px {
  width: 247px !important;
}

.cf_wid_248px {
  width: 248px !important;
}

.cf_wid_249px {
  width: 249px !important;
}

.cf_wid_250px {
  width: 250px !important;
}

.cf_wid_251px {
  width: 251px !important;
}

.cf_wid_252px {
  width: 252px !important;
}

.cf_wid_253px {
  width: 253px !important;
}

.cf_wid_254px {
  width: 254px !important;
}

.cf_wid_255px {
  width: 255px !important;
}

.cf_wid_256px {
  width: 256px !important;
}

.cf_wid_257px {
  width: 257px !important;
}

.cf_wid_258px {
  width: 258px !important;
}

.cf_wid_259px {
  width: 259px !important;
}

.cf_wid_260px {
  width: 260px !important;
}

.cf_wid_261px {
  width: 261px !important;
}

.cf_wid_262px {
  width: 262px !important;
}

.cf_wid_263px {
  width: 263px !important;
}

.cf_wid_264px {
  width: 264px !important;
}

.cf_wid_265px {
  width: 265px !important;
}

.cf_wid_266px {
  width: 266px !important;
}

.cf_wid_267px {
  width: 267px !important;
}

.cf_wid_268px {
  width: 268px !important;
}

.cf_wid_269px {
  width: 269px !important;
}

.cf_wid_270px {
  width: 270px !important;
}

.cf_wid_271px {
  width: 271px !important;
}

.cf_wid_272px {
  width: 272px !important;
}

.cf_wid_273px {
  width: 273px !important;
}

.cf_wid_274px {
  width: 274px !important;
}

.cf_wid_275px {
  width: 275px !important;
}

.cf_wid_276px {
  width: 276px !important;
}

.cf_wid_277px {
  width: 277px !important;
}

.cf_wid_278px {
  width: 278px !important;
}

.cf_wid_279px {
  width: 279px !important;
}

.cf_wid_280px {
  width: 280px !important;
}

.cf_wid_281px {
  width: 281px !important;
}

.cf_wid_282px {
  width: 282px !important;
}

.cf_wid_283px {
  width: 283px !important;
}

.cf_wid_284px {
  width: 284px !important;
}

.cf_wid_285px {
  width: 285px !important;
}

.cf_wid_286px {
  width: 286px !important;
}

.cf_wid_287px {
  width: 287px !important;
}

.cf_wid_288px {
  width: 288px !important;
}

.cf_wid_289px {
  width: 289px !important;
}

.cf_wid_290px {
  width: 290px !important;
}

.cf_wid_291px {
  width: 291px !important;
}

.cf_wid_292px {
  width: 292px !important;
}

.cf_wid_293px {
  width: 293px !important;
}

.cf_wid_294px {
  width: 294px !important;
}

.cf_wid_295px {
  width: 295px !important;
}

.cf_wid_296px {
  width: 296px !important;
}

.cf_wid_297px {
  width: 297px !important;
}

.cf_wid_298px {
  width: 298px !important;
}

.cf_wid_299px {
  width: 299px !important;
}

.cf_wid_300px {
  width: 300px !important;
}

.cf_wid_301px {
  width: 301px !important;
}

.cf_wid_302px {
  width: 302px !important;
}

.cf_wid_303px {
  width: 303px !important;
}

.cf_wid_304px {
  width: 304px !important;
}

.cf_wid_305px {
  width: 305px !important;
}

.cf_wid_306px {
  width: 306px !important;
}

.cf_wid_307px {
  width: 307px !important;
}

.cf_wid_308px {
  width: 308px !important;
}

.cf_wid_309px {
  width: 309px !important;
}

.cf_wid_310px {
  width: 310px !important;
}

.cf_wid_311px {
  width: 311px !important;
}

.cf_wid_312px {
  width: 312px !important;
}

.cf_wid_313px {
  width: 313px !important;
}

.cf_wid_314px {
  width: 314px !important;
}

.cf_wid_315px {
  width: 315px !important;
}

.cf_wid_316px {
  width: 316px !important;
}

.cf_wid_317px {
  width: 317px !important;
}

.cf_wid_318px {
  width: 318px !important;
}

.cf_wid_319px {
  width: 319px !important;
}

.cf_wid_320px {
  width: 320px !important;
}

.cf_wid_321px {
  width: 321px !important;
}

.cf_wid_322px {
  width: 322px !important;
}

.cf_wid_323px {
  width: 323px !important;
}

.cf_wid_324px {
  width: 324px !important;
}

.cf_wid_325px {
  width: 325px !important;
}

.cf_wid_326px {
  width: 326px !important;
}

.cf_wid_327px {
  width: 327px !important;
}

.cf_wid_328px {
  width: 328px !important;
}

.cf_wid_329px {
  width: 329px !important;
}

.cf_wid_330px {
  width: 330px !important;
}

.cf_wid_331px {
  width: 331px !important;
}

.cf_wid_332px {
  width: 332px !important;
}

.cf_wid_333px {
  width: 333px !important;
}

.cf_wid_334px {
  width: 334px !important;
}

.cf_wid_335px {
  width: 335px !important;
}

.cf_wid_336px {
  width: 336px !important;
}

.cf_wid_337px {
  width: 337px !important;
}

.cf_wid_338px {
  width: 338px !important;
}

.cf_wid_339px {
  width: 339px !important;
}

.cf_wid_340px {
  width: 340px !important;
}

.cf_wid_341px {
  width: 341px !important;
}

.cf_wid_342px {
  width: 342px !important;
}

.cf_wid_343px {
  width: 343px !important;
}

.cf_wid_344px {
  width: 344px !important;
}

.cf_wid_345px {
  width: 345px !important;
}

.cf_wid_346px {
  width: 346px !important;
}

.cf_wid_347px {
  width: 347px !important;
}

.cf_wid_348px {
  width: 348px !important;
}

.cf_wid_349px {
  width: 349px !important;
}

.cf_wid_350px {
  width: 350px !important;
}

.cf_wid_351px {
  width: 351px !important;
}

.cf_wid_352px {
  width: 352px !important;
}

.cf_wid_353px {
  width: 353px !important;
}

.cf_wid_354px {
  width: 354px !important;
}

.cf_wid_355px {
  width: 355px !important;
}

.cf_wid_356px {
  width: 356px !important;
}

.cf_wid_357px {
  width: 357px !important;
}

.cf_wid_358px {
  width: 358px !important;
}

.cf_wid_359px {
  width: 359px !important;
}

.cf_wid_360px {
  width: 360px !important;
}

.cf_wid_361px {
  width: 361px !important;
}

.cf_wid_362px {
  width: 362px !important;
}

.cf_wid_363px {
  width: 363px !important;
}

.cf_wid_364px {
  width: 364px !important;
}

.cf_wid_365px {
  width: 365px !important;
}

.cf_wid_366px {
  width: 366px !important;
}

.cf_wid_367px {
  width: 367px !important;
}

.cf_wid_368px {
  width: 368px !important;
}

.cf_wid_369px {
  width: 369px !important;
}

.cf_wid_370px {
  width: 370px !important;
}

.cf_wid_371px {
  width: 371px !important;
}

.cf_wid_372px {
  width: 372px !important;
}

.cf_wid_373px {
  width: 373px !important;
}

.cf_wid_374px {
  width: 374px !important;
}

.cf_wid_375px {
  width: 375px !important;
}

.cf_wid_376px {
  width: 376px !important;
}

.cf_wid_377px {
  width: 377px !important;
}

.cf_wid_378px {
  width: 378px !important;
}

.cf_wid_379px {
  width: 379px !important;
}

.cf_wid_380px {
  width: 380px !important;
}

.cf_wid_381px {
  width: 381px !important;
}

.cf_wid_382px {
  width: 382px !important;
}

.cf_wid_383px {
  width: 383px !important;
}

.cf_wid_384px {
  width: 384px !important;
}

.cf_wid_385px {
  width: 385px !important;
}

.cf_wid_386px {
  width: 386px !important;
}

.cf_wid_387px {
  width: 387px !important;
}

.cf_wid_388px {
  width: 388px !important;
}

.cf_wid_389px {
  width: 389px !important;
}

.cf_wid_390px {
  width: 390px !important;
}

.cf_wid_391px {
  width: 391px !important;
}

.cf_wid_392px {
  width: 392px !important;
}

.cf_wid_393px {
  width: 393px !important;
}

.cf_wid_394px {
  width: 394px !important;
}

.cf_wid_395px {
  width: 395px !important;
}

.cf_wid_396px {
  width: 396px !important;
}

.cf_wid_397px {
  width: 397px !important;
}

.cf_wid_398px {
  width: 398px !important;
}

.cf_wid_399px {
  width: 399px !important;
}

.cf_wid_400px {
  width: 400px !important;
}

.cf_wid_401px {
  width: 401px !important;
}

.cf_wid_402px {
  width: 402px !important;
}

.cf_wid_403px {
  width: 403px !important;
}

.cf_wid_404px {
  width: 404px !important;
}

.cf_wid_405px {
  width: 405px !important;
}

.cf_wid_406px {
  width: 406px !important;
}

.cf_wid_407px {
  width: 407px !important;
}

.cf_wid_408px {
  width: 408px !important;
}

.cf_wid_409px {
  width: 409px !important;
}

.cf_wid_410px {
  width: 410px !important;
}

.cf_wid_411px {
  width: 411px !important;
}

.cf_wid_412px {
  width: 412px !important;
}

.cf_wid_413px {
  width: 413px !important;
}

.cf_wid_414px {
  width: 414px !important;
}

.cf_wid_415px {
  width: 415px !important;
}

.cf_wid_416px {
  width: 416px !important;
}

.cf_wid_417px {
  width: 417px !important;
}

.cf_wid_418px {
  width: 418px !important;
}

.cf_wid_419px {
  width: 419px !important;
}

.cf_wid_420px {
  width: 420px !important;
}

.cf_wid_421px {
  width: 421px !important;
}

.cf_wid_422px {
  width: 422px !important;
}

.cf_wid_423px {
  width: 423px !important;
}

.cf_wid_424px {
  width: 424px !important;
}

.cf_wid_425px {
  width: 425px !important;
}

.cf_wid_426px {
  width: 426px !important;
}

.cf_wid_427px {
  width: 427px !important;
}

.cf_wid_428px {
  width: 428px !important;
}

.cf_wid_429px {
  width: 429px !important;
}

.cf_wid_430px {
  width: 430px !important;
}

.cf_wid_431px {
  width: 431px !important;
}

.cf_wid_432px {
  width: 432px !important;
}

.cf_wid_433px {
  width: 433px !important;
}

.cf_wid_434px {
  width: 434px !important;
}

.cf_wid_435px {
  width: 435px !important;
}

.cf_wid_436px {
  width: 436px !important;
}

.cf_wid_437px {
  width: 437px !important;
}

.cf_wid_438px {
  width: 438px !important;
}

.cf_wid_439px {
  width: 439px !important;
}

.cf_wid_440px {
  width: 440px !important;
}

.cf_wid_441px {
  width: 441px !important;
}

.cf_wid_442px {
  width: 442px !important;
}

.cf_wid_443px {
  width: 443px !important;
}

.cf_wid_444px {
  width: 444px !important;
}

.cf_wid_445px {
  width: 445px !important;
}

.cf_wid_446px {
  width: 446px !important;
}

.cf_wid_447px {
  width: 447px !important;
}

.cf_wid_448px {
  width: 448px !important;
}

.cf_wid_449px {
  width: 449px !important;
}

.cf_wid_450px {
  width: 450px !important;
}

.cf_wid_451px {
  width: 451px !important;
}

.cf_wid_452px {
  width: 452px !important;
}

.cf_wid_453px {
  width: 453px !important;
}

.cf_wid_454px {
  width: 454px !important;
}

.cf_wid_455px {
  width: 455px !important;
}

.cf_wid_456px {
  width: 456px !important;
}

.cf_wid_457px {
  width: 457px !important;
}

.cf_wid_458px {
  width: 458px !important;
}

.cf_wid_459px {
  width: 459px !important;
}

.cf_wid_460px {
  width: 460px !important;
}

.cf_wid_461px {
  width: 461px !important;
}

.cf_wid_462px {
  width: 462px !important;
}

.cf_wid_463px {
  width: 463px !important;
}

.cf_wid_464px {
  width: 464px !important;
}

.cf_wid_465px {
  width: 465px !important;
}

.cf_wid_466px {
  width: 466px !important;
}

.cf_wid_467px {
  width: 467px !important;
}

.cf_wid_468px {
  width: 468px !important;
}

.cf_wid_469px {
  width: 469px !important;
}

.cf_wid_470px {
  width: 470px !important;
}

.cf_wid_471px {
  width: 471px !important;
}

.cf_wid_472px {
  width: 472px !important;
}

.cf_wid_473px {
  width: 473px !important;
}

.cf_wid_474px {
  width: 474px !important;
}

.cf_wid_475px {
  width: 475px !important;
}

.cf_wid_476px {
  width: 476px !important;
}

.cf_wid_477px {
  width: 477px !important;
}

.cf_wid_478px {
  width: 478px !important;
}

.cf_wid_479px {
  width: 479px !important;
}

.cf_wid_480px {
  width: 480px !important;
}

.cf_wid_481px {
  width: 481px !important;
}

.cf_wid_482px {
  width: 482px !important;
}

.cf_wid_483px {
  width: 483px !important;
}

.cf_wid_484px {
  width: 484px !important;
}

.cf_wid_485px {
  width: 485px !important;
}

.cf_wid_486px {
  width: 486px !important;
}

.cf_wid_487px {
  width: 487px !important;
}

.cf_wid_488px {
  width: 488px !important;
}

.cf_wid_489px {
  width: 489px !important;
}

.cf_wid_490px {
  width: 490px !important;
}

.cf_wid_491px {
  width: 491px !important;
}

.cf_wid_492px {
  width: 492px !important;
}

.cf_wid_493px {
  width: 493px !important;
}

.cf_wid_494px {
  width: 494px !important;
}

.cf_wid_495px {
  width: 495px !important;
}

.cf_wid_496px {
  width: 496px !important;
}

.cf_wid_497px {
  width: 497px !important;
}

.cf_wid_498px {
  width: 498px !important;
}

.cf_wid_499px {
  width: 499px !important;
}

.cf_wid_500px {
  width: 500px !important;
}

.cf_wid_501px {
  width: 501px !important;
}

.cf_wid_502px {
  width: 502px !important;
}

.cf_wid_503px {
  width: 503px !important;
}

.cf_wid_504px {
  width: 504px !important;
}

.cf_wid_505px {
  width: 505px !important;
}

.cf_wid_506px {
  width: 506px !important;
}

.cf_wid_507px {
  width: 507px !important;
}

.cf_wid_508px {
  width: 508px !important;
}

.cf_wid_509px {
  width: 509px !important;
}

.cf_wid_510px {
  width: 510px !important;
}

.cf_wid_511px {
  width: 511px !important;
}

.cf_wid_512px {
  width: 512px !important;
}

.cf_wid_513px {
  width: 513px !important;
}

.cf_wid_514px {
  width: 514px !important;
}

.cf_wid_515px {
  width: 515px !important;
}

.cf_wid_516px {
  width: 516px !important;
}

.cf_wid_517px {
  width: 517px !important;
}

.cf_wid_518px {
  width: 518px !important;
}

.cf_wid_519px {
  width: 519px !important;
}

.cf_wid_520px {
  width: 520px !important;
}

.cf_wid_521px {
  width: 521px !important;
}

.cf_wid_522px {
  width: 522px !important;
}

.cf_wid_523px {
  width: 523px !important;
}

.cf_wid_524px {
  width: 524px !important;
}

.cf_wid_525px {
  width: 525px !important;
}

.cf_wid_526px {
  width: 526px !important;
}

.cf_wid_527px {
  width: 527px !important;
}

.cf_wid_528px {
  width: 528px !important;
}

.cf_wid_529px {
  width: 529px !important;
}

.cf_wid_530px {
  width: 530px !important;
}

.cf_wid_531px {
  width: 531px !important;
}

.cf_wid_532px {
  width: 532px !important;
}

.cf_wid_533px {
  width: 533px !important;
}

.cf_wid_534px {
  width: 534px !important;
}

.cf_wid_535px {
  width: 535px !important;
}

.cf_wid_536px {
  width: 536px !important;
}

.cf_wid_537px {
  width: 537px !important;
}

.cf_wid_538px {
  width: 538px !important;
}

.cf_wid_539px {
  width: 539px !important;
}

.cf_wid_540px {
  width: 540px !important;
}

.cf_wid_541px {
  width: 541px !important;
}

.cf_wid_542px {
  width: 542px !important;
}

.cf_wid_543px {
  width: 543px !important;
}

.cf_wid_544px {
  width: 544px !important;
}

.cf_wid_545px {
  width: 545px !important;
}

.cf_wid_546px {
  width: 546px !important;
}

.cf_wid_547px {
  width: 547px !important;
}

.cf_wid_548px {
  width: 548px !important;
}

.cf_wid_549px {
  width: 549px !important;
}

.cf_wid_550px {
  width: 550px !important;
}

.cf_wid_551px {
  width: 551px !important;
}

.cf_wid_552px {
  width: 552px !important;
}

.cf_wid_553px {
  width: 553px !important;
}

.cf_wid_554px {
  width: 554px !important;
}

.cf_wid_555px {
  width: 555px !important;
}

.cf_wid_556px {
  width: 556px !important;
}

.cf_wid_557px {
  width: 557px !important;
}

.cf_wid_558px {
  width: 558px !important;
}

.cf_wid_559px {
  width: 559px !important;
}

.cf_wid_560px {
  width: 560px !important;
}

.cf_wid_561px {
  width: 561px !important;
}

.cf_wid_562px {
  width: 562px !important;
}

.cf_wid_563px {
  width: 563px !important;
}

.cf_wid_564px {
  width: 564px !important;
}

.cf_wid_565px {
  width: 565px !important;
}

.cf_wid_566px {
  width: 566px !important;
}

.cf_wid_567px {
  width: 567px !important;
}

.cf_wid_568px {
  width: 568px !important;
}

.cf_wid_569px {
  width: 569px !important;
}

.cf_wid_570px {
  width: 570px !important;
}

.cf_wid_571px {
  width: 571px !important;
}

.cf_wid_572px {
  width: 572px !important;
}

.cf_wid_573px {
  width: 573px !important;
}

.cf_wid_574px {
  width: 574px !important;
}

.cf_wid_575px {
  width: 575px !important;
}

.cf_wid_576px {
  width: 576px !important;
}

.cf_wid_577px {
  width: 577px !important;
}

.cf_wid_578px {
  width: 578px !important;
}

.cf_wid_579px {
  width: 579px !important;
}

.cf_wid_580px {
  width: 580px !important;
}

.cf_wid_581px {
  width: 581px !important;
}

.cf_wid_582px {
  width: 582px !important;
}

.cf_wid_583px {
  width: 583px !important;
}

.cf_wid_584px {
  width: 584px !important;
}

.cf_wid_585px {
  width: 585px !important;
}

.cf_wid_586px {
  width: 586px !important;
}

.cf_wid_587px {
  width: 587px !important;
}

.cf_wid_588px {
  width: 588px !important;
}

.cf_wid_589px {
  width: 589px !important;
}

.cf_wid_590px {
  width: 590px !important;
}

.cf_wid_591px {
  width: 591px !important;
}

.cf_wid_592px {
  width: 592px !important;
}

.cf_wid_593px {
  width: 593px !important;
}

.cf_wid_594px {
  width: 594px !important;
}

.cf_wid_595px {
  width: 595px !important;
}

.cf_wid_596px {
  width: 596px !important;
}

.cf_wid_597px {
  width: 597px !important;
}

.cf_wid_598px {
  width: 598px !important;
}

.cf_wid_599px {
  width: 599px !important;
}

.cf_wid_600px {
  width: 600px !important;
}

.cf_wid_601px {
  width: 601px !important;
}

.cf_wid_602px {
  width: 602px !important;
}

.cf_wid_603px {
  width: 603px !important;
}

.cf_wid_604px {
  width: 604px !important;
}

.cf_wid_605px {
  width: 605px !important;
}

.cf_wid_606px {
  width: 606px !important;
}

.cf_wid_607px {
  width: 607px !important;
}

.cf_wid_608px {
  width: 608px !important;
}

.cf_wid_609px {
  width: 609px !important;
}

.cf_wid_610px {
  width: 610px !important;
}

.cf_wid_611px {
  width: 611px !important;
}

.cf_wid_612px {
  width: 612px !important;
}

.cf_wid_613px {
  width: 613px !important;
}

.cf_wid_614px {
  width: 614px !important;
}

.cf_wid_615px {
  width: 615px !important;
}

.cf_wid_616px {
  width: 616px !important;
}

.cf_wid_617px {
  width: 617px !important;
}

.cf_wid_618px {
  width: 618px !important;
}

.cf_wid_619px {
  width: 619px !important;
}

.cf_wid_620px {
  width: 620px !important;
}

.cf_wid_621px {
  width: 621px !important;
}

.cf_wid_622px {
  width: 622px !important;
}

.cf_wid_623px {
  width: 623px !important;
}

.cf_wid_624px {
  width: 624px !important;
}

.cf_wid_625px {
  width: 625px !important;
}

.cf_wid_626px {
  width: 626px !important;
}

.cf_wid_627px {
  width: 627px !important;
}

.cf_wid_628px {
  width: 628px !important;
}

.cf_wid_629px {
  width: 629px !important;
}

.cf_wid_630px {
  width: 630px !important;
}

.cf_wid_631px {
  width: 631px !important;
}

.cf_wid_632px {
  width: 632px !important;
}

.cf_wid_633px {
  width: 633px !important;
}

.cf_wid_634px {
  width: 634px !important;
}

.cf_wid_635px {
  width: 635px !important;
}

.cf_wid_636px {
  width: 636px !important;
}

.cf_wid_637px {
  width: 637px !important;
}

.cf_wid_638px {
  width: 638px !important;
}

.cf_wid_639px {
  width: 639px !important;
}

.cf_wid_640px {
  width: 640px !important;
}

.cf_wid_641px {
  width: 641px !important;
}

.cf_wid_642px {
  width: 642px !important;
}

.cf_wid_643px {
  width: 643px !important;
}

.cf_wid_644px {
  width: 644px !important;
}

.cf_wid_645px {
  width: 645px !important;
}

.cf_wid_646px {
  width: 646px !important;
}

.cf_wid_647px {
  width: 647px !important;
}

.cf_wid_648px {
  width: 648px !important;
}

.cf_wid_649px {
  width: 649px !important;
}

.cf_wid_650px {
  width: 650px !important;
}

.cf_wid_651px {
  width: 651px !important;
}

.cf_wid_652px {
  width: 652px !important;
}

.cf_wid_653px {
  width: 653px !important;
}

.cf_wid_654px {
  width: 654px !important;
}

.cf_wid_655px {
  width: 655px !important;
}

.cf_wid_656px {
  width: 656px !important;
}

.cf_wid_657px {
  width: 657px !important;
}

.cf_wid_658px {
  width: 658px !important;
}

.cf_wid_659px {
  width: 659px !important;
}

.cf_wid_660px {
  width: 660px !important;
}

.cf_wid_661px {
  width: 661px !important;
}

.cf_wid_662px {
  width: 662px !important;
}

.cf_wid_663px {
  width: 663px !important;
}

.cf_wid_664px {
  width: 664px !important;
}

.cf_wid_665px {
  width: 665px !important;
}

.cf_wid_666px {
  width: 666px !important;
}

.cf_wid_667px {
  width: 667px !important;
}

.cf_wid_668px {
  width: 668px !important;
}

.cf_wid_669px {
  width: 669px !important;
}

.cf_wid_670px {
  width: 670px !important;
}

.cf_wid_671px {
  width: 671px !important;
}

.cf_wid_672px {
  width: 672px !important;
}

.cf_wid_673px {
  width: 673px !important;
}

.cf_wid_674px {
  width: 674px !important;
}

.cf_wid_675px {
  width: 675px !important;
}

.cf_wid_676px {
  width: 676px !important;
}

.cf_wid_677px {
  width: 677px !important;
}

.cf_wid_678px {
  width: 678px !important;
}

.cf_wid_679px {
  width: 679px !important;
}

.cf_wid_680px {
  width: 680px !important;
}

.cf_wid_681px {
  width: 681px !important;
}

.cf_wid_682px {
  width: 682px !important;
}

.cf_wid_683px {
  width: 683px !important;
}

.cf_wid_684px {
  width: 684px !important;
}

.cf_wid_685px {
  width: 685px !important;
}

.cf_wid_686px {
  width: 686px !important;
}

.cf_wid_687px {
  width: 687px !important;
}

.cf_wid_688px {
  width: 688px !important;
}

.cf_wid_689px {
  width: 689px !important;
}

.cf_wid_690px {
  width: 690px !important;
}

.cf_wid_691px {
  width: 691px !important;
}

.cf_wid_692px {
  width: 692px !important;
}

.cf_wid_693px {
  width: 693px !important;
}

.cf_wid_694px {
  width: 694px !important;
}

.cf_wid_695px {
  width: 695px !important;
}

.cf_wid_696px {
  width: 696px !important;
}

.cf_wid_697px {
  width: 697px !important;
}

.cf_wid_698px {
  width: 698px !important;
}

.cf_wid_699px {
  width: 699px !important;
}

.cf_wid_700px {
  width: 700px !important;
}

.cf_wid_701px {
  width: 701px !important;
}

.cf_wid_702px {
  width: 702px !important;
}

.cf_wid_703px {
  width: 703px !important;
}

.cf_wid_704px {
  width: 704px !important;
}

.cf_wid_705px {
  width: 705px !important;
}

.cf_wid_706px {
  width: 706px !important;
}

.cf_wid_707px {
  width: 707px !important;
}

.cf_wid_708px {
  width: 708px !important;
}

.cf_wid_709px {
  width: 709px !important;
}

.cf_wid_710px {
  width: 710px !important;
}

.cf_wid_711px {
  width: 711px !important;
}

.cf_wid_712px {
  width: 712px !important;
}

.cf_wid_713px {
  width: 713px !important;
}

.cf_wid_714px {
  width: 714px !important;
}

.cf_wid_715px {
  width: 715px !important;
}

.cf_wid_716px {
  width: 716px !important;
}

.cf_wid_717px {
  width: 717px !important;
}

.cf_wid_718px {
  width: 718px !important;
}

.cf_wid_719px {
  width: 719px !important;
}

.cf_wid_720px {
  width: 720px !important;
}

.cf_wid_721px {
  width: 721px !important;
}

.cf_wid_722px {
  width: 722px !important;
}

.cf_wid_723px {
  width: 723px !important;
}

.cf_wid_724px {
  width: 724px !important;
}

.cf_wid_725px {
  width: 725px !important;
}

.cf_wid_726px {
  width: 726px !important;
}

.cf_wid_727px {
  width: 727px !important;
}

.cf_wid_728px {
  width: 728px !important;
}

.cf_wid_729px {
  width: 729px !important;
}

.cf_wid_730px {
  width: 730px !important;
}

.cf_wid_731px {
  width: 731px !important;
}

.cf_wid_732px {
  width: 732px !important;
}

.cf_wid_733px {
  width: 733px !important;
}

.cf_wid_734px {
  width: 734px !important;
}

.cf_wid_735px {
  width: 735px !important;
}

.cf_wid_736px {
  width: 736px !important;
}

.cf_wid_737px {
  width: 737px !important;
}

.cf_wid_738px {
  width: 738px !important;
}

.cf_wid_739px {
  width: 739px !important;
}

.cf_wid_740px {
  width: 740px !important;
}

.cf_wid_741px {
  width: 741px !important;
}

.cf_wid_742px {
  width: 742px !important;
}

.cf_wid_743px {
  width: 743px !important;
}

.cf_wid_744px {
  width: 744px !important;
}

.cf_wid_745px {
  width: 745px !important;
}

.cf_wid_746px {
  width: 746px !important;
}

.cf_wid_747px {
  width: 747px !important;
}

.cf_wid_748px {
  width: 748px !important;
}

.cf_wid_749px {
  width: 749px !important;
}

.cf_wid_750px {
  width: 750px !important;
}

.cf_wid_751px {
  width: 751px !important;
}

.cf_wid_752px {
  width: 752px !important;
}

.cf_wid_753px {
  width: 753px !important;
}

.cf_wid_754px {
  width: 754px !important;
}

.cf_wid_755px {
  width: 755px !important;
}

.cf_wid_756px {
  width: 756px !important;
}

.cf_wid_757px {
  width: 757px !important;
}

.cf_wid_758px {
  width: 758px !important;
}

.cf_wid_759px {
  width: 759px !important;
}

.cf_wid_760px {
  width: 760px !important;
}

.cf_wid_761px {
  width: 761px !important;
}

.cf_wid_762px {
  width: 762px !important;
}

.cf_wid_763px {
  width: 763px !important;
}

.cf_wid_764px {
  width: 764px !important;
}

.cf_wid_765px {
  width: 765px !important;
}

.cf_wid_766px {
  width: 766px !important;
}

.cf_wid_767px {
  width: 767px !important;
}

.cf_wid_768px {
  width: 768px !important;
}

.cf_wid_769px {
  width: 769px !important;
}

.cf_wid_770px {
  width: 770px !important;
}

.cf_wid_771px {
  width: 771px !important;
}

.cf_wid_772px {
  width: 772px !important;
}

.cf_wid_773px {
  width: 773px !important;
}

.cf_wid_774px {
  width: 774px !important;
}

.cf_wid_775px {
  width: 775px !important;
}

.cf_wid_776px {
  width: 776px !important;
}

.cf_wid_777px {
  width: 777px !important;
}

.cf_wid_778px {
  width: 778px !important;
}

.cf_wid_779px {
  width: 779px !important;
}

.cf_wid_780px {
  width: 780px !important;
}

.cf_wid_781px {
  width: 781px !important;
}

.cf_wid_782px {
  width: 782px !important;
}

.cf_wid_783px {
  width: 783px !important;
}

.cf_wid_784px {
  width: 784px !important;
}

.cf_wid_785px {
  width: 785px !important;
}

.cf_wid_786px {
  width: 786px !important;
}

.cf_wid_787px {
  width: 787px !important;
}

.cf_wid_788px {
  width: 788px !important;
}

.cf_wid_789px {
  width: 789px !important;
}

.cf_wid_790px {
  width: 790px !important;
}

.cf_wid_791px {
  width: 791px !important;
}

.cf_wid_792px {
  width: 792px !important;
}

.cf_wid_793px {
  width: 793px !important;
}

.cf_wid_794px {
  width: 794px !important;
}

.cf_wid_795px {
  width: 795px !important;
}

.cf_wid_796px {
  width: 796px !important;
}

.cf_wid_797px {
  width: 797px !important;
}

.cf_wid_798px {
  width: 798px !important;
}

.cf_wid_799px {
  width: 799px !important;
}

.cf_wid_800px {
  width: 800px !important;
}

.cf_wid_801px {
  width: 801px !important;
}

.cf_wid_802px {
  width: 802px !important;
}

.cf_wid_803px {
  width: 803px !important;
}

.cf_wid_804px {
  width: 804px !important;
}

.cf_wid_805px {
  width: 805px !important;
}

.cf_wid_806px {
  width: 806px !important;
}

.cf_wid_807px {
  width: 807px !important;
}

.cf_wid_808px {
  width: 808px !important;
}

.cf_wid_809px {
  width: 809px !important;
}

.cf_wid_810px {
  width: 810px !important;
}

.cf_wid_811px {
  width: 811px !important;
}

.cf_wid_812px {
  width: 812px !important;
}

.cf_wid_813px {
  width: 813px !important;
}

.cf_wid_814px {
  width: 814px !important;
}

.cf_wid_815px {
  width: 815px !important;
}

.cf_wid_816px {
  width: 816px !important;
}

.cf_wid_817px {
  width: 817px !important;
}

.cf_wid_818px {
  width: 818px !important;
}

.cf_wid_819px {
  width: 819px !important;
}

.cf_wid_820px {
  width: 820px !important;
}

.cf_wid_821px {
  width: 821px !important;
}

.cf_wid_822px {
  width: 822px !important;
}

.cf_wid_823px {
  width: 823px !important;
}

.cf_wid_824px {
  width: 824px !important;
}

.cf_wid_825px {
  width: 825px !important;
}

.cf_wid_826px {
  width: 826px !important;
}

.cf_wid_827px {
  width: 827px !important;
}

.cf_wid_828px {
  width: 828px !important;
}

.cf_wid_829px {
  width: 829px !important;
}

.cf_wid_830px {
  width: 830px !important;
}

.cf_wid_831px {
  width: 831px !important;
}

.cf_wid_832px {
  width: 832px !important;
}

.cf_wid_833px {
  width: 833px !important;
}

.cf_wid_834px {
  width: 834px !important;
}

.cf_wid_835px {
  width: 835px !important;
}

.cf_wid_836px {
  width: 836px !important;
}

.cf_wid_837px {
  width: 837px !important;
}

.cf_wid_838px {
  width: 838px !important;
}

.cf_wid_839px {
  width: 839px !important;
}

.cf_wid_840px {
  width: 840px !important;
}

.cf_wid_841px {
  width: 841px !important;
}

.cf_wid_842px {
  width: 842px !important;
}

.cf_wid_843px {
  width: 843px !important;
}

.cf_wid_844px {
  width: 844px !important;
}

.cf_wid_845px {
  width: 845px !important;
}

.cf_wid_846px {
  width: 846px !important;
}

.cf_wid_847px {
  width: 847px !important;
}

.cf_wid_848px {
  width: 848px !important;
}

.cf_wid_849px {
  width: 849px !important;
}

.cf_wid_850px {
  width: 850px !important;
}

.cf_wid_851px {
  width: 851px !important;
}

.cf_wid_852px {
  width: 852px !important;
}

.cf_wid_853px {
  width: 853px !important;
}

.cf_wid_854px {
  width: 854px !important;
}

.cf_wid_855px {
  width: 855px !important;
}

.cf_wid_856px {
  width: 856px !important;
}

.cf_wid_857px {
  width: 857px !important;
}

.cf_wid_858px {
  width: 858px !important;
}

.cf_wid_859px {
  width: 859px !important;
}

.cf_wid_860px {
  width: 860px !important;
}

.cf_wid_861px {
  width: 861px !important;
}

.cf_wid_862px {
  width: 862px !important;
}

.cf_wid_863px {
  width: 863px !important;
}

.cf_wid_864px {
  width: 864px !important;
}

.cf_wid_865px {
  width: 865px !important;
}

.cf_wid_866px {
  width: 866px !important;
}

.cf_wid_867px {
  width: 867px !important;
}

.cf_wid_868px {
  width: 868px !important;
}

.cf_wid_869px {
  width: 869px !important;
}

.cf_wid_870px {
  width: 870px !important;
}

.cf_wid_871px {
  width: 871px !important;
}

.cf_wid_872px {
  width: 872px !important;
}

.cf_wid_873px {
  width: 873px !important;
}

.cf_wid_874px {
  width: 874px !important;
}

.cf_wid_875px {
  width: 875px !important;
}

.cf_wid_876px {
  width: 876px !important;
}

.cf_wid_877px {
  width: 877px !important;
}

.cf_wid_878px {
  width: 878px !important;
}

.cf_wid_879px {
  width: 879px !important;
}

.cf_wid_880px {
  width: 880px !important;
}

.cf_wid_881px {
  width: 881px !important;
}

.cf_wid_882px {
  width: 882px !important;
}

.cf_wid_883px {
  width: 883px !important;
}

.cf_wid_884px {
  width: 884px !important;
}

.cf_wid_885px {
  width: 885px !important;
}

.cf_wid_886px {
  width: 886px !important;
}

.cf_wid_887px {
  width: 887px !important;
}

.cf_wid_888px {
  width: 888px !important;
}

.cf_wid_889px {
  width: 889px !important;
}

.cf_wid_890px {
  width: 890px !important;
}

.cf_wid_891px {
  width: 891px !important;
}

.cf_wid_892px {
  width: 892px !important;
}

.cf_wid_893px {
  width: 893px !important;
}

.cf_wid_894px {
  width: 894px !important;
}

.cf_wid_895px {
  width: 895px !important;
}

.cf_wid_896px {
  width: 896px !important;
}

.cf_wid_897px {
  width: 897px !important;
}

.cf_wid_898px {
  width: 898px !important;
}

.cf_wid_899px {
  width: 899px !important;
}

.cf_wid_900px {
  width: 900px !important;
}

.cf_wid_901px {
  width: 901px !important;
}

.cf_wid_902px {
  width: 902px !important;
}

.cf_wid_903px {
  width: 903px !important;
}

.cf_wid_904px {
  width: 904px !important;
}

.cf_wid_905px {
  width: 905px !important;
}

.cf_wid_906px {
  width: 906px !important;
}

.cf_wid_907px {
  width: 907px !important;
}

.cf_wid_908px {
  width: 908px !important;
}

.cf_wid_909px {
  width: 909px !important;
}

.cf_wid_910px {
  width: 910px !important;
}

.cf_wid_911px {
  width: 911px !important;
}

.cf_wid_912px {
  width: 912px !important;
}

.cf_wid_913px {
  width: 913px !important;
}

.cf_wid_914px {
  width: 914px !important;
}

.cf_wid_915px {
  width: 915px !important;
}

.cf_wid_916px {
  width: 916px !important;
}

.cf_wid_917px {
  width: 917px !important;
}

.cf_wid_918px {
  width: 918px !important;
}

.cf_wid_919px {
  width: 919px !important;
}

.cf_wid_920px {
  width: 920px !important;
}

.cf_wid_921px {
  width: 921px !important;
}

.cf_wid_922px {
  width: 922px !important;
}

.cf_wid_923px {
  width: 923px !important;
}

.cf_wid_924px {
  width: 924px !important;
}

.cf_wid_925px {
  width: 925px !important;
}

.cf_wid_926px {
  width: 926px !important;
}

.cf_wid_927px {
  width: 927px !important;
}

.cf_wid_928px {
  width: 928px !important;
}

.cf_wid_929px {
  width: 929px !important;
}

.cf_wid_930px {
  width: 930px !important;
}

.cf_wid_931px {
  width: 931px !important;
}

.cf_wid_932px {
  width: 932px !important;
}

.cf_wid_933px {
  width: 933px !important;
}

.cf_wid_934px {
  width: 934px !important;
}

.cf_wid_935px {
  width: 935px !important;
}

.cf_wid_936px {
  width: 936px !important;
}

.cf_wid_937px {
  width: 937px !important;
}

.cf_wid_938px {
  width: 938px !important;
}

.cf_wid_939px {
  width: 939px !important;
}

.cf_wid_940px {
  width: 940px !important;
}

.cf_wid_941px {
  width: 941px !important;
}

.cf_wid_942px {
  width: 942px !important;
}

.cf_wid_943px {
  width: 943px !important;
}

.cf_wid_944px {
  width: 944px !important;
}

.cf_wid_945px {
  width: 945px !important;
}

.cf_wid_946px {
  width: 946px !important;
}

.cf_wid_947px {
  width: 947px !important;
}

.cf_wid_948px {
  width: 948px !important;
}

.cf_wid_949px {
  width: 949px !important;
}

.cf_wid_950px {
  width: 950px !important;
}

.cf_wid_951px {
  width: 951px !important;
}

.cf_wid_952px {
  width: 952px !important;
}

.cf_wid_953px {
  width: 953px !important;
}

.cf_wid_954px {
  width: 954px !important;
}

.cf_wid_955px {
  width: 955px !important;
}

.cf_wid_956px {
  width: 956px !important;
}

.cf_wid_957px {
  width: 957px !important;
}

.cf_wid_958px {
  width: 958px !important;
}

.cf_wid_959px {
  width: 959px !important;
}

.cf_wid_960px {
  width: 960px !important;
}

.cf_wid_961px {
  width: 961px !important;
}

.cf_wid_962px {
  width: 962px !important;
}

.cf_wid_963px {
  width: 963px !important;
}

.cf_wid_964px {
  width: 964px !important;
}

.cf_wid_965px {
  width: 965px !important;
}

.cf_wid_966px {
  width: 966px !important;
}

.cf_wid_967px {
  width: 967px !important;
}

.cf_wid_968px {
  width: 968px !important;
}

.cf_wid_969px {
  width: 969px !important;
}

.cf_wid_970px {
  width: 970px !important;
}

.cf_wid_971px {
  width: 971px !important;
}

.cf_wid_972px {
  width: 972px !important;
}

.cf_wid_973px {
  width: 973px !important;
}

.cf_wid_974px {
  width: 974px !important;
}

.cf_wid_975px {
  width: 975px !important;
}

.cf_wid_976px {
  width: 976px !important;
}

.cf_wid_977px {
  width: 977px !important;
}

.cf_wid_978px {
  width: 978px !important;
}

.cf_wid_979px {
  width: 979px !important;
}

.cf_wid_980px {
  width: 980px !important;
}

.cf_wid_981px {
  width: 981px !important;
}

.cf_wid_982px {
  width: 982px !important;
}

.cf_wid_983px {
  width: 983px !important;
}

.cf_wid_984px {
  width: 984px !important;
}

.cf_wid_985px {
  width: 985px !important;
}

.cf_wid_986px {
  width: 986px !important;
}

.cf_wid_987px {
  width: 987px !important;
}

.cf_wid_988px {
  width: 988px !important;
}

.cf_wid_989px {
  width: 989px !important;
}

.cf_wid_990px {
  width: 990px !important;
}

.cf_wid_991px {
  width: 991px !important;
}

.cf_wid_992px {
  width: 992px !important;
}

.cf_wid_993px {
  width: 993px !important;
}

.cf_wid_994px {
  width: 994px !important;
}

.cf_wid_995px {
  width: 995px !important;
}

.cf_wid_996px {
  width: 996px !important;
}

.cf_wid_997px {
  width: 997px !important;
}

.cf_wid_998px {
  width: 998px !important;
}

.cf_wid_999px {
  width: 999px !important;
}

.cf_wid_1000px {
  width: 1000px !important;
}

/*=================
wid  汎用クラス
===================*/
.cf_m_wid_0per {
  min-width: 0% !important;
}

.cf_m_wid_1per {
  min-width: 1% !important;
}

.cf_m_wid_2per {
  min-width: 2% !important;
}

.cf_m_wid_3per {
  min-width: 3% !important;
}

.cf_m_wid_4per {
  min-width: 4% !important;
}

.cf_m_wid_5per {
  min-width: 5% !important;
}

.cf_m_wid_6per {
  min-width: 6% !important;
}

.cf_m_wid_7per {
  min-width: 7% !important;
}

.cf_m_wid_8per {
  min-width: 8% !important;
}

.cf_m_wid_9per {
  min-width: 9% !important;
}

.cf_m_wid_10per {
  min-width: 10% !important;
}

.cf_m_wid_11per {
  min-width: 11% !important;
}

.cf_m_wid_12per {
  min-width: 12% !important;
}

.cf_m_wid_13per {
  min-width: 13% !important;
}

.cf_m_wid_14per {
  min-width: 14% !important;
}

.cf_m_wid_15per {
  min-width: 15% !important;
}

.cf_m_wid_16per {
  min-width: 16% !important;
}

.cf_m_wid_17per {
  min-width: 17% !important;
}

.cf_m_wid_18per {
  min-width: 18% !important;
}

.cf_m_wid_19per {
  min-width: 19% !important;
}

.cf_m_wid_20per {
  min-width: 20% !important;
}

.cf_m_wid_21per {
  min-width: 21% !important;
}

.cf_m_wid_22per {
  min-width: 22% !important;
}

.cf_m_wid_23per {
  min-width: 23% !important;
}

.cf_m_wid_24per {
  min-width: 24% !important;
}

.cf_m_wid_25per {
  min-width: 25% !important;
}

.cf_m_wid_26per {
  min-width: 26% !important;
}

.cf_m_wid_27per {
  min-width: 27% !important;
}

.cf_m_wid_28per {
  min-width: 28% !important;
}

.cf_m_wid_29per {
  min-width: 29% !important;
}

.cf_m_wid_30per {
  min-width: 30% !important;
}

.cf_m_wid_31per {
  min-width: 31% !important;
}

.cf_m_wid_32per {
  min-width: 32% !important;
}

.cf_m_wid_33per {
  min-width: 33% !important;
}

.cf_m_wid_34per {
  min-width: 34% !important;
}

.cf_m_wid_35per {
  min-width: 35% !important;
}

.cf_m_wid_36per {
  min-width: 36% !important;
}

.cf_m_wid_37per {
  min-width: 37% !important;
}

.cf_m_wid_38per {
  min-width: 38% !important;
}

.cf_m_wid_39per {
  min-width: 39% !important;
}

.cf_m_wid_40per {
  min-width: 40% !important;
}

.cf_m_wid_41per {
  min-width: 41% !important;
}

.cf_m_wid_42per {
  min-width: 42% !important;
}

.cf_m_wid_43per {
  min-width: 43% !important;
}

.cf_m_wid_44per {
  min-width: 44% !important;
}

.cf_m_wid_45per {
  min-width: 45% !important;
}

.cf_m_wid_46per {
  min-width: 46% !important;
}

.cf_m_wid_47per {
  min-width: 47% !important;
}

.cf_m_wid_48per {
  min-width: 48% !important;
}

.cf_m_wid_49per {
  min-width: 49% !important;
}

.cf_m_wid_50per {
  min-width: 50% !important;
}

.cf_m_wid_51per {
  min-width: 51% !important;
}

.cf_m_wid_52per {
  min-width: 52% !important;
}

.cf_m_wid_53per {
  min-width: 53% !important;
}

.cf_m_wid_54per {
  min-width: 54% !important;
}

.cf_m_wid_55per {
  min-width: 55% !important;
}

.cf_m_wid_56per {
  min-width: 56% !important;
}

.cf_m_wid_57per {
  min-width: 57% !important;
}

.cf_m_wid_58per {
  min-width: 58% !important;
}

.cf_m_wid_59per {
  min-width: 59% !important;
}

.cf_m_wid_60per {
  min-width: 60% !important;
}

.cf_m_wid_61per {
  min-width: 61% !important;
}

.cf_m_wid_62per {
  min-width: 62% !important;
}

.cf_m_wid_63per {
  min-width: 63% !important;
}

.cf_m_wid_64per {
  min-width: 64% !important;
}

.cf_m_wid_65per {
  min-width: 65% !important;
}

.cf_m_wid_66per {
  min-width: 66% !important;
}

.cf_m_wid_67per {
  min-width: 67% !important;
}

.cf_m_wid_68per {
  min-width: 68% !important;
}

.cf_m_wid_69per {
  min-width: 69% !important;
}

.cf_m_wid_70per {
  min-width: 70% !important;
}

.cf_m_wid_71per {
  min-width: 71% !important;
}

.cf_m_wid_72per {
  min-width: 72% !important;
}

.cf_m_wid_73per {
  min-width: 73% !important;
}

.cf_m_wid_74per {
  min-width: 74% !important;
}

.cf_m_wid_75per {
  min-width: 75% !important;
}

.cf_m_wid_76per {
  min-width: 76% !important;
}

.cf_m_wid_77per {
  min-width: 77% !important;
}

.cf_m_wid_78per {
  min-width: 78% !important;
}

.cf_m_wid_79per {
  min-width: 79% !important;
}

.cf_m_wid_80per {
  min-width: 80% !important;
}

.cf_m_wid_81per {
  min-width: 81% !important;
}

.cf_m_wid_82per {
  min-width: 82% !important;
}

.cf_m_wid_83per {
  min-width: 83% !important;
}

.cf_m_wid_84per {
  min-width: 84% !important;
}

.cf_m_wid_85per {
  min-width: 85% !important;
}

.cf_m_wid_86per {
  min-width: 86% !important;
}

.cf_m_wid_87per {
  min-width: 87% !important;
}

.cf_m_wid_88per {
  min-width: 88% !important;
}

.cf_m_wid_89per {
  min-width: 89% !important;
}

.cf_m_wid_90per {
  min-width: 90% !important;
}

.cf_m_wid_91per {
  min-width: 91% !important;
}

.cf_m_wid_92per {
  min-width: 92% !important;
}

.cf_m_wid_93per {
  min-width: 93% !important;
}

.cf_m_wid_94per {
  min-width: 94% !important;
}

.cf_m_wid_95per {
  min-width: 95% !important;
}

.cf_m_wid_96per {
  min-width: 96% !important;
}

.cf_m_wid_97per {
  min-width: 97% !important;
}

.cf_m_wid_98per {
  min-width: 98% !important;
}

.cf_m_wid_99per {
  min-width: 99% !important;
}

.cf_m_wid_100per {
  min-width: 100% !important;
}

.cf_m_wid_0em {
  min-width: 0em !important;
}

.cf_m_wid_1em {
  min-width: 1em !important;
}

.cf_m_wid_2em {
  min-width: 2em !important;
}

.cf_m_wid_3em {
  min-width: 3em !important;
}

.cf_m_wid_4em {
  min-width: 4em !important;
}

.cf_m_wid_5em {
  min-width: 5em !important;
}

.cf_m_wid_6em {
  min-width: 6em !important;
}

.cf_m_wid_7em {
  min-width: 7em !important;
}

.cf_m_wid_8em {
  min-width: 8em !important;
}

.cf_m_wid_9em {
  min-width: 9em !important;
}

.cf_m_wid_10em {
  min-width: 10em !important;
}

.cf_m_wid_11em {
  min-width: 11em !important;
}

.cf_m_wid_12em {
  min-width: 12em !important;
}

.cf_m_wid_13em {
  min-width: 13em !important;
}

.cf_m_wid_14em {
  min-width: 14em !important;
}

.cf_m_wid_15em {
  min-width: 15em !important;
}

.cf_m_wid_16em {
  min-width: 16em !important;
}

.cf_m_wid_17em {
  min-width: 17em !important;
}

.cf_m_wid_18em {
  min-width: 18em !important;
}

.cf_m_wid_19em {
  min-width: 19em !important;
}

.cf_m_wid_20em {
  min-width: 20em !important;
}

.cf_m_wid_21em {
  min-width: 21em !important;
}

.cf_m_wid_22em {
  min-width: 22em !important;
}

.cf_m_wid_23em {
  min-width: 23em !important;
}

.cf_m_wid_24em {
  min-width: 24em !important;
}

.cf_m_wid_25em {
  min-width: 25em !important;
}

.cf_m_wid_26em {
  min-width: 26em !important;
}

.cf_m_wid_27em {
  min-width: 27em !important;
}

.cf_m_wid_28em {
  min-width: 28em !important;
}

.cf_m_wid_29em {
  min-width: 29em !important;
}

.cf_m_wid_30em {
  min-width: 30em !important;
}

.cf_m_wid_31em {
  min-width: 31em !important;
}

.cf_m_wid_32em {
  min-width: 32em !important;
}

.cf_m_wid_33em {
  min-width: 33em !important;
}

.cf_m_wid_34em {
  min-width: 34em !important;
}

.cf_m_wid_35em {
  min-width: 35em !important;
}

.cf_m_wid_36em {
  min-width: 36em !important;
}

.cf_m_wid_37em {
  min-width: 37em !important;
}

.cf_m_wid_38em {
  min-width: 38em !important;
}

.cf_m_wid_39em {
  min-width: 39em !important;
}

.cf_m_wid_40em {
  min-width: 40em !important;
}

.cf_m_wid_41em {
  min-width: 41em !important;
}

.cf_m_wid_42em {
  min-width: 42em !important;
}

.cf_m_wid_43em {
  min-width: 43em !important;
}

.cf_m_wid_44em {
  min-width: 44em !important;
}

.cf_m_wid_45em {
  min-width: 45em !important;
}

.cf_m_wid_46em {
  min-width: 46em !important;
}

.cf_m_wid_47em {
  min-width: 47em !important;
}

.cf_m_wid_48em {
  min-width: 48em !important;
}

.cf_m_wid_49em {
  min-width: 49em !important;
}

.cf_m_wid_50em {
  min-width: 50em !important;
}

.cf_m_wid_51em {
  min-width: 51em !important;
}

.cf_m_wid_52em {
  min-width: 52em !important;
}

.cf_m_wid_53em {
  min-width: 53em !important;
}

.cf_m_wid_54em {
  min-width: 54em !important;
}

.cf_m_wid_55em {
  min-width: 55em !important;
}

.cf_m_wid_56em {
  min-width: 56em !important;
}

.cf_m_wid_57em {
  min-width: 57em !important;
}

.cf_m_wid_58em {
  min-width: 58em !important;
}

.cf_m_wid_59em {
  min-width: 59em !important;
}

.cf_m_wid_60em {
  min-width: 60em !important;
}

.cf_m_wid_61em {
  min-width: 61em !important;
}

.cf_m_wid_62em {
  min-width: 62em !important;
}

.cf_m_wid_63em {
  min-width: 63em !important;
}

.cf_m_wid_64em {
  min-width: 64em !important;
}

.cf_m_wid_65em {
  min-width: 65em !important;
}

.cf_m_wid_66em {
  min-width: 66em !important;
}

.cf_m_wid_67em {
  min-width: 67em !important;
}

.cf_m_wid_68em {
  min-width: 68em !important;
}

.cf_m_wid_69em {
  min-width: 69em !important;
}

.cf_m_wid_70em {
  min-width: 70em !important;
}

.cf_m_wid_71em {
  min-width: 71em !important;
}

.cf_m_wid_72em {
  min-width: 72em !important;
}

.cf_m_wid_73em {
  min-width: 73em !important;
}

.cf_m_wid_74em {
  min-width: 74em !important;
}

.cf_m_wid_75em {
  min-width: 75em !important;
}

.cf_m_wid_76em {
  min-width: 76em !important;
}

.cf_m_wid_77em {
  min-width: 77em !important;
}

.cf_m_wid_78em {
  min-width: 78em !important;
}

.cf_m_wid_79em {
  min-width: 79em !important;
}

.cf_m_wid_80em {
  min-width: 80em !important;
}

.cf_m_wid_81em {
  min-width: 81em !important;
}

.cf_m_wid_82em {
  min-width: 82em !important;
}

.cf_m_wid_83em {
  min-width: 83em !important;
}

.cf_m_wid_84em {
  min-width: 84em !important;
}

.cf_m_wid_85em {
  min-width: 85em !important;
}

.cf_m_wid_86em {
  min-width: 86em !important;
}

.cf_m_wid_87em {
  min-width: 87em !important;
}

.cf_m_wid_88em {
  min-width: 88em !important;
}

.cf_m_wid_89em {
  min-width: 89em !important;
}

.cf_m_wid_90em {
  min-width: 90em !important;
}

.cf_m_wid_91em {
  min-width: 91em !important;
}

.cf_m_wid_92em {
  min-width: 92em !important;
}

.cf_m_wid_93em {
  min-width: 93em !important;
}

.cf_m_wid_94em {
  min-width: 94em !important;
}

.cf_m_wid_95em {
  min-width: 95em !important;
}

.cf_m_wid_96em {
  min-width: 96em !important;
}

.cf_m_wid_97em {
  min-width: 97em !important;
}

.cf_m_wid_98em {
  min-width: 98em !important;
}

.cf_m_wid_99em {
  min-width: 99em !important;
}

.cf_m_wid_100em {
  min-width: 100em !important;
}

.cf_m_wid_101em {
  min-width: 101em !important;
}

.cf_m_wid_102em {
  min-width: 102em !important;
}

.cf_m_wid_103em {
  min-width: 103em !important;
}

.cf_m_wid_104em {
  min-width: 104em !important;
}

.cf_m_wid_105em {
  min-width: 105em !important;
}

.cf_m_wid_106em {
  min-width: 106em !important;
}

.cf_m_wid_107em {
  min-width: 107em !important;
}

.cf_m_wid_108em {
  min-width: 108em !important;
}

.cf_m_wid_109em {
  min-width: 109em !important;
}

.cf_m_wid_110em {
  min-width: 110em !important;
}

.cf_m_wid_111em {
  min-width: 111em !important;
}

.cf_m_wid_112em {
  min-width: 112em !important;
}

.cf_m_wid_113em {
  min-width: 113em !important;
}

.cf_m_wid_114em {
  min-width: 114em !important;
}

.cf_m_wid_115em {
  min-width: 115em !important;
}

.cf_m_wid_116em {
  min-width: 116em !important;
}

.cf_m_wid_117em {
  min-width: 117em !important;
}

.cf_m_wid_118em {
  min-width: 118em !important;
}

.cf_m_wid_119em {
  min-width: 119em !important;
}

.cf_m_wid_120em {
  min-width: 120em !important;
}

.cf_m_wid_121em {
  min-width: 121em !important;
}

.cf_m_wid_122em {
  min-width: 122em !important;
}

.cf_m_wid_123em {
  min-width: 123em !important;
}

.cf_m_wid_124em {
  min-width: 124em !important;
}

.cf_m_wid_125em {
  min-width: 125em !important;
}

.cf_m_wid_126em {
  min-width: 126em !important;
}

.cf_m_wid_127em {
  min-width: 127em !important;
}

.cf_m_wid_128em {
  min-width: 128em !important;
}

.cf_m_wid_129em {
  min-width: 129em !important;
}

.cf_m_wid_130em {
  min-width: 130em !important;
}

.cf_m_wid_131em {
  min-width: 131em !important;
}

.cf_m_wid_132em {
  min-width: 132em !important;
}

.cf_m_wid_133em {
  min-width: 133em !important;
}

.cf_m_wid_134em {
  min-width: 134em !important;
}

.cf_m_wid_135em {
  min-width: 135em !important;
}

.cf_m_wid_136em {
  min-width: 136em !important;
}

.cf_m_wid_137em {
  min-width: 137em !important;
}

.cf_m_wid_138em {
  min-width: 138em !important;
}

.cf_m_wid_139em {
  min-width: 139em !important;
}

.cf_m_wid_140em {
  min-width: 140em !important;
}

.cf_m_wid_141em {
  min-width: 141em !important;
}

.cf_m_wid_142em {
  min-width: 142em !important;
}

.cf_m_wid_143em {
  min-width: 143em !important;
}

.cf_m_wid_144em {
  min-width: 144em !important;
}

.cf_m_wid_145em {
  min-width: 145em !important;
}

.cf_m_wid_146em {
  min-width: 146em !important;
}

.cf_m_wid_147em {
  min-width: 147em !important;
}

.cf_m_wid_148em {
  min-width: 148em !important;
}

.cf_m_wid_149em {
  min-width: 149em !important;
}

.cf_m_wid_150em {
  min-width: 150em !important;
}

.cf_m_wid_151em {
  min-width: 151em !important;
}

.cf_m_wid_152em {
  min-width: 152em !important;
}

.cf_m_wid_153em {
  min-width: 153em !important;
}

.cf_m_wid_154em {
  min-width: 154em !important;
}

.cf_m_wid_155em {
  min-width: 155em !important;
}

.cf_m_wid_156em {
  min-width: 156em !important;
}

.cf_m_wid_157em {
  min-width: 157em !important;
}

.cf_m_wid_158em {
  min-width: 158em !important;
}

.cf_m_wid_159em {
  min-width: 159em !important;
}

.cf_m_wid_160em {
  min-width: 160em !important;
}

.cf_m_wid_161em {
  min-width: 161em !important;
}

.cf_m_wid_162em {
  min-width: 162em !important;
}

.cf_m_wid_163em {
  min-width: 163em !important;
}

.cf_m_wid_164em {
  min-width: 164em !important;
}

.cf_m_wid_165em {
  min-width: 165em !important;
}

.cf_m_wid_166em {
  min-width: 166em !important;
}

.cf_m_wid_167em {
  min-width: 167em !important;
}

.cf_m_wid_168em {
  min-width: 168em !important;
}

.cf_m_wid_169em {
  min-width: 169em !important;
}

.cf_m_wid_170em {
  min-width: 170em !important;
}

.cf_m_wid_171em {
  min-width: 171em !important;
}

.cf_m_wid_172em {
  min-width: 172em !important;
}

.cf_m_wid_173em {
  min-width: 173em !important;
}

.cf_m_wid_174em {
  min-width: 174em !important;
}

.cf_m_wid_175em {
  min-width: 175em !important;
}

.cf_m_wid_176em {
  min-width: 176em !important;
}

.cf_m_wid_177em {
  min-width: 177em !important;
}

.cf_m_wid_178em {
  min-width: 178em !important;
}

.cf_m_wid_179em {
  min-width: 179em !important;
}

.cf_m_wid_180em {
  min-width: 180em !important;
}

.cf_m_wid_181em {
  min-width: 181em !important;
}

.cf_m_wid_182em {
  min-width: 182em !important;
}

.cf_m_wid_183em {
  min-width: 183em !important;
}

.cf_m_wid_184em {
  min-width: 184em !important;
}

.cf_m_wid_185em {
  min-width: 185em !important;
}

.cf_m_wid_186em {
  min-width: 186em !important;
}

.cf_m_wid_187em {
  min-width: 187em !important;
}

.cf_m_wid_188em {
  min-width: 188em !important;
}

.cf_m_wid_189em {
  min-width: 189em !important;
}

.cf_m_wid_190em {
  min-width: 190em !important;
}

.cf_m_wid_191em {
  min-width: 191em !important;
}

.cf_m_wid_192em {
  min-width: 192em !important;
}

.cf_m_wid_193em {
  min-width: 193em !important;
}

.cf_m_wid_194em {
  min-width: 194em !important;
}

.cf_m_wid_195em {
  min-width: 195em !important;
}

.cf_m_wid_196em {
  min-width: 196em !important;
}

.cf_m_wid_197em {
  min-width: 197em !important;
}

.cf_m_wid_198em {
  min-width: 198em !important;
}

.cf_m_wid_199em {
  min-width: 199em !important;
}

.cf_m_wid_200em {
  min-width: 200em !important;
}

.cf_m_wid_201em {
  min-width: 201em !important;
}

.cf_m_wid_202em {
  min-width: 202em !important;
}

.cf_m_wid_203em {
  min-width: 203em !important;
}

.cf_m_wid_204em {
  min-width: 204em !important;
}

.cf_m_wid_205em {
  min-width: 205em !important;
}

.cf_m_wid_206em {
  min-width: 206em !important;
}

.cf_m_wid_207em {
  min-width: 207em !important;
}

.cf_m_wid_208em {
  min-width: 208em !important;
}

.cf_m_wid_209em {
  min-width: 209em !important;
}

.cf_m_wid_210em {
  min-width: 210em !important;
}

.cf_m_wid_211em {
  min-width: 211em !important;
}

.cf_m_wid_212em {
  min-width: 212em !important;
}

.cf_m_wid_213em {
  min-width: 213em !important;
}

.cf_m_wid_214em {
  min-width: 214em !important;
}

.cf_m_wid_215em {
  min-width: 215em !important;
}

.cf_m_wid_216em {
  min-width: 216em !important;
}

.cf_m_wid_217em {
  min-width: 217em !important;
}

.cf_m_wid_218em {
  min-width: 218em !important;
}

.cf_m_wid_219em {
  min-width: 219em !important;
}

.cf_m_wid_220em {
  min-width: 220em !important;
}

.cf_m_wid_221em {
  min-width: 221em !important;
}

.cf_m_wid_222em {
  min-width: 222em !important;
}

.cf_m_wid_223em {
  min-width: 223em !important;
}

.cf_m_wid_224em {
  min-width: 224em !important;
}

.cf_m_wid_225em {
  min-width: 225em !important;
}

.cf_m_wid_226em {
  min-width: 226em !important;
}

.cf_m_wid_227em {
  min-width: 227em !important;
}

.cf_m_wid_228em {
  min-width: 228em !important;
}

.cf_m_wid_229em {
  min-width: 229em !important;
}

.cf_m_wid_230em {
  min-width: 230em !important;
}

.cf_m_wid_231em {
  min-width: 231em !important;
}

.cf_m_wid_232em {
  min-width: 232em !important;
}

.cf_m_wid_233em {
  min-width: 233em !important;
}

.cf_m_wid_234em {
  min-width: 234em !important;
}

.cf_m_wid_235em {
  min-width: 235em !important;
}

.cf_m_wid_236em {
  min-width: 236em !important;
}

.cf_m_wid_237em {
  min-width: 237em !important;
}

.cf_m_wid_238em {
  min-width: 238em !important;
}

.cf_m_wid_239em {
  min-width: 239em !important;
}

.cf_m_wid_240em {
  min-width: 240em !important;
}

.cf_m_wid_241em {
  min-width: 241em !important;
}

.cf_m_wid_242em {
  min-width: 242em !important;
}

.cf_m_wid_243em {
  min-width: 243em !important;
}

.cf_m_wid_244em {
  min-width: 244em !important;
}

.cf_m_wid_245em {
  min-width: 245em !important;
}

.cf_m_wid_246em {
  min-width: 246em !important;
}

.cf_m_wid_247em {
  min-width: 247em !important;
}

.cf_m_wid_248em {
  min-width: 248em !important;
}

.cf_m_wid_249em {
  min-width: 249em !important;
}

.cf_m_wid_250em {
  min-width: 250em !important;
}

.cf_m_wid_251em {
  min-width: 251em !important;
}

.cf_m_wid_252em {
  min-width: 252em !important;
}

.cf_m_wid_253em {
  min-width: 253em !important;
}

.cf_m_wid_254em {
  min-width: 254em !important;
}

.cf_m_wid_255em {
  min-width: 255em !important;
}

.cf_m_wid_256em {
  min-width: 256em !important;
}

.cf_m_wid_257em {
  min-width: 257em !important;
}

.cf_m_wid_258em {
  min-width: 258em !important;
}

.cf_m_wid_259em {
  min-width: 259em !important;
}

.cf_m_wid_260em {
  min-width: 260em !important;
}

.cf_m_wid_261em {
  min-width: 261em !important;
}

.cf_m_wid_262em {
  min-width: 262em !important;
}

.cf_m_wid_263em {
  min-width: 263em !important;
}

.cf_m_wid_264em {
  min-width: 264em !important;
}

.cf_m_wid_265em {
  min-width: 265em !important;
}

.cf_m_wid_266em {
  min-width: 266em !important;
}

.cf_m_wid_267em {
  min-width: 267em !important;
}

.cf_m_wid_268em {
  min-width: 268em !important;
}

.cf_m_wid_269em {
  min-width: 269em !important;
}

.cf_m_wid_270em {
  min-width: 270em !important;
}

.cf_m_wid_271em {
  min-width: 271em !important;
}

.cf_m_wid_272em {
  min-width: 272em !important;
}

.cf_m_wid_273em {
  min-width: 273em !important;
}

.cf_m_wid_274em {
  min-width: 274em !important;
}

.cf_m_wid_275em {
  min-width: 275em !important;
}

.cf_m_wid_276em {
  min-width: 276em !important;
}

.cf_m_wid_277em {
  min-width: 277em !important;
}

.cf_m_wid_278em {
  min-width: 278em !important;
}

.cf_m_wid_279em {
  min-width: 279em !important;
}

.cf_m_wid_280em {
  min-width: 280em !important;
}

.cf_m_wid_281em {
  min-width: 281em !important;
}

.cf_m_wid_282em {
  min-width: 282em !important;
}

.cf_m_wid_283em {
  min-width: 283em !important;
}

.cf_m_wid_284em {
  min-width: 284em !important;
}

.cf_m_wid_285em {
  min-width: 285em !important;
}

.cf_m_wid_286em {
  min-width: 286em !important;
}

.cf_m_wid_287em {
  min-width: 287em !important;
}

.cf_m_wid_288em {
  min-width: 288em !important;
}

.cf_m_wid_289em {
  min-width: 289em !important;
}

.cf_m_wid_290em {
  min-width: 290em !important;
}

.cf_m_wid_291em {
  min-width: 291em !important;
}

.cf_m_wid_292em {
  min-width: 292em !important;
}

.cf_m_wid_293em {
  min-width: 293em !important;
}

.cf_m_wid_294em {
  min-width: 294em !important;
}

.cf_m_wid_295em {
  min-width: 295em !important;
}

.cf_m_wid_296em {
  min-width: 296em !important;
}

.cf_m_wid_297em {
  min-width: 297em !important;
}

.cf_m_wid_298em {
  min-width: 298em !important;
}

.cf_m_wid_299em {
  min-width: 299em !important;
}

.cf_m_wid_300em {
  min-width: 300em !important;
}

.cf_m_wid_0px {
  min-width: 0px !important;
}

.cf_m_wid_1px {
  min-width: 1px !important;
}

.cf_m_wid_2px {
  min-width: 2px !important;
}

.cf_m_wid_3px {
  min-width: 3px !important;
}

.cf_m_wid_4px {
  min-width: 4px !important;
}

.cf_m_wid_5px {
  min-width: 5px !important;
}

.cf_m_wid_6px {
  min-width: 6px !important;
}

.cf_m_wid_7px {
  min-width: 7px !important;
}

.cf_m_wid_8px {
  min-width: 8px !important;
}

.cf_m_wid_9px {
  min-width: 9px !important;
}

.cf_m_wid_10px {
  min-width: 10px !important;
}

.cf_m_wid_11px {
  min-width: 11px !important;
}

.cf_m_wid_12px {
  min-width: 12px !important;
}

.cf_m_wid_13px {
  min-width: 13px !important;
}

.cf_m_wid_14px {
  min-width: 14px !important;
}

.cf_m_wid_15px {
  min-width: 15px !important;
}

.cf_m_wid_16px {
  min-width: 16px !important;
}

.cf_m_wid_17px {
  min-width: 17px !important;
}

.cf_m_wid_18px {
  min-width: 18px !important;
}

.cf_m_wid_19px {
  min-width: 19px !important;
}

.cf_m_wid_20px {
  min-width: 20px !important;
}

.cf_m_wid_21px {
  min-width: 21px !important;
}

.cf_m_wid_22px {
  min-width: 22px !important;
}

.cf_m_wid_23px {
  min-width: 23px !important;
}

.cf_m_wid_24px {
  min-width: 24px !important;
}

.cf_m_wid_25px {
  min-width: 25px !important;
}

.cf_m_wid_26px {
  min-width: 26px !important;
}

.cf_m_wid_27px {
  min-width: 27px !important;
}

.cf_m_wid_28px {
  min-width: 28px !important;
}

.cf_m_wid_29px {
  min-width: 29px !important;
}

.cf_m_wid_30px {
  min-width: 30px !important;
}

.cf_m_wid_31px {
  min-width: 31px !important;
}

.cf_m_wid_32px {
  min-width: 32px !important;
}

.cf_m_wid_33px {
  min-width: 33px !important;
}

.cf_m_wid_34px {
  min-width: 34px !important;
}

.cf_m_wid_35px {
  min-width: 35px !important;
}

.cf_m_wid_36px {
  min-width: 36px !important;
}

.cf_m_wid_37px {
  min-width: 37px !important;
}

.cf_m_wid_38px {
  min-width: 38px !important;
}

.cf_m_wid_39px {
  min-width: 39px !important;
}

.cf_m_wid_40px {
  min-width: 40px !important;
}

.cf_m_wid_41px {
  min-width: 41px !important;
}

.cf_m_wid_42px {
  min-width: 42px !important;
}

.cf_m_wid_43px {
  min-width: 43px !important;
}

.cf_m_wid_44px {
  min-width: 44px !important;
}

.cf_m_wid_45px {
  min-width: 45px !important;
}

.cf_m_wid_46px {
  min-width: 46px !important;
}

.cf_m_wid_47px {
  min-width: 47px !important;
}

.cf_m_wid_48px {
  min-width: 48px !important;
}

.cf_m_wid_49px {
  min-width: 49px !important;
}

.cf_m_wid_50px {
  min-width: 50px !important;
}

.cf_m_wid_51px {
  min-width: 51px !important;
}

.cf_m_wid_52px {
  min-width: 52px !important;
}

.cf_m_wid_53px {
  min-width: 53px !important;
}

.cf_m_wid_54px {
  min-width: 54px !important;
}

.cf_m_wid_55px {
  min-width: 55px !important;
}

.cf_m_wid_56px {
  min-width: 56px !important;
}

.cf_m_wid_57px {
  min-width: 57px !important;
}

.cf_m_wid_58px {
  min-width: 58px !important;
}

.cf_m_wid_59px {
  min-width: 59px !important;
}

.cf_m_wid_60px {
  min-width: 60px !important;
}

.cf_m_wid_61px {
  min-width: 61px !important;
}

.cf_m_wid_62px {
  min-width: 62px !important;
}

.cf_m_wid_63px {
  min-width: 63px !important;
}

.cf_m_wid_64px {
  min-width: 64px !important;
}

.cf_m_wid_65px {
  min-width: 65px !important;
}

.cf_m_wid_66px {
  min-width: 66px !important;
}

.cf_m_wid_67px {
  min-width: 67px !important;
}

.cf_m_wid_68px {
  min-width: 68px !important;
}

.cf_m_wid_69px {
  min-width: 69px !important;
}

.cf_m_wid_70px {
  min-width: 70px !important;
}

.cf_m_wid_71px {
  min-width: 71px !important;
}

.cf_m_wid_72px {
  min-width: 72px !important;
}

.cf_m_wid_73px {
  min-width: 73px !important;
}

.cf_m_wid_74px {
  min-width: 74px !important;
}

.cf_m_wid_75px {
  min-width: 75px !important;
}

.cf_m_wid_76px {
  min-width: 76px !important;
}

.cf_m_wid_77px {
  min-width: 77px !important;
}

.cf_m_wid_78px {
  min-width: 78px !important;
}

.cf_m_wid_79px {
  min-width: 79px !important;
}

.cf_m_wid_80px {
  min-width: 80px !important;
}

.cf_m_wid_81px {
  min-width: 81px !important;
}

.cf_m_wid_82px {
  min-width: 82px !important;
}

.cf_m_wid_83px {
  min-width: 83px !important;
}

.cf_m_wid_84px {
  min-width: 84px !important;
}

.cf_m_wid_85px {
  min-width: 85px !important;
}

.cf_m_wid_86px {
  min-width: 86px !important;
}

.cf_m_wid_87px {
  min-width: 87px !important;
}

.cf_m_wid_88px {
  min-width: 88px !important;
}

.cf_m_wid_89px {
  min-width: 89px !important;
}

.cf_m_wid_90px {
  min-width: 90px !important;
}

.cf_m_wid_91px {
  min-width: 91px !important;
}

.cf_m_wid_92px {
  min-width: 92px !important;
}

.cf_m_wid_93px {
  min-width: 93px !important;
}

.cf_m_wid_94px {
  min-width: 94px !important;
}

.cf_m_wid_95px {
  min-width: 95px !important;
}

.cf_m_wid_96px {
  min-width: 96px !important;
}

.cf_m_wid_97px {
  min-width: 97px !important;
}

.cf_m_wid_98px {
  min-width: 98px !important;
}

.cf_m_wid_99px {
  min-width: 99px !important;
}

.cf_m_wid_100px {
  min-width: 100px !important;
}

.cf_m_wid_101px {
  min-width: 101px !important;
}

.cf_m_wid_102px {
  min-width: 102px !important;
}

.cf_m_wid_103px {
  min-width: 103px !important;
}

.cf_m_wid_104px {
  min-width: 104px !important;
}

.cf_m_wid_105px {
  min-width: 105px !important;
}

.cf_m_wid_106px {
  min-width: 106px !important;
}

.cf_m_wid_107px {
  min-width: 107px !important;
}

.cf_m_wid_108px {
  min-width: 108px !important;
}

.cf_m_wid_109px {
  min-width: 109px !important;
}

.cf_m_wid_110px {
  min-width: 110px !important;
}

.cf_m_wid_111px {
  min-width: 111px !important;
}

.cf_m_wid_112px {
  min-width: 112px !important;
}

.cf_m_wid_113px {
  min-width: 113px !important;
}

.cf_m_wid_114px {
  min-width: 114px !important;
}

.cf_m_wid_115px {
  min-width: 115px !important;
}

.cf_m_wid_116px {
  min-width: 116px !important;
}

.cf_m_wid_117px {
  min-width: 117px !important;
}

.cf_m_wid_118px {
  min-width: 118px !important;
}

.cf_m_wid_119px {
  min-width: 119px !important;
}

.cf_m_wid_120px {
  min-width: 120px !important;
}

.cf_m_wid_121px {
  min-width: 121px !important;
}

.cf_m_wid_122px {
  min-width: 122px !important;
}

.cf_m_wid_123px {
  min-width: 123px !important;
}

.cf_m_wid_124px {
  min-width: 124px !important;
}

.cf_m_wid_125px {
  min-width: 125px !important;
}

.cf_m_wid_126px {
  min-width: 126px !important;
}

.cf_m_wid_127px {
  min-width: 127px !important;
}

.cf_m_wid_128px {
  min-width: 128px !important;
}

.cf_m_wid_129px {
  min-width: 129px !important;
}

.cf_m_wid_130px {
  min-width: 130px !important;
}

.cf_m_wid_131px {
  min-width: 131px !important;
}

.cf_m_wid_132px {
  min-width: 132px !important;
}

.cf_m_wid_133px {
  min-width: 133px !important;
}

.cf_m_wid_134px {
  min-width: 134px !important;
}

.cf_m_wid_135px {
  min-width: 135px !important;
}

.cf_m_wid_136px {
  min-width: 136px !important;
}

.cf_m_wid_137px {
  min-width: 137px !important;
}

.cf_m_wid_138px {
  min-width: 138px !important;
}

.cf_m_wid_139px {
  min-width: 139px !important;
}

.cf_m_wid_140px {
  min-width: 140px !important;
}

.cf_m_wid_141px {
  min-width: 141px !important;
}

.cf_m_wid_142px {
  min-width: 142px !important;
}

.cf_m_wid_143px {
  min-width: 143px !important;
}

.cf_m_wid_144px {
  min-width: 144px !important;
}

.cf_m_wid_145px {
  min-width: 145px !important;
}

.cf_m_wid_146px {
  min-width: 146px !important;
}

.cf_m_wid_147px {
  min-width: 147px !important;
}

.cf_m_wid_148px {
  min-width: 148px !important;
}

.cf_m_wid_149px {
  min-width: 149px !important;
}

.cf_m_wid_150px {
  min-width: 150px !important;
}

.cf_m_wid_151px {
  min-width: 151px !important;
}

.cf_m_wid_152px {
  min-width: 152px !important;
}

.cf_m_wid_153px {
  min-width: 153px !important;
}

.cf_m_wid_154px {
  min-width: 154px !important;
}

.cf_m_wid_155px {
  min-width: 155px !important;
}

.cf_m_wid_156px {
  min-width: 156px !important;
}

.cf_m_wid_157px {
  min-width: 157px !important;
}

.cf_m_wid_158px {
  min-width: 158px !important;
}

.cf_m_wid_159px {
  min-width: 159px !important;
}

.cf_m_wid_160px {
  min-width: 160px !important;
}

.cf_m_wid_161px {
  min-width: 161px !important;
}

.cf_m_wid_162px {
  min-width: 162px !important;
}

.cf_m_wid_163px {
  min-width: 163px !important;
}

.cf_m_wid_164px {
  min-width: 164px !important;
}

.cf_m_wid_165px {
  min-width: 165px !important;
}

.cf_m_wid_166px {
  min-width: 166px !important;
}

.cf_m_wid_167px {
  min-width: 167px !important;
}

.cf_m_wid_168px {
  min-width: 168px !important;
}

.cf_m_wid_169px {
  min-width: 169px !important;
}

.cf_m_wid_170px {
  min-width: 170px !important;
}

.cf_m_wid_171px {
  min-width: 171px !important;
}

.cf_m_wid_172px {
  min-width: 172px !important;
}

.cf_m_wid_173px {
  min-width: 173px !important;
}

.cf_m_wid_174px {
  min-width: 174px !important;
}

.cf_m_wid_175px {
  min-width: 175px !important;
}

.cf_m_wid_176px {
  min-width: 176px !important;
}

.cf_m_wid_177px {
  min-width: 177px !important;
}

.cf_m_wid_178px {
  min-width: 178px !important;
}

.cf_m_wid_179px {
  min-width: 179px !important;
}

.cf_m_wid_180px {
  min-width: 180px !important;
}

.cf_m_wid_181px {
  min-width: 181px !important;
}

.cf_m_wid_182px {
  min-width: 182px !important;
}

.cf_m_wid_183px {
  min-width: 183px !important;
}

.cf_m_wid_184px {
  min-width: 184px !important;
}

.cf_m_wid_185px {
  min-width: 185px !important;
}

.cf_m_wid_186px {
  min-width: 186px !important;
}

.cf_m_wid_187px {
  min-width: 187px !important;
}

.cf_m_wid_188px {
  min-width: 188px !important;
}

.cf_m_wid_189px {
  min-width: 189px !important;
}

.cf_m_wid_190px {
  min-width: 190px !important;
}

.cf_m_wid_191px {
  min-width: 191px !important;
}

.cf_m_wid_192px {
  min-width: 192px !important;
}

.cf_m_wid_193px {
  min-width: 193px !important;
}

.cf_m_wid_194px {
  min-width: 194px !important;
}

.cf_m_wid_195px {
  min-width: 195px !important;
}

.cf_m_wid_196px {
  min-width: 196px !important;
}

.cf_m_wid_197px {
  min-width: 197px !important;
}

.cf_m_wid_198px {
  min-width: 198px !important;
}

.cf_m_wid_199px {
  min-width: 199px !important;
}

.cf_m_wid_200px {
  min-width: 200px !important;
}

.cf_m_wid_201px {
  min-width: 201px !important;
}

.cf_m_wid_202px {
  min-width: 202px !important;
}

.cf_m_wid_203px {
  min-width: 203px !important;
}

.cf_m_wid_204px {
  min-width: 204px !important;
}

.cf_m_wid_205px {
  min-width: 205px !important;
}

.cf_m_wid_206px {
  min-width: 206px !important;
}

.cf_m_wid_207px {
  min-width: 207px !important;
}

.cf_m_wid_208px {
  min-width: 208px !important;
}

.cf_m_wid_209px {
  min-width: 209px !important;
}

.cf_m_wid_210px {
  min-width: 210px !important;
}

.cf_m_wid_211px {
  min-width: 211px !important;
}

.cf_m_wid_212px {
  min-width: 212px !important;
}

.cf_m_wid_213px {
  min-width: 213px !important;
}

.cf_m_wid_214px {
  min-width: 214px !important;
}

.cf_m_wid_215px {
  min-width: 215px !important;
}

.cf_m_wid_216px {
  min-width: 216px !important;
}

.cf_m_wid_217px {
  min-width: 217px !important;
}

.cf_m_wid_218px {
  min-width: 218px !important;
}

.cf_m_wid_219px {
  min-width: 219px !important;
}

.cf_m_wid_220px {
  min-width: 220px !important;
}

.cf_m_wid_221px {
  min-width: 221px !important;
}

.cf_m_wid_222px {
  min-width: 222px !important;
}

.cf_m_wid_223px {
  min-width: 223px !important;
}

.cf_m_wid_224px {
  min-width: 224px !important;
}

.cf_m_wid_225px {
  min-width: 225px !important;
}

.cf_m_wid_226px {
  min-width: 226px !important;
}

.cf_m_wid_227px {
  min-width: 227px !important;
}

.cf_m_wid_228px {
  min-width: 228px !important;
}

.cf_m_wid_229px {
  min-width: 229px !important;
}

.cf_m_wid_230px {
  min-width: 230px !important;
}

.cf_m_wid_231px {
  min-width: 231px !important;
}

.cf_m_wid_232px {
  min-width: 232px !important;
}

.cf_m_wid_233px {
  min-width: 233px !important;
}

.cf_m_wid_234px {
  min-width: 234px !important;
}

.cf_m_wid_235px {
  min-width: 235px !important;
}

.cf_m_wid_236px {
  min-width: 236px !important;
}

.cf_m_wid_237px {
  min-width: 237px !important;
}

.cf_m_wid_238px {
  min-width: 238px !important;
}

.cf_m_wid_239px {
  min-width: 239px !important;
}

.cf_m_wid_240px {
  min-width: 240px !important;
}

.cf_m_wid_241px {
  min-width: 241px !important;
}

.cf_m_wid_242px {
  min-width: 242px !important;
}

.cf_m_wid_243px {
  min-width: 243px !important;
}

.cf_m_wid_244px {
  min-width: 244px !important;
}

.cf_m_wid_245px {
  min-width: 245px !important;
}

.cf_m_wid_246px {
  min-width: 246px !important;
}

.cf_m_wid_247px {
  min-width: 247px !important;
}

.cf_m_wid_248px {
  min-width: 248px !important;
}

.cf_m_wid_249px {
  min-width: 249px !important;
}

.cf_m_wid_250px {
  min-width: 250px !important;
}

.cf_m_wid_251px {
  min-width: 251px !important;
}

.cf_m_wid_252px {
  min-width: 252px !important;
}

.cf_m_wid_253px {
  min-width: 253px !important;
}

.cf_m_wid_254px {
  min-width: 254px !important;
}

.cf_m_wid_255px {
  min-width: 255px !important;
}

.cf_m_wid_256px {
  min-width: 256px !important;
}

.cf_m_wid_257px {
  min-width: 257px !important;
}

.cf_m_wid_258px {
  min-width: 258px !important;
}

.cf_m_wid_259px {
  min-width: 259px !important;
}

.cf_m_wid_260px {
  min-width: 260px !important;
}

.cf_m_wid_261px {
  min-width: 261px !important;
}

.cf_m_wid_262px {
  min-width: 262px !important;
}

.cf_m_wid_263px {
  min-width: 263px !important;
}

.cf_m_wid_264px {
  min-width: 264px !important;
}

.cf_m_wid_265px {
  min-width: 265px !important;
}

.cf_m_wid_266px {
  min-width: 266px !important;
}

.cf_m_wid_267px {
  min-width: 267px !important;
}

.cf_m_wid_268px {
  min-width: 268px !important;
}

.cf_m_wid_269px {
  min-width: 269px !important;
}

.cf_m_wid_270px {
  min-width: 270px !important;
}

.cf_m_wid_271px {
  min-width: 271px !important;
}

.cf_m_wid_272px {
  min-width: 272px !important;
}

.cf_m_wid_273px {
  min-width: 273px !important;
}

.cf_m_wid_274px {
  min-width: 274px !important;
}

.cf_m_wid_275px {
  min-width: 275px !important;
}

.cf_m_wid_276px {
  min-width: 276px !important;
}

.cf_m_wid_277px {
  min-width: 277px !important;
}

.cf_m_wid_278px {
  min-width: 278px !important;
}

.cf_m_wid_279px {
  min-width: 279px !important;
}

.cf_m_wid_280px {
  min-width: 280px !important;
}

.cf_m_wid_281px {
  min-width: 281px !important;
}

.cf_m_wid_282px {
  min-width: 282px !important;
}

.cf_m_wid_283px {
  min-width: 283px !important;
}

.cf_m_wid_284px {
  min-width: 284px !important;
}

.cf_m_wid_285px {
  min-width: 285px !important;
}

.cf_m_wid_286px {
  min-width: 286px !important;
}

.cf_m_wid_287px {
  min-width: 287px !important;
}

.cf_m_wid_288px {
  min-width: 288px !important;
}

.cf_m_wid_289px {
  min-width: 289px !important;
}

.cf_m_wid_290px {
  min-width: 290px !important;
}

.cf_m_wid_291px {
  min-width: 291px !important;
}

.cf_m_wid_292px {
  min-width: 292px !important;
}

.cf_m_wid_293px {
  min-width: 293px !important;
}

.cf_m_wid_294px {
  min-width: 294px !important;
}

.cf_m_wid_295px {
  min-width: 295px !important;
}

.cf_m_wid_296px {
  min-width: 296px !important;
}

.cf_m_wid_297px {
  min-width: 297px !important;
}

.cf_m_wid_298px {
  min-width: 298px !important;
}

.cf_m_wid_299px {
  min-width: 299px !important;
}

.cf_m_wid_300px {
  min-width: 300px !important;
}

.cf_m_wid_301px {
  min-width: 301px !important;
}

.cf_m_wid_302px {
  min-width: 302px !important;
}

.cf_m_wid_303px {
  min-width: 303px !important;
}

.cf_m_wid_304px {
  min-width: 304px !important;
}

.cf_m_wid_305px {
  min-width: 305px !important;
}

.cf_m_wid_306px {
  min-width: 306px !important;
}

.cf_m_wid_307px {
  min-width: 307px !important;
}

.cf_m_wid_308px {
  min-width: 308px !important;
}

.cf_m_wid_309px {
  min-width: 309px !important;
}

.cf_m_wid_310px {
  min-width: 310px !important;
}

.cf_m_wid_311px {
  min-width: 311px !important;
}

.cf_m_wid_312px {
  min-width: 312px !important;
}

.cf_m_wid_313px {
  min-width: 313px !important;
}

.cf_m_wid_314px {
  min-width: 314px !important;
}

.cf_m_wid_315px {
  min-width: 315px !important;
}

.cf_m_wid_316px {
  min-width: 316px !important;
}

.cf_m_wid_317px {
  min-width: 317px !important;
}

.cf_m_wid_318px {
  min-width: 318px !important;
}

.cf_m_wid_319px {
  min-width: 319px !important;
}

.cf_m_wid_320px {
  min-width: 320px !important;
}

.cf_m_wid_321px {
  min-width: 321px !important;
}

.cf_m_wid_322px {
  min-width: 322px !important;
}

.cf_m_wid_323px {
  min-width: 323px !important;
}

.cf_m_wid_324px {
  min-width: 324px !important;
}

.cf_m_wid_325px {
  min-width: 325px !important;
}

.cf_m_wid_326px {
  min-width: 326px !important;
}

.cf_m_wid_327px {
  min-width: 327px !important;
}

.cf_m_wid_328px {
  min-width: 328px !important;
}

.cf_m_wid_329px {
  min-width: 329px !important;
}

.cf_m_wid_330px {
  min-width: 330px !important;
}

.cf_m_wid_331px {
  min-width: 331px !important;
}

.cf_m_wid_332px {
  min-width: 332px !important;
}

.cf_m_wid_333px {
  min-width: 333px !important;
}

.cf_m_wid_334px {
  min-width: 334px !important;
}

.cf_m_wid_335px {
  min-width: 335px !important;
}

.cf_m_wid_336px {
  min-width: 336px !important;
}

.cf_m_wid_337px {
  min-width: 337px !important;
}

.cf_m_wid_338px {
  min-width: 338px !important;
}

.cf_m_wid_339px {
  min-width: 339px !important;
}

.cf_m_wid_340px {
  min-width: 340px !important;
}

.cf_m_wid_341px {
  min-width: 341px !important;
}

.cf_m_wid_342px {
  min-width: 342px !important;
}

.cf_m_wid_343px {
  min-width: 343px !important;
}

.cf_m_wid_344px {
  min-width: 344px !important;
}

.cf_m_wid_345px {
  min-width: 345px !important;
}

.cf_m_wid_346px {
  min-width: 346px !important;
}

.cf_m_wid_347px {
  min-width: 347px !important;
}

.cf_m_wid_348px {
  min-width: 348px !important;
}

.cf_m_wid_349px {
  min-width: 349px !important;
}

.cf_m_wid_350px {
  min-width: 350px !important;
}

.cf_m_wid_351px {
  min-width: 351px !important;
}

.cf_m_wid_352px {
  min-width: 352px !important;
}

.cf_m_wid_353px {
  min-width: 353px !important;
}

.cf_m_wid_354px {
  min-width: 354px !important;
}

.cf_m_wid_355px {
  min-width: 355px !important;
}

.cf_m_wid_356px {
  min-width: 356px !important;
}

.cf_m_wid_357px {
  min-width: 357px !important;
}

.cf_m_wid_358px {
  min-width: 358px !important;
}

.cf_m_wid_359px {
  min-width: 359px !important;
}

.cf_m_wid_360px {
  min-width: 360px !important;
}

.cf_m_wid_361px {
  min-width: 361px !important;
}

.cf_m_wid_362px {
  min-width: 362px !important;
}

.cf_m_wid_363px {
  min-width: 363px !important;
}

.cf_m_wid_364px {
  min-width: 364px !important;
}

.cf_m_wid_365px {
  min-width: 365px !important;
}

.cf_m_wid_366px {
  min-width: 366px !important;
}

.cf_m_wid_367px {
  min-width: 367px !important;
}

.cf_m_wid_368px {
  min-width: 368px !important;
}

.cf_m_wid_369px {
  min-width: 369px !important;
}

.cf_m_wid_370px {
  min-width: 370px !important;
}

.cf_m_wid_371px {
  min-width: 371px !important;
}

.cf_m_wid_372px {
  min-width: 372px !important;
}

.cf_m_wid_373px {
  min-width: 373px !important;
}

.cf_m_wid_374px {
  min-width: 374px !important;
}

.cf_m_wid_375px {
  min-width: 375px !important;
}

.cf_m_wid_376px {
  min-width: 376px !important;
}

.cf_m_wid_377px {
  min-width: 377px !important;
}

.cf_m_wid_378px {
  min-width: 378px !important;
}

.cf_m_wid_379px {
  min-width: 379px !important;
}

.cf_m_wid_380px {
  min-width: 380px !important;
}

.cf_m_wid_381px {
  min-width: 381px !important;
}

.cf_m_wid_382px {
  min-width: 382px !important;
}

.cf_m_wid_383px {
  min-width: 383px !important;
}

.cf_m_wid_384px {
  min-width: 384px !important;
}

.cf_m_wid_385px {
  min-width: 385px !important;
}

.cf_m_wid_386px {
  min-width: 386px !important;
}

.cf_m_wid_387px {
  min-width: 387px !important;
}

.cf_m_wid_388px {
  min-width: 388px !important;
}

.cf_m_wid_389px {
  min-width: 389px !important;
}

.cf_m_wid_390px {
  min-width: 390px !important;
}

.cf_m_wid_391px {
  min-width: 391px !important;
}

.cf_m_wid_392px {
  min-width: 392px !important;
}

.cf_m_wid_393px {
  min-width: 393px !important;
}

.cf_m_wid_394px {
  min-width: 394px !important;
}

.cf_m_wid_395px {
  min-width: 395px !important;
}

.cf_m_wid_396px {
  min-width: 396px !important;
}

.cf_m_wid_397px {
  min-width: 397px !important;
}

.cf_m_wid_398px {
  min-width: 398px !important;
}

.cf_m_wid_399px {
  min-width: 399px !important;
}

.cf_m_wid_400px {
  min-width: 400px !important;
}

.cf_m_wid_401px {
  min-width: 401px !important;
}

.cf_m_wid_402px {
  min-width: 402px !important;
}

.cf_m_wid_403px {
  min-width: 403px !important;
}

.cf_m_wid_404px {
  min-width: 404px !important;
}

.cf_m_wid_405px {
  min-width: 405px !important;
}

.cf_m_wid_406px {
  min-width: 406px !important;
}

.cf_m_wid_407px {
  min-width: 407px !important;
}

.cf_m_wid_408px {
  min-width: 408px !important;
}

.cf_m_wid_409px {
  min-width: 409px !important;
}

.cf_m_wid_410px {
  min-width: 410px !important;
}

.cf_m_wid_411px {
  min-width: 411px !important;
}

.cf_m_wid_412px {
  min-width: 412px !important;
}

.cf_m_wid_413px {
  min-width: 413px !important;
}

.cf_m_wid_414px {
  min-width: 414px !important;
}

.cf_m_wid_415px {
  min-width: 415px !important;
}

.cf_m_wid_416px {
  min-width: 416px !important;
}

.cf_m_wid_417px {
  min-width: 417px !important;
}

.cf_m_wid_418px {
  min-width: 418px !important;
}

.cf_m_wid_419px {
  min-width: 419px !important;
}

.cf_m_wid_420px {
  min-width: 420px !important;
}

.cf_m_wid_421px {
  min-width: 421px !important;
}

.cf_m_wid_422px {
  min-width: 422px !important;
}

.cf_m_wid_423px {
  min-width: 423px !important;
}

.cf_m_wid_424px {
  min-width: 424px !important;
}

.cf_m_wid_425px {
  min-width: 425px !important;
}

.cf_m_wid_426px {
  min-width: 426px !important;
}

.cf_m_wid_427px {
  min-width: 427px !important;
}

.cf_m_wid_428px {
  min-width: 428px !important;
}

.cf_m_wid_429px {
  min-width: 429px !important;
}

.cf_m_wid_430px {
  min-width: 430px !important;
}

.cf_m_wid_431px {
  min-width: 431px !important;
}

.cf_m_wid_432px {
  min-width: 432px !important;
}

.cf_m_wid_433px {
  min-width: 433px !important;
}

.cf_m_wid_434px {
  min-width: 434px !important;
}

.cf_m_wid_435px {
  min-width: 435px !important;
}

.cf_m_wid_436px {
  min-width: 436px !important;
}

.cf_m_wid_437px {
  min-width: 437px !important;
}

.cf_m_wid_438px {
  min-width: 438px !important;
}

.cf_m_wid_439px {
  min-width: 439px !important;
}

.cf_m_wid_440px {
  min-width: 440px !important;
}

.cf_m_wid_441px {
  min-width: 441px !important;
}

.cf_m_wid_442px {
  min-width: 442px !important;
}

.cf_m_wid_443px {
  min-width: 443px !important;
}

.cf_m_wid_444px {
  min-width: 444px !important;
}

.cf_m_wid_445px {
  min-width: 445px !important;
}

.cf_m_wid_446px {
  min-width: 446px !important;
}

.cf_m_wid_447px {
  min-width: 447px !important;
}

.cf_m_wid_448px {
  min-width: 448px !important;
}

.cf_m_wid_449px {
  min-width: 449px !important;
}

.cf_m_wid_450px {
  min-width: 450px !important;
}

.cf_m_wid_451px {
  min-width: 451px !important;
}

.cf_m_wid_452px {
  min-width: 452px !important;
}

.cf_m_wid_453px {
  min-width: 453px !important;
}

.cf_m_wid_454px {
  min-width: 454px !important;
}

.cf_m_wid_455px {
  min-width: 455px !important;
}

.cf_m_wid_456px {
  min-width: 456px !important;
}

.cf_m_wid_457px {
  min-width: 457px !important;
}

.cf_m_wid_458px {
  min-width: 458px !important;
}

.cf_m_wid_459px {
  min-width: 459px !important;
}

.cf_m_wid_460px {
  min-width: 460px !important;
}

.cf_m_wid_461px {
  min-width: 461px !important;
}

.cf_m_wid_462px {
  min-width: 462px !important;
}

.cf_m_wid_463px {
  min-width: 463px !important;
}

.cf_m_wid_464px {
  min-width: 464px !important;
}

.cf_m_wid_465px {
  min-width: 465px !important;
}

.cf_m_wid_466px {
  min-width: 466px !important;
}

.cf_m_wid_467px {
  min-width: 467px !important;
}

.cf_m_wid_468px {
  min-width: 468px !important;
}

.cf_m_wid_469px {
  min-width: 469px !important;
}

.cf_m_wid_470px {
  min-width: 470px !important;
}

.cf_m_wid_471px {
  min-width: 471px !important;
}

.cf_m_wid_472px {
  min-width: 472px !important;
}

.cf_m_wid_473px {
  min-width: 473px !important;
}

.cf_m_wid_474px {
  min-width: 474px !important;
}

.cf_m_wid_475px {
  min-width: 475px !important;
}

.cf_m_wid_476px {
  min-width: 476px !important;
}

.cf_m_wid_477px {
  min-width: 477px !important;
}

.cf_m_wid_478px {
  min-width: 478px !important;
}

.cf_m_wid_479px {
  min-width: 479px !important;
}

.cf_m_wid_480px {
  min-width: 480px !important;
}

.cf_m_wid_481px {
  min-width: 481px !important;
}

.cf_m_wid_482px {
  min-width: 482px !important;
}

.cf_m_wid_483px {
  min-width: 483px !important;
}

.cf_m_wid_484px {
  min-width: 484px !important;
}

.cf_m_wid_485px {
  min-width: 485px !important;
}

.cf_m_wid_486px {
  min-width: 486px !important;
}

.cf_m_wid_487px {
  min-width: 487px !important;
}

.cf_m_wid_488px {
  min-width: 488px !important;
}

.cf_m_wid_489px {
  min-width: 489px !important;
}

.cf_m_wid_490px {
  min-width: 490px !important;
}

.cf_m_wid_491px {
  min-width: 491px !important;
}

.cf_m_wid_492px {
  min-width: 492px !important;
}

.cf_m_wid_493px {
  min-width: 493px !important;
}

.cf_m_wid_494px {
  min-width: 494px !important;
}

.cf_m_wid_495px {
  min-width: 495px !important;
}

.cf_m_wid_496px {
  min-width: 496px !important;
}

.cf_m_wid_497px {
  min-width: 497px !important;
}

.cf_m_wid_498px {
  min-width: 498px !important;
}

.cf_m_wid_499px {
  min-width: 499px !important;
}

.cf_m_wid_500px {
  min-width: 500px !important;
}

.cf_m_wid_501px {
  min-width: 501px !important;
}

.cf_m_wid_502px {
  min-width: 502px !important;
}

.cf_m_wid_503px {
  min-width: 503px !important;
}

.cf_m_wid_504px {
  min-width: 504px !important;
}

.cf_m_wid_505px {
  min-width: 505px !important;
}

.cf_m_wid_506px {
  min-width: 506px !important;
}

.cf_m_wid_507px {
  min-width: 507px !important;
}

.cf_m_wid_508px {
  min-width: 508px !important;
}

.cf_m_wid_509px {
  min-width: 509px !important;
}

.cf_m_wid_510px {
  min-width: 510px !important;
}

.cf_m_wid_511px {
  min-width: 511px !important;
}

.cf_m_wid_512px {
  min-width: 512px !important;
}

.cf_m_wid_513px {
  min-width: 513px !important;
}

.cf_m_wid_514px {
  min-width: 514px !important;
}

.cf_m_wid_515px {
  min-width: 515px !important;
}

.cf_m_wid_516px {
  min-width: 516px !important;
}

.cf_m_wid_517px {
  min-width: 517px !important;
}

.cf_m_wid_518px {
  min-width: 518px !important;
}

.cf_m_wid_519px {
  min-width: 519px !important;
}

.cf_m_wid_520px {
  min-width: 520px !important;
}

.cf_m_wid_521px {
  min-width: 521px !important;
}

.cf_m_wid_522px {
  min-width: 522px !important;
}

.cf_m_wid_523px {
  min-width: 523px !important;
}

.cf_m_wid_524px {
  min-width: 524px !important;
}

.cf_m_wid_525px {
  min-width: 525px !important;
}

.cf_m_wid_526px {
  min-width: 526px !important;
}

.cf_m_wid_527px {
  min-width: 527px !important;
}

.cf_m_wid_528px {
  min-width: 528px !important;
}

.cf_m_wid_529px {
  min-width: 529px !important;
}

.cf_m_wid_530px {
  min-width: 530px !important;
}

.cf_m_wid_531px {
  min-width: 531px !important;
}

.cf_m_wid_532px {
  min-width: 532px !important;
}

.cf_m_wid_533px {
  min-width: 533px !important;
}

.cf_m_wid_534px {
  min-width: 534px !important;
}

.cf_m_wid_535px {
  min-width: 535px !important;
}

.cf_m_wid_536px {
  min-width: 536px !important;
}

.cf_m_wid_537px {
  min-width: 537px !important;
}

.cf_m_wid_538px {
  min-width: 538px !important;
}

.cf_m_wid_539px {
  min-width: 539px !important;
}

.cf_m_wid_540px {
  min-width: 540px !important;
}

.cf_m_wid_541px {
  min-width: 541px !important;
}

.cf_m_wid_542px {
  min-width: 542px !important;
}

.cf_m_wid_543px {
  min-width: 543px !important;
}

.cf_m_wid_544px {
  min-width: 544px !important;
}

.cf_m_wid_545px {
  min-width: 545px !important;
}

.cf_m_wid_546px {
  min-width: 546px !important;
}

.cf_m_wid_547px {
  min-width: 547px !important;
}

.cf_m_wid_548px {
  min-width: 548px !important;
}

.cf_m_wid_549px {
  min-width: 549px !important;
}

.cf_m_wid_550px {
  min-width: 550px !important;
}

.cf_m_wid_551px {
  min-width: 551px !important;
}

.cf_m_wid_552px {
  min-width: 552px !important;
}

.cf_m_wid_553px {
  min-width: 553px !important;
}

.cf_m_wid_554px {
  min-width: 554px !important;
}

.cf_m_wid_555px {
  min-width: 555px !important;
}

.cf_m_wid_556px {
  min-width: 556px !important;
}

.cf_m_wid_557px {
  min-width: 557px !important;
}

.cf_m_wid_558px {
  min-width: 558px !important;
}

.cf_m_wid_559px {
  min-width: 559px !important;
}

.cf_m_wid_560px {
  min-width: 560px !important;
}

.cf_m_wid_561px {
  min-width: 561px !important;
}

.cf_m_wid_562px {
  min-width: 562px !important;
}

.cf_m_wid_563px {
  min-width: 563px !important;
}

.cf_m_wid_564px {
  min-width: 564px !important;
}

.cf_m_wid_565px {
  min-width: 565px !important;
}

.cf_m_wid_566px {
  min-width: 566px !important;
}

.cf_m_wid_567px {
  min-width: 567px !important;
}

.cf_m_wid_568px {
  min-width: 568px !important;
}

.cf_m_wid_569px {
  min-width: 569px !important;
}

.cf_m_wid_570px {
  min-width: 570px !important;
}

.cf_m_wid_571px {
  min-width: 571px !important;
}

.cf_m_wid_572px {
  min-width: 572px !important;
}

.cf_m_wid_573px {
  min-width: 573px !important;
}

.cf_m_wid_574px {
  min-width: 574px !important;
}

.cf_m_wid_575px {
  min-width: 575px !important;
}

.cf_m_wid_576px {
  min-width: 576px !important;
}

.cf_m_wid_577px {
  min-width: 577px !important;
}

.cf_m_wid_578px {
  min-width: 578px !important;
}

.cf_m_wid_579px {
  min-width: 579px !important;
}

.cf_m_wid_580px {
  min-width: 580px !important;
}

.cf_m_wid_581px {
  min-width: 581px !important;
}

.cf_m_wid_582px {
  min-width: 582px !important;
}

.cf_m_wid_583px {
  min-width: 583px !important;
}

.cf_m_wid_584px {
  min-width: 584px !important;
}

.cf_m_wid_585px {
  min-width: 585px !important;
}

.cf_m_wid_586px {
  min-width: 586px !important;
}

.cf_m_wid_587px {
  min-width: 587px !important;
}

.cf_m_wid_588px {
  min-width: 588px !important;
}

.cf_m_wid_589px {
  min-width: 589px !important;
}

.cf_m_wid_590px {
  min-width: 590px !important;
}

.cf_m_wid_591px {
  min-width: 591px !important;
}

.cf_m_wid_592px {
  min-width: 592px !important;
}

.cf_m_wid_593px {
  min-width: 593px !important;
}

.cf_m_wid_594px {
  min-width: 594px !important;
}

.cf_m_wid_595px {
  min-width: 595px !important;
}

.cf_m_wid_596px {
  min-width: 596px !important;
}

.cf_m_wid_597px {
  min-width: 597px !important;
}

.cf_m_wid_598px {
  min-width: 598px !important;
}

.cf_m_wid_599px {
  min-width: 599px !important;
}

.cf_m_wid_600px {
  min-width: 600px !important;
}

.cf_m_wid_601px {
  min-width: 601px !important;
}

.cf_m_wid_602px {
  min-width: 602px !important;
}

.cf_m_wid_603px {
  min-width: 603px !important;
}

.cf_m_wid_604px {
  min-width: 604px !important;
}

.cf_m_wid_605px {
  min-width: 605px !important;
}

.cf_m_wid_606px {
  min-width: 606px !important;
}

.cf_m_wid_607px {
  min-width: 607px !important;
}

.cf_m_wid_608px {
  min-width: 608px !important;
}

.cf_m_wid_609px {
  min-width: 609px !important;
}

.cf_m_wid_610px {
  min-width: 610px !important;
}

.cf_m_wid_611px {
  min-width: 611px !important;
}

.cf_m_wid_612px {
  min-width: 612px !important;
}

.cf_m_wid_613px {
  min-width: 613px !important;
}

.cf_m_wid_614px {
  min-width: 614px !important;
}

.cf_m_wid_615px {
  min-width: 615px !important;
}

.cf_m_wid_616px {
  min-width: 616px !important;
}

.cf_m_wid_617px {
  min-width: 617px !important;
}

.cf_m_wid_618px {
  min-width: 618px !important;
}

.cf_m_wid_619px {
  min-width: 619px !important;
}

.cf_m_wid_620px {
  min-width: 620px !important;
}

.cf_m_wid_621px {
  min-width: 621px !important;
}

.cf_m_wid_622px {
  min-width: 622px !important;
}

.cf_m_wid_623px {
  min-width: 623px !important;
}

.cf_m_wid_624px {
  min-width: 624px !important;
}

.cf_m_wid_625px {
  min-width: 625px !important;
}

.cf_m_wid_626px {
  min-width: 626px !important;
}

.cf_m_wid_627px {
  min-width: 627px !important;
}

.cf_m_wid_628px {
  min-width: 628px !important;
}

.cf_m_wid_629px {
  min-width: 629px !important;
}

.cf_m_wid_630px {
  min-width: 630px !important;
}

.cf_m_wid_631px {
  min-width: 631px !important;
}

.cf_m_wid_632px {
  min-width: 632px !important;
}

.cf_m_wid_633px {
  min-width: 633px !important;
}

.cf_m_wid_634px {
  min-width: 634px !important;
}

.cf_m_wid_635px {
  min-width: 635px !important;
}

.cf_m_wid_636px {
  min-width: 636px !important;
}

.cf_m_wid_637px {
  min-width: 637px !important;
}

.cf_m_wid_638px {
  min-width: 638px !important;
}

.cf_m_wid_639px {
  min-width: 639px !important;
}

.cf_m_wid_640px {
  min-width: 640px !important;
}

.cf_m_wid_641px {
  min-width: 641px !important;
}

.cf_m_wid_642px {
  min-width: 642px !important;
}

.cf_m_wid_643px {
  min-width: 643px !important;
}

.cf_m_wid_644px {
  min-width: 644px !important;
}

.cf_m_wid_645px {
  min-width: 645px !important;
}

.cf_m_wid_646px {
  min-width: 646px !important;
}

.cf_m_wid_647px {
  min-width: 647px !important;
}

.cf_m_wid_648px {
  min-width: 648px !important;
}

.cf_m_wid_649px {
  min-width: 649px !important;
}

.cf_m_wid_650px {
  min-width: 650px !important;
}

.cf_m_wid_651px {
  min-width: 651px !important;
}

.cf_m_wid_652px {
  min-width: 652px !important;
}

.cf_m_wid_653px {
  min-width: 653px !important;
}

.cf_m_wid_654px {
  min-width: 654px !important;
}

.cf_m_wid_655px {
  min-width: 655px !important;
}

.cf_m_wid_656px {
  min-width: 656px !important;
}

.cf_m_wid_657px {
  min-width: 657px !important;
}

.cf_m_wid_658px {
  min-width: 658px !important;
}

.cf_m_wid_659px {
  min-width: 659px !important;
}

.cf_m_wid_660px {
  min-width: 660px !important;
}

.cf_m_wid_661px {
  min-width: 661px !important;
}

.cf_m_wid_662px {
  min-width: 662px !important;
}

.cf_m_wid_663px {
  min-width: 663px !important;
}

.cf_m_wid_664px {
  min-width: 664px !important;
}

.cf_m_wid_665px {
  min-width: 665px !important;
}

.cf_m_wid_666px {
  min-width: 666px !important;
}

.cf_m_wid_667px {
  min-width: 667px !important;
}

.cf_m_wid_668px {
  min-width: 668px !important;
}

.cf_m_wid_669px {
  min-width: 669px !important;
}

.cf_m_wid_670px {
  min-width: 670px !important;
}

.cf_m_wid_671px {
  min-width: 671px !important;
}

.cf_m_wid_672px {
  min-width: 672px !important;
}

.cf_m_wid_673px {
  min-width: 673px !important;
}

.cf_m_wid_674px {
  min-width: 674px !important;
}

.cf_m_wid_675px {
  min-width: 675px !important;
}

.cf_m_wid_676px {
  min-width: 676px !important;
}

.cf_m_wid_677px {
  min-width: 677px !important;
}

.cf_m_wid_678px {
  min-width: 678px !important;
}

.cf_m_wid_679px {
  min-width: 679px !important;
}

.cf_m_wid_680px {
  min-width: 680px !important;
}

.cf_m_wid_681px {
  min-width: 681px !important;
}

.cf_m_wid_682px {
  min-width: 682px !important;
}

.cf_m_wid_683px {
  min-width: 683px !important;
}

.cf_m_wid_684px {
  min-width: 684px !important;
}

.cf_m_wid_685px {
  min-width: 685px !important;
}

.cf_m_wid_686px {
  min-width: 686px !important;
}

.cf_m_wid_687px {
  min-width: 687px !important;
}

.cf_m_wid_688px {
  min-width: 688px !important;
}

.cf_m_wid_689px {
  min-width: 689px !important;
}

.cf_m_wid_690px {
  min-width: 690px !important;
}

.cf_m_wid_691px {
  min-width: 691px !important;
}

.cf_m_wid_692px {
  min-width: 692px !important;
}

.cf_m_wid_693px {
  min-width: 693px !important;
}

.cf_m_wid_694px {
  min-width: 694px !important;
}

.cf_m_wid_695px {
  min-width: 695px !important;
}

.cf_m_wid_696px {
  min-width: 696px !important;
}

.cf_m_wid_697px {
  min-width: 697px !important;
}

.cf_m_wid_698px {
  min-width: 698px !important;
}

.cf_m_wid_699px {
  min-width: 699px !important;
}

.cf_m_wid_700px {
  min-width: 700px !important;
}

.cf_m_wid_701px {
  min-width: 701px !important;
}

.cf_m_wid_702px {
  min-width: 702px !important;
}

.cf_m_wid_703px {
  min-width: 703px !important;
}

.cf_m_wid_704px {
  min-width: 704px !important;
}

.cf_m_wid_705px {
  min-width: 705px !important;
}

.cf_m_wid_706px {
  min-width: 706px !important;
}

.cf_m_wid_707px {
  min-width: 707px !important;
}

.cf_m_wid_708px {
  min-width: 708px !important;
}

.cf_m_wid_709px {
  min-width: 709px !important;
}

.cf_m_wid_710px {
  min-width: 710px !important;
}

.cf_m_wid_711px {
  min-width: 711px !important;
}

.cf_m_wid_712px {
  min-width: 712px !important;
}

.cf_m_wid_713px {
  min-width: 713px !important;
}

.cf_m_wid_714px {
  min-width: 714px !important;
}

.cf_m_wid_715px {
  min-width: 715px !important;
}

.cf_m_wid_716px {
  min-width: 716px !important;
}

.cf_m_wid_717px {
  min-width: 717px !important;
}

.cf_m_wid_718px {
  min-width: 718px !important;
}

.cf_m_wid_719px {
  min-width: 719px !important;
}

.cf_m_wid_720px {
  min-width: 720px !important;
}

.cf_m_wid_721px {
  min-width: 721px !important;
}

.cf_m_wid_722px {
  min-width: 722px !important;
}

.cf_m_wid_723px {
  min-width: 723px !important;
}

.cf_m_wid_724px {
  min-width: 724px !important;
}

.cf_m_wid_725px {
  min-width: 725px !important;
}

.cf_m_wid_726px {
  min-width: 726px !important;
}

.cf_m_wid_727px {
  min-width: 727px !important;
}

.cf_m_wid_728px {
  min-width: 728px !important;
}

.cf_m_wid_729px {
  min-width: 729px !important;
}

.cf_m_wid_730px {
  min-width: 730px !important;
}

.cf_m_wid_731px {
  min-width: 731px !important;
}

.cf_m_wid_732px {
  min-width: 732px !important;
}

.cf_m_wid_733px {
  min-width: 733px !important;
}

.cf_m_wid_734px {
  min-width: 734px !important;
}

.cf_m_wid_735px {
  min-width: 735px !important;
}

.cf_m_wid_736px {
  min-width: 736px !important;
}

.cf_m_wid_737px {
  min-width: 737px !important;
}

.cf_m_wid_738px {
  min-width: 738px !important;
}

.cf_m_wid_739px {
  min-width: 739px !important;
}

.cf_m_wid_740px {
  min-width: 740px !important;
}

.cf_m_wid_741px {
  min-width: 741px !important;
}

.cf_m_wid_742px {
  min-width: 742px !important;
}

.cf_m_wid_743px {
  min-width: 743px !important;
}

.cf_m_wid_744px {
  min-width: 744px !important;
}

.cf_m_wid_745px {
  min-width: 745px !important;
}

.cf_m_wid_746px {
  min-width: 746px !important;
}

.cf_m_wid_747px {
  min-width: 747px !important;
}

.cf_m_wid_748px {
  min-width: 748px !important;
}

.cf_m_wid_749px {
  min-width: 749px !important;
}

.cf_m_wid_750px {
  min-width: 750px !important;
}

.cf_m_wid_751px {
  min-width: 751px !important;
}

.cf_m_wid_752px {
  min-width: 752px !important;
}

.cf_m_wid_753px {
  min-width: 753px !important;
}

.cf_m_wid_754px {
  min-width: 754px !important;
}

.cf_m_wid_755px {
  min-width: 755px !important;
}

.cf_m_wid_756px {
  min-width: 756px !important;
}

.cf_m_wid_757px {
  min-width: 757px !important;
}

.cf_m_wid_758px {
  min-width: 758px !important;
}

.cf_m_wid_759px {
  min-width: 759px !important;
}

.cf_m_wid_760px {
  min-width: 760px !important;
}

.cf_m_wid_761px {
  min-width: 761px !important;
}

.cf_m_wid_762px {
  min-width: 762px !important;
}

.cf_m_wid_763px {
  min-width: 763px !important;
}

.cf_m_wid_764px {
  min-width: 764px !important;
}

.cf_m_wid_765px {
  min-width: 765px !important;
}

.cf_m_wid_766px {
  min-width: 766px !important;
}

.cf_m_wid_767px {
  min-width: 767px !important;
}

.cf_m_wid_768px {
  min-width: 768px !important;
}

.cf_m_wid_769px {
  min-width: 769px !important;
}

.cf_m_wid_770px {
  min-width: 770px !important;
}

.cf_m_wid_771px {
  min-width: 771px !important;
}

.cf_m_wid_772px {
  min-width: 772px !important;
}

.cf_m_wid_773px {
  min-width: 773px !important;
}

.cf_m_wid_774px {
  min-width: 774px !important;
}

.cf_m_wid_775px {
  min-width: 775px !important;
}

.cf_m_wid_776px {
  min-width: 776px !important;
}

.cf_m_wid_777px {
  min-width: 777px !important;
}

.cf_m_wid_778px {
  min-width: 778px !important;
}

.cf_m_wid_779px {
  min-width: 779px !important;
}

.cf_m_wid_780px {
  min-width: 780px !important;
}

.cf_m_wid_781px {
  min-width: 781px !important;
}

.cf_m_wid_782px {
  min-width: 782px !important;
}

.cf_m_wid_783px {
  min-width: 783px !important;
}

.cf_m_wid_784px {
  min-width: 784px !important;
}

.cf_m_wid_785px {
  min-width: 785px !important;
}

.cf_m_wid_786px {
  min-width: 786px !important;
}

.cf_m_wid_787px {
  min-width: 787px !important;
}

.cf_m_wid_788px {
  min-width: 788px !important;
}

.cf_m_wid_789px {
  min-width: 789px !important;
}

.cf_m_wid_790px {
  min-width: 790px !important;
}

.cf_m_wid_791px {
  min-width: 791px !important;
}

.cf_m_wid_792px {
  min-width: 792px !important;
}

.cf_m_wid_793px {
  min-width: 793px !important;
}

.cf_m_wid_794px {
  min-width: 794px !important;
}

.cf_m_wid_795px {
  min-width: 795px !important;
}

.cf_m_wid_796px {
  min-width: 796px !important;
}

.cf_m_wid_797px {
  min-width: 797px !important;
}

.cf_m_wid_798px {
  min-width: 798px !important;
}

.cf_m_wid_799px {
  min-width: 799px !important;
}

.cf_m_wid_800px {
  min-width: 800px !important;
}

.cf_m_wid_801px {
  min-width: 801px !important;
}

.cf_m_wid_802px {
  min-width: 802px !important;
}

.cf_m_wid_803px {
  min-width: 803px !important;
}

.cf_m_wid_804px {
  min-width: 804px !important;
}

.cf_m_wid_805px {
  min-width: 805px !important;
}

.cf_m_wid_806px {
  min-width: 806px !important;
}

.cf_m_wid_807px {
  min-width: 807px !important;
}

.cf_m_wid_808px {
  min-width: 808px !important;
}

.cf_m_wid_809px {
  min-width: 809px !important;
}

.cf_m_wid_810px {
  min-width: 810px !important;
}

.cf_m_wid_811px {
  min-width: 811px !important;
}

.cf_m_wid_812px {
  min-width: 812px !important;
}

.cf_m_wid_813px {
  min-width: 813px !important;
}

.cf_m_wid_814px {
  min-width: 814px !important;
}

.cf_m_wid_815px {
  min-width: 815px !important;
}

.cf_m_wid_816px {
  min-width: 816px !important;
}

.cf_m_wid_817px {
  min-width: 817px !important;
}

.cf_m_wid_818px {
  min-width: 818px !important;
}

.cf_m_wid_819px {
  min-width: 819px !important;
}

.cf_m_wid_820px {
  min-width: 820px !important;
}

.cf_m_wid_821px {
  min-width: 821px !important;
}

.cf_m_wid_822px {
  min-width: 822px !important;
}

.cf_m_wid_823px {
  min-width: 823px !important;
}

.cf_m_wid_824px {
  min-width: 824px !important;
}

.cf_m_wid_825px {
  min-width: 825px !important;
}

.cf_m_wid_826px {
  min-width: 826px !important;
}

.cf_m_wid_827px {
  min-width: 827px !important;
}

.cf_m_wid_828px {
  min-width: 828px !important;
}

.cf_m_wid_829px {
  min-width: 829px !important;
}

.cf_m_wid_830px {
  min-width: 830px !important;
}

.cf_m_wid_831px {
  min-width: 831px !important;
}

.cf_m_wid_832px {
  min-width: 832px !important;
}

.cf_m_wid_833px {
  min-width: 833px !important;
}

.cf_m_wid_834px {
  min-width: 834px !important;
}

.cf_m_wid_835px {
  min-width: 835px !important;
}

.cf_m_wid_836px {
  min-width: 836px !important;
}

.cf_m_wid_837px {
  min-width: 837px !important;
}

.cf_m_wid_838px {
  min-width: 838px !important;
}

.cf_m_wid_839px {
  min-width: 839px !important;
}

.cf_m_wid_840px {
  min-width: 840px !important;
}

.cf_m_wid_841px {
  min-width: 841px !important;
}

.cf_m_wid_842px {
  min-width: 842px !important;
}

.cf_m_wid_843px {
  min-width: 843px !important;
}

.cf_m_wid_844px {
  min-width: 844px !important;
}

.cf_m_wid_845px {
  min-width: 845px !important;
}

.cf_m_wid_846px {
  min-width: 846px !important;
}

.cf_m_wid_847px {
  min-width: 847px !important;
}

.cf_m_wid_848px {
  min-width: 848px !important;
}

.cf_m_wid_849px {
  min-width: 849px !important;
}

.cf_m_wid_850px {
  min-width: 850px !important;
}

.cf_m_wid_851px {
  min-width: 851px !important;
}

.cf_m_wid_852px {
  min-width: 852px !important;
}

.cf_m_wid_853px {
  min-width: 853px !important;
}

.cf_m_wid_854px {
  min-width: 854px !important;
}

.cf_m_wid_855px {
  min-width: 855px !important;
}

.cf_m_wid_856px {
  min-width: 856px !important;
}

.cf_m_wid_857px {
  min-width: 857px !important;
}

.cf_m_wid_858px {
  min-width: 858px !important;
}

.cf_m_wid_859px {
  min-width: 859px !important;
}

.cf_m_wid_860px {
  min-width: 860px !important;
}

.cf_m_wid_861px {
  min-width: 861px !important;
}

.cf_m_wid_862px {
  min-width: 862px !important;
}

.cf_m_wid_863px {
  min-width: 863px !important;
}

.cf_m_wid_864px {
  min-width: 864px !important;
}

.cf_m_wid_865px {
  min-width: 865px !important;
}

.cf_m_wid_866px {
  min-width: 866px !important;
}

.cf_m_wid_867px {
  min-width: 867px !important;
}

.cf_m_wid_868px {
  min-width: 868px !important;
}

.cf_m_wid_869px {
  min-width: 869px !important;
}

.cf_m_wid_870px {
  min-width: 870px !important;
}

.cf_m_wid_871px {
  min-width: 871px !important;
}

.cf_m_wid_872px {
  min-width: 872px !important;
}

.cf_m_wid_873px {
  min-width: 873px !important;
}

.cf_m_wid_874px {
  min-width: 874px !important;
}

.cf_m_wid_875px {
  min-width: 875px !important;
}

.cf_m_wid_876px {
  min-width: 876px !important;
}

.cf_m_wid_877px {
  min-width: 877px !important;
}

.cf_m_wid_878px {
  min-width: 878px !important;
}

.cf_m_wid_879px {
  min-width: 879px !important;
}

.cf_m_wid_880px {
  min-width: 880px !important;
}

.cf_m_wid_881px {
  min-width: 881px !important;
}

.cf_m_wid_882px {
  min-width: 882px !important;
}

.cf_m_wid_883px {
  min-width: 883px !important;
}

.cf_m_wid_884px {
  min-width: 884px !important;
}

.cf_m_wid_885px {
  min-width: 885px !important;
}

.cf_m_wid_886px {
  min-width: 886px !important;
}

.cf_m_wid_887px {
  min-width: 887px !important;
}

.cf_m_wid_888px {
  min-width: 888px !important;
}

.cf_m_wid_889px {
  min-width: 889px !important;
}

.cf_m_wid_890px {
  min-width: 890px !important;
}

.cf_m_wid_891px {
  min-width: 891px !important;
}

.cf_m_wid_892px {
  min-width: 892px !important;
}

.cf_m_wid_893px {
  min-width: 893px !important;
}

.cf_m_wid_894px {
  min-width: 894px !important;
}

.cf_m_wid_895px {
  min-width: 895px !important;
}

.cf_m_wid_896px {
  min-width: 896px !important;
}

.cf_m_wid_897px {
  min-width: 897px !important;
}

.cf_m_wid_898px {
  min-width: 898px !important;
}

.cf_m_wid_899px {
  min-width: 899px !important;
}

.cf_m_wid_900px {
  min-width: 900px !important;
}

.cf_m_wid_901px {
  min-width: 901px !important;
}

.cf_m_wid_902px {
  min-width: 902px !important;
}

.cf_m_wid_903px {
  min-width: 903px !important;
}

.cf_m_wid_904px {
  min-width: 904px !important;
}

.cf_m_wid_905px {
  min-width: 905px !important;
}

.cf_m_wid_906px {
  min-width: 906px !important;
}

.cf_m_wid_907px {
  min-width: 907px !important;
}

.cf_m_wid_908px {
  min-width: 908px !important;
}

.cf_m_wid_909px {
  min-width: 909px !important;
}

.cf_m_wid_910px {
  min-width: 910px !important;
}

.cf_m_wid_911px {
  min-width: 911px !important;
}

.cf_m_wid_912px {
  min-width: 912px !important;
}

.cf_m_wid_913px {
  min-width: 913px !important;
}

.cf_m_wid_914px {
  min-width: 914px !important;
}

.cf_m_wid_915px {
  min-width: 915px !important;
}

.cf_m_wid_916px {
  min-width: 916px !important;
}

.cf_m_wid_917px {
  min-width: 917px !important;
}

.cf_m_wid_918px {
  min-width: 918px !important;
}

.cf_m_wid_919px {
  min-width: 919px !important;
}

.cf_m_wid_920px {
  min-width: 920px !important;
}

.cf_m_wid_921px {
  min-width: 921px !important;
}

.cf_m_wid_922px {
  min-width: 922px !important;
}

.cf_m_wid_923px {
  min-width: 923px !important;
}

.cf_m_wid_924px {
  min-width: 924px !important;
}

.cf_m_wid_925px {
  min-width: 925px !important;
}

.cf_m_wid_926px {
  min-width: 926px !important;
}

.cf_m_wid_927px {
  min-width: 927px !important;
}

.cf_m_wid_928px {
  min-width: 928px !important;
}

.cf_m_wid_929px {
  min-width: 929px !important;
}

.cf_m_wid_930px {
  min-width: 930px !important;
}

.cf_m_wid_931px {
  min-width: 931px !important;
}

.cf_m_wid_932px {
  min-width: 932px !important;
}

.cf_m_wid_933px {
  min-width: 933px !important;
}

.cf_m_wid_934px {
  min-width: 934px !important;
}

.cf_m_wid_935px {
  min-width: 935px !important;
}

.cf_m_wid_936px {
  min-width: 936px !important;
}

.cf_m_wid_937px {
  min-width: 937px !important;
}

.cf_m_wid_938px {
  min-width: 938px !important;
}

.cf_m_wid_939px {
  min-width: 939px !important;
}

.cf_m_wid_940px {
  min-width: 940px !important;
}

.cf_m_wid_941px {
  min-width: 941px !important;
}

.cf_m_wid_942px {
  min-width: 942px !important;
}

.cf_m_wid_943px {
  min-width: 943px !important;
}

.cf_m_wid_944px {
  min-width: 944px !important;
}

.cf_m_wid_945px {
  min-width: 945px !important;
}

.cf_m_wid_946px {
  min-width: 946px !important;
}

.cf_m_wid_947px {
  min-width: 947px !important;
}

.cf_m_wid_948px {
  min-width: 948px !important;
}

.cf_m_wid_949px {
  min-width: 949px !important;
}

.cf_m_wid_950px {
  min-width: 950px !important;
}

.cf_m_wid_951px {
  min-width: 951px !important;
}

.cf_m_wid_952px {
  min-width: 952px !important;
}

.cf_m_wid_953px {
  min-width: 953px !important;
}

.cf_m_wid_954px {
  min-width: 954px !important;
}

.cf_m_wid_955px {
  min-width: 955px !important;
}

.cf_m_wid_956px {
  min-width: 956px !important;
}

.cf_m_wid_957px {
  min-width: 957px !important;
}

.cf_m_wid_958px {
  min-width: 958px !important;
}

.cf_m_wid_959px {
  min-width: 959px !important;
}

.cf_m_wid_960px {
  min-width: 960px !important;
}

.cf_m_wid_961px {
  min-width: 961px !important;
}

.cf_m_wid_962px {
  min-width: 962px !important;
}

.cf_m_wid_963px {
  min-width: 963px !important;
}

.cf_m_wid_964px {
  min-width: 964px !important;
}

.cf_m_wid_965px {
  min-width: 965px !important;
}

.cf_m_wid_966px {
  min-width: 966px !important;
}

.cf_m_wid_967px {
  min-width: 967px !important;
}

.cf_m_wid_968px {
  min-width: 968px !important;
}

.cf_m_wid_969px {
  min-width: 969px !important;
}

.cf_m_wid_970px {
  min-width: 970px !important;
}

.cf_m_wid_971px {
  min-width: 971px !important;
}

.cf_m_wid_972px {
  min-width: 972px !important;
}

.cf_m_wid_973px {
  min-width: 973px !important;
}

.cf_m_wid_974px {
  min-width: 974px !important;
}

.cf_m_wid_975px {
  min-width: 975px !important;
}

.cf_m_wid_976px {
  min-width: 976px !important;
}

.cf_m_wid_977px {
  min-width: 977px !important;
}

.cf_m_wid_978px {
  min-width: 978px !important;
}

.cf_m_wid_979px {
  min-width: 979px !important;
}

.cf_m_wid_980px {
  min-width: 980px !important;
}

.cf_m_wid_981px {
  min-width: 981px !important;
}

.cf_m_wid_982px {
  min-width: 982px !important;
}

.cf_m_wid_983px {
  min-width: 983px !important;
}

.cf_m_wid_984px {
  min-width: 984px !important;
}

.cf_m_wid_985px {
  min-width: 985px !important;
}

.cf_m_wid_986px {
  min-width: 986px !important;
}

.cf_m_wid_987px {
  min-width: 987px !important;
}

.cf_m_wid_988px {
  min-width: 988px !important;
}

.cf_m_wid_989px {
  min-width: 989px !important;
}

.cf_m_wid_990px {
  min-width: 990px !important;
}

.cf_m_wid_991px {
  min-width: 991px !important;
}

.cf_m_wid_992px {
  min-width: 992px !important;
}

.cf_m_wid_993px {
  min-width: 993px !important;
}

.cf_m_wid_994px {
  min-width: 994px !important;
}

.cf_m_wid_995px {
  min-width: 995px !important;
}

.cf_m_wid_996px {
  min-width: 996px !important;
}

.cf_m_wid_997px {
  min-width: 997px !important;
}

.cf_m_wid_998px {
  min-width: 998px !important;
}

.cf_m_wid_999px {
  min-width: 999px !important;
}

.cf_m_wid_1000px {
  min-width: 1000px !important;
}

/*=================
border-radius  汎用クラス
===================*/
.cf_b_r0px {
  border-radius: 0px !important;
}

.cf_b_r1px {
  border-radius: 1px !important;
}

.cf_b_r2px {
  border-radius: 2px !important;
}

.cf_b_r3px {
  border-radius: 3px !important;
}

.cf_b_r4px {
  border-radius: 4px !important;
}

.cf_b_r5px {
  border-radius: 5px !important;
}

.cf_b_r6px {
  border-radius: 6px !important;
}

.cf_b_r7px {
  border-radius: 7px !important;
}

.cf_b_r8px {
  border-radius: 8px !important;
}

.cf_b_r9px {
  border-radius: 9px !important;
}

.cf_b_r10px {
  border-radius: 10px !important;
}

.cf_b_r11px {
  border-radius: 11px !important;
}

.cf_b_r12px {
  border-radius: 12px !important;
}

.cf_b_r13px {
  border-radius: 13px !important;
}

.cf_b_r14px {
  border-radius: 14px !important;
}

.cf_b_r15px {
  border-radius: 15px !important;
}

.cf_b_r16px {
  border-radius: 16px !important;
}

.cf_b_r17px {
  border-radius: 17px !important;
}

.cf_b_r18px {
  border-radius: 18px !important;
}

.cf_b_r19px {
  border-radius: 19px !important;
}

.cf_b_r20px {
  border-radius: 20px !important;
}

.cf_b_r21px {
  border-radius: 21px !important;
}

.cf_b_r22px {
  border-radius: 22px !important;
}

.cf_b_r23px {
  border-radius: 23px !important;
}

.cf_b_r24px {
  border-radius: 24px !important;
}

.cf_b_r25px {
  border-radius: 25px !important;
}

.cf_b_r26px {
  border-radius: 26px !important;
}

.cf_b_r27px {
  border-radius: 27px !important;
}

.cf_b_r28px {
  border-radius: 28px !important;
}

.cf_b_r29px {
  border-radius: 29px !important;
}

.cf_b_r30px {
  border-radius: 30px !important;
}

.cf_b_r31px {
  border-radius: 31px !important;
}

.cf_b_r32px {
  border-radius: 32px !important;
}

.cf_b_r33px {
  border-radius: 33px !important;
}

.cf_b_r34px {
  border-radius: 34px !important;
}

.cf_b_r35px {
  border-radius: 35px !important;
}

.cf_b_r36px {
  border-radius: 36px !important;
}

.cf_b_r37px {
  border-radius: 37px !important;
}

.cf_b_r38px {
  border-radius: 38px !important;
}

.cf_b_r39px {
  border-radius: 39px !important;
}

.cf_b_r40px {
  border-radius: 40px !important;
}

.cf_b_r41px {
  border-radius: 41px !important;
}

.cf_b_r42px {
  border-radius: 42px !important;
}

.cf_b_r43px {
  border-radius: 43px !important;
}

.cf_b_r44px {
  border-radius: 44px !important;
}

.cf_b_r45px {
  border-radius: 45px !important;
}

.cf_b_r46px {
  border-radius: 46px !important;
}

.cf_b_r47px {
  border-radius: 47px !important;
}

.cf_b_r48px {
  border-radius: 48px !important;
}

.cf_b_r49px {
  border-radius: 49px !important;
}

.cf_b_r50px {
  border-radius: 50px !important;
}

/*=================
font-weight  汎用クラス
===================*/
.cf_fw_400 {
  font-weight: 400 !important;
}

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

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

/*=================
その他  汎用クラス
===================*/
.cf_ofy_s {
  overflow-y: scroll;
}

.cf_ofx_s {
  overflow-y: scroll;
}

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

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

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

.cf_left {
  float: left;
}

.cf_right {
  float: right;
}

.cf_t_c {
  text-align: center;
}

.cf_t_r {
  text-align: right;
}

.cf_t_l {
  text-align: left;
}

.cf_m_auto {
  margin-right: auto;
  margin-left: auto;
}

.cf_none {
  display: none;
}

.cf_wsu {
  white-space: unset !important;
}

.cf_btn_disable {
  pointer-events: none !important;
}
/*# sourceMappingURL=styles.css.map */