body.no-scroll {
  overflow: hidden;
}

.m-nav, .m-nav * {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-nav,
.m-nav * {
  box-sizing: border-box;
}
.m-nav {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 100%;
  flex-direction: column;
  font-family: 'Akzidenz Grotesk BQ Light';
}
.m-nav a {
  cursor: pointer;
  color: #589636;
  text-decoration: none;
}
.m-nav input,
.m-nav button {
  outline: 0;
  font-size: 14px;
}
.m-nav input {
  height: 32px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  padding: 0 15px;
}
.m-nav button {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0;
  padding: 15px 40px;
  border: 0;
  border-radius: 4px;
}
.m-nav ul {
  margin: 0;
  padding: 0;
}
.m-nav ul li {
  list-style-type: none;
}
.m-nav strong {
  font-family: 'Akzidenz Grotesk BQ Medium';
}
.m-nav-top,
.m-nav-middle {
  width: 1200px;
}
.m-nav-top,
.m-nav-middle,
.m-nav-bottom {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .m-nav-top,
  .m-nav-middle,
  .m-nav-bottom {
    max-width: 100%;
  }
}
@media (max-width: 895px) {
  .m-nav-top,
  .m-nav-middle,
  .m-nav-bottom {
    width: 100%;
  }
}
.m-nav-bg {
  overflow-y: auto;
  z-index: 90;
  position: fixed;
  left: 0;
  top: 0;
  height: 600px;
  width: 100%;
  padding: 200px 0 0 0;
  background-color: rgba(43,44,46,0.95);
  transition: opacity 300ms, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate3d(0, -505px, 0);
}
@media (max-width: 895px) {
  .m-nav-bg {
    height: calc(100% - 95px);
    padding: 0;
    margin: 95px 0 0 0;
    transform: translate3d(0, -100%, 0);
  }
}
.m-nav-bg-opaque {
  opacity: 1;
}
.m-nav-bg-open {
  transform: translate3d(0, -100px, 0);
}
@media (max-width: 895px) {
  .m-nav-bg-open {
    transform: translate3d(0, 0, 0);
  }
}
.m-nav-flex-y,
.m-nav-flex-x,
.m-nav-flex-xy,
.m-nav-flex-space {
  display: flex;
  flex-wrap: wrap;
}
.m-nav-flex-xy,
.m-nav-flex-y {
  align-items: center;
}
.m-nav-flex-xy,
.m-nav-flex-x {
  justify-content: center;
}
.m-nav-flex-space {
  justify-content: space-between;
}
.m-nav-flex-nowrap {
  flex-wrap: nowrap;
}
.m-nav-top {
  overflow: hidden;
  height: 45px;
  padding: 0 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.m-nav-top > ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.m-nav-top a {
  z-index: 10;
  color: #616161;
  text-decoration: none;
}
.m-nav-top a:hover {
  text-decoration: none;
}
.m-nav-top-links {
  margin-left: 0;
  transition: 200ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: margin-left;
}
.m-nav-top-links li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 895px) {
  .m-nav-top-links li {
    margin-right: 13px;
  }
}
.m-nav-top-links li:before {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #616161;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: 250ms;
}
.m-nav-top-links li:hover:before {
  transform: scale(1, 1);
}
.m-nav-top-links-hidden {
  margin-left: -250px;
  opacity: 0;
}
.m-nav-search {
  overflow: hidden;
}
input.m-nav-search-input {
  width: 200px;
  margin: 3px -210px 0 10px;
  padding: 0 30px 0 0;
  border: 0;
  border-bottom: 2px solid #b7b7b7;
  border-radius: 0;
  opacity: 0;
  transition: opacity 200ms, margin 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
input.m-nav-search-input-open {
  margin: 3px -35px 0 10px;
  opacity: 1;
}
button.m-nav-top-contact,
button.m-nav-search-btn {
  padding: 10px;
}
button.m-nav-search-btn {
  z-index: 1;
  margin-right: 10px;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}
button.m-nav-search-btn-active {
  transform: scale(0.75);
}
button.m-nav-top-dl,
button.m-nav-top-host {
  transition: 150ms;
}
button.m-nav-top-dl span,
button.m-nav-top-host span {
  vertical-align: middle;
}
button.m-nav-top-dl svg,
button.m-nav-top-host svg {
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 895px) {
  button.m-nav-top-dl,
  button.m-nav-top-host {
    padding: 5px 15px !important;
  }
  button.m-nav-top-dl span,
  button.m-nav-top-host span {
    display: none;
  }
  button.m-nav-top-dl svg,
  button.m-nav-top-host svg {
    margin-left: 0;
  }
}
button.m-nav-top-dl {
  padding: 5px 30px;
  font-size: 14px;
}
button.m-nav-top-host {
  padding: 4px 29px;
  margin-right: 5px;
  color: #13aa52;
  border: 1px solid #13aa52;
}
button.m-nav-top-host:hover {
  color: #0d7739;
  border: 1px solid #0d7739;
}
@media (max-width: 895px) {
  button.m-nav-top-host {
    display: none !important;
  }
}
.m-nav-middle {
  height: 50px;
}
@media (max-width: 895px) {
  .m-nav-middle {
    background-color: rgba(43,44,46,0.95);
  }
}
.m-nav-middle a:hover {
  text-decoration: none;
}
.m-nav-middle ul {
  height: 100%;
  flex-wrap: nowrap;
}
.m-nav-middle ul div {
  flex-wrap: nowrap;
}
.m-nav-middle li {
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  margin: 0 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.m-nav-middle li img {
  position: absolute;
  top: -3px;
  height: inherit;
}
.m-nav-middle li a {
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 20px 12.5px;
}
.m-nav-middle-lists {
  transition: opacity 300ms;
}
.m-nav-middle-li a {
  color: #fff;
}
.m-nav-middle-li:before {
  content: '';
  position: absolute;
  left: 12.5px;
  bottom: 12px;
  width: calc(100% - 25px);
  height: 3px;
  background-color: #f5f6f7;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: 250ms;
}
.m-nav-middle-li:not(.m-nav-middle-li-on):hover:before {
  transform: scale(0.25, 1);
}
.m-nav-middle-li-on:before {
  background-color: #13aa52;
  transform: scale(1, 1);
}
.m-nav-logo {
  width: 110px;
  height: 30px;
  margin: 0 0 0 15px !important;
  padding: 0;
}
@media (max-width: 895px) {
  .m-nav-logo {
    margin: 10px 0 10px 12.5px;
  }
}
.m-nav-tagline {
  height: 50%;
  border-left: 1px solid #fff;
  margin-left: 15px !important;
  padding: 0 15px;
  font-weight: 300;
  font-size: 12px;
  line-height: 2.2;
}
.m-nav-middle-toggle {
  display: none;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  width: inherit;
  margin: 10px !important;
  fill: #fff;
}
@media (max-width: 895px) {
  .m-nav-middle-toggle {
    display: block;
  }
}
.m-nav-bottom ul {
  padding: 20px 0;
  width: 20%;
}
@media (max-width: 895px) {
  .m-nav-bottom ul {
    width: 100%;
    padding: 5px 20px;
  }
}
.m-nav-bottom li {
  padding: 4px;
  font-size: 16px;
}
@media (max-width: 895px) {
  .m-nav-bottom li {
    padding: 10px 5px;
  }
}
.m-nav-bottom li small {
  display: block;
}
.m-nav-bottom a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 300ms;
}
.m-nav-bottom a:hover {
  color: #13aa52;
}
.m-nav-bottom a strong,
.m-nav-bottom li strong {
  position: relative;
}
.m-nav-bottom a strong:before {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #13aa52;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: 250ms;
}
.m-nav-bottom a strong:hover:before {
  transform: scale(1, 1);
}
.m-nav-bottom strong {
  color: #13aa52;
}
.m-nav-bottom-list {
  z-index: 1;
  position: absolute;
  width: inherit;
  transition: opacity 200ms;
}
@media (max-width: 895px) {
  .m-nav-bottom-list {
    position: relative;
  }
}
.m-nav-bottom-list-inactive {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 895px) {
  .nav-panel-bottom__dummy-section {
    display: none;
  }
}
.m-nav-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 30%;
  padding: 30px;
  margin: 20px;
  border: 0.5px solid #979797;
}
@media (max-width: 895px) {
  .m-nav-cta {
    width: 100%;
  }
}
@media (max-width: 895px) {
  .m-nav-cta:not(.m-nav-cta-first) {
    display: none;
  }
}
.m-nav-cta ul {
  width: 100%;
  padding: 0;
}
.m-nav-cta h2,
.m-nav-cta a {
  width: 100%;
}
.m-nav-cta h2 {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 700px) {
  .m-nav-cta h2 {
    font-size: 26px;
  }
}
.m-nav-cta a {
  display: block;
  padding: 5px 0;
  color: #13aa52 !important;
}
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.reset {
  margin: 0;
  text-decoration: none;
  color: inherit;
  border: 0;
  font-weight: inherit;
}
.user-select-none {
  -webkit-user-select: none;
  user-select: none;
}
.fl {
  display: flex;
}
.fl-row,
.fl-column {
  display: flex;
}
.fl-row {
  flex-direction: row;
}
.fl-row-reverse {
  flex-direction: row-reverse;
}
.fl-column {
  flex-direction: column;
}
.fl-column-reverse {
  flex-direction: column-reverse;
}
.fl-wrap {
  flex-wrap: wrap;
}
.fl-center-x {
  justify-content: center;
}
.fl.fl-center-x,
.fl-row.fl-center-x,
.fl-column.fl-center-y {
  justify-content: center;
}
.fl-center-y {
  align-items: center;
}
.fl.fl-center-y,
.fl-row.fl-center-y,
.fl-column.fl-center-x {
  align-items: center;
}
.fl-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fl-row.fl-fill,
.fl-column.fl-fill {
  align-items: stretch;
}
.fl-row.fl-fill > *,
.fl-column.fl-fill > * {
  flex: 1;
}
.fl-row.fl-fill-x > * {
  flex: 1;
}
.fl-row.fl-fill-y {
  align-items: stretch;
}
.fl-column.fl-fill-x {
  align-items: stretch;
}
.fl-column.fl-fill-y > * {
  flex: 1;
}
.fl-0 {
  flex: 0;
}
.fl-1 {
  flex: 1;
}
.fl-2 {
  flex: 2;
}
.fl-3 {
  flex: 3;
}
.fl-4 {
  flex: 4;
}
.fl-5 {
  flex: 5;
}
.fl-6 {
  flex: 6;
}
.fl-7 {
  flex: 7;
}
.fl-8 {
  flex: 8;
}
.fl-9 {
  flex: 9;
}
.fl-10 {
  flex: 10;
}
.fl-justify-start {
  justify-content: flex-start;
}
.fl-justify-end {
  justify-content: flex-end;
}
.fl-justify-center {
  justify-content: center;
}
.fl-justify-between {
  justify-content: space-between;
}
.fl-justify-around {
  justify-content: space-around;
}
.fl-justify-evenly {
  justify-content: space-evenly;
}
.fl-items-start {
  align-items: flex-start;
}
.fl-items-end {
  align-items: flex-end;
}
.fl-items-center {
  align-items: center;
}
.fl-items-stretch {
  align-items: stretch;
}
.fl-items-baseline {
  align-items: baseline;
}
.fl-content-start {
  align-content: flex-start;
}
.fl-content-end {
  align-content: flex-end;
}
.fl-content-center {
  align-content: center;
}
.fl-content-stretch {
  align-content: stretch;
}
.fl-content-around {
  align-content: space-around;
}
.fl-content-between {
  align-content: space-between;
}
.row {
  display: flex;
  flex: row wrap;
  align-items: flex-start;
}
.row > * {
  margin: 0px 5px;
}
.row > *:first-child {
  margin-left: 0px;
  margin-right: 5px;
}
.row > *:last-child {
  margin-right: 0px;
  margin-left: 5px;
}
.row-even > * {
  flex: 1;
}
.disp-none {
  display: none;
}
.disp-inline-block {
  display: inline-block;
}
.disp-block {
  display: block;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.w-full {
  width: 100%;
}
.w-full-at-1000 {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-quarter {
  width: 25%;
}
.w-third {
  width: 33.3%;
}
.h-full {
  height: 100%;
}
.h-half {
  height: 50%;
}
.h-quarter {
  height: 25%;
}
.w-5 {
  width: 5px;
}
.w-max-5 {
  max-width: 5px;
}
.w-min-5 {
  min-width: 5px;
}
.h-5 {
  height: 5px;
}
.h-min-5 {
  min-height: 5px;
}
.h-max-5 {
  max-height: 5px;
}
.w-10 {
  width: 10px;
}
.w-max-10 {
  max-width: 10px;
}
.w-min-10 {
  min-width: 10px;
}
.h-10 {
  height: 10px;
}
.h-min-10 {
  min-height: 10px;
}
.h-max-10 {
  max-height: 10px;
}
.w-15 {
  width: 15px;
}
.w-max-15 {
  max-width: 15px;
}
.w-min-15 {
  min-width: 15px;
}
.h-15 {
  height: 15px;
}
.h-min-15 {
  min-height: 15px;
}
.h-max-15 {
  max-height: 15px;
}
.w-20 {
  width: 20px;
}
.w-max-20 {
  max-width: 20px;
}
.w-min-20 {
  min-width: 20px;
}
.h-20 {
  height: 20px;
}
.h-min-20 {
  min-height: 20px;
}
.h-max-20 {
  max-height: 20px;
}
.w-25 {
  width: 25px;
}
.w-max-25 {
  max-width: 25px;
}
.w-min-25 {
  min-width: 25px;
}
.h-25 {
  height: 25px;
}
.h-min-25 {
  min-height: 25px;
}
.h-max-25 {
  max-height: 25px;
}
.w-30 {
  width: 30px;
}
.w-max-30 {
  max-width: 30px;
}
.w-min-30 {
  min-width: 30px;
}
.h-30 {
  height: 30px;
}
.h-min-30 {
  min-height: 30px;
}
.h-max-30 {
  max-height: 30px;
}
.w-35 {
  width: 35px;
}
.w-max-35 {
  max-width: 35px;
}
.w-min-35 {
  min-width: 35px;
}
.h-35 {
  height: 35px;
}
.h-min-35 {
  min-height: 35px;
}
.h-max-35 {
  max-height: 35px;
}
.w-40 {
  width: 40px;
}
.w-max-40 {
  max-width: 40px;
}
.w-min-40 {
  min-width: 40px;
}
.h-40 {
  height: 40px;
}
.h-min-40 {
  min-height: 40px;
}
.h-max-40 {
  max-height: 40px;
}
.w-45 {
  width: 45px;
}
.w-max-45 {
  max-width: 45px;
}
.w-min-45 {
  min-width: 45px;
}
.h-45 {
  height: 45px;
}
.h-min-45 {
  min-height: 45px;
}
.h-max-45 {
  max-height: 45px;
}
.w-50 {
  width: 50px;
}
.w-max-50 {
  max-width: 50px;
}
.w-min-50 {
  min-width: 50px;
}
.h-50 {
  height: 50px;
}
.h-min-50 {
  min-height: 50px;
}
.h-max-50 {
  max-height: 50px;
}
.w-55 {
  width: 55px;
}
.w-max-55 {
  max-width: 55px;
}
.w-min-55 {
  min-width: 55px;
}
.h-55 {
  height: 55px;
}
.h-min-55 {
  min-height: 55px;
}
.h-max-55 {
  max-height: 55px;
}
.w-60 {
  width: 60px;
}
.w-max-60 {
  max-width: 60px;
}
.w-min-60 {
  min-width: 60px;
}
.h-60 {
  height: 60px;
}
.h-min-60 {
  min-height: 60px;
}
.h-max-60 {
  max-height: 60px;
}
.w-65 {
  width: 65px;
}
.w-max-65 {
  max-width: 65px;
}
.w-min-65 {
  min-width: 65px;
}
.h-65 {
  height: 65px;
}
.h-min-65 {
  min-height: 65px;
}
.h-max-65 {
  max-height: 65px;
}
.w-70 {
  width: 70px;
}
.w-max-70 {
  max-width: 70px;
}
.w-min-70 {
  min-width: 70px;
}
.h-70 {
  height: 70px;
}
.h-min-70 {
  min-height: 70px;
}
.h-max-70 {
  max-height: 70px;
}
.w-75 {
  width: 75px;
}
.w-max-75 {
  max-width: 75px;
}
.w-min-75 {
  min-width: 75px;
}
.h-75 {
  height: 75px;
}
.h-min-75 {
  min-height: 75px;
}
.h-max-75 {
  max-height: 75px;
}
.w-80 {
  width: 80px;
}
.w-max-80 {
  max-width: 80px;
}
.w-min-80 {
  min-width: 80px;
}
.h-80 {
  height: 80px;
}
.h-min-80 {
  min-height: 80px;
}
.h-max-80 {
  max-height: 80px;
}
.w-85 {
  width: 85px;
}
.w-max-85 {
  max-width: 85px;
}
.w-min-85 {
  min-width: 85px;
}
.h-85 {
  height: 85px;
}
.h-min-85 {
  min-height: 85px;
}
.h-max-85 {
  max-height: 85px;
}
.w-90 {
  width: 90px;
}
.w-max-90 {
  max-width: 90px;
}
.w-min-90 {
  min-width: 90px;
}
.h-90 {
  height: 90px;
}
.h-min-90 {
  min-height: 90px;
}
.h-max-90 {
  max-height: 90px;
}
.w-95 {
  width: 95px;
}
.w-max-95 {
  max-width: 95px;
}
.w-min-95 {
  min-width: 95px;
}
.h-95 {
  height: 95px;
}
.h-min-95 {
  min-height: 95px;
}
.h-max-95 {
  max-height: 95px;
}
.w-100 {
  width: 100px;
}
.w-max-100 {
  max-width: 100px;
}
.w-min-100 {
  min-width: 100px;
}
.h-100 {
  height: 100px;
}
.h-min-100 {
  min-height: 100px;
}
.h-max-100 {
  max-height: 100px;
}
.w-105 {
  width: 105px;
}
.w-max-105 {
  max-width: 105px;
}
.w-min-105 {
  min-width: 105px;
}
.h-105 {
  height: 105px;
}
.h-min-105 {
  min-height: 105px;
}
.h-max-105 {
  max-height: 105px;
}
.w-110 {
  width: 110px;
}
.w-max-110 {
  max-width: 110px;
}
.w-min-110 {
  min-width: 110px;
}
.h-110 {
  height: 110px;
}
.h-min-110 {
  min-height: 110px;
}
.h-max-110 {
  max-height: 110px;
}
.w-115 {
  width: 115px;
}
.w-max-115 {
  max-width: 115px;
}
.w-min-115 {
  min-width: 115px;
}
.h-115 {
  height: 115px;
}
.h-min-115 {
  min-height: 115px;
}
.h-max-115 {
  max-height: 115px;
}
.w-120 {
  width: 120px;
}
.w-max-120 {
  max-width: 120px;
}
.w-min-120 {
  min-width: 120px;
}
.h-120 {
  height: 120px;
}
.h-min-120 {
  min-height: 120px;
}
.h-max-120 {
  max-height: 120px;
}
.w-125 {
  width: 125px;
}
.w-max-125 {
  max-width: 125px;
}
.w-min-125 {
  min-width: 125px;
}
.h-125 {
  height: 125px;
}
.h-min-125 {
  min-height: 125px;
}
.h-max-125 {
  max-height: 125px;
}
.w-130 {
  width: 130px;
}
.w-max-130 {
  max-width: 130px;
}
.w-min-130 {
  min-width: 130px;
}
.h-130 {
  height: 130px;
}
.h-min-130 {
  min-height: 130px;
}
.h-max-130 {
  max-height: 130px;
}
.w-135 {
  width: 135px;
}
.w-max-135 {
  max-width: 135px;
}
.w-min-135 {
  min-width: 135px;
}
.h-135 {
  height: 135px;
}
.h-min-135 {
  min-height: 135px;
}
.h-max-135 {
  max-height: 135px;
}
.w-140 {
  width: 140px;
}
.w-max-140 {
  max-width: 140px;
}
.w-min-140 {
  min-width: 140px;
}
.h-140 {
  height: 140px;
}
.h-min-140 {
  min-height: 140px;
}
.h-max-140 {
  max-height: 140px;
}
.w-145 {
  width: 145px;
}
.w-max-145 {
  max-width: 145px;
}
.w-min-145 {
  min-width: 145px;
}
.h-145 {
  height: 145px;
}
.h-min-145 {
  min-height: 145px;
}
.h-max-145 {
  max-height: 145px;
}
.w-150 {
  width: 150px;
}
.w-max-150 {
  max-width: 150px;
}
.w-min-150 {
  min-width: 150px;
}
.h-150 {
  height: 150px;
}
.h-min-150 {
  min-height: 150px;
}
.h-max-150 {
  max-height: 150px;
}
.w-155 {
  width: 155px;
}
.w-max-155 {
  max-width: 155px;
}
.w-min-155 {
  min-width: 155px;
}
.h-155 {
  height: 155px;
}
.h-min-155 {
  min-height: 155px;
}
.h-max-155 {
  max-height: 155px;
}
.w-160 {
  width: 160px;
}
.w-max-160 {
  max-width: 160px;
}
.w-min-160 {
  min-width: 160px;
}
.h-160 {
  height: 160px;
}
.h-min-160 {
  min-height: 160px;
}
.h-max-160 {
  max-height: 160px;
}
.w-165 {
  width: 165px;
}
.w-max-165 {
  max-width: 165px;
}
.w-min-165 {
  min-width: 165px;
}
.h-165 {
  height: 165px;
}
.h-min-165 {
  min-height: 165px;
}
.h-max-165 {
  max-height: 165px;
}
.w-170 {
  width: 170px;
}
.w-max-170 {
  max-width: 170px;
}
.w-min-170 {
  min-width: 170px;
}
.h-170 {
  height: 170px;
}
.h-min-170 {
  min-height: 170px;
}
.h-max-170 {
  max-height: 170px;
}
.w-175 {
  width: 175px;
}
.w-max-175 {
  max-width: 175px;
}
.w-min-175 {
  min-width: 175px;
}
.h-175 {
  height: 175px;
}
.h-min-175 {
  min-height: 175px;
}
.h-max-175 {
  max-height: 175px;
}
.w-180 {
  width: 180px;
}
.w-max-180 {
  max-width: 180px;
}
.w-min-180 {
  min-width: 180px;
}
.h-180 {
  height: 180px;
}
.h-min-180 {
  min-height: 180px;
}
.h-max-180 {
  max-height: 180px;
}
.w-185 {
  width: 185px;
}
.w-max-185 {
  max-width: 185px;
}
.w-min-185 {
  min-width: 185px;
}
.h-185 {
  height: 185px;
}
.h-min-185 {
  min-height: 185px;
}
.h-max-185 {
  max-height: 185px;
}
.w-190 {
  width: 190px;
}
.w-max-190 {
  max-width: 190px;
}
.w-min-190 {
  min-width: 190px;
}
.h-190 {
  height: 190px;
}
.h-min-190 {
  min-height: 190px;
}
.h-max-190 {
  max-height: 190px;
}
.w-195 {
  width: 195px;
}
.w-max-195 {
  max-width: 195px;
}
.w-min-195 {
  min-width: 195px;
}
.h-195 {
  height: 195px;
}
.h-min-195 {
  min-height: 195px;
}
.h-max-195 {
  max-height: 195px;
}
.w-200 {
  width: 200px;
}
.w-max-200 {
  max-width: 200px;
}
.w-min-200 {
  min-width: 200px;
}
.h-200 {
  height: 200px;
}
.h-min-200 {
  min-height: 200px;
}
.h-max-200 {
  max-height: 200px;
}
.w-205 {
  width: 205px;
}
.w-max-205 {
  max-width: 205px;
}
.w-min-205 {
  min-width: 205px;
}
.h-205 {
  height: 205px;
}
.h-min-205 {
  min-height: 205px;
}
.h-max-205 {
  max-height: 205px;
}
.w-210 {
  width: 210px;
}
.w-max-210 {
  max-width: 210px;
}
.w-min-210 {
  min-width: 210px;
}
.h-210 {
  height: 210px;
}
.h-min-210 {
  min-height: 210px;
}
.h-max-210 {
  max-height: 210px;
}
.w-215 {
  width: 215px;
}
.w-max-215 {
  max-width: 215px;
}
.w-min-215 {
  min-width: 215px;
}
.h-215 {
  height: 215px;
}
.h-min-215 {
  min-height: 215px;
}
.h-max-215 {
  max-height: 215px;
}
.w-220 {
  width: 220px;
}
.w-max-220 {
  max-width: 220px;
}
.w-min-220 {
  min-width: 220px;
}
.h-220 {
  height: 220px;
}
.h-min-220 {
  min-height: 220px;
}
.h-max-220 {
  max-height: 220px;
}
.w-225 {
  width: 225px;
}
.w-max-225 {
  max-width: 225px;
}
.w-min-225 {
  min-width: 225px;
}
.h-225 {
  height: 225px;
}
.h-min-225 {
  min-height: 225px;
}
.h-max-225 {
  max-height: 225px;
}
.w-230 {
  width: 230px;
}
.w-max-230 {
  max-width: 230px;
}
.w-min-230 {
  min-width: 230px;
}
.h-230 {
  height: 230px;
}
.h-min-230 {
  min-height: 230px;
}
.h-max-230 {
  max-height: 230px;
}
.w-235 {
  width: 235px;
}
.w-max-235 {
  max-width: 235px;
}
.w-min-235 {
  min-width: 235px;
}
.h-235 {
  height: 235px;
}
.h-min-235 {
  min-height: 235px;
}
.h-max-235 {
  max-height: 235px;
}
.w-240 {
  width: 240px;
}
.w-max-240 {
  max-width: 240px;
}
.w-min-240 {
  min-width: 240px;
}
.h-240 {
  height: 240px;
}
.h-min-240 {
  min-height: 240px;
}
.h-max-240 {
  max-height: 240px;
}
.w-245 {
  width: 245px;
}
.w-max-245 {
  max-width: 245px;
}
.w-min-245 {
  min-width: 245px;
}
.h-245 {
  height: 245px;
}
.h-min-245 {
  min-height: 245px;
}
.h-max-245 {
  max-height: 245px;
}
.w-250 {
  width: 250px;
}
.w-max-250 {
  max-width: 250px;
}
.w-min-250 {
  min-width: 250px;
}
.h-250 {
  height: 250px;
}
.h-min-250 {
  min-height: 250px;
}
.h-max-250 {
  max-height: 250px;
}
.w-255 {
  width: 255px;
}
.w-max-255 {
  max-width: 255px;
}
.w-min-255 {
  min-width: 255px;
}
.h-255 {
  height: 255px;
}
.h-min-255 {
  min-height: 255px;
}
.h-max-255 {
  max-height: 255px;
}
.w-260 {
  width: 260px;
}
.w-max-260 {
  max-width: 260px;
}
.w-min-260 {
  min-width: 260px;
}
.h-260 {
  height: 260px;
}
.h-min-260 {
  min-height: 260px;
}
.h-max-260 {
  max-height: 260px;
}
.w-265 {
  width: 265px;
}
.w-max-265 {
  max-width: 265px;
}
.w-min-265 {
  min-width: 265px;
}
.h-265 {
  height: 265px;
}
.h-min-265 {
  min-height: 265px;
}
.h-max-265 {
  max-height: 265px;
}
.w-270 {
  width: 270px;
}
.w-max-270 {
  max-width: 270px;
}
.w-min-270 {
  min-width: 270px;
}
.h-270 {
  height: 270px;
}
.h-min-270 {
  min-height: 270px;
}
.h-max-270 {
  max-height: 270px;
}
.w-275 {
  width: 275px;
}
.w-max-275 {
  max-width: 275px;
}
.w-min-275 {
  min-width: 275px;
}
.h-275 {
  height: 275px;
}
.h-min-275 {
  min-height: 275px;
}
.h-max-275 {
  max-height: 275px;
}
.w-280 {
  width: 280px;
}
.w-max-280 {
  max-width: 280px;
}
.w-min-280 {
  min-width: 280px;
}
.h-280 {
  height: 280px;
}
.h-min-280 {
  min-height: 280px;
}
.h-max-280 {
  max-height: 280px;
}
.w-285 {
  width: 285px;
}
.w-max-285 {
  max-width: 285px;
}
.w-min-285 {
  min-width: 285px;
}
.h-285 {
  height: 285px;
}
.h-min-285 {
  min-height: 285px;
}
.h-max-285 {
  max-height: 285px;
}
.w-290 {
  width: 290px;
}
.w-max-290 {
  max-width: 290px;
}
.w-min-290 {
  min-width: 290px;
}
.h-290 {
  height: 290px;
}
.h-min-290 {
  min-height: 290px;
}
.h-max-290 {
  max-height: 290px;
}
.w-295 {
  width: 295px;
}
.w-max-295 {
  max-width: 295px;
}
.w-min-295 {
  min-width: 295px;
}
.h-295 {
  height: 295px;
}
.h-min-295 {
  min-height: 295px;
}
.h-max-295 {
  max-height: 295px;
}
.w-300 {
  width: 300px;
}
.w-max-300 {
  max-width: 300px;
}
.w-min-300 {
  min-width: 300px;
}
.h-300 {
  height: 300px;
}
.h-min-300 {
  min-height: 300px;
}
.h-max-300 {
  max-height: 300px;
}
.w-305 {
  width: 305px;
}
.w-max-305 {
  max-width: 305px;
}
.w-min-305 {
  min-width: 305px;
}
.h-305 {
  height: 305px;
}
.h-min-305 {
  min-height: 305px;
}
.h-max-305 {
  max-height: 305px;
}
.w-310 {
  width: 310px;
}
.w-max-310 {
  max-width: 310px;
}
.w-min-310 {
  min-width: 310px;
}
.h-310 {
  height: 310px;
}
.h-min-310 {
  min-height: 310px;
}
.h-max-310 {
  max-height: 310px;
}
.w-315 {
  width: 315px;
}
.w-max-315 {
  max-width: 315px;
}
.w-min-315 {
  min-width: 315px;
}
.h-315 {
  height: 315px;
}
.h-min-315 {
  min-height: 315px;
}
.h-max-315 {
  max-height: 315px;
}
.w-320 {
  width: 320px;
}
.w-max-320 {
  max-width: 320px;
}
.w-min-320 {
  min-width: 320px;
}
.h-320 {
  height: 320px;
}
.h-min-320 {
  min-height: 320px;
}
.h-max-320 {
  max-height: 320px;
}
.w-325 {
  width: 325px;
}
.w-max-325 {
  max-width: 325px;
}
.w-min-325 {
  min-width: 325px;
}
.h-325 {
  height: 325px;
}
.h-min-325 {
  min-height: 325px;
}
.h-max-325 {
  max-height: 325px;
}
.w-330 {
  width: 330px;
}
.w-max-330 {
  max-width: 330px;
}
.w-min-330 {
  min-width: 330px;
}
.h-330 {
  height: 330px;
}
.h-min-330 {
  min-height: 330px;
}
.h-max-330 {
  max-height: 330px;
}
.w-335 {
  width: 335px;
}
.w-max-335 {
  max-width: 335px;
}
.w-min-335 {
  min-width: 335px;
}
.h-335 {
  height: 335px;
}
.h-min-335 {
  min-height: 335px;
}
.h-max-335 {
  max-height: 335px;
}
.w-340 {
  width: 340px;
}
.w-max-340 {
  max-width: 340px;
}
.w-min-340 {
  min-width: 340px;
}
.h-340 {
  height: 340px;
}
.h-min-340 {
  min-height: 340px;
}
.h-max-340 {
  max-height: 340px;
}
.w-345 {
  width: 345px;
}
.w-max-345 {
  max-width: 345px;
}
.w-min-345 {
  min-width: 345px;
}
.h-345 {
  height: 345px;
}
.h-min-345 {
  min-height: 345px;
}
.h-max-345 {
  max-height: 345px;
}
.w-350 {
  width: 350px;
}
.w-max-350 {
  max-width: 350px;
}
.w-min-350 {
  min-width: 350px;
}
.h-350 {
  height: 350px;
}
.h-min-350 {
  min-height: 350px;
}
.h-max-350 {
  max-height: 350px;
}
.w-355 {
  width: 355px;
}
.w-max-355 {
  max-width: 355px;
}
.w-min-355 {
  min-width: 355px;
}
.h-355 {
  height: 355px;
}
.h-min-355 {
  min-height: 355px;
}
.h-max-355 {
  max-height: 355px;
}
.w-360 {
  width: 360px;
}
.w-max-360 {
  max-width: 360px;
}
.w-min-360 {
  min-width: 360px;
}
.h-360 {
  height: 360px;
}
.h-min-360 {
  min-height: 360px;
}
.h-max-360 {
  max-height: 360px;
}
.w-365 {
  width: 365px;
}
.w-max-365 {
  max-width: 365px;
}
.w-min-365 {
  min-width: 365px;
}
.h-365 {
  height: 365px;
}
.h-min-365 {
  min-height: 365px;
}
.h-max-365 {
  max-height: 365px;
}
.w-370 {
  width: 370px;
}
.w-max-370 {
  max-width: 370px;
}
.w-min-370 {
  min-width: 370px;
}
.h-370 {
  height: 370px;
}
.h-min-370 {
  min-height: 370px;
}
.h-max-370 {
  max-height: 370px;
}
.w-375 {
  width: 375px;
}
.w-max-375 {
  max-width: 375px;
}
.w-min-375 {
  min-width: 375px;
}
.h-375 {
  height: 375px;
}
.h-min-375 {
  min-height: 375px;
}
.h-max-375 {
  max-height: 375px;
}
.w-380 {
  width: 380px;
}
.w-max-380 {
  max-width: 380px;
}
.w-min-380 {
  min-width: 380px;
}
.h-380 {
  height: 380px;
}
.h-min-380 {
  min-height: 380px;
}
.h-max-380 {
  max-height: 380px;
}
.w-385 {
  width: 385px;
}
.w-max-385 {
  max-width: 385px;
}
.w-min-385 {
  min-width: 385px;
}
.h-385 {
  height: 385px;
}
.h-min-385 {
  min-height: 385px;
}
.h-max-385 {
  max-height: 385px;
}
.w-390 {
  width: 390px;
}
.w-max-390 {
  max-width: 390px;
}
.w-min-390 {
  min-width: 390px;
}
.h-390 {
  height: 390px;
}
.h-min-390 {
  min-height: 390px;
}
.h-max-390 {
  max-height: 390px;
}
.w-395 {
  width: 395px;
}
.w-max-395 {
  max-width: 395px;
}
.w-min-395 {
  min-width: 395px;
}
.h-395 {
  height: 395px;
}
.h-min-395 {
  min-height: 395px;
}
.h-max-395 {
  max-height: 395px;
}
.w-400 {
  width: 400px;
}
.w-max-400 {
  max-width: 400px;
}
.w-min-400 {
  min-width: 400px;
}
.h-400 {
  height: 400px;
}
.h-min-400 {
  min-height: 400px;
}
.h-max-400 {
  max-height: 400px;
}
.w-405 {
  width: 405px;
}
.w-max-405 {
  max-width: 405px;
}
.w-min-405 {
  min-width: 405px;
}
.h-405 {
  height: 405px;
}
.h-min-405 {
  min-height: 405px;
}
.h-max-405 {
  max-height: 405px;
}
.w-410 {
  width: 410px;
}
.w-max-410 {
  max-width: 410px;
}
.w-min-410 {
  min-width: 410px;
}
.h-410 {
  height: 410px;
}
.h-min-410 {
  min-height: 410px;
}
.h-max-410 {
  max-height: 410px;
}
.w-415 {
  width: 415px;
}
.w-max-415 {
  max-width: 415px;
}
.w-min-415 {
  min-width: 415px;
}
.h-415 {
  height: 415px;
}
.h-min-415 {
  min-height: 415px;
}
.h-max-415 {
  max-height: 415px;
}
.w-420 {
  width: 420px;
}
.w-max-420 {
  max-width: 420px;
}
.w-min-420 {
  min-width: 420px;
}
.h-420 {
  height: 420px;
}
.h-min-420 {
  min-height: 420px;
}
.h-max-420 {
  max-height: 420px;
}
.w-425 {
  width: 425px;
}
.w-max-425 {
  max-width: 425px;
}
.w-min-425 {
  min-width: 425px;
}
.h-425 {
  height: 425px;
}
.h-min-425 {
  min-height: 425px;
}
.h-max-425 {
  max-height: 425px;
}
.w-430 {
  width: 430px;
}
.w-max-430 {
  max-width: 430px;
}
.w-min-430 {
  min-width: 430px;
}
.h-430 {
  height: 430px;
}
.h-min-430 {
  min-height: 430px;
}
.h-max-430 {
  max-height: 430px;
}
.w-435 {
  width: 435px;
}
.w-max-435 {
  max-width: 435px;
}
.w-min-435 {
  min-width: 435px;
}
.h-435 {
  height: 435px;
}
.h-min-435 {
  min-height: 435px;
}
.h-max-435 {
  max-height: 435px;
}
.w-440 {
  width: 440px;
}
.w-max-440 {
  max-width: 440px;
}
.w-min-440 {
  min-width: 440px;
}
.h-440 {
  height: 440px;
}
.h-min-440 {
  min-height: 440px;
}
.h-max-440 {
  max-height: 440px;
}
.w-445 {
  width: 445px;
}
.w-max-445 {
  max-width: 445px;
}
.w-min-445 {
  min-width: 445px;
}
.h-445 {
  height: 445px;
}
.h-min-445 {
  min-height: 445px;
}
.h-max-445 {
  max-height: 445px;
}
.w-450 {
  width: 450px;
}
.w-max-450 {
  max-width: 450px;
}
.w-min-450 {
  min-width: 450px;
}
.h-450 {
  height: 450px;
}
.h-min-450 {
  min-height: 450px;
}
.h-max-450 {
  max-height: 450px;
}
.w-455 {
  width: 455px;
}
.w-max-455 {
  max-width: 455px;
}
.w-min-455 {
  min-width: 455px;
}
.h-455 {
  height: 455px;
}
.h-min-455 {
  min-height: 455px;
}
.h-max-455 {
  max-height: 455px;
}
.w-460 {
  width: 460px;
}
.w-max-460 {
  max-width: 460px;
}
.w-min-460 {
  min-width: 460px;
}
.h-460 {
  height: 460px;
}
.h-min-460 {
  min-height: 460px;
}
.h-max-460 {
  max-height: 460px;
}
.w-465 {
  width: 465px;
}
.w-max-465 {
  max-width: 465px;
}
.w-min-465 {
  min-width: 465px;
}
.h-465 {
  height: 465px;
}
.h-min-465 {
  min-height: 465px;
}
.h-max-465 {
  max-height: 465px;
}
.w-470 {
  width: 470px;
}
.w-max-470 {
  max-width: 470px;
}
.w-min-470 {
  min-width: 470px;
}
.h-470 {
  height: 470px;
}
.h-min-470 {
  min-height: 470px;
}
.h-max-470 {
  max-height: 470px;
}
.w-475 {
  width: 475px;
}
.w-max-475 {
  max-width: 475px;
}
.w-min-475 {
  min-width: 475px;
}
.h-475 {
  height: 475px;
}
.h-min-475 {
  min-height: 475px;
}
.h-max-475 {
  max-height: 475px;
}
.w-480 {
  width: 480px;
}
.w-max-480 {
  max-width: 480px;
}
.w-min-480 {
  min-width: 480px;
}
.h-480 {
  height: 480px;
}
.h-min-480 {
  min-height: 480px;
}
.h-max-480 {
  max-height: 480px;
}
.w-485 {
  width: 485px;
}
.w-max-485 {
  max-width: 485px;
}
.w-min-485 {
  min-width: 485px;
}
.h-485 {
  height: 485px;
}
.h-min-485 {
  min-height: 485px;
}
.h-max-485 {
  max-height: 485px;
}
.w-490 {
  width: 490px;
}
.w-max-490 {
  max-width: 490px;
}
.w-min-490 {
  min-width: 490px;
}
.h-490 {
  height: 490px;
}
.h-min-490 {
  min-height: 490px;
}
.h-max-490 {
  max-height: 490px;
}
.w-495 {
  width: 495px;
}
.w-max-495 {
  max-width: 495px;
}
.w-min-495 {
  min-width: 495px;
}
.h-495 {
  height: 495px;
}
.h-min-495 {
  min-height: 495px;
}
.h-max-495 {
  max-height: 495px;
}
.w-500 {
  width: 500px;
}
.w-max-500 {
  max-width: 500px;
}
.w-min-500 {
  min-width: 500px;
}
.h-500 {
  height: 500px;
}
.h-min-500 {
  min-height: 500px;
}
.h-max-500 {
  max-height: 500px;
}
.w-505 {
  width: 505px;
}
.w-max-505 {
  max-width: 505px;
}
.w-min-505 {
  min-width: 505px;
}
.h-505 {
  height: 505px;
}
.h-min-505 {
  min-height: 505px;
}
.h-max-505 {
  max-height: 505px;
}
.w-510 {
  width: 510px;
}
.w-max-510 {
  max-width: 510px;
}
.w-min-510 {
  min-width: 510px;
}
.h-510 {
  height: 510px;
}
.h-min-510 {
  min-height: 510px;
}
.h-max-510 {
  max-height: 510px;
}
.w-515 {
  width: 515px;
}
.w-max-515 {
  max-width: 515px;
}
.w-min-515 {
  min-width: 515px;
}
.h-515 {
  height: 515px;
}
.h-min-515 {
  min-height: 515px;
}
.h-max-515 {
  max-height: 515px;
}
.w-520 {
  width: 520px;
}
.w-max-520 {
  max-width: 520px;
}
.w-min-520 {
  min-width: 520px;
}
.h-520 {
  height: 520px;
}
.h-min-520 {
  min-height: 520px;
}
.h-max-520 {
  max-height: 520px;
}
.w-525 {
  width: 525px;
}
.w-max-525 {
  max-width: 525px;
}
.w-min-525 {
  min-width: 525px;
}
.h-525 {
  height: 525px;
}
.h-min-525 {
  min-height: 525px;
}
.h-max-525 {
  max-height: 525px;
}
.w-530 {
  width: 530px;
}
.w-max-530 {
  max-width: 530px;
}
.w-min-530 {
  min-width: 530px;
}
.h-530 {
  height: 530px;
}
.h-min-530 {
  min-height: 530px;
}
.h-max-530 {
  max-height: 530px;
}
.w-535 {
  width: 535px;
}
.w-max-535 {
  max-width: 535px;
}
.w-min-535 {
  min-width: 535px;
}
.h-535 {
  height: 535px;
}
.h-min-535 {
  min-height: 535px;
}
.h-max-535 {
  max-height: 535px;
}
.w-540 {
  width: 540px;
}
.w-max-540 {
  max-width: 540px;
}
.w-min-540 {
  min-width: 540px;
}
.h-540 {
  height: 540px;
}
.h-min-540 {
  min-height: 540px;
}
.h-max-540 {
  max-height: 540px;
}
.w-545 {
  width: 545px;
}
.w-max-545 {
  max-width: 545px;
}
.w-min-545 {
  min-width: 545px;
}
.h-545 {
  height: 545px;
}
.h-min-545 {
  min-height: 545px;
}
.h-max-545 {
  max-height: 545px;
}
.w-550 {
  width: 550px;
}
.w-max-550 {
  max-width: 550px;
}
.w-min-550 {
  min-width: 550px;
}
.h-550 {
  height: 550px;
}
.h-min-550 {
  min-height: 550px;
}
.h-max-550 {
  max-height: 550px;
}
.w-555 {
  width: 555px;
}
.w-max-555 {
  max-width: 555px;
}
.w-min-555 {
  min-width: 555px;
}
.h-555 {
  height: 555px;
}
.h-min-555 {
  min-height: 555px;
}
.h-max-555 {
  max-height: 555px;
}
.w-560 {
  width: 560px;
}
.w-max-560 {
  max-width: 560px;
}
.w-min-560 {
  min-width: 560px;
}
.h-560 {
  height: 560px;
}
.h-min-560 {
  min-height: 560px;
}
.h-max-560 {
  max-height: 560px;
}
.w-565 {
  width: 565px;
}
.w-max-565 {
  max-width: 565px;
}
.w-min-565 {
  min-width: 565px;
}
.h-565 {
  height: 565px;
}
.h-min-565 {
  min-height: 565px;
}
.h-max-565 {
  max-height: 565px;
}
.w-570 {
  width: 570px;
}
.w-max-570 {
  max-width: 570px;
}
.w-min-570 {
  min-width: 570px;
}
.h-570 {
  height: 570px;
}
.h-min-570 {
  min-height: 570px;
}
.h-max-570 {
  max-height: 570px;
}
.w-575 {
  width: 575px;
}
.w-max-575 {
  max-width: 575px;
}
.w-min-575 {
  min-width: 575px;
}
.h-575 {
  height: 575px;
}
.h-min-575 {
  min-height: 575px;
}
.h-max-575 {
  max-height: 575px;
}
.w-580 {
  width: 580px;
}
.w-max-580 {
  max-width: 580px;
}
.w-min-580 {
  min-width: 580px;
}
.h-580 {
  height: 580px;
}
.h-min-580 {
  min-height: 580px;
}
.h-max-580 {
  max-height: 580px;
}
.w-585 {
  width: 585px;
}
.w-max-585 {
  max-width: 585px;
}
.w-min-585 {
  min-width: 585px;
}
.h-585 {
  height: 585px;
}
.h-min-585 {
  min-height: 585px;
}
.h-max-585 {
  max-height: 585px;
}
.w-590 {
  width: 590px;
}
.w-max-590 {
  max-width: 590px;
}
.w-min-590 {
  min-width: 590px;
}
.h-590 {
  height: 590px;
}
.h-min-590 {
  min-height: 590px;
}
.h-max-590 {
  max-height: 590px;
}
.w-595 {
  width: 595px;
}
.w-max-595 {
  max-width: 595px;
}
.w-min-595 {
  min-width: 595px;
}
.h-595 {
  height: 595px;
}
.h-min-595 {
  min-height: 595px;
}
.h-max-595 {
  max-height: 595px;
}
.w-600 {
  width: 600px;
}
.w-max-600 {
  max-width: 600px;
}
.w-min-600 {
  min-width: 600px;
}
.h-600 {
  height: 600px;
}
.h-min-600 {
  min-height: 600px;
}
.h-max-600 {
  max-height: 600px;
}
.w-605 {
  width: 605px;
}
.w-max-605 {
  max-width: 605px;
}
.w-min-605 {
  min-width: 605px;
}
.h-605 {
  height: 605px;
}
.h-min-605 {
  min-height: 605px;
}
.h-max-605 {
  max-height: 605px;
}
.w-610 {
  width: 610px;
}
.w-max-610 {
  max-width: 610px;
}
.w-min-610 {
  min-width: 610px;
}
.h-610 {
  height: 610px;
}
.h-min-610 {
  min-height: 610px;
}
.h-max-610 {
  max-height: 610px;
}
.w-615 {
  width: 615px;
}
.w-max-615 {
  max-width: 615px;
}
.w-min-615 {
  min-width: 615px;
}
.h-615 {
  height: 615px;
}
.h-min-615 {
  min-height: 615px;
}
.h-max-615 {
  max-height: 615px;
}
.w-620 {
  width: 620px;
}
.w-max-620 {
  max-width: 620px;
}
.w-min-620 {
  min-width: 620px;
}
.h-620 {
  height: 620px;
}
.h-min-620 {
  min-height: 620px;
}
.h-max-620 {
  max-height: 620px;
}
.w-625 {
  width: 625px;
}
.w-max-625 {
  max-width: 625px;
}
.w-min-625 {
  min-width: 625px;
}
.h-625 {
  height: 625px;
}
.h-min-625 {
  min-height: 625px;
}
.h-max-625 {
  max-height: 625px;
}
.w-630 {
  width: 630px;
}
.w-max-630 {
  max-width: 630px;
}
.w-min-630 {
  min-width: 630px;
}
.h-630 {
  height: 630px;
}
.h-min-630 {
  min-height: 630px;
}
.h-max-630 {
  max-height: 630px;
}
.w-635 {
  width: 635px;
}
.w-max-635 {
  max-width: 635px;
}
.w-min-635 {
  min-width: 635px;
}
.h-635 {
  height: 635px;
}
.h-min-635 {
  min-height: 635px;
}
.h-max-635 {
  max-height: 635px;
}
.w-640 {
  width: 640px;
}
.w-max-640 {
  max-width: 640px;
}
.w-min-640 {
  min-width: 640px;
}
.h-640 {
  height: 640px;
}
.h-min-640 {
  min-height: 640px;
}
.h-max-640 {
  max-height: 640px;
}
.w-645 {
  width: 645px;
}
.w-max-645 {
  max-width: 645px;
}
.w-min-645 {
  min-width: 645px;
}
.h-645 {
  height: 645px;
}
.h-min-645 {
  min-height: 645px;
}
.h-max-645 {
  max-height: 645px;
}
.w-650 {
  width: 650px;
}
.w-max-650 {
  max-width: 650px;
}
.w-min-650 {
  min-width: 650px;
}
.h-650 {
  height: 650px;
}
.h-min-650 {
  min-height: 650px;
}
.h-max-650 {
  max-height: 650px;
}
.w-655 {
  width: 655px;
}
.w-max-655 {
  max-width: 655px;
}
.w-min-655 {
  min-width: 655px;
}
.h-655 {
  height: 655px;
}
.h-min-655 {
  min-height: 655px;
}
.h-max-655 {
  max-height: 655px;
}
.w-660 {
  width: 660px;
}
.w-max-660 {
  max-width: 660px;
}
.w-min-660 {
  min-width: 660px;
}
.h-660 {
  height: 660px;
}
.h-min-660 {
  min-height: 660px;
}
.h-max-660 {
  max-height: 660px;
}
.w-665 {
  width: 665px;
}
.w-max-665 {
  max-width: 665px;
}
.w-min-665 {
  min-width: 665px;
}
.h-665 {
  height: 665px;
}
.h-min-665 {
  min-height: 665px;
}
.h-max-665 {
  max-height: 665px;
}
.w-670 {
  width: 670px;
}
.w-max-670 {
  max-width: 670px;
}
.w-min-670 {
  min-width: 670px;
}
.h-670 {
  height: 670px;
}
.h-min-670 {
  min-height: 670px;
}
.h-max-670 {
  max-height: 670px;
}
.w-675 {
  width: 675px;
}
.w-max-675 {
  max-width: 675px;
}
.w-min-675 {
  min-width: 675px;
}
.h-675 {
  height: 675px;
}
.h-min-675 {
  min-height: 675px;
}
.h-max-675 {
  max-height: 675px;
}
.w-680 {
  width: 680px;
}
.w-max-680 {
  max-width: 680px;
}
.w-min-680 {
  min-width: 680px;
}
.h-680 {
  height: 680px;
}
.h-min-680 {
  min-height: 680px;
}
.h-max-680 {
  max-height: 680px;
}
.w-685 {
  width: 685px;
}
.w-max-685 {
  max-width: 685px;
}
.w-min-685 {
  min-width: 685px;
}
.h-685 {
  height: 685px;
}
.h-min-685 {
  min-height: 685px;
}
.h-max-685 {
  max-height: 685px;
}
.w-690 {
  width: 690px;
}
.w-max-690 {
  max-width: 690px;
}
.w-min-690 {
  min-width: 690px;
}
.h-690 {
  height: 690px;
}
.h-min-690 {
  min-height: 690px;
}
.h-max-690 {
  max-height: 690px;
}
.w-695 {
  width: 695px;
}
.w-max-695 {
  max-width: 695px;
}
.w-min-695 {
  min-width: 695px;
}
.h-695 {
  height: 695px;
}
.h-min-695 {
  min-height: 695px;
}
.h-max-695 {
  max-height: 695px;
}
.w-700 {
  width: 700px;
}
.w-max-700 {
  max-width: 700px;
}
.w-min-700 {
  min-width: 700px;
}
.h-700 {
  height: 700px;
}
.h-min-700 {
  min-height: 700px;
}
.h-max-700 {
  max-height: 700px;
}
.w-705 {
  width: 705px;
}
.w-max-705 {
  max-width: 705px;
}
.w-min-705 {
  min-width: 705px;
}
.h-705 {
  height: 705px;
}
.h-min-705 {
  min-height: 705px;
}
.h-max-705 {
  max-height: 705px;
}
.w-710 {
  width: 710px;
}
.w-max-710 {
  max-width: 710px;
}
.w-min-710 {
  min-width: 710px;
}
.h-710 {
  height: 710px;
}
.h-min-710 {
  min-height: 710px;
}
.h-max-710 {
  max-height: 710px;
}
.w-715 {
  width: 715px;
}
.w-max-715 {
  max-width: 715px;
}
.w-min-715 {
  min-width: 715px;
}
.h-715 {
  height: 715px;
}
.h-min-715 {
  min-height: 715px;
}
.h-max-715 {
  max-height: 715px;
}
.w-720 {
  width: 720px;
}
.w-max-720 {
  max-width: 720px;
}
.w-min-720 {
  min-width: 720px;
}
.h-720 {
  height: 720px;
}
.h-min-720 {
  min-height: 720px;
}
.h-max-720 {
  max-height: 720px;
}
.w-725 {
  width: 725px;
}
.w-max-725 {
  max-width: 725px;
}
.w-min-725 {
  min-width: 725px;
}
.h-725 {
  height: 725px;
}
.h-min-725 {
  min-height: 725px;
}
.h-max-725 {
  max-height: 725px;
}
.w-730 {
  width: 730px;
}
.w-max-730 {
  max-width: 730px;
}
.w-min-730 {
  min-width: 730px;
}
.h-730 {
  height: 730px;
}
.h-min-730 {
  min-height: 730px;
}
.h-max-730 {
  max-height: 730px;
}
.w-735 {
  width: 735px;
}
.w-max-735 {
  max-width: 735px;
}
.w-min-735 {
  min-width: 735px;
}
.h-735 {
  height: 735px;
}
.h-min-735 {
  min-height: 735px;
}
.h-max-735 {
  max-height: 735px;
}
.w-740 {
  width: 740px;
}
.w-max-740 {
  max-width: 740px;
}
.w-min-740 {
  min-width: 740px;
}
.h-740 {
  height: 740px;
}
.h-min-740 {
  min-height: 740px;
}
.h-max-740 {
  max-height: 740px;
}
.w-745 {
  width: 745px;
}
.w-max-745 {
  max-width: 745px;
}
.w-min-745 {
  min-width: 745px;
}
.h-745 {
  height: 745px;
}
.h-min-745 {
  min-height: 745px;
}
.h-max-745 {
  max-height: 745px;
}
.w-750 {
  width: 750px;
}
.w-max-750 {
  max-width: 750px;
}
.w-min-750 {
  min-width: 750px;
}
.h-750 {
  height: 750px;
}
.h-min-750 {
  min-height: 750px;
}
.h-max-750 {
  max-height: 750px;
}
.w-755 {
  width: 755px;
}
.w-max-755 {
  max-width: 755px;
}
.w-min-755 {
  min-width: 755px;
}
.h-755 {
  height: 755px;
}
.h-min-755 {
  min-height: 755px;
}
.h-max-755 {
  max-height: 755px;
}
.w-760 {
  width: 760px;
}
.w-max-760 {
  max-width: 760px;
}
.w-min-760 {
  min-width: 760px;
}
.h-760 {
  height: 760px;
}
.h-min-760 {
  min-height: 760px;
}
.h-max-760 {
  max-height: 760px;
}
.w-765 {
  width: 765px;
}
.w-max-765 {
  max-width: 765px;
}
.w-min-765 {
  min-width: 765px;
}
.h-765 {
  height: 765px;
}
.h-min-765 {
  min-height: 765px;
}
.h-max-765 {
  max-height: 765px;
}
.w-770 {
  width: 770px;
}
.w-max-770 {
  max-width: 770px;
}
.w-min-770 {
  min-width: 770px;
}
.h-770 {
  height: 770px;
}
.h-min-770 {
  min-height: 770px;
}
.h-max-770 {
  max-height: 770px;
}
.w-775 {
  width: 775px;
}
.w-max-775 {
  max-width: 775px;
}
.w-min-775 {
  min-width: 775px;
}
.h-775 {
  height: 775px;
}
.h-min-775 {
  min-height: 775px;
}
.h-max-775 {
  max-height: 775px;
}
.w-780 {
  width: 780px;
}
.w-max-780 {
  max-width: 780px;
}
.w-min-780 {
  min-width: 780px;
}
.h-780 {
  height: 780px;
}
.h-min-780 {
  min-height: 780px;
}
.h-max-780 {
  max-height: 780px;
}
.w-785 {
  width: 785px;
}
.w-max-785 {
  max-width: 785px;
}
.w-min-785 {
  min-width: 785px;
}
.h-785 {
  height: 785px;
}
.h-min-785 {
  min-height: 785px;
}
.h-max-785 {
  max-height: 785px;
}
.w-790 {
  width: 790px;
}
.w-max-790 {
  max-width: 790px;
}
.w-min-790 {
  min-width: 790px;
}
.h-790 {
  height: 790px;
}
.h-min-790 {
  min-height: 790px;
}
.h-max-790 {
  max-height: 790px;
}
.w-795 {
  width: 795px;
}
.w-max-795 {
  max-width: 795px;
}
.w-min-795 {
  min-width: 795px;
}
.h-795 {
  height: 795px;
}
.h-min-795 {
  min-height: 795px;
}
.h-max-795 {
  max-height: 795px;
}
.w-800 {
  width: 800px;
}
.w-max-800 {
  max-width: 800px;
}
.w-min-800 {
  min-width: 800px;
}
.h-800 {
  height: 800px;
}
.h-min-800 {
  min-height: 800px;
}
.h-max-800 {
  max-height: 800px;
}
.w-805 {
  width: 805px;
}
.w-max-805 {
  max-width: 805px;
}
.w-min-805 {
  min-width: 805px;
}
.h-805 {
  height: 805px;
}
.h-min-805 {
  min-height: 805px;
}
.h-max-805 {
  max-height: 805px;
}
.w-810 {
  width: 810px;
}
.w-max-810 {
  max-width: 810px;
}
.w-min-810 {
  min-width: 810px;
}
.h-810 {
  height: 810px;
}
.h-min-810 {
  min-height: 810px;
}
.h-max-810 {
  max-height: 810px;
}
.w-815 {
  width: 815px;
}
.w-max-815 {
  max-width: 815px;
}
.w-min-815 {
  min-width: 815px;
}
.h-815 {
  height: 815px;
}
.h-min-815 {
  min-height: 815px;
}
.h-max-815 {
  max-height: 815px;
}
.w-820 {
  width: 820px;
}
.w-max-820 {
  max-width: 820px;
}
.w-min-820 {
  min-width: 820px;
}
.h-820 {
  height: 820px;
}
.h-min-820 {
  min-height: 820px;
}
.h-max-820 {
  max-height: 820px;
}
.w-825 {
  width: 825px;
}
.w-max-825 {
  max-width: 825px;
}
.w-min-825 {
  min-width: 825px;
}
.h-825 {
  height: 825px;
}
.h-min-825 {
  min-height: 825px;
}
.h-max-825 {
  max-height: 825px;
}
.w-830 {
  width: 830px;
}
.w-max-830 {
  max-width: 830px;
}
.w-min-830 {
  min-width: 830px;
}
.h-830 {
  height: 830px;
}
.h-min-830 {
  min-height: 830px;
}
.h-max-830 {
  max-height: 830px;
}
.w-835 {
  width: 835px;
}
.w-max-835 {
  max-width: 835px;
}
.w-min-835 {
  min-width: 835px;
}
.h-835 {
  height: 835px;
}
.h-min-835 {
  min-height: 835px;
}
.h-max-835 {
  max-height: 835px;
}
.w-840 {
  width: 840px;
}
.w-max-840 {
  max-width: 840px;
}
.w-min-840 {
  min-width: 840px;
}
.h-840 {
  height: 840px;
}
.h-min-840 {
  min-height: 840px;
}
.h-max-840 {
  max-height: 840px;
}
.w-845 {
  width: 845px;
}
.w-max-845 {
  max-width: 845px;
}
.w-min-845 {
  min-width: 845px;
}
.h-845 {
  height: 845px;
}
.h-min-845 {
  min-height: 845px;
}
.h-max-845 {
  max-height: 845px;
}
.w-850 {
  width: 850px;
}
.w-max-850 {
  max-width: 850px;
}
.w-min-850 {
  min-width: 850px;
}
.h-850 {
  height: 850px;
}
.h-min-850 {
  min-height: 850px;
}
.h-max-850 {
  max-height: 850px;
}
.w-855 {
  width: 855px;
}
.w-max-855 {
  max-width: 855px;
}
.w-min-855 {
  min-width: 855px;
}
.h-855 {
  height: 855px;
}
.h-min-855 {
  min-height: 855px;
}
.h-max-855 {
  max-height: 855px;
}
.w-860 {
  width: 860px;
}
.w-max-860 {
  max-width: 860px;
}
.w-min-860 {
  min-width: 860px;
}
.h-860 {
  height: 860px;
}
.h-min-860 {
  min-height: 860px;
}
.h-max-860 {
  max-height: 860px;
}
.w-865 {
  width: 865px;
}
.w-max-865 {
  max-width: 865px;
}
.w-min-865 {
  min-width: 865px;
}
.h-865 {
  height: 865px;
}
.h-min-865 {
  min-height: 865px;
}
.h-max-865 {
  max-height: 865px;
}
.w-870 {
  width: 870px;
}
.w-max-870 {
  max-width: 870px;
}
.w-min-870 {
  min-width: 870px;
}
.h-870 {
  height: 870px;
}
.h-min-870 {
  min-height: 870px;
}
.h-max-870 {
  max-height: 870px;
}
.w-875 {
  width: 875px;
}
.w-max-875 {
  max-width: 875px;
}
.w-min-875 {
  min-width: 875px;
}
.h-875 {
  height: 875px;
}
.h-min-875 {
  min-height: 875px;
}
.h-max-875 {
  max-height: 875px;
}
.w-880 {
  width: 880px;
}
.w-max-880 {
  max-width: 880px;
}
.w-min-880 {
  min-width: 880px;
}
.h-880 {
  height: 880px;
}
.h-min-880 {
  min-height: 880px;
}
.h-max-880 {
  max-height: 880px;
}
.w-885 {
  width: 885px;
}
.w-max-885 {
  max-width: 885px;
}
.w-min-885 {
  min-width: 885px;
}
.h-885 {
  height: 885px;
}
.h-min-885 {
  min-height: 885px;
}
.h-max-885 {
  max-height: 885px;
}
.w-890 {
  width: 890px;
}
.w-max-890 {
  max-width: 890px;
}
.w-min-890 {
  min-width: 890px;
}
.h-890 {
  height: 890px;
}
.h-min-890 {
  min-height: 890px;
}
.h-max-890 {
  max-height: 890px;
}
.w-895 {
  width: 895px;
}
.w-max-895 {
  max-width: 895px;
}
.w-min-895 {
  min-width: 895px;
}
.h-895 {
  height: 895px;
}
.h-min-895 {
  min-height: 895px;
}
.h-max-895 {
  max-height: 895px;
}
.w-900 {
  width: 900px;
}
.w-max-900 {
  max-width: 900px;
}
.w-min-900 {
  min-width: 900px;
}
.h-900 {
  height: 900px;
}
.h-min-900 {
  min-height: 900px;
}
.h-max-900 {
  max-height: 900px;
}
.w-905 {
  width: 905px;
}
.w-max-905 {
  max-width: 905px;
}
.w-min-905 {
  min-width: 905px;
}
.h-905 {
  height: 905px;
}
.h-min-905 {
  min-height: 905px;
}
.h-max-905 {
  max-height: 905px;
}
.w-910 {
  width: 910px;
}
.w-max-910 {
  max-width: 910px;
}
.w-min-910 {
  min-width: 910px;
}
.h-910 {
  height: 910px;
}
.h-min-910 {
  min-height: 910px;
}
.h-max-910 {
  max-height: 910px;
}
.w-915 {
  width: 915px;
}
.w-max-915 {
  max-width: 915px;
}
.w-min-915 {
  min-width: 915px;
}
.h-915 {
  height: 915px;
}
.h-min-915 {
  min-height: 915px;
}
.h-max-915 {
  max-height: 915px;
}
.w-920 {
  width: 920px;
}
.w-max-920 {
  max-width: 920px;
}
.w-min-920 {
  min-width: 920px;
}
.h-920 {
  height: 920px;
}
.h-min-920 {
  min-height: 920px;
}
.h-max-920 {
  max-height: 920px;
}
.w-925 {
  width: 925px;
}
.w-max-925 {
  max-width: 925px;
}
.w-min-925 {
  min-width: 925px;
}
.h-925 {
  height: 925px;
}
.h-min-925 {
  min-height: 925px;
}
.h-max-925 {
  max-height: 925px;
}
.w-930 {
  width: 930px;
}
.w-max-930 {
  max-width: 930px;
}
.w-min-930 {
  min-width: 930px;
}
.h-930 {
  height: 930px;
}
.h-min-930 {
  min-height: 930px;
}
.h-max-930 {
  max-height: 930px;
}
.w-935 {
  width: 935px;
}
.w-max-935 {
  max-width: 935px;
}
.w-min-935 {
  min-width: 935px;
}
.h-935 {
  height: 935px;
}
.h-min-935 {
  min-height: 935px;
}
.h-max-935 {
  max-height: 935px;
}
.w-940 {
  width: 940px;
}
.w-max-940 {
  max-width: 940px;
}
.w-min-940 {
  min-width: 940px;
}
.h-940 {
  height: 940px;
}
.h-min-940 {
  min-height: 940px;
}
.h-max-940 {
  max-height: 940px;
}
.w-945 {
  width: 945px;
}
.w-max-945 {
  max-width: 945px;
}
.w-min-945 {
  min-width: 945px;
}
.h-945 {
  height: 945px;
}
.h-min-945 {
  min-height: 945px;
}
.h-max-945 {
  max-height: 945px;
}
.w-950 {
  width: 950px;
}
.w-max-950 {
  max-width: 950px;
}
.w-min-950 {
  min-width: 950px;
}
.h-950 {
  height: 950px;
}
.h-min-950 {
  min-height: 950px;
}
.h-max-950 {
  max-height: 950px;
}
.w-955 {
  width: 955px;
}
.w-max-955 {
  max-width: 955px;
}
.w-min-955 {
  min-width: 955px;
}
.h-955 {
  height: 955px;
}
.h-min-955 {
  min-height: 955px;
}
.h-max-955 {
  max-height: 955px;
}
.w-960 {
  width: 960px;
}
.w-max-960 {
  max-width: 960px;
}
.w-min-960 {
  min-width: 960px;
}
.h-960 {
  height: 960px;
}
.h-min-960 {
  min-height: 960px;
}
.h-max-960 {
  max-height: 960px;
}
.w-965 {
  width: 965px;
}
.w-max-965 {
  max-width: 965px;
}
.w-min-965 {
  min-width: 965px;
}
.h-965 {
  height: 965px;
}
.h-min-965 {
  min-height: 965px;
}
.h-max-965 {
  max-height: 965px;
}
.w-970 {
  width: 970px;
}
.w-max-970 {
  max-width: 970px;
}
.w-min-970 {
  min-width: 970px;
}
.h-970 {
  height: 970px;
}
.h-min-970 {
  min-height: 970px;
}
.h-max-970 {
  max-height: 970px;
}
.w-975 {
  width: 975px;
}
.w-max-975 {
  max-width: 975px;
}
.w-min-975 {
  min-width: 975px;
}
.h-975 {
  height: 975px;
}
.h-min-975 {
  min-height: 975px;
}
.h-max-975 {
  max-height: 975px;
}
.w-980 {
  width: 980px;
}
.w-max-980 {
  max-width: 980px;
}
.w-min-980 {
  min-width: 980px;
}
.h-980 {
  height: 980px;
}
.h-min-980 {
  min-height: 980px;
}
.h-max-980 {
  max-height: 980px;
}
.w-985 {
  width: 985px;
}
.w-max-985 {
  max-width: 985px;
}
.w-min-985 {
  min-width: 985px;
}
.h-985 {
  height: 985px;
}
.h-min-985 {
  min-height: 985px;
}
.h-max-985 {
  max-height: 985px;
}
.w-990 {
  width: 990px;
}
.w-max-990 {
  max-width: 990px;
}
.w-min-990 {
  min-width: 990px;
}
.h-990 {
  height: 990px;
}
.h-min-990 {
  min-height: 990px;
}
.h-max-990 {
  max-height: 990px;
}
.w-995 {
  width: 995px;
}
.w-max-995 {
  max-width: 995px;
}
.w-min-995 {
  min-width: 995px;
}
.h-995 {
  height: 995px;
}
.h-min-995 {
  min-height: 995px;
}
.h-max-995 {
  max-height: 995px;
}
.w-1000 {
  width: 1000px;
}
.w-max-1000 {
  max-width: 1000px;
}
.w-min-1000 {
  min-width: 1000px;
}
.h-1000 {
  height: 1000px;
}
.h-min-1000 {
  min-height: 1000px;
}
.h-max-1000 {
  max-height: 1000px;
}
.w-1005 {
  width: 1005px;
}
.w-max-1005 {
  max-width: 1005px;
}
.w-min-1005 {
  min-width: 1005px;
}
.h-1005 {
  height: 1005px;
}
.h-min-1005 {
  min-height: 1005px;
}
.h-max-1005 {
  max-height: 1005px;
}
.w-1010 {
  width: 1010px;
}
.w-max-1010 {
  max-width: 1010px;
}
.w-min-1010 {
  min-width: 1010px;
}
.h-1010 {
  height: 1010px;
}
.h-min-1010 {
  min-height: 1010px;
}
.h-max-1010 {
  max-height: 1010px;
}
.w-1015 {
  width: 1015px;
}
.w-max-1015 {
  max-width: 1015px;
}
.w-min-1015 {
  min-width: 1015px;
}
.h-1015 {
  height: 1015px;
}
.h-min-1015 {
  min-height: 1015px;
}
.h-max-1015 {
  max-height: 1015px;
}
.w-1020 {
  width: 1020px;
}
.w-max-1020 {
  max-width: 1020px;
}
.w-min-1020 {
  min-width: 1020px;
}
.h-1020 {
  height: 1020px;
}
.h-min-1020 {
  min-height: 1020px;
}
.h-max-1020 {
  max-height: 1020px;
}
.w-1025 {
  width: 1025px;
}
.w-max-1025 {
  max-width: 1025px;
}
.w-min-1025 {
  min-width: 1025px;
}
.h-1025 {
  height: 1025px;
}
.h-min-1025 {
  min-height: 1025px;
}
.h-max-1025 {
  max-height: 1025px;
}
.w-1030 {
  width: 1030px;
}
.w-max-1030 {
  max-width: 1030px;
}
.w-min-1030 {
  min-width: 1030px;
}
.h-1030 {
  height: 1030px;
}
.h-min-1030 {
  min-height: 1030px;
}
.h-max-1030 {
  max-height: 1030px;
}
.w-1035 {
  width: 1035px;
}
.w-max-1035 {
  max-width: 1035px;
}
.w-min-1035 {
  min-width: 1035px;
}
.h-1035 {
  height: 1035px;
}
.h-min-1035 {
  min-height: 1035px;
}
.h-max-1035 {
  max-height: 1035px;
}
.w-1040 {
  width: 1040px;
}
.w-max-1040 {
  max-width: 1040px;
}
.w-min-1040 {
  min-width: 1040px;
}
.h-1040 {
  height: 1040px;
}
.h-min-1040 {
  min-height: 1040px;
}
.h-max-1040 {
  max-height: 1040px;
}
.w-1045 {
  width: 1045px;
}
.w-max-1045 {
  max-width: 1045px;
}
.w-min-1045 {
  min-width: 1045px;
}
.h-1045 {
  height: 1045px;
}
.h-min-1045 {
  min-height: 1045px;
}
.h-max-1045 {
  max-height: 1045px;
}
.w-1050 {
  width: 1050px;
}
.w-max-1050 {
  max-width: 1050px;
}
.w-min-1050 {
  min-width: 1050px;
}
.h-1050 {
  height: 1050px;
}
.h-min-1050 {
  min-height: 1050px;
}
.h-max-1050 {
  max-height: 1050px;
}
.w-1055 {
  width: 1055px;
}
.w-max-1055 {
  max-width: 1055px;
}
.w-min-1055 {
  min-width: 1055px;
}
.h-1055 {
  height: 1055px;
}
.h-min-1055 {
  min-height: 1055px;
}
.h-max-1055 {
  max-height: 1055px;
}
.w-1060 {
  width: 1060px;
}
.w-max-1060 {
  max-width: 1060px;
}
.w-min-1060 {
  min-width: 1060px;
}
.h-1060 {
  height: 1060px;
}
.h-min-1060 {
  min-height: 1060px;
}
.h-max-1060 {
  max-height: 1060px;
}
.w-1065 {
  width: 1065px;
}
.w-max-1065 {
  max-width: 1065px;
}
.w-min-1065 {
  min-width: 1065px;
}
.h-1065 {
  height: 1065px;
}
.h-min-1065 {
  min-height: 1065px;
}
.h-max-1065 {
  max-height: 1065px;
}
.w-1070 {
  width: 1070px;
}
.w-max-1070 {
  max-width: 1070px;
}
.w-min-1070 {
  min-width: 1070px;
}
.h-1070 {
  height: 1070px;
}
.h-min-1070 {
  min-height: 1070px;
}
.h-max-1070 {
  max-height: 1070px;
}
.w-1075 {
  width: 1075px;
}
.w-max-1075 {
  max-width: 1075px;
}
.w-min-1075 {
  min-width: 1075px;
}
.h-1075 {
  height: 1075px;
}
.h-min-1075 {
  min-height: 1075px;
}
.h-max-1075 {
  max-height: 1075px;
}
.w-1080 {
  width: 1080px;
}
.w-max-1080 {
  max-width: 1080px;
}
.w-min-1080 {
  min-width: 1080px;
}
.h-1080 {
  height: 1080px;
}
.h-min-1080 {
  min-height: 1080px;
}
.h-max-1080 {
  max-height: 1080px;
}
.w-1085 {
  width: 1085px;
}
.w-max-1085 {
  max-width: 1085px;
}
.w-min-1085 {
  min-width: 1085px;
}
.h-1085 {
  height: 1085px;
}
.h-min-1085 {
  min-height: 1085px;
}
.h-max-1085 {
  max-height: 1085px;
}
.w-1090 {
  width: 1090px;
}
.w-max-1090 {
  max-width: 1090px;
}
.w-min-1090 {
  min-width: 1090px;
}
.h-1090 {
  height: 1090px;
}
.h-min-1090 {
  min-height: 1090px;
}
.h-max-1090 {
  max-height: 1090px;
}
.w-1095 {
  width: 1095px;
}
.w-max-1095 {
  max-width: 1095px;
}
.w-min-1095 {
  min-width: 1095px;
}
.h-1095 {
  height: 1095px;
}
.h-min-1095 {
  min-height: 1095px;
}
.h-max-1095 {
  max-height: 1095px;
}
.w-1100 {
  width: 1100px;
}
.w-max-1100 {
  max-width: 1100px;
}
.w-min-1100 {
  min-width: 1100px;
}
.h-1100 {
  height: 1100px;
}
.h-min-1100 {
  min-height: 1100px;
}
.h-max-1100 {
  max-height: 1100px;
}
.w-1105 {
  width: 1105px;
}
.w-max-1105 {
  max-width: 1105px;
}
.w-min-1105 {
  min-width: 1105px;
}
.h-1105 {
  height: 1105px;
}
.h-min-1105 {
  min-height: 1105px;
}
.h-max-1105 {
  max-height: 1105px;
}
.w-1110 {
  width: 1110px;
}
.w-max-1110 {
  max-width: 1110px;
}
.w-min-1110 {
  min-width: 1110px;
}
.h-1110 {
  height: 1110px;
}
.h-min-1110 {
  min-height: 1110px;
}
.h-max-1110 {
  max-height: 1110px;
}
.w-1115 {
  width: 1115px;
}
.w-max-1115 {
  max-width: 1115px;
}
.w-min-1115 {
  min-width: 1115px;
}
.h-1115 {
  height: 1115px;
}
.h-min-1115 {
  min-height: 1115px;
}
.h-max-1115 {
  max-height: 1115px;
}
.w-1120 {
  width: 1120px;
}
.w-max-1120 {
  max-width: 1120px;
}
.w-min-1120 {
  min-width: 1120px;
}
.h-1120 {
  height: 1120px;
}
.h-min-1120 {
  min-height: 1120px;
}
.h-max-1120 {
  max-height: 1120px;
}
.w-1125 {
  width: 1125px;
}
.w-max-1125 {
  max-width: 1125px;
}
.w-min-1125 {
  min-width: 1125px;
}
.h-1125 {
  height: 1125px;
}
.h-min-1125 {
  min-height: 1125px;
}
.h-max-1125 {
  max-height: 1125px;
}
.w-1130 {
  width: 1130px;
}
.w-max-1130 {
  max-width: 1130px;
}
.w-min-1130 {
  min-width: 1130px;
}
.h-1130 {
  height: 1130px;
}
.h-min-1130 {
  min-height: 1130px;
}
.h-max-1130 {
  max-height: 1130px;
}
.w-1135 {
  width: 1135px;
}
.w-max-1135 {
  max-width: 1135px;
}
.w-min-1135 {
  min-width: 1135px;
}
.h-1135 {
  height: 1135px;
}
.h-min-1135 {
  min-height: 1135px;
}
.h-max-1135 {
  max-height: 1135px;
}
.w-1140 {
  width: 1140px;
}
.w-max-1140 {
  max-width: 1140px;
}
.w-min-1140 {
  min-width: 1140px;
}
.h-1140 {
  height: 1140px;
}
.h-min-1140 {
  min-height: 1140px;
}
.h-max-1140 {
  max-height: 1140px;
}
.w-1145 {
  width: 1145px;
}
.w-max-1145 {
  max-width: 1145px;
}
.w-min-1145 {
  min-width: 1145px;
}
.h-1145 {
  height: 1145px;
}
.h-min-1145 {
  min-height: 1145px;
}
.h-max-1145 {
  max-height: 1145px;
}
.w-1150 {
  width: 1150px;
}
.w-max-1150 {
  max-width: 1150px;
}
.w-min-1150 {
  min-width: 1150px;
}
.h-1150 {
  height: 1150px;
}
.h-min-1150 {
  min-height: 1150px;
}
.h-max-1150 {
  max-height: 1150px;
}
.w-1155 {
  width: 1155px;
}
.w-max-1155 {
  max-width: 1155px;
}
.w-min-1155 {
  min-width: 1155px;
}
.h-1155 {
  height: 1155px;
}
.h-min-1155 {
  min-height: 1155px;
}
.h-max-1155 {
  max-height: 1155px;
}
.w-1160 {
  width: 1160px;
}
.w-max-1160 {
  max-width: 1160px;
}
.w-min-1160 {
  min-width: 1160px;
}
.h-1160 {
  height: 1160px;
}
.h-min-1160 {
  min-height: 1160px;
}
.h-max-1160 {
  max-height: 1160px;
}
.w-1165 {
  width: 1165px;
}
.w-max-1165 {
  max-width: 1165px;
}
.w-min-1165 {
  min-width: 1165px;
}
.h-1165 {
  height: 1165px;
}
.h-min-1165 {
  min-height: 1165px;
}
.h-max-1165 {
  max-height: 1165px;
}
.w-1170 {
  width: 1170px;
}
.w-max-1170 {
  max-width: 1170px;
}
.w-min-1170 {
  min-width: 1170px;
}
.h-1170 {
  height: 1170px;
}
.h-min-1170 {
  min-height: 1170px;
}
.h-max-1170 {
  max-height: 1170px;
}
.w-1175 {
  width: 1175px;
}
.w-max-1175 {
  max-width: 1175px;
}
.w-min-1175 {
  min-width: 1175px;
}
.h-1175 {
  height: 1175px;
}
.h-min-1175 {
  min-height: 1175px;
}
.h-max-1175 {
  max-height: 1175px;
}
.w-1180 {
  width: 1180px;
}
.w-max-1180 {
  max-width: 1180px;
}
.w-min-1180 {
  min-width: 1180px;
}
.h-1180 {
  height: 1180px;
}
.h-min-1180 {
  min-height: 1180px;
}
.h-max-1180 {
  max-height: 1180px;
}
.w-1185 {
  width: 1185px;
}
.w-max-1185 {
  max-width: 1185px;
}
.w-min-1185 {
  min-width: 1185px;
}
.h-1185 {
  height: 1185px;
}
.h-min-1185 {
  min-height: 1185px;
}
.h-max-1185 {
  max-height: 1185px;
}
.w-1190 {
  width: 1190px;
}
.w-max-1190 {
  max-width: 1190px;
}
.w-min-1190 {
  min-width: 1190px;
}
.h-1190 {
  height: 1190px;
}
.h-min-1190 {
  min-height: 1190px;
}
.h-max-1190 {
  max-height: 1190px;
}
.w-1195 {
  width: 1195px;
}
.w-max-1195 {
  max-width: 1195px;
}
.w-min-1195 {
  min-width: 1195px;
}
.h-1195 {
  height: 1195px;
}
.h-min-1195 {
  min-height: 1195px;
}
.h-max-1195 {
  max-height: 1195px;
}
.w-1200 {
  width: 1200px;
}
.w-max-1200 {
  max-width: 1200px;
}
.w-min-1200 {
  min-width: 1200px;
}
.h-1200 {
  height: 1200px;
}
.h-min-1200 {
  min-height: 1200px;
}
.h-max-1200 {
  max-height: 1200px;
}
.w-1205 {
  width: 1205px;
}
.w-max-1205 {
  max-width: 1205px;
}
.w-min-1205 {
  min-width: 1205px;
}
.h-1205 {
  height: 1205px;
}
.h-min-1205 {
  min-height: 1205px;
}
.h-max-1205 {
  max-height: 1205px;
}
.w-1210 {
  width: 1210px;
}
.w-max-1210 {
  max-width: 1210px;
}
.w-min-1210 {
  min-width: 1210px;
}
.h-1210 {
  height: 1210px;
}
.h-min-1210 {
  min-height: 1210px;
}
.h-max-1210 {
  max-height: 1210px;
}
.w-1215 {
  width: 1215px;
}
.w-max-1215 {
  max-width: 1215px;
}
.w-min-1215 {
  min-width: 1215px;
}
.h-1215 {
  height: 1215px;
}
.h-min-1215 {
  min-height: 1215px;
}
.h-max-1215 {
  max-height: 1215px;
}
.w-1220 {
  width: 1220px;
}
.w-max-1220 {
  max-width: 1220px;
}
.w-min-1220 {
  min-width: 1220px;
}
.h-1220 {
  height: 1220px;
}
.h-min-1220 {
  min-height: 1220px;
}
.h-max-1220 {
  max-height: 1220px;
}
.w-1225 {
  width: 1225px;
}
.w-max-1225 {
  max-width: 1225px;
}
.w-min-1225 {
  min-width: 1225px;
}
.h-1225 {
  height: 1225px;
}
.h-min-1225 {
  min-height: 1225px;
}
.h-max-1225 {
  max-height: 1225px;
}
.w-1230 {
  width: 1230px;
}
.w-max-1230 {
  max-width: 1230px;
}
.w-min-1230 {
  min-width: 1230px;
}
.h-1230 {
  height: 1230px;
}
.h-min-1230 {
  min-height: 1230px;
}
.h-max-1230 {
  max-height: 1230px;
}
.w-1235 {
  width: 1235px;
}
.w-max-1235 {
  max-width: 1235px;
}
.w-min-1235 {
  min-width: 1235px;
}
.h-1235 {
  height: 1235px;
}
.h-min-1235 {
  min-height: 1235px;
}
.h-max-1235 {
  max-height: 1235px;
}
.w-1240 {
  width: 1240px;
}
.w-max-1240 {
  max-width: 1240px;
}
.w-min-1240 {
  min-width: 1240px;
}
.h-1240 {
  height: 1240px;
}
.h-min-1240 {
  min-height: 1240px;
}
.h-max-1240 {
  max-height: 1240px;
}
.w-1245 {
  width: 1245px;
}
.w-max-1245 {
  max-width: 1245px;
}
.w-min-1245 {
  min-width: 1245px;
}
.h-1245 {
  height: 1245px;
}
.h-min-1245 {
  min-height: 1245px;
}
.h-max-1245 {
  max-height: 1245px;
}
.w-1250 {
  width: 1250px;
}
.w-max-1250 {
  max-width: 1250px;
}
.w-min-1250 {
  min-width: 1250px;
}
.h-1250 {
  height: 1250px;
}
.h-min-1250 {
  min-height: 1250px;
}
.h-max-1250 {
  max-height: 1250px;
}
.w-1255 {
  width: 1255px;
}
.w-max-1255 {
  max-width: 1255px;
}
.w-min-1255 {
  min-width: 1255px;
}
.h-1255 {
  height: 1255px;
}
.h-min-1255 {
  min-height: 1255px;
}
.h-max-1255 {
  max-height: 1255px;
}
.w-1260 {
  width: 1260px;
}
.w-max-1260 {
  max-width: 1260px;
}
.w-min-1260 {
  min-width: 1260px;
}
.h-1260 {
  height: 1260px;
}
.h-min-1260 {
  min-height: 1260px;
}
.h-max-1260 {
  max-height: 1260px;
}
.w-1265 {
  width: 1265px;
}
.w-max-1265 {
  max-width: 1265px;
}
.w-min-1265 {
  min-width: 1265px;
}
.h-1265 {
  height: 1265px;
}
.h-min-1265 {
  min-height: 1265px;
}
.h-max-1265 {
  max-height: 1265px;
}
.w-1270 {
  width: 1270px;
}
.w-max-1270 {
  max-width: 1270px;
}
.w-min-1270 {
  min-width: 1270px;
}
.h-1270 {
  height: 1270px;
}
.h-min-1270 {
  min-height: 1270px;
}
.h-max-1270 {
  max-height: 1270px;
}
.w-1275 {
  width: 1275px;
}
.w-max-1275 {
  max-width: 1275px;
}
.w-min-1275 {
  min-width: 1275px;
}
.h-1275 {
  height: 1275px;
}
.h-min-1275 {
  min-height: 1275px;
}
.h-max-1275 {
  max-height: 1275px;
}
.w-1280 {
  width: 1280px;
}
.w-max-1280 {
  max-width: 1280px;
}
.w-min-1280 {
  min-width: 1280px;
}
.h-1280 {
  height: 1280px;
}
.h-min-1280 {
  min-height: 1280px;
}
.h-max-1280 {
  max-height: 1280px;
}
.w-1285 {
  width: 1285px;
}
.w-max-1285 {
  max-width: 1285px;
}
.w-min-1285 {
  min-width: 1285px;
}
.h-1285 {
  height: 1285px;
}
.h-min-1285 {
  min-height: 1285px;
}
.h-max-1285 {
  max-height: 1285px;
}
.w-1290 {
  width: 1290px;
}
.w-max-1290 {
  max-width: 1290px;
}
.w-min-1290 {
  min-width: 1290px;
}
.h-1290 {
  height: 1290px;
}
.h-min-1290 {
  min-height: 1290px;
}
.h-max-1290 {
  max-height: 1290px;
}
.w-1295 {
  width: 1295px;
}
.w-max-1295 {
  max-width: 1295px;
}
.w-min-1295 {
  min-width: 1295px;
}
.h-1295 {
  height: 1295px;
}
.h-min-1295 {
  min-height: 1295px;
}
.h-max-1295 {
  max-height: 1295px;
}
.w-1300 {
  width: 1300px;
}
.w-max-1300 {
  max-width: 1300px;
}
.w-min-1300 {
  min-width: 1300px;
}
.h-1300 {
  height: 1300px;
}
.h-min-1300 {
  min-height: 1300px;
}
.h-max-1300 {
  max-height: 1300px;
}
.w-1305 {
  width: 1305px;
}
.w-max-1305 {
  max-width: 1305px;
}
.w-min-1305 {
  min-width: 1305px;
}
.h-1305 {
  height: 1305px;
}
.h-min-1305 {
  min-height: 1305px;
}
.h-max-1305 {
  max-height: 1305px;
}
.w-1310 {
  width: 1310px;
}
.w-max-1310 {
  max-width: 1310px;
}
.w-min-1310 {
  min-width: 1310px;
}
.h-1310 {
  height: 1310px;
}
.h-min-1310 {
  min-height: 1310px;
}
.h-max-1310 {
  max-height: 1310px;
}
.w-1315 {
  width: 1315px;
}
.w-max-1315 {
  max-width: 1315px;
}
.w-min-1315 {
  min-width: 1315px;
}
.h-1315 {
  height: 1315px;
}
.h-min-1315 {
  min-height: 1315px;
}
.h-max-1315 {
  max-height: 1315px;
}
.w-1320 {
  width: 1320px;
}
.w-max-1320 {
  max-width: 1320px;
}
.w-min-1320 {
  min-width: 1320px;
}
.h-1320 {
  height: 1320px;
}
.h-min-1320 {
  min-height: 1320px;
}
.h-max-1320 {
  max-height: 1320px;
}
.w-1325 {
  width: 1325px;
}
.w-max-1325 {
  max-width: 1325px;
}
.w-min-1325 {
  min-width: 1325px;
}
.h-1325 {
  height: 1325px;
}
.h-min-1325 {
  min-height: 1325px;
}
.h-max-1325 {
  max-height: 1325px;
}
.w-1330 {
  width: 1330px;
}
.w-max-1330 {
  max-width: 1330px;
}
.w-min-1330 {
  min-width: 1330px;
}
.h-1330 {
  height: 1330px;
}
.h-min-1330 {
  min-height: 1330px;
}
.h-max-1330 {
  max-height: 1330px;
}
.w-1335 {
  width: 1335px;
}
.w-max-1335 {
  max-width: 1335px;
}
.w-min-1335 {
  min-width: 1335px;
}
.h-1335 {
  height: 1335px;
}
.h-min-1335 {
  min-height: 1335px;
}
.h-max-1335 {
  max-height: 1335px;
}
.w-1340 {
  width: 1340px;
}
.w-max-1340 {
  max-width: 1340px;
}
.w-min-1340 {
  min-width: 1340px;
}
.h-1340 {
  height: 1340px;
}
.h-min-1340 {
  min-height: 1340px;
}
.h-max-1340 {
  max-height: 1340px;
}
.w-1345 {
  width: 1345px;
}
.w-max-1345 {
  max-width: 1345px;
}
.w-min-1345 {
  min-width: 1345px;
}
.h-1345 {
  height: 1345px;
}
.h-min-1345 {
  min-height: 1345px;
}
.h-max-1345 {
  max-height: 1345px;
}
.w-1350 {
  width: 1350px;
}
.w-max-1350 {
  max-width: 1350px;
}
.w-min-1350 {
  min-width: 1350px;
}
.h-1350 {
  height: 1350px;
}
.h-min-1350 {
  min-height: 1350px;
}
.h-max-1350 {
  max-height: 1350px;
}
.w-1355 {
  width: 1355px;
}
.w-max-1355 {
  max-width: 1355px;
}
.w-min-1355 {
  min-width: 1355px;
}
.h-1355 {
  height: 1355px;
}
.h-min-1355 {
  min-height: 1355px;
}
.h-max-1355 {
  max-height: 1355px;
}
.w-1360 {
  width: 1360px;
}
.w-max-1360 {
  max-width: 1360px;
}
.w-min-1360 {
  min-width: 1360px;
}
.h-1360 {
  height: 1360px;
}
.h-min-1360 {
  min-height: 1360px;
}
.h-max-1360 {
  max-height: 1360px;
}
.w-1365 {
  width: 1365px;
}
.w-max-1365 {
  max-width: 1365px;
}
.w-min-1365 {
  min-width: 1365px;
}
.h-1365 {
  height: 1365px;
}
.h-min-1365 {
  min-height: 1365px;
}
.h-max-1365 {
  max-height: 1365px;
}
.w-1370 {
  width: 1370px;
}
.w-max-1370 {
  max-width: 1370px;
}
.w-min-1370 {
  min-width: 1370px;
}
.h-1370 {
  height: 1370px;
}
.h-min-1370 {
  min-height: 1370px;
}
.h-max-1370 {
  max-height: 1370px;
}
.w-1375 {
  width: 1375px;
}
.w-max-1375 {
  max-width: 1375px;
}
.w-min-1375 {
  min-width: 1375px;
}
.h-1375 {
  height: 1375px;
}
.h-min-1375 {
  min-height: 1375px;
}
.h-max-1375 {
  max-height: 1375px;
}
.w-1380 {
  width: 1380px;
}
.w-max-1380 {
  max-width: 1380px;
}
.w-min-1380 {
  min-width: 1380px;
}
.h-1380 {
  height: 1380px;
}
.h-min-1380 {
  min-height: 1380px;
}
.h-max-1380 {
  max-height: 1380px;
}
.w-1385 {
  width: 1385px;
}
.w-max-1385 {
  max-width: 1385px;
}
.w-min-1385 {
  min-width: 1385px;
}
.h-1385 {
  height: 1385px;
}
.h-min-1385 {
  min-height: 1385px;
}
.h-max-1385 {
  max-height: 1385px;
}
.w-1390 {
  width: 1390px;
}
.w-max-1390 {
  max-width: 1390px;
}
.w-min-1390 {
  min-width: 1390px;
}
.h-1390 {
  height: 1390px;
}
.h-min-1390 {
  min-height: 1390px;
}
.h-max-1390 {
  max-height: 1390px;
}
.w-1395 {
  width: 1395px;
}
.w-max-1395 {
  max-width: 1395px;
}
.w-min-1395 {
  min-width: 1395px;
}
.h-1395 {
  height: 1395px;
}
.h-min-1395 {
  min-height: 1395px;
}
.h-max-1395 {
  max-height: 1395px;
}
.w-1400 {
  width: 1400px;
}
.w-max-1400 {
  max-width: 1400px;
}
.w-min-1400 {
  min-width: 1400px;
}
.h-1400 {
  height: 1400px;
}
.h-min-1400 {
  min-height: 1400px;
}
.h-max-1400 {
  max-height: 1400px;
}
@media (max-width: 500px) {
  .full-if-lt-500 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .fl-full-if-lt-500 {
    flex: 0 0 100%;
  }
}
@media (max-width: 505px) {
  .full-if-lt-505 {
    width: 100%;
  }
}
@media (max-width: 505px) {
  .fl-full-if-lt-505 {
    flex: 0 0 100%;
  }
}
@media (max-width: 510px) {
  .full-if-lt-510 {
    width: 100%;
  }
}
@media (max-width: 510px) {
  .fl-full-if-lt-510 {
    flex: 0 0 100%;
  }
}
@media (max-width: 515px) {
  .full-if-lt-515 {
    width: 100%;
  }
}
@media (max-width: 515px) {
  .fl-full-if-lt-515 {
    flex: 0 0 100%;
  }
}
@media (max-width: 520px) {
  .full-if-lt-520 {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .fl-full-if-lt-520 {
    flex: 0 0 100%;
  }
}
@media (max-width: 525px) {
  .full-if-lt-525 {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .fl-full-if-lt-525 {
    flex: 0 0 100%;
  }
}
@media (max-width: 530px) {
  .full-if-lt-530 {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .fl-full-if-lt-530 {
    flex: 0 0 100%;
  }
}
@media (max-width: 535px) {
  .full-if-lt-535 {
    width: 100%;
  }
}
@media (max-width: 535px) {
  .fl-full-if-lt-535 {
    flex: 0 0 100%;
  }
}
@media (max-width: 540px) {
  .full-if-lt-540 {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .fl-full-if-lt-540 {
    flex: 0 0 100%;
  }
}
@media (max-width: 545px) {
  .full-if-lt-545 {
    width: 100%;
  }
}
@media (max-width: 545px) {
  .fl-full-if-lt-545 {
    flex: 0 0 100%;
  }
}
@media (max-width: 550px) {
  .full-if-lt-550 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .fl-full-if-lt-550 {
    flex: 0 0 100%;
  }
}
@media (max-width: 555px) {
  .full-if-lt-555 {
    width: 100%;
  }
}
@media (max-width: 555px) {
  .fl-full-if-lt-555 {
    flex: 0 0 100%;
  }
}
@media (max-width: 560px) {
  .full-if-lt-560 {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .fl-full-if-lt-560 {
    flex: 0 0 100%;
  }
}
@media (max-width: 565px) {
  .full-if-lt-565 {
    width: 100%;
  }
}
@media (max-width: 565px) {
  .fl-full-if-lt-565 {
    flex: 0 0 100%;
  }
}
@media (max-width: 570px) {
  .full-if-lt-570 {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .fl-full-if-lt-570 {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .full-if-lt-575 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .fl-full-if-lt-575 {
    flex: 0 0 100%;
  }
}
@media (max-width: 580px) {
  .full-if-lt-580 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .fl-full-if-lt-580 {
    flex: 0 0 100%;
  }
}
@media (max-width: 585px) {
  .full-if-lt-585 {
    width: 100%;
  }
}
@media (max-width: 585px) {
  .fl-full-if-lt-585 {
    flex: 0 0 100%;
  }
}
@media (max-width: 590px) {
  .full-if-lt-590 {
    width: 100%;
  }
}
@media (max-width: 590px) {
  .fl-full-if-lt-590 {
    flex: 0 0 100%;
  }
}
@media (max-width: 595px) {
  .full-if-lt-595 {
    width: 100%;
  }
}
@media (max-width: 595px) {
  .fl-full-if-lt-595 {
    flex: 0 0 100%;
  }
}
@media (max-width: 600px) {
  .full-if-lt-600 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .fl-full-if-lt-600 {
    flex: 0 0 100%;
  }
}
@media (max-width: 605px) {
  .full-if-lt-605 {
    width: 100%;
  }
}
@media (max-width: 605px) {
  .fl-full-if-lt-605 {
    flex: 0 0 100%;
  }
}
@media (max-width: 610px) {
  .full-if-lt-610 {
    width: 100%;
  }
}
@media (max-width: 610px) {
  .fl-full-if-lt-610 {
    flex: 0 0 100%;
  }
}
@media (max-width: 615px) {
  .full-if-lt-615 {
    width: 100%;
  }
}
@media (max-width: 615px) {
  .fl-full-if-lt-615 {
    flex: 0 0 100%;
  }
}
@media (max-width: 620px) {
  .full-if-lt-620 {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .fl-full-if-lt-620 {
    flex: 0 0 100%;
  }
}
@media (max-width: 625px) {
  .full-if-lt-625 {
    width: 100%;
  }
}
@media (max-width: 625px) {
  .fl-full-if-lt-625 {
    flex: 0 0 100%;
  }
}
@media (max-width: 630px) {
  .full-if-lt-630 {
    width: 100%;
  }
}
@media (max-width: 630px) {
  .fl-full-if-lt-630 {
    flex: 0 0 100%;
  }
}
@media (max-width: 635px) {
  .full-if-lt-635 {
    width: 100%;
  }
}
@media (max-width: 635px) {
  .fl-full-if-lt-635 {
    flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .full-if-lt-640 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .fl-full-if-lt-640 {
    flex: 0 0 100%;
  }
}
@media (max-width: 645px) {
  .full-if-lt-645 {
    width: 100%;
  }
}
@media (max-width: 645px) {
  .fl-full-if-lt-645 {
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .full-if-lt-650 {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .fl-full-if-lt-650 {
    flex: 0 0 100%;
  }
}
@media (max-width: 655px) {
  .full-if-lt-655 {
    width: 100%;
  }
}
@media (max-width: 655px) {
  .fl-full-if-lt-655 {
    flex: 0 0 100%;
  }
}
@media (max-width: 660px) {
  .full-if-lt-660 {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .fl-full-if-lt-660 {
    flex: 0 0 100%;
  }
}
@media (max-width: 665px) {
  .full-if-lt-665 {
    width: 100%;
  }
}
@media (max-width: 665px) {
  .fl-full-if-lt-665 {
    flex: 0 0 100%;
  }
}
@media (max-width: 670px) {
  .full-if-lt-670 {
    width: 100%;
  }
}
@media (max-width: 670px) {
  .fl-full-if-lt-670 {
    flex: 0 0 100%;
  }
}
@media (max-width: 675px) {
  .full-if-lt-675 {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .fl-full-if-lt-675 {
    flex: 0 0 100%;
  }
}
@media (max-width: 680px) {
  .full-if-lt-680 {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .fl-full-if-lt-680 {
    flex: 0 0 100%;
  }
}
@media (max-width: 685px) {
  .full-if-lt-685 {
    width: 100%;
  }
}
@media (max-width: 685px) {
  .fl-full-if-lt-685 {
    flex: 0 0 100%;
  }
}
@media (max-width: 690px) {
  .full-if-lt-690 {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .fl-full-if-lt-690 {
    flex: 0 0 100%;
  }
}
@media (max-width: 695px) {
  .full-if-lt-695 {
    width: 100%;
  }
}
@media (max-width: 695px) {
  .fl-full-if-lt-695 {
    flex: 0 0 100%;
  }
}
@media (max-width: 700px) {
  .full-if-lt-700 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .fl-full-if-lt-700 {
    flex: 0 0 100%;
  }
}
@media (max-width: 705px) {
  .full-if-lt-705 {
    width: 100%;
  }
}
@media (max-width: 705px) {
  .fl-full-if-lt-705 {
    flex: 0 0 100%;
  }
}
@media (max-width: 710px) {
  .full-if-lt-710 {
    width: 100%;
  }
}
@media (max-width: 710px) {
  .fl-full-if-lt-710 {
    flex: 0 0 100%;
  }
}
@media (max-width: 715px) {
  .full-if-lt-715 {
    width: 100%;
  }
}
@media (max-width: 715px) {
  .fl-full-if-lt-715 {
    flex: 0 0 100%;
  }
}
@media (max-width: 720px) {
  .full-if-lt-720 {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .fl-full-if-lt-720 {
    flex: 0 0 100%;
  }
}
@media (max-width: 725px) {
  .full-if-lt-725 {
    width: 100%;
  }
}
@media (max-width: 725px) {
  .fl-full-if-lt-725 {
    flex: 0 0 100%;
  }
}
@media (max-width: 730px) {
  .full-if-lt-730 {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .fl-full-if-lt-730 {
    flex: 0 0 100%;
  }
}
@media (max-width: 735px) {
  .full-if-lt-735 {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .fl-full-if-lt-735 {
    flex: 0 0 100%;
  }
}
@media (max-width: 740px) {
  .full-if-lt-740 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .fl-full-if-lt-740 {
    flex: 0 0 100%;
  }
}
@media (max-width: 745px) {
  .full-if-lt-745 {
    width: 100%;
  }
}
@media (max-width: 745px) {
  .fl-full-if-lt-745 {
    flex: 0 0 100%;
  }
}
@media (max-width: 750px) {
  .full-if-lt-750 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .fl-full-if-lt-750 {
    flex: 0 0 100%;
  }
}
@media (max-width: 755px) {
  .full-if-lt-755 {
    width: 100%;
  }
}
@media (max-width: 755px) {
  .fl-full-if-lt-755 {
    flex: 0 0 100%;
  }
}
@media (max-width: 760px) {
  .full-if-lt-760 {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .fl-full-if-lt-760 {
    flex: 0 0 100%;
  }
}
@media (max-width: 765px) {
  .full-if-lt-765 {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .fl-full-if-lt-765 {
    flex: 0 0 100%;
  }
}
@media (max-width: 770px) {
  .full-if-lt-770 {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .fl-full-if-lt-770 {
    flex: 0 0 100%;
  }
}
@media (max-width: 775px) {
  .full-if-lt-775 {
    width: 100%;
  }
}
@media (max-width: 775px) {
  .fl-full-if-lt-775 {
    flex: 0 0 100%;
  }
}
@media (max-width: 780px) {
  .full-if-lt-780 {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .fl-full-if-lt-780 {
    flex: 0 0 100%;
  }
}
@media (max-width: 785px) {
  .full-if-lt-785 {
    width: 100%;
  }
}
@media (max-width: 785px) {
  .fl-full-if-lt-785 {
    flex: 0 0 100%;
  }
}
@media (max-width: 790px) {
  .full-if-lt-790 {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .fl-full-if-lt-790 {
    flex: 0 0 100%;
  }
}
@media (max-width: 795px) {
  .full-if-lt-795 {
    width: 100%;
  }
}
@media (max-width: 795px) {
  .fl-full-if-lt-795 {
    flex: 0 0 100%;
  }
}
@media (max-width: 800px) {
  .full-if-lt-800 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fl-full-if-lt-800 {
    flex: 0 0 100%;
  }
}
@media (max-width: 805px) {
  .full-if-lt-805 {
    width: 100%;
  }
}
@media (max-width: 805px) {
  .fl-full-if-lt-805 {
    flex: 0 0 100%;
  }
}
@media (max-width: 810px) {
  .full-if-lt-810 {
    width: 100%;
  }
}
@media (max-width: 810px) {
  .fl-full-if-lt-810 {
    flex: 0 0 100%;
  }
}
@media (max-width: 815px) {
  .full-if-lt-815 {
    width: 100%;
  }
}
@media (max-width: 815px) {
  .fl-full-if-lt-815 {
    flex: 0 0 100%;
  }
}
@media (max-width: 820px) {
  .full-if-lt-820 {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .fl-full-if-lt-820 {
    flex: 0 0 100%;
  }
}
@media (max-width: 825px) {
  .full-if-lt-825 {
    width: 100%;
  }
}
@media (max-width: 825px) {
  .fl-full-if-lt-825 {
    flex: 0 0 100%;
  }
}
@media (max-width: 830px) {
  .full-if-lt-830 {
    width: 100%;
  }
}
@media (max-width: 830px) {
  .fl-full-if-lt-830 {
    flex: 0 0 100%;
  }
}
@media (max-width: 835px) {
  .full-if-lt-835 {
    width: 100%;
  }
}
@media (max-width: 835px) {
  .fl-full-if-lt-835 {
    flex: 0 0 100%;
  }
}
@media (max-width: 840px) {
  .full-if-lt-840 {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .fl-full-if-lt-840 {
    flex: 0 0 100%;
  }
}
@media (max-width: 845px) {
  .full-if-lt-845 {
    width: 100%;
  }
}
@media (max-width: 845px) {
  .fl-full-if-lt-845 {
    flex: 0 0 100%;
  }
}
@media (max-width: 850px) {
  .full-if-lt-850 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .fl-full-if-lt-850 {
    flex: 0 0 100%;
  }
}
@media (max-width: 855px) {
  .full-if-lt-855 {
    width: 100%;
  }
}
@media (max-width: 855px) {
  .fl-full-if-lt-855 {
    flex: 0 0 100%;
  }
}
@media (max-width: 860px) {
  .full-if-lt-860 {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .fl-full-if-lt-860 {
    flex: 0 0 100%;
  }
}
@media (max-width: 865px) {
  .full-if-lt-865 {
    width: 100%;
  }
}
@media (max-width: 865px) {
  .fl-full-if-lt-865 {
    flex: 0 0 100%;
  }
}
@media (max-width: 870px) {
  .full-if-lt-870 {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .fl-full-if-lt-870 {
    flex: 0 0 100%;
  }
}
@media (max-width: 875px) {
  .full-if-lt-875 {
    width: 100%;
  }
}
@media (max-width: 875px) {
  .fl-full-if-lt-875 {
    flex: 0 0 100%;
  }
}
@media (max-width: 880px) {
  .full-if-lt-880 {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .fl-full-if-lt-880 {
    flex: 0 0 100%;
  }
}
@media (max-width: 885px) {
  .full-if-lt-885 {
    width: 100%;
  }
}
@media (max-width: 885px) {
  .fl-full-if-lt-885 {
    flex: 0 0 100%;
  }
}
@media (max-width: 890px) {
  .full-if-lt-890 {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .fl-full-if-lt-890 {
    flex: 0 0 100%;
  }
}
@media (max-width: 895px) {
  .full-if-lt-895 {
    width: 100%;
  }
}
@media (max-width: 895px) {
  .fl-full-if-lt-895 {
    flex: 0 0 100%;
  }
}
@media (max-width: 900px) {
  .full-if-lt-900 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .fl-full-if-lt-900 {
    flex: 0 0 100%;
  }
}
@media (max-width: 905px) {
  .full-if-lt-905 {
    width: 100%;
  }
}
@media (max-width: 905px) {
  .fl-full-if-lt-905 {
    flex: 0 0 100%;
  }
}
@media (max-width: 910px) {
  .full-if-lt-910 {
    width: 100%;
  }
}
@media (max-width: 910px) {
  .fl-full-if-lt-910 {
    flex: 0 0 100%;
  }
}
@media (max-width: 915px) {
  .full-if-lt-915 {
    width: 100%;
  }
}
@media (max-width: 915px) {
  .fl-full-if-lt-915 {
    flex: 0 0 100%;
  }
}
@media (max-width: 920px) {
  .full-if-lt-920 {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .fl-full-if-lt-920 {
    flex: 0 0 100%;
  }
}
@media (max-width: 925px) {
  .full-if-lt-925 {
    width: 100%;
  }
}
@media (max-width: 925px) {
  .fl-full-if-lt-925 {
    flex: 0 0 100%;
  }
}
@media (max-width: 930px) {
  .full-if-lt-930 {
    width: 100%;
  }
}
@media (max-width: 930px) {
  .fl-full-if-lt-930 {
    flex: 0 0 100%;
  }
}
@media (max-width: 935px) {
  .full-if-lt-935 {
    width: 100%;
  }
}
@media (max-width: 935px) {
  .fl-full-if-lt-935 {
    flex: 0 0 100%;
  }
}
@media (max-width: 940px) {
  .full-if-lt-940 {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .fl-full-if-lt-940 {
    flex: 0 0 100%;
  }
}
@media (max-width: 945px) {
  .full-if-lt-945 {
    width: 100%;
  }
}
@media (max-width: 945px) {
  .fl-full-if-lt-945 {
    flex: 0 0 100%;
  }
}
@media (max-width: 950px) {
  .full-if-lt-950 {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .fl-full-if-lt-950 {
    flex: 0 0 100%;
  }
}
@media (max-width: 955px) {
  .full-if-lt-955 {
    width: 100%;
  }
}
@media (max-width: 955px) {
  .fl-full-if-lt-955 {
    flex: 0 0 100%;
  }
}
@media (max-width: 960px) {
  .full-if-lt-960 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .fl-full-if-lt-960 {
    flex: 0 0 100%;
  }
}
@media (max-width: 965px) {
  .full-if-lt-965 {
    width: 100%;
  }
}
@media (max-width: 965px) {
  .fl-full-if-lt-965 {
    flex: 0 0 100%;
  }
}
@media (max-width: 970px) {
  .full-if-lt-970 {
    width: 100%;
  }
}
@media (max-width: 970px) {
  .fl-full-if-lt-970 {
    flex: 0 0 100%;
  }
}
@media (max-width: 975px) {
  .full-if-lt-975 {
    width: 100%;
  }
}
@media (max-width: 975px) {
  .fl-full-if-lt-975 {
    flex: 0 0 100%;
  }
}
@media (max-width: 980px) {
  .full-if-lt-980 {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .fl-full-if-lt-980 {
    flex: 0 0 100%;
  }
}
@media (max-width: 985px) {
  .full-if-lt-985 {
    width: 100%;
  }
}
@media (max-width: 985px) {
  .fl-full-if-lt-985 {
    flex: 0 0 100%;
  }
}
@media (max-width: 990px) {
  .full-if-lt-990 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .fl-full-if-lt-990 {
    flex: 0 0 100%;
  }
}
@media (max-width: 995px) {
  .full-if-lt-995 {
    width: 100%;
  }
}
@media (max-width: 995px) {
  .fl-full-if-lt-995 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1000px) {
  .full-if-lt-1000 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .fl-full-if-lt-1000 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1005px) {
  .full-if-lt-1005 {
    width: 100%;
  }
}
@media (max-width: 1005px) {
  .fl-full-if-lt-1005 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1010px) {
  .full-if-lt-1010 {
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .fl-full-if-lt-1010 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1015px) {
  .full-if-lt-1015 {
    width: 100%;
  }
}
@media (max-width: 1015px) {
  .fl-full-if-lt-1015 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1020px) {
  .full-if-lt-1020 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .fl-full-if-lt-1020 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1025px) {
  .full-if-lt-1025 {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .fl-full-if-lt-1025 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1030px) {
  .full-if-lt-1030 {
    width: 100%;
  }
}
@media (max-width: 1030px) {
  .fl-full-if-lt-1030 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1035px) {
  .full-if-lt-1035 {
    width: 100%;
  }
}
@media (max-width: 1035px) {
  .fl-full-if-lt-1035 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1040px) {
  .full-if-lt-1040 {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .fl-full-if-lt-1040 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1045px) {
  .full-if-lt-1045 {
    width: 100%;
  }
}
@media (max-width: 1045px) {
  .fl-full-if-lt-1045 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1050px) {
  .full-if-lt-1050 {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .fl-full-if-lt-1050 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1055px) {
  .full-if-lt-1055 {
    width: 100%;
  }
}
@media (max-width: 1055px) {
  .fl-full-if-lt-1055 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1060px) {
  .full-if-lt-1060 {
    width: 100%;
  }
}
@media (max-width: 1060px) {
  .fl-full-if-lt-1060 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1065px) {
  .full-if-lt-1065 {
    width: 100%;
  }
}
@media (max-width: 1065px) {
  .fl-full-if-lt-1065 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1070px) {
  .full-if-lt-1070 {
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .fl-full-if-lt-1070 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1075px) {
  .full-if-lt-1075 {
    width: 100%;
  }
}
@media (max-width: 1075px) {
  .fl-full-if-lt-1075 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1080px) {
  .full-if-lt-1080 {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .fl-full-if-lt-1080 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1085px) {
  .full-if-lt-1085 {
    width: 100%;
  }
}
@media (max-width: 1085px) {
  .fl-full-if-lt-1085 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1090px) {
  .full-if-lt-1090 {
    width: 100%;
  }
}
@media (max-width: 1090px) {
  .fl-full-if-lt-1090 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1095px) {
  .full-if-lt-1095 {
    width: 100%;
  }
}
@media (max-width: 1095px) {
  .fl-full-if-lt-1095 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1100px) {
  .full-if-lt-1100 {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .fl-full-if-lt-1100 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1105px) {
  .full-if-lt-1105 {
    width: 100%;
  }
}
@media (max-width: 1105px) {
  .fl-full-if-lt-1105 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1110px) {
  .full-if-lt-1110 {
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .fl-full-if-lt-1110 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1115px) {
  .full-if-lt-1115 {
    width: 100%;
  }
}
@media (max-width: 1115px) {
  .fl-full-if-lt-1115 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1120px) {
  .full-if-lt-1120 {
    width: 100%;
  }
}
@media (max-width: 1120px) {
  .fl-full-if-lt-1120 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1125px) {
  .full-if-lt-1125 {
    width: 100%;
  }
}
@media (max-width: 1125px) {
  .fl-full-if-lt-1125 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1130px) {
  .full-if-lt-1130 {
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .fl-full-if-lt-1130 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1135px) {
  .full-if-lt-1135 {
    width: 100%;
  }
}
@media (max-width: 1135px) {
  .fl-full-if-lt-1135 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1140px) {
  .full-if-lt-1140 {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .fl-full-if-lt-1140 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1145px) {
  .full-if-lt-1145 {
    width: 100%;
  }
}
@media (max-width: 1145px) {
  .fl-full-if-lt-1145 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1150px) {
  .full-if-lt-1150 {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .fl-full-if-lt-1150 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1155px) {
  .full-if-lt-1155 {
    width: 100%;
  }
}
@media (max-width: 1155px) {
  .fl-full-if-lt-1155 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1160px) {
  .full-if-lt-1160 {
    width: 100%;
  }
}
@media (max-width: 1160px) {
  .fl-full-if-lt-1160 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1165px) {
  .full-if-lt-1165 {
    width: 100%;
  }
}
@media (max-width: 1165px) {
  .fl-full-if-lt-1165 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1170px) {
  .full-if-lt-1170 {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .fl-full-if-lt-1170 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1175px) {
  .full-if-lt-1175 {
    width: 100%;
  }
}
@media (max-width: 1175px) {
  .fl-full-if-lt-1175 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1180px) {
  .full-if-lt-1180 {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .fl-full-if-lt-1180 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1185px) {
  .full-if-lt-1185 {
    width: 100%;
  }
}
@media (max-width: 1185px) {
  .fl-full-if-lt-1185 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1190px) {
  .full-if-lt-1190 {
    width: 100%;
  }
}
@media (max-width: 1190px) {
  .fl-full-if-lt-1190 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1195px) {
  .full-if-lt-1195 {
    width: 100%;
  }
}
@media (max-width: 1195px) {
  .fl-full-if-lt-1195 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  .full-if-lt-1200 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .fl-full-if-lt-1200 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1205px) {
  .full-if-lt-1205 {
    width: 100%;
  }
}
@media (max-width: 1205px) {
  .fl-full-if-lt-1205 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1210px) {
  .full-if-lt-1210 {
    width: 100%;
  }
}
@media (max-width: 1210px) {
  .fl-full-if-lt-1210 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1215px) {
  .full-if-lt-1215 {
    width: 100%;
  }
}
@media (max-width: 1215px) {
  .fl-full-if-lt-1215 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1220px) {
  .full-if-lt-1220 {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .fl-full-if-lt-1220 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1225px) {
  .full-if-lt-1225 {
    width: 100%;
  }
}
@media (max-width: 1225px) {
  .fl-full-if-lt-1225 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1230px) {
  .full-if-lt-1230 {
    width: 100%;
  }
}
@media (max-width: 1230px) {
  .fl-full-if-lt-1230 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1235px) {
  .full-if-lt-1235 {
    width: 100%;
  }
}
@media (max-width: 1235px) {
  .fl-full-if-lt-1235 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1240px) {
  .full-if-lt-1240 {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .fl-full-if-lt-1240 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1245px) {
  .full-if-lt-1245 {
    width: 100%;
  }
}
@media (max-width: 1245px) {
  .fl-full-if-lt-1245 {
    flex: 0 0 100%;
  }
}
@media (max-width: 1250px) {
  .full-if-lt-1250 {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .fl-full-if-lt-1250 {
    flex: 0 0 100%;
  }
}
@media (max-width: 100px) {
  .hide-lt-100 {
    display: none;
  }
  .show-lt-100 {
    display: initial;
  }
  .center-lt-100 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 100px) {
  .hide-gt-100 {
    display: none;
  }
  .show-gt-100 {
    display: initial;
  }
}
@media (max-width: 110px) {
  .hide-lt-110 {
    display: none;
  }
  .show-lt-110 {
    display: initial;
  }
  .center-lt-110 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 110px) {
  .hide-gt-110 {
    display: none;
  }
  .show-gt-110 {
    display: initial;
  }
}
@media (max-width: 120px) {
  .hide-lt-120 {
    display: none;
  }
  .show-lt-120 {
    display: initial;
  }
  .center-lt-120 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 120px) {
  .hide-gt-120 {
    display: none;
  }
  .show-gt-120 {
    display: initial;
  }
}
@media (max-width: 130px) {
  .hide-lt-130 {
    display: none;
  }
  .show-lt-130 {
    display: initial;
  }
  .center-lt-130 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 130px) {
  .hide-gt-130 {
    display: none;
  }
  .show-gt-130 {
    display: initial;
  }
}
@media (max-width: 140px) {
  .hide-lt-140 {
    display: none;
  }
  .show-lt-140 {
    display: initial;
  }
  .center-lt-140 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 140px) {
  .hide-gt-140 {
    display: none;
  }
  .show-gt-140 {
    display: initial;
  }
}
@media (max-width: 150px) {
  .hide-lt-150 {
    display: none;
  }
  .show-lt-150 {
    display: initial;
  }
  .center-lt-150 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 150px) {
  .hide-gt-150 {
    display: none;
  }
  .show-gt-150 {
    display: initial;
  }
}
@media (max-width: 160px) {
  .hide-lt-160 {
    display: none;
  }
  .show-lt-160 {
    display: initial;
  }
  .center-lt-160 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 160px) {
  .hide-gt-160 {
    display: none;
  }
  .show-gt-160 {
    display: initial;
  }
}
@media (max-width: 170px) {
  .hide-lt-170 {
    display: none;
  }
  .show-lt-170 {
    display: initial;
  }
  .center-lt-170 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 170px) {
  .hide-gt-170 {
    display: none;
  }
  .show-gt-170 {
    display: initial;
  }
}
@media (max-width: 180px) {
  .hide-lt-180 {
    display: none;
  }
  .show-lt-180 {
    display: initial;
  }
  .center-lt-180 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 180px) {
  .hide-gt-180 {
    display: none;
  }
  .show-gt-180 {
    display: initial;
  }
}
@media (max-width: 190px) {
  .hide-lt-190 {
    display: none;
  }
  .show-lt-190 {
    display: initial;
  }
  .center-lt-190 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 190px) {
  .hide-gt-190 {
    display: none;
  }
  .show-gt-190 {
    display: initial;
  }
}
@media (max-width: 200px) {
  .hide-lt-200 {
    display: none;
  }
  .show-lt-200 {
    display: initial;
  }
  .center-lt-200 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 200px) {
  .hide-gt-200 {
    display: none;
  }
  .show-gt-200 {
    display: initial;
  }
}
@media (max-width: 210px) {
  .hide-lt-210 {
    display: none;
  }
  .show-lt-210 {
    display: initial;
  }
  .center-lt-210 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 210px) {
  .hide-gt-210 {
    display: none;
  }
  .show-gt-210 {
    display: initial;
  }
}
@media (max-width: 220px) {
  .hide-lt-220 {
    display: none;
  }
  .show-lt-220 {
    display: initial;
  }
  .center-lt-220 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 220px) {
  .hide-gt-220 {
    display: none;
  }
  .show-gt-220 {
    display: initial;
  }
}
@media (max-width: 230px) {
  .hide-lt-230 {
    display: none;
  }
  .show-lt-230 {
    display: initial;
  }
  .center-lt-230 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 230px) {
  .hide-gt-230 {
    display: none;
  }
  .show-gt-230 {
    display: initial;
  }
}
@media (max-width: 240px) {
  .hide-lt-240 {
    display: none;
  }
  .show-lt-240 {
    display: initial;
  }
  .center-lt-240 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 240px) {
  .hide-gt-240 {
    display: none;
  }
  .show-gt-240 {
    display: initial;
  }
}
@media (max-width: 250px) {
  .hide-lt-250 {
    display: none;
  }
  .show-lt-250 {
    display: initial;
  }
  .center-lt-250 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 250px) {
  .hide-gt-250 {
    display: none;
  }
  .show-gt-250 {
    display: initial;
  }
}
@media (max-width: 260px) {
  .hide-lt-260 {
    display: none;
  }
  .show-lt-260 {
    display: initial;
  }
  .center-lt-260 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 260px) {
  .hide-gt-260 {
    display: none;
  }
  .show-gt-260 {
    display: initial;
  }
}
@media (max-width: 270px) {
  .hide-lt-270 {
    display: none;
  }
  .show-lt-270 {
    display: initial;
  }
  .center-lt-270 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 270px) {
  .hide-gt-270 {
    display: none;
  }
  .show-gt-270 {
    display: initial;
  }
}
@media (max-width: 280px) {
  .hide-lt-280 {
    display: none;
  }
  .show-lt-280 {
    display: initial;
  }
  .center-lt-280 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 280px) {
  .hide-gt-280 {
    display: none;
  }
  .show-gt-280 {
    display: initial;
  }
}
@media (max-width: 290px) {
  .hide-lt-290 {
    display: none;
  }
  .show-lt-290 {
    display: initial;
  }
  .center-lt-290 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 290px) {
  .hide-gt-290 {
    display: none;
  }
  .show-gt-290 {
    display: initial;
  }
}
@media (max-width: 300px) {
  .hide-lt-300 {
    display: none;
  }
  .show-lt-300 {
    display: initial;
  }
  .center-lt-300 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 300px) {
  .hide-gt-300 {
    display: none;
  }
  .show-gt-300 {
    display: initial;
  }
}
@media (max-width: 310px) {
  .hide-lt-310 {
    display: none;
  }
  .show-lt-310 {
    display: initial;
  }
  .center-lt-310 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 310px) {
  .hide-gt-310 {
    display: none;
  }
  .show-gt-310 {
    display: initial;
  }
}
@media (max-width: 320px) {
  .hide-lt-320 {
    display: none;
  }
  .show-lt-320 {
    display: initial;
  }
  .center-lt-320 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 320px) {
  .hide-gt-320 {
    display: none;
  }
  .show-gt-320 {
    display: initial;
  }
}
@media (max-width: 330px) {
  .hide-lt-330 {
    display: none;
  }
  .show-lt-330 {
    display: initial;
  }
  .center-lt-330 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 330px) {
  .hide-gt-330 {
    display: none;
  }
  .show-gt-330 {
    display: initial;
  }
}
@media (max-width: 340px) {
  .hide-lt-340 {
    display: none;
  }
  .show-lt-340 {
    display: initial;
  }
  .center-lt-340 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 340px) {
  .hide-gt-340 {
    display: none;
  }
  .show-gt-340 {
    display: initial;
  }
}
@media (max-width: 350px) {
  .hide-lt-350 {
    display: none;
  }
  .show-lt-350 {
    display: initial;
  }
  .center-lt-350 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 350px) {
  .hide-gt-350 {
    display: none;
  }
  .show-gt-350 {
    display: initial;
  }
}
@media (max-width: 360px) {
  .hide-lt-360 {
    display: none;
  }
  .show-lt-360 {
    display: initial;
  }
  .center-lt-360 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 360px) {
  .hide-gt-360 {
    display: none;
  }
  .show-gt-360 {
    display: initial;
  }
}
@media (max-width: 370px) {
  .hide-lt-370 {
    display: none;
  }
  .show-lt-370 {
    display: initial;
  }
  .center-lt-370 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 370px) {
  .hide-gt-370 {
    display: none;
  }
  .show-gt-370 {
    display: initial;
  }
}
@media (max-width: 380px) {
  .hide-lt-380 {
    display: none;
  }
  .show-lt-380 {
    display: initial;
  }
  .center-lt-380 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 380px) {
  .hide-gt-380 {
    display: none;
  }
  .show-gt-380 {
    display: initial;
  }
}
@media (max-width: 390px) {
  .hide-lt-390 {
    display: none;
  }
  .show-lt-390 {
    display: initial;
  }
  .center-lt-390 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 390px) {
  .hide-gt-390 {
    display: none;
  }
  .show-gt-390 {
    display: initial;
  }
}
@media (max-width: 400px) {
  .hide-lt-400 {
    display: none;
  }
  .show-lt-400 {
    display: initial;
  }
  .center-lt-400 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 400px) {
  .hide-gt-400 {
    display: none;
  }
  .show-gt-400 {
    display: initial;
  }
}
@media (max-width: 410px) {
  .hide-lt-410 {
    display: none;
  }
  .show-lt-410 {
    display: initial;
  }
  .center-lt-410 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 410px) {
  .hide-gt-410 {
    display: none;
  }
  .show-gt-410 {
    display: initial;
  }
}
@media (max-width: 420px) {
  .hide-lt-420 {
    display: none;
  }
  .show-lt-420 {
    display: initial;
  }
  .center-lt-420 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 420px) {
  .hide-gt-420 {
    display: none;
  }
  .show-gt-420 {
    display: initial;
  }
}
@media (max-width: 430px) {
  .hide-lt-430 {
    display: none;
  }
  .show-lt-430 {
    display: initial;
  }
  .center-lt-430 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 430px) {
  .hide-gt-430 {
    display: none;
  }
  .show-gt-430 {
    display: initial;
  }
}
@media (max-width: 440px) {
  .hide-lt-440 {
    display: none;
  }
  .show-lt-440 {
    display: initial;
  }
  .center-lt-440 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 440px) {
  .hide-gt-440 {
    display: none;
  }
  .show-gt-440 {
    display: initial;
  }
}
@media (max-width: 450px) {
  .hide-lt-450 {
    display: none;
  }
  .show-lt-450 {
    display: initial;
  }
  .center-lt-450 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 450px) {
  .hide-gt-450 {
    display: none;
  }
  .show-gt-450 {
    display: initial;
  }
}
@media (max-width: 460px) {
  .hide-lt-460 {
    display: none;
  }
  .show-lt-460 {
    display: initial;
  }
  .center-lt-460 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 460px) {
  .hide-gt-460 {
    display: none;
  }
  .show-gt-460 {
    display: initial;
  }
}
@media (max-width: 470px) {
  .hide-lt-470 {
    display: none;
  }
  .show-lt-470 {
    display: initial;
  }
  .center-lt-470 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 470px) {
  .hide-gt-470 {
    display: none;
  }
  .show-gt-470 {
    display: initial;
  }
}
@media (max-width: 480px) {
  .hide-lt-480 {
    display: none;
  }
  .show-lt-480 {
    display: initial;
  }
  .center-lt-480 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 480px) {
  .hide-gt-480 {
    display: none;
  }
  .show-gt-480 {
    display: initial;
  }
}
@media (max-width: 490px) {
  .hide-lt-490 {
    display: none;
  }
  .show-lt-490 {
    display: initial;
  }
  .center-lt-490 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 490px) {
  .hide-gt-490 {
    display: none;
  }
  .show-gt-490 {
    display: initial;
  }
}
@media (max-width: 500px) {
  .hide-lt-500 {
    display: none;
  }
  .show-lt-500 {
    display: initial;
  }
  .center-lt-500 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 500px) {
  .hide-gt-500 {
    display: none;
  }
  .show-gt-500 {
    display: initial;
  }
}
@media (max-width: 510px) {
  .hide-lt-510 {
    display: none;
  }
  .show-lt-510 {
    display: initial;
  }
  .center-lt-510 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 510px) {
  .hide-gt-510 {
    display: none;
  }
  .show-gt-510 {
    display: initial;
  }
}
@media (max-width: 520px) {
  .hide-lt-520 {
    display: none;
  }
  .show-lt-520 {
    display: initial;
  }
  .center-lt-520 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 520px) {
  .hide-gt-520 {
    display: none;
  }
  .show-gt-520 {
    display: initial;
  }
}
@media (max-width: 530px) {
  .hide-lt-530 {
    display: none;
  }
  .show-lt-530 {
    display: initial;
  }
  .center-lt-530 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 530px) {
  .hide-gt-530 {
    display: none;
  }
  .show-gt-530 {
    display: initial;
  }
}
@media (max-width: 540px) {
  .hide-lt-540 {
    display: none;
  }
  .show-lt-540 {
    display: initial;
  }
  .center-lt-540 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 540px) {
  .hide-gt-540 {
    display: none;
  }
  .show-gt-540 {
    display: initial;
  }
}
@media (max-width: 550px) {
  .hide-lt-550 {
    display: none;
  }
  .show-lt-550 {
    display: initial;
  }
  .center-lt-550 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 550px) {
  .hide-gt-550 {
    display: none;
  }
  .show-gt-550 {
    display: initial;
  }
}
@media (max-width: 560px) {
  .hide-lt-560 {
    display: none;
  }
  .show-lt-560 {
    display: initial;
  }
  .center-lt-560 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 560px) {
  .hide-gt-560 {
    display: none;
  }
  .show-gt-560 {
    display: initial;
  }
}
@media (max-width: 570px) {
  .hide-lt-570 {
    display: none;
  }
  .show-lt-570 {
    display: initial;
  }
  .center-lt-570 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 570px) {
  .hide-gt-570 {
    display: none;
  }
  .show-gt-570 {
    display: initial;
  }
}
@media (max-width: 580px) {
  .hide-lt-580 {
    display: none;
  }
  .show-lt-580 {
    display: initial;
  }
  .center-lt-580 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 580px) {
  .hide-gt-580 {
    display: none;
  }
  .show-gt-580 {
    display: initial;
  }
}
@media (max-width: 590px) {
  .hide-lt-590 {
    display: none;
  }
  .show-lt-590 {
    display: initial;
  }
  .center-lt-590 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 590px) {
  .hide-gt-590 {
    display: none;
  }
  .show-gt-590 {
    display: initial;
  }
}
@media (max-width: 600px) {
  .hide-lt-600 {
    display: none;
  }
  .show-lt-600 {
    display: initial;
  }
  .center-lt-600 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .hide-gt-600 {
    display: none;
  }
  .show-gt-600 {
    display: initial;
  }
}
@media (max-width: 610px) {
  .hide-lt-610 {
    display: none;
  }
  .show-lt-610 {
    display: initial;
  }
  .center-lt-610 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 610px) {
  .hide-gt-610 {
    display: none;
  }
  .show-gt-610 {
    display: initial;
  }
}
@media (max-width: 620px) {
  .hide-lt-620 {
    display: none;
  }
  .show-lt-620 {
    display: initial;
  }
  .center-lt-620 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 620px) {
  .hide-gt-620 {
    display: none;
  }
  .show-gt-620 {
    display: initial;
  }
}
@media (max-width: 630px) {
  .hide-lt-630 {
    display: none;
  }
  .show-lt-630 {
    display: initial;
  }
  .center-lt-630 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 630px) {
  .hide-gt-630 {
    display: none;
  }
  .show-gt-630 {
    display: initial;
  }
}
@media (max-width: 640px) {
  .hide-lt-640 {
    display: none;
  }
  .show-lt-640 {
    display: initial;
  }
  .center-lt-640 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 640px) {
  .hide-gt-640 {
    display: none;
  }
  .show-gt-640 {
    display: initial;
  }
}
@media (max-width: 650px) {
  .hide-lt-650 {
    display: none;
  }
  .show-lt-650 {
    display: initial;
  }
  .center-lt-650 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 650px) {
  .hide-gt-650 {
    display: none;
  }
  .show-gt-650 {
    display: initial;
  }
}
@media (max-width: 660px) {
  .hide-lt-660 {
    display: none;
  }
  .show-lt-660 {
    display: initial;
  }
  .center-lt-660 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 660px) {
  .hide-gt-660 {
    display: none;
  }
  .show-gt-660 {
    display: initial;
  }
}
@media (max-width: 670px) {
  .hide-lt-670 {
    display: none;
  }
  .show-lt-670 {
    display: initial;
  }
  .center-lt-670 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 670px) {
  .hide-gt-670 {
    display: none;
  }
  .show-gt-670 {
    display: initial;
  }
}
@media (max-width: 680px) {
  .hide-lt-680 {
    display: none;
  }
  .show-lt-680 {
    display: initial;
  }
  .center-lt-680 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 680px) {
  .hide-gt-680 {
    display: none;
  }
  .show-gt-680 {
    display: initial;
  }
}
@media (max-width: 690px) {
  .hide-lt-690 {
    display: none;
  }
  .show-lt-690 {
    display: initial;
  }
  .center-lt-690 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 690px) {
  .hide-gt-690 {
    display: none;
  }
  .show-gt-690 {
    display: initial;
  }
}
@media (max-width: 700px) {
  .hide-lt-700 {
    display: none;
  }
  .show-lt-700 {
    display: initial;
  }
  .center-lt-700 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 700px) {
  .hide-gt-700 {
    display: none;
  }
  .show-gt-700 {
    display: initial;
  }
}
@media (max-width: 710px) {
  .hide-lt-710 {
    display: none;
  }
  .show-lt-710 {
    display: initial;
  }
  .center-lt-710 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 710px) {
  .hide-gt-710 {
    display: none;
  }
  .show-gt-710 {
    display: initial;
  }
}
@media (max-width: 720px) {
  .hide-lt-720 {
    display: none;
  }
  .show-lt-720 {
    display: initial;
  }
  .center-lt-720 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 720px) {
  .hide-gt-720 {
    display: none;
  }
  .show-gt-720 {
    display: initial;
  }
}
@media (max-width: 730px) {
  .hide-lt-730 {
    display: none;
  }
  .show-lt-730 {
    display: initial;
  }
  .center-lt-730 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 730px) {
  .hide-gt-730 {
    display: none;
  }
  .show-gt-730 {
    display: initial;
  }
}
@media (max-width: 740px) {
  .hide-lt-740 {
    display: none;
  }
  .show-lt-740 {
    display: initial;
  }
  .center-lt-740 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 740px) {
  .hide-gt-740 {
    display: none;
  }
  .show-gt-740 {
    display: initial;
  }
}
@media (max-width: 750px) {
  .hide-lt-750 {
    display: none;
  }
  .show-lt-750 {
    display: initial;
  }
  .center-lt-750 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 750px) {
  .hide-gt-750 {
    display: none;
  }
  .show-gt-750 {
    display: initial;
  }
}
@media (max-width: 760px) {
  .hide-lt-760 {
    display: none;
  }
  .show-lt-760 {
    display: initial;
  }
  .center-lt-760 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 760px) {
  .hide-gt-760 {
    display: none;
  }
  .show-gt-760 {
    display: initial;
  }
}
@media (max-width: 770px) {
  .hide-lt-770 {
    display: none;
  }
  .show-lt-770 {
    display: initial;
  }
  .center-lt-770 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 770px) {
  .hide-gt-770 {
    display: none;
  }
  .show-gt-770 {
    display: initial;
  }
}
@media (max-width: 780px) {
  .hide-lt-780 {
    display: none;
  }
  .show-lt-780 {
    display: initial;
  }
  .center-lt-780 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 780px) {
  .hide-gt-780 {
    display: none;
  }
  .show-gt-780 {
    display: initial;
  }
}
@media (max-width: 790px) {
  .hide-lt-790 {
    display: none;
  }
  .show-lt-790 {
    display: initial;
  }
  .center-lt-790 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 790px) {
  .hide-gt-790 {
    display: none;
  }
  .show-gt-790 {
    display: initial;
  }
}
@media (max-width: 800px) {
  .hide-lt-800 {
    display: none;
  }
  .show-lt-800 {
    display: initial;
  }
  .center-lt-800 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 800px) {
  .hide-gt-800 {
    display: none;
  }
  .show-gt-800 {
    display: initial;
  }
}
@media (max-width: 810px) {
  .hide-lt-810 {
    display: none;
  }
  .show-lt-810 {
    display: initial;
  }
  .center-lt-810 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 810px) {
  .hide-gt-810 {
    display: none;
  }
  .show-gt-810 {
    display: initial;
  }
}
@media (max-width: 820px) {
  .hide-lt-820 {
    display: none;
  }
  .show-lt-820 {
    display: initial;
  }
  .center-lt-820 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 820px) {
  .hide-gt-820 {
    display: none;
  }
  .show-gt-820 {
    display: initial;
  }
}
@media (max-width: 830px) {
  .hide-lt-830 {
    display: none;
  }
  .show-lt-830 {
    display: initial;
  }
  .center-lt-830 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 830px) {
  .hide-gt-830 {
    display: none;
  }
  .show-gt-830 {
    display: initial;
  }
}
@media (max-width: 840px) {
  .hide-lt-840 {
    display: none;
  }
  .show-lt-840 {
    display: initial;
  }
  .center-lt-840 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 840px) {
  .hide-gt-840 {
    display: none;
  }
  .show-gt-840 {
    display: initial;
  }
}
@media (max-width: 850px) {
  .hide-lt-850 {
    display: none;
  }
  .show-lt-850 {
    display: initial;
  }
  .center-lt-850 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 850px) {
  .hide-gt-850 {
    display: none;
  }
  .show-gt-850 {
    display: initial;
  }
}
@media (max-width: 860px) {
  .hide-lt-860 {
    display: none;
  }
  .show-lt-860 {
    display: initial;
  }
  .center-lt-860 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 860px) {
  .hide-gt-860 {
    display: none;
  }
  .show-gt-860 {
    display: initial;
  }
}
@media (max-width: 870px) {
  .hide-lt-870 {
    display: none;
  }
  .show-lt-870 {
    display: initial;
  }
  .center-lt-870 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 870px) {
  .hide-gt-870 {
    display: none;
  }
  .show-gt-870 {
    display: initial;
  }
}
@media (max-width: 880px) {
  .hide-lt-880 {
    display: none;
  }
  .show-lt-880 {
    display: initial;
  }
  .center-lt-880 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 880px) {
  .hide-gt-880 {
    display: none;
  }
  .show-gt-880 {
    display: initial;
  }
}
@media (max-width: 890px) {
  .hide-lt-890 {
    display: none;
  }
  .show-lt-890 {
    display: initial;
  }
  .center-lt-890 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 890px) {
  .hide-gt-890 {
    display: none;
  }
  .show-gt-890 {
    display: initial;
  }
}
@media (max-width: 900px) {
  .hide-lt-900 {
    display: none;
  }
  .show-lt-900 {
    display: initial;
  }
  .center-lt-900 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .hide-gt-900 {
    display: none;
  }
  .show-gt-900 {
    display: initial;
  }
}
@media (max-width: 910px) {
  .hide-lt-910 {
    display: none;
  }
  .show-lt-910 {
    display: initial;
  }
  .center-lt-910 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 910px) {
  .hide-gt-910 {
    display: none;
  }
  .show-gt-910 {
    display: initial;
  }
}
@media (max-width: 920px) {
  .hide-lt-920 {
    display: none;
  }
  .show-lt-920 {
    display: initial;
  }
  .center-lt-920 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 920px) {
  .hide-gt-920 {
    display: none;
  }
  .show-gt-920 {
    display: initial;
  }
}
@media (max-width: 930px) {
  .hide-lt-930 {
    display: none;
  }
  .show-lt-930 {
    display: initial;
  }
  .center-lt-930 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 930px) {
  .hide-gt-930 {
    display: none;
  }
  .show-gt-930 {
    display: initial;
  }
}
@media (max-width: 940px) {
  .hide-lt-940 {
    display: none;
  }
  .show-lt-940 {
    display: initial;
  }
  .center-lt-940 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 940px) {
  .hide-gt-940 {
    display: none;
  }
  .show-gt-940 {
    display: initial;
  }
}
@media (max-width: 950px) {
  .hide-lt-950 {
    display: none;
  }
  .show-lt-950 {
    display: initial;
  }
  .center-lt-950 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 950px) {
  .hide-gt-950 {
    display: none;
  }
  .show-gt-950 {
    display: initial;
  }
}
@media (max-width: 960px) {
  .hide-lt-960 {
    display: none;
  }
  .show-lt-960 {
    display: initial;
  }
  .center-lt-960 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 960px) {
  .hide-gt-960 {
    display: none;
  }
  .show-gt-960 {
    display: initial;
  }
}
@media (max-width: 970px) {
  .hide-lt-970 {
    display: none;
  }
  .show-lt-970 {
    display: initial;
  }
  .center-lt-970 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 970px) {
  .hide-gt-970 {
    display: none;
  }
  .show-gt-970 {
    display: initial;
  }
}
@media (max-width: 980px) {
  .hide-lt-980 {
    display: none;
  }
  .show-lt-980 {
    display: initial;
  }
  .center-lt-980 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 980px) {
  .hide-gt-980 {
    display: none;
  }
  .show-gt-980 {
    display: initial;
  }
}
@media (max-width: 990px) {
  .hide-lt-990 {
    display: none;
  }
  .show-lt-990 {
    display: initial;
  }
  .center-lt-990 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 990px) {
  .hide-gt-990 {
    display: none;
  }
  .show-gt-990 {
    display: initial;
  }
}
@media (max-width: 1000px) {
  .hide-lt-1000 {
    display: none;
  }
  .show-lt-1000 {
    display: initial;
  }
  .center-lt-1000 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1000px) {
  .hide-gt-1000 {
    display: none;
  }
  .show-gt-1000 {
    display: initial;
  }
}
@media (max-width: 1010px) {
  .hide-lt-1010 {
    display: none;
  }
  .show-lt-1010 {
    display: initial;
  }
  .center-lt-1010 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1010px) {
  .hide-gt-1010 {
    display: none;
  }
  .show-gt-1010 {
    display: initial;
  }
}
@media (max-width: 1020px) {
  .hide-lt-1020 {
    display: none;
  }
  .show-lt-1020 {
    display: initial;
  }
  .center-lt-1020 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1020px) {
  .hide-gt-1020 {
    display: none;
  }
  .show-gt-1020 {
    display: initial;
  }
}
@media (max-width: 1030px) {
  .hide-lt-1030 {
    display: none;
  }
  .show-lt-1030 {
    display: initial;
  }
  .center-lt-1030 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1030px) {
  .hide-gt-1030 {
    display: none;
  }
  .show-gt-1030 {
    display: initial;
  }
}
@media (max-width: 1040px) {
  .hide-lt-1040 {
    display: none;
  }
  .show-lt-1040 {
    display: initial;
  }
  .center-lt-1040 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1040px) {
  .hide-gt-1040 {
    display: none;
  }
  .show-gt-1040 {
    display: initial;
  }
}
@media (max-width: 1050px) {
  .hide-lt-1050 {
    display: none;
  }
  .show-lt-1050 {
    display: initial;
  }
  .center-lt-1050 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1050px) {
  .hide-gt-1050 {
    display: none;
  }
  .show-gt-1050 {
    display: initial;
  }
}
@media (max-width: 1060px) {
  .hide-lt-1060 {
    display: none;
  }
  .show-lt-1060 {
    display: initial;
  }
  .center-lt-1060 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1060px) {
  .hide-gt-1060 {
    display: none;
  }
  .show-gt-1060 {
    display: initial;
  }
}
@media (max-width: 1070px) {
  .hide-lt-1070 {
    display: none;
  }
  .show-lt-1070 {
    display: initial;
  }
  .center-lt-1070 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1070px) {
  .hide-gt-1070 {
    display: none;
  }
  .show-gt-1070 {
    display: initial;
  }
}
@media (max-width: 1080px) {
  .hide-lt-1080 {
    display: none;
  }
  .show-lt-1080 {
    display: initial;
  }
  .center-lt-1080 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1080px) {
  .hide-gt-1080 {
    display: none;
  }
  .show-gt-1080 {
    display: initial;
  }
}
@media (max-width: 1090px) {
  .hide-lt-1090 {
    display: none;
  }
  .show-lt-1090 {
    display: initial;
  }
  .center-lt-1090 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1090px) {
  .hide-gt-1090 {
    display: none;
  }
  .show-gt-1090 {
    display: initial;
  }
}
@media (max-width: 1100px) {
  .hide-lt-1100 {
    display: none;
  }
  .show-lt-1100 {
    display: initial;
  }
  .center-lt-1100 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1100px) {
  .hide-gt-1100 {
    display: none;
  }
  .show-gt-1100 {
    display: initial;
  }
}
@media (max-width: 1110px) {
  .hide-lt-1110 {
    display: none;
  }
  .show-lt-1110 {
    display: initial;
  }
  .center-lt-1110 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1110px) {
  .hide-gt-1110 {
    display: none;
  }
  .show-gt-1110 {
    display: initial;
  }
}
@media (max-width: 1120px) {
  .hide-lt-1120 {
    display: none;
  }
  .show-lt-1120 {
    display: initial;
  }
  .center-lt-1120 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1120px) {
  .hide-gt-1120 {
    display: none;
  }
  .show-gt-1120 {
    display: initial;
  }
}
@media (max-width: 1130px) {
  .hide-lt-1130 {
    display: none;
  }
  .show-lt-1130 {
    display: initial;
  }
  .center-lt-1130 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1130px) {
  .hide-gt-1130 {
    display: none;
  }
  .show-gt-1130 {
    display: initial;
  }
}
@media (max-width: 1140px) {
  .hide-lt-1140 {
    display: none;
  }
  .show-lt-1140 {
    display: initial;
  }
  .center-lt-1140 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1140px) {
  .hide-gt-1140 {
    display: none;
  }
  .show-gt-1140 {
    display: initial;
  }
}
@media (max-width: 1150px) {
  .hide-lt-1150 {
    display: none;
  }
  .show-lt-1150 {
    display: initial;
  }
  .center-lt-1150 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1150px) {
  .hide-gt-1150 {
    display: none;
  }
  .show-gt-1150 {
    display: initial;
  }
}
@media (max-width: 1160px) {
  .hide-lt-1160 {
    display: none;
  }
  .show-lt-1160 {
    display: initial;
  }
  .center-lt-1160 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1160px) {
  .hide-gt-1160 {
    display: none;
  }
  .show-gt-1160 {
    display: initial;
  }
}
@media (max-width: 1170px) {
  .hide-lt-1170 {
    display: none;
  }
  .show-lt-1170 {
    display: initial;
  }
  .center-lt-1170 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1170px) {
  .hide-gt-1170 {
    display: none;
  }
  .show-gt-1170 {
    display: initial;
  }
}
@media (max-width: 1180px) {
  .hide-lt-1180 {
    display: none;
  }
  .show-lt-1180 {
    display: initial;
  }
  .center-lt-1180 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1180px) {
  .hide-gt-1180 {
    display: none;
  }
  .show-gt-1180 {
    display: initial;
  }
}
@media (max-width: 1190px) {
  .hide-lt-1190 {
    display: none;
  }
  .show-lt-1190 {
    display: initial;
  }
  .center-lt-1190 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1190px) {
  .hide-gt-1190 {
    display: none;
  }
  .show-gt-1190 {
    display: initial;
  }
}
@media (max-width: 1200px) {
  .hide-lt-1200 {
    display: none;
  }
  .show-lt-1200 {
    display: initial;
  }
  .center-lt-1200 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .hide-gt-1200 {
    display: none;
  }
  .show-gt-1200 {
    display: initial;
  }
}
@media (max-width: 1210px) {
  .hide-lt-1210 {
    display: none;
  }
  .show-lt-1210 {
    display: initial;
  }
  .center-lt-1210 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1210px) {
  .hide-gt-1210 {
    display: none;
  }
  .show-gt-1210 {
    display: initial;
  }
}
@media (max-width: 1220px) {
  .hide-lt-1220 {
    display: none;
  }
  .show-lt-1220 {
    display: initial;
  }
  .center-lt-1220 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1220px) {
  .hide-gt-1220 {
    display: none;
  }
  .show-gt-1220 {
    display: initial;
  }
}
@media (max-width: 1230px) {
  .hide-lt-1230 {
    display: none;
  }
  .show-lt-1230 {
    display: initial;
  }
  .center-lt-1230 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1230px) {
  .hide-gt-1230 {
    display: none;
  }
  .show-gt-1230 {
    display: initial;
  }
}
@media (max-width: 1240px) {
  .hide-lt-1240 {
    display: none;
  }
  .show-lt-1240 {
    display: initial;
  }
  .center-lt-1240 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1240px) {
  .hide-gt-1240 {
    display: none;
  }
  .show-gt-1240 {
    display: initial;
  }
}
@media (max-width: 1250px) {
  .hide-lt-1250 {
    display: none;
  }
  .show-lt-1250 {
    display: initial;
  }
  .center-lt-1250 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1250px) {
  .hide-gt-1250 {
    display: none;
  }
  .show-gt-1250 {
    display: initial;
  }
}
@media (max-width: 1260px) {
  .hide-lt-1260 {
    display: none;
  }
  .show-lt-1260 {
    display: initial;
  }
  .center-lt-1260 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1260px) {
  .hide-gt-1260 {
    display: none;
  }
  .show-gt-1260 {
    display: initial;
  }
}
@media (max-width: 1270px) {
  .hide-lt-1270 {
    display: none;
  }
  .show-lt-1270 {
    display: initial;
  }
  .center-lt-1270 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1270px) {
  .hide-gt-1270 {
    display: none;
  }
  .show-gt-1270 {
    display: initial;
  }
}
@media (max-width: 1280px) {
  .hide-lt-1280 {
    display: none;
  }
  .show-lt-1280 {
    display: initial;
  }
  .center-lt-1280 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .hide-gt-1280 {
    display: none;
  }
  .show-gt-1280 {
    display: initial;
  }
}
@media (max-width: 1290px) {
  .hide-lt-1290 {
    display: none;
  }
  .show-lt-1290 {
    display: initial;
  }
  .center-lt-1290 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1290px) {
  .hide-gt-1290 {
    display: none;
  }
  .show-gt-1290 {
    display: initial;
  }
}
@media (max-width: 1300px) {
  .hide-lt-1300 {
    display: none;
  }
  .show-lt-1300 {
    display: initial;
  }
  .center-lt-1300 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .hide-gt-1300 {
    display: none;
  }
  .show-gt-1300 {
    display: initial;
  }
}
@media (max-width: 1310px) {
  .hide-lt-1310 {
    display: none;
  }
  .show-lt-1310 {
    display: initial;
  }
  .center-lt-1310 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1310px) {
  .hide-gt-1310 {
    display: none;
  }
  .show-gt-1310 {
    display: initial;
  }
}
@media (max-width: 1320px) {
  .hide-lt-1320 {
    display: none;
  }
  .show-lt-1320 {
    display: initial;
  }
  .center-lt-1320 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1320px) {
  .hide-gt-1320 {
    display: none;
  }
  .show-gt-1320 {
    display: initial;
  }
}
@media (max-width: 1330px) {
  .hide-lt-1330 {
    display: none;
  }
  .show-lt-1330 {
    display: initial;
  }
  .center-lt-1330 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1330px) {
  .hide-gt-1330 {
    display: none;
  }
  .show-gt-1330 {
    display: initial;
  }
}
@media (max-width: 1340px) {
  .hide-lt-1340 {
    display: none;
  }
  .show-lt-1340 {
    display: initial;
  }
  .center-lt-1340 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1340px) {
  .hide-gt-1340 {
    display: none;
  }
  .show-gt-1340 {
    display: initial;
  }
}
@media (max-width: 1350px) {
  .hide-lt-1350 {
    display: none;
  }
  .show-lt-1350 {
    display: initial;
  }
  .center-lt-1350 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1350px) {
  .hide-gt-1350 {
    display: none;
  }
  .show-gt-1350 {
    display: initial;
  }
}
@media (max-width: 1360px) {
  .hide-lt-1360 {
    display: none;
  }
  .show-lt-1360 {
    display: initial;
  }
  .center-lt-1360 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1360px) {
  .hide-gt-1360 {
    display: none;
  }
  .show-gt-1360 {
    display: initial;
  }
}
@media (max-width: 1370px) {
  .hide-lt-1370 {
    display: none;
  }
  .show-lt-1370 {
    display: initial;
  }
  .center-lt-1370 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1370px) {
  .hide-gt-1370 {
    display: none;
  }
  .show-gt-1370 {
    display: initial;
  }
}
@media (max-width: 1380px) {
  .hide-lt-1380 {
    display: none;
  }
  .show-lt-1380 {
    display: initial;
  }
  .center-lt-1380 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1380px) {
  .hide-gt-1380 {
    display: none;
  }
  .show-gt-1380 {
    display: initial;
  }
}
@media (max-width: 1390px) {
  .hide-lt-1390 {
    display: none;
  }
  .show-lt-1390 {
    display: initial;
  }
  .center-lt-1390 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1390px) {
  .hide-gt-1390 {
    display: none;
  }
  .show-gt-1390 {
    display: initial;
  }
}
@media (max-width: 1400px) {
  .hide-lt-1400 {
    display: none;
  }
  .show-lt-1400 {
    display: initial;
  }
  .center-lt-1400 {
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .hide-gt-1400 {
    display: none;
  }
  .show-gt-1400 {
    display: initial;
  }
}
.m-auto {
  margin: auto;
}
.m-1 {
  margin: 1px;
}
.m-2 {
  margin: 2px;
}
.m-3 {
  margin: 3px;
}
.m-4 {
  margin: 4px;
}
.m-0 {
  margin: 0px;
}
.m-v-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-h-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.p-0 {
  padding: 0px;
}
.p-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-h-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.m-5 {
  margin: 5px;
}
.m-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-h-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.p-5 {
  padding: 5px;
}
.p-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.m-10 {
  margin: 10px;
}
.m-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-h-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.p-10 {
  padding: 10px;
}
.p-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.m-15 {
  margin: 15px;
}
.m-v-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-h-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.p-15 {
  padding: 15px;
}
.p-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-h-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.m-20 {
  margin: 20px;
}
.m-v-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-h-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.p-20 {
  padding: 20px;
}
.p-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-h-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.m-25 {
  margin: 25px;
}
.m-v-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-h-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.p-25 {
  padding: 25px;
}
.p-v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-h-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.m-30 {
  margin: 30px;
}
.m-v-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-h-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.p-30 {
  padding: 30px;
}
.p-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.m-35 {
  margin: 35px;
}
.m-v-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-h-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.p-35 {
  padding: 35px;
}
.p-v-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p-h-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.m-40 {
  margin: 40px;
}
.m-v-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-h-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.p-40 {
  padding: 40px;
}
.p-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-h-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.m-45 {
  margin: 45px;
}
.m-v-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.m-h-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.p-45 {
  padding: 45px;
}
.p-v-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.p-h-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.m-50 {
  margin: 50px;
}
.m-v-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-h-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.p-50 {
  padding: 50px;
}
.p-v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-h-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.m-55 {
  margin: 55px;
}
.m-v-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.m-h-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.p-55 {
  padding: 55px;
}
.p-v-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.p-h-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.m-60 {
  margin: 60px;
}
.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-h-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.p-60 {
  padding: 60px;
}
.p-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-h-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.m-65 {
  margin: 65px;
}
.m-v-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.m-h-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.p-65 {
  padding: 65px;
}
.p-v-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.p-h-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.m-70 {
  margin: 70px;
}
.m-v-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.m-h-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.p-70 {
  padding: 70px;
}
.p-v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-h-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.m-75 {
  margin: 75px;
}
.m-v-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.m-h-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.p-75 {
  padding: 75px;
}
.p-v-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.p-h-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.m-80 {
  margin: 80px;
}
.m-v-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-h-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.p-80 {
  padding: 80px;
}
.p-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-h-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.m-85 {
  margin: 85px;
}
.m-v-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.m-h-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.p-85 {
  padding: 85px;
}
.p-v-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.p-h-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.m-90 {
  margin: 90px;
}
.m-v-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.m-h-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.p-90 {
  padding: 90px;
}
.p-v-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.p-h-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.m-95 {
  margin: 95px;
}
.m-v-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.m-h-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.p-95 {
  padding: 95px;
}
.p-v-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.p-h-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.m-100 {
  margin: 100px;
}
.m-v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-h-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.p-100 {
  padding: 100px;
}
.p-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-h-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.m-105 {
  margin: 105px;
}
.m-v-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.m-h-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.p-105 {
  padding: 105px;
}
.p-v-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.p-h-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-l-105 {
  padding-left: 105px;
}
.p-r-105 {
  padding-right: 105px;
}
.m-110 {
  margin: 110px;
}
.m-v-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.m-h-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.p-110 {
  padding: 110px;
}
.p-v-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.p-h-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-l-110 {
  padding-left: 110px;
}
.p-r-110 {
  padding-right: 110px;
}
.m-115 {
  margin: 115px;
}
.m-v-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.m-h-115 {
  margin-left: 115px;
  margin-right: 115px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.p-115 {
  padding: 115px;
}
.p-v-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.p-h-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-l-115 {
  padding-left: 115px;
}
.p-r-115 {
  padding-right: 115px;
}
.m-120 {
  margin: 120px;
}
.m-v-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.m-h-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.p-120 {
  padding: 120px;
}
.p-v-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-h-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-l-120 {
  padding-left: 120px;
}
.p-r-120 {
  padding-right: 120px;
}
.m-125 {
  margin: 125px;
}
.m-v-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.m-h-125 {
  margin-left: 125px;
  margin-right: 125px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.p-125 {
  padding: 125px;
}
.p-v-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.p-h-125 {
  padding-left: 125px;
  padding-right: 125px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.p-l-125 {
  padding-left: 125px;
}
.p-r-125 {
  padding-right: 125px;
}
.m-130 {
  margin: 130px;
}
.m-v-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.m-h-130 {
  margin-left: 130px;
  margin-right: 130px;
}
.m-l-130 {
  margin-left: 130px;
}
.m-r-130 {
  margin-right: 130px;
}
.m-t-130 {
  margin-top: 130px;
}
.m-b-130 {
  margin-bottom: 130px;
}
.p-130 {
  padding: 130px;
}
.p-v-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.p-h-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.p-t-130 {
  padding-top: 130px;
}
.p-b-130 {
  padding-bottom: 130px;
}
.p-l-130 {
  padding-left: 130px;
}
.p-r-130 {
  padding-right: 130px;
}
.m-135 {
  margin: 135px;
}
.m-v-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.m-h-135 {
  margin-left: 135px;
  margin-right: 135px;
}
.m-l-135 {
  margin-left: 135px;
}
.m-r-135 {
  margin-right: 135px;
}
.m-t-135 {
  margin-top: 135px;
}
.m-b-135 {
  margin-bottom: 135px;
}
.p-135 {
  padding: 135px;
}
.p-v-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.p-h-135 {
  padding-left: 135px;
  padding-right: 135px;
}
.p-t-135 {
  padding-top: 135px;
}
.p-b-135 {
  padding-bottom: 135px;
}
.p-l-135 {
  padding-left: 135px;
}
.p-r-135 {
  padding-right: 135px;
}
.m-140 {
  margin: 140px;
}
.m-v-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.m-h-140 {
  margin-left: 140px;
  margin-right: 140px;
}
.m-l-140 {
  margin-left: 140px;
}
.m-r-140 {
  margin-right: 140px;
}
.m-t-140 {
  margin-top: 140px;
}
.m-b-140 {
  margin-bottom: 140px;
}
.p-140 {
  padding: 140px;
}
.p-v-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.p-h-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.p-t-140 {
  padding-top: 140px;
}
.p-b-140 {
  padding-bottom: 140px;
}
.p-l-140 {
  padding-left: 140px;
}
.p-r-140 {
  padding-right: 140px;
}
.m-145 {
  margin: 145px;
}
.m-v-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}
.m-h-145 {
  margin-left: 145px;
  margin-right: 145px;
}
.m-l-145 {
  margin-left: 145px;
}
.m-r-145 {
  margin-right: 145px;
}
.m-t-145 {
  margin-top: 145px;
}
.m-b-145 {
  margin-bottom: 145px;
}
.p-145 {
  padding: 145px;
}
.p-v-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.p-h-145 {
  padding-left: 145px;
  padding-right: 145px;
}
.p-t-145 {
  padding-top: 145px;
}
.p-b-145 {
  padding-bottom: 145px;
}
.p-l-145 {
  padding-left: 145px;
}
.p-r-145 {
  padding-right: 145px;
}
.m-150 {
  margin: 150px;
}
.m-v-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.m-h-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.m-l-150 {
  margin-left: 150px;
}
.m-r-150 {
  margin-right: 150px;
}
.m-t-150 {
  margin-top: 150px;
}
.m-b-150 {
  margin-bottom: 150px;
}
.p-150 {
  padding: 150px;
}
.p-v-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p-h-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.p-t-150 {
  padding-top: 150px;
}
.p-b-150 {
  padding-bottom: 150px;
}
.p-l-150 {
  padding-left: 150px;
}
.p-r-150 {
  padding-right: 150px;
}
.m-155 {
  margin: 155px;
}
.m-v-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}
.m-h-155 {
  margin-left: 155px;
  margin-right: 155px;
}
.m-l-155 {
  margin-left: 155px;
}
.m-r-155 {
  margin-right: 155px;
}
.m-t-155 {
  margin-top: 155px;
}
.m-b-155 {
  margin-bottom: 155px;
}
.p-155 {
  padding: 155px;
}
.p-v-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.p-h-155 {
  padding-left: 155px;
  padding-right: 155px;
}
.p-t-155 {
  padding-top: 155px;
}
.p-b-155 {
  padding-bottom: 155px;
}
.p-l-155 {
  padding-left: 155px;
}
.p-r-155 {
  padding-right: 155px;
}
.m-160 {
  margin: 160px;
}
.m-v-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.m-h-160 {
  margin-left: 160px;
  margin-right: 160px;
}
.m-l-160 {
  margin-left: 160px;
}
.m-r-160 {
  margin-right: 160px;
}
.m-t-160 {
  margin-top: 160px;
}
.m-b-160 {
  margin-bottom: 160px;
}
.p-160 {
  padding: 160px;
}
.p-v-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.p-h-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.p-t-160 {
  padding-top: 160px;
}
.p-b-160 {
  padding-bottom: 160px;
}
.p-l-160 {
  padding-left: 160px;
}
.p-r-160 {
  padding-right: 160px;
}
.m-165 {
  margin: 165px;
}
.m-v-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.m-h-165 {
  margin-left: 165px;
  margin-right: 165px;
}
.m-l-165 {
  margin-left: 165px;
}
.m-r-165 {
  margin-right: 165px;
}
.m-t-165 {
  margin-top: 165px;
}
.m-b-165 {
  margin-bottom: 165px;
}
.p-165 {
  padding: 165px;
}
.p-v-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.p-h-165 {
  padding-left: 165px;
  padding-right: 165px;
}
.p-t-165 {
  padding-top: 165px;
}
.p-b-165 {
  padding-bottom: 165px;
}
.p-l-165 {
  padding-left: 165px;
}
.p-r-165 {
  padding-right: 165px;
}
.m-170 {
  margin: 170px;
}
.m-v-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.m-h-170 {
  margin-left: 170px;
  margin-right: 170px;
}
.m-l-170 {
  margin-left: 170px;
}
.m-r-170 {
  margin-right: 170px;
}
.m-t-170 {
  margin-top: 170px;
}
.m-b-170 {
  margin-bottom: 170px;
}
.p-170 {
  padding: 170px;
}
.p-v-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.p-h-170 {
  padding-left: 170px;
  padding-right: 170px;
}
.p-t-170 {
  padding-top: 170px;
}
.p-b-170 {
  padding-bottom: 170px;
}
.p-l-170 {
  padding-left: 170px;
}
.p-r-170 {
  padding-right: 170px;
}
.m-175 {
  margin: 175px;
}
.m-v-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.m-h-175 {
  margin-left: 175px;
  margin-right: 175px;
}
.m-l-175 {
  margin-left: 175px;
}
.m-r-175 {
  margin-right: 175px;
}
.m-t-175 {
  margin-top: 175px;
}
.m-b-175 {
  margin-bottom: 175px;
}
.p-175 {
  padding: 175px;
}
.p-v-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.p-h-175 {
  padding-left: 175px;
  padding-right: 175px;
}
.p-t-175 {
  padding-top: 175px;
}
.p-b-175 {
  padding-bottom: 175px;
}
.p-l-175 {
  padding-left: 175px;
}
.p-r-175 {
  padding-right: 175px;
}
.m-180 {
  margin: 180px;
}
.m-v-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.m-h-180 {
  margin-left: 180px;
  margin-right: 180px;
}
.m-l-180 {
  margin-left: 180px;
}
.m-r-180 {
  margin-right: 180px;
}
.m-t-180 {
  margin-top: 180px;
}
.m-b-180 {
  margin-bottom: 180px;
}
.p-180 {
  padding: 180px;
}
.p-v-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.p-h-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.p-t-180 {
  padding-top: 180px;
}
.p-b-180 {
  padding-bottom: 180px;
}
.p-l-180 {
  padding-left: 180px;
}
.p-r-180 {
  padding-right: 180px;
}
.m-185 {
  margin: 185px;
}
.m-v-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}
.m-h-185 {
  margin-left: 185px;
  margin-right: 185px;
}
.m-l-185 {
  margin-left: 185px;
}
.m-r-185 {
  margin-right: 185px;
}
.m-t-185 {
  margin-top: 185px;
}
.m-b-185 {
  margin-bottom: 185px;
}
.p-185 {
  padding: 185px;
}
.p-v-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}
.p-h-185 {
  padding-left: 185px;
  padding-right: 185px;
}
.p-t-185 {
  padding-top: 185px;
}
.p-b-185 {
  padding-bottom: 185px;
}
.p-l-185 {
  padding-left: 185px;
}
.p-r-185 {
  padding-right: 185px;
}
.m-190 {
  margin: 190px;
}
.m-v-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.m-h-190 {
  margin-left: 190px;
  margin-right: 190px;
}
.m-l-190 {
  margin-left: 190px;
}
.m-r-190 {
  margin-right: 190px;
}
.m-t-190 {
  margin-top: 190px;
}
.m-b-190 {
  margin-bottom: 190px;
}
.p-190 {
  padding: 190px;
}
.p-v-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.p-h-190 {
  padding-left: 190px;
  padding-right: 190px;
}
.p-t-190 {
  padding-top: 190px;
}
.p-b-190 {
  padding-bottom: 190px;
}
.p-l-190 {
  padding-left: 190px;
}
.p-r-190 {
  padding-right: 190px;
}
.m-195 {
  margin: 195px;
}
.m-v-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.m-h-195 {
  margin-left: 195px;
  margin-right: 195px;
}
.m-l-195 {
  margin-left: 195px;
}
.m-r-195 {
  margin-right: 195px;
}
.m-t-195 {
  margin-top: 195px;
}
.m-b-195 {
  margin-bottom: 195px;
}
.p-195 {
  padding: 195px;
}
.p-v-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.p-h-195 {
  padding-left: 195px;
  padding-right: 195px;
}
.p-t-195 {
  padding-top: 195px;
}
.p-b-195 {
  padding-bottom: 195px;
}
.p-l-195 {
  padding-left: 195px;
}
.p-r-195 {
  padding-right: 195px;
}
.m-200 {
  margin: 200px;
}
.m-v-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.m-h-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.m-l-200 {
  margin-left: 200px;
}
.m-r-200 {
  margin-right: 200px;
}
.m-t-200 {
  margin-top: 200px;
}
.m-b-200 {
  margin-bottom: 200px;
}
.p-200 {
  padding: 200px;
}
.p-v-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.p-h-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.p-t-200 {
  padding-top: 200px;
}
.p-b-200 {
  padding-bottom: 200px;
}
.p-l-200 {
  padding-left: 200px;
}
.p-r-200 {
  padding-right: 200px;
}
.white {
  color: #fff;
}
.green,
.mongo-green {
  color: #13aa52;
}
.light-green {
  color: #66aa83;
}
.dark-green {
  color: #116149;
}
.charcoal {
  color: #212121;
}
.slate {
  color: #42494f;
}
.ash {
  color: #b3bbc1;
}
.smoke {
  color: #f5f6f7;
}
.blush {
  color: #f4758b;
}
.sienna {
  color: #f58263;
}
.marigold {
  color: #f4b65d;
}
.air {
  color: #c2deff;
}
.bluebird {
  color: #658d95;
}
.dark-gray {
  color: #1a1a1a;
}
.black {
  color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-green,
.bg-mongo-green {
  background-color: #13aa52;
}
.bg-light-green {
  background-color: #66aa83;
}
.bg-dark-green {
  background-color: #116149;
}
.bg-charcoal {
  background-color: #212121;
}
.bg-slate {
  background-color: #42494f;
}
.bg-ash {
  background-color: #b3bbc1;
}
.bg-smoke {
  background-color: #f5f6f7;
}
.bg-blush {
  background-color: #f4758b;
}
.bg-sienna {
  background-color: #f58263;
}
.bg-marigold {
  background-color: #f4b65d;
}
.bg-air {
  background-color: #c2deff;
}
.bg-bluebird {
  background-color: #658d95;
}
.bg-black {
  background-color: #000;
}
.bg-dark-gray {
  color: #1a1a1a;
}
.bg-black {
  color: #000;
}
@font-face {
  font-family: 'Akzidenz Grotesk BQ Light';
  src: url("/assets/fonts/akzidenzgroteskbq_light-webfont.woff2") format('woff2'), url("/assets/fonts/akzidenzgroteskbq_light-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenz Grotesk BQ Medium';
  src: url("/assets/fonts/akzidenzgroteskbq_medium-webfont.woff2") format('woff2'), url("/assets/fonts/akzidenzgroteskbq_medium-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url("/assets/fonts/DINWeb-Light.woff");
}
@font-face {
  font-family: 'DIN';
  src: url("/assets/fonts/DINWeb-Bold.woff");
  font-weight: bold;
}
@font-face {
  font-family: 'SourceCodePro';
  src: url("/assets/fonts/SourceCodePro-Regular.otf");
}
@font-face {
  font-family: 'SourceCodePro';
  src: url("/assets/fonts/SourceCodePro-Semibold.otf");
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body,
input,
button {
  font-family: Akzidenz Grotesk BQ Light, Helvetica;
  color: #42494f;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 15px 0;
}
h1,
h2,
h3,
h4,
strong,
button,
b,
.bold {
  font-family: Akzidenz Grotesk BQ Medium, Helvetica, Arial;
  font-weight: 400;
}
.fnt-light {
  font-family: Akzidenz Grotesk BQ Light, Helvetica, Arial;
}
h5,
h6,
p,
small,
body,
input {
  font-family: Akzidenz Grotesk BQ Light, Helvetica, Arial;
  font-weight: 500;
}
.fnt-14 {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 700px) {
  .fnt-14 {
    font-size: 12px;
    line-height: 20px;
  }
}
.fnt-14 {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .fnt-14 {
    font-size: 12px;
    line-height: 22px;
  }
}
.fnt-14 {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .fnt-14 {
    font-size: 12px;
    line-height: 22px;
  }
}
.fnt-18 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 700px) {
  .fnt-18 {
    font-size: 16px;
    line-height: 26px;
  }
}
.fnt-20 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .fnt-20 {
    font-size: 18px;
    line-height: 26px;
  }
}
.fnt-36 {
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 700px) {
  .fnt-36 {
    font-size: 28px;
    line-height: 38px;
  }
}
h1 {
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 700px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
h2 {
  font-size: 34px;
  line-height: 46px;
}
@media (max-width: 700px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 700px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 700px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
h5 {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 700px) {
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
h6 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 700px) {
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 700px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
small {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 700px) {
  small {
    font-size: 12px;
    line-height: 20px;
  }
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
.bullets {
  padding-left: 15px;
}
.bullets li {
  list-style-type: disc;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
a {
  color: #13aa52;
}
.overflow-hidden {
  overflow: hidden;
}
.code {
  overflow-y: auto;
  display: block;
  padding: 10px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
code,
.inline-code {
  padding: 0;
  font-size: inherit;
  background-color: transparent;
  border-radius: 0;
}
.code-dark,
.code-light {
  overflow-y: auto;
  display: block;
  padding: 20px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
}
.code-dark {
  background-color: #2c303a;
}
.code-light {
  background-color: #f0f0f0;
}
.btn-gray,
.btn-white,
.btn-slate,
.btn-blush,
.btn-marigold,
.btn-air,
.btn-bluebird,
.btn-green,
.btn-dark-green,
.btn-dark-gray,
.btn-black {
  font-family: 'Akzidenz Grotesk BQ Medium';
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  font-size: 16px;
  padding: 10px 30px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
}
.btn-gray:hover,
.btn-white:hover,
.btn-slate:hover,
.btn-blush:hover,
.btn-marigold:hover,
.btn-air:hover,
.btn-bluebird:hover,
.btn-green:hover,
.btn-dark-green:hover,
.btn-dark-gray:hover,
.btn-black:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 9px 0 rgba(0,0,0,0.15);
}
.btn-small {
  padding: 8px 16px;
  font-size: 14px;
}
.btn-med {
  padding: 18px 30px;
}
.btn-lg {
  padding: 25px 40px;
}
.btn-dark-green {
  color: #fff;
  background-color: #116149;
}
.btn-dark-gray {
  color: #fff;
  background-color: #1a1a1a;
}
.btn-black {
  color: #fff;
  background-color: #fff;
}
.btn-gray {
  color: #b3bbc1;
  background-color: #f5f6f7;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}
.btn-gray.active {
  color: #808d97;
  background-color: #dadde1;
}
.btn-white {
  color: #13aa52;
  background-color: #fff;
}
.btn-slate {
  color: #fff;
  background-color: #42494f;
}
.btn-blush {
  color: #fff;
  background-color: #f4758b;
}
.btn-marigold {
  color: #fff;
  background-color: #f4b65d;
}
.btn-air {
  color: #fff;
  background-color: #c2deff;
}
.btn-bluebird {
  color: #fff;
  background-color: #658d95;
}
.btn-green {
  color: #fff;
  background-color: #13aa52;
}
.play-btn-green,
.play-btn-white {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
}
.play-btn-green:before,
.play-btn-white:before {
  content: '\25B6';
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 10px);
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}
.play-btn-green {
  background: #13aa52;
  color: #fff;
}
.play-btn-white {
  background: #fff;
  color: #13aa52;
}
.play-btn-wide-green {
  background: #13aa52;
  color: #fff;
}
.play-btn-wide-white {
  background: #fff;
  color: #13aa52;
}
.play-btn-wide-green,
.play-btn-wide-white {
  padding: 15px 25px;
  border-radius: 25px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
  font-size: 16px;
  display: flex;
  align-items: center;
}
.play-btn-wide-green:before,
.play-btn-wide-white:before {
  content: '\25B6';
  font-size: 18px;
  margin-right: 10px;
  height: 19px;
}
.link {
  font-family: 'Akzidenz Grotesk BQ Medium';
  font-size: 16px;
  color: #13aa52;
  line-height: 24px;
}
.input-elem {
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #b3bbc1;
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.2);
  transition: all 300ms;
}
.input-elem:focus {
  border: 1px solid #69b241;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-presentation:before {
  content: "\e609";
}
.icon-lightbulb:before {
  content: "\e60a";
}
.icon-world:before {
  content: "\e60b";
}
.icon-in:before {
  content: "\e600";
}
.icon-library:before {
  content: "\e611";
}
.icon-phone:before {
  content: "\e601";
}
.icon-calendar:before {
  content: "\e60c";
}
.icon-share:before {
  content: "\e613";
}
.icon-google-plus-square:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e60d";
}
.icon-facebook-square:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e60e";
}
.icon-twitter-square:before {
  content: "\e604";
}
.icon-play:before {
  content: "\e612";
}
.icon-youtube:before {
  content: "\e60f";
}
.icon-github:before {
  content: "\e610";
}
.icon-linux:before {
  content: "\e606";
}
.icon-apple:before {
  content: "\e607";
}
.icon-windows:before {
  content: "\e608";
}
.icon-linkedin-square:before {
  content: "\e605";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-life-bouy:before {
  content: "\f1cd";
}
.icon-monitor:before {
  content: "\e021";
}
.icon-search:before {
  content: "\e036";
}
.icon-circle-check:before {
  content: "\e042";
}
.icon-circle-cross:before {
  content: "\e043";
}
.icon-check:before {
  content: "\e116";
}
.icon-cross:before {
  content: "\e117";
}
.icon-menu:before {
  content: "\e120";
}
.icon-open:before {
  content: "\e128";
}
.no-decor {
  text-decoration: none !important;
  color: inherit;
}
.no-decor * {
  text-decoration: none !important;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
.hover-green:hover {
  text-decoration: #13aa52 !important;
}
.hover-lift {
  transition: transform 300ms ease;
}
.hover-lift:hover {
  transform: translate3d(0, -5px, 0);
}
.table:not(.table-striped) {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.table:not(.table-striped) td,
.table:not(.table-striped) th {
  padding: 15px 10px;
}
.table:not(.table-striped) th {
  font-family: 'Akzidenz Grotesk BQ Medium';
  font-weight: 500;
}
.table:not(.table-striped) td {
  border-bottom: 1px solid #b3bbc1;
  border-right: 1px solid #b3bbc1;
  line-height: 23px;
}
.table:not(.table-striped) td:last-child {
  border-right: none;
}
.table:not(.table-striped) th {
  border-bottom: 2px solid #b3bbc1;
}
@media (max-width: 800px) {
  .table:not(.table-striped) {
    font-size: 16px;
  }
}
.table.inner-green td:nth-child(2n) {
  background-color: #e7f6ee;
}
.table-align-top td {
  vertical-align: top;
}
blockquote {
  margin: 0;
}
.blockquote-lg {
  padding: 50px;
}
.blockquote-sm {
  padding: 10px 0px;
}
.blockquote-lg p {
  font-size: 24px;
  line-height: 34px;
}
.blockquote-sm p {
  font-size: 20px;
  line-height: 28px;
}
.blockquote-lg,
.blockquote-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f3f7fd;
  position: relative;
  margin: 0;
}
.blockquote-lg:before,
.blockquote-sm:before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  background: url("/assets/images/style-guide/testimonial-bg.svg");
  background-size: 100%;
  z-index: 0;
}
.blockquote-lg blockquote,
.blockquote-sm blockquote {
  margin: 20px 15px;
}
.blockquote-lg img,
.blockquote-sm img {
  width: 150px;
  margin-right: 60px;
  z-index: 1;
}
.blockquote-lg p,
.blockquote-sm p {
  margin: 0px 0px 10px 0px;
  color: #8d8d8e;
  z-index: 1;
  max-width: 500px;
  position: relative;
}
.blockquote-lg p:after,
.blockquote-sm p:after {
  content: '”';
}
.blockquote-lg p:before,
.blockquote-sm p:before {
  content: url("/assets/images/style-guide/quote.svg");
  position: absolute;
  top: -15px;
  left: -20px;
}
.blockquote-lg.no-bg,
.blockquote-sm.no-bg {
  border-left: 3px solid #13aa52;
  background: transparent;
}
.blockquote-lg.no-bg:before,
.blockquote-sm.no-bg:before {
  background: transparent;
}
.blockquote-lg.no-bg p,
.blockquote-sm.no-bg p {
  color: #42494f !important;
}
.blockquote-lg.no-bg p:before,
.blockquote-sm.no-bg p:before {
  position: absoute;
  top: -15px;
  content: url("/assets/images/style-guide/quote-green.svg") !important;
}
.screenshot-left,
.screenshot-right {
  perspective: 300px;
}
.screenshot-left img,
.screenshot-right img {
  border-radius: 8px;
  box-shadow: 0 20px 25px 0 rgba(0,0,0,0.1);
  transform-style: preserve-3d;
}
.screenshot-left img {
  transform: rotate3d(0, 1, 0, 5deg) scale(0.9, 1);
}
@media (max-width: 800px) {
  .screenshot-left img {
    transform: rotate3d(0, 0, 0, 5deg) scale(0.9, 1);
  }
}
.screenshot-right img {
  transform: rotate3d(0, 1, 0, -5deg) scale(0.9, 1);
}
@media (max-width: 800px) {
  .screenshot-right img {
    transform: rotate3d(0, 0, 0, 5deg) scale(0.9, 1);
  }
}
.callout {
  margin-top: 16px;
  padding: 15px;
  background-color: #f5f6f7;
  border-left: 5px solid #13aa52;
  border-radius: 3px;
}
.border {
  border: solid 1px #e0e7e8;
}
.border-green {
  border: solid 1px #13aa52;
}
.border-green-2 {
  border: solid 2px #13aa52;
}
.border-t-green-5 {
  border-top: solid 5px #13aa52;
}
.border-b-green-5 {
  border-bottom: solid 5px #13aa52;
}
.border-l-green-5 {
  border-left: solid 5px #13aa52;
}
.border-r-green-5 {
  border-right: solid 5px #13aa52;
}
.radius {
  border-radius: 4px;
}
.shadow {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.2);
}
.no-shadow {
  box-shadow: none;
}
.gradient-one {
  background: linear-gradient(115.46deg, #fcfcfc 0%, #fcfdfd 49.07%, #f3f8ff 100%);
}
.gradient-two {
  background: linear-gradient(116.13deg, #fff 0%, #fcfdfd 49.18%, #f5f6f7 100%);
}
.box-shadow-top {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 20px;
  box-shadow: 0 0px 70px 50px #fff;
  background: #fff;
}
.list li {
  line-height: 1.5em !important;
  margin: 15px 0 15px 0 !important;
}
ol.list,
ul.list {
  padding-left: 30px !important;
}
ul.list {
  list-style-type: disc !important;
}
ol.list {
  list-style-type: decimal !important;
}
.bg-smoke,
.bg--light-gray {
  background-color: #f5f6f7;
}
.bg--dark-grey,
.bg--dark-gray {
  background-color: #424242;
}
.bg--light-green {
  background-color: #6aaf4e;
}
.bg--dark-green {
  background-color: #589636;
}
.bg--light-blue {
  background-color: #00acc1;
}
.bg--dark-blue {
  background-color: #00838f;
}
.bg--light-red {
  background-color: #dd4661;
}
.bg--dark-red {
  background-color: #ce3752;
}
.bg--light-orange {
  background-color: #fb8c00;
}
.bg--dark-orange {
  background-color: #ef6c00;
}
.bg--blackish {
  background-color: #212121;
}
.bg--translucent-black {
  background-color: rgba(0,0,0,0.85);
}
.border--light-green {
  border-color: #6aaf4e !important;
}
.border--light-blue {
  border-color: #00acc1 !important;
}
.border--dark-grey,
.border--dark-gray {
  border-color: #757575 !important;
}
.border--light-orange {
  border-color: #fb8c00 !important;
}
.border--light-red {
  border-color: #dd4661 !important;
}
.border--lightest-grey,
.border--lightest-gray {
  border-color: #f0f1f3 !important;
}
.font--light-grey,
.font--light-gray {
  color: #f5f6f7;
}
.font--dark-grey,
.font--dark-gray {
  color: #424242;
}
.font--white {
  color: #fff;
}
.font--light-green {
  color: #6aaf4e;
}
.font--light-blue {
  color: #00acc1;
}
.font--light-orange {
  color: #fb8c00;
}
.font--light-red {
  color: #dd4661;
}
label {
  cursor: pointer;
  font-size: 14px;
}
small {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 13px;
}
em {
  font-style: italic;
}
.text--right,
.font--right {
  text-align: right;
}
.text--left,
.font--left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
blockquote img {
  height: 26px;
  margin: 15px 0;
}
blockquote.font--white p:before,
.font--white blockquote p:before {
  color: #fff;
}
blockquote p,
.block-quote {
  position: relative;
  font-size: 20px;
}
blockquote p:before,
.block-quote:before {
  content: '\201C';
  position: absolute;
  left: -26px;
  top: 14px;
  font-size: 60px;
  color: #6aaf4e;
}
blockquote p:after,
.block-quote:after {
  content: '”';
}
blockquote footer:before,
.block-quote__author:before {
  content: '— ';
}
.glyphicon-ok:before {
  content: '✓';
}
pre {
  overflow-y: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.share-icons {
  position: relative;
  width: 120px;
  height: 40px;
  padding: 10px 0;
  color: #999;
  font-size: 18px;
  transition: all 0.2s ease;
}
.share-icons .share-icon,
.share-icons a {
  position: absolute;
  right: 0;
  height: 18px;
  font-size: 18px;
}
@media (min-width: 700px) {
  .share-icons .share-icon {
    transition: all 0.2s cubic-bezier(0, 0.97, 0.8, 1);
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .share-icons .share-icon {
    opacity: 0;
  }
}
@media (min-width: 700px) {
  .share-icons a {
    transition: all 0.2s cubic-bezier(0, 0.97, 0.8, 1);
    opacity: 0;
    color: inherit !important;
  }
}
@media (max-width: 700px) {
  .share-icons a {
    opacity: 1;
  }
  .share-icons a.icon-twitter-square {
    right: 30px;
  }
  .share-icons a.icon-linkedin-square {
    right: 60px;
  }
}
.share-icons a.icon-facebook-square:hover {
  color: #3b5998 !important;
}
.share-icons a.icon-twitter-square:hover {
  color: #4099ff !important;
}
.share-icons a.icon-linkedin-square:hover {
  color: #0077b5 !important;
}
.share-icons a:hover {
  text-decoration: none !important;
}
@media (min-width: 700px) {
  .share-icons:hover > .share-icon {
    opacity: 0;
  }
  .share-icons:hover > a {
    opacity: 1;
  }
  .share-icons:hover > a.icon-twitter-square {
    right: 30px;
  }
  .share-icons:hover > a.icon-linkedin-square {
    right: 60px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
label {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.display--inline-block {
  display: inline-block;
}
.block {
  width: 540px;
  max-width: 100%;
  padding: 20px 30px;
}
@media (max-width: 700px) {
  .block {
    padding: 20px 50px;
  }
}
.block--xs {
  width: 180px;
}
.block--sm {
  width: 270px;
}
@media (max-width: 700px) {
  .block--sm {
    width: 100%;
  }
}
.block--ms {
  width: 360px;
}
@media (max-width: 700px) {
  .block--ms {
    width: 100%;
  }
}
.block--md {
  width: 360px;
}
@media (max-width: 700px) {
  .block--md {
    width: 100%;
  }
}
.block--ml {
  width: 654px;
}
.block--lg {
  width: 870px;
}
.block--xl {
  width: 1140px;
}
.block--xxl {
  width: 1410px;
}
.block--half {
  width: 50%;
}
@media (max-width: 700px) {
  .block--half {
    width: 100%;
  }
}
.block--third-x,
.block--third {
  width: 33%;
}
@media (max-width: 700px) {
  .block--third-x,
  .block--third {
    width: 100%;
  }
}
.block--two-third-x,
.block--two-third {
  width: 66%;
}
@media (max-width: 700px) {
  .block--two-third-x,
  .block--two-third {
    width: 100%;
  }
}
.block--fourth-x,
.block--fourth {
  width: 25%;
}
@media (max-width: 700px) {
  .block--fourth-x,
  .block--fourth {
    width: 100%;
  }
}
.block--square.block--sm {
  height: 270px;
}
.block--square.block--md {
  height: 360px;
}
.block--square.block--lg {
  height: 870px;
}
.block--square.block--xl {
  height: 1140px;
}
@media (max-width: 700px) {
  .block > .block,
  [class^='block--'] > .block {
    padding-left: 0;
    padding-right: 0;
  }
}
.divider--horizontal {
  max-width: 100%;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #dadde1;
}
.bg-image {
  background-repeat: no-repeat;
}
.bg-image--cover {
  background-size: cover;
}
.bg-image--contain {
  background-size: contain;
}
.bg-image--center {
  background-position: 50%;
}
.bg-image__translucent-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.ellipse {
  border-radius: 100%;
}
.list-numbers {
  list-style-type: decimal;
  padding-left: 20px;
}
.box-shadow {
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}
code,
.inline-code {
  padding: 0.2em;
  font-size: 85%;
  background-color: rgba(0,0,0,0.04);
  borde-radius: 3px;
}
.border {
  border: 1px solid #bec5cb;
}
.border--curved {
  border-radius: 5px;
}
.border--vertical {
  border-top: 1px solid #bec5cb;
  border-bottom: 1px solid #bec5cb;
}
.border--left {
  border-left: 1px solid #bec5cb;
}
.border--right {
  border-right: 1px solid #bec5cb;
}
.border--top {
  border-top: 1px solid #bec5cb;
}
.border--bottom {
  border-bottom: 1px solid #bec5cb;
}
.table-1-2 td,
.table-1-2 th {
  width: 40%;
}
.table-1-2 td:first-child,
.table-1-2 th:first-child {
  width: 60%;
}
.table-1-5 td,
.table-1-5 th {
  width: 18%;
}
.table-1-5 td:first-child,
.table-1-5 th:first-child {
  width: 26%;
}
.clickable:hover {
  cursor: pointer;
}
a {
  cursor: pointer;
  color: #13aa52;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.m-nav a:hover {
  text-decoration: none !important;
}
input,
button,
select,
textarea {
  outline: 0;
}
input {
  border: solid 1px #e0e0e0;
}
button {
  cursor: pointer;
  margin: 0;
  background-color: transparent;
  border: 0;
}
select {
  display: inline-block;
  padding: 10px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #c8bfc4;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
.no-select {
  -webkit-user-select: none;
          user-select: none;
}
.a--no-decoration {
  color: inherit;
}
.a--no-decoration:hover {
  text-decoration: none;
}
.a--no-decoration:visited {
  color: inherit;
}
.input {
  height: 32px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  padding: 0 15px;
}
.input,
.btn,
.btn-fill,
.btn-hollow {
  font-size: 14px;
}
.btn-primary,
.btn-success,
.btn,
.btn-fill,
.btn-hollow {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 15px 40px;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border-radius: 4px;
}
.btn-fill,
.btn-hollow {
  border: 1px solid;
}
.btn-hollow {
  border-color: #fff;
}
.btn-primary,
.btn-success {
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
  font-family: Akzidenz Grotesk BQ Medium, Helvetica;
  border: 0;
}
.btn-primary,
.btn-success,
.btn-fill--light-green {
  background-color: #6aaf4e;
  border-color: #6aaf4e;
}
.btn-fill--light-orange {
  background-color: #fb8c00;
  border-color: #fb8c00;
}
.btn-fill--light-blue {
  background-color: #00acc1;
  border-color: #00acc1;
}
.btn-fill--light-red {
  background-color: #dd4661;
  border-color: #dd4661;
}
.btn-fill--teal {
  background-color: #15aa9a;
  border-color: #15aa9a;
}
.btn-fill--dark-gray,
.btn-fill--dark-grey {
  background-color: #424242;
}
.btn-fill--light-grey,
.btn-fill--light-gray {
  background-color: #8a8d8b;
}
.btn-fill--white {
  background-color: #fff;
  border-color: #fff;
  color: #6aaf4e;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}
.btn-hollow {
  border: 1px solid #fff;
}
.btn-hollow--light-green {
  border-color: #6aaf4e;
  color: #6aaf4e;
}
.btn-hollow--light-blue {
  border-color: #00acc1;
  color: #00acc1;
}
.btn-hollow--grey,
.btn-hollow--gray {
  border-color: #616161;
  color: #616161;
}
.tab-hollow--green {
  width: 200px;
  color: #333;
  padding: 8px 24px;
  border: 1px solid #eee;
  border-radius: 0;
}
.tab-hollow--green:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab-hollow--green:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-hollow--green.selected {
  background-color: #6aaf4e;
  border-color: #6aaf4e;
  color: #fff;
}
.card {
  width: 280px;
  height: 320px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}
.card--border {
  border: solid 1px #e0e0e0;
}
.card__title {
  width: 100%;
  height: 48px;
  font-family: AkzidenzGroteskStd-Md;
  line-height: 1.5;
  border-bottom: solid 1px #e0e0e0;
}
.card__title--grey,
.card__title--gray {
  color: #424242;
  background-color: #f5f6f7;
  border-bottom: solid 1px #e0e0e0;
}
.lightbox {
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.lightbox__activator-icon,
.lightbox__close {
  cursor: pointer;
  position: absolute;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.lightbox__activator-icon {
  top: 50%;
  left: 50%;
  width: 90px;
  margin: -45px;
}
.lightbox__close svg path {
  fill: #fff;
}
.lightbox__activator-icon:hover {
  transform: scale(0.95);
}
.lightbox__close {
  top: 10px;
  right: 10px;
}
@media (max-height: 850px) {
  .lightbox__content {
    display: block;
  }
  .lightbox__content > * {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .lightbox__close {
    position: relative;
    top: 0;
    left: 0;
  }
  .lightbox__close svg {
    float: right;
    height: 50px;
    width: 50px;
    padding: 8px;
  }
}
.form-default {
  width: 100%;
}
.form-default-wide {
  display: flex;
  flex-direction: column;
}
.form-default-wide > div:nth-child(2) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
}
@media (max-width: 550px) {
  .form-default-wide {
    width: 100%;
  }
}
.form-default-wide .form-group {
  width: 48%;
}
.form-default-wide .form-group .control-label {
  position: absolute;
}
@media (max-width: 550px) {
  .form-default-wide .form-group {
    width: 100%;
  }
}
.form-default label {
  cursor: default;
}
.form-default-wide label {
  cursor: default;
  width: 48%;
}
@media (max-width: 550px) {
  .form-default-wide label {
    width: 100%;
  }
}
.form-default #select-wrapper,
.form-default-wide #select-wrapper {
  width: 100%;
  position: relative;
/* Target Chrome for custom dropdown arrows */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-default #select-wrapper:after,
  .form-default-wide #select-wrapper:after {
    content: '';
    z-index: 1;
    position: absolute;
    right: 15px;
    bottom: calc(50% - 14px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    transform: rotate(45deg);
    pointer-events: none;
  }
}
.form-default textarea,
.form-default-wide textarea {
  resize: none;
  height: 80px !important;
}
.form-default select,
.form-default-wide select,
.form-default textarea,
.form-default-wide textarea,
.form-default input:not([type='checkbox']):not([type='submit']),
.form-default-wide input:not([type='checkbox']):not([type='submit']) {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 2px;
  box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.2) !important;
  border: 1px solid #b3bbc1;
  font-size: 15px;
  color: #424242;
  font-family: Akzidenz Grotesk BQ Light, Helvetica;
  padding: 9px;
  height: 41px;
  margin: 24px 0 0 0;
  width: 100%;
  transition: border 500ms;
}
.form-default select:focus,
.form-default-wide select:focus,
.form-default textarea:focus,
.form-default-wide textarea:focus,
.form-default input:not([type='checkbox']):not([type='submit']):focus,
.form-default-wide input:not([type='checkbox']):not([type='submit']):focus {
  border: 1px solid #69b241;
}
.form-default input[type='checkbox'],
.form-default-wide input[type='checkbox'] {
  padding: 5px;
  margin: 0px 3px 3px 3px !important;
}
.checkbox {
  margin: 10px 0px;
}
.checkbox small {
  margin-left: 5px;
}
.form-default input[type='submit'],
.form-default-wide input[type='submit'] {
  border-radius: 4px;
  background-color: #13aa52;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
  font-size: 16px;
  color: #fff;
}
.form-default input[type='submit'] {
  margin-top: 15px;
  width: 100%;
  border: 0 !important;
}
.form-default-wide input[type='submit'] {
  margin: 20px auto;
  width: calc(50% - 10px) !important;
}
@media (max-width: 550px) {
  .form-default-wide input[type='submit'] {
    width: 100% !important;
  }
}
#customerLabel {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 !important;
}
.form-default label p,
.form-default-wide label p {
  cursor: text;
  position: absolute;
  margin: 0 0 0 10px;
  padding: 13px 0;
  font-size: 15px;
  color: #777;
  transition: 150ms;
  transform: scale(1) translate(0, -44px);
}
.form-default label[for=firstName] {
  display: inline-block;
  width: calc(50% - 10px);
}
.form-default label[for=lastName] {
  display: inline-block;
  width: 50%;
  margin-left: 10px;
}
.form-default input::placeholder {
  color: transparent;
}
.form-default input:focus + p,
.form-default-wide input:focus + p,
.form-default input:not(.input--empty) + p,
.form-default-wide input:not(.input--empty) + p,
.form-default textarea:focus + p,
.form-default-wide textarea:focus + p,
.form-default textarea:not(.input--empty) + p,
.form-default-wide textarea:not(.input--empty) + p {
  color: inherit;
  transform: translate(-18px, -75px) scale(0.7);
}
.form-default small {
  display: block;
}
.form-default small a {
  margin: 0;
}
.form-default--invalid *:invalid {
  border-color: #dd4661 !important;
}
.form-error,
.form-success {
  width: 360px;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 550px) {
  .form-error,
  .form-success {
    width: 100%;
  }
}
.form-error {
  border: 1px solid #dd4661;
  background-color: rgba(255,221,221,0.54);
}
.form-success {
  border: 1px solid #6aaf4e;
  background-color: rgba(106,175,78,0.17);
}
#demandbase-autocomplete .ui-autocomplete {
  width: 300px;
}
#demandbase-autocomplete .ui-menu-item .ui-corner-all {
  color: #424242;
  font-size: 15px;
  line-height: 1.5em;
  font-family: Akzidenz Grotesk BQ Light, Helvetica;
}
#demandbase-autocomplete .ui-menu-item .ui-corner-all.ui-state-hover {
  border: 1px solid transparent;
  background: #e3e3e3;
}
.anim-fadezoom-in {
  position: relative;
  display: block;
  opacity: 0;
  transform: scale(0.95);
  animation-name: fadezoom-in;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
.anim-fadezoom-in:nth-child(1) {
  animation-delay: 0ms;
}
.anim-fadezoom-in:nth-child(2) {
  animation-delay: 40ms;
}
.anim-fadezoom-in:nth-child(3) {
  animation-delay: 80ms;
}
.anim-fadezoom-in:nth-child(4) {
  animation-delay: 120ms;
}
.anim-fadezoom-in:nth-child(5) {
  animation-delay: 160ms;
}
.anim-fadezoom-in:nth-child(6) {
  animation-delay: 200ms;
}
.anim-fadezoom-in:nth-child(7) {
  animation-delay: 240ms;
}
.anim-fadezoom-in:nth-child(8) {
  animation-delay: 280ms;
}
.anim-fadezoom-in:nth-child(9) {
  animation-delay: 320ms;
}
.anim-fadezoom-in:nth-child(10) {
  animation-delay: 360ms;
}
.anim-fadezoom-in:nth-child(11) {
  animation-delay: 400ms;
}
.anim-fadezoom-in:nth-child(12) {
  animation-delay: 440ms;
}
.anim-fadezoom-in:nth-child(13) {
  animation-delay: 480ms;
}
.anim-fadezoom-in:nth-child(14) {
  animation-delay: 520ms;
}
.anim-fadezoom-in:nth-child(15) {
  animation-delay: 560ms;
}
.anim-fadezoom-in:nth-child(16) {
  animation-delay: 600ms;
}
.anim-fadezoom-in:nth-child(17) {
  animation-delay: 640ms;
}
.anim-fadezoom-in:nth-child(18) {
  animation-delay: 680ms;
}
.anim-fadezoom-in:nth-child(19) {
  animation-delay: 720ms;
}
.anim-fadezoom-in:nth-child(20) {
  animation-delay: 760ms;
}
.animation--fade-in {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
.animation--slidein-leave {
  opacity: 0;
  animation-name: slidein-leave;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  transform: translate3d(0, 100px, 0);
}
.animation--slidein-enter {
  opacity: 1;
  animation-name: slidein-enter;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.animation--bounce {
  animation-name: bounce;
  animation-duration: 600ms;
}
.animation--bounce-inwards {
  animation-name: bounce-inwards;
  animation-duration: 600ms;
}
.transition--none {
  transition: none !important;
}
.transition {
  transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.transition--long {
  transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.transition--faded {
  opacity: 0;
  pointer-events: none;
}
.transition-fadezoom {
  position: relative;
  display: block;
  transition: opacity 500ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: scale(0.95);
}
.transition-fadezoom--deep {
  transform: scale(0.8);
}
.transition-fadezoom--visible {
  opacity: 1;
  transform: scale(1);
}
.hover--zoom,
.hover--small-zoom,
.hover--lift,
.hover--right,
.hover--left,
.hover--earmark,
.hover--squeeze,
.hover--slant,
.hover--darken {
  transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hover--small-zoom:hover {
  transform: scale(1.04);
}
.hover--zoom:hover {
  transform: scale(1.08);
}
.hover--squeeze:hover {
  transform: scale(0.97);
}
.hover--lift:hover {
  transform: translate3d(0, -6px, 0);
}
.hover--left:hover {
  transform: translate3d(-6px, 0, 0);
}
.hover--right:hover {
  transform: translate3d(6px, 0, 0);
}
.hover--slant {
  transform: rotate3d(0, 1, 0, 0.01deg);
}
.hover--slant:hover {
  transform: rotate3d(0, 1, 0, 5deg);
}
.hover--darken:hover {
  background-color: rgba(0,0,0,0.04) !important;
}
.hover--earmark {
  perspective: 500px;
}
.hover--earmark:before,
.hover--earmark:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.hover--earmark:before {
  border-width: 0 25px 25px 0;
  border-color: transparent #ddd transparent transparent;
}
.hover--earmark:after {
  border-width: 25px 0 0 25px;
  border-color: transparent transparent transparent #eee;
  transform: rotate3d(1, 1, 0, 180deg);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover--earmark:hover:after {
  transform: none;
}
.hover--underline-green:before {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #6aaf4e;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: 250ms;
}
.hover--underline-green:hover:before {
  transform: scale(1, 1);
}
.keyframes--hover {
  animation-name: keyframes--hover;
}
overflow: visible {
  position: relative;
  top: 50%;
  height: 110px;
  width: 100px;
  margin: -55px auto;
}
.keyframes--hover,
.keyframes--hover__shadow {
  display: block;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
}
.keyframes--hover__shadow {
  animation-name: keyframes--hover__shadow;
  position: absolute;
  width: 40px;
  height: 7px;
  bottom: -20px;
  left: 30px;
  border-radius: 100%;
  background-color: 100%;
  background-color: rgba(0,0,0,0.5);
}
@keyframes fadezoom-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidein-leave {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes slidein-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1.025);
  }
  80% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-inwards {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  40% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.975);
  }
  80% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes keyframes--hover {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes keyframes--hover__shadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.overflow--hidden {
  overflow: hidden;
}
.overflow--scrollY {
  overflow-y: scroll;
}
.overflow--scrollX {
  overflow-x: scroll;
}
.overflow--scroll {
  overflow: scroll;
}
.state--hidden {
  display: none;
}
.state--no-opacity {
  opacity: 0;
}
.header {
  position: relative;
  overflow: hidden;
}
.header__content,
.header__h1,
.header__p {
  opacity: 0;
}
@media (max-width: 700px) {
  .header__h1 {
    font-size: 26px;
  }
}
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 900px) {
  .header__video {
    height: 100%;
    width: auto;
    margin-left: -25%;
  }
}
.header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 500ms;
}
.header__bg {
  top: 0;
  left: 0;
  transition: opacity 500ms;
}
.header__animation-chunk {
  max-width: 100%;
  opacity: 0;
  transform: translate3d(0, 35px, 0);
  animation-name: slideup-in;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards;
}
.header__animation-chunk:nth-child(1) {
  animation-delay: 0ms;
}
.header__animation-chunk:nth-child(2) {
  animation-delay: 300ms;
}
.header__animation-chunk:nth-child(3) {
  animation-delay: 600ms;
}
.header__animation-chunk:nth-child(4) {
  animation-delay: 900ms;
}
.header__animation-chunk:nth-child(5) {
  animation-delay: 1200ms;
}
@keyframes slideup-in {
  from {
    opacity: 0;
    transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

*:not(input[type=radio]):not(input[type=checkbox]) {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

.form--dirty input:invalid:not(:placeholder-shown) {
  border: 1px solid #dd4661 !important;
  background-color: rgba(255, 221, 221, 0.54) !important;
}

input:invalid {
  box-shadow: none !important;
}
.monospace {
  font-family: monospace !important;
  font-size: 1em;
}
.simple-code-text-title,
.simple-code-docs {
  position: relative;
  display: flex;
}
.simple-code-text-title,
.simple-code-docs {
  align-items: center;
}
.simple-code-text-title {
  justify-content: space-between;
}
.simple-code-docs {
  padding: 0 14px;
}
.simple-code-docs p,
.simple-code-docs svg {
  opacity: 0;
  color: #ddd;
  fill: #ddd;
  transition: 250ms;
}
.simple-code-docs p {
  margin: 0 5px;
  font-size: 14px;
}
.simple-code-docs:hover p,
.simple-code-docs:hover svg {
  opacity: 1;
}
.simple-code-docs:hover svg {
  transform: scale(1.1);
}
.simple-code-stage {
  cursor: pointer;
  padding: 5px 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0);
  border: solid 1px rgba(0,0,0,0);
  border-right: solid 5px rgba(0,0,0,0);
  transition: box-shadow 300ms, border 300ms;
}
.simple-code-stage h3 {
  transition: 300ms;
}
.simple-code-stage-on {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
  border: solid 1px #e0e7e8;
  border-right: solid 5px #13aa52;
}
.simple-code-stage-on .simple-code-text-title p,
.simple-code-stage-on .simple-code-text-title svg {
  opacity: 0.7;
  color: #69b241;
  fill: #69b241;
}
.simple-code-snippet {
  height: calc(100% - 50px);
  padding: 0;
  margin: 0;
  border: 0;
  white-space: pre-wrap;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hljs {
  width: 100%;
}
.simple-code-snippet,
.hljs {
  background: #282c34;
}
.simple-code-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  background-color: #444;
  color: #fff;
  font-family: 'Akzidenz Grotesk BQ Medium';
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.simple-code-copy {
  margin: 0;
  padding: 14px;
  cursor: pointer;
  transition: background-color 1500ms, transform 300ms;
}
.simple-code-copy.selected {
  background-color: #ddd;
  color: #333;
  transform: scale(0.95);
  transition: background-color 150ms, transform 300ms;
}
.simple-code-options .dropdown__container {
  width: 130px;
  height: 40px;
}
.simple-code-options .dropdown {
  border: 0;
  background-color: #444;
  color: #fff;
}
.simple-code-options .dropdown__arrow {
  border-top-color: #fff;
}
.simple-code-options-one-lang .dropdown__arrow {
  display: none;
}
pre,
.code,
.code-light {
  border: 0;
  overflow-y: auto;
  display: block;
  padding: 20px !important;
  margin: 0 0 10px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #eee;
  background-color: #2b303b;
  border-radius: 4px;
}
code,
.inline-code {
  padding: 0;
  font-size: inherit;
  background-color: transparent;
  border-radius: 0;
}
.code-light {
  color: initial;
  background-color: #f0f0f0;
}
.hljs-comment,
.hljs-quote {
  color: #65737e;
}
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion,
.hljs-subst {
  color: #bf616a;
}
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #d08770;
}
.hljs-attribute {
  color: #ebcb8b;
}
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #a3be8c;
}
.hljs-title,
.hljs-section {
  color: #8fa1b3;
}
.hljs-keyword,
.hljs-selector-tag {
  color: #b48ead;
}
.hljs {
  display: block;
  overflow-x: auto;
  background: #2b303b;
  color: #c0c5ce;
  padding: 0.5em;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
