.bg-azure {
  background-color: #F5FBFA;
}

.bg-template-1 {
  background-color: #d99d83;
}

.bg-template-2 {
  background-color: #A99431;
}

/**=====================
    56.  Ribbon CSS Start
==========================**/
.ribbon-wrapper, .ribbon-wrapper-right, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom {
  position: relative;
  padding-top: 40px;
}

.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}

.ribbon-overflow {
  overflow: hidden;
}

.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}

.ribbon-wrapper-bottom {
  padding-bottom: 40px;
  padding-top: 0;
}

.ribbon-wrapper-right-bottom {
  padding-right: 40px;
}

.ribbon-content {
  margin-bottom: 0;
}

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #ffffff;
  z-index: 2;
}

.ribbon-space-bottom {
  top: 0px;
}

.ribbon-clip {
  left: -14px;
}
.ribbon-clip:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #181C32;
  border-right-color: #181C32;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #181C32;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.ribbon-clip-right {
  right: -14px;
}
.ribbon-clip-right:before {
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #181C32;
  border-right-color: #181C32;
}

.ribbon-clip-bottom {
  left: -14px;
  bottom: 12px;
  top: auto;
}
.ribbon-clip-bottom:before {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #181C32;
  border-right-color: #181C32;
}

.ribbon-clip-bottom-right {
  right: -14px;
  left: auto;
  bottom: 12px;
  top: auto;
}
.ribbon-clip-bottom-right:before {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #181C32;
  border-right-color: #181C32;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #181C32;
  border-left: 10px solid transparent;
}

.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}

.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #181C32;
  border-bottom: 10px solid transparent;
}

.ribbon-primary {
  background: #d99d83;
}

.ribbon-primary {
  background: #d99d83;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #d99d83;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #d99d83;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #d99d83;
  border-left-color: #d99d83;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #d99d83;
}

.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #cd7e5c;
  border-left-color: #cd7e5c;
}

.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: transparent;
  border-left-color: #cd7e5c;
}

.ribbon-secondary {
  background: rgba(217, 157, 131, 0.1450980392);
}

.ribbon-secondary {
  background: rgba(217, 157, 131, 0.1450980392);
}

.ribbon-bookmark.ribbon-secondary:before {
  border-color: rgba(217, 157, 131, 0.1450980392);
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: rgba(217, 157, 131, 0.1450980392);
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: rgba(217, 157, 131, 0.1450980392);
  border-bottom-color: transparent;
}

.ribbon-secondary.ribbon-corner:before {
  border-top-color: rgba(217, 157, 131, 0.1450980392);
  border-left-color: rgba(217, 157, 131, 0.1450980392);
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: rgba(217, 157, 131, 0.1450980392);
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: rgba(217, 157, 131, 0.1450980392);
}

.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: rgba(205, 126, 92, 0.1450980392);
  border-right-color: rgba(205, 126, 92, 0.1450980392);
}

.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: rgba(205, 126, 92, 0.1450980392);
  border-left-color: rgba(205, 126, 92, 0.1450980392);
}

.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: rgba(205, 126, 92, 0.1450980392);
  border-right-color: rgba(205, 126, 92, 0.1450980392);
}

.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: rgba(205, 126, 92, 0.1450980392);
  border-right-color: transparent;
  border-left-color: rgba(205, 126, 92, 0.1450980392);
}

.ribbon-success {
  background: #1BC5BD;
}

.ribbon-success {
  background: #1BC5BD;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #1BC5BD;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #1BC5BD;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #1BC5BD;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #1BC5BD;
  border-left-color: #1BC5BD;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #1BC5BD;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1BC5BD;
}

.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #159892;
  border-right-color: #159892;
}

.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #159892;
  border-left-color: #159892;
}

.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #159892;
  border-right-color: #159892;
}

.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #159892;
  border-right-color: transparent;
  border-left-color: #159892;
}

.ribbon-danger {
  background: #F64E60;
}

.ribbon-danger {
  background: #F64E60;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #F64E60;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #F64E60;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #F64E60;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #F64E60;
  border-left-color: #F64E60;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #F64E60;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #F64E60;
}

.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #f41d34;
  border-right-color: #f41d34;
}

.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #f41d34;
  border-left-color: #f41d34;
}

.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f41d34;
  border-right-color: #f41d34;
}

.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #f41d34;
  border-right-color: transparent;
  border-left-color: #f41d34;
}

.ribbon-info {
  background: #8950FC;
}

.ribbon-info {
  background: #8950FC;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #8950FC;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #8950FC;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #8950FC;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #8950FC;
  border-left-color: #8950FC;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #8950FC;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #8950FC;
}

.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #671efb;
  border-right-color: #671efb;
}

.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #671efb;
  border-left-color: #671efb;
}

.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #671efb;
  border-right-color: #671efb;
}

.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #671efb;
  border-right-color: transparent;
  border-left-color: #671efb;
}

.ribbon-light {
  background: #f5f8fa;
}

.ribbon-light {
  background: #f5f8fa;
}

.ribbon-bookmark.ribbon-light:before {
  border-color: #f5f8fa;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f5f8fa;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f5f8fa;
  border-bottom-color: transparent;
}

.ribbon-light.ribbon-corner:before {
  border-top-color: #f5f8fa;
  border-left-color: #f5f8fa;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f5f8fa;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f5f8fa;
}

.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #d3e0e9;
  border-right-color: #d3e0e9;
}

.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #d3e0e9;
  border-left-color: #d3e0e9;
}

.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #d3e0e9;
  border-right-color: #d3e0e9;
}

.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #d3e0e9;
  border-right-color: transparent;
  border-left-color: #d3e0e9;
}

.ribbon-dark {
  background: #181C32;
}

.ribbon-dark {
  background: #181C32;
}

.ribbon-bookmark.ribbon-dark:before {
  border-color: #181C32;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #181C32;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #181C32;
  border-bottom-color: transparent;
}

.ribbon-dark.ribbon-corner:before {
  border-top-color: #181C32;
  border-left-color: #181C32;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #181C32;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #181C32;
}

.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #070910;
  border-right-color: #070910;
}

.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #070910;
  border-left-color: #070910;
}

.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #070910;
  border-right-color: #070910;
}

.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #070910;
  border-right-color: transparent;
  border-left-color: #070910;
}

.ribbon-template-1-light {
  background: #d99d83;
}

.ribbon-template-1-light {
  background: #d99d83;
}

.ribbon-bookmark.ribbon-template-1-light:before {
  border-color: #d99d83;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-template-1-light:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-template-1-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-template-1-light:before {
  border-right-color: #d99d83;
  border-bottom-color: transparent;
}

.ribbon-template-1-light.ribbon-corner:before {
  border-top-color: #d99d83;
  border-left-color: #d99d83;
}
.ribbon-template-1-light.ribbon-corner.ribbon-right:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-template-1-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #d99d83;
}

.ribbon-template-1-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-template-1-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #cd7e5c;
  border-left-color: #cd7e5c;
}

.ribbon-template-1-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-template-1-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: transparent;
  border-left-color: #cd7e5c;
}

.ribbon-template-2-light {
  background: #d99d83;
}

.ribbon-template-2-light {
  background: #d99d83;
}

.ribbon-bookmark.ribbon-template-2-light:before {
  border-color: #d99d83;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-template-2-light:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-template-2-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-template-2-light:before {
  border-right-color: #d99d83;
  border-bottom-color: transparent;
}

.ribbon-template-2-light.ribbon-corner:before {
  border-top-color: #d99d83;
  border-left-color: #d99d83;
}
.ribbon-template-2-light.ribbon-corner.ribbon-right:before {
  border-right-color: #d99d83;
  border-left-color: transparent;
}
.ribbon-template-2-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #d99d83;
}

.ribbon-template-2-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-template-2-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #cd7e5c;
  border-left-color: #cd7e5c;
}

.ribbon-template-2-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: #cd7e5c;
}

.ribbon-template-2-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #cd7e5c;
  border-right-color: transparent;
  border-left-color: #cd7e5c;
}

.ribbon-warning {
  background: #FFA800;
}

.ribbon-warning {
  background: #FFA800;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #FFA800;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #FFA800;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #FFA800;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #FFA800;
  border-left-color: #FFA800;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #FFA800;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #FFA800;
}

.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #cc8600;
  border-right-color: #cc8600;
}

.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #cc8600;
  border-left-color: #cc8600;
}

.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #cc8600;
  border-right-color: #cc8600;
}

.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #cc8600;
  border-right-color: transparent;
  border-left-color: #cc8600;
}

/**=====================
     56. Ribbon CSS Ends
==========================**/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.state.p-primary {
  color: #d99d83 !important;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #d99d83 !important;
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-color: #d99d83 !important;
}

.pretty .state label:after, .pretty .state label:before, .pretty.p-svg .state .svg {
  width: 22px !important;
  height: 22px !important;
}

.pretty .state label {
  margin-left: 6px !important;
}

table th .pretty input:checked ~ .state.p-primary label:after, table th .pretty.p-toggle .state.p-primary label:after {
  background-color: #ffffff !important;
}
table th .pretty.p-curve .state label:after, table th .pretty.p-curve .state label:before {
  border-color: #ffffff !important;
}

.pointer-hover:hover {
  cursor: pointer !important;
}

.app-content.content.ui-professeur, .footer.ui-professeur {
  margin-left: 0px !important;
}

.main-menu.menu-dark {
  color: #DCDCDC;
  /* background: $primary !important;*/
}

.main-menu.menu-dark .navigation {
  /*background: linear-gradient(to top,#044160,#044160);*/
  height: auto !important;
}

.badge-qte {
  position: relative;
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  background: #a99432;
  z-index: 20;
  margin-right: -8px;
  font-weight: bold;
}

.badge-btn {
  margin-top: -10px;
  z-index: 10;
}

.picker .picker__header {
  color: #999999;
}

.item-menu {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item-menu .caption {
  padding: 9px;
  color: #333;
}

.item-menu a img {
  float: right;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  margin-top: -53px;
  margin-bottom: 15px;
  margin-right: 5px;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.08), 0 18px 10px -5px rgba(0, 0, 0, 0.6);
}

.item-menu > img, .item-menu a > img {
  margin-right: auto;
  margin-left: auto;
}

.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span {
  background-color: #1aae88;
}
.switch input:checked + span:after {
  left: 31px;
}
.switch span {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.btn-popover {
  background: transparent !important;
  border: none !important;
}
.btn-popover:hover {
  background: transparent !important;
}

.btn-popover:focus, .btn-popover:active {
  border-color: #FFF !important;
  background: transparent !important;
  color: #FFF !important;
}

.heading-elements .dropdown-menu .dropdown-item {
  text-align: left !important;
}
.heading-elements .dropdown-menu a {
  padding: 0px !important;
  text-align: left !important;
}

[class^=ws], .select2-container {
  max-width: 100% !important;
}

.has-input-buttons, html > body input.ws-inputreplace.has-input-buttons, span.has-input-buttons {
  vertical-align: unset !important;
}

.action-panier {
  padding: 0.25rem 0.5rem !important;
}

/*******************************************************************/
/**************************** menu hamburger ****************************/
/*******************************************************************/
/*menu hamburger in item categorie, sous-categorie, plat*/
.menu, .menu-leftToRight {
  -webkit-filter: url("#shadowed-goo");
  filter: url("#shadowed-goo");
}

.menu-itembtn, .menu-open-button {
  border: 1px solid #d99d83;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms !important;
  transition: -webkit-transform ease-out 200ms !important;
  transition: transform ease-out 200ms !important;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms !important;
  padding: 0.5rem 0.5rem !important;
}
.menu .menu-itembtn, .menu .menu-open-button {
  background-color: #FFF;
  line-height: 30px;
}

.menu-open {
  display: none;
}

.hamburger {
  width: 18px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu, .menu-leftToRight {
  position: relative;
  box-sizing: border-box;
  font-size: 20px;
  z-index: 998;
}

.modal .btn-social > :first-child, .modal .btn-social-icon > :first-child, .heading-elements .btn-social > :first-child, .heading-elements .btn-social-icon > :first-child, .card-body .btn-social > :first-child, .card-body .btn-social-icon > :first-child {
  line-height: 2.7rem !important;
}
.modal table .btn-social > :first-child, .modal table .btn-social-icon > :first-child, .heading-elements table .btn-social > :first-child, .heading-elements table .btn-social-icon > :first-child, .card-body table .btn-social > :first-child, .card-body table .btn-social-icon > :first-child {
  line-height: 2.3rem !important;
}

.menu-title {
  color: #ffffff !important;
  font-size: 18px !important;
}

.navigation.navigation-main.bg-primary li.nav-item {
  text-transform: uppercase !important;
}

.main-menu.menu-dark .navigation li a {
  color: #ffffff;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li > a > i {
  color: #ffffff;
  width: 16px !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li.open > a > i {
  color: #d99d83 !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li:hover i {
  color: #939394;
}

.table th, .table td {
  padding: 1.2rem 2rem !important;
}

#element-to-print .table th, #element-to-print .table td {
  padding: 0.5rem 2rem !important;
}

table.table thead tr {
  background: #d99d83;
  color: #ffffff !important;
}

table .state .font-weight-bold {
  font-weight: 800 !important;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #d99d83 !important;
}

input:focus-visible {
  outline: 1px solid #d99d83;
}

select:focus-visible {
  border: 1px solid #d99d83;
  outline: none;
}

.btn.ml-1, .btn.mx-1 {
  margin-left: 0.3rem !important;
}

.btn.mr-1, .btn.mx-1 {
  margin-right: 0.3rem !important;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu .menu-open:checked ~ .menu-itembtn {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu .menu-open:checked ~ .menu-itembtn:nth-child(3) {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

.menu .menu-open:checked ~ .menu-itembtn:nth-child(4) {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(85px, 0, 0);
}

.menu .menu-open:checked ~ .menu-itembtn:nth-child(5) {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(180px, 0, 0);
  transform: translate3d(130px, 0, 0);
}

.menu .menu-open:checked ~ .menu-itembtn:nth-child(6) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(180px, 0, 0);
  transform: translate3d(130px, 0, 0);
}

.menu .menu-open:checked ~ .menu-itembtn:nth-child(7) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(180px, 0, 0);
  transform: translate3d(130px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(3) {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(4) {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(-73px, 0, 0);
  transform: translate3d(-73px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(5) {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(-110px, 0, 0);
  transform: translate3d(-110px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(6) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-147px, 0, 0);
  transform: translate3d(-147px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(7) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-183px, 0, 0);
  transform: translate3d(-183px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(8) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(9) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-258px, 0, 0);
  transform: translate3d(-258px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(10) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-296px, 0, 0);
  transform: translate3d(-296px, 0, 0);
}

.menu-leftToRight .menu-open:checked ~ .menu-itembtn:nth-child(11) {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transform: translate3d(-334px, 0, 0);
  transform: translate3d(-334px, 0, 0);
}

.nav.nav-tabs.nav-justified .nav-link {
  font-size: 15px !important;
}

.form-control:focus {
  border-color: #d99d83 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
}

.card .card-body.box-shadow-1 {
  border-radius: 10px !important;
}

.ribbon-vertical-left-wrapper {
  padding-left: 0px;
}

.ribbon-vertical-left {
  top: 0px !important;
  left: 18px;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
  border-top: 3px solid #d99d83 !important;
  border-left: 2px solid #d99d83 !important;
  border-right: 2px solid #d99d83 !important;
  color: #d99d83 !important;
}

@font-face {
  font-family: "modernline";
  src: url("../fonts/modernline/modernline.otf");
}
.widget-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}
.widget-content .widget-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
}
.widget-content .widget-content-left .widget-heading {
  opacity: 0.8;
  font-weight: bold;
}
.widget-content .widget-content-left .widget-subheading {
  opacity: 0.5;
}
.widget-content .widget-content-right {
  margin-left: auto;
}
.widget-content .widget-numbers {
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}
.widget-content .widget-content-outer {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.widget-content .widget-progress-wrapper {
  margin-top: 1rem;
}
.widget-content .widget-progress-wrapper .progress-sub-label {
  margin-top: 0.333rem;
  opacity: 0.5;
  display: flex;
  align-content: center;
  align-items: center;
}
.widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right {
  margin-left: auto;
}
.widget-content .widget-content-right.widget-content-actions {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.widget-content:hover .widget-content-right.widget-content-actions {
  visibility: visible;
  opacity: 1;
}

.badge-groupe-position {
  z-index: 100;
  margin-top: -185px;
  width: fit-content;
  width: -webkit-fill-available;
}

.badge-logo-groupe-text {
  padding: 0px 12px;
  background: rgba(255, 255, 255, 0.4392156863);
  width: fit-content;
  margin: 0 auto;
  box-shadow: inset 2px 2px 12px rgba(0, 0, 0, 0.45);
  border-radius: 12px 12px 0 0;
}
.badge-logo-groupe-text div {
  padding: 6px 16px;
  font-size: 18px;
}

.badge-logo-groupe {
  padding: 12px;
  background: rgba(255, 255, 255, 0.4392156863);
  border-radius: 12px;
  width: fit-content;
  margin: 0 auto;
  box-shadow: inset 2px 2px 12px rgba(0, 0, 0, 0.45);
}
.badge-logo-groupe img {
  width: 100%;
  height: 80px;
}

.carousel-control-prev, .carousel-control-next {
  border: none !important;
  background: none !important;
  opacity: 1 !important;
}

.btn-position-login {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-guindy {
  background: rgba(217, 157, 131, 0.1450980392) !important;
  color: #d99d83;
}
.btn-guindy:hover {
  background: #d99d83 !important;
  border-color: rgba(217, 157, 131, 0.1450980392) !important;
  color: #ffffff;
}
.btn-guindy .svg-icon svg {
  height: 1.15rem !important;
  width: 1.15rem !important;
}

.modal table th svg .colorSvg, .modal table th svg path {
  stroke: #d99d83 !important;
  fill: #d99d83 !important;
}

img.h-150px {
  height: 150px !important;
  width: 70%;
}

.form-horizontal .form-group.floating-label-form-group .form-control {
  background: rgba(217, 157, 131, 0.1450980392);
  border-radius: 6px;
  color: #4d4d4f;
  line-height: 2.25 !important;
  border: none !important;
}
.form-horizontal .form-group.floating-label-form-group .form-control:focus {
  border: none !important;
}
.form-horizontal .submit-form-button {
  font-size: 17px;
  text-transform: capitalize !important;
}
.form-horizontal .btn-eye {
  margin-top: -38px;
  margin-right: 10px;
  position: absolute;
  z-index: 99;
}
.form-horizontal .btn-eye:hover {
  cursor: pointer;
}
.form-horizontal .fa.fa-eye-slash, .form-horizontal .fa.fa-eye {
  color: #d99d83 !important;
  font-size: 24px;
}
.form-horizontal .btn-link {
  color: #d99d83;
}

.form-horizontal-user .btn-eye {
  margin-top: -32px;
  margin-right: 10px;
  position: absolute;
  z-index: 99;
}
.form-horizontal-user .btn-eye:hover {
  cursor: pointer;
}
.form-horizontal-user .fa.fa-eye-slash, .form-horizontal-user .fa.fa-eye {
  color: #d99d83 !important;
  font-size: 22px;
}

.custom-control-label::after {
  width: 1.75rem;
  height: 1.75rem;
}

.custom-control-label::before {
  background: #eff2f5 !important;
  width: 1.75rem;
  height: 1.75rem;
}

.form-check-input {
  width: 1.75rem;
  height: 1.75rem;
}

.custom-control-label {
  margin-top: 4px;
  margin-left: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: #d99d83 !important;
}

.box-shadow-1 {
  box-shadow: inset 0 4px 25px 4px rgba(0, 0, 0, 0.12) !important;
}
.box-shadow-1 .btn-social-icon > :first-child {
  line-height: 3rem !important;
}

#carouselExampleControls .btn:focus, #carouselExampleControls button:focus, #carouselExampleControls .btn-primary:focus {
  background: transparent !important;
}

.nav-item:hover .menu-title {
  color: #d99d83 !important;
}

.nav-item.has-sub.open .menu-title, .nav-item.open .menu-title {
  color: #d99d83 !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation > li:hover i {
  color: #d99d83 !important;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
}

.main-menu.menu-dark ul.menu-popout, .main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  background: #d99d83 !important;
  color: #ffffff;
}

.zi-10 {
  z-index: 10;
}

.zi-20 {
  z-index: 20;
}

.zi-30 {
  z-index: 30;
}

.zi-40 {
  z-index: 40;
}

.zi-50 {
  z-index: 50;
}

.zi-60 {
  z-index: 60;
}

.zi-70 {
  z-index: 70;
}

.zi-80 {
  z-index: 80;
}

.zi-90 {
  z-index: 90;
}

.zi-100 {
  z-index: 100;
}

.zi-110 {
  z-index: 110;
}

.zi-120 {
  z-index: 120;
}

.zi-130 {
  z-index: 130;
}

.zi-140 {
  z-index: 140;
}

.zi-150 {
  z-index: 150;
}

.zi-160 {
  z-index: 160;
}

.zi-170 {
  z-index: 170;
}

.zi-180 {
  z-index: 180;
}

.zi-190 {
  z-index: 190;
}

.zi-200 {
  z-index: 200;
}

.zi-210 {
  z-index: 210;
}

.zi-220 {
  z-index: 220;
}

.zi-230 {
  z-index: 230;
}

.zi-240 {
  z-index: 240;
}

.zi-250 {
  z-index: 250;
}

.zi-260 {
  z-index: 260;
}

.zi-270 {
  z-index: 270;
}

.zi-280 {
  z-index: 280;
}

.zi-290 {
  z-index: 290;
}

.zi-300 {
  z-index: 300;
}

.zi-310 {
  z-index: 310;
}

.zi-320 {
  z-index: 320;
}

.zi-330 {
  z-index: 330;
}

.zi-340 {
  z-index: 340;
}

.zi-350 {
  z-index: 350;
}

.zi-360 {
  z-index: 360;
}

.zi-370 {
  z-index: 370;
}

.zi-380 {
  z-index: 380;
}

.zi-390 {
  z-index: 390;
}

.zi-400 {
  z-index: 400;
}

.zi-410 {
  z-index: 410;
}

.zi-420 {
  z-index: 420;
}

.zi-430 {
  z-index: 430;
}

.zi-440 {
  z-index: 440;
}

.zi-450 {
  z-index: 450;
}

.zi-460 {
  z-index: 460;
}

.zi-470 {
  z-index: 470;
}

.zi-480 {
  z-index: 480;
}

.zi-490 {
  z-index: 490;
}

.zi-500 {
  z-index: 500;
}

.zi-510 {
  z-index: 510;
}

.zi-520 {
  z-index: 520;
}

.zi-530 {
  z-index: 530;
}

.zi-540 {
  z-index: 540;
}

.zi-550 {
  z-index: 550;
}

.zi-560 {
  z-index: 560;
}

.zi-570 {
  z-index: 570;
}

.zi-580 {
  z-index: 580;
}

.zi-590 {
  z-index: 590;
}

.zi-600 {
  z-index: 600;
}

.zi-610 {
  z-index: 610;
}

.zi-620 {
  z-index: 620;
}

.zi-630 {
  z-index: 630;
}

.zi-640 {
  z-index: 640;
}

.zi-650 {
  z-index: 650;
}

.zi-660 {
  z-index: 660;
}

.zi-670 {
  z-index: 670;
}

.zi-680 {
  z-index: 680;
}

.zi-690 {
  z-index: 690;
}

.zi-700 {
  z-index: 700;
}

.zi-710 {
  z-index: 710;
}

.zi-720 {
  z-index: 720;
}

.zi-730 {
  z-index: 730;
}

.zi-740 {
  z-index: 740;
}

.zi-750 {
  z-index: 750;
}

.zi-760 {
  z-index: 760;
}

.zi-770 {
  z-index: 770;
}

.zi-780 {
  z-index: 780;
}

.zi-790 {
  z-index: 790;
}

.zi-800 {
  z-index: 800;
}

.zi-810 {
  z-index: 810;
}

.zi-820 {
  z-index: 820;
}

.zi-830 {
  z-index: 830;
}

.zi-840 {
  z-index: 840;
}

.zi-850 {
  z-index: 850;
}

.zi-860 {
  z-index: 860;
}

.zi-870 {
  z-index: 870;
}

.zi-880 {
  z-index: 880;
}

.zi-890 {
  z-index: 890;
}

.zi-900 {
  z-index: 900;
}

.zi-910 {
  z-index: 910;
}

.zi-920 {
  z-index: 920;
}

.zi-930 {
  z-index: 930;
}

.zi-940 {
  z-index: 940;
}

.zi-950 {
  z-index: 950;
}

.zi-960 {
  z-index: 960;
}

.zi-970 {
  z-index: 970;
}

.zi-980 {
  z-index: 980;
}

.zi-990 {
  z-index: 990;
}

.zi-1000 {
  z-index: 1000;
}

.zi-1010 {
  z-index: 1010;
}

.zi-1020 {
  z-index: 1020;
}

.zi-1030 {
  z-index: 1030;
}

.zi-1040 {
  z-index: 1040;
}

.zi-1050 {
  z-index: 1050;
}

.zi-1060 {
  z-index: 1060;
}

.zi-1070 {
  z-index: 1070;
}

.zi-1080 {
  z-index: 1080;
}

.zi-1090 {
  z-index: 1090;
}

.zi-1100 {
  z-index: 1100;
}

.zi-1110 {
  z-index: 1110;
}

.zi-1120 {
  z-index: 1120;
}

.zi-1130 {
  z-index: 1130;
}

.zi-1140 {
  z-index: 1140;
}

.zi-1150 {
  z-index: 1150;
}

.zi-1160 {
  z-index: 1160;
}

.zi-1170 {
  z-index: 1170;
}

.zi-1180 {
  z-index: 1180;
}

.zi-1190 {
  z-index: 1190;
}

.zi-1200 {
  z-index: 1200;
}

.zi-1210 {
  z-index: 1210;
}

.zi-1220 {
  z-index: 1220;
}

.zi-1230 {
  z-index: 1230;
}

.zi-1240 {
  z-index: 1240;
}

.zi-1250 {
  z-index: 1250;
}

.zi-1260 {
  z-index: 1260;
}

.zi-1270 {
  z-index: 1270;
}

.zi-1280 {
  z-index: 1280;
}

.zi-1290 {
  z-index: 1290;
}

.zi-1300 {
  z-index: 1300;
}

.zi-1310 {
  z-index: 1310;
}

.zi-1320 {
  z-index: 1320;
}

.zi-1330 {
  z-index: 1330;
}

.zi-1340 {
  z-index: 1340;
}

.zi-1350 {
  z-index: 1350;
}

.zi-1360 {
  z-index: 1360;
}

.zi-1370 {
  z-index: 1370;
}

.zi-1380 {
  z-index: 1380;
}

.zi-1390 {
  z-index: 1390;
}

.zi-1400 {
  z-index: 1400;
}

.zi-1410 {
  z-index: 1410;
}

.zi-1420 {
  z-index: 1420;
}

.zi-1430 {
  z-index: 1430;
}

.zi-1440 {
  z-index: 1440;
}

.zi-1450 {
  z-index: 1450;
}

.zi-1460 {
  z-index: 1460;
}

.zi-1470 {
  z-index: 1470;
}

.zi-1480 {
  z-index: 1480;
}

.zi-1490 {
  z-index: 1490;
}

.zi-1500 {
  z-index: 1500;
}

.zi-1510 {
  z-index: 1510;
}

.zi-1520 {
  z-index: 1520;
}

.zi-1530 {
  z-index: 1530;
}

.zi-1540 {
  z-index: 1540;
}

.zi-1550 {
  z-index: 1550;
}

.zi-1560 {
  z-index: 1560;
}

.zi-1570 {
  z-index: 1570;
}

.zi-1580 {
  z-index: 1580;
}

.zi-1590 {
  z-index: 1590;
}

.zi-1600 {
  z-index: 1600;
}

.zi-1610 {
  z-index: 1610;
}

.zi-1620 {
  z-index: 1620;
}

.zi-1630 {
  z-index: 1630;
}

.zi-1640 {
  z-index: 1640;
}

.zi-1650 {
  z-index: 1650;
}

.zi-1660 {
  z-index: 1660;
}

.zi-1670 {
  z-index: 1670;
}

.zi-1680 {
  z-index: 1680;
}

.zi-1690 {
  z-index: 1690;
}

.zi-1700 {
  z-index: 1700;
}

.zi-1710 {
  z-index: 1710;
}

.zi-1720 {
  z-index: 1720;
}

.zi-1730 {
  z-index: 1730;
}

.zi-1740 {
  z-index: 1740;
}

.zi-1750 {
  z-index: 1750;
}

.zi-1760 {
  z-index: 1760;
}

.zi-1770 {
  z-index: 1770;
}

.zi-1780 {
  z-index: 1780;
}

.zi-1790 {
  z-index: 1790;
}

.zi-1800 {
  z-index: 1800;
}

.zi-1810 {
  z-index: 1810;
}

.zi-1820 {
  z-index: 1820;
}

.zi-1830 {
  z-index: 1830;
}

.zi-1840 {
  z-index: 1840;
}

.zi-1850 {
  z-index: 1850;
}

.zi-1860 {
  z-index: 1860;
}

.zi-1870 {
  z-index: 1870;
}

.zi-1880 {
  z-index: 1880;
}

.zi-1890 {
  z-index: 1890;
}

.zi-1900 {
  z-index: 1900;
}

.zi-1910 {
  z-index: 1910;
}

.zi-1920 {
  z-index: 1920;
}

.zi-1930 {
  z-index: 1930;
}

.zi-1940 {
  z-index: 1940;
}

.zi-1950 {
  z-index: 1950;
}

.zi-1960 {
  z-index: 1960;
}

.zi-1970 {
  z-index: 1970;
}

.zi-1980 {
  z-index: 1980;
}

.zi-1990 {
  z-index: 1990;
}

.zi-2000 {
  z-index: 2000;
}

.zi-2010 {
  z-index: 2010;
}

.zi-2020 {
  z-index: 2020;
}

.zi-2030 {
  z-index: 2030;
}

.zi-2040 {
  z-index: 2040;
}

.zi-2050 {
  z-index: 2050;
}

.zi-2060 {
  z-index: 2060;
}

.zi-2070 {
  z-index: 2070;
}

.zi-2080 {
  z-index: 2080;
}

.zi-2090 {
  z-index: 2090;
}

.zi-2100 {
  z-index: 2100;
}

.zi-2110 {
  z-index: 2110;
}

.zi-2120 {
  z-index: 2120;
}

.zi-2130 {
  z-index: 2130;
}

.zi-2140 {
  z-index: 2140;
}

.zi-2150 {
  z-index: 2150;
}

.zi-2160 {
  z-index: 2160;
}

.zi-2170 {
  z-index: 2170;
}

.zi-2180 {
  z-index: 2180;
}

.zi-2190 {
  z-index: 2190;
}

.zi-2200 {
  z-index: 2200;
}

.zi-2210 {
  z-index: 2210;
}

.zi-2220 {
  z-index: 2220;
}

.zi-2230 {
  z-index: 2230;
}

.zi-2240 {
  z-index: 2240;
}

.zi-2250 {
  z-index: 2250;
}

.zi-2260 {
  z-index: 2260;
}

.zi-2270 {
  z-index: 2270;
}

.zi-2280 {
  z-index: 2280;
}

.zi-2290 {
  z-index: 2290;
}

.zi-2300 {
  z-index: 2300;
}

.zi-2310 {
  z-index: 2310;
}

.zi-2320 {
  z-index: 2320;
}

.zi-2330 {
  z-index: 2330;
}

.zi-2340 {
  z-index: 2340;
}

.zi-2350 {
  z-index: 2350;
}

.zi-2360 {
  z-index: 2360;
}

.zi-2370 {
  z-index: 2370;
}

.zi-2380 {
  z-index: 2380;
}

.zi-2390 {
  z-index: 2390;
}

.zi-2400 {
  z-index: 2400;
}

.zi-2410 {
  z-index: 2410;
}

.zi-2420 {
  z-index: 2420;
}

.zi-2430 {
  z-index: 2430;
}

.zi-2440 {
  z-index: 2440;
}

.zi-2450 {
  z-index: 2450;
}

.zi-2460 {
  z-index: 2460;
}

.zi-2470 {
  z-index: 2470;
}

.zi-2480 {
  z-index: 2480;
}

.zi-2490 {
  z-index: 2490;
}

.zi-2500 {
  z-index: 2500;
}

.lh-2 {
  line-height: 2px;
}

.lh-4 {
  line-height: 4px;
}

.lh-6 {
  line-height: 6px;
}

.lh-8 {
  line-height: 8px;
}

.lh-10 {
  line-height: 10px;
}

.lh-12 {
  line-height: 12px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-44 {
  line-height: 44px;
}

.lh-46 {
  line-height: 46px;
}

.lh-48 {
  line-height: 48px;
}

.lh-50 {
  line-height: 50px;
}

.lh-52 {
  line-height: 52px;
}

.lh-54 {
  line-height: 54px;
}

.lh-56 {
  line-height: 56px;
}

.lh-58 {
  line-height: 58px;
}

.lh-60 {
  line-height: 60px;
}

.lh-62 {
  line-height: 62px;
}

.lh-64 {
  line-height: 64px;
}

.lh-66 {
  line-height: 66px;
}

.lh-68 {
  line-height: 68px;
}

.lh-70 {
  line-height: 70px;
}

.lh-72 {
  line-height: 72px;
}

.lh-74 {
  line-height: 74px;
}

.lh-76 {
  line-height: 76px;
}

.lh-78 {
  line-height: 78px;
}

.lh-80 {
  line-height: 80px;
}

.lh-82 {
  line-height: 82px;
}

.lh-84 {
  line-height: 84px;
}

.lh-86 {
  line-height: 86px;
}

.lh-88 {
  line-height: 88px;
}

.lh-90 {
  line-height: 90px;
}

.lh-92 {
  line-height: 92px;
}

.lh-94 {
  line-height: 94px;
}

.lh-96 {
  line-height: 96px;
}

.lh-98 {
  line-height: 98px;
}

.lh-100 {
  line-height: 100px;
}

.lh-102 {
  line-height: 102px;
}

.lh-104 {
  line-height: 104px;
}

.lh-106 {
  line-height: 106px;
}

.lh-108 {
  line-height: 108px;
}

.lh-110 {
  line-height: 110px;
}

.lh-112 {
  line-height: 112px;
}

.lh-114 {
  line-height: 114px;
}

.lh-116 {
  line-height: 116px;
}

.lh-118 {
  line-height: 118px;
}

.lh-120 {
  line-height: 120px;
}

.lh-122 {
  line-height: 122px;
}

.lh-124 {
  line-height: 124px;
}

.lh-126 {
  line-height: 126px;
}

.lh-128 {
  line-height: 128px;
}

.lh-130 {
  line-height: 130px;
}

.lh-132 {
  line-height: 132px;
}

.lh-134 {
  line-height: 134px;
}

.lh-136 {
  line-height: 136px;
}

.lh-138 {
  line-height: 138px;
}

.lh-140 {
  line-height: 140px;
}

.lh-142 {
  line-height: 142px;
}

.lh-144 {
  line-height: 144px;
}

.lh-146 {
  line-height: 146px;
}

.lh-148 {
  line-height: 148px;
}

.lh-150 {
  line-height: 150px;
}

.lh-152 {
  line-height: 152px;
}

.lh-154 {
  line-height: 154px;
}

.lh-156 {
  line-height: 156px;
}

.lh-158 {
  line-height: 158px;
}

.lh-160 {
  line-height: 160px;
}

.lh-162 {
  line-height: 162px;
}

.lh-164 {
  line-height: 164px;
}

.lh-166 {
  line-height: 166px;
}

.lh-168 {
  line-height: 168px;
}

.lh-170 {
  line-height: 170px;
}

.lh-172 {
  line-height: 172px;
}

.lh-174 {
  line-height: 174px;
}

.lh-176 {
  line-height: 176px;
}

.lh-178 {
  line-height: 178px;
}

.lh-180 {
  line-height: 180px;
}

.lh-182 {
  line-height: 182px;
}

.lh-184 {
  line-height: 184px;
}

.lh-186 {
  line-height: 186px;
}

.lh-188 {
  line-height: 188px;
}

.lh-190 {
  line-height: 190px;
}

.lh-192 {
  line-height: 192px;
}

.lh-194 {
  line-height: 194px;
}

.lh-196 {
  line-height: 196px;
}

.lh-198 {
  line-height: 198px;
}

.lh-200 {
  line-height: 200px;
}

.lh-202 {
  line-height: 202px;
}

.lh-204 {
  line-height: 204px;
}

.lh-206 {
  line-height: 206px;
}

.lh-208 {
  line-height: 208px;
}

.lh-210 {
  line-height: 210px;
}

.lh-212 {
  line-height: 212px;
}

.lh-214 {
  line-height: 214px;
}

.lh-216 {
  line-height: 216px;
}

.lh-218 {
  line-height: 218px;
}

.lh-220 {
  line-height: 220px;
}

.lh-222 {
  line-height: 222px;
}

.lh-224 {
  line-height: 224px;
}

.lh-226 {
  line-height: 226px;
}

.lh-228 {
  line-height: 228px;
}

.lh-230 {
  line-height: 230px;
}

.lh-232 {
  line-height: 232px;
}

.lh-234 {
  line-height: 234px;
}

.lh-236 {
  line-height: 236px;
}

.lh-238 {
  line-height: 238px;
}

.lh-240 {
  line-height: 240px;
}

.lh-242 {
  line-height: 242px;
}

.lh-244 {
  line-height: 244px;
}

.lh-246 {
  line-height: 246px;
}

.lh-248 {
  line-height: 248px;
}

.lh-250 {
  line-height: 250px;
}

.lh-252 {
  line-height: 252px;
}

.lh-254 {
  line-height: 254px;
}

.lh-256 {
  line-height: 256px;
}

.lh-258 {
  line-height: 258px;
}

.lh-260 {
  line-height: 260px;
}

.lh-262 {
  line-height: 262px;
}

.lh-264 {
  line-height: 264px;
}

.lh-266 {
  line-height: 266px;
}

.lh-268 {
  line-height: 268px;
}

.lh-270 {
  line-height: 270px;
}

.lh-272 {
  line-height: 272px;
}

.lh-274 {
  line-height: 274px;
}

.lh-276 {
  line-height: 276px;
}

.lh-278 {
  line-height: 278px;
}

.lh-280 {
  line-height: 280px;
}

.lh-282 {
  line-height: 282px;
}

.lh-284 {
  line-height: 284px;
}

.lh-286 {
  line-height: 286px;
}

.lh-288 {
  line-height: 288px;
}

.lh-290 {
  line-height: 290px;
}

.lh-292 {
  line-height: 292px;
}

.lh-294 {
  line-height: 294px;
}

.lh-296 {
  line-height: 296px;
}

.lh-298 {
  line-height: 298px;
}

.lh-300 {
  line-height: 300px;
}

.fsize-2 {
  font-size: 2px !important;
}

.fsize-4 {
  font-size: 4px !important;
}

.fsize-6 {
  font-size: 6px !important;
}

.fsize-8 {
  font-size: 8px !important;
}

.fsize-10 {
  font-size: 10px !important;
}

.fsize-12 {
  font-size: 12px !important;
}

.fsize-14 {
  font-size: 14px !important;
}

.fsize-16 {
  font-size: 16px !important;
}

.fsize-18 {
  font-size: 18px !important;
}

.fsize-20 {
  font-size: 20px !important;
}

.fsize-22 {
  font-size: 22px !important;
}

.fsize-24 {
  font-size: 24px !important;
}

.fsize-26 {
  font-size: 26px !important;
}

.fsize-28 {
  font-size: 28px !important;
}

.fsize-30 {
  font-size: 30px !important;
}

.fsize-32 {
  font-size: 32px !important;
}

.fsize-34 {
  font-size: 34px !important;
}

.fsize-36 {
  font-size: 36px !important;
}

.fsize-38 {
  font-size: 38px !important;
}

.fsize-40 {
  font-size: 40px !important;
}

.fsize-42 {
  font-size: 42px !important;
}

.fsize-44 {
  font-size: 44px !important;
}

.fsize-46 {
  font-size: 46px !important;
}

.fsize-48 {
  font-size: 48px !important;
}

.fsize-50 {
  font-size: 50px !important;
}

.fsize-52 {
  font-size: 52px !important;
}

.fsize-54 {
  font-size: 54px !important;
}

.fsize-56 {
  font-size: 56px !important;
}

.fsize-58 {
  font-size: 58px !important;
}

.fsize-60 {
  font-size: 60px !important;
}

.fsize-62 {
  font-size: 62px !important;
}

.fsize-64 {
  font-size: 64px !important;
}

.fsize-66 {
  font-size: 66px !important;
}

.fsize-68 {
  font-size: 68px !important;
}

.fsize-70 {
  font-size: 70px !important;
}

.fsize-72 {
  font-size: 72px !important;
}

.fsize-74 {
  font-size: 74px !important;
}

.fsize-76 {
  font-size: 76px !important;
}

.fsize-78 {
  font-size: 78px !important;
}

.fsize-80 {
  font-size: 80px !important;
}

.fsize-82 {
  font-size: 82px !important;
}

.fsize-84 {
  font-size: 84px !important;
}

.fsize-86 {
  font-size: 86px !important;
}

.fsize-88 {
  font-size: 88px !important;
}

.fsize-90 {
  font-size: 90px !important;
}

.fsize-92 {
  font-size: 92px !important;
}

.fsize-94 {
  font-size: 94px !important;
}

.fsize-96 {
  font-size: 96px !important;
}

.fsize-98 {
  font-size: 98px !important;
}

.fsize-100 {
  font-size: 100px !important;
}

.fsize-102 {
  font-size: 102px !important;
}

.fsize-104 {
  font-size: 104px !important;
}

.fsize-106 {
  font-size: 106px !important;
}

.fsize-108 {
  font-size: 108px !important;
}

.fsize-110 {
  font-size: 110px !important;
}

.fsize-112 {
  font-size: 112px !important;
}

.fsize-114 {
  font-size: 114px !important;
}

.fsize-116 {
  font-size: 116px !important;
}

.fsize-118 {
  font-size: 118px !important;
}

.fsize-120 {
  font-size: 120px !important;
}

.fsize-122 {
  font-size: 122px !important;
}

.fsize-124 {
  font-size: 124px !important;
}

.fsize-126 {
  font-size: 126px !important;
}

.fsize-128 {
  font-size: 128px !important;
}

.fsize-130 {
  font-size: 130px !important;
}

.fsize-132 {
  font-size: 132px !important;
}

.fsize-134 {
  font-size: 134px !important;
}

.fsize-136 {
  font-size: 136px !important;
}

.fsize-138 {
  font-size: 138px !important;
}

.fsize-140 {
  font-size: 140px !important;
}

.fsize-142 {
  font-size: 142px !important;
}

.fsize-144 {
  font-size: 144px !important;
}

.fsize-146 {
  font-size: 146px !important;
}

.fsize-148 {
  font-size: 148px !important;
}

.fsize-150 {
  font-size: 150px !important;
}

.fsize-152 {
  font-size: 152px !important;
}

.fsize-154 {
  font-size: 154px !important;
}

.fsize-156 {
  font-size: 156px !important;
}

.fsize-158 {
  font-size: 158px !important;
}

.fsize-160 {
  font-size: 160px !important;
}

.fsize-162 {
  font-size: 162px !important;
}

.fsize-164 {
  font-size: 164px !important;
}

.fsize-166 {
  font-size: 166px !important;
}

.fsize-168 {
  font-size: 168px !important;
}

.fsize-170 {
  font-size: 170px !important;
}

.fsize-172 {
  font-size: 172px !important;
}

.fsize-174 {
  font-size: 174px !important;
}

.fsize-176 {
  font-size: 176px !important;
}

.fsize-178 {
  font-size: 178px !important;
}

.fsize-180 {
  font-size: 180px !important;
}

.fsize-182 {
  font-size: 182px !important;
}

.fsize-184 {
  font-size: 184px !important;
}

.fsize-186 {
  font-size: 186px !important;
}

.fsize-188 {
  font-size: 188px !important;
}

.fsize-190 {
  font-size: 190px !important;
}

.fsize-192 {
  font-size: 192px !important;
}

.fsize-194 {
  font-size: 194px !important;
}

.fsize-196 {
  font-size: 196px !important;
}

.fsize-198 {
  font-size: 198px !important;
}

.fsize-200 {
  font-size: 200px !important;
}

.fsize-202 {
  font-size: 202px !important;
}

.fsize-204 {
  font-size: 204px !important;
}

.fsize-206 {
  font-size: 206px !important;
}

.fsize-208 {
  font-size: 208px !important;
}

.fsize-210 {
  font-size: 210px !important;
}

.fsize-212 {
  font-size: 212px !important;
}

.fsize-214 {
  font-size: 214px !important;
}

.fsize-216 {
  font-size: 216px !important;
}

.fsize-218 {
  font-size: 218px !important;
}

.fsize-220 {
  font-size: 220px !important;
}

.fsize-222 {
  font-size: 222px !important;
}

.fsize-224 {
  font-size: 224px !important;
}

.fsize-226 {
  font-size: 226px !important;
}

.fsize-228 {
  font-size: 228px !important;
}

.fsize-230 {
  font-size: 230px !important;
}

.fsize-232 {
  font-size: 232px !important;
}

.fsize-234 {
  font-size: 234px !important;
}

.fsize-236 {
  font-size: 236px !important;
}

.fsize-238 {
  font-size: 238px !important;
}

.fsize-240 {
  font-size: 240px !important;
}

.fsize-242 {
  font-size: 242px !important;
}

.fsize-244 {
  font-size: 244px !important;
}

.fsize-246 {
  font-size: 246px !important;
}

.fsize-248 {
  font-size: 248px !important;
}

.fsize-250 {
  font-size: 250px !important;
}

.fsize-252 {
  font-size: 252px !important;
}

.fsize-254 {
  font-size: 254px !important;
}

.fsize-256 {
  font-size: 256px !important;
}

.fsize-258 {
  font-size: 258px !important;
}

.fsize-260 {
  font-size: 260px !important;
}

.fsize-262 {
  font-size: 262px !important;
}

.fsize-264 {
  font-size: 264px !important;
}

.fsize-266 {
  font-size: 266px !important;
}

.fsize-268 {
  font-size: 268px !important;
}

.fsize-270 {
  font-size: 270px !important;
}

.fsize-272 {
  font-size: 272px !important;
}

.fsize-274 {
  font-size: 274px !important;
}

.fsize-276 {
  font-size: 276px !important;
}

.fsize-278 {
  font-size: 278px !important;
}

.fsize-280 {
  font-size: 280px !important;
}

.fsize-282 {
  font-size: 282px !important;
}

.fsize-284 {
  font-size: 284px !important;
}

.fsize-286 {
  font-size: 286px !important;
}

.fsize-288 {
  font-size: 288px !important;
}

.fsize-290 {
  font-size: 290px !important;
}

.fsize-292 {
  font-size: 292px !important;
}

.fsize-294 {
  font-size: 294px !important;
}

.fsize-296 {
  font-size: 296px !important;
}

.fsize-298 {
  font-size: 298px !important;
}

.fsize-300 {
  font-size: 300px !important;
}

.wd-10 {
  width: 10%;
}

.wd-20 {
  width: 20%;
}

.wd-30 {
  width: 30%;
}

.wd-40 {
  width: 40%;
}

.wd-50 {
  width: 50%;
}

.wd-60 {
  width: 60%;
}

.wd-70 {
  width: 70%;
}

.wd-80 {
  width: 80%;
}

.wd-90 {
  width: 90%;
}

.wd-100 {
  width: 100%;
}

.wd-110 {
  width: 110%;
}

.wd-120 {
  width: 120%;
}

.wd-130 {
  width: 130%;
}

.wd-140 {
  width: 140%;
}

.wd-150 {
  width: 150%;
}

.wd-160 {
  width: 160%;
}

.wd-170 {
  width: 170%;
}

.wd-180 {
  width: 180%;
}

.wd-190 {
  width: 190%;
}

.wd-200 {
  width: 200%;
}

.wd-210 {
  width: 210%;
}

.wd-220 {
  width: 220%;
}

.wd-230 {
  width: 230%;
}

.wd-240 {
  width: 240%;
}

.wd-250 {
  width: 250%;
}

.wd-260 {
  width: 260%;
}

.wd-270 {
  width: 270%;
}

.wd-280 {
  width: 280%;
}

.wd-290 {
  width: 290%;
}

.wd-300 {
  width: 300%;
}

.wd-310 {
  width: 310%;
}

.wd-320 {
  width: 320%;
}

.wd-330 {
  width: 330%;
}

.wd-340 {
  width: 340%;
}

.wd-350 {
  width: 350%;
}

.wd-360 {
  width: 360%;
}

.wd-370 {
  width: 370%;
}

.wd-380 {
  width: 380%;
}

.wd-390 {
  width: 390%;
}

.wd-400 {
  width: 400%;
}

.wd-410 {
  width: 410%;
}

.wd-420 {
  width: 420%;
}

.wd-430 {
  width: 430%;
}

.wd-440 {
  width: 440%;
}

.wd-450 {
  width: 450%;
}

.wd-460 {
  width: 460%;
}

.wd-470 {
  width: 470%;
}

.wd-480 {
  width: 480%;
}

.wd-490 {
  width: 490%;
}

.wd-500 {
  width: 500%;
}

.wd-510 {
  width: 510%;
}

.wd-520 {
  width: 520%;
}

.wd-530 {
  width: 530%;
}

.wd-540 {
  width: 540%;
}

.wd-550 {
  width: 550%;
}

.wd-560 {
  width: 560%;
}

.wd-570 {
  width: 570%;
}

.wd-580 {
  width: 580%;
}

.wd-590 {
  width: 590%;
}

.wd-600 {
  width: 600%;
}

.wd-610 {
  width: 610%;
}

.wd-620 {
  width: 620%;
}

.wd-630 {
  width: 630%;
}

.wd-640 {
  width: 640%;
}

.wd-650 {
  width: 650%;
}

.wd-660 {
  width: 660%;
}

.wd-670 {
  width: 670%;
}

.wd-680 {
  width: 680%;
}

.wd-690 {
  width: 690%;
}

.wd-700 {
  width: 700%;
}

.wd-710 {
  width: 710%;
}

.wd-720 {
  width: 720%;
}

.wd-730 {
  width: 730%;
}

.wd-740 {
  width: 740%;
}

.wd-750 {
  width: 750%;
}

.wd-760 {
  width: 760%;
}

.wd-770 {
  width: 770%;
}

.wd-780 {
  width: 780%;
}

.wd-790 {
  width: 790%;
}

.wd-800 {
  width: 800%;
}

.wd-810 {
  width: 810%;
}

.wd-820 {
  width: 820%;
}

.wd-830 {
  width: 830%;
}

.wd-840 {
  width: 840%;
}

.wd-850 {
  width: 850%;
}

.wd-860 {
  width: 860%;
}

.wd-870 {
  width: 870%;
}

.wd-880 {
  width: 880%;
}

.wd-890 {
  width: 890%;
}

.wd-900 {
  width: 900%;
}

.wd-910 {
  width: 910%;
}

.wd-920 {
  width: 920%;
}

.wd-930 {
  width: 930%;
}

.wd-940 {
  width: 940%;
}

.wd-950 {
  width: 950%;
}

.wd-960 {
  width: 960%;
}

.wd-970 {
  width: 970%;
}

.wd-980 {
  width: 980%;
}

.wd-990 {
  width: 990%;
}

.wd-1000 {
  width: 1000%;
}

.wd-1010 {
  width: 1010%;
}

.wd-1020 {
  width: 1020%;
}

.wd-1030 {
  width: 1030%;
}

.wd-1040 {
  width: 1040%;
}

.wd-1050 {
  width: 1050%;
}

.wd-1060 {
  width: 1060%;
}

.wd-1070 {
  width: 1070%;
}

.wd-1080 {
  width: 1080%;
}

.wd-1090 {
  width: 1090%;
}

.wd-1100 {
  width: 1100%;
}

.wd-1110 {
  width: 1110%;
}

.wd-1120 {
  width: 1120%;
}

.wd-1130 {
  width: 1130%;
}

.wd-1140 {
  width: 1140%;
}

.wd-1150 {
  width: 1150%;
}

.wd-1160 {
  width: 1160%;
}

.wd-1170 {
  width: 1170%;
}

.wd-1180 {
  width: 1180%;
}

.wd-1190 {
  width: 1190%;
}

.wd-1200 {
  width: 1200%;
}

.wd-1210 {
  width: 1210%;
}

.wd-1220 {
  width: 1220%;
}

.wd-1230 {
  width: 1230%;
}

.wd-1240 {
  width: 1240%;
}

.wd-1250 {
  width: 1250%;
}

.wd-1260 {
  width: 1260%;
}

.wd-1270 {
  width: 1270%;
}

.wd-1280 {
  width: 1280%;
}

.wd-1290 {
  width: 1290%;
}

.wd-1300 {
  width: 1300%;
}

.wd-1310 {
  width: 1310%;
}

.wd-1320 {
  width: 1320%;
}

.wd-1330 {
  width: 1330%;
}

.wd-1340 {
  width: 1340%;
}

.wd-1350 {
  width: 1350%;
}

.wd-1360 {
  width: 1360%;
}

.wd-1370 {
  width: 1370%;
}

.wd-1380 {
  width: 1380%;
}

.wd-1390 {
  width: 1390%;
}

.wd-1400 {
  width: 1400%;
}

.wd-1410 {
  width: 1410%;
}

.wd-1420 {
  width: 1420%;
}

.wd-1430 {
  width: 1430%;
}

.wd-1440 {
  width: 1440%;
}

.wd-1450 {
  width: 1450%;
}

.wd-1460 {
  width: 1460%;
}

.wd-1470 {
  width: 1470%;
}

.wd-1480 {
  width: 1480%;
}

.wd-1490 {
  width: 1490%;
}

.wd-1500 {
  width: 1500%;
}

.wdpx-11 {
  width: 11px;
}

.wdpx-12 {
  width: 12px;
}

.wdpx-13 {
  width: 13px;
}

.wdpx-14 {
  width: 14px;
}

.wdpx-15 {
  width: 15px;
}

.wdpx-16 {
  width: 16px;
}

.wdpx-17 {
  width: 17px;
}

.wdpx-18 {
  width: 18px;
}

.wdpx-19 {
  width: 19px;
}

.wdpx-20 {
  width: 20px;
}

.wdpx-21 {
  width: 21px;
}

.wdpx-22 {
  width: 22px;
}

.wdpx-23 {
  width: 23px;
}

.wdpx-24 {
  width: 24px;
}

.wdpx-25 {
  width: 25px;
}

.wdpx-26 {
  width: 26px;
}

.wdpx-27 {
  width: 27px;
}

.wdpx-28 {
  width: 28px;
}

.wdpx-29 {
  width: 29px;
}

.wdpx-30 {
  width: 30px;
}

.wdpx-31 {
  width: 31px;
}

.wdpx-32 {
  width: 32px;
}

.wdpx-33 {
  width: 33px;
}

.wdpx-34 {
  width: 34px;
}

.wdpx-35 {
  width: 35px;
}

.wdpx-36 {
  width: 36px;
}

.wdpx-37 {
  width: 37px;
}

.wdpx-38 {
  width: 38px;
}

.wdpx-39 {
  width: 39px;
}

.wdpx-40 {
  width: 40px;
}

.wdpx-41 {
  width: 41px;
}

.wdpx-42 {
  width: 42px;
}

.wdpx-43 {
  width: 43px;
}

.wdpx-44 {
  width: 44px;
}

.wdpx-45 {
  width: 45px;
}

.wdpx-46 {
  width: 46px;
}

.wdpx-47 {
  width: 47px;
}

.wdpx-48 {
  width: 48px;
}

.wdpx-49 {
  width: 49px;
}

.wdpx-50 {
  width: 50px;
}

.wdpx-51 {
  width: 51px;
}

.wdpx-52 {
  width: 52px;
}

.wdpx-53 {
  width: 53px;
}

.wdpx-54 {
  width: 54px;
}

.wdpx-55 {
  width: 55px;
}

.wdpx-56 {
  width: 56px;
}

.wdpx-57 {
  width: 57px;
}

.wdpx-58 {
  width: 58px;
}

.wdpx-59 {
  width: 59px;
}

.wdpx-60 {
  width: 60px;
}

.wdpx-61 {
  width: 61px;
}

.wdpx-62 {
  width: 62px;
}

.wdpx-63 {
  width: 63px;
}

.wdpx-64 {
  width: 64px;
}

.wdpx-65 {
  width: 65px;
}

.wdpx-66 {
  width: 66px;
}

.wdpx-67 {
  width: 67px;
}

.wdpx-68 {
  width: 68px;
}

.wdpx-69 {
  width: 69px;
}

.wdpx-70 {
  width: 70px;
}

.wdpx-71 {
  width: 71px;
}

.wdpx-72 {
  width: 72px;
}

.wdpx-73 {
  width: 73px;
}

.wdpx-74 {
  width: 74px;
}

.wdpx-75 {
  width: 75px;
}

.wdpx-76 {
  width: 76px;
}

.wdpx-77 {
  width: 77px;
}

.wdpx-78 {
  width: 78px;
}

.wdpx-79 {
  width: 79px;
}

.wdpx-80 {
  width: 80px;
}

.wdpx-81 {
  width: 81px;
}

.wdpx-82 {
  width: 82px;
}

.wdpx-83 {
  width: 83px;
}

.wdpx-84 {
  width: 84px;
}

.wdpx-85 {
  width: 85px;
}

.wdpx-86 {
  width: 86px;
}

.wdpx-87 {
  width: 87px;
}

.wdpx-88 {
  width: 88px;
}

.wdpx-89 {
  width: 89px;
}

.wdpx-90 {
  width: 90px;
}

.wdpx-91 {
  width: 91px;
}

.wdpx-92 {
  width: 92px;
}

.wdpx-93 {
  width: 93px;
}

.wdpx-94 {
  width: 94px;
}

.wdpx-95 {
  width: 95px;
}

.wdpx-96 {
  width: 96px;
}

.wdpx-97 {
  width: 97px;
}

.wdpx-98 {
  width: 98px;
}

.wdpx-99 {
  width: 99px;
}

.wdpx-100 {
  width: 100px;
}

.wdpx-101 {
  width: 101px;
}

.wdpx-102 {
  width: 102px;
}

.wdpx-103 {
  width: 103px;
}

.wdpx-104 {
  width: 104px;
}

.wdpx-105 {
  width: 105px;
}

.wdpx-106 {
  width: 106px;
}

.wdpx-107 {
  width: 107px;
}

.wdpx-108 {
  width: 108px;
}

.wdpx-109 {
  width: 109px;
}

.wdpx-110 {
  width: 110px;
}

.wdpx-111 {
  width: 111px;
}

.wdpx-112 {
  width: 112px;
}

.wdpx-113 {
  width: 113px;
}

.wdpx-114 {
  width: 114px;
}

.wdpx-115 {
  width: 115px;
}

.wdpx-116 {
  width: 116px;
}

.wdpx-117 {
  width: 117px;
}

.wdpx-118 {
  width: 118px;
}

.wdpx-119 {
  width: 119px;
}

.wdpx-120 {
  width: 120px;
}

.wdpx-121 {
  width: 121px;
}

.wdpx-122 {
  width: 122px;
}

.wdpx-123 {
  width: 123px;
}

.wdpx-124 {
  width: 124px;
}

.wdpx-125 {
  width: 125px;
}

.wdpx-126 {
  width: 126px;
}

.wdpx-127 {
  width: 127px;
}

.wdpx-128 {
  width: 128px;
}

.wdpx-129 {
  width: 129px;
}

.wdpx-130 {
  width: 130px;
}

.wdpx-131 {
  width: 131px;
}

.wdpx-132 {
  width: 132px;
}

.wdpx-133 {
  width: 133px;
}

.wdpx-134 {
  width: 134px;
}

.wdpx-135 {
  width: 135px;
}

.wdpx-136 {
  width: 136px;
}

.wdpx-137 {
  width: 137px;
}

.wdpx-138 {
  width: 138px;
}

.wdpx-139 {
  width: 139px;
}

.wdpx-140 {
  width: 140px;
}

.wdpx-141 {
  width: 141px;
}

.wdpx-142 {
  width: 142px;
}

.wdpx-143 {
  width: 143px;
}

.wdpx-144 {
  width: 144px;
}

.wdpx-145 {
  width: 145px;
}

.wdpx-146 {
  width: 146px;
}

.wdpx-147 {
  width: 147px;
}

.wdpx-148 {
  width: 148px;
}

.wdpx-149 {
  width: 149px;
}

.wdpx-150 {
  width: 150px;
}

.wdpx-151 {
  width: 151px;
}

.wdpx-152 {
  width: 152px;
}

.wdpx-153 {
  width: 153px;
}

.wdpx-154 {
  width: 154px;
}

.wdpx-155 {
  width: 155px;
}

.wdpx-156 {
  width: 156px;
}

.wdpx-157 {
  width: 157px;
}

.wdpx-158 {
  width: 158px;
}

.wdpx-159 {
  width: 159px;
}

.wdpx-160 {
  width: 160px;
}

.hpx-11 {
  height: 11px;
}

.hpx-12 {
  height: 12px;
}

.hpx-13 {
  height: 13px;
}

.hpx-14 {
  height: 14px;
}

.hpx-15 {
  height: 15px;
}

.hpx-16 {
  height: 16px;
}

.hpx-17 {
  height: 17px;
}

.hpx-18 {
  height: 18px;
}

.hpx-19 {
  height: 19px;
}

.hpx-20 {
  height: 20px;
}

.hpx-21 {
  height: 21px;
}

.hpx-22 {
  height: 22px;
}

.hpx-23 {
  height: 23px;
}

.hpx-24 {
  height: 24px;
}

.hpx-25 {
  height: 25px;
}

.hpx-26 {
  height: 26px;
}

.hpx-27 {
  height: 27px;
}

.hpx-28 {
  height: 28px;
}

.hpx-29 {
  height: 29px;
}

.hpx-30 {
  height: 30px;
}

.hpx-31 {
  height: 31px;
}

.hpx-32 {
  height: 32px;
}

.hpx-33 {
  height: 33px;
}

.hpx-34 {
  height: 34px;
}

.hpx-35 {
  height: 35px;
}

.hpx-36 {
  height: 36px;
}

.hpx-37 {
  height: 37px;
}

.hpx-38 {
  height: 38px;
}

.hpx-39 {
  height: 39px;
}

.hpx-40 {
  height: 40px;
}

.hpx-41 {
  height: 41px;
}

.hpx-42 {
  height: 42px;
}

.hpx-43 {
  height: 43px;
}

.hpx-44 {
  height: 44px;
}

.hpx-45 {
  height: 45px;
}

.hpx-46 {
  height: 46px;
}

.hpx-47 {
  height: 47px;
}

.hpx-48 {
  height: 48px;
}

.hpx-49 {
  height: 49px;
}

.hpx-50 {
  height: 50px;
}

.hpx-51 {
  height: 51px;
}

.hpx-52 {
  height: 52px;
}

.hpx-53 {
  height: 53px;
}

.hpx-54 {
  height: 54px;
}

.hpx-55 {
  height: 55px;
}

.hpx-56 {
  height: 56px;
}

.hpx-57 {
  height: 57px;
}

.hpx-58 {
  height: 58px;
}

.hpx-59 {
  height: 59px;
}

.hpx-60 {
  height: 60px;
}

.hpx-61 {
  height: 61px;
}

.hpx-62 {
  height: 62px;
}

.hpx-63 {
  height: 63px;
}

.hpx-64 {
  height: 64px;
}

.hpx-65 {
  height: 65px;
}

.hpx-66 {
  height: 66px;
}

.hpx-67 {
  height: 67px;
}

.hpx-68 {
  height: 68px;
}

.hpx-69 {
  height: 69px;
}

.hpx-70 {
  height: 70px;
}

.hpx-71 {
  height: 71px;
}

.hpx-72 {
  height: 72px;
}

.hpx-73 {
  height: 73px;
}

.hpx-74 {
  height: 74px;
}

.hpx-75 {
  height: 75px;
}

.hpx-76 {
  height: 76px;
}

.hpx-77 {
  height: 77px;
}

.hpx-78 {
  height: 78px;
}

.hpx-79 {
  height: 79px;
}

.hpx-80 {
  height: 80px;
}

.hpx-81 {
  height: 81px;
}

.hpx-82 {
  height: 82px;
}

.hpx-83 {
  height: 83px;
}

.hpx-84 {
  height: 84px;
}

.hpx-85 {
  height: 85px;
}

.hpx-86 {
  height: 86px;
}

.hpx-87 {
  height: 87px;
}

.hpx-88 {
  height: 88px;
}

.hpx-89 {
  height: 89px;
}

.hpx-90 {
  height: 90px;
}

.hpx-91 {
  height: 91px;
}

.hpx-92 {
  height: 92px;
}

.hpx-93 {
  height: 93px;
}

.hpx-94 {
  height: 94px;
}

.hpx-95 {
  height: 95px;
}

.hpx-96 {
  height: 96px;
}

.hpx-97 {
  height: 97px;
}

.hpx-98 {
  height: 98px;
}

.hpx-99 {
  height: 99px;
}

.hpx-100 {
  height: 100px;
}

.hpx-101 {
  height: 101px;
}

.hpx-102 {
  height: 102px;
}

.hpx-103 {
  height: 103px;
}

.hpx-104 {
  height: 104px;
}

.hpx-105 {
  height: 105px;
}

.hpx-106 {
  height: 106px;
}

.hpx-107 {
  height: 107px;
}

.hpx-108 {
  height: 108px;
}

.hpx-109 {
  height: 109px;
}

.hpx-110 {
  height: 110px;
}

.hpx-111 {
  height: 111px;
}

.hpx-112 {
  height: 112px;
}

.hpx-113 {
  height: 113px;
}

.hpx-114 {
  height: 114px;
}

.hpx-115 {
  height: 115px;
}

.hpx-116 {
  height: 116px;
}

.hpx-117 {
  height: 117px;
}

.hpx-118 {
  height: 118px;
}

.hpx-119 {
  height: 119px;
}

.hpx-120 {
  height: 120px;
}

.hpx-121 {
  height: 121px;
}

.hpx-122 {
  height: 122px;
}

.hpx-123 {
  height: 123px;
}

.hpx-124 {
  height: 124px;
}

.hpx-125 {
  height: 125px;
}

.hpx-126 {
  height: 126px;
}

.hpx-127 {
  height: 127px;
}

.hpx-128 {
  height: 128px;
}

.hpx-129 {
  height: 129px;
}

.hpx-130 {
  height: 130px;
}

.hpx-131 {
  height: 131px;
}

.hpx-132 {
  height: 132px;
}

.hpx-133 {
  height: 133px;
}

.hpx-134 {
  height: 134px;
}

.hpx-135 {
  height: 135px;
}

.hpx-136 {
  height: 136px;
}

.hpx-137 {
  height: 137px;
}

.hpx-138 {
  height: 138px;
}

.hpx-139 {
  height: 139px;
}

.hpx-140 {
  height: 140px;
}

.hpx-141 {
  height: 141px;
}

.hpx-142 {
  height: 142px;
}

.hpx-143 {
  height: 143px;
}

.hpx-144 {
  height: 144px;
}

.hpx-145 {
  height: 145px;
}

.hpx-146 {
  height: 146px;
}

.hpx-147 {
  height: 147px;
}

.hpx-148 {
  height: 148px;
}

.hpx-149 {
  height: 149px;
}

.hpx-150 {
  height: 150px;
}

.hpx-151 {
  height: 151px;
}

.hpx-152 {
  height: 152px;
}

.hpx-153 {
  height: 153px;
}

.hpx-154 {
  height: 154px;
}

.hpx-155 {
  height: 155px;
}

.hpx-156 {
  height: 156px;
}

.hpx-157 {
  height: 157px;
}

.hpx-158 {
  height: 158px;
}

.hpx-159 {
  height: 159px;
}

.hpx-160 {
  height: 160px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.p-22 {
  padding: 22px;
}

.p-24 {
  padding: 24px;
}

.p-26 {
  padding: 26px;
}

.p-28 {
  padding: 28px;
}

.p-30 {
  padding: 30px;
}

.p-32 {
  padding: 32px;
}

.p-34 {
  padding: 34px;
}

.p-36 {
  padding: 36px;
}

.p-38 {
  padding: 38px;
}

.p-40 {
  padding: 40px;
}

.p-42 {
  padding: 42px;
}

.p-44 {
  padding: 44px;
}

.p-46 {
  padding: 46px;
}

.p-48 {
  padding: 48px;
}

.p-50 {
  padding: 50px;
}

.p-52 {
  padding: 52px;
}

.p-54 {
  padding: 54px;
}

.p-56 {
  padding: 56px;
}

.p-58 {
  padding: 58px;
}

.p-60 {
  padding: 60px;
}

.p-62 {
  padding: 62px;
}

.p-64 {
  padding: 64px;
}

.p-66 {
  padding: 66px;
}

.p-68 {
  padding: 68px;
}

.p-70 {
  padding: 70px;
}

.p-72 {
  padding: 72px;
}

.p-74 {
  padding: 74px;
}

.p-76 {
  padding: 76px;
}

.p-78 {
  padding: 78px;
}

.p-80 {
  padding: 80px;
}

.p-82 {
  padding: 82px;
}

.p-84 {
  padding: 84px;
}

.p-86 {
  padding: 86px;
}

.p-88 {
  padding: 88px;
}

.p-90 {
  padding: 90px;
}

.p-92 {
  padding: 92px;
}

.p-94 {
  padding: 94px;
}

.p-96 {
  padding: 96px;
}

.p-98 {
  padding: 98px;
}

.p-100 {
  padding: 100px;
}

.p-102 {
  padding: 102px;
}

.p-104 {
  padding: 104px;
}

.p-106 {
  padding: 106px;
}

.p-108 {
  padding: 108px;
}

.p-110 {
  padding: 110px;
}

.p-112 {
  padding: 112px;
}

.p-114 {
  padding: 114px;
}

.p-116 {
  padding: 116px;
}

.p-118 {
  padding: 118px;
}

.p-120 {
  padding: 120px;
}

.p-122 {
  padding: 122px;
}

.p-124 {
  padding: 124px;
}

.p-126 {
  padding: 126px;
}

.p-128 {
  padding: 128px;
}

.p-130 {
  padding: 130px;
}

.p-132 {
  padding: 132px;
}

.p-134 {
  padding: 134px;
}

.p-136 {
  padding: 136px;
}

.p-138 {
  padding: 138px;
}

.p-140 {
  padding: 140px;
}

.p-142 {
  padding: 142px;
}

.p-144 {
  padding: 144px;
}

.p-146 {
  padding: 146px;
}

.p-148 {
  padding: 148px;
}

.p-150 {
  padding: 150px;
}

.p-152 {
  padding: 152px;
}

.p-154 {
  padding: 154px;
}

.p-156 {
  padding: 156px;
}

.p-158 {
  padding: 158px;
}

.p-160 {
  padding: 160px;
}

.p-162 {
  padding: 162px;
}

.p-164 {
  padding: 164px;
}

.p-166 {
  padding: 166px;
}

.p-168 {
  padding: 168px;
}

.p-170 {
  padding: 170px;
}

.p-172 {
  padding: 172px;
}

.p-174 {
  padding: 174px;
}

.p-176 {
  padding: 176px;
}

.p-178 {
  padding: 178px;
}

.p-180 {
  padding: 180px;
}

.p-182 {
  padding: 182px;
}

.p-184 {
  padding: 184px;
}

.p-186 {
  padding: 186px;
}

.p-188 {
  padding: 188px;
}

.p-190 {
  padding: 190px;
}

.p-192 {
  padding: 192px;
}

.p-194 {
  padding: 194px;
}

.p-196 {
  padding: 196px;
}

.p-198 {
  padding: 198px;
}

.p-200 {
  padding: 200px;
}

.p-202 {
  padding: 202px;
}

.p-204 {
  padding: 204px;
}

.p-206 {
  padding: 206px;
}

.p-208 {
  padding: 208px;
}

.p-210 {
  padding: 210px;
}

.p-212 {
  padding: 212px;
}

.p-214 {
  padding: 214px;
}

.p-216 {
  padding: 216px;
}

.p-218 {
  padding: 218px;
}

.p-220 {
  padding: 220px;
}

.p-222 {
  padding: 222px;
}

.p-224 {
  padding: 224px;
}

.p-226 {
  padding: 226px;
}

.p-228 {
  padding: 228px;
}

.p-230 {
  padding: 230px;
}

.p-232 {
  padding: 232px;
}

.p-234 {
  padding: 234px;
}

.p-236 {
  padding: 236px;
}

.p-238 {
  padding: 238px;
}

.p-240 {
  padding: 240px;
}

.p-242 {
  padding: 242px;
}

.p-244 {
  padding: 244px;
}

.p-246 {
  padding: 246px;
}

.p-248 {
  padding: 248px;
}

.p-250 {
  padding: 250px;
}

.p-252 {
  padding: 252px;
}

.p-254 {
  padding: 254px;
}

.p-256 {
  padding: 256px;
}

.p-258 {
  padding: 258px;
}

.p-260 {
  padding: 260px;
}

.p-262 {
  padding: 262px;
}

.p-264 {
  padding: 264px;
}

.p-266 {
  padding: 266px;
}

.p-268 {
  padding: 268px;
}

.p-270 {
  padding: 270px;
}

.p-272 {
  padding: 272px;
}

.p-274 {
  padding: 274px;
}

.p-276 {
  padding: 276px;
}

.p-278 {
  padding: 278px;
}

.p-280 {
  padding: 280px;
}

.p-282 {
  padding: 282px;
}

.p-284 {
  padding: 284px;
}

.p-286 {
  padding: 286px;
}

.p-288 {
  padding: 288px;
}

.p-290 {
  padding: 290px;
}

.p-292 {
  padding: 292px;
}

.p-294 {
  padding: 294px;
}

.p-296 {
  padding: 296px;
}

.p-298 {
  padding: 298px;
}

.p-300 {
  padding: 300px;
}

.p-302 {
  padding: 302px;
}

.p-304 {
  padding: 304px;
}

.p-306 {
  padding: 306px;
}

.p-308 {
  padding: 308px;
}

.p-310 {
  padding: 310px;
}

.p-312 {
  padding: 312px;
}

.p-314 {
  padding: 314px;
}

.p-316 {
  padding: 316px;
}

.p-318 {
  padding: 318px;
}

.p-320 {
  padding: 320px;
}

.p-322 {
  padding: 322px;
}

.p-324 {
  padding: 324px;
}

.p-326 {
  padding: 326px;
}

.p-328 {
  padding: 328px;
}

.p-330 {
  padding: 330px;
}

.p-332 {
  padding: 332px;
}

.p-334 {
  padding: 334px;
}

.p-336 {
  padding: 336px;
}

.p-338 {
  padding: 338px;
}

.p-340 {
  padding: 340px;
}

.p-342 {
  padding: 342px;
}

.p-344 {
  padding: 344px;
}

.p-346 {
  padding: 346px;
}

.p-348 {
  padding: 348px;
}

.p-350 {
  padding: 350px;
}

.p-352 {
  padding: 352px;
}

.p-354 {
  padding: 354px;
}

.p-356 {
  padding: 356px;
}

.p-358 {
  padding: 358px;
}

.p-360 {
  padding: 360px;
}

.p-362 {
  padding: 362px;
}

.p-364 {
  padding: 364px;
}

.p-366 {
  padding: 366px;
}

.p-368 {
  padding: 368px;
}

.p-370 {
  padding: 370px;
}

.p-372 {
  padding: 372px;
}

.p-374 {
  padding: 374px;
}

.p-376 {
  padding: 376px;
}

.p-378 {
  padding: 378px;
}

.p-380 {
  padding: 380px;
}

.p-382 {
  padding: 382px;
}

.p-384 {
  padding: 384px;
}

.p-386 {
  padding: 386px;
}

.p-388 {
  padding: 388px;
}

.p-390 {
  padding: 390px;
}

.p-392 {
  padding: 392px;
}

.p-394 {
  padding: 394px;
}

.p-396 {
  padding: 396px;
}

.p-398 {
  padding: 398px;
}

.p-400 {
  padding: 400px;
}

.p-402 {
  padding: 402px;
}

.p-404 {
  padding: 404px;
}

.p-406 {
  padding: 406px;
}

.p-408 {
  padding: 408px;
}

.p-410 {
  padding: 410px;
}

.p-412 {
  padding: 412px;
}

.p-414 {
  padding: 414px;
}

.p-416 {
  padding: 416px;
}

.p-418 {
  padding: 418px;
}

.p-420 {
  padding: 420px;
}

.p-422 {
  padding: 422px;
}

.p-424 {
  padding: 424px;
}

.p-426 {
  padding: 426px;
}

.p-428 {
  padding: 428px;
}

.p-430 {
  padding: 430px;
}

.p-432 {
  padding: 432px;
}

.p-434 {
  padding: 434px;
}

.p-436 {
  padding: 436px;
}

.p-438 {
  padding: 438px;
}

.p-440 {
  padding: 440px;
}

.p-442 {
  padding: 442px;
}

.p-444 {
  padding: 444px;
}

.p-446 {
  padding: 446px;
}

.p-448 {
  padding: 448px;
}

.p-450 {
  padding: 450px;
}

.p-452 {
  padding: 452px;
}

.p-454 {
  padding: 454px;
}

.p-456 {
  padding: 456px;
}

.p-458 {
  padding: 458px;
}

.p-460 {
  padding: 460px;
}

.p-462 {
  padding: 462px;
}

.p-464 {
  padding: 464px;
}

.p-466 {
  padding: 466px;
}

.p-468 {
  padding: 468px;
}

.p-470 {
  padding: 470px;
}

.p-472 {
  padding: 472px;
}

.p-474 {
  padding: 474px;
}

.p-476 {
  padding: 476px;
}

.p-478 {
  padding: 478px;
}

.p-480 {
  padding: 480px;
}

.p-482 {
  padding: 482px;
}

.p-484 {
  padding: 484px;
}

.p-486 {
  padding: 486px;
}

.p-488 {
  padding: 488px;
}

.p-490 {
  padding: 490px;
}

.p-492 {
  padding: 492px;
}

.p-494 {
  padding: 494px;
}

.p-496 {
  padding: 496px;
}

.p-498 {
  padding: 498px;
}

.p-500 {
  padding: 500px;
}

.m-10 {
  margin: 10px;
}

.m-12 {
  margin: 12px;
}

.m-14 {
  margin: 14px;
}

.m-16 {
  margin: 16px;
}

.m-18 {
  margin: 18px;
}

.m-20 {
  margin: 20px;
}

.m-22 {
  margin: 22px;
}

.m-24 {
  margin: 24px;
}

.m-26 {
  margin: 26px;
}

.m-28 {
  margin: 28px;
}

.m-30 {
  margin: 30px;
}

.m-32 {
  margin: 32px;
}

.m-34 {
  margin: 34px;
}

.m-36 {
  margin: 36px;
}

.m-38 {
  margin: 38px;
}

.m-40 {
  margin: 40px;
}

.m-42 {
  margin: 42px;
}

.m-44 {
  margin: 44px;
}

.m-46 {
  margin: 46px;
}

.m-48 {
  margin: 48px;
}

.m-50 {
  margin: 50px;
}

.m-52 {
  margin: 52px;
}

.m-54 {
  margin: 54px;
}

.m-56 {
  margin: 56px;
}

.m-58 {
  margin: 58px;
}

.m-60 {
  margin: 60px;
}

.m-62 {
  margin: 62px;
}

.m-64 {
  margin: 64px;
}

.m-66 {
  margin: 66px;
}

.m-68 {
  margin: 68px;
}

.m-70 {
  margin: 70px;
}

.m-72 {
  margin: 72px;
}

.m-74 {
  margin: 74px;
}

.m-76 {
  margin: 76px;
}

.m-78 {
  margin: 78px;
}

.m-80 {
  margin: 80px;
}

.m-82 {
  margin: 82px;
}

.m-84 {
  margin: 84px;
}

.m-86 {
  margin: 86px;
}

.m-88 {
  margin: 88px;
}

.m-90 {
  margin: 90px;
}

.m-92 {
  margin: 92px;
}

.m-94 {
  margin: 94px;
}

.m-96 {
  margin: 96px;
}

.m-98 {
  margin: 98px;
}

.m-100 {
  margin: 100px;
}

.m-102 {
  margin: 102px;
}

.m-104 {
  margin: 104px;
}

.m-106 {
  margin: 106px;
}

.m-108 {
  margin: 108px;
}

.m-110 {
  margin: 110px;
}

.m-112 {
  margin: 112px;
}

.m-114 {
  margin: 114px;
}

.m-116 {
  margin: 116px;
}

.m-118 {
  margin: 118px;
}

.m-120 {
  margin: 120px;
}

.m-122 {
  margin: 122px;
}

.m-124 {
  margin: 124px;
}

.m-126 {
  margin: 126px;
}

.m-128 {
  margin: 128px;
}

.m-130 {
  margin: 130px;
}

.m-132 {
  margin: 132px;
}

.m-134 {
  margin: 134px;
}

.m-136 {
  margin: 136px;
}

.m-138 {
  margin: 138px;
}

.m-140 {
  margin: 140px;
}

.m-142 {
  margin: 142px;
}

.m-144 {
  margin: 144px;
}

.m-146 {
  margin: 146px;
}

.m-148 {
  margin: 148px;
}

.m-150 {
  margin: 150px;
}

.m-152 {
  margin: 152px;
}

.m-154 {
  margin: 154px;
}

.m-156 {
  margin: 156px;
}

.m-158 {
  margin: 158px;
}

.m-160 {
  margin: 160px;
}

.m-162 {
  margin: 162px;
}

.m-164 {
  margin: 164px;
}

.m-166 {
  margin: 166px;
}

.m-168 {
  margin: 168px;
}

.m-170 {
  margin: 170px;
}

.m-172 {
  margin: 172px;
}

.m-174 {
  margin: 174px;
}

.m-176 {
  margin: 176px;
}

.m-178 {
  margin: 178px;
}

.m-180 {
  margin: 180px;
}

.m-182 {
  margin: 182px;
}

.m-184 {
  margin: 184px;
}

.m-186 {
  margin: 186px;
}

.m-188 {
  margin: 188px;
}

.m-190 {
  margin: 190px;
}

.m-192 {
  margin: 192px;
}

.m-194 {
  margin: 194px;
}

.m-196 {
  margin: 196px;
}

.m-198 {
  margin: 198px;
}

.m-200 {
  margin: 200px;
}

.m-202 {
  margin: 202px;
}

.m-204 {
  margin: 204px;
}

.m-206 {
  margin: 206px;
}

.m-208 {
  margin: 208px;
}

.m-210 {
  margin: 210px;
}

.m-212 {
  margin: 212px;
}

.m-214 {
  margin: 214px;
}

.m-216 {
  margin: 216px;
}

.m-218 {
  margin: 218px;
}

.m-220 {
  margin: 220px;
}

.m-222 {
  margin: 222px;
}

.m-224 {
  margin: 224px;
}

.m-226 {
  margin: 226px;
}

.m-228 {
  margin: 228px;
}

.m-230 {
  margin: 230px;
}

.m-232 {
  margin: 232px;
}

.m-234 {
  margin: 234px;
}

.m-236 {
  margin: 236px;
}

.m-238 {
  margin: 238px;
}

.m-240 {
  margin: 240px;
}

.m-242 {
  margin: 242px;
}

.m-244 {
  margin: 244px;
}

.m-246 {
  margin: 246px;
}

.m-248 {
  margin: 248px;
}

.m-250 {
  margin: 250px;
}

.m-252 {
  margin: 252px;
}

.m-254 {
  margin: 254px;
}

.m-256 {
  margin: 256px;
}

.m-258 {
  margin: 258px;
}

.m-260 {
  margin: 260px;
}

.m-262 {
  margin: 262px;
}

.m-264 {
  margin: 264px;
}

.m-266 {
  margin: 266px;
}

.m-268 {
  margin: 268px;
}

.m-270 {
  margin: 270px;
}

.m-272 {
  margin: 272px;
}

.m-274 {
  margin: 274px;
}

.m-276 {
  margin: 276px;
}

.m-278 {
  margin: 278px;
}

.m-280 {
  margin: 280px;
}

.m-282 {
  margin: 282px;
}

.m-284 {
  margin: 284px;
}

.m-286 {
  margin: 286px;
}

.m-288 {
  margin: 288px;
}

.m-290 {
  margin: 290px;
}

.m-292 {
  margin: 292px;
}

.m-294 {
  margin: 294px;
}

.m-296 {
  margin: 296px;
}

.m-298 {
  margin: 298px;
}

.m-300 {
  margin: 300px;
}

.m-302 {
  margin: 302px;
}

.m-304 {
  margin: 304px;
}

.m-306 {
  margin: 306px;
}

.m-308 {
  margin: 308px;
}

.m-310 {
  margin: 310px;
}

.m-312 {
  margin: 312px;
}

.m-314 {
  margin: 314px;
}

.m-316 {
  margin: 316px;
}

.m-318 {
  margin: 318px;
}

.m-320 {
  margin: 320px;
}

.m-322 {
  margin: 322px;
}

.m-324 {
  margin: 324px;
}

.m-326 {
  margin: 326px;
}

.m-328 {
  margin: 328px;
}

.m-330 {
  margin: 330px;
}

.m-332 {
  margin: 332px;
}

.m-334 {
  margin: 334px;
}

.m-336 {
  margin: 336px;
}

.m-338 {
  margin: 338px;
}

.m-340 {
  margin: 340px;
}

.m-342 {
  margin: 342px;
}

.m-344 {
  margin: 344px;
}

.m-346 {
  margin: 346px;
}

.m-348 {
  margin: 348px;
}

.m-350 {
  margin: 350px;
}

.m-352 {
  margin: 352px;
}

.m-354 {
  margin: 354px;
}

.m-356 {
  margin: 356px;
}

.m-358 {
  margin: 358px;
}

.m-360 {
  margin: 360px;
}

.m-362 {
  margin: 362px;
}

.m-364 {
  margin: 364px;
}

.m-366 {
  margin: 366px;
}

.m-368 {
  margin: 368px;
}

.m-370 {
  margin: 370px;
}

.m-372 {
  margin: 372px;
}

.m-374 {
  margin: 374px;
}

.m-376 {
  margin: 376px;
}

.m-378 {
  margin: 378px;
}

.m-380 {
  margin: 380px;
}

.m-382 {
  margin: 382px;
}

.m-384 {
  margin: 384px;
}

.m-386 {
  margin: 386px;
}

.m-388 {
  margin: 388px;
}

.m-390 {
  margin: 390px;
}

.m-392 {
  margin: 392px;
}

.m-394 {
  margin: 394px;
}

.m-396 {
  margin: 396px;
}

.m-398 {
  margin: 398px;
}

.m-400 {
  margin: 400px;
}

.m-402 {
  margin: 402px;
}

.m-404 {
  margin: 404px;
}

.m-406 {
  margin: 406px;
}

.m-408 {
  margin: 408px;
}

.m-410 {
  margin: 410px;
}

.m-412 {
  margin: 412px;
}

.m-414 {
  margin: 414px;
}

.m-416 {
  margin: 416px;
}

.m-418 {
  margin: 418px;
}

.m-420 {
  margin: 420px;
}

.m-422 {
  margin: 422px;
}

.m-424 {
  margin: 424px;
}

.m-426 {
  margin: 426px;
}

.m-428 {
  margin: 428px;
}

.m-430 {
  margin: 430px;
}

.m-432 {
  margin: 432px;
}

.m-434 {
  margin: 434px;
}

.m-436 {
  margin: 436px;
}

.m-438 {
  margin: 438px;
}

.m-440 {
  margin: 440px;
}

.m-442 {
  margin: 442px;
}

.m-444 {
  margin: 444px;
}

.m-446 {
  margin: 446px;
}

.m-448 {
  margin: 448px;
}

.m-450 {
  margin: 450px;
}

.m-452 {
  margin: 452px;
}

.m-454 {
  margin: 454px;
}

.m-456 {
  margin: 456px;
}

.m-458 {
  margin: 458px;
}

.m-460 {
  margin: 460px;
}

.m-462 {
  margin: 462px;
}

.m-464 {
  margin: 464px;
}

.m-466 {
  margin: 466px;
}

.m-468 {
  margin: 468px;
}

.m-470 {
  margin: 470px;
}

.m-472 {
  margin: 472px;
}

.m-474 {
  margin: 474px;
}

.m-476 {
  margin: 476px;
}

.m-478 {
  margin: 478px;
}

.m-480 {
  margin: 480px;
}

.m-482 {
  margin: 482px;
}

.m-484 {
  margin: 484px;
}

.m-486 {
  margin: 486px;
}

.m-488 {
  margin: 488px;
}

.m-490 {
  margin: 490px;
}

.m-492 {
  margin: 492px;
}

.m-494 {
  margin: 494px;
}

.m-496 {
  margin: 496px;
}

.m-498 {
  margin: 498px;
}

.m-500 {
  margin: 500px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-26 {
  padding-top: 26px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-46 {
  padding-top: 46px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-54 {
  padding-top: 54px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-62 {
  padding-top: 62px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-66 {
  padding-top: 66px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-74 {
  padding-top: 74px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-78 {
  padding-top: 78px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-82 {
  padding-top: 82px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-86 {
  padding-top: 86px;
}

.pt-88 {
  padding-top: 88px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-94 {
  padding-top: 94px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-98 {
  padding-top: 98px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-102 {
  padding-top: 102px;
}

.pt-104 {
  padding-top: 104px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-108 {
  padding-top: 108px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-112 {
  padding-top: 112px;
}

.pt-114 {
  padding-top: 114px;
}

.pt-116 {
  padding-top: 116px;
}

.pt-118 {
  padding-top: 118px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-122 {
  padding-top: 122px;
}

.pt-124 {
  padding-top: 124px;
}

.pt-126 {
  padding-top: 126px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-132 {
  padding-top: 132px;
}

.pt-134 {
  padding-top: 134px;
}

.pt-136 {
  padding-top: 136px;
}

.pt-138 {
  padding-top: 138px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-142 {
  padding-top: 142px;
}

.pt-144 {
  padding-top: 144px;
}

.pt-146 {
  padding-top: 146px;
}

.pt-148 {
  padding-top: 148px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-152 {
  padding-top: 152px;
}

.pt-154 {
  padding-top: 154px;
}

.pt-156 {
  padding-top: 156px;
}

.pt-158 {
  padding-top: 158px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-162 {
  padding-top: 162px;
}

.pt-164 {
  padding-top: 164px;
}

.pt-166 {
  padding-top: 166px;
}

.pt-168 {
  padding-top: 168px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-172 {
  padding-top: 172px;
}

.pt-174 {
  padding-top: 174px;
}

.pt-176 {
  padding-top: 176px;
}

.pt-178 {
  padding-top: 178px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-182 {
  padding-top: 182px;
}

.pt-184 {
  padding-top: 184px;
}

.pt-186 {
  padding-top: 186px;
}

.pt-188 {
  padding-top: 188px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-192 {
  padding-top: 192px;
}

.pt-194 {
  padding-top: 194px;
}

.pt-196 {
  padding-top: 196px;
}

.pt-198 {
  padding-top: 198px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-202 {
  padding-top: 202px;
}

.pt-204 {
  padding-top: 204px;
}

.pt-206 {
  padding-top: 206px;
}

.pt-208 {
  padding-top: 208px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-212 {
  padding-top: 212px;
}

.pt-214 {
  padding-top: 214px;
}

.pt-216 {
  padding-top: 216px;
}

.pt-218 {
  padding-top: 218px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-222 {
  padding-top: 222px;
}

.pt-224 {
  padding-top: 224px;
}

.pt-226 {
  padding-top: 226px;
}

.pt-228 {
  padding-top: 228px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-232 {
  padding-top: 232px;
}

.pt-234 {
  padding-top: 234px;
}

.pt-236 {
  padding-top: 236px;
}

.pt-238 {
  padding-top: 238px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-242 {
  padding-top: 242px;
}

.pt-244 {
  padding-top: 244px;
}

.pt-246 {
  padding-top: 246px;
}

.pt-248 {
  padding-top: 248px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-252 {
  padding-top: 252px;
}

.pt-254 {
  padding-top: 254px;
}

.pt-256 {
  padding-top: 256px;
}

.pt-258 {
  padding-top: 258px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-262 {
  padding-top: 262px;
}

.pt-264 {
  padding-top: 264px;
}

.pt-266 {
  padding-top: 266px;
}

.pt-268 {
  padding-top: 268px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-272 {
  padding-top: 272px;
}

.pt-274 {
  padding-top: 274px;
}

.pt-276 {
  padding-top: 276px;
}

.pt-278 {
  padding-top: 278px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-282 {
  padding-top: 282px;
}

.pt-284 {
  padding-top: 284px;
}

.pt-286 {
  padding-top: 286px;
}

.pt-288 {
  padding-top: 288px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-292 {
  padding-top: 292px;
}

.pt-294 {
  padding-top: 294px;
}

.pt-296 {
  padding-top: 296px;
}

.pt-298 {
  padding-top: 298px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-302 {
  padding-top: 302px;
}

.pt-304 {
  padding-top: 304px;
}

.pt-306 {
  padding-top: 306px;
}

.pt-308 {
  padding-top: 308px;
}

.pt-310 {
  padding-top: 310px;
}

.pt-312 {
  padding-top: 312px;
}

.pt-314 {
  padding-top: 314px;
}

.pt-316 {
  padding-top: 316px;
}

.pt-318 {
  padding-top: 318px;
}

.pt-320 {
  padding-top: 320px;
}

.pt-322 {
  padding-top: 322px;
}

.pt-324 {
  padding-top: 324px;
}

.pt-326 {
  padding-top: 326px;
}

.pt-328 {
  padding-top: 328px;
}

.pt-330 {
  padding-top: 330px;
}

.pt-332 {
  padding-top: 332px;
}

.pt-334 {
  padding-top: 334px;
}

.pt-336 {
  padding-top: 336px;
}

.pt-338 {
  padding-top: 338px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-342 {
  padding-top: 342px;
}

.pt-344 {
  padding-top: 344px;
}

.pt-346 {
  padding-top: 346px;
}

.pt-348 {
  padding-top: 348px;
}

.pt-350 {
  padding-top: 350px;
}

.pt-352 {
  padding-top: 352px;
}

.pt-354 {
  padding-top: 354px;
}

.pt-356 {
  padding-top: 356px;
}

.pt-358 {
  padding-top: 358px;
}

.pt-360 {
  padding-top: 360px;
}

.pt-362 {
  padding-top: 362px;
}

.pt-364 {
  padding-top: 364px;
}

.pt-366 {
  padding-top: 366px;
}

.pt-368 {
  padding-top: 368px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-372 {
  padding-top: 372px;
}

.pt-374 {
  padding-top: 374px;
}

.pt-376 {
  padding-top: 376px;
}

.pt-378 {
  padding-top: 378px;
}

.pt-380 {
  padding-top: 380px;
}

.pt-382 {
  padding-top: 382px;
}

.pt-384 {
  padding-top: 384px;
}

.pt-386 {
  padding-top: 386px;
}

.pt-388 {
  padding-top: 388px;
}

.pt-390 {
  padding-top: 390px;
}

.pt-392 {
  padding-top: 392px;
}

.pt-394 {
  padding-top: 394px;
}

.pt-396 {
  padding-top: 396px;
}

.pt-398 {
  padding-top: 398px;
}

.pt-400 {
  padding-top: 400px;
}

.pt-402 {
  padding-top: 402px;
}

.pt-404 {
  padding-top: 404px;
}

.pt-406 {
  padding-top: 406px;
}

.pt-408 {
  padding-top: 408px;
}

.pt-410 {
  padding-top: 410px;
}

.pt-412 {
  padding-top: 412px;
}

.pt-414 {
  padding-top: 414px;
}

.pt-416 {
  padding-top: 416px;
}

.pt-418 {
  padding-top: 418px;
}

.pt-420 {
  padding-top: 420px;
}

.pt-422 {
  padding-top: 422px;
}

.pt-424 {
  padding-top: 424px;
}

.pt-426 {
  padding-top: 426px;
}

.pt-428 {
  padding-top: 428px;
}

.pt-430 {
  padding-top: 430px;
}

.pt-432 {
  padding-top: 432px;
}

.pt-434 {
  padding-top: 434px;
}

.pt-436 {
  padding-top: 436px;
}

.pt-438 {
  padding-top: 438px;
}

.pt-440 {
  padding-top: 440px;
}

.pt-442 {
  padding-top: 442px;
}

.pt-444 {
  padding-top: 444px;
}

.pt-446 {
  padding-top: 446px;
}

.pt-448 {
  padding-top: 448px;
}

.pt-450 {
  padding-top: 450px;
}

.pt-452 {
  padding-top: 452px;
}

.pt-454 {
  padding-top: 454px;
}

.pt-456 {
  padding-top: 456px;
}

.pt-458 {
  padding-top: 458px;
}

.pt-460 {
  padding-top: 460px;
}

.pt-462 {
  padding-top: 462px;
}

.pt-464 {
  padding-top: 464px;
}

.pt-466 {
  padding-top: 466px;
}

.pt-468 {
  padding-top: 468px;
}

.pt-470 {
  padding-top: 470px;
}

.pt-472 {
  padding-top: 472px;
}

.pt-474 {
  padding-top: 474px;
}

.pt-476 {
  padding-top: 476px;
}

.pt-478 {
  padding-top: 478px;
}

.pt-480 {
  padding-top: 480px;
}

.pt-482 {
  padding-top: 482px;
}

.pt-484 {
  padding-top: 484px;
}

.pt-486 {
  padding-top: 486px;
}

.pt-488 {
  padding-top: 488px;
}

.pt-490 {
  padding-top: 490px;
}

.pt-492 {
  padding-top: 492px;
}

.pt-494 {
  padding-top: 494px;
}

.pt-496 {
  padding-top: 496px;
}

.pt-498 {
  padding-top: 498px;
}

.pt-500 {
  padding-top: 500px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-102 {
  padding-bottom: 102px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pb-114 {
  padding-bottom: 114px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pb-126 {
  padding-bottom: 126px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-132 {
  padding-bottom: 132px;
}

.pb-134 {
  padding-bottom: 134px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pb-138 {
  padding-bottom: 138px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-142 {
  padding-bottom: 142px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pb-146 {
  padding-bottom: 146px;
}

.pb-148 {
  padding-bottom: 148px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pb-154 {
  padding-bottom: 154px;
}

.pb-156 {
  padding-bottom: 156px;
}

.pb-158 {
  padding-bottom: 158px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-162 {
  padding-bottom: 162px;
}

.pb-164 {
  padding-bottom: 164px;
}

.pb-166 {
  padding-bottom: 166px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-172 {
  padding-bottom: 172px;
}

.pb-174 {
  padding-bottom: 174px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pb-178 {
  padding-bottom: 178px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-182 {
  padding-bottom: 182px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pb-186 {
  padding-bottom: 186px;
}

.pb-188 {
  padding-bottom: 188px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pb-194 {
  padding-bottom: 194px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pb-198 {
  padding-bottom: 198px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-202 {
  padding-bottom: 202px;
}

.pb-204 {
  padding-bottom: 204px;
}

.pb-206 {
  padding-bottom: 206px;
}

.pb-208 {
  padding-bottom: 208px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-212 {
  padding-bottom: 212px;
}

.pb-214 {
  padding-bottom: 214px;
}

.pb-216 {
  padding-bottom: 216px;
}

.pb-218 {
  padding-bottom: 218px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-222 {
  padding-bottom: 222px;
}

.pb-224 {
  padding-bottom: 224px;
}

.pb-226 {
  padding-bottom: 226px;
}

.pb-228 {
  padding-bottom: 228px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-232 {
  padding-bottom: 232px;
}

.pb-234 {
  padding-bottom: 234px;
}

.pb-236 {
  padding-bottom: 236px;
}

.pb-238 {
  padding-bottom: 238px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-242 {
  padding-bottom: 242px;
}

.pb-244 {
  padding-bottom: 244px;
}

.pb-246 {
  padding-bottom: 246px;
}

.pb-248 {
  padding-bottom: 248px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-252 {
  padding-bottom: 252px;
}

.pb-254 {
  padding-bottom: 254px;
}

.pb-256 {
  padding-bottom: 256px;
}

.pb-258 {
  padding-bottom: 258px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-262 {
  padding-bottom: 262px;
}

.pb-264 {
  padding-bottom: 264px;
}

.pb-266 {
  padding-bottom: 266px;
}

.pb-268 {
  padding-bottom: 268px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-272 {
  padding-bottom: 272px;
}

.pb-274 {
  padding-bottom: 274px;
}

.pb-276 {
  padding-bottom: 276px;
}

.pb-278 {
  padding-bottom: 278px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-282 {
  padding-bottom: 282px;
}

.pb-284 {
  padding-bottom: 284px;
}

.pb-286 {
  padding-bottom: 286px;
}

.pb-288 {
  padding-bottom: 288px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-292 {
  padding-bottom: 292px;
}

.pb-294 {
  padding-bottom: 294px;
}

.pb-296 {
  padding-bottom: 296px;
}

.pb-298 {
  padding-bottom: 298px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-302 {
  padding-bottom: 302px;
}

.pb-304 {
  padding-bottom: 304px;
}

.pb-306 {
  padding-bottom: 306px;
}

.pb-308 {
  padding-bottom: 308px;
}

.pb-310 {
  padding-bottom: 310px;
}

.pb-312 {
  padding-bottom: 312px;
}

.pb-314 {
  padding-bottom: 314px;
}

.pb-316 {
  padding-bottom: 316px;
}

.pb-318 {
  padding-bottom: 318px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pb-322 {
  padding-bottom: 322px;
}

.pb-324 {
  padding-bottom: 324px;
}

.pb-326 {
  padding-bottom: 326px;
}

.pb-328 {
  padding-bottom: 328px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-332 {
  padding-bottom: 332px;
}

.pb-334 {
  padding-bottom: 334px;
}

.pb-336 {
  padding-bottom: 336px;
}

.pb-338 {
  padding-bottom: 338px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-342 {
  padding-bottom: 342px;
}

.pb-344 {
  padding-bottom: 344px;
}

.pb-346 {
  padding-bottom: 346px;
}

.pb-348 {
  padding-bottom: 348px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-352 {
  padding-bottom: 352px;
}

.pb-354 {
  padding-bottom: 354px;
}

.pb-356 {
  padding-bottom: 356px;
}

.pb-358 {
  padding-bottom: 358px;
}

.pb-360 {
  padding-bottom: 360px;
}

.pb-362 {
  padding-bottom: 362px;
}

.pb-364 {
  padding-bottom: 364px;
}

.pb-366 {
  padding-bottom: 366px;
}

.pb-368 {
  padding-bottom: 368px;
}

.pb-370 {
  padding-bottom: 370px;
}

.pb-372 {
  padding-bottom: 372px;
}

.pb-374 {
  padding-bottom: 374px;
}

.pb-376 {
  padding-bottom: 376px;
}

.pb-378 {
  padding-bottom: 378px;
}

.pb-380 {
  padding-bottom: 380px;
}

.pb-382 {
  padding-bottom: 382px;
}

.pb-384 {
  padding-bottom: 384px;
}

.pb-386 {
  padding-bottom: 386px;
}

.pb-388 {
  padding-bottom: 388px;
}

.pb-390 {
  padding-bottom: 390px;
}

.pb-392 {
  padding-bottom: 392px;
}

.pb-394 {
  padding-bottom: 394px;
}

.pb-396 {
  padding-bottom: 396px;
}

.pb-398 {
  padding-bottom: 398px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pb-402 {
  padding-bottom: 402px;
}

.pb-404 {
  padding-bottom: 404px;
}

.pb-406 {
  padding-bottom: 406px;
}

.pb-408 {
  padding-bottom: 408px;
}

.pb-410 {
  padding-bottom: 410px;
}

.pb-412 {
  padding-bottom: 412px;
}

.pb-414 {
  padding-bottom: 414px;
}

.pb-416 {
  padding-bottom: 416px;
}

.pb-418 {
  padding-bottom: 418px;
}

.pb-420 {
  padding-bottom: 420px;
}

.pb-422 {
  padding-bottom: 422px;
}

.pb-424 {
  padding-bottom: 424px;
}

.pb-426 {
  padding-bottom: 426px;
}

.pb-428 {
  padding-bottom: 428px;
}

.pb-430 {
  padding-bottom: 430px;
}

.pb-432 {
  padding-bottom: 432px;
}

.pb-434 {
  padding-bottom: 434px;
}

.pb-436 {
  padding-bottom: 436px;
}

.pb-438 {
  padding-bottom: 438px;
}

.pb-440 {
  padding-bottom: 440px;
}

.pb-442 {
  padding-bottom: 442px;
}

.pb-444 {
  padding-bottom: 444px;
}

.pb-446 {
  padding-bottom: 446px;
}

.pb-448 {
  padding-bottom: 448px;
}

.pb-450 {
  padding-bottom: 450px;
}

.pb-452 {
  padding-bottom: 452px;
}

.pb-454 {
  padding-bottom: 454px;
}

.pb-456 {
  padding-bottom: 456px;
}

.pb-458 {
  padding-bottom: 458px;
}

.pb-460 {
  padding-bottom: 460px;
}

.pb-462 {
  padding-bottom: 462px;
}

.pb-464 {
  padding-bottom: 464px;
}

.pb-466 {
  padding-bottom: 466px;
}

.pb-468 {
  padding-bottom: 468px;
}

.pb-470 {
  padding-bottom: 470px;
}

.pb-472 {
  padding-bottom: 472px;
}

.pb-474 {
  padding-bottom: 474px;
}

.pb-476 {
  padding-bottom: 476px;
}

.pb-478 {
  padding-bottom: 478px;
}

.pb-480 {
  padding-bottom: 480px;
}

.pb-482 {
  padding-bottom: 482px;
}

.pb-484 {
  padding-bottom: 484px;
}

.pb-486 {
  padding-bottom: 486px;
}

.pb-488 {
  padding-bottom: 488px;
}

.pb-490 {
  padding-bottom: 490px;
}

.pb-492 {
  padding-bottom: 492px;
}

.pb-494 {
  padding-bottom: 494px;
}

.pb-496 {
  padding-bottom: 496px;
}

.pb-498 {
  padding-bottom: 498px;
}

.pb-500 {
  padding-bottom: 500px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-102 {
  margin-bottom: 102px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mb-106 {
  margin-bottom: 106px;
}

.mb-108 {
  margin-bottom: 108px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mb-114 {
  margin-bottom: 114px;
}

.mb-116 {
  margin-bottom: 116px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-122 {
  margin-bottom: 122px;
}

.mb-124 {
  margin-bottom: 124px;
}

.mb-126 {
  margin-bottom: 126px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-132 {
  margin-bottom: 132px;
}

.mb-134 {
  margin-bottom: 134px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mb-138 {
  margin-bottom: 138px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-142 {
  margin-bottom: 142px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mb-146 {
  margin-bottom: 146px;
}

.mb-148 {
  margin-bottom: 148px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-152 {
  margin-bottom: 152px;
}

.mb-154 {
  margin-bottom: 154px;
}

.mb-156 {
  margin-bottom: 156px;
}

.mb-158 {
  margin-bottom: 158px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-162 {
  margin-bottom: 162px;
}

.mb-164 {
  margin-bottom: 164px;
}

.mb-166 {
  margin-bottom: 166px;
}

.mb-168 {
  margin-bottom: 168px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-172 {
  margin-bottom: 172px;
}

.mb-174 {
  margin-bottom: 174px;
}

.mb-176 {
  margin-bottom: 176px;
}

.mb-178 {
  margin-bottom: 178px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-182 {
  margin-bottom: 182px;
}

.mb-184 {
  margin-bottom: 184px;
}

.mb-186 {
  margin-bottom: 186px;
}

.mb-188 {
  margin-bottom: 188px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-192 {
  margin-bottom: 192px;
}

.mb-194 {
  margin-bottom: 194px;
}

.mb-196 {
  margin-bottom: 196px;
}

.mb-198 {
  margin-bottom: 198px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-202 {
  margin-bottom: 202px;
}

.mb-204 {
  margin-bottom: 204px;
}

.mb-206 {
  margin-bottom: 206px;
}

.mb-208 {
  margin-bottom: 208px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-212 {
  margin-bottom: 212px;
}

.mb-214 {
  margin-bottom: 214px;
}

.mb-216 {
  margin-bottom: 216px;
}

.mb-218 {
  margin-bottom: 218px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-222 {
  margin-bottom: 222px;
}

.mb-224 {
  margin-bottom: 224px;
}

.mb-226 {
  margin-bottom: 226px;
}

.mb-228 {
  margin-bottom: 228px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-232 {
  margin-bottom: 232px;
}

.mb-234 {
  margin-bottom: 234px;
}

.mb-236 {
  margin-bottom: 236px;
}

.mb-238 {
  margin-bottom: 238px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-242 {
  margin-bottom: 242px;
}

.mb-244 {
  margin-bottom: 244px;
}

.mb-246 {
  margin-bottom: 246px;
}

.mb-248 {
  margin-bottom: 248px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-252 {
  margin-bottom: 252px;
}

.mb-254 {
  margin-bottom: 254px;
}

.mb-256 {
  margin-bottom: 256px;
}

.mb-258 {
  margin-bottom: 258px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-262 {
  margin-bottom: 262px;
}

.mb-264 {
  margin-bottom: 264px;
}

.mb-266 {
  margin-bottom: 266px;
}

.mb-268 {
  margin-bottom: 268px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-272 {
  margin-bottom: 272px;
}

.mb-274 {
  margin-bottom: 274px;
}

.mb-276 {
  margin-bottom: 276px;
}

.mb-278 {
  margin-bottom: 278px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-282 {
  margin-bottom: 282px;
}

.mb-284 {
  margin-bottom: 284px;
}

.mb-286 {
  margin-bottom: 286px;
}

.mb-288 {
  margin-bottom: 288px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-292 {
  margin-bottom: 292px;
}

.mb-294 {
  margin-bottom: 294px;
}

.mb-296 {
  margin-bottom: 296px;
}

.mb-298 {
  margin-bottom: 298px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-302 {
  margin-bottom: 302px;
}

.mb-304 {
  margin-bottom: 304px;
}

.mb-306 {
  margin-bottom: 306px;
}

.mb-308 {
  margin-bottom: 308px;
}

.mb-310 {
  margin-bottom: 310px;
}

.mb-312 {
  margin-bottom: 312px;
}

.mb-314 {
  margin-bottom: 314px;
}

.mb-316 {
  margin-bottom: 316px;
}

.mb-318 {
  margin-bottom: 318px;
}

.mb-320 {
  margin-bottom: 320px;
}

.mb-322 {
  margin-bottom: 322px;
}

.mb-324 {
  margin-bottom: 324px;
}

.mb-326 {
  margin-bottom: 326px;
}

.mb-328 {
  margin-bottom: 328px;
}

.mb-330 {
  margin-bottom: 330px;
}

.mb-332 {
  margin-bottom: 332px;
}

.mb-334 {
  margin-bottom: 334px;
}

.mb-336 {
  margin-bottom: 336px;
}

.mb-338 {
  margin-bottom: 338px;
}

.mb-340 {
  margin-bottom: 340px;
}

.mb-342 {
  margin-bottom: 342px;
}

.mb-344 {
  margin-bottom: 344px;
}

.mb-346 {
  margin-bottom: 346px;
}

.mb-348 {
  margin-bottom: 348px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mb-352 {
  margin-bottom: 352px;
}

.mb-354 {
  margin-bottom: 354px;
}

.mb-356 {
  margin-bottom: 356px;
}

.mb-358 {
  margin-bottom: 358px;
}

.mb-360 {
  margin-bottom: 360px;
}

.mb-362 {
  margin-bottom: 362px;
}

.mb-364 {
  margin-bottom: 364px;
}

.mb-366 {
  margin-bottom: 366px;
}

.mb-368 {
  margin-bottom: 368px;
}

.mb-370 {
  margin-bottom: 370px;
}

.mb-372 {
  margin-bottom: 372px;
}

.mb-374 {
  margin-bottom: 374px;
}

.mb-376 {
  margin-bottom: 376px;
}

.mb-378 {
  margin-bottom: 378px;
}

.mb-380 {
  margin-bottom: 380px;
}

.mb-382 {
  margin-bottom: 382px;
}

.mb-384 {
  margin-bottom: 384px;
}

.mb-386 {
  margin-bottom: 386px;
}

.mb-388 {
  margin-bottom: 388px;
}

.mb-390 {
  margin-bottom: 390px;
}

.mb-392 {
  margin-bottom: 392px;
}

.mb-394 {
  margin-bottom: 394px;
}

.mb-396 {
  margin-bottom: 396px;
}

.mb-398 {
  margin-bottom: 398px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mb-402 {
  margin-bottom: 402px;
}

.mb-404 {
  margin-bottom: 404px;
}

.mb-406 {
  margin-bottom: 406px;
}

.mb-408 {
  margin-bottom: 408px;
}

.mb-410 {
  margin-bottom: 410px;
}

.mb-412 {
  margin-bottom: 412px;
}

.mb-414 {
  margin-bottom: 414px;
}

.mb-416 {
  margin-bottom: 416px;
}

.mb-418 {
  margin-bottom: 418px;
}

.mb-420 {
  margin-bottom: 420px;
}

.mb-422 {
  margin-bottom: 422px;
}

.mb-424 {
  margin-bottom: 424px;
}

.mb-426 {
  margin-bottom: 426px;
}

.mb-428 {
  margin-bottom: 428px;
}

.mb-430 {
  margin-bottom: 430px;
}

.mb-432 {
  margin-bottom: 432px;
}

.mb-434 {
  margin-bottom: 434px;
}

.mb-436 {
  margin-bottom: 436px;
}

.mb-438 {
  margin-bottom: 438px;
}

.mb-440 {
  margin-bottom: 440px;
}

.mb-442 {
  margin-bottom: 442px;
}

.mb-444 {
  margin-bottom: 444px;
}

.mb-446 {
  margin-bottom: 446px;
}

.mb-448 {
  margin-bottom: 448px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mb-452 {
  margin-bottom: 452px;
}

.mb-454 {
  margin-bottom: 454px;
}

.mb-456 {
  margin-bottom: 456px;
}

.mb-458 {
  margin-bottom: 458px;
}

.mb-460 {
  margin-bottom: 460px;
}

.mb-462 {
  margin-bottom: 462px;
}

.mb-464 {
  margin-bottom: 464px;
}

.mb-466 {
  margin-bottom: 466px;
}

.mb-468 {
  margin-bottom: 468px;
}

.mb-470 {
  margin-bottom: 470px;
}

.mb-472 {
  margin-bottom: 472px;
}

.mb-474 {
  margin-bottom: 474px;
}

.mb-476 {
  margin-bottom: 476px;
}

.mb-478 {
  margin-bottom: 478px;
}

.mb-480 {
  margin-bottom: 480px;
}

.mb-482 {
  margin-bottom: 482px;
}

.mb-484 {
  margin-bottom: 484px;
}

.mb-486 {
  margin-bottom: 486px;
}

.mb-488 {
  margin-bottom: 488px;
}

.mb-490 {
  margin-bottom: 490px;
}

.mb-492 {
  margin-bottom: 492px;
}

.mb-494 {
  margin-bottom: 494px;
}

.mb-496 {
  margin-bottom: 496px;
}

.mb-498 {
  margin-bottom: 498px;
}

.mb-500 {
  margin-bottom: 500px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-38 {
  margin-top: 38px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-76 {
  margin-top: 76px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-84 {
  margin-top: 84px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-102 {
  margin-top: 102px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-106 {
  margin-top: 106px;
}

.mt-108 {
  margin-top: 108px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-114 {
  margin-top: 114px;
}

.mt-116 {
  margin-top: 116px;
}

.mt-118 {
  margin-top: 118px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-124 {
  margin-top: 124px;
}

.mt-126 {
  margin-top: 126px;
}

.mt-128 {
  margin-top: 128px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-132 {
  margin-top: 132px;
}

.mt-134 {
  margin-top: 134px;
}

.mt-136 {
  margin-top: 136px;
}

.mt-138 {
  margin-top: 138px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-142 {
  margin-top: 142px;
}

.mt-144 {
  margin-top: 144px;
}

.mt-146 {
  margin-top: 146px;
}

.mt-148 {
  margin-top: 148px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-152 {
  margin-top: 152px;
}

.mt-154 {
  margin-top: 154px;
}

.mt-156 {
  margin-top: 156px;
}

.mt-158 {
  margin-top: 158px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-162 {
  margin-top: 162px;
}

.mt-164 {
  margin-top: 164px;
}

.mt-166 {
  margin-top: 166px;
}

.mt-168 {
  margin-top: 168px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-172 {
  margin-top: 172px;
}

.mt-174 {
  margin-top: 174px;
}

.mt-176 {
  margin-top: 176px;
}

.mt-178 {
  margin-top: 178px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-182 {
  margin-top: 182px;
}

.mt-184 {
  margin-top: 184px;
}

.mt-186 {
  margin-top: 186px;
}

.mt-188 {
  margin-top: 188px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-192 {
  margin-top: 192px;
}

.mt-194 {
  margin-top: 194px;
}

.mt-196 {
  margin-top: 196px;
}

.mt-198 {
  margin-top: 198px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-202 {
  margin-top: 202px;
}

.mt-204 {
  margin-top: 204px;
}

.mt-206 {
  margin-top: 206px;
}

.mt-208 {
  margin-top: 208px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-212 {
  margin-top: 212px;
}

.mt-214 {
  margin-top: 214px;
}

.mt-216 {
  margin-top: 216px;
}

.mt-218 {
  margin-top: 218px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-222 {
  margin-top: 222px;
}

.mt-224 {
  margin-top: 224px;
}

.mt-226 {
  margin-top: 226px;
}

.mt-228 {
  margin-top: 228px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-232 {
  margin-top: 232px;
}

.mt-234 {
  margin-top: 234px;
}

.mt-236 {
  margin-top: 236px;
}

.mt-238 {
  margin-top: 238px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-242 {
  margin-top: 242px;
}

.mt-244 {
  margin-top: 244px;
}

.mt-246 {
  margin-top: 246px;
}

.mt-248 {
  margin-top: 248px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-252 {
  margin-top: 252px;
}

.mt-254 {
  margin-top: 254px;
}

.mt-256 {
  margin-top: 256px;
}

.mt-258 {
  margin-top: 258px;
}

.mt-260 {
  margin-top: 260px;
}

.mt-262 {
  margin-top: 262px;
}

.mt-264 {
  margin-top: 264px;
}

.mt-266 {
  margin-top: 266px;
}

.mt-268 {
  margin-top: 268px;
}

.mt-270 {
  margin-top: 270px;
}

.mt-272 {
  margin-top: 272px;
}

.mt-274 {
  margin-top: 274px;
}

.mt-276 {
  margin-top: 276px;
}

.mt-278 {
  margin-top: 278px;
}

.mt-280 {
  margin-top: 280px;
}

.mt-282 {
  margin-top: 282px;
}

.mt-284 {
  margin-top: 284px;
}

.mt-286 {
  margin-top: 286px;
}

.mt-288 {
  margin-top: 288px;
}

.mt-290 {
  margin-top: 290px;
}

.mt-292 {
  margin-top: 292px;
}

.mt-294 {
  margin-top: 294px;
}

.mt-296 {
  margin-top: 296px;
}

.mt-298 {
  margin-top: 298px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-302 {
  margin-top: 302px;
}

.mt-304 {
  margin-top: 304px;
}

.mt-306 {
  margin-top: 306px;
}

.mt-308 {
  margin-top: 308px;
}

.mt-310 {
  margin-top: 310px;
}

.mt-312 {
  margin-top: 312px;
}

.mt-314 {
  margin-top: 314px;
}

.mt-316 {
  margin-top: 316px;
}

.mt-318 {
  margin-top: 318px;
}

.mt-320 {
  margin-top: 320px;
}

.mt-322 {
  margin-top: 322px;
}

.mt-324 {
  margin-top: 324px;
}

.mt-326 {
  margin-top: 326px;
}

.mt-328 {
  margin-top: 328px;
}

.mt-330 {
  margin-top: 330px;
}

.mt-332 {
  margin-top: 332px;
}

.mt-334 {
  margin-top: 334px;
}

.mt-336 {
  margin-top: 336px;
}

.mt-338 {
  margin-top: 338px;
}

.mt-340 {
  margin-top: 340px;
}

.mt-342 {
  margin-top: 342px;
}

.mt-344 {
  margin-top: 344px;
}

.mt-346 {
  margin-top: 346px;
}

.mt-348 {
  margin-top: 348px;
}

.mt-350 {
  margin-top: 350px;
}

.mt-352 {
  margin-top: 352px;
}

.mt-354 {
  margin-top: 354px;
}

.mt-356 {
  margin-top: 356px;
}

.mt-358 {
  margin-top: 358px;
}

.mt-360 {
  margin-top: 360px;
}

.mt-362 {
  margin-top: 362px;
}

.mt-364 {
  margin-top: 364px;
}

.mt-366 {
  margin-top: 366px;
}

.mt-368 {
  margin-top: 368px;
}

.mt-370 {
  margin-top: 370px;
}

.mt-372 {
  margin-top: 372px;
}

.mt-374 {
  margin-top: 374px;
}

.mt-376 {
  margin-top: 376px;
}

.mt-378 {
  margin-top: 378px;
}

.mt-380 {
  margin-top: 380px;
}

.mt-382 {
  margin-top: 382px;
}

.mt-384 {
  margin-top: 384px;
}

.mt-386 {
  margin-top: 386px;
}

.mt-388 {
  margin-top: 388px;
}

.mt-390 {
  margin-top: 390px;
}

.mt-392 {
  margin-top: 392px;
}

.mt-394 {
  margin-top: 394px;
}

.mt-396 {
  margin-top: 396px;
}

.mt-398 {
  margin-top: 398px;
}

.mt-400 {
  margin-top: 400px;
}

.mt-402 {
  margin-top: 402px;
}

.mt-404 {
  margin-top: 404px;
}

.mt-406 {
  margin-top: 406px;
}

.mt-408 {
  margin-top: 408px;
}

.mt-410 {
  margin-top: 410px;
}

.mt-412 {
  margin-top: 412px;
}

.mt-414 {
  margin-top: 414px;
}

.mt-416 {
  margin-top: 416px;
}

.mt-418 {
  margin-top: 418px;
}

.mt-420 {
  margin-top: 420px;
}

.mt-422 {
  margin-top: 422px;
}

.mt-424 {
  margin-top: 424px;
}

.mt-426 {
  margin-top: 426px;
}

.mt-428 {
  margin-top: 428px;
}

.mt-430 {
  margin-top: 430px;
}

.mt-432 {
  margin-top: 432px;
}

.mt-434 {
  margin-top: 434px;
}

.mt-436 {
  margin-top: 436px;
}

.mt-438 {
  margin-top: 438px;
}

.mt-440 {
  margin-top: 440px;
}

.mt-442 {
  margin-top: 442px;
}

.mt-444 {
  margin-top: 444px;
}

.mt-446 {
  margin-top: 446px;
}

.mt-448 {
  margin-top: 448px;
}

.mt-450 {
  margin-top: 450px;
}

.mt-452 {
  margin-top: 452px;
}

.mt-454 {
  margin-top: 454px;
}

.mt-456 {
  margin-top: 456px;
}

.mt-458 {
  margin-top: 458px;
}

.mt-460 {
  margin-top: 460px;
}

.mt-462 {
  margin-top: 462px;
}

.mt-464 {
  margin-top: 464px;
}

.mt-466 {
  margin-top: 466px;
}

.mt-468 {
  margin-top: 468px;
}

.mt-470 {
  margin-top: 470px;
}

.mt-472 {
  margin-top: 472px;
}

.mt-474 {
  margin-top: 474px;
}

.mt-476 {
  margin-top: 476px;
}

.mt-478 {
  margin-top: 478px;
}

.mt-480 {
  margin-top: 480px;
}

.mt-482 {
  margin-top: 482px;
}

.mt-484 {
  margin-top: 484px;
}

.mt-486 {
  margin-top: 486px;
}

.mt-488 {
  margin-top: 488px;
}

.mt-490 {
  margin-top: 490px;
}

.mt-492 {
  margin-top: 492px;
}

.mt-494 {
  margin-top: 494px;
}

.mt-496 {
  margin-top: 496px;
}

.mt-498 {
  margin-top: 498px;
}

.mt-500 {
  margin-top: 500px;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.app-content.content .bg-white .h-login {
  height: 100vh;
}

@media all and (min-width: 1031px) and (max-width: 1300px) {
  .btn-position-login {
    position: inherit !important;
    bottom: auto !important;
  }
}
@media all and (min-width: 1031px) and (max-width: 1300px) {
  .btn-position-login {
    position: inherit !important;
    bottom: auto !important;
  }
}
@media all and (min-width: 220px) and (max-width: 1030px) {
  .main-menu.menu-dark .navigation {
    background: white;
    height: auto !important;
  }
  .app-content.content .bg-white .h-login {
    height: 100% !important;
  }
  .app-content.content .bg-white .h-login .midex-form-container-padding {
    padding: 0px !important;
  }
  .app-content.content .bg-white .h-login .btn-position-login {
    position: inherit !important;
    bottom: auto !important;
  }
  .app-content.content .bg-white .h-login .badge-groupe-position {
    margin-top: -130px;
  }
  .app-content.content .bg-white .h-login .badge-groupe-position .badge-logo-groupe img {
    height: 52px;
  }
}
.btn-primary {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
}
.btn-primary:hover {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
}

.btn-primary:active {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
}

.btn-outline-primary {
  background-color: #ffffff !important;
  border-color: #d99d83 !important;
  color: #d99d83 !important;
}
.btn-outline-primary:hover {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
  color: #ffffff !important;
}

.btn-outline-primary:active {
  background-color: #d99d83 !important;
  border-color: #d99d83 !important;
  color: #ffffff !important;
}

.text-primary {
  color: #d99d83 !important;
}

.modal-header, .bg-primary {
  background-color: #d99d83 !important;
}

nav .navbar-wrapper {
  background-color: #d99d83 !important;
}

.main-menu.menu-accordion.menu-shadow.menu-fixed.menu-dark {
  background-color: #d99d83 !important;
}

.pagination .page-item.active .page-link {
  background-color: #d99d83 !important;
  border-color: #d99d83;
}

.form-input:focus {
  border-color: #d99d83 !important;
}

.main-menu.menu-dark .navigation > li ul li > a {
  color: #333;
}

.main-menu.menu-dark .navigation > li ul .open > a {
  background-color: #d99d83 !important;
}

.main-menu.menu-dark .navigation > li.open > ul {
  background: #d99d83;
}

.main-menu.menu-dark .navigation > li.open > a {
  color: #d99d83;
  background: white;
}

.main-menu.menu-dark .navigation > li.open .hover > a {
  background: #ffffff;
}

.main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}

.main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
  color: #d99d83;
  background: #ffffff;
}

.submit-form-button {
  background-color: #d99d83;
  box-shadow: 0 5px 18px 0px #d99d83;
}

.btn-primary:focus, .btn-outline-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  background: #d99d83 !important;
  border-color: #d99d83 !important;
}

.btn-danger:focus, .btn-outline-danger:focus {
  background-color: #DA4453 !important;
  border-color: #DA4453 !important;
}

.nav-link-footer {
  color: #ffffff;
  opacity: 0.8;
}
.nav-link-footer:hover {
  opacity: 1;
  text-decoration: underline;
  color: #ffffff;
}

.badge-primary {
  background-color: #d99d83 !important;
}

.table thead th {
  min-width: 170px;
}

.home_welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: white;
  border-radius: 10px;
  margin-top: 14px;
  height: calc(100vh - 180px);
}
.home_welcome .text_1 {
  font-weight: bold;
}
.home_welcome .text_1 .text_1_bis {
  text-transform: uppercase;
}
.home_welcome .text_2 {
  font-weight: bold;
  margin-top: 1em;
}
.home_welcome .text_2, .home_welcome .text_3 {
  text-transform: uppercase;
}

.card-body .table-responsive {
  overflow: auto;
  max-height: 800px;
}
.card-body .table thead th {
  min-width: 170px;
  position: sticky;
  top: 0;
  background-color: #d99d83;
  z-index: 999;
}

.blockElement, .blockPage {
  z-index: 1051 !important;
  background: transparent !important;
  border: none !important;
}

.monitoring-title:hover {
  color: #55595c !important;
  text-decoration: underline !important;
}

.monitoring-second-title:hover {
  color: #d99d83 !important;
  text-decoration: underline !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: red !important;
  margin-right: 10px;
  font-size: 25px;
}

.border-dashed {
  border-style: dashed;
  border-width: 1px;
  border-color: #d99d83 !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  fill: #d99d83 !important;
}

.login-aside .input-group {
  background: #F7FAFC !important;
  border-radius: 6px !important;
}
.login-aside .input-group-text {
  border: none;
  background: #F7FAFC !important;
  border-radius: 6px !important;
  height: 56px;
}
.login-aside .form-control {
  border: none !important;
  background: #F7FAFC !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important;
  border-radius: 6px !important;
  height: 50px !important;
  color: #6D757D !important;
}
.login-aside ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6D757D !important;
  opacity: 1; /* Firefox */
}
.login-aside :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6D757D;
}
.login-aside ::-ms-input-placeholder { /* Microsoft Edge */
  color: #6D757D;
}
.login-aside .text-light-primary:hover {
  color: #d99d83 !important;
}
.login-aside .page-reset .btn-eye {
  margin-top: -44px !important;
}

.login-aside {
  width: 100%;
  max-width: 650px;
}

@media (min-width: 992px) {
  .login-aside {
    width: 100%;
    max-width: 600px !important;
  }
}
.spinning {
  animation: spinning 0.8s infinite;
}

@keyframes spinning {
  100% {
    transform: rotate(360deg);
  }
}