/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-ocd-width);min-width:var(--mm-ocd-min-width);max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:clamp(calc(100% - var(--mm-ocd-max-width)),calc(100% - var(--mm-ocd-width)),calc(100% - var(--mm-ocd-min-width)));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + var(--mm-spn-panel-offset));padding-right:var(--mm-spn-panel-offset);line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/ 2);left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:var(--mm-spn-item-height);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@charset "UTF-8";
/*** Convert px to rem
***********************************************************************************************************************/
/*** Font-size / line-height
***********************************************************************************************************************/
/**
* Colors
*/
/**
* Fonts
*/
/**
* Background
*/
/**
* Fonts
*/
/**
* Lightgallery
*/
/**
* Space size base
*/
body {
  --primary-color: #24AA85;
  --secondary-color: #BAE4DC;
  --darkyellow-color: var(--secondary-color);
  --bs-body-bg: #F5F5F5;
  --bs-accordion-border-color: #F0EAE4;
}

body.contrasted {
  --primary-color: #191e42;
  --secondary-color: rgb(91, 72, 32);
  --darkyellow-color: #e1c047;
}

/* Social Media */
/**
* Transitions
*/
/**
* Font Generation Mixin
*/
/**
* Burger Menu
*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F0EAE4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 5px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: rgba(55, 56, 63, 0.1);
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1700px;
}

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 10px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 40px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 40px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 132px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 132px;
}

.g-5px,
.gx-5px {
  --bs-gutter-x: 5px;
}

.g-5px,
.gy-5px {
  --bs-gutter-y: 5px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-35,
.gx-35 {
  --bs-gutter-x: 35px;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 35px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 10px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 20px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 20px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 40px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 40px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 60px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 60px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 132px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 132px;
  }
  .g-sm-5px,
  .gx-sm-5px {
    --bs-gutter-x: 5px;
  }
  .g-sm-5px,
  .gy-sm-5px {
    --bs-gutter-y: 5px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10px;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15px;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15px;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20px;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20px;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30px;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30px;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 35px;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 35px;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 10px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 10px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 20px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 20px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 40px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 40px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 60px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 60px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 132px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 132px;
  }
  .g-md-5px,
  .gx-md-5px {
    --bs-gutter-x: 5px;
  }
  .g-md-5px,
  .gy-md-5px {
    --bs-gutter-y: 5px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10px;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20px;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 35px;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 35px;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 10px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 20px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 40px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 40px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 60px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 60px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 132px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 132px;
  }
  .g-lg-5px,
  .gx-lg-5px {
    --bs-gutter-x: 5px;
  }
  .g-lg-5px,
  .gy-lg-5px {
    --bs-gutter-y: 5px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10px;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20px;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20px;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 35px;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 35px;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 132px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 132px;
  }
  .g-xl-5px,
  .gx-xl-5px {
    --bs-gutter-x: 5px;
  }
  .g-xl-5px,
  .gy-xl-5px {
    --bs-gutter-y: 5px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 35px;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 35px;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 132px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 132px;
  }
  .g-xxl-5px,
  .gx-xxl-5px {
    --bs-gutter-x: 5px;
  }
  .g-xxl-5px,
  .gy-xxl-5px {
    --bs-gutter-y: 5px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 35px;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 35px;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 132px;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 132px;
  }
  .g-xxxl-5px,
  .gx-xxxl-5px {
    --bs-gutter-x: 5px;
  }
  .g-xxxl-5px,
  .gy-xxxl-5px {
    --bs-gutter-y: 5px;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 10px;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 10px;
  }
  .g-xxxl-15,
  .gx-xxxl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xxxl-15,
  .gy-xxxl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 20px;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 20px;
  }
  .g-xxxl-30,
  .gx-xxxl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xxxl-30,
  .gy-xxxl-30 {
    --bs-gutter-y: 30px;
  }
  .g-xxxl-35,
  .gx-xxxl-35 {
    --bs-gutter-x: 35px;
  }
  .g-xxxl-35,
  .gy-xxxl-35 {
    --bs-gutter-y: 35px;
  }
  .g-xxxl-50,
  .gx-xxxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-50,
  .gy-xxxl-50 {
    --bs-gutter-y: 5rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 15px center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 15px center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: #101820;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1700px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 5px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 20px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 20px;
  --bs-modal-header-padding-y: 20px;
  --bs-modal-header-padding: 20px 20px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 100vh;
  --bs-offcanvas-padding-x: 20px;
  --bs-offcanvas-padding-y: 20px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1699.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1699.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1699.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1700px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4, .lg-sub-html .h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

html, body {
  scroll-behavior: smooth;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  font-family: museo-slab;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

select option {
  color: black !important;
  background-color: white !important;
}

h1, .h1, .titleh1 {
  color: #101820;
  font-family: museo-slab;
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h1, .h1, .titleh1 {
    font-family: museo-slab;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
  }
}

.bigh1 {
  color: #101820;
  font-family: museo-slab;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bigh1 {
    font-family: museo-sans;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

h2, .h2, .titleh2 {
  color: #101820;
  font-family: museo-slab;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h2, .h2, .titleh2 {
    font-family: museo-slab;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

h3, .h3, .titleh3 {
  color: #101820;
  font-family: museo-sans;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h3, .h3, .titleh3 {
    font-family: museo-sans;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

h4, .h4, .titleh4 {
  color: #101820;
  font-family: museo-slab;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  h4, .h4, .titleh4 {
    font-family: museo-sans;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

p.text-xl {
  color: #101820;
  font-family: museo-sans;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  p.text-xl {
    font-family: museo-sans;
    font-size: 20px;
    line-height: 30px;
  }
}

p, span, li, .baseFont {
  font-family: museo-sans;
  color: #101820;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 10px;
}
p:last-of-type, span:last-of-type, li:last-of-type, .baseFont:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  p, span, li, .baseFont {
    font-family: museo-sans;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}

b {
  font-weight: 500 !important;
}

strong {
  font-weight: 500;
}

.btn-custom {
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .btn-custom {
    width: 100%;
  }
}
.btn-custom span {
  color: white;
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .btn-custom span {
    font-size: 17px;
    line-height: 29px;
  }
}
.btn-custom:hover {
  text-decoration: none;
}
.btn-custom:hover span, .btn-custom:hover i {
  text-decoration: none;
  color: white;
}
.btn-custom:hover * {
  text-decoration: none;
}

.btn-custom-2 {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  transition: 0.3s;
  border: 0;
}
@media (max-width: 575.98px) {
  .btn-custom-2 {
    width: 100%;
  }
}
.btn-custom-2 span {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.btn-custom-2:hover {
  text-decoration: none;
}
.btn-custom-2:hover span, .btn-custom-2:hover i {
  text-decoration: none;
  color: white;
}
.btn-custom-2:hover * {
  text-decoration: none;
}

.btn-custom-lightPrimary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background-color: #FF7333;
  color: #FFFFFF;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  border: 0;
  font-family: museo-sans;
}
@media (max-width: 575.98px) {
  .btn-custom-lightPrimary {
    width: 100%;
  }
}
.btn-custom-lightPrimary i {
  font-size: 22px;
  line-height: 20px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.btn-custom-lightPrimary span {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  white-space: nowrap;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.btn-custom-filters {
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 700;
  border: 0;
}
@media (max-width: 575.98px) {
  .btn-custom-filters {
    width: 100%;
  }
}
.btn-custom-filters span {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}
.btn-custom-filters:hover {
  text-decoration: none;
}
.btn-custom-filters:hover span, .btn-custom-filters:hover i {
  text-decoration: none;
  color: white;
}
.btn-custom-filters:hover * {
  text-decoration: none;
}

.btn-custom-expand {
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  transition: 0.1s;
  font-weight: 700;
  border: 0;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 991.98px) {
  .btn-custom-expand {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.btn-custom-expand i {
  transition: 0.3s;
}
.btn-custom-expand:hover {
  text-decoration: none;
}
.btn-custom-expand:hover i {
  text-decoration: none;
  color: white;
  scale: 1.2;
}
.btn-custom-expand:hover * {
  text-decoration: none;
}

.btn-custom-small {
  background-color: var(--primary-color);
  padding: 7px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
}
.btn-custom-small span {
  font-size: 17px;
  line-height: 29px;
  color: white;
}
.btn-custom-small:hover span {
  color: white;
}

.w-responsive {
  width: 100%;
}
@media (min-width: 576px) {
  .w-responsive {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.resetButton {
  transition: 0.3s;
}
.resetButton i {
  color: white;
  transition: 0.3s;
}
.resetButton:hover i {
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  p + p {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  p + p {
    margin-top: 20px;
  }
}
.description + .download-files-container {
  margin-top: 20px;
}

p + ul {
  margin-top: 25px;
}

ul + p {
  margin-top: 25px;
}

ul + table {
  margin-top: 25px;
}

table + p {
  margin-top: 25px;
}

ol + p {
  margin-top: 15px;
}

p + ol {
  margin-top: 20px;
}

p + p > .btn-custom-blue {
  margin-top: 30px;
}

p + .wrapper-table {
  margin-top: 25px;
}

.external-body-bg {
  background-color: #F5F5F5;
}
@media (min-width: 1921px) {
  .external-body-bg {
    background-color: var(--secondary-color);
  }
}

@media (min-width: 1921px) {
  .container-wrapper {
    width: 1920px;
    background-color: #F5F5F5;
    margin: auto;
  }
}

.container-wrapper-fiche {
  width: 100%;
  background-color: white;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .container-wrapper-fiche {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .container-wrapper-fiche {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-wrapper-fiche {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1051px) {
  .container-wrapper-fiche {
    width: 1050px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1590px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1590px !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1700px) {
  .container-md {
    max-width: 1590px !important;
  }
}
@media (min-width: 1920px) {
  .container-md {
    max-width: 1590px !important;
  }
}

li a {
  color: var(--primary-color);
  transition: 0.3s;
}
li a:hover {
  transition: 0.3s;
}

p a, span a {
  color: var(--primary-color);
  transition: 0.3s;
}
p a:hover, span a:hover {
  transition: 0.3s;
  text-decoration: none;
}

a {
  color: var(--primary-color);
  transition: 0.3s;
}

a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle) {
  position: relative;
  display: inline-block;
}
a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle):not(:has(span))::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle):not(:has(span)):hover::after {
  width: 100%;
}
a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle):has(span) span {
  position: relative;
  display: inline-block;
}
a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle):has(span) span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
a:not(.nav-link, .lg-download, .no-decoration-hover, .stretched-link, .hover-socials, .underlineHoverElement-reverse, .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle):has(span) span:hover::after {
  width: 100%;
}

hr {
  color: rgba(55, 56, 63, 0.1);
  height: 3px;
  margin: 30px 0;
  opacity: 1;
}

hr.shadowed {
  height: 0;
  border: 1px solid #E3DED8;
  box-shadow: 0 1px 0 #FFFFFF;
  margin: 30px 0;
}

hr.shadowed-2 {
  height: 0;
  border: 1px solid rgba(55, 56, 63, 0.1);
  box-shadow: 0 1px 0 0 white;
  margin: 0 !important;
}

/**
* B5
*/
#js-responsive-menu {
  background-color: #FFFFFF;
}

#js-responsive-menu ul li:before {
  color: var(--primary-color);
}

.nobefore:before {
  content: "" !important;
}

/*
* Search
*/
input:focus-visible {
  outline: none;
}

a.skip-main {
  left: -99999px;
  position: absolute;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  background-color: var(--secondary-color);
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  left: auto;
  top: auto;
  z-index: 999;
}

.nohover:hover {
  color: initial !important;
  background-color: inherit !important;
}

.nohovertext:hover p {
  color: #101820 !important;
  background-color: inherit !important;
}

.nav .menulefthr {
  margin: 0;
  color: var(--secondary-color);
  width: 30px;
}

.nav-link .text-nav i {
  font-size: 11px;
}
.nav-link .text-nav:hover i {
  text-decoration: none !important;
}

.download-files .file {
  transition: 0.3s;
  color: #EB4E51;
  margin-bottom: 0px;
  word-break: break-all;
}
.download-files .file span {
  color: #EB4E51;
  font-weight: 500;
  margin: 0;
  position: relative;
  display: inline-block;
}
.download-files .file span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
@media (max-width: 991.98px) {
  .download-files .file span {
    line-height: 24px;
  }
}
.download-files .file i {
  color: #EB4E51;
  margin: 0;
  margin-right: 5px;
  font-size: 22px;
}
.download-files .file:hover span::after {
  width: 100%;
}

.download-files-blue .file {
  transition: 0.3s;
}
.download-files-blue .file .file-circle {
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
}
.download-files-blue .file .file-circle i {
  color: white;
  font-size: 16px;
}
.download-files-blue .file span {
  color: var(--primary-color);
  margin: 0;
  position: relative;
  display: inline-block;
}
.download-files-blue .file span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
@media (max-width: 991.98px) {
  .download-files-blue .file span {
    line-height: 24px;
  }
}
.download-files-blue .file:hover span::after {
  width: 100%;
}

.row.no-gutter {
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .header-wrapper .height {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .header-wrapper .height {
    height: 350px;
  }
}

.categ-icon p {
  font-weight: 600;
}
.categ-icon i {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .categ-icon * {
    font-size: 13px;
  }
}

.is-hidden {
  display: none;
}

@media print {
  footer {
    display: none !important;
  }
  .btn-goTop {
    display: none;
  }
}
.flag {
  height: 20px;
  width: 20px;
}

.btn.bg-danger {
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.btn.bg-danger:hover {
  background-color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
  color: white;
}

.btn.bg-success {
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.btn.bg-success:hover {
  background-color: rgb(15.4375, 83.3625, 51.87) !important;
  color: white;
}

textarea.form-control {
  min-height: 120px;
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}

.hover-socials {
  border-radius: 50%;
  margin-right: 5px;
}
.hover-socials .logo-inner {
  fill: transparent;
  transition: 0.3s;
}
.hover-socials .bg-icon-color {
  transition: 0.3s;
}
.hover-socials:hover {
  transform: translateY(-5px);
}

.wrapper-btn-gotop {
  text-underline: none;
}
.wrapper-btn-gotop .btn-goTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  background-color: var(--primary-color);
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #F5F5F5;
}
.wrapper-btn-gotop .btn-goTop i {
  color: white;
  text-underline: none;
}
@media (max-width: 767.98px) {
  .wrapper-btn-gotop .btn-goTop {
    bottom: 20px;
    right: 20px;
  }
}
.wrapper-btn-gotop .btn-goTop:hover {
  text-decoration: none;
}
.wrapper-btn-gotop .btn-goTop:hover i {
  color: white;
  text-underline: none;
}

.leaflet-control-container {
  display: none;
}

.starButton {
  font-size: 18px;
}

.paddingDefault + .paddingDefault {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .paddingDefault + .paddingDefault {
    margin-top: 70px;
  }
}

.rowSpacing .paddingDefault:first-of-type {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rowSpacing .paddingDefault:first-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .rowSpacing .paddingDefault:first-of-type {
    margin-top: 100px;
  }
}
.rowSpacing .paddingDefault:last-of-type {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .rowSpacing .paddingDefault:last-of-type {
    margin-bottom: 140px;
  }
}

li.nav-item {
  list-style: none;
}
li.nav-item::before {
  content: "";
}

.minHeightCol {
  min-height: calc(100vh - 1000px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, li, label {
  letter-spacing: 0px;
}

@media (max-width: 767.98px) {
  .fullWidthMobile {
    width: 100%;
  }
}

.quickLinksSearch {
  border-radius: 5px;
  border: 1px solid #F0EAE4;
  padding: 30px 20px 25px 20px;
  background-color: white;
}
.quickLinksSearch a {
  font-size: 15px !important;
  line-height: 20px !important;
}
@media (max-width: 767.98px) {
  .quickLinksSearch a {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

.copyright {
  opacity: 0.7;
}
.copyright p, .copyright span, .copyright a {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .copyright p, .copyright span, .copyright a {
    font-size: 14px;
    line-height: 22px;
  }
}

.submenu-slide .navTitle {
  position: relative;
  display: inline-block;
}
.submenu-slide .navTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.submenu-slide:hover .navTitle::after {
  width: 100%;
}

.cubic-effect-bottom-left {
  position: relative;
}
.cubic-effect-bottom-left:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 200px;
  height: 88px;
  background: url("../assets/placeholder/symbol-horizontal.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 1300px) {
  .cubic-effect-bottom-left:before {
    width: 230px;
    height: 101px;
  }
}
@media (min-width: 1800px) {
  .cubic-effect-bottom-left:before {
    width: 263px;
    height: 112px;
  }
}
@media (max-width: 991.98px) {
  .cubic-effect-bottom-left:before {
    display: none;
  }
}

.cubic-effect-top-left {
  position: relative;
}
.cubic-effect-top-left:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 70px;
  height: 119px;
  background: url("../assets/placeholder/symbol-agenda.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 1300px) {
  .cubic-effect-top-left:before {
    width: 100px;
    height: 169px;
  }
}
@media (min-width: 1800px) {
  .cubic-effect-top-left:before {
    width: 117px;
    height: 198px;
  }
}
@media (max-width: 991.98px) {
  .cubic-effect-top-left:before {
    display: none;
  }
}

.lg-counter * {
  color: white !important;
}

/**
* Sticky position
*/
.sticky-100 {
  position: sticky;
  top: 100px;
}

.sticky-30 {
  position: sticky;
  top: 30px;
}

@media (max-width: 767.98px) {
  .px-undermd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/**
* Backgrounds
*/
.bg-custom-primary {
  background-color: var(--primary-color);
}

.bg-custom-secondary {
  background-color: var(--secondary-color);
}

.bg-color-darkyellow {
  background-color: #A87A2A;
}

.bg-color-danger {
  background-color: #EB4E51;
}

.bg-color-warning {
  background-color: #d8be08;
}

.bg-color-light, .bg-color-lightgrey {
  background-color: #f5f5f5 !important;
}

.bg-color-dark {
  background-color: #2c2c2c;
}

.bg-color-dark-lighter {
  background-color: #393939;
}

.bg-white {
  background-color: white;
}

@media (min-width: 992px) {
  .bg-lg-white {
    background-color: white;
  }
}

@media (min-width: 1200px) {
  .bg-xl-white {
    background-color: white;
  }
}

.bg-custom-white {
  background-color: #F5F5F5;
}

.bg-black {
  background-color: black;
}

.bg-gradient-primary {
  background-image: linear-gradient(185deg, #2E6379 67%, #417C94 100%);
}

.bg-custom-base {
  background-color: #101820;
}

.bg-color-grey {
  background-color: #edede5;
}

.bg-color-grey-2 {
  background-color: #f5F5F5;
}

.bg-color-grey-3 {
  background-color: #F2F2F2;
}

.bg-color-grey-4 {
  background-color: #f9f9f9;
}

.bg-color-pink {
  background-color: #d60278;
}

.bg-custom-blue {
  background-color: var(--primary-color);
}

@media (max-width: 1199.98px) {
  .bg-custom-blue-underxl {
    background-color: var(--primary-color);
  }
}

.bg-custom-light-primary {
  background-color: #FF7333;
}

.bg-custom-light-blue2 {
  background-color: #29B5B7;
}

.bg-color-blue1 {
  background-color: var(--primary-color);
}

.bg-color-blue-2 {
  background-color: #0E93C8;
}

.bg-color-yellow {
  background-color: var(--secondary-color);
}

@media (max-width: 767.98px) {
  .bg-color-yellow-home {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .bg-color-yellow-home {
    background-color: var(--secondary-color);
  }
}

.bg-custom-brown {
  background-color: #B8753E;
}

.bg-color-green2 {
  background-color: #71ba21;
}

.bg-color-red {
  background-color: #E00022;
}

.bg-color-orange {
  background-color: var(--primary-color);
}

.bg-color-f6 {
  background-color: #F6F6F6;
}

.bg-color-muted {
  background-color: #6c757d;
}

.bg-color-yellow-2 {
  background-color: #ecab3a;
}

.bg-color-yellow-3 {
  background-color: var(--secondary-color);
}

.bg-color-yellow-w {
  background-color: #ebb51c;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-color-green-w {
  background-color: #03a283;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-color-red-w {
  background-color: #c1272d;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-color-facebook {
  background-color: #365397;
}

.bg-color-gplay {
  background-color: #3BAD49;
}

.bg-color-appstore {
  background-color: #07A8E4;
}

.bg-color-blue-w {
  background-color: #3ba1c5;
  width: -moz-fit-content;
  width: fit-content;
}

body.contrasted .bg-color-yellow-w {
  background-color: #7c6011;
  width: -moz-fit-content;
  width: fit-content;
}
body.contrasted .bg-color-green-w {
  background-color: #014134;
  width: -moz-fit-content;
  width: fit-content;
}
body.contrasted .bg-color-red-w {
  background-color: #420103;
  width: -moz-fit-content;
  width: fit-content;
}
body.contrasted .bg-color-blue-w {
  background-color: #01232f;
  width: -moz-fit-content;
  width: fit-content;
}

.text-custom-intro {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .text-custom-intro {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .text-custom-intro {
    font-size: 17px;
    line-height: 21px;
  }
}

.bg-nav {
  background-color: white;
}

@media (max-width: 991.98px) {
  .text-custom-intro-all {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .text-custom-intro-all {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 991.98px) {
  .text-custom-intro-all * {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .text-custom-intro-all * {
    font-size: 22px;
    line-height: 33px;
  }
}

/**
* Colors
*/
.text-custom-primary {
  color: var(--primary-color) !important;
}

.text-custom-secondary {
  color: var(--primary-color) !important;
}

.text-custom-all-secondary {
  color: var(--primary-color);
}
.text-custom-all-secondary * {
  color: var(--primary-color);
}

.text-custom-blue {
  color: #0E93C8;
}

.text-custom-light-primary {
  color: #FF7333;
}

.text-custom-red {
  color: #EB4E51;
}

.text-green {
  color: var(--secondary-color);
}

.text-darkblue {
  color: var(--primary-color);
}

.text-yellow {
  color: #ff0000;
}

.text-color {
  color: #101820 !important;
}

.text-all-color {
  color: #101820;
}
.text-all-color * {
  color: #101820;
}

.text-custom-black {
  color: #4e5152;
}

.color-text-inactive {
  color: #6c6c6c;
}

.color-white {
  color: #FFFFFF;
}

.color-black {
  color: #000000;
}

.color-danger {
  color: #EB4E51;
}

.text-yellow {
  color: #ffcf00;
}

.text-all-white {
  color: white;
}
.text-all-white * {
  color: white;
}

.text-grey {
  color: #70797F;
}

/**
* Fonts
*/
.ff-main {
  font-family: museo-sans;
}

.ff-head {
  font-family: museo-slab;
}

.fw-300 {
  font-weight: 300;
}

.fw-400, header .header-top .nav-item .nav-link {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700;
}

.fs-italic {
  font-style: italic;
}

.fs-15 {
  font-size: 15px;
}

.gap-10 {
  gap: 1rem;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-8 {
  gap: 0.8rem;
}

.gap-30 {
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .gap-30 {
    gap: 1.5rem;
  }
}

sup {
  font-size: 10px !important;
}

.descriptionfs {
  font-size: 25px;
  line-height: 30px;
}

.p-size {
  font-size: 16px;
  line-height: 30px;
}

.small {
  font-size: 14px;
  line-height: 24px;
}

.smallall * {
  font-size: 14px;
  line-height: 24px;
}

.text-size-custom {
  font-size: 18px;
  line-height: 26px;
}

.home .nomt {
  margin-top: 0 !important;
}
.home .container-fluid, .home .container-sm, .home .container-md, .home .container-lg, .home .container-xl, .home .container-xxl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  .home .container-fluid, .home .container-sm, .home .container-md, .home .container-lg, .home .container-xl, .home .container-xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.control-bar-page a {
  font-family: museo-sans;
}
.control-bar-page a:hover {
  color: var(--secondary-color);
}
.control-bar-page a:hover span {
  color: var(--secondary-color);
}
.control-bar-page a i:hover {
  color: var(--secondary-color);
}

.printbtn span {
  font-size: 16px;
  line-height: 24px;
  color: #101820;
}
.printbtn i {
  font-size: 16px;
}
.printbtn:hover span, .printbtn:hover i {
  color: #0E93C8;
}
.printbtn:hover i {
  text-decoration: none;
}

.titlebox {
  font-size: 18px;
  line-height: 28px;
}

.title-list {
  font-size: 20px;
  line-height: 30px;
}

.smalltitle {
  font-size: 20px;
  line-height: 28px;
}

.text-little {
  font-size: 14px;
  line-height: 20px;
}

.text-little-2 {
  font-size: 13px;
  line-height: 23px;
}

.ficheplacehead {
  font-size: 16px;
  line-height: 26px;
  font-family: museo-sans;
}

.text-blue {
  color: var(--primary-color);
}

.text-yellow {
  color: var(--secondary-color);
}

.text-primary {
  color: #24AA85 !important;
}

.text-secondary {
  color: var(--secondary-color);
}

.text-red {
  color: #EB4E51;
}

.categsize {
  font-size: 12px;
  line-height: 22px;
}

.datestart {
  font-size: 16px;
  line-height: 26px;
}

.main-button {
  font-family: museo-slab;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .main-button {
    font-size: 20px;
    line-height: 30px;
  }
}

.highlightModalButton {
  background-color: transparent;
  border: 0;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.highlightModalButton i {
  font-size: 17px;
  line-height: 25px;
  color: var(--primary-color);
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .highlightModalButton i {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 24px;
  }
}
.highlightModalButton:hover i {
  scale: 1.2;
}

.modal-opening {
  width: -moz-fit-content;
  width: fit-content;
}

.little {
  font-family: museo-slab;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .little {
    font-size: 18px;
    line-height: 28px;
  }
}

.title-home {
  font-size: 35px;
  line-height: 45px;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .text-md-nowrap {
    text-wrap: nowrap;
  }
}

.title-underline {
  position: relative;
}
.title-underline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: var(--primary-color);
}

.word-break-all {
  word-break: break-all;
}

.wrapper-popover {
  position: relative;
}
.wrapper-popover .popover-content {
  display: none;
  color: var(--secondary-color);
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid var(--secondary-color);
  padding: 2px 10px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 2;
  font-size: 12px;
}
.wrapper-popover:hover .popover-content {
  display: block;
}

.no-decoration {
  text-decoration: none;
}

.no-decoration-hover {
  text-decoration: none;
  text-underline: none !important;
}
.no-decoration-hover * {
  text-decoration: none !important;
  text-underline: none !important;
}
.no-decoration-hover *:hover {
  text-decoration: none !important;
  text-underline: none !important;
}

.no-transform:hover {
  transform: none;
}

.with-line:after {
  content: "";
  display: block;
  margin: 10px 0 20px;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}
.with-line-sm:after {
  margin: 10px 0;
}

.label-primary {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 3px 10px;
}

.w-custom {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .w-custom {
    width: 100%;
  }
}

/**
* List
*/
.icon-puce-style {
  position: absolute;
  left: 0;
  top: 6px;
}

ul.list-column {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
}
@media (max-width: 575.98px) {
  ul.list-column {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
ul.arrow-primary, ul.chevron-primary, ul.chevron-secondary, ul.chevron-white {
  list-style-type: none;
  padding: 0;
}
ul.arrow-primary li, ul.chevron-primary li, ul.chevron-secondary li, ul.chevron-white li {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
ul.arrow-primary li:last-child, ul.chevron-primary li:last-child, ul.chevron-secondary li:last-child, ul.chevron-white li:last-child {
  margin-bottom: 0;
}
ul.arrow-primary li:before, ul.chevron-primary li:before, ul.chevron-secondary li:before, ul.chevron-white li:before {
  display: none;
  font-weight: 400;
  color: var(--primary-color);
}
ul.arrow-primary li .svg-inline--fa, ul.chevron-primary li .svg-inline--fa, ul.chevron-secondary li .svg-inline--fa, ul.chevron-white li .svg-inline--fa {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 8px;
  color: var(--primary-color);
}
ul.arrow-primary li.no-before, ul.chevron-primary li.no-before, ul.chevron-secondary li.no-before, ul.chevron-white li.no-before {
  padding-left: 0;
}
ul.arrow-primary li.no-before:before, ul.chevron-primary li.no-before:before, ul.chevron-secondary li.no-before:before, ul.chevron-white li.no-before:before {
  display: none;
}
ul.arrow-primary li.no-before .svg-inline--fa, ul.chevron-primary li.no-before .svg-inline--fa, ul.chevron-secondary li.no-before .svg-inline--fa, ul.chevron-white li.no-before .svg-inline--fa {
  display: none;
}
ul.arrow-primary.separated li, ul.chevron-primary.separated li, ul.chevron-secondary.separated li, ul.chevron-white.separated li {
  margin-bottom: 0;
}
ul.arrow-primary.separated li:after, ul.chevron-primary.separated li:after, ul.chevron-secondary.separated li:after, ul.chevron-white.separated li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F0EAE4;
  margin: 15px 0;
}
ul.arrow-primary.separated li:last-child:after, ul.chevron-primary.separated li:last-child:after, ul.chevron-secondary.separated li:last-child:after, ul.chevron-white.separated li:last-child:after {
  display: none;
}
ul.arrow-primary li:before {
  display: none;
  color: var(--primary-color);
}
ul.arrow-primary li .svg-inline--fa {
  color: var(--primary-color);
}
ul.chevron-primary li:before {
  display: none;
  color: var(--primary-color);
}
ul.chevron-primary li .svg-inline--fa {
  color: var(--primary-color);
}
ul.chevron-secondary li:before {
  display: none;
  color: var(--secondary-color);
}
ul.chevron-secondary li .svg-inline--fa {
  color: var(--secondary-color);
  font-size: 10px;
  top: 5px;
}
ul.chevron-white li:before {
  display: none;
  color: #FFFFFF;
}
ul.chevron-white li .svg-inline--fa {
  color: #FFFFFF;
}

ul li.no-before {
  padding-left: 0;
  content: none;
}
ul li.no-before:before {
  display: none;
}

/**
* Button & link
*/
.link-back {
  display: flex;
  justify-content: start;
  align-items: center;
}
.link-back span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: var(--secondary-color);
  border-radius: 50px;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.link-back:hover span {
  transform: translateX(-5px);
}

.link-arrow {
  color: var(--primary-color);
  text-decoration: none;
}
.link-arrow:after {
  display: none;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.link-arrow .svg-inline--fa {
  margin-left: 5px;
  transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.link-arrow:hover {
  color: var(--secondary-color);
}
.link-arrow:hover .svg-inline--fa {
  transform: translateX(5px);
}
.link-arrow.third {
  color: var(--primary-color);
}
.link-arrow.third:hover {
  color: var(--primary-color);
}

.text-hover-blue:hover {
  color: var(--primary-color);
}

.text-hover-underline {
  transition: 0.3s;
}
.text-hover-underline:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.categ .boxlink {
  display: none;
}
.categ .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  display: block;
  border-radius: 5px;
  white-space: nowrap;
}

.diam-30 {
  width: 30px;
  height: 30px;
}

.arrow-round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c2c2c;
  color: #FFFFFF;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.arrow-round.primary {
  background-color: #989A15;
}

.vertical-link {
  position: absolute;
  top: 80px;
  right: -70px;
  writing-mode: vertical-rl;
  color: var(--secondary-color);
}
@media (max-width: 991.98px) {
  .vertical-link {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    writing-mode: lr;
    margin-top: 30px;
  }
}

.link-anim-hover {
  display: inline-block;
}
.link-anim-hover:hover {
  transform: translateX(5px);
}

.btn-custom-blue {
  padding: 8px 40px;
  color: white;
  font-weight: bold;
  background-color: #0E93C8;
  border-radius: 5px;
  border: 2px solid #0E93C8;
  margin-top: 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-custom-blue:hover {
  background-color: transparent;
  color: #0E93C8;
  text-decoration: none;
}

.btnsecondary {
  transition: 0.3s;
  color: white;
  background-color: var(--primary-color);
  font-size: 18px;
  line-height: 26px;
  padding: 9px 30px;
  border-radius: 5px;
}
.btnsecondary:hover {
  background-color: #FF7333;
  text-decoration: none;
  color: white;
}
.btnsecondary:hover span {
  color: white;
}

.btn {
  color: #FFFFFF;
  text-align: center;
  outline: 0;
  border-radius: 0;
}
.btn-round {
  border-radius: 50px;
  padding: 8px 60px;
}
.btn-round.w-100 {
  padding: 8px 25px;
}
.btn-filter {
  padding: 20px 30px;
  border-radius: 2px;
}
.btn svg {
  transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.btn:hover svg {
  transform: translateX(5px);
}
.btn-primary {
  background-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.btn-primary:focus {
  background-color: var(--secondary-color);
  color: #FFFFFF;
}
.btn-primary:active {
  background-color: #4e5152;
  color: #FFFFFF;
}
.btn-secondary {
  background-color: var(--secondary-color);
}
.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-secondary:focus {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-secondary:active {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-third {
  background-color: var(--primary-color);
}
.btn-third:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-third:focus {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-third:active {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.btn-white {
  background-color: #FFFFFF;
  color: var(--primary-color);
  font-weight: 500;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #FFFFFF;
  color: var(--secondary-color);
}

.main-link::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.title-result {
  font-size: 18px;
  line-height: 26px;
  color: #0E93C8;
}

.mb-7 {
  margin-bottom: 7px;
}

/**
* Select, Inputs
*/
.form-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-group > i {
  position: absolute;
  pointer-events: none;
  right: 40px;
  top: 17px;
  color: #F0F0F0;
}
.form-group.half {
  width: 50%;
}
@media (max-width: 767.98px) {
  .form-group.half {
    width: 100%;
  }
}
.form-group.quarter {
  width: 25%;
}
@media (max-width: 767.98px) {
  .form-group.quarter {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .mw-xl-200 {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .mw-750 {
    max-width: 750px;
  }
}

.inputleft input[type=text]::-moz-placeholder {
  text-align: left;
}

.inputleft input[type=text]::placeholder {
  text-align: left;
}

input.form-control,
select.form-control, textarea.form-control {
  font-size: 17px;
  line-height: 29px;
  background-color: white;
  border: 1px solid #F0EAE4;
  height: 58px;
  color: #70797F;
  padding: 20px;
  border-radius: 5px;
}
input.form-control-sm,
select.form-control-sm, textarea.form-control-sm {
  height: 44px;
  padding: 0 15px;
}
input.form-control:focus,
select.form-control:focus, textarea.form-control:focus {
  border-color: #e46e6e;
  box-shadow: none;
  background-color: white;
}
input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #70797F;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.25px;
}
input.form-control::placeholder,
select.form-control::placeholder, textarea.form-control::placeholder {
  color: #70797F;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.25px;
}

select {
  cursor: pointer;
}

/**
* Table
*/
.wrapper-table {
  width: 100%;
  overflow-x: auto;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .wrapper-table {
    border-radius: 10px 0 0 10px;
  }
}

/**
* Image
*/
.wrapper-img.with-border {
  border: 1px solid #F0EAE4;
}

.wrapper-image.with-border {
  border: 1px solid #F0EAE4;
}
.wrapper-image.image-end {
  margin: 0 0 40px 60px;
}
@media (max-width: 1199.98px) {
  .wrapper-image.image-end {
    width: 50%;
    max-width: 50% !important;
  }
  .wrapper-image.image-end img {
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper-image.image-end {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 25px 0;
  }
  .wrapper-image.image-end img {
    max-width: 100% !important;
  }
}
.wrapper-image.image-start {
  margin: 0 50px 30px 0;
}
@media (max-width: 1199.98px) {
  .wrapper-image.image-start {
    width: 50%;
    max-width: 50% !important;
  }
  .wrapper-image.image-start img {
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper-image.image-start {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 20px 0;
  }
  .wrapper-image.image-start img {
    max-width: 100% !important;
  }
}
.wrapper-image.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lazyload,
.lazyloading {
  opacity: 0.5;
  filter: blur(10px);
}
.lazyload.filter-bw,
.lazyloading.filter-bw {
  filter: blur(10px);
}

.lazyloaded {
  opacity: 1;
  filter: blur(0px);
  transition: all 500ms ease-in-out;
}
.lazyloaded.filter-bw {
  filter: blur(0px);
}

@media (max-width: 991.98px) {
  .wrapper-image-custom-13-8 {
    aspect-ratio: 67/42;
  }
}
@media (min-width: 992px) {
  .wrapper-image-custom-13-8 {
    aspect-ratio: 13/8;
  }
}

.highlight .cover-image-custom {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover";
}
@media (max-width: 991.98px) {
  .highlight .cover-image-custom {
    height: 350px;
  }
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cover-image-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover";
}

.contain-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain";
}
.contain-image.top {
  -o-object-position: top;
     object-position: top;
}

.btn-40 {
  height: 40px;
}

.btn-50 {
  height: 50px;
}

.filter-bw {
  filter: grayscale(100%);
}

/**
* Overlay
*/
.overlay-gradient-top-to-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  background: linear-gradient(180deg, rgba(51, 66, 75, 0) 0%, #33424B 78%);
}

.overlay-gradient-bottom-to-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 13.4%, rgba(0, 0, 0, 0.7) 82.7%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.15);
}
.overlay-10 {
  background: rgba(0, 0, 0, 0.1);
}
.overlay-20 {
  background: rgba(0, 0, 0, 0.2);
}
.overlay-home {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 31.35%, rgba(0, 0, 0, 0.7) 100%), lightgray 50%/cover no-repeat;
}
.overlay-blog {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.7) 85%);
}
@media (max-width: 991.98px) {
  .overlay-blog {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 71%);
  }
}
.overlay-event {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 89%);
}
.overlay-30 {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-35 {
  background: rgba(0, 0, 0, 0.35);
}
.overlay-40 {
  background: rgba(0, 0, 0, 0.4);
}
.overlay-45 {
  background: rgba(0, 0, 0, 0.45);
}
.overlay-60 {
  background: rgba(0, 0, 0, 0.6);
}
.overlay-65 {
  background: rgba(0, 0, 0, 0.65);
}
.overlay-70 {
  background: rgba(0, 0, 0, 0.7);
}
.overlay-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.75) 77%);
}
.overlay-gradient-blod {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.overlay-gradient-partners {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 86%);
}

/**
* Margin + Padding
*/
.padding-element-top-listing {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .padding-element-top-listing {
    padding-top: 0;
  }
}

.padding-element-bottom-listing {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-listing {
    padding-bottom: 30px;
  }
}

.padding-element-top-150 {
  padding-top: 150px;
}
@media (max-width: 767.98px) {
  .padding-element-top-150 {
    padding-top: 60px;
  }
}

.padding-element-bottom-150 {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-150 {
    padding-bottom: 60px;
  }
}

.padding-element-top-50 {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .padding-element-top-50 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-50 {
    padding-top: 25px;
  }
}

.padding-element-bottom-50 {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .padding-element-bottom-50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-50 {
    padding-bottom: 25px;
  }
}

.padding-element-top-custom {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .padding-element-top-custom {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-custom {
    padding-top: 20px;
  }
}

.padding-element-bottom-custom {
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .padding-element-bottom-custom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-custom {
    padding-bottom: 20px;
  }
}

.padding-element-top-home {
  padding-top: 90px;
}
@media (max-width: 767.98px) {
  .padding-element-top-home {
    padding-top: 50px;
  }
}

.padding-element-bottom-home {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-home {
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .padding-element-bottom-homeblog {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-homeblog {
    padding-bottom: 40px;
  }
}

.padding-element-top-0 {
  padding-top: 0;
}

.padding-element-top-40 {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .padding-element-top-40 {
    padding-top: 30px;
  }
}

.padding-element-top-80 {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-element-top-80 {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-80 {
    padding-top: 40px;
  }
}

.padding-element-top-90 {
  padding-top: 90px;
}
@media (max-width: 991.98px) {
  .padding-element-top-90 {
    padding-top: 60px;
  }
}

.padding-element-top-100 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .padding-element-top-100 {
    padding-top: 25px;
  }
}

.padding-element-top-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .padding-element-top-120 {
    padding-top: 50px;
  }
}

.padding-element-bottom-0 {
  padding-bottom: 0;
}

.padding-element-bottom-40 {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-40 {
    padding-bottom: 30px;
  }
}

.padding-element-bottom-80 {
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-element-bottom-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-80 {
    padding-bottom: 40px;
  }
}

.padding-element-bottom-100 {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-100 {
    padding-bottom: 25px;
  }
}

.padding-element-bottom-120 {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-120 {
    padding-bottom: 50px;
  }
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-xl-50-15 {
  padding: 50px 15px;
}
@media (max-width: 1199.98px) {
  .padding-xl-50-15 {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .padding-xl-50-15 {
    padding: 30px;
  }
}

.padding-xl-50-0 {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .padding-xl-50-0 {
    padding: 0 0 30px 0;
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
}

.mt-18 {
  margin-top: 18px;
}

.mt-17 {
  margin-top: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-xxl-60 {
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .ml-xxl-60 {
    margin-left: 0;
  }
}

.padding-title {
  padding: 55px 0;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-105 {
  margin: 105px !important;
}

.p-105 {
  padding: 105px !important;
}

.m-110 {
  margin: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.m-115 {
  margin: 115px !important;
}

.p-115 {
  padding: 115px !important;
}

.m-120 {
  margin: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.m-125 {
  margin: 125px !important;
}

.p-125 {
  padding: 125px !important;
}

.m-130 {
  margin: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.m-135 {
  margin: 135px !important;
}

.p-135 {
  padding: 135px !important;
}

.m-140 {
  margin: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.m-145 {
  margin: 145px !important;
}

.p-145 {
  padding: 145px !important;
}

.m-150 {
  margin: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.m-155 {
  margin: 155px !important;
}

.p-155 {
  padding: 155px !important;
}

.m-160 {
  margin: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.m-165 {
  margin: 165px !important;
}

.p-165 {
  padding: 165px !important;
}

.m-170 {
  margin: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.m-175 {
  margin: 175px !important;
}

.p-175 {
  padding: 175px !important;
}

.m-180 {
  margin: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.m-185 {
  margin: 185px !important;
}

.p-185 {
  padding: 185px !important;
}

.m-190 {
  margin: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.m-195 {
  margin: 195px !important;
}

.p-195 {
  padding: 195px !important;
}

.m-200 {
  margin: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.m-205 {
  margin: 205px !important;
}

.p-205 {
  padding: 205px !important;
}

.m-210 {
  margin: 210px !important;
}

.p-210 {
  padding: 210px !important;
}

.m-215 {
  margin: 215px !important;
}

.p-215 {
  padding: 215px !important;
}

.m-220 {
  margin: 220px !important;
}

.p-220 {
  padding: 220px !important;
}

.m-225 {
  margin: 225px !important;
}

.p-225 {
  padding: 225px !important;
}

.m-230 {
  margin: 230px !important;
}

.p-230 {
  padding: 230px !important;
}

.m-235 {
  margin: 235px !important;
}

.p-235 {
  padding: 235px !important;
}

.m-240 {
  margin: 240px !important;
}

.p-240 {
  padding: 240px !important;
}

.m-245 {
  margin: 245px !important;
}

.p-245 {
  padding: 245px !important;
}

.m-250 {
  margin: 250px !important;
}

.p-250 {
  padding: 250px !important;
}

.m-255 {
  margin: 255px !important;
}

.p-255 {
  padding: 255px !important;
}

.m-260 {
  margin: 260px !important;
}

.p-260 {
  padding: 260px !important;
}

.m-265 {
  margin: 265px !important;
}

.p-265 {
  padding: 265px !important;
}

.m-270 {
  margin: 270px !important;
}

.p-270 {
  padding: 270px !important;
}

.m-275 {
  margin: 275px !important;
}

.p-275 {
  padding: 275px !important;
}

.m-280 {
  margin: 280px !important;
}

.p-280 {
  padding: 280px !important;
}

.m-285 {
  margin: 285px !important;
}

.p-285 {
  padding: 285px !important;
}

.m-290 {
  margin: 290px !important;
}

.p-290 {
  padding: 290px !important;
}

.m-295 {
  margin: 295px !important;
}

.p-295 {
  padding: 295px !important;
}

.m-300 {
  margin: 300px !important;
}

.p-300 {
  padding: 300px !important;
}

.m-305 {
  margin: 305px !important;
}

.p-305 {
  padding: 305px !important;
}

.m-310 {
  margin: 310px !important;
}

.p-310 {
  padding: 310px !important;
}

.m-315 {
  margin: 315px !important;
}

.p-315 {
  padding: 315px !important;
}

.m-320 {
  margin: 320px !important;
}

.p-320 {
  padding: 320px !important;
}

.m-325 {
  margin: 325px !important;
}

.p-325 {
  padding: 325px !important;
}

.m-330 {
  margin: 330px !important;
}

.p-330 {
  padding: 330px !important;
}

.m-335 {
  margin: 335px !important;
}

.p-335 {
  padding: 335px !important;
}

.m-340 {
  margin: 340px !important;
}

.p-340 {
  padding: 340px !important;
}

.m-345 {
  margin: 345px !important;
}

.p-345 {
  padding: 345px !important;
}

.m-350 {
  margin: 350px !important;
}

.p-350 {
  padding: 350px !important;
}

.m-355 {
  margin: 355px !important;
}

.p-355 {
  padding: 355px !important;
}

.m-360 {
  margin: 360px !important;
}

.p-360 {
  padding: 360px !important;
}

.m-365 {
  margin: 365px !important;
}

.p-365 {
  padding: 365px !important;
}

.m-370 {
  margin: 370px !important;
}

.p-370 {
  padding: 370px !important;
}

.m-375 {
  margin: 375px !important;
}

.p-375 {
  padding: 375px !important;
}

.m-380 {
  margin: 380px !important;
}

.p-380 {
  padding: 380px !important;
}

.m-385 {
  margin: 385px !important;
}

.p-385 {
  padding: 385px !important;
}

.m-390 {
  margin: 390px !important;
}

.p-390 {
  padding: 390px !important;
}

.m-395 {
  margin: 395px !important;
}

.p-395 {
  padding: 395px !important;
}

.m-400 {
  margin: 400px !important;
}

.p-400 {
  padding: 400px !important;
}

.m-405 {
  margin: 405px !important;
}

.p-405 {
  padding: 405px !important;
}

.m-410 {
  margin: 410px !important;
}

.p-410 {
  padding: 410px !important;
}

.m-415 {
  margin: 415px !important;
}

.p-415 {
  padding: 415px !important;
}

.m-420 {
  margin: 420px !important;
}

.p-420 {
  padding: 420px !important;
}

.m-425 {
  margin: 425px !important;
}

.p-425 {
  padding: 425px !important;
}

.m-430 {
  margin: 430px !important;
}

.p-430 {
  padding: 430px !important;
}

.m-435 {
  margin: 435px !important;
}

.p-435 {
  padding: 435px !important;
}

.m-440 {
  margin: 440px !important;
}

.p-440 {
  padding: 440px !important;
}

.m-445 {
  margin: 445px !important;
}

.p-445 {
  padding: 445px !important;
}

.m-450 {
  margin: 450px !important;
}

.p-450 {
  padding: 450px !important;
}

.m-455 {
  margin: 455px !important;
}

.p-455 {
  padding: 455px !important;
}

.m-460 {
  margin: 460px !important;
}

.p-460 {
  padding: 460px !important;
}

.m-465 {
  margin: 465px !important;
}

.p-465 {
  padding: 465px !important;
}

.m-470 {
  margin: 470px !important;
}

.p-470 {
  padding: 470px !important;
}

.m-475 {
  margin: 475px !important;
}

.p-475 {
  padding: 475px !important;
}

.m-480 {
  margin: 480px !important;
}

.p-480 {
  padding: 480px !important;
}

.m-485 {
  margin: 485px !important;
}

.p-485 {
  padding: 485px !important;
}

.m-490 {
  margin: 490px !important;
}

.p-490 {
  padding: 490px !important;
}

.m-495 {
  margin: 495px !important;
}

.p-495 {
  padding: 495px !important;
}

.m-500 {
  margin: 500px !important;
}

.p-500 {
  padding: 500px !important;
}

.m-505 {
  margin: 505px !important;
}

.p-505 {
  padding: 505px !important;
}

.m-510 {
  margin: 510px !important;
}

.p-510 {
  padding: 510px !important;
}

.m-515 {
  margin: 515px !important;
}

.p-515 {
  padding: 515px !important;
}

.m-520 {
  margin: 520px !important;
}

.p-520 {
  padding: 520px !important;
}

.m-525 {
  margin: 525px !important;
}

.p-525 {
  padding: 525px !important;
}

.m-530 {
  margin: 530px !important;
}

.p-530 {
  padding: 530px !important;
}

.m-535 {
  margin: 535px !important;
}

.p-535 {
  padding: 535px !important;
}

.m-540 {
  margin: 540px !important;
}

.p-540 {
  padding: 540px !important;
}

.m-545 {
  margin: 545px !important;
}

.p-545 {
  padding: 545px !important;
}

.m-550 {
  margin: 550px !important;
}

.p-550 {
  padding: 550px !important;
}

.m-555 {
  margin: 555px !important;
}

.p-555 {
  padding: 555px !important;
}

.m-560 {
  margin: 560px !important;
}

.p-560 {
  padding: 560px !important;
}

.m-565 {
  margin: 565px !important;
}

.p-565 {
  padding: 565px !important;
}

.m-570 {
  margin: 570px !important;
}

.p-570 {
  padding: 570px !important;
}

.m-575 {
  margin: 575px !important;
}

.p-575 {
  padding: 575px !important;
}

.m-580 {
  margin: 580px !important;
}

.p-580 {
  padding: 580px !important;
}

.m-585 {
  margin: 585px !important;
}

.p-585 {
  padding: 585px !important;
}

.m-590 {
  margin: 590px !important;
}

.p-590 {
  padding: 590px !important;
}

.m-595 {
  margin: 595px !important;
}

.p-595 {
  padding: 595px !important;
}

.m-600 {
  margin: 600px !important;
}

.p-600 {
  padding: 600px !important;
}

.m-605 {
  margin: 605px !important;
}

.p-605 {
  padding: 605px !important;
}

.m-610 {
  margin: 610px !important;
}

.p-610 {
  padding: 610px !important;
}

.m-615 {
  margin: 615px !important;
}

.p-615 {
  padding: 615px !important;
}

.m-620 {
  margin: 620px !important;
}

.p-620 {
  padding: 620px !important;
}

.m-625 {
  margin: 625px !important;
}

.p-625 {
  padding: 625px !important;
}

.m-630 {
  margin: 630px !important;
}

.p-630 {
  padding: 630px !important;
}

.m-635 {
  margin: 635px !important;
}

.p-635 {
  padding: 635px !important;
}

.m-640 {
  margin: 640px !important;
}

.p-640 {
  padding: 640px !important;
}

.m-645 {
  margin: 645px !important;
}

.p-645 {
  padding: 645px !important;
}

.m-650 {
  margin: 650px !important;
}

.p-650 {
  padding: 650px !important;
}

.m-655 {
  margin: 655px !important;
}

.p-655 {
  padding: 655px !important;
}

.m-660 {
  margin: 660px !important;
}

.p-660 {
  padding: 660px !important;
}

.m-665 {
  margin: 665px !important;
}

.p-665 {
  padding: 665px !important;
}

.m-670 {
  margin: 670px !important;
}

.p-670 {
  padding: 670px !important;
}

.m-675 {
  margin: 675px !important;
}

.p-675 {
  padding: 675px !important;
}

.m-680 {
  margin: 680px !important;
}

.p-680 {
  padding: 680px !important;
}

.m-685 {
  margin: 685px !important;
}

.p-685 {
  padding: 685px !important;
}

.m-690 {
  margin: 690px !important;
}

.p-690 {
  padding: 690px !important;
}

.m-695 {
  margin: 695px !important;
}

.p-695 {
  padding: 695px !important;
}

.m-700 {
  margin: 700px !important;
}

.p-700 {
  padding: 700px !important;
}

.m-705 {
  margin: 705px !important;
}

.p-705 {
  padding: 705px !important;
}

.m-710 {
  margin: 710px !important;
}

.p-710 {
  padding: 710px !important;
}

.m-715 {
  margin: 715px !important;
}

.p-715 {
  padding: 715px !important;
}

.m-720 {
  margin: 720px !important;
}

.p-720 {
  padding: 720px !important;
}

.m-725 {
  margin: 725px !important;
}

.p-725 {
  padding: 725px !important;
}

.m-730 {
  margin: 730px !important;
}

.p-730 {
  padding: 730px !important;
}

.m-735 {
  margin: 735px !important;
}

.p-735 {
  padding: 735px !important;
}

.m-740 {
  margin: 740px !important;
}

.p-740 {
  padding: 740px !important;
}

.m-745 {
  margin: 745px !important;
}

.p-745 {
  padding: 745px !important;
}

.m-750 {
  margin: 750px !important;
}

.p-750 {
  padding: 750px !important;
}

.m-755 {
  margin: 755px !important;
}

.p-755 {
  padding: 755px !important;
}

.m-760 {
  margin: 760px !important;
}

.p-760 {
  padding: 760px !important;
}

.m-765 {
  margin: 765px !important;
}

.p-765 {
  padding: 765px !important;
}

.m-770 {
  margin: 770px !important;
}

.p-770 {
  padding: 770px !important;
}

.m-775 {
  margin: 775px !important;
}

.p-775 {
  padding: 775px !important;
}

.m-780 {
  margin: 780px !important;
}

.p-780 {
  padding: 780px !important;
}

.m-785 {
  margin: 785px !important;
}

.p-785 {
  padding: 785px !important;
}

.m-790 {
  margin: 790px !important;
}

.p-790 {
  padding: 790px !important;
}

.m-795 {
  margin: 795px !important;
}

.p-795 {
  padding: 795px !important;
}

.m-800 {
  margin: 800px !important;
}

.p-800 {
  padding: 800px !important;
}

.m-805 {
  margin: 805px !important;
}

.p-805 {
  padding: 805px !important;
}

.m-810 {
  margin: 810px !important;
}

.p-810 {
  padding: 810px !important;
}

.m-815 {
  margin: 815px !important;
}

.p-815 {
  padding: 815px !important;
}

.m-820 {
  margin: 820px !important;
}

.p-820 {
  padding: 820px !important;
}

.m-825 {
  margin: 825px !important;
}

.p-825 {
  padding: 825px !important;
}

.m-830 {
  margin: 830px !important;
}

.p-830 {
  padding: 830px !important;
}

.m-835 {
  margin: 835px !important;
}

.p-835 {
  padding: 835px !important;
}

.m-840 {
  margin: 840px !important;
}

.p-840 {
  padding: 840px !important;
}

.m-845 {
  margin: 845px !important;
}

.p-845 {
  padding: 845px !important;
}

.m-850 {
  margin: 850px !important;
}

.p-850 {
  padding: 850px !important;
}

.m-855 {
  margin: 855px !important;
}

.p-855 {
  padding: 855px !important;
}

.m-860 {
  margin: 860px !important;
}

.p-860 {
  padding: 860px !important;
}

.m-865 {
  margin: 865px !important;
}

.p-865 {
  padding: 865px !important;
}

.m-870 {
  margin: 870px !important;
}

.p-870 {
  padding: 870px !important;
}

.m-875 {
  margin: 875px !important;
}

.p-875 {
  padding: 875px !important;
}

.m-880 {
  margin: 880px !important;
}

.p-880 {
  padding: 880px !important;
}

.m-885 {
  margin: 885px !important;
}

.p-885 {
  padding: 885px !important;
}

.m-890 {
  margin: 890px !important;
}

.p-890 {
  padding: 890px !important;
}

.m-895 {
  margin: 895px !important;
}

.p-895 {
  padding: 895px !important;
}

.m-900 {
  margin: 900px !important;
}

.p-900 {
  padding: 900px !important;
}

.m-905 {
  margin: 905px !important;
}

.p-905 {
  padding: 905px !important;
}

.m-910 {
  margin: 910px !important;
}

.p-910 {
  padding: 910px !important;
}

.m-915 {
  margin: 915px !important;
}

.p-915 {
  padding: 915px !important;
}

.m-920 {
  margin: 920px !important;
}

.p-920 {
  padding: 920px !important;
}

.m-925 {
  margin: 925px !important;
}

.p-925 {
  padding: 925px !important;
}

.m-930 {
  margin: 930px !important;
}

.p-930 {
  padding: 930px !important;
}

.m-935 {
  margin: 935px !important;
}

.p-935 {
  padding: 935px !important;
}

.m-940 {
  margin: 940px !important;
}

.p-940 {
  padding: 940px !important;
}

.m-945 {
  margin: 945px !important;
}

.p-945 {
  padding: 945px !important;
}

.m-950 {
  margin: 950px !important;
}

.p-950 {
  padding: 950px !important;
}

.m-955 {
  margin: 955px !important;
}

.p-955 {
  padding: 955px !important;
}

.m-960 {
  margin: 960px !important;
}

.p-960 {
  padding: 960px !important;
}

.m-965 {
  margin: 965px !important;
}

.p-965 {
  padding: 965px !important;
}

.m-970 {
  margin: 970px !important;
}

.p-970 {
  padding: 970px !important;
}

.m-975 {
  margin: 975px !important;
}

.p-975 {
  padding: 975px !important;
}

.m-980 {
  margin: 980px !important;
}

.p-980 {
  padding: 980px !important;
}

.m-985 {
  margin: 985px !important;
}

.p-985 {
  padding: 985px !important;
}

.m-990 {
  margin: 990px !important;
}

.p-990 {
  padding: 990px !important;
}

.m-995 {
  margin: 995px !important;
}

.p-995 {
  padding: 995px !important;
}

.m-1000 {
  margin: 1000px !important;
}

.p-1000 {
  padding: 1000px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-340 {
  margin-top: 340px !important;
}

.pt-340 {
  padding-top: 340px !important;
}

.mt-345 {
  margin-top: 345px !important;
}

.pt-345 {
  padding-top: 345px !important;
}

.mt-350 {
  margin-top: 350px !important;
}

.pt-350 {
  padding-top: 350px !important;
}

.mt-355 {
  margin-top: 355px !important;
}

.pt-355 {
  padding-top: 355px !important;
}

.mt-360 {
  margin-top: 360px !important;
}

.pt-360 {
  padding-top: 360px !important;
}

.mt-365 {
  margin-top: 365px !important;
}

.pt-365 {
  padding-top: 365px !important;
}

.mt-370 {
  margin-top: 370px !important;
}

.pt-370 {
  padding-top: 370px !important;
}

.mt-375 {
  margin-top: 375px !important;
}

.pt-375 {
  padding-top: 375px !important;
}

.mt-380 {
  margin-top: 380px !important;
}

.pt-380 {
  padding-top: 380px !important;
}

.mt-385 {
  margin-top: 385px !important;
}

.pt-385 {
  padding-top: 385px !important;
}

.mt-390 {
  margin-top: 390px !important;
}

.pt-390 {
  padding-top: 390px !important;
}

.mt-395 {
  margin-top: 395px !important;
}

.pt-395 {
  padding-top: 395px !important;
}

.mt-400 {
  margin-top: 400px !important;
}

.pt-400 {
  padding-top: 400px !important;
}

.mt-405 {
  margin-top: 405px !important;
}

.pt-405 {
  padding-top: 405px !important;
}

.mt-410 {
  margin-top: 410px !important;
}

.pt-410 {
  padding-top: 410px !important;
}

.mt-415 {
  margin-top: 415px !important;
}

.pt-415 {
  padding-top: 415px !important;
}

.mt-420 {
  margin-top: 420px !important;
}

.pt-420 {
  padding-top: 420px !important;
}

.mt-425 {
  margin-top: 425px !important;
}

.pt-425 {
  padding-top: 425px !important;
}

.mt-430 {
  margin-top: 430px !important;
}

.pt-430 {
  padding-top: 430px !important;
}

.mt-435 {
  margin-top: 435px !important;
}

.pt-435 {
  padding-top: 435px !important;
}

.mt-440 {
  margin-top: 440px !important;
}

.pt-440 {
  padding-top: 440px !important;
}

.mt-445 {
  margin-top: 445px !important;
}

.pt-445 {
  padding-top: 445px !important;
}

.mt-450 {
  margin-top: 450px !important;
}

.pt-450 {
  padding-top: 450px !important;
}

.mt-455 {
  margin-top: 455px !important;
}

.pt-455 {
  padding-top: 455px !important;
}

.mt-460 {
  margin-top: 460px !important;
}

.pt-460 {
  padding-top: 460px !important;
}

.mt-465 {
  margin-top: 465px !important;
}

.pt-465 {
  padding-top: 465px !important;
}

.mt-470 {
  margin-top: 470px !important;
}

.pt-470 {
  padding-top: 470px !important;
}

.mt-475 {
  margin-top: 475px !important;
}

.pt-475 {
  padding-top: 475px !important;
}

.mt-480 {
  margin-top: 480px !important;
}

.pt-480 {
  padding-top: 480px !important;
}

.mt-485 {
  margin-top: 485px !important;
}

.pt-485 {
  padding-top: 485px !important;
}

.mt-490 {
  margin-top: 490px !important;
}

.pt-490 {
  padding-top: 490px !important;
}

.mt-495 {
  margin-top: 495px !important;
}

.pt-495 {
  padding-top: 495px !important;
}

.mt-500 {
  margin-top: 500px !important;
}

.pt-500 {
  padding-top: 500px !important;
}

.mt-505 {
  margin-top: 505px !important;
}

.pt-505 {
  padding-top: 505px !important;
}

.mt-510 {
  margin-top: 510px !important;
}

.pt-510 {
  padding-top: 510px !important;
}

.mt-515 {
  margin-top: 515px !important;
}

.pt-515 {
  padding-top: 515px !important;
}

.mt-520 {
  margin-top: 520px !important;
}

.pt-520 {
  padding-top: 520px !important;
}

.mt-525 {
  margin-top: 525px !important;
}

.pt-525 {
  padding-top: 525px !important;
}

.mt-530 {
  margin-top: 530px !important;
}

.pt-530 {
  padding-top: 530px !important;
}

.mt-535 {
  margin-top: 535px !important;
}

.pt-535 {
  padding-top: 535px !important;
}

.mt-540 {
  margin-top: 540px !important;
}

.pt-540 {
  padding-top: 540px !important;
}

.mt-545 {
  margin-top: 545px !important;
}

.pt-545 {
  padding-top: 545px !important;
}

.mt-550 {
  margin-top: 550px !important;
}

.pt-550 {
  padding-top: 550px !important;
}

.mt-555 {
  margin-top: 555px !important;
}

.pt-555 {
  padding-top: 555px !important;
}

.mt-560 {
  margin-top: 560px !important;
}

.pt-560 {
  padding-top: 560px !important;
}

.mt-565 {
  margin-top: 565px !important;
}

.pt-565 {
  padding-top: 565px !important;
}

.mt-570 {
  margin-top: 570px !important;
}

.pt-570 {
  padding-top: 570px !important;
}

.mt-575 {
  margin-top: 575px !important;
}

.pt-575 {
  padding-top: 575px !important;
}

.mt-580 {
  margin-top: 580px !important;
}

.pt-580 {
  padding-top: 580px !important;
}

.mt-585 {
  margin-top: 585px !important;
}

.pt-585 {
  padding-top: 585px !important;
}

.mt-590 {
  margin-top: 590px !important;
}

.pt-590 {
  padding-top: 590px !important;
}

.mt-595 {
  margin-top: 595px !important;
}

.pt-595 {
  padding-top: 595px !important;
}

.mt-600 {
  margin-top: 600px !important;
}

.pt-600 {
  padding-top: 600px !important;
}

.mt-605 {
  margin-top: 605px !important;
}

.pt-605 {
  padding-top: 605px !important;
}

.mt-610 {
  margin-top: 610px !important;
}

.pt-610 {
  padding-top: 610px !important;
}

.mt-615 {
  margin-top: 615px !important;
}

.pt-615 {
  padding-top: 615px !important;
}

.mt-620 {
  margin-top: 620px !important;
}

.pt-620 {
  padding-top: 620px !important;
}

.mt-625 {
  margin-top: 625px !important;
}

.pt-625 {
  padding-top: 625px !important;
}

.mt-630 {
  margin-top: 630px !important;
}

.pt-630 {
  padding-top: 630px !important;
}

.mt-635 {
  margin-top: 635px !important;
}

.pt-635 {
  padding-top: 635px !important;
}

.mt-640 {
  margin-top: 640px !important;
}

.pt-640 {
  padding-top: 640px !important;
}

.mt-645 {
  margin-top: 645px !important;
}

.pt-645 {
  padding-top: 645px !important;
}

.mt-650 {
  margin-top: 650px !important;
}

.pt-650 {
  padding-top: 650px !important;
}

.mt-655 {
  margin-top: 655px !important;
}

.pt-655 {
  padding-top: 655px !important;
}

.mt-660 {
  margin-top: 660px !important;
}

.pt-660 {
  padding-top: 660px !important;
}

.mt-665 {
  margin-top: 665px !important;
}

.pt-665 {
  padding-top: 665px !important;
}

.mt-670 {
  margin-top: 670px !important;
}

.pt-670 {
  padding-top: 670px !important;
}

.mt-675 {
  margin-top: 675px !important;
}

.pt-675 {
  padding-top: 675px !important;
}

.mt-680 {
  margin-top: 680px !important;
}

.pt-680 {
  padding-top: 680px !important;
}

.mt-685 {
  margin-top: 685px !important;
}

.pt-685 {
  padding-top: 685px !important;
}

.mt-690 {
  margin-top: 690px !important;
}

.pt-690 {
  padding-top: 690px !important;
}

.mt-695 {
  margin-top: 695px !important;
}

.pt-695 {
  padding-top: 695px !important;
}

.mt-700 {
  margin-top: 700px !important;
}

.pt-700 {
  padding-top: 700px !important;
}

.mt-705 {
  margin-top: 705px !important;
}

.pt-705 {
  padding-top: 705px !important;
}

.mt-710 {
  margin-top: 710px !important;
}

.pt-710 {
  padding-top: 710px !important;
}

.mt-715 {
  margin-top: 715px !important;
}

.pt-715 {
  padding-top: 715px !important;
}

.mt-720 {
  margin-top: 720px !important;
}

.pt-720 {
  padding-top: 720px !important;
}

.mt-725 {
  margin-top: 725px !important;
}

.pt-725 {
  padding-top: 725px !important;
}

.mt-730 {
  margin-top: 730px !important;
}

.pt-730 {
  padding-top: 730px !important;
}

.mt-735 {
  margin-top: 735px !important;
}

.pt-735 {
  padding-top: 735px !important;
}

.mt-740 {
  margin-top: 740px !important;
}

.pt-740 {
  padding-top: 740px !important;
}

.mt-745 {
  margin-top: 745px !important;
}

.pt-745 {
  padding-top: 745px !important;
}

.mt-750 {
  margin-top: 750px !important;
}

.pt-750 {
  padding-top: 750px !important;
}

.mt-755 {
  margin-top: 755px !important;
}

.pt-755 {
  padding-top: 755px !important;
}

.mt-760 {
  margin-top: 760px !important;
}

.pt-760 {
  padding-top: 760px !important;
}

.mt-765 {
  margin-top: 765px !important;
}

.pt-765 {
  padding-top: 765px !important;
}

.mt-770 {
  margin-top: 770px !important;
}

.pt-770 {
  padding-top: 770px !important;
}

.mt-775 {
  margin-top: 775px !important;
}

.pt-775 {
  padding-top: 775px !important;
}

.mt-780 {
  margin-top: 780px !important;
}

.pt-780 {
  padding-top: 780px !important;
}

.mt-785 {
  margin-top: 785px !important;
}

.pt-785 {
  padding-top: 785px !important;
}

.mt-790 {
  margin-top: 790px !important;
}

.pt-790 {
  padding-top: 790px !important;
}

.mt-795 {
  margin-top: 795px !important;
}

.pt-795 {
  padding-top: 795px !important;
}

.mt-800 {
  margin-top: 800px !important;
}

.pt-800 {
  padding-top: 800px !important;
}

.mt-805 {
  margin-top: 805px !important;
}

.pt-805 {
  padding-top: 805px !important;
}

.mt-810 {
  margin-top: 810px !important;
}

.pt-810 {
  padding-top: 810px !important;
}

.mt-815 {
  margin-top: 815px !important;
}

.pt-815 {
  padding-top: 815px !important;
}

.mt-820 {
  margin-top: 820px !important;
}

.pt-820 {
  padding-top: 820px !important;
}

.mt-825 {
  margin-top: 825px !important;
}

.pt-825 {
  padding-top: 825px !important;
}

.mt-830 {
  margin-top: 830px !important;
}

.pt-830 {
  padding-top: 830px !important;
}

.mt-835 {
  margin-top: 835px !important;
}

.pt-835 {
  padding-top: 835px !important;
}

.mt-840 {
  margin-top: 840px !important;
}

.pt-840 {
  padding-top: 840px !important;
}

.mt-845 {
  margin-top: 845px !important;
}

.pt-845 {
  padding-top: 845px !important;
}

.mt-850 {
  margin-top: 850px !important;
}

.pt-850 {
  padding-top: 850px !important;
}

.mt-855 {
  margin-top: 855px !important;
}

.pt-855 {
  padding-top: 855px !important;
}

.mt-860 {
  margin-top: 860px !important;
}

.pt-860 {
  padding-top: 860px !important;
}

.mt-865 {
  margin-top: 865px !important;
}

.pt-865 {
  padding-top: 865px !important;
}

.mt-870 {
  margin-top: 870px !important;
}

.pt-870 {
  padding-top: 870px !important;
}

.mt-875 {
  margin-top: 875px !important;
}

.pt-875 {
  padding-top: 875px !important;
}

.mt-880 {
  margin-top: 880px !important;
}

.pt-880 {
  padding-top: 880px !important;
}

.mt-885 {
  margin-top: 885px !important;
}

.pt-885 {
  padding-top: 885px !important;
}

.mt-890 {
  margin-top: 890px !important;
}

.pt-890 {
  padding-top: 890px !important;
}

.mt-895 {
  margin-top: 895px !important;
}

.pt-895 {
  padding-top: 895px !important;
}

.mt-900 {
  margin-top: 900px !important;
}

.pt-900 {
  padding-top: 900px !important;
}

.mt-905 {
  margin-top: 905px !important;
}

.pt-905 {
  padding-top: 905px !important;
}

.mt-910 {
  margin-top: 910px !important;
}

.pt-910 {
  padding-top: 910px !important;
}

.mt-915 {
  margin-top: 915px !important;
}

.pt-915 {
  padding-top: 915px !important;
}

.mt-920 {
  margin-top: 920px !important;
}

.pt-920 {
  padding-top: 920px !important;
}

.mt-925 {
  margin-top: 925px !important;
}

.pt-925 {
  padding-top: 925px !important;
}

.mt-930 {
  margin-top: 930px !important;
}

.pt-930 {
  padding-top: 930px !important;
}

.mt-935 {
  margin-top: 935px !important;
}

.pt-935 {
  padding-top: 935px !important;
}

.mt-940 {
  margin-top: 940px !important;
}

.pt-940 {
  padding-top: 940px !important;
}

.mt-945 {
  margin-top: 945px !important;
}

.pt-945 {
  padding-top: 945px !important;
}

.mt-950 {
  margin-top: 950px !important;
}

.pt-950 {
  padding-top: 950px !important;
}

.mt-955 {
  margin-top: 955px !important;
}

.pt-955 {
  padding-top: 955px !important;
}

.mt-960 {
  margin-top: 960px !important;
}

.pt-960 {
  padding-top: 960px !important;
}

.mt-965 {
  margin-top: 965px !important;
}

.pt-965 {
  padding-top: 965px !important;
}

.mt-970 {
  margin-top: 970px !important;
}

.pt-970 {
  padding-top: 970px !important;
}

.mt-975 {
  margin-top: 975px !important;
}

.pt-975 {
  padding-top: 975px !important;
}

.mt-980 {
  margin-top: 980px !important;
}

.pt-980 {
  padding-top: 980px !important;
}

.mt-985 {
  margin-top: 985px !important;
}

.pt-985 {
  padding-top: 985px !important;
}

.mt-990 {
  margin-top: 990px !important;
}

.pt-990 {
  padding-top: 990px !important;
}

.mt-995 {
  margin-top: 995px !important;
}

.pt-995 {
  padding-top: 995px !important;
}

.mt-1000 {
  margin-top: 1000px !important;
}

.pt-1000 {
  padding-top: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-340 {
  margin-bottom: 340px !important;
}

.pb-340 {
  padding-bottom: 340px !important;
}

.mb-345 {
  margin-bottom: 345px !important;
}

.pb-345 {
  padding-bottom: 345px !important;
}

.mb-350 {
  margin-bottom: 350px !important;
}

.pb-350 {
  padding-bottom: 350px !important;
}

.mb-355 {
  margin-bottom: 355px !important;
}

.pb-355 {
  padding-bottom: 355px !important;
}

.mb-360 {
  margin-bottom: 360px !important;
}

.pb-360 {
  padding-bottom: 360px !important;
}

.mb-365 {
  margin-bottom: 365px !important;
}

.pb-365 {
  padding-bottom: 365px !important;
}

.mb-370 {
  margin-bottom: 370px !important;
}

.pb-370 {
  padding-bottom: 370px !important;
}

.mb-375 {
  margin-bottom: 375px !important;
}

.pb-375 {
  padding-bottom: 375px !important;
}

.mb-380 {
  margin-bottom: 380px !important;
}

.pb-380 {
  padding-bottom: 380px !important;
}

.mb-385 {
  margin-bottom: 385px !important;
}

.pb-385 {
  padding-bottom: 385px !important;
}

.mb-390 {
  margin-bottom: 390px !important;
}

.pb-390 {
  padding-bottom: 390px !important;
}

.mb-395 {
  margin-bottom: 395px !important;
}

.pb-395 {
  padding-bottom: 395px !important;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.mb-405 {
  margin-bottom: 405px !important;
}

.pb-405 {
  padding-bottom: 405px !important;
}

.mb-410 {
  margin-bottom: 410px !important;
}

.pb-410 {
  padding-bottom: 410px !important;
}

.mb-415 {
  margin-bottom: 415px !important;
}

.pb-415 {
  padding-bottom: 415px !important;
}

.mb-420 {
  margin-bottom: 420px !important;
}

.pb-420 {
  padding-bottom: 420px !important;
}

.mb-425 {
  margin-bottom: 425px !important;
}

.pb-425 {
  padding-bottom: 425px !important;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.pb-430 {
  padding-bottom: 430px !important;
}

.mb-435 {
  margin-bottom: 435px !important;
}

.pb-435 {
  padding-bottom: 435px !important;
}

.mb-440 {
  margin-bottom: 440px !important;
}

.pb-440 {
  padding-bottom: 440px !important;
}

.mb-445 {
  margin-bottom: 445px !important;
}

.pb-445 {
  padding-bottom: 445px !important;
}

.mb-450 {
  margin-bottom: 450px !important;
}

.pb-450 {
  padding-bottom: 450px !important;
}

.mb-455 {
  margin-bottom: 455px !important;
}

.pb-455 {
  padding-bottom: 455px !important;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.pb-460 {
  padding-bottom: 460px !important;
}

.mb-465 {
  margin-bottom: 465px !important;
}

.pb-465 {
  padding-bottom: 465px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.pb-470 {
  padding-bottom: 470px !important;
}

.mb-475 {
  margin-bottom: 475px !important;
}

.pb-475 {
  padding-bottom: 475px !important;
}

.mb-480 {
  margin-bottom: 480px !important;
}

.pb-480 {
  padding-bottom: 480px !important;
}

.mb-485 {
  margin-bottom: 485px !important;
}

.pb-485 {
  padding-bottom: 485px !important;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.pb-490 {
  padding-bottom: 490px !important;
}

.mb-495 {
  margin-bottom: 495px !important;
}

.pb-495 {
  padding-bottom: 495px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.mb-505 {
  margin-bottom: 505px !important;
}

.pb-505 {
  padding-bottom: 505px !important;
}

.mb-510 {
  margin-bottom: 510px !important;
}

.pb-510 {
  padding-bottom: 510px !important;
}

.mb-515 {
  margin-bottom: 515px !important;
}

.pb-515 {
  padding-bottom: 515px !important;
}

.mb-520 {
  margin-bottom: 520px !important;
}

.pb-520 {
  padding-bottom: 520px !important;
}

.mb-525 {
  margin-bottom: 525px !important;
}

.pb-525 {
  padding-bottom: 525px !important;
}

.mb-530 {
  margin-bottom: 530px !important;
}

.pb-530 {
  padding-bottom: 530px !important;
}

.mb-535 {
  margin-bottom: 535px !important;
}

.pb-535 {
  padding-bottom: 535px !important;
}

.mb-540 {
  margin-bottom: 540px !important;
}

.pb-540 {
  padding-bottom: 540px !important;
}

.mb-545 {
  margin-bottom: 545px !important;
}

.pb-545 {
  padding-bottom: 545px !important;
}

.mb-550 {
  margin-bottom: 550px !important;
}

.pb-550 {
  padding-bottom: 550px !important;
}

.mb-555 {
  margin-bottom: 555px !important;
}

.pb-555 {
  padding-bottom: 555px !important;
}

.mb-560 {
  margin-bottom: 560px !important;
}

.pb-560 {
  padding-bottom: 560px !important;
}

.mb-565 {
  margin-bottom: 565px !important;
}

.pb-565 {
  padding-bottom: 565px !important;
}

.mb-570 {
  margin-bottom: 570px !important;
}

.pb-570 {
  padding-bottom: 570px !important;
}

.mb-575 {
  margin-bottom: 575px !important;
}

.pb-575 {
  padding-bottom: 575px !important;
}

.mb-580 {
  margin-bottom: 580px !important;
}

.pb-580 {
  padding-bottom: 580px !important;
}

.mb-585 {
  margin-bottom: 585px !important;
}

.pb-585 {
  padding-bottom: 585px !important;
}

.mb-590 {
  margin-bottom: 590px !important;
}

.pb-590 {
  padding-bottom: 590px !important;
}

.mb-595 {
  margin-bottom: 595px !important;
}

.pb-595 {
  padding-bottom: 595px !important;
}

.mb-600 {
  margin-bottom: 600px !important;
}

.pb-600 {
  padding-bottom: 600px !important;
}

.mb-605 {
  margin-bottom: 605px !important;
}

.pb-605 {
  padding-bottom: 605px !important;
}

.mb-610 {
  margin-bottom: 610px !important;
}

.pb-610 {
  padding-bottom: 610px !important;
}

.mb-615 {
  margin-bottom: 615px !important;
}

.pb-615 {
  padding-bottom: 615px !important;
}

.mb-620 {
  margin-bottom: 620px !important;
}

.pb-620 {
  padding-bottom: 620px !important;
}

.mb-625 {
  margin-bottom: 625px !important;
}

.pb-625 {
  padding-bottom: 625px !important;
}

.mb-630 {
  margin-bottom: 630px !important;
}

.pb-630 {
  padding-bottom: 630px !important;
}

.mb-635 {
  margin-bottom: 635px !important;
}

.pb-635 {
  padding-bottom: 635px !important;
}

.mb-640 {
  margin-bottom: 640px !important;
}

.pb-640 {
  padding-bottom: 640px !important;
}

.mb-645 {
  margin-bottom: 645px !important;
}

.pb-645 {
  padding-bottom: 645px !important;
}

.mb-650 {
  margin-bottom: 650px !important;
}

.pb-650 {
  padding-bottom: 650px !important;
}

.mb-655 {
  margin-bottom: 655px !important;
}

.pb-655 {
  padding-bottom: 655px !important;
}

.mb-660 {
  margin-bottom: 660px !important;
}

.pb-660 {
  padding-bottom: 660px !important;
}

.mb-665 {
  margin-bottom: 665px !important;
}

.pb-665 {
  padding-bottom: 665px !important;
}

.mb-670 {
  margin-bottom: 670px !important;
}

.pb-670 {
  padding-bottom: 670px !important;
}

.mb-675 {
  margin-bottom: 675px !important;
}

.pb-675 {
  padding-bottom: 675px !important;
}

.mb-680 {
  margin-bottom: 680px !important;
}

.pb-680 {
  padding-bottom: 680px !important;
}

.mb-685 {
  margin-bottom: 685px !important;
}

.pb-685 {
  padding-bottom: 685px !important;
}

.mb-690 {
  margin-bottom: 690px !important;
}

.pb-690 {
  padding-bottom: 690px !important;
}

.mb-695 {
  margin-bottom: 695px !important;
}

.pb-695 {
  padding-bottom: 695px !important;
}

.mb-700 {
  margin-bottom: 700px !important;
}

.pb-700 {
  padding-bottom: 700px !important;
}

.mb-705 {
  margin-bottom: 705px !important;
}

.pb-705 {
  padding-bottom: 705px !important;
}

.mb-710 {
  margin-bottom: 710px !important;
}

.pb-710 {
  padding-bottom: 710px !important;
}

.mb-715 {
  margin-bottom: 715px !important;
}

.pb-715 {
  padding-bottom: 715px !important;
}

.mb-720 {
  margin-bottom: 720px !important;
}

.pb-720 {
  padding-bottom: 720px !important;
}

.mb-725 {
  margin-bottom: 725px !important;
}

.pb-725 {
  padding-bottom: 725px !important;
}

.mb-730 {
  margin-bottom: 730px !important;
}

.pb-730 {
  padding-bottom: 730px !important;
}

.mb-735 {
  margin-bottom: 735px !important;
}

.pb-735 {
  padding-bottom: 735px !important;
}

.mb-740 {
  margin-bottom: 740px !important;
}

.pb-740 {
  padding-bottom: 740px !important;
}

.mb-745 {
  margin-bottom: 745px !important;
}

.pb-745 {
  padding-bottom: 745px !important;
}

.mb-750 {
  margin-bottom: 750px !important;
}

.pb-750 {
  padding-bottom: 750px !important;
}

.mb-755 {
  margin-bottom: 755px !important;
}

.pb-755 {
  padding-bottom: 755px !important;
}

.mb-760 {
  margin-bottom: 760px !important;
}

.pb-760 {
  padding-bottom: 760px !important;
}

.mb-765 {
  margin-bottom: 765px !important;
}

.pb-765 {
  padding-bottom: 765px !important;
}

.mb-770 {
  margin-bottom: 770px !important;
}

.pb-770 {
  padding-bottom: 770px !important;
}

.mb-775 {
  margin-bottom: 775px !important;
}

.pb-775 {
  padding-bottom: 775px !important;
}

.mb-780 {
  margin-bottom: 780px !important;
}

.pb-780 {
  padding-bottom: 780px !important;
}

.mb-785 {
  margin-bottom: 785px !important;
}

.pb-785 {
  padding-bottom: 785px !important;
}

.mb-790 {
  margin-bottom: 790px !important;
}

.pb-790 {
  padding-bottom: 790px !important;
}

.mb-795 {
  margin-bottom: 795px !important;
}

.pb-795 {
  padding-bottom: 795px !important;
}

.mb-800 {
  margin-bottom: 800px !important;
}

.pb-800 {
  padding-bottom: 800px !important;
}

.mb-805 {
  margin-bottom: 805px !important;
}

.pb-805 {
  padding-bottom: 805px !important;
}

.mb-810 {
  margin-bottom: 810px !important;
}

.pb-810 {
  padding-bottom: 810px !important;
}

.mb-815 {
  margin-bottom: 815px !important;
}

.pb-815 {
  padding-bottom: 815px !important;
}

.mb-820 {
  margin-bottom: 820px !important;
}

.pb-820 {
  padding-bottom: 820px !important;
}

.mb-825 {
  margin-bottom: 825px !important;
}

.pb-825 {
  padding-bottom: 825px !important;
}

.mb-830 {
  margin-bottom: 830px !important;
}

.pb-830 {
  padding-bottom: 830px !important;
}

.mb-835 {
  margin-bottom: 835px !important;
}

.pb-835 {
  padding-bottom: 835px !important;
}

.mb-840 {
  margin-bottom: 840px !important;
}

.pb-840 {
  padding-bottom: 840px !important;
}

.mb-845 {
  margin-bottom: 845px !important;
}

.pb-845 {
  padding-bottom: 845px !important;
}

.mb-850 {
  margin-bottom: 850px !important;
}

.pb-850 {
  padding-bottom: 850px !important;
}

.mb-855 {
  margin-bottom: 855px !important;
}

.pb-855 {
  padding-bottom: 855px !important;
}

.mb-860 {
  margin-bottom: 860px !important;
}

.pb-860 {
  padding-bottom: 860px !important;
}

.mb-865 {
  margin-bottom: 865px !important;
}

.pb-865 {
  padding-bottom: 865px !important;
}

.mb-870 {
  margin-bottom: 870px !important;
}

.pb-870 {
  padding-bottom: 870px !important;
}

.mb-875 {
  margin-bottom: 875px !important;
}

.pb-875 {
  padding-bottom: 875px !important;
}

.mb-880 {
  margin-bottom: 880px !important;
}

.pb-880 {
  padding-bottom: 880px !important;
}

.mb-885 {
  margin-bottom: 885px !important;
}

.pb-885 {
  padding-bottom: 885px !important;
}

.mb-890 {
  margin-bottom: 890px !important;
}

.pb-890 {
  padding-bottom: 890px !important;
}

.mb-895 {
  margin-bottom: 895px !important;
}

.pb-895 {
  padding-bottom: 895px !important;
}

.mb-900 {
  margin-bottom: 900px !important;
}

.pb-900 {
  padding-bottom: 900px !important;
}

.mb-905 {
  margin-bottom: 905px !important;
}

.pb-905 {
  padding-bottom: 905px !important;
}

.mb-910 {
  margin-bottom: 910px !important;
}

.pb-910 {
  padding-bottom: 910px !important;
}

.mb-915 {
  margin-bottom: 915px !important;
}

.pb-915 {
  padding-bottom: 915px !important;
}

.mb-920 {
  margin-bottom: 920px !important;
}

.pb-920 {
  padding-bottom: 920px !important;
}

.mb-925 {
  margin-bottom: 925px !important;
}

.pb-925 {
  padding-bottom: 925px !important;
}

.mb-930 {
  margin-bottom: 930px !important;
}

.pb-930 {
  padding-bottom: 930px !important;
}

.mb-935 {
  margin-bottom: 935px !important;
}

.pb-935 {
  padding-bottom: 935px !important;
}

.mb-940 {
  margin-bottom: 940px !important;
}

.pb-940 {
  padding-bottom: 940px !important;
}

.mb-945 {
  margin-bottom: 945px !important;
}

.pb-945 {
  padding-bottom: 945px !important;
}

.mb-950 {
  margin-bottom: 950px !important;
}

.pb-950 {
  padding-bottom: 950px !important;
}

.mb-955 {
  margin-bottom: 955px !important;
}

.pb-955 {
  padding-bottom: 955px !important;
}

.mb-960 {
  margin-bottom: 960px !important;
}

.pb-960 {
  padding-bottom: 960px !important;
}

.mb-965 {
  margin-bottom: 965px !important;
}

.pb-965 {
  padding-bottom: 965px !important;
}

.mb-970 {
  margin-bottom: 970px !important;
}

.pb-970 {
  padding-bottom: 970px !important;
}

.mb-975 {
  margin-bottom: 975px !important;
}

.pb-975 {
  padding-bottom: 975px !important;
}

.mb-980 {
  margin-bottom: 980px !important;
}

.pb-980 {
  padding-bottom: 980px !important;
}

.mb-985 {
  margin-bottom: 985px !important;
}

.pb-985 {
  padding-bottom: 985px !important;
}

.mb-990 {
  margin-bottom: 990px !important;
}

.pb-990 {
  padding-bottom: 990px !important;
}

.mb-995 {
  margin-bottom: 995px !important;
}

.pb-995 {
  padding-bottom: 995px !important;
}

.mb-1000 {
  margin-bottom: 1000px !important;
}

.pb-1000 {
  padding-bottom: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-340 {
  margin-left: 340px !important;
}

.pl-340 {
  padding-left: 340px !important;
}

.ml-345 {
  margin-left: 345px !important;
}

.pl-345 {
  padding-left: 345px !important;
}

.ml-350 {
  margin-left: 350px !important;
}

.pl-350 {
  padding-left: 350px !important;
}

.ml-355 {
  margin-left: 355px !important;
}

.pl-355 {
  padding-left: 355px !important;
}

.ml-360 {
  margin-left: 360px !important;
}

.pl-360 {
  padding-left: 360px !important;
}

.ml-365 {
  margin-left: 365px !important;
}

.pl-365 {
  padding-left: 365px !important;
}

.ml-370 {
  margin-left: 370px !important;
}

.pl-370 {
  padding-left: 370px !important;
}

.ml-375 {
  margin-left: 375px !important;
}

.pl-375 {
  padding-left: 375px !important;
}

.ml-380 {
  margin-left: 380px !important;
}

.pl-380 {
  padding-left: 380px !important;
}

.ml-385 {
  margin-left: 385px !important;
}

.pl-385 {
  padding-left: 385px !important;
}

.ml-390 {
  margin-left: 390px !important;
}

.pl-390 {
  padding-left: 390px !important;
}

.ml-395 {
  margin-left: 395px !important;
}

.pl-395 {
  padding-left: 395px !important;
}

.ml-400 {
  margin-left: 400px !important;
}

.pl-400 {
  padding-left: 400px !important;
}

.ml-405 {
  margin-left: 405px !important;
}

.pl-405 {
  padding-left: 405px !important;
}

.ml-410 {
  margin-left: 410px !important;
}

.pl-410 {
  padding-left: 410px !important;
}

.ml-415 {
  margin-left: 415px !important;
}

.pl-415 {
  padding-left: 415px !important;
}

.ml-420 {
  margin-left: 420px !important;
}

.pl-420 {
  padding-left: 420px !important;
}

.ml-425 {
  margin-left: 425px !important;
}

.pl-425 {
  padding-left: 425px !important;
}

.ml-430 {
  margin-left: 430px !important;
}

.pl-430 {
  padding-left: 430px !important;
}

.ml-435 {
  margin-left: 435px !important;
}

.pl-435 {
  padding-left: 435px !important;
}

.ml-440 {
  margin-left: 440px !important;
}

.pl-440 {
  padding-left: 440px !important;
}

.ml-445 {
  margin-left: 445px !important;
}

.pl-445 {
  padding-left: 445px !important;
}

.ml-450 {
  margin-left: 450px !important;
}

.pl-450 {
  padding-left: 450px !important;
}

.ml-455 {
  margin-left: 455px !important;
}

.pl-455 {
  padding-left: 455px !important;
}

.ml-460 {
  margin-left: 460px !important;
}

.pl-460 {
  padding-left: 460px !important;
}

.ml-465 {
  margin-left: 465px !important;
}

.pl-465 {
  padding-left: 465px !important;
}

.ml-470 {
  margin-left: 470px !important;
}

.pl-470 {
  padding-left: 470px !important;
}

.ml-475 {
  margin-left: 475px !important;
}

.pl-475 {
  padding-left: 475px !important;
}

.ml-480 {
  margin-left: 480px !important;
}

.pl-480 {
  padding-left: 480px !important;
}

.ml-485 {
  margin-left: 485px !important;
}

.pl-485 {
  padding-left: 485px !important;
}

.ml-490 {
  margin-left: 490px !important;
}

.pl-490 {
  padding-left: 490px !important;
}

.ml-495 {
  margin-left: 495px !important;
}

.pl-495 {
  padding-left: 495px !important;
}

.ml-500 {
  margin-left: 500px !important;
}

.pl-500 {
  padding-left: 500px !important;
}

.ml-505 {
  margin-left: 505px !important;
}

.pl-505 {
  padding-left: 505px !important;
}

.ml-510 {
  margin-left: 510px !important;
}

.pl-510 {
  padding-left: 510px !important;
}

.ml-515 {
  margin-left: 515px !important;
}

.pl-515 {
  padding-left: 515px !important;
}

.ml-520 {
  margin-left: 520px !important;
}

.pl-520 {
  padding-left: 520px !important;
}

.ml-525 {
  margin-left: 525px !important;
}

.pl-525 {
  padding-left: 525px !important;
}

.ml-530 {
  margin-left: 530px !important;
}

.pl-530 {
  padding-left: 530px !important;
}

.ml-535 {
  margin-left: 535px !important;
}

.pl-535 {
  padding-left: 535px !important;
}

.ml-540 {
  margin-left: 540px !important;
}

.pl-540 {
  padding-left: 540px !important;
}

.ml-545 {
  margin-left: 545px !important;
}

.pl-545 {
  padding-left: 545px !important;
}

.ml-550 {
  margin-left: 550px !important;
}

.pl-550 {
  padding-left: 550px !important;
}

.ml-555 {
  margin-left: 555px !important;
}

.pl-555 {
  padding-left: 555px !important;
}

.ml-560 {
  margin-left: 560px !important;
}

.pl-560 {
  padding-left: 560px !important;
}

.ml-565 {
  margin-left: 565px !important;
}

.pl-565 {
  padding-left: 565px !important;
}

.ml-570 {
  margin-left: 570px !important;
}

.pl-570 {
  padding-left: 570px !important;
}

.ml-575 {
  margin-left: 575px !important;
}

.pl-575 {
  padding-left: 575px !important;
}

.ml-580 {
  margin-left: 580px !important;
}

.pl-580 {
  padding-left: 580px !important;
}

.ml-585 {
  margin-left: 585px !important;
}

.pl-585 {
  padding-left: 585px !important;
}

.ml-590 {
  margin-left: 590px !important;
}

.pl-590 {
  padding-left: 590px !important;
}

.ml-595 {
  margin-left: 595px !important;
}

.pl-595 {
  padding-left: 595px !important;
}

.ml-600 {
  margin-left: 600px !important;
}

.pl-600 {
  padding-left: 600px !important;
}

.ml-605 {
  margin-left: 605px !important;
}

.pl-605 {
  padding-left: 605px !important;
}

.ml-610 {
  margin-left: 610px !important;
}

.pl-610 {
  padding-left: 610px !important;
}

.ml-615 {
  margin-left: 615px !important;
}

.pl-615 {
  padding-left: 615px !important;
}

.ml-620 {
  margin-left: 620px !important;
}

.pl-620 {
  padding-left: 620px !important;
}

.ml-625 {
  margin-left: 625px !important;
}

.pl-625 {
  padding-left: 625px !important;
}

.ml-630 {
  margin-left: 630px !important;
}

.pl-630 {
  padding-left: 630px !important;
}

.ml-635 {
  margin-left: 635px !important;
}

.pl-635 {
  padding-left: 635px !important;
}

.ml-640 {
  margin-left: 640px !important;
}

.pl-640 {
  padding-left: 640px !important;
}

.ml-645 {
  margin-left: 645px !important;
}

.pl-645 {
  padding-left: 645px !important;
}

.ml-650 {
  margin-left: 650px !important;
}

.pl-650 {
  padding-left: 650px !important;
}

.ml-655 {
  margin-left: 655px !important;
}

.pl-655 {
  padding-left: 655px !important;
}

.ml-660 {
  margin-left: 660px !important;
}

.pl-660 {
  padding-left: 660px !important;
}

.ml-665 {
  margin-left: 665px !important;
}

.pl-665 {
  padding-left: 665px !important;
}

.ml-670 {
  margin-left: 670px !important;
}

.pl-670 {
  padding-left: 670px !important;
}

.ml-675 {
  margin-left: 675px !important;
}

.pl-675 {
  padding-left: 675px !important;
}

.ml-680 {
  margin-left: 680px !important;
}

.pl-680 {
  padding-left: 680px !important;
}

.ml-685 {
  margin-left: 685px !important;
}

.pl-685 {
  padding-left: 685px !important;
}

.ml-690 {
  margin-left: 690px !important;
}

.pl-690 {
  padding-left: 690px !important;
}

.ml-695 {
  margin-left: 695px !important;
}

.pl-695 {
  padding-left: 695px !important;
}

.ml-700 {
  margin-left: 700px !important;
}

.pl-700 {
  padding-left: 700px !important;
}

.ml-705 {
  margin-left: 705px !important;
}

.pl-705 {
  padding-left: 705px !important;
}

.ml-710 {
  margin-left: 710px !important;
}

.pl-710 {
  padding-left: 710px !important;
}

.ml-715 {
  margin-left: 715px !important;
}

.pl-715 {
  padding-left: 715px !important;
}

.ml-720 {
  margin-left: 720px !important;
}

.pl-720 {
  padding-left: 720px !important;
}

.ml-725 {
  margin-left: 725px !important;
}

.pl-725 {
  padding-left: 725px !important;
}

.ml-730 {
  margin-left: 730px !important;
}

.pl-730 {
  padding-left: 730px !important;
}

.ml-735 {
  margin-left: 735px !important;
}

.pl-735 {
  padding-left: 735px !important;
}

.ml-740 {
  margin-left: 740px !important;
}

.pl-740 {
  padding-left: 740px !important;
}

.ml-745 {
  margin-left: 745px !important;
}

.pl-745 {
  padding-left: 745px !important;
}

.ml-750 {
  margin-left: 750px !important;
}

.pl-750 {
  padding-left: 750px !important;
}

.ml-755 {
  margin-left: 755px !important;
}

.pl-755 {
  padding-left: 755px !important;
}

.ml-760 {
  margin-left: 760px !important;
}

.pl-760 {
  padding-left: 760px !important;
}

.ml-765 {
  margin-left: 765px !important;
}

.pl-765 {
  padding-left: 765px !important;
}

.ml-770 {
  margin-left: 770px !important;
}

.pl-770 {
  padding-left: 770px !important;
}

.ml-775 {
  margin-left: 775px !important;
}

.pl-775 {
  padding-left: 775px !important;
}

.ml-780 {
  margin-left: 780px !important;
}

.pl-780 {
  padding-left: 780px !important;
}

.ml-785 {
  margin-left: 785px !important;
}

.pl-785 {
  padding-left: 785px !important;
}

.ml-790 {
  margin-left: 790px !important;
}

.pl-790 {
  padding-left: 790px !important;
}

.ml-795 {
  margin-left: 795px !important;
}

.pl-795 {
  padding-left: 795px !important;
}

.ml-800 {
  margin-left: 800px !important;
}

.pl-800 {
  padding-left: 800px !important;
}

.ml-805 {
  margin-left: 805px !important;
}

.pl-805 {
  padding-left: 805px !important;
}

.ml-810 {
  margin-left: 810px !important;
}

.pl-810 {
  padding-left: 810px !important;
}

.ml-815 {
  margin-left: 815px !important;
}

.pl-815 {
  padding-left: 815px !important;
}

.ml-820 {
  margin-left: 820px !important;
}

.pl-820 {
  padding-left: 820px !important;
}

.ml-825 {
  margin-left: 825px !important;
}

.pl-825 {
  padding-left: 825px !important;
}

.ml-830 {
  margin-left: 830px !important;
}

.pl-830 {
  padding-left: 830px !important;
}

.ml-835 {
  margin-left: 835px !important;
}

.pl-835 {
  padding-left: 835px !important;
}

.ml-840 {
  margin-left: 840px !important;
}

.pl-840 {
  padding-left: 840px !important;
}

.ml-845 {
  margin-left: 845px !important;
}

.pl-845 {
  padding-left: 845px !important;
}

.ml-850 {
  margin-left: 850px !important;
}

.pl-850 {
  padding-left: 850px !important;
}

.ml-855 {
  margin-left: 855px !important;
}

.pl-855 {
  padding-left: 855px !important;
}

.ml-860 {
  margin-left: 860px !important;
}

.pl-860 {
  padding-left: 860px !important;
}

.ml-865 {
  margin-left: 865px !important;
}

.pl-865 {
  padding-left: 865px !important;
}

.ml-870 {
  margin-left: 870px !important;
}

.pl-870 {
  padding-left: 870px !important;
}

.ml-875 {
  margin-left: 875px !important;
}

.pl-875 {
  padding-left: 875px !important;
}

.ml-880 {
  margin-left: 880px !important;
}

.pl-880 {
  padding-left: 880px !important;
}

.ml-885 {
  margin-left: 885px !important;
}

.pl-885 {
  padding-left: 885px !important;
}

.ml-890 {
  margin-left: 890px !important;
}

.pl-890 {
  padding-left: 890px !important;
}

.ml-895 {
  margin-left: 895px !important;
}

.pl-895 {
  padding-left: 895px !important;
}

.ml-900 {
  margin-left: 900px !important;
}

.pl-900 {
  padding-left: 900px !important;
}

.ml-905 {
  margin-left: 905px !important;
}

.pl-905 {
  padding-left: 905px !important;
}

.ml-910 {
  margin-left: 910px !important;
}

.pl-910 {
  padding-left: 910px !important;
}

.ml-915 {
  margin-left: 915px !important;
}

.pl-915 {
  padding-left: 915px !important;
}

.ml-920 {
  margin-left: 920px !important;
}

.pl-920 {
  padding-left: 920px !important;
}

.ml-925 {
  margin-left: 925px !important;
}

.pl-925 {
  padding-left: 925px !important;
}

.ml-930 {
  margin-left: 930px !important;
}

.pl-930 {
  padding-left: 930px !important;
}

.ml-935 {
  margin-left: 935px !important;
}

.pl-935 {
  padding-left: 935px !important;
}

.ml-940 {
  margin-left: 940px !important;
}

.pl-940 {
  padding-left: 940px !important;
}

.ml-945 {
  margin-left: 945px !important;
}

.pl-945 {
  padding-left: 945px !important;
}

.ml-950 {
  margin-left: 950px !important;
}

.pl-950 {
  padding-left: 950px !important;
}

.ml-955 {
  margin-left: 955px !important;
}

.pl-955 {
  padding-left: 955px !important;
}

.ml-960 {
  margin-left: 960px !important;
}

.pl-960 {
  padding-left: 960px !important;
}

.ml-965 {
  margin-left: 965px !important;
}

.pl-965 {
  padding-left: 965px !important;
}

.ml-970 {
  margin-left: 970px !important;
}

.pl-970 {
  padding-left: 970px !important;
}

.ml-975 {
  margin-left: 975px !important;
}

.pl-975 {
  padding-left: 975px !important;
}

.ml-980 {
  margin-left: 980px !important;
}

.pl-980 {
  padding-left: 980px !important;
}

.ml-985 {
  margin-left: 985px !important;
}

.pl-985 {
  padding-left: 985px !important;
}

.ml-990 {
  margin-left: 990px !important;
}

.pl-990 {
  padding-left: 990px !important;
}

.ml-995 {
  margin-left: 995px !important;
}

.pl-995 {
  padding-left: 995px !important;
}

.ml-1000 {
  margin-left: 1000px !important;
}

.pl-1000 {
  padding-left: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-340 {
  margin-right: 340px !important;
}

.pr-340 {
  padding-right: 340px !important;
}

.mr-345 {
  margin-right: 345px !important;
}

.pr-345 {
  padding-right: 345px !important;
}

.mr-350 {
  margin-right: 350px !important;
}

.pr-350 {
  padding-right: 350px !important;
}

.mr-355 {
  margin-right: 355px !important;
}

.pr-355 {
  padding-right: 355px !important;
}

.mr-360 {
  margin-right: 360px !important;
}

.pr-360 {
  padding-right: 360px !important;
}

.mr-365 {
  margin-right: 365px !important;
}

.pr-365 {
  padding-right: 365px !important;
}

.mr-370 {
  margin-right: 370px !important;
}

.pr-370 {
  padding-right: 370px !important;
}

.mr-375 {
  margin-right: 375px !important;
}

.pr-375 {
  padding-right: 375px !important;
}

.mr-380 {
  margin-right: 380px !important;
}

.pr-380 {
  padding-right: 380px !important;
}

.mr-385 {
  margin-right: 385px !important;
}

.pr-385 {
  padding-right: 385px !important;
}

.mr-390 {
  margin-right: 390px !important;
}

.pr-390 {
  padding-right: 390px !important;
}

.mr-395 {
  margin-right: 395px !important;
}

.pr-395 {
  padding-right: 395px !important;
}

.mr-400 {
  margin-right: 400px !important;
}

.pr-400 {
  padding-right: 400px !important;
}

.mr-405 {
  margin-right: 405px !important;
}

.pr-405 {
  padding-right: 405px !important;
}

.mr-410 {
  margin-right: 410px !important;
}

.pr-410 {
  padding-right: 410px !important;
}

.mr-415 {
  margin-right: 415px !important;
}

.pr-415 {
  padding-right: 415px !important;
}

.mr-420 {
  margin-right: 420px !important;
}

.pr-420 {
  padding-right: 420px !important;
}

.mr-425 {
  margin-right: 425px !important;
}

.pr-425 {
  padding-right: 425px !important;
}

.mr-430 {
  margin-right: 430px !important;
}

.pr-430 {
  padding-right: 430px !important;
}

.mr-435 {
  margin-right: 435px !important;
}

.pr-435 {
  padding-right: 435px !important;
}

.mr-440 {
  margin-right: 440px !important;
}

.pr-440 {
  padding-right: 440px !important;
}

.mr-445 {
  margin-right: 445px !important;
}

.pr-445 {
  padding-right: 445px !important;
}

.mr-450 {
  margin-right: 450px !important;
}

.pr-450 {
  padding-right: 450px !important;
}

.mr-455 {
  margin-right: 455px !important;
}

.pr-455 {
  padding-right: 455px !important;
}

.mr-460 {
  margin-right: 460px !important;
}

.pr-460 {
  padding-right: 460px !important;
}

.mr-465 {
  margin-right: 465px !important;
}

.pr-465 {
  padding-right: 465px !important;
}

.mr-470 {
  margin-right: 470px !important;
}

.pr-470 {
  padding-right: 470px !important;
}

.mr-475 {
  margin-right: 475px !important;
}

.pr-475 {
  padding-right: 475px !important;
}

.mr-480 {
  margin-right: 480px !important;
}

.pr-480 {
  padding-right: 480px !important;
}

.mr-485 {
  margin-right: 485px !important;
}

.pr-485 {
  padding-right: 485px !important;
}

.mr-490 {
  margin-right: 490px !important;
}

.pr-490 {
  padding-right: 490px !important;
}

.mr-495 {
  margin-right: 495px !important;
}

.pr-495 {
  padding-right: 495px !important;
}

.mr-500 {
  margin-right: 500px !important;
}

.pr-500 {
  padding-right: 500px !important;
}

.mr-505 {
  margin-right: 505px !important;
}

.pr-505 {
  padding-right: 505px !important;
}

.mr-510 {
  margin-right: 510px !important;
}

.pr-510 {
  padding-right: 510px !important;
}

.mr-515 {
  margin-right: 515px !important;
}

.pr-515 {
  padding-right: 515px !important;
}

.mr-520 {
  margin-right: 520px !important;
}

.pr-520 {
  padding-right: 520px !important;
}

.mr-525 {
  margin-right: 525px !important;
}

.pr-525 {
  padding-right: 525px !important;
}

.mr-530 {
  margin-right: 530px !important;
}

.pr-530 {
  padding-right: 530px !important;
}

.mr-535 {
  margin-right: 535px !important;
}

.pr-535 {
  padding-right: 535px !important;
}

.mr-540 {
  margin-right: 540px !important;
}

.pr-540 {
  padding-right: 540px !important;
}

.mr-545 {
  margin-right: 545px !important;
}

.pr-545 {
  padding-right: 545px !important;
}

.mr-550 {
  margin-right: 550px !important;
}

.pr-550 {
  padding-right: 550px !important;
}

.mr-555 {
  margin-right: 555px !important;
}

.pr-555 {
  padding-right: 555px !important;
}

.mr-560 {
  margin-right: 560px !important;
}

.pr-560 {
  padding-right: 560px !important;
}

.mr-565 {
  margin-right: 565px !important;
}

.pr-565 {
  padding-right: 565px !important;
}

.mr-570 {
  margin-right: 570px !important;
}

.pr-570 {
  padding-right: 570px !important;
}

.mr-575 {
  margin-right: 575px !important;
}

.pr-575 {
  padding-right: 575px !important;
}

.mr-580 {
  margin-right: 580px !important;
}

.pr-580 {
  padding-right: 580px !important;
}

.mr-585 {
  margin-right: 585px !important;
}

.pr-585 {
  padding-right: 585px !important;
}

.mr-590 {
  margin-right: 590px !important;
}

.pr-590 {
  padding-right: 590px !important;
}

.mr-595 {
  margin-right: 595px !important;
}

.pr-595 {
  padding-right: 595px !important;
}

.mr-600 {
  margin-right: 600px !important;
}

.pr-600 {
  padding-right: 600px !important;
}

.mr-605 {
  margin-right: 605px !important;
}

.pr-605 {
  padding-right: 605px !important;
}

.mr-610 {
  margin-right: 610px !important;
}

.pr-610 {
  padding-right: 610px !important;
}

.mr-615 {
  margin-right: 615px !important;
}

.pr-615 {
  padding-right: 615px !important;
}

.mr-620 {
  margin-right: 620px !important;
}

.pr-620 {
  padding-right: 620px !important;
}

.mr-625 {
  margin-right: 625px !important;
}

.pr-625 {
  padding-right: 625px !important;
}

.mr-630 {
  margin-right: 630px !important;
}

.pr-630 {
  padding-right: 630px !important;
}

.mr-635 {
  margin-right: 635px !important;
}

.pr-635 {
  padding-right: 635px !important;
}

.mr-640 {
  margin-right: 640px !important;
}

.pr-640 {
  padding-right: 640px !important;
}

.mr-645 {
  margin-right: 645px !important;
}

.pr-645 {
  padding-right: 645px !important;
}

.mr-650 {
  margin-right: 650px !important;
}

.pr-650 {
  padding-right: 650px !important;
}

.mr-655 {
  margin-right: 655px !important;
}

.pr-655 {
  padding-right: 655px !important;
}

.mr-660 {
  margin-right: 660px !important;
}

.pr-660 {
  padding-right: 660px !important;
}

.mr-665 {
  margin-right: 665px !important;
}

.pr-665 {
  padding-right: 665px !important;
}

.mr-670 {
  margin-right: 670px !important;
}

.pr-670 {
  padding-right: 670px !important;
}

.mr-675 {
  margin-right: 675px !important;
}

.pr-675 {
  padding-right: 675px !important;
}

.mr-680 {
  margin-right: 680px !important;
}

.pr-680 {
  padding-right: 680px !important;
}

.mr-685 {
  margin-right: 685px !important;
}

.pr-685 {
  padding-right: 685px !important;
}

.mr-690 {
  margin-right: 690px !important;
}

.pr-690 {
  padding-right: 690px !important;
}

.mr-695 {
  margin-right: 695px !important;
}

.pr-695 {
  padding-right: 695px !important;
}

.mr-700 {
  margin-right: 700px !important;
}

.pr-700 {
  padding-right: 700px !important;
}

.mr-705 {
  margin-right: 705px !important;
}

.pr-705 {
  padding-right: 705px !important;
}

.mr-710 {
  margin-right: 710px !important;
}

.pr-710 {
  padding-right: 710px !important;
}

.mr-715 {
  margin-right: 715px !important;
}

.pr-715 {
  padding-right: 715px !important;
}

.mr-720 {
  margin-right: 720px !important;
}

.pr-720 {
  padding-right: 720px !important;
}

.mr-725 {
  margin-right: 725px !important;
}

.pr-725 {
  padding-right: 725px !important;
}

.mr-730 {
  margin-right: 730px !important;
}

.pr-730 {
  padding-right: 730px !important;
}

.mr-735 {
  margin-right: 735px !important;
}

.pr-735 {
  padding-right: 735px !important;
}

.mr-740 {
  margin-right: 740px !important;
}

.pr-740 {
  padding-right: 740px !important;
}

.mr-745 {
  margin-right: 745px !important;
}

.pr-745 {
  padding-right: 745px !important;
}

.mr-750 {
  margin-right: 750px !important;
}

.pr-750 {
  padding-right: 750px !important;
}

.mr-755 {
  margin-right: 755px !important;
}

.pr-755 {
  padding-right: 755px !important;
}

.mr-760 {
  margin-right: 760px !important;
}

.pr-760 {
  padding-right: 760px !important;
}

.mr-765 {
  margin-right: 765px !important;
}

.pr-765 {
  padding-right: 765px !important;
}

.mr-770 {
  margin-right: 770px !important;
}

.pr-770 {
  padding-right: 770px !important;
}

.mr-775 {
  margin-right: 775px !important;
}

.pr-775 {
  padding-right: 775px !important;
}

.mr-780 {
  margin-right: 780px !important;
}

.pr-780 {
  padding-right: 780px !important;
}

.mr-785 {
  margin-right: 785px !important;
}

.pr-785 {
  padding-right: 785px !important;
}

.mr-790 {
  margin-right: 790px !important;
}

.pr-790 {
  padding-right: 790px !important;
}

.mr-795 {
  margin-right: 795px !important;
}

.pr-795 {
  padding-right: 795px !important;
}

.mr-800 {
  margin-right: 800px !important;
}

.pr-800 {
  padding-right: 800px !important;
}

.mr-805 {
  margin-right: 805px !important;
}

.pr-805 {
  padding-right: 805px !important;
}

.mr-810 {
  margin-right: 810px !important;
}

.pr-810 {
  padding-right: 810px !important;
}

.mr-815 {
  margin-right: 815px !important;
}

.pr-815 {
  padding-right: 815px !important;
}

.mr-820 {
  margin-right: 820px !important;
}

.pr-820 {
  padding-right: 820px !important;
}

.mr-825 {
  margin-right: 825px !important;
}

.pr-825 {
  padding-right: 825px !important;
}

.mr-830 {
  margin-right: 830px !important;
}

.pr-830 {
  padding-right: 830px !important;
}

.mr-835 {
  margin-right: 835px !important;
}

.pr-835 {
  padding-right: 835px !important;
}

.mr-840 {
  margin-right: 840px !important;
}

.pr-840 {
  padding-right: 840px !important;
}

.mr-845 {
  margin-right: 845px !important;
}

.pr-845 {
  padding-right: 845px !important;
}

.mr-850 {
  margin-right: 850px !important;
}

.pr-850 {
  padding-right: 850px !important;
}

.mr-855 {
  margin-right: 855px !important;
}

.pr-855 {
  padding-right: 855px !important;
}

.mr-860 {
  margin-right: 860px !important;
}

.pr-860 {
  padding-right: 860px !important;
}

.mr-865 {
  margin-right: 865px !important;
}

.pr-865 {
  padding-right: 865px !important;
}

.mr-870 {
  margin-right: 870px !important;
}

.pr-870 {
  padding-right: 870px !important;
}

.mr-875 {
  margin-right: 875px !important;
}

.pr-875 {
  padding-right: 875px !important;
}

.mr-880 {
  margin-right: 880px !important;
}

.pr-880 {
  padding-right: 880px !important;
}

.mr-885 {
  margin-right: 885px !important;
}

.pr-885 {
  padding-right: 885px !important;
}

.mr-890 {
  margin-right: 890px !important;
}

.pr-890 {
  padding-right: 890px !important;
}

.mr-895 {
  margin-right: 895px !important;
}

.pr-895 {
  padding-right: 895px !important;
}

.mr-900 {
  margin-right: 900px !important;
}

.pr-900 {
  padding-right: 900px !important;
}

.mr-905 {
  margin-right: 905px !important;
}

.pr-905 {
  padding-right: 905px !important;
}

.mr-910 {
  margin-right: 910px !important;
}

.pr-910 {
  padding-right: 910px !important;
}

.mr-915 {
  margin-right: 915px !important;
}

.pr-915 {
  padding-right: 915px !important;
}

.mr-920 {
  margin-right: 920px !important;
}

.pr-920 {
  padding-right: 920px !important;
}

.mr-925 {
  margin-right: 925px !important;
}

.pr-925 {
  padding-right: 925px !important;
}

.mr-930 {
  margin-right: 930px !important;
}

.pr-930 {
  padding-right: 930px !important;
}

.mr-935 {
  margin-right: 935px !important;
}

.pr-935 {
  padding-right: 935px !important;
}

.mr-940 {
  margin-right: 940px !important;
}

.pr-940 {
  padding-right: 940px !important;
}

.mr-945 {
  margin-right: 945px !important;
}

.pr-945 {
  padding-right: 945px !important;
}

.mr-950 {
  margin-right: 950px !important;
}

.pr-950 {
  padding-right: 950px !important;
}

.mr-955 {
  margin-right: 955px !important;
}

.pr-955 {
  padding-right: 955px !important;
}

.mr-960 {
  margin-right: 960px !important;
}

.pr-960 {
  padding-right: 960px !important;
}

.mr-965 {
  margin-right: 965px !important;
}

.pr-965 {
  padding-right: 965px !important;
}

.mr-970 {
  margin-right: 970px !important;
}

.pr-970 {
  padding-right: 970px !important;
}

.mr-975 {
  margin-right: 975px !important;
}

.pr-975 {
  padding-right: 975px !important;
}

.mr-980 {
  margin-right: 980px !important;
}

.pr-980 {
  padding-right: 980px !important;
}

.mr-985 {
  margin-right: 985px !important;
}

.pr-985 {
  padding-right: 985px !important;
}

.mr-990 {
  margin-right: 990px !important;
}

.pr-990 {
  padding-right: 990px !important;
}

.mr-995 {
  margin-right: 995px !important;
}

.pr-995 {
  padding-right: 995px !important;
}

.mr-1000 {
  margin-right: 1000px !important;
}

.pr-1000 {
  padding-right: 1000px !important;
}

@media (min-width: 0) {
  .m-xs-0 {
    margin: 0px !important;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
}
@media (min-width: 0) {
  .m-xs-5 {
    margin: 5px !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
}
@media (min-width: 0) {
  .m-xs-10 {
    margin: 10px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
}
@media (min-width: 0) {
  .m-xs-15 {
    margin: 15px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
}
@media (min-width: 0) {
  .m-xs-20 {
    margin: 20px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
}
@media (min-width: 0) {
  .m-xs-25 {
    margin: 25px !important;
  }
  .p-xs-25 {
    padding: 25px !important;
  }
}
@media (min-width: 0) {
  .m-xs-30 {
    margin: 30px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
}
@media (min-width: 0) {
  .m-xs-35 {
    margin: 35px !important;
  }
  .p-xs-35 {
    padding: 35px !important;
  }
}
@media (min-width: 0) {
  .m-xs-40 {
    margin: 40px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
}
@media (min-width: 0) {
  .m-xs-45 {
    margin: 45px !important;
  }
  .p-xs-45 {
    padding: 45px !important;
  }
}
@media (min-width: 0) {
  .m-xs-50 {
    margin: 50px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
}
@media (min-width: 0) {
  .m-xs-55 {
    margin: 55px !important;
  }
  .p-xs-55 {
    padding: 55px !important;
  }
}
@media (min-width: 0) {
  .m-xs-60 {
    margin: 60px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
}
@media (min-width: 0) {
  .m-xs-65 {
    margin: 65px !important;
  }
  .p-xs-65 {
    padding: 65px !important;
  }
}
@media (min-width: 0) {
  .m-xs-70 {
    margin: 70px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
}
@media (min-width: 0) {
  .m-xs-75 {
    margin: 75px !important;
  }
  .p-xs-75 {
    padding: 75px !important;
  }
}
@media (min-width: 0) {
  .m-xs-80 {
    margin: 80px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
}
@media (min-width: 0) {
  .m-xs-85 {
    margin: 85px !important;
  }
  .p-xs-85 {
    padding: 85px !important;
  }
}
@media (min-width: 0) {
  .m-xs-90 {
    margin: 90px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
}
@media (min-width: 0) {
  .m-xs-95 {
    margin: 95px !important;
  }
  .p-xs-95 {
    padding: 95px !important;
  }
}
@media (min-width: 0) {
  .m-xs-100 {
    margin: 100px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
}
@media (min-width: 0) {
  .m-xs-105 {
    margin: 105px !important;
  }
  .p-xs-105 {
    padding: 105px !important;
  }
}
@media (min-width: 0) {
  .m-xs-110 {
    margin: 110px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
}
@media (min-width: 0) {
  .m-xs-115 {
    margin: 115px !important;
  }
  .p-xs-115 {
    padding: 115px !important;
  }
}
@media (min-width: 0) {
  .m-xs-120 {
    margin: 120px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
}
@media (min-width: 0) {
  .m-xs-125 {
    margin: 125px !important;
  }
  .p-xs-125 {
    padding: 125px !important;
  }
}
@media (min-width: 0) {
  .m-xs-130 {
    margin: 130px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
}
@media (min-width: 0) {
  .m-xs-135 {
    margin: 135px !important;
  }
  .p-xs-135 {
    padding: 135px !important;
  }
}
@media (min-width: 0) {
  .m-xs-140 {
    margin: 140px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
}
@media (min-width: 0) {
  .m-xs-145 {
    margin: 145px !important;
  }
  .p-xs-145 {
    padding: 145px !important;
  }
}
@media (min-width: 0) {
  .m-xs-150 {
    margin: 150px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
}
@media (min-width: 0) {
  .m-xs-155 {
    margin: 155px !important;
  }
  .p-xs-155 {
    padding: 155px !important;
  }
}
@media (min-width: 0) {
  .m-xs-160 {
    margin: 160px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
}
@media (min-width: 0) {
  .m-xs-165 {
    margin: 165px !important;
  }
  .p-xs-165 {
    padding: 165px !important;
  }
}
@media (min-width: 0) {
  .m-xs-170 {
    margin: 170px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
}
@media (min-width: 0) {
  .m-xs-175 {
    margin: 175px !important;
  }
  .p-xs-175 {
    padding: 175px !important;
  }
}
@media (min-width: 0) {
  .m-xs-180 {
    margin: 180px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
}
@media (min-width: 0) {
  .m-xs-185 {
    margin: 185px !important;
  }
  .p-xs-185 {
    padding: 185px !important;
  }
}
@media (min-width: 0) {
  .m-xs-190 {
    margin: 190px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
}
@media (min-width: 0) {
  .m-xs-195 {
    margin: 195px !important;
  }
  .p-xs-195 {
    padding: 195px !important;
  }
}
@media (min-width: 0) {
  .m-xs-200 {
    margin: 200px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
}
@media (min-width: 0) {
  .m-xs-205 {
    margin: 205px !important;
  }
  .p-xs-205 {
    padding: 205px !important;
  }
}
@media (min-width: 0) {
  .m-xs-210 {
    margin: 210px !important;
  }
  .p-xs-210 {
    padding: 210px !important;
  }
}
@media (min-width: 0) {
  .m-xs-215 {
    margin: 215px !important;
  }
  .p-xs-215 {
    padding: 215px !important;
  }
}
@media (min-width: 0) {
  .m-xs-220 {
    margin: 220px !important;
  }
  .p-xs-220 {
    padding: 220px !important;
  }
}
@media (min-width: 0) {
  .m-xs-225 {
    margin: 225px !important;
  }
  .p-xs-225 {
    padding: 225px !important;
  }
}
@media (min-width: 0) {
  .m-xs-230 {
    margin: 230px !important;
  }
  .p-xs-230 {
    padding: 230px !important;
  }
}
@media (min-width: 0) {
  .m-xs-235 {
    margin: 235px !important;
  }
  .p-xs-235 {
    padding: 235px !important;
  }
}
@media (min-width: 0) {
  .m-xs-240 {
    margin: 240px !important;
  }
  .p-xs-240 {
    padding: 240px !important;
  }
}
@media (min-width: 0) {
  .m-xs-245 {
    margin: 245px !important;
  }
  .p-xs-245 {
    padding: 245px !important;
  }
}
@media (min-width: 0) {
  .m-xs-250 {
    margin: 250px !important;
  }
  .p-xs-250 {
    padding: 250px !important;
  }
}
@media (min-width: 0) {
  .m-xs-255 {
    margin: 255px !important;
  }
  .p-xs-255 {
    padding: 255px !important;
  }
}
@media (min-width: 0) {
  .m-xs-260 {
    margin: 260px !important;
  }
  .p-xs-260 {
    padding: 260px !important;
  }
}
@media (min-width: 0) {
  .m-xs-265 {
    margin: 265px !important;
  }
  .p-xs-265 {
    padding: 265px !important;
  }
}
@media (min-width: 0) {
  .m-xs-270 {
    margin: 270px !important;
  }
  .p-xs-270 {
    padding: 270px !important;
  }
}
@media (min-width: 0) {
  .m-xs-275 {
    margin: 275px !important;
  }
  .p-xs-275 {
    padding: 275px !important;
  }
}
@media (min-width: 0) {
  .m-xs-280 {
    margin: 280px !important;
  }
  .p-xs-280 {
    padding: 280px !important;
  }
}
@media (min-width: 0) {
  .m-xs-285 {
    margin: 285px !important;
  }
  .p-xs-285 {
    padding: 285px !important;
  }
}
@media (min-width: 0) {
  .m-xs-290 {
    margin: 290px !important;
  }
  .p-xs-290 {
    padding: 290px !important;
  }
}
@media (min-width: 0) {
  .m-xs-295 {
    margin: 295px !important;
  }
  .p-xs-295 {
    padding: 295px !important;
  }
}
@media (min-width: 0) {
  .m-xs-300 {
    margin: 300px !important;
  }
  .p-xs-300 {
    padding: 300px !important;
  }
}
@media (min-width: 0) {
  .m-xs-305 {
    margin: 305px !important;
  }
  .p-xs-305 {
    padding: 305px !important;
  }
}
@media (min-width: 0) {
  .m-xs-310 {
    margin: 310px !important;
  }
  .p-xs-310 {
    padding: 310px !important;
  }
}
@media (min-width: 0) {
  .m-xs-315 {
    margin: 315px !important;
  }
  .p-xs-315 {
    padding: 315px !important;
  }
}
@media (min-width: 0) {
  .m-xs-320 {
    margin: 320px !important;
  }
  .p-xs-320 {
    padding: 320px !important;
  }
}
@media (min-width: 0) {
  .m-xs-325 {
    margin: 325px !important;
  }
  .p-xs-325 {
    padding: 325px !important;
  }
}
@media (min-width: 0) {
  .m-xs-330 {
    margin: 330px !important;
  }
  .p-xs-330 {
    padding: 330px !important;
  }
}
@media (min-width: 0) {
  .m-xs-335 {
    margin: 335px !important;
  }
  .p-xs-335 {
    padding: 335px !important;
  }
}
@media (min-width: 0) {
  .m-xs-340 {
    margin: 340px !important;
  }
  .p-xs-340 {
    padding: 340px !important;
  }
}
@media (min-width: 0) {
  .m-xs-345 {
    margin: 345px !important;
  }
  .p-xs-345 {
    padding: 345px !important;
  }
}
@media (min-width: 0) {
  .m-xs-350 {
    margin: 350px !important;
  }
  .p-xs-350 {
    padding: 350px !important;
  }
}
@media (min-width: 0) {
  .m-xs-355 {
    margin: 355px !important;
  }
  .p-xs-355 {
    padding: 355px !important;
  }
}
@media (min-width: 0) {
  .m-xs-360 {
    margin: 360px !important;
  }
  .p-xs-360 {
    padding: 360px !important;
  }
}
@media (min-width: 0) {
  .m-xs-365 {
    margin: 365px !important;
  }
  .p-xs-365 {
    padding: 365px !important;
  }
}
@media (min-width: 0) {
  .m-xs-370 {
    margin: 370px !important;
  }
  .p-xs-370 {
    padding: 370px !important;
  }
}
@media (min-width: 0) {
  .m-xs-375 {
    margin: 375px !important;
  }
  .p-xs-375 {
    padding: 375px !important;
  }
}
@media (min-width: 0) {
  .m-xs-380 {
    margin: 380px !important;
  }
  .p-xs-380 {
    padding: 380px !important;
  }
}
@media (min-width: 0) {
  .m-xs-385 {
    margin: 385px !important;
  }
  .p-xs-385 {
    padding: 385px !important;
  }
}
@media (min-width: 0) {
  .m-xs-390 {
    margin: 390px !important;
  }
  .p-xs-390 {
    padding: 390px !important;
  }
}
@media (min-width: 0) {
  .m-xs-395 {
    margin: 395px !important;
  }
  .p-xs-395 {
    padding: 395px !important;
  }
}
@media (min-width: 0) {
  .m-xs-400 {
    margin: 400px !important;
  }
  .p-xs-400 {
    padding: 400px !important;
  }
}
@media (min-width: 0) {
  .m-xs-405 {
    margin: 405px !important;
  }
  .p-xs-405 {
    padding: 405px !important;
  }
}
@media (min-width: 0) {
  .m-xs-410 {
    margin: 410px !important;
  }
  .p-xs-410 {
    padding: 410px !important;
  }
}
@media (min-width: 0) {
  .m-xs-415 {
    margin: 415px !important;
  }
  .p-xs-415 {
    padding: 415px !important;
  }
}
@media (min-width: 0) {
  .m-xs-420 {
    margin: 420px !important;
  }
  .p-xs-420 {
    padding: 420px !important;
  }
}
@media (min-width: 0) {
  .m-xs-425 {
    margin: 425px !important;
  }
  .p-xs-425 {
    padding: 425px !important;
  }
}
@media (min-width: 0) {
  .m-xs-430 {
    margin: 430px !important;
  }
  .p-xs-430 {
    padding: 430px !important;
  }
}
@media (min-width: 0) {
  .m-xs-435 {
    margin: 435px !important;
  }
  .p-xs-435 {
    padding: 435px !important;
  }
}
@media (min-width: 0) {
  .m-xs-440 {
    margin: 440px !important;
  }
  .p-xs-440 {
    padding: 440px !important;
  }
}
@media (min-width: 0) {
  .m-xs-445 {
    margin: 445px !important;
  }
  .p-xs-445 {
    padding: 445px !important;
  }
}
@media (min-width: 0) {
  .m-xs-450 {
    margin: 450px !important;
  }
  .p-xs-450 {
    padding: 450px !important;
  }
}
@media (min-width: 0) {
  .m-xs-455 {
    margin: 455px !important;
  }
  .p-xs-455 {
    padding: 455px !important;
  }
}
@media (min-width: 0) {
  .m-xs-460 {
    margin: 460px !important;
  }
  .p-xs-460 {
    padding: 460px !important;
  }
}
@media (min-width: 0) {
  .m-xs-465 {
    margin: 465px !important;
  }
  .p-xs-465 {
    padding: 465px !important;
  }
}
@media (min-width: 0) {
  .m-xs-470 {
    margin: 470px !important;
  }
  .p-xs-470 {
    padding: 470px !important;
  }
}
@media (min-width: 0) {
  .m-xs-475 {
    margin: 475px !important;
  }
  .p-xs-475 {
    padding: 475px !important;
  }
}
@media (min-width: 0) {
  .m-xs-480 {
    margin: 480px !important;
  }
  .p-xs-480 {
    padding: 480px !important;
  }
}
@media (min-width: 0) {
  .m-xs-485 {
    margin: 485px !important;
  }
  .p-xs-485 {
    padding: 485px !important;
  }
}
@media (min-width: 0) {
  .m-xs-490 {
    margin: 490px !important;
  }
  .p-xs-490 {
    padding: 490px !important;
  }
}
@media (min-width: 0) {
  .m-xs-495 {
    margin: 495px !important;
  }
  .p-xs-495 {
    padding: 495px !important;
  }
}
@media (min-width: 0) {
  .m-xs-500 {
    margin: 500px !important;
  }
  .p-xs-500 {
    padding: 500px !important;
  }
}
@media (min-width: 0) {
  .m-xs-505 {
    margin: 505px !important;
  }
  .p-xs-505 {
    padding: 505px !important;
  }
}
@media (min-width: 0) {
  .m-xs-510 {
    margin: 510px !important;
  }
  .p-xs-510 {
    padding: 510px !important;
  }
}
@media (min-width: 0) {
  .m-xs-515 {
    margin: 515px !important;
  }
  .p-xs-515 {
    padding: 515px !important;
  }
}
@media (min-width: 0) {
  .m-xs-520 {
    margin: 520px !important;
  }
  .p-xs-520 {
    padding: 520px !important;
  }
}
@media (min-width: 0) {
  .m-xs-525 {
    margin: 525px !important;
  }
  .p-xs-525 {
    padding: 525px !important;
  }
}
@media (min-width: 0) {
  .m-xs-530 {
    margin: 530px !important;
  }
  .p-xs-530 {
    padding: 530px !important;
  }
}
@media (min-width: 0) {
  .m-xs-535 {
    margin: 535px !important;
  }
  .p-xs-535 {
    padding: 535px !important;
  }
}
@media (min-width: 0) {
  .m-xs-540 {
    margin: 540px !important;
  }
  .p-xs-540 {
    padding: 540px !important;
  }
}
@media (min-width: 0) {
  .m-xs-545 {
    margin: 545px !important;
  }
  .p-xs-545 {
    padding: 545px !important;
  }
}
@media (min-width: 0) {
  .m-xs-550 {
    margin: 550px !important;
  }
  .p-xs-550 {
    padding: 550px !important;
  }
}
@media (min-width: 0) {
  .m-xs-555 {
    margin: 555px !important;
  }
  .p-xs-555 {
    padding: 555px !important;
  }
}
@media (min-width: 0) {
  .m-xs-560 {
    margin: 560px !important;
  }
  .p-xs-560 {
    padding: 560px !important;
  }
}
@media (min-width: 0) {
  .m-xs-565 {
    margin: 565px !important;
  }
  .p-xs-565 {
    padding: 565px !important;
  }
}
@media (min-width: 0) {
  .m-xs-570 {
    margin: 570px !important;
  }
  .p-xs-570 {
    padding: 570px !important;
  }
}
@media (min-width: 0) {
  .m-xs-575 {
    margin: 575px !important;
  }
  .p-xs-575 {
    padding: 575px !important;
  }
}
@media (min-width: 0) {
  .m-xs-580 {
    margin: 580px !important;
  }
  .p-xs-580 {
    padding: 580px !important;
  }
}
@media (min-width: 0) {
  .m-xs-585 {
    margin: 585px !important;
  }
  .p-xs-585 {
    padding: 585px !important;
  }
}
@media (min-width: 0) {
  .m-xs-590 {
    margin: 590px !important;
  }
  .p-xs-590 {
    padding: 590px !important;
  }
}
@media (min-width: 0) {
  .m-xs-595 {
    margin: 595px !important;
  }
  .p-xs-595 {
    padding: 595px !important;
  }
}
@media (min-width: 0) {
  .m-xs-600 {
    margin: 600px !important;
  }
  .p-xs-600 {
    padding: 600px !important;
  }
}
@media (min-width: 0) {
  .m-xs-605 {
    margin: 605px !important;
  }
  .p-xs-605 {
    padding: 605px !important;
  }
}
@media (min-width: 0) {
  .m-xs-610 {
    margin: 610px !important;
  }
  .p-xs-610 {
    padding: 610px !important;
  }
}
@media (min-width: 0) {
  .m-xs-615 {
    margin: 615px !important;
  }
  .p-xs-615 {
    padding: 615px !important;
  }
}
@media (min-width: 0) {
  .m-xs-620 {
    margin: 620px !important;
  }
  .p-xs-620 {
    padding: 620px !important;
  }
}
@media (min-width: 0) {
  .m-xs-625 {
    margin: 625px !important;
  }
  .p-xs-625 {
    padding: 625px !important;
  }
}
@media (min-width: 0) {
  .m-xs-630 {
    margin: 630px !important;
  }
  .p-xs-630 {
    padding: 630px !important;
  }
}
@media (min-width: 0) {
  .m-xs-635 {
    margin: 635px !important;
  }
  .p-xs-635 {
    padding: 635px !important;
  }
}
@media (min-width: 0) {
  .m-xs-640 {
    margin: 640px !important;
  }
  .p-xs-640 {
    padding: 640px !important;
  }
}
@media (min-width: 0) {
  .m-xs-645 {
    margin: 645px !important;
  }
  .p-xs-645 {
    padding: 645px !important;
  }
}
@media (min-width: 0) {
  .m-xs-650 {
    margin: 650px !important;
  }
  .p-xs-650 {
    padding: 650px !important;
  }
}
@media (min-width: 0) {
  .m-xs-655 {
    margin: 655px !important;
  }
  .p-xs-655 {
    padding: 655px !important;
  }
}
@media (min-width: 0) {
  .m-xs-660 {
    margin: 660px !important;
  }
  .p-xs-660 {
    padding: 660px !important;
  }
}
@media (min-width: 0) {
  .m-xs-665 {
    margin: 665px !important;
  }
  .p-xs-665 {
    padding: 665px !important;
  }
}
@media (min-width: 0) {
  .m-xs-670 {
    margin: 670px !important;
  }
  .p-xs-670 {
    padding: 670px !important;
  }
}
@media (min-width: 0) {
  .m-xs-675 {
    margin: 675px !important;
  }
  .p-xs-675 {
    padding: 675px !important;
  }
}
@media (min-width: 0) {
  .m-xs-680 {
    margin: 680px !important;
  }
  .p-xs-680 {
    padding: 680px !important;
  }
}
@media (min-width: 0) {
  .m-xs-685 {
    margin: 685px !important;
  }
  .p-xs-685 {
    padding: 685px !important;
  }
}
@media (min-width: 0) {
  .m-xs-690 {
    margin: 690px !important;
  }
  .p-xs-690 {
    padding: 690px !important;
  }
}
@media (min-width: 0) {
  .m-xs-695 {
    margin: 695px !important;
  }
  .p-xs-695 {
    padding: 695px !important;
  }
}
@media (min-width: 0) {
  .m-xs-700 {
    margin: 700px !important;
  }
  .p-xs-700 {
    padding: 700px !important;
  }
}
@media (min-width: 0) {
  .m-xs-705 {
    margin: 705px !important;
  }
  .p-xs-705 {
    padding: 705px !important;
  }
}
@media (min-width: 0) {
  .m-xs-710 {
    margin: 710px !important;
  }
  .p-xs-710 {
    padding: 710px !important;
  }
}
@media (min-width: 0) {
  .m-xs-715 {
    margin: 715px !important;
  }
  .p-xs-715 {
    padding: 715px !important;
  }
}
@media (min-width: 0) {
  .m-xs-720 {
    margin: 720px !important;
  }
  .p-xs-720 {
    padding: 720px !important;
  }
}
@media (min-width: 0) {
  .m-xs-725 {
    margin: 725px !important;
  }
  .p-xs-725 {
    padding: 725px !important;
  }
}
@media (min-width: 0) {
  .m-xs-730 {
    margin: 730px !important;
  }
  .p-xs-730 {
    padding: 730px !important;
  }
}
@media (min-width: 0) {
  .m-xs-735 {
    margin: 735px !important;
  }
  .p-xs-735 {
    padding: 735px !important;
  }
}
@media (min-width: 0) {
  .m-xs-740 {
    margin: 740px !important;
  }
  .p-xs-740 {
    padding: 740px !important;
  }
}
@media (min-width: 0) {
  .m-xs-745 {
    margin: 745px !important;
  }
  .p-xs-745 {
    padding: 745px !important;
  }
}
@media (min-width: 0) {
  .m-xs-750 {
    margin: 750px !important;
  }
  .p-xs-750 {
    padding: 750px !important;
  }
}
@media (min-width: 0) {
  .m-xs-755 {
    margin: 755px !important;
  }
  .p-xs-755 {
    padding: 755px !important;
  }
}
@media (min-width: 0) {
  .m-xs-760 {
    margin: 760px !important;
  }
  .p-xs-760 {
    padding: 760px !important;
  }
}
@media (min-width: 0) {
  .m-xs-765 {
    margin: 765px !important;
  }
  .p-xs-765 {
    padding: 765px !important;
  }
}
@media (min-width: 0) {
  .m-xs-770 {
    margin: 770px !important;
  }
  .p-xs-770 {
    padding: 770px !important;
  }
}
@media (min-width: 0) {
  .m-xs-775 {
    margin: 775px !important;
  }
  .p-xs-775 {
    padding: 775px !important;
  }
}
@media (min-width: 0) {
  .m-xs-780 {
    margin: 780px !important;
  }
  .p-xs-780 {
    padding: 780px !important;
  }
}
@media (min-width: 0) {
  .m-xs-785 {
    margin: 785px !important;
  }
  .p-xs-785 {
    padding: 785px !important;
  }
}
@media (min-width: 0) {
  .m-xs-790 {
    margin: 790px !important;
  }
  .p-xs-790 {
    padding: 790px !important;
  }
}
@media (min-width: 0) {
  .m-xs-795 {
    margin: 795px !important;
  }
  .p-xs-795 {
    padding: 795px !important;
  }
}
@media (min-width: 0) {
  .m-xs-800 {
    margin: 800px !important;
  }
  .p-xs-800 {
    padding: 800px !important;
  }
}
@media (min-width: 0) {
  .m-xs-805 {
    margin: 805px !important;
  }
  .p-xs-805 {
    padding: 805px !important;
  }
}
@media (min-width: 0) {
  .m-xs-810 {
    margin: 810px !important;
  }
  .p-xs-810 {
    padding: 810px !important;
  }
}
@media (min-width: 0) {
  .m-xs-815 {
    margin: 815px !important;
  }
  .p-xs-815 {
    padding: 815px !important;
  }
}
@media (min-width: 0) {
  .m-xs-820 {
    margin: 820px !important;
  }
  .p-xs-820 {
    padding: 820px !important;
  }
}
@media (min-width: 0) {
  .m-xs-825 {
    margin: 825px !important;
  }
  .p-xs-825 {
    padding: 825px !important;
  }
}
@media (min-width: 0) {
  .m-xs-830 {
    margin: 830px !important;
  }
  .p-xs-830 {
    padding: 830px !important;
  }
}
@media (min-width: 0) {
  .m-xs-835 {
    margin: 835px !important;
  }
  .p-xs-835 {
    padding: 835px !important;
  }
}
@media (min-width: 0) {
  .m-xs-840 {
    margin: 840px !important;
  }
  .p-xs-840 {
    padding: 840px !important;
  }
}
@media (min-width: 0) {
  .m-xs-845 {
    margin: 845px !important;
  }
  .p-xs-845 {
    padding: 845px !important;
  }
}
@media (min-width: 0) {
  .m-xs-850 {
    margin: 850px !important;
  }
  .p-xs-850 {
    padding: 850px !important;
  }
}
@media (min-width: 0) {
  .m-xs-855 {
    margin: 855px !important;
  }
  .p-xs-855 {
    padding: 855px !important;
  }
}
@media (min-width: 0) {
  .m-xs-860 {
    margin: 860px !important;
  }
  .p-xs-860 {
    padding: 860px !important;
  }
}
@media (min-width: 0) {
  .m-xs-865 {
    margin: 865px !important;
  }
  .p-xs-865 {
    padding: 865px !important;
  }
}
@media (min-width: 0) {
  .m-xs-870 {
    margin: 870px !important;
  }
  .p-xs-870 {
    padding: 870px !important;
  }
}
@media (min-width: 0) {
  .m-xs-875 {
    margin: 875px !important;
  }
  .p-xs-875 {
    padding: 875px !important;
  }
}
@media (min-width: 0) {
  .m-xs-880 {
    margin: 880px !important;
  }
  .p-xs-880 {
    padding: 880px !important;
  }
}
@media (min-width: 0) {
  .m-xs-885 {
    margin: 885px !important;
  }
  .p-xs-885 {
    padding: 885px !important;
  }
}
@media (min-width: 0) {
  .m-xs-890 {
    margin: 890px !important;
  }
  .p-xs-890 {
    padding: 890px !important;
  }
}
@media (min-width: 0) {
  .m-xs-895 {
    margin: 895px !important;
  }
  .p-xs-895 {
    padding: 895px !important;
  }
}
@media (min-width: 0) {
  .m-xs-900 {
    margin: 900px !important;
  }
  .p-xs-900 {
    padding: 900px !important;
  }
}
@media (min-width: 0) {
  .m-xs-905 {
    margin: 905px !important;
  }
  .p-xs-905 {
    padding: 905px !important;
  }
}
@media (min-width: 0) {
  .m-xs-910 {
    margin: 910px !important;
  }
  .p-xs-910 {
    padding: 910px !important;
  }
}
@media (min-width: 0) {
  .m-xs-915 {
    margin: 915px !important;
  }
  .p-xs-915 {
    padding: 915px !important;
  }
}
@media (min-width: 0) {
  .m-xs-920 {
    margin: 920px !important;
  }
  .p-xs-920 {
    padding: 920px !important;
  }
}
@media (min-width: 0) {
  .m-xs-925 {
    margin: 925px !important;
  }
  .p-xs-925 {
    padding: 925px !important;
  }
}
@media (min-width: 0) {
  .m-xs-930 {
    margin: 930px !important;
  }
  .p-xs-930 {
    padding: 930px !important;
  }
}
@media (min-width: 0) {
  .m-xs-935 {
    margin: 935px !important;
  }
  .p-xs-935 {
    padding: 935px !important;
  }
}
@media (min-width: 0) {
  .m-xs-940 {
    margin: 940px !important;
  }
  .p-xs-940 {
    padding: 940px !important;
  }
}
@media (min-width: 0) {
  .m-xs-945 {
    margin: 945px !important;
  }
  .p-xs-945 {
    padding: 945px !important;
  }
}
@media (min-width: 0) {
  .m-xs-950 {
    margin: 950px !important;
  }
  .p-xs-950 {
    padding: 950px !important;
  }
}
@media (min-width: 0) {
  .m-xs-955 {
    margin: 955px !important;
  }
  .p-xs-955 {
    padding: 955px !important;
  }
}
@media (min-width: 0) {
  .m-xs-960 {
    margin: 960px !important;
  }
  .p-xs-960 {
    padding: 960px !important;
  }
}
@media (min-width: 0) {
  .m-xs-965 {
    margin: 965px !important;
  }
  .p-xs-965 {
    padding: 965px !important;
  }
}
@media (min-width: 0) {
  .m-xs-970 {
    margin: 970px !important;
  }
  .p-xs-970 {
    padding: 970px !important;
  }
}
@media (min-width: 0) {
  .m-xs-975 {
    margin: 975px !important;
  }
  .p-xs-975 {
    padding: 975px !important;
  }
}
@media (min-width: 0) {
  .m-xs-980 {
    margin: 980px !important;
  }
  .p-xs-980 {
    padding: 980px !important;
  }
}
@media (min-width: 0) {
  .m-xs-985 {
    margin: 985px !important;
  }
  .p-xs-985 {
    padding: 985px !important;
  }
}
@media (min-width: 0) {
  .m-xs-990 {
    margin: 990px !important;
  }
  .p-xs-990 {
    padding: 990px !important;
  }
}
@media (min-width: 0) {
  .m-xs-995 {
    margin: 995px !important;
  }
  .p-xs-995 {
    padding: 995px !important;
  }
}
@media (min-width: 0) {
  .m-xs-1000 {
    margin: 1000px !important;
  }
  .p-xs-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-55 {
    margin-top: 55px !important;
  }
  .pt-xs-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-65 {
    margin-top: 65px !important;
  }
  .pt-xs-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-75 {
    margin-top: 75px !important;
  }
  .pt-xs-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-85 {
    margin-top: 85px !important;
  }
  .pt-xs-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-95 {
    margin-top: 95px !important;
  }
  .pt-xs-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-105 {
    margin-top: 105px !important;
  }
  .pt-xs-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-115 {
    margin-top: 115px !important;
  }
  .pt-xs-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-125 {
    margin-top: 125px !important;
  }
  .pt-xs-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-135 {
    margin-top: 135px !important;
  }
  .pt-xs-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-145 {
    margin-top: 145px !important;
  }
  .pt-xs-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-155 {
    margin-top: 155px !important;
  }
  .pt-xs-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-165 {
    margin-top: 165px !important;
  }
  .pt-xs-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-175 {
    margin-top: 175px !important;
  }
  .pt-xs-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-185 {
    margin-top: 185px !important;
  }
  .pt-xs-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-195 {
    margin-top: 195px !important;
  }
  .pt-xs-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-205 {
    margin-top: 205px !important;
  }
  .pt-xs-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-210 {
    margin-top: 210px !important;
  }
  .pt-xs-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-215 {
    margin-top: 215px !important;
  }
  .pt-xs-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-220 {
    margin-top: 220px !important;
  }
  .pt-xs-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-225 {
    margin-top: 225px !important;
  }
  .pt-xs-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-230 {
    margin-top: 230px !important;
  }
  .pt-xs-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-235 {
    margin-top: 235px !important;
  }
  .pt-xs-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-240 {
    margin-top: 240px !important;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-245 {
    margin-top: 245px !important;
  }
  .pt-xs-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-250 {
    margin-top: 250px !important;
  }
  .pt-xs-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-255 {
    margin-top: 255px !important;
  }
  .pt-xs-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-260 {
    margin-top: 260px !important;
  }
  .pt-xs-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-265 {
    margin-top: 265px !important;
  }
  .pt-xs-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-270 {
    margin-top: 270px !important;
  }
  .pt-xs-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-275 {
    margin-top: 275px !important;
  }
  .pt-xs-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-280 {
    margin-top: 280px !important;
  }
  .pt-xs-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-285 {
    margin-top: 285px !important;
  }
  .pt-xs-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-290 {
    margin-top: 290px !important;
  }
  .pt-xs-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-295 {
    margin-top: 295px !important;
  }
  .pt-xs-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-300 {
    margin-top: 300px !important;
  }
  .pt-xs-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-305 {
    margin-top: 305px !important;
  }
  .pt-xs-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-310 {
    margin-top: 310px !important;
  }
  .pt-xs-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-315 {
    margin-top: 315px !important;
  }
  .pt-xs-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-320 {
    margin-top: 320px !important;
  }
  .pt-xs-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-325 {
    margin-top: 325px !important;
  }
  .pt-xs-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-330 {
    margin-top: 330px !important;
  }
  .pt-xs-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-335 {
    margin-top: 335px !important;
  }
  .pt-xs-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-340 {
    margin-top: 340px !important;
  }
  .pt-xs-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-345 {
    margin-top: 345px !important;
  }
  .pt-xs-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-350 {
    margin-top: 350px !important;
  }
  .pt-xs-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-355 {
    margin-top: 355px !important;
  }
  .pt-xs-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-360 {
    margin-top: 360px !important;
  }
  .pt-xs-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-365 {
    margin-top: 365px !important;
  }
  .pt-xs-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-370 {
    margin-top: 370px !important;
  }
  .pt-xs-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-375 {
    margin-top: 375px !important;
  }
  .pt-xs-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-380 {
    margin-top: 380px !important;
  }
  .pt-xs-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-385 {
    margin-top: 385px !important;
  }
  .pt-xs-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-390 {
    margin-top: 390px !important;
  }
  .pt-xs-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-395 {
    margin-top: 395px !important;
  }
  .pt-xs-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-400 {
    margin-top: 400px !important;
  }
  .pt-xs-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-405 {
    margin-top: 405px !important;
  }
  .pt-xs-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-410 {
    margin-top: 410px !important;
  }
  .pt-xs-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-415 {
    margin-top: 415px !important;
  }
  .pt-xs-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-420 {
    margin-top: 420px !important;
  }
  .pt-xs-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-425 {
    margin-top: 425px !important;
  }
  .pt-xs-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-430 {
    margin-top: 430px !important;
  }
  .pt-xs-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-435 {
    margin-top: 435px !important;
  }
  .pt-xs-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-440 {
    margin-top: 440px !important;
  }
  .pt-xs-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-445 {
    margin-top: 445px !important;
  }
  .pt-xs-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-450 {
    margin-top: 450px !important;
  }
  .pt-xs-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-455 {
    margin-top: 455px !important;
  }
  .pt-xs-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-460 {
    margin-top: 460px !important;
  }
  .pt-xs-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-465 {
    margin-top: 465px !important;
  }
  .pt-xs-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-470 {
    margin-top: 470px !important;
  }
  .pt-xs-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-475 {
    margin-top: 475px !important;
  }
  .pt-xs-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-480 {
    margin-top: 480px !important;
  }
  .pt-xs-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-485 {
    margin-top: 485px !important;
  }
  .pt-xs-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-490 {
    margin-top: 490px !important;
  }
  .pt-xs-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-495 {
    margin-top: 495px !important;
  }
  .pt-xs-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-500 {
    margin-top: 500px !important;
  }
  .pt-xs-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-505 {
    margin-top: 505px !important;
  }
  .pt-xs-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-510 {
    margin-top: 510px !important;
  }
  .pt-xs-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-515 {
    margin-top: 515px !important;
  }
  .pt-xs-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-520 {
    margin-top: 520px !important;
  }
  .pt-xs-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-525 {
    margin-top: 525px !important;
  }
  .pt-xs-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-530 {
    margin-top: 530px !important;
  }
  .pt-xs-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-535 {
    margin-top: 535px !important;
  }
  .pt-xs-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-540 {
    margin-top: 540px !important;
  }
  .pt-xs-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-545 {
    margin-top: 545px !important;
  }
  .pt-xs-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-550 {
    margin-top: 550px !important;
  }
  .pt-xs-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-555 {
    margin-top: 555px !important;
  }
  .pt-xs-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-560 {
    margin-top: 560px !important;
  }
  .pt-xs-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-565 {
    margin-top: 565px !important;
  }
  .pt-xs-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-570 {
    margin-top: 570px !important;
  }
  .pt-xs-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-575 {
    margin-top: 575px !important;
  }
  .pt-xs-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-580 {
    margin-top: 580px !important;
  }
  .pt-xs-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-585 {
    margin-top: 585px !important;
  }
  .pt-xs-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-590 {
    margin-top: 590px !important;
  }
  .pt-xs-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-595 {
    margin-top: 595px !important;
  }
  .pt-xs-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-600 {
    margin-top: 600px !important;
  }
  .pt-xs-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-605 {
    margin-top: 605px !important;
  }
  .pt-xs-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-610 {
    margin-top: 610px !important;
  }
  .pt-xs-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-615 {
    margin-top: 615px !important;
  }
  .pt-xs-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-620 {
    margin-top: 620px !important;
  }
  .pt-xs-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-625 {
    margin-top: 625px !important;
  }
  .pt-xs-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-630 {
    margin-top: 630px !important;
  }
  .pt-xs-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-635 {
    margin-top: 635px !important;
  }
  .pt-xs-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-640 {
    margin-top: 640px !important;
  }
  .pt-xs-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-645 {
    margin-top: 645px !important;
  }
  .pt-xs-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-650 {
    margin-top: 650px !important;
  }
  .pt-xs-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-655 {
    margin-top: 655px !important;
  }
  .pt-xs-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-660 {
    margin-top: 660px !important;
  }
  .pt-xs-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-665 {
    margin-top: 665px !important;
  }
  .pt-xs-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-670 {
    margin-top: 670px !important;
  }
  .pt-xs-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-675 {
    margin-top: 675px !important;
  }
  .pt-xs-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-680 {
    margin-top: 680px !important;
  }
  .pt-xs-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-685 {
    margin-top: 685px !important;
  }
  .pt-xs-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-690 {
    margin-top: 690px !important;
  }
  .pt-xs-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-695 {
    margin-top: 695px !important;
  }
  .pt-xs-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-700 {
    margin-top: 700px !important;
  }
  .pt-xs-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-705 {
    margin-top: 705px !important;
  }
  .pt-xs-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-710 {
    margin-top: 710px !important;
  }
  .pt-xs-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-715 {
    margin-top: 715px !important;
  }
  .pt-xs-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-720 {
    margin-top: 720px !important;
  }
  .pt-xs-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-725 {
    margin-top: 725px !important;
  }
  .pt-xs-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-730 {
    margin-top: 730px !important;
  }
  .pt-xs-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-735 {
    margin-top: 735px !important;
  }
  .pt-xs-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-740 {
    margin-top: 740px !important;
  }
  .pt-xs-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-745 {
    margin-top: 745px !important;
  }
  .pt-xs-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-750 {
    margin-top: 750px !important;
  }
  .pt-xs-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-755 {
    margin-top: 755px !important;
  }
  .pt-xs-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-760 {
    margin-top: 760px !important;
  }
  .pt-xs-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-765 {
    margin-top: 765px !important;
  }
  .pt-xs-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-770 {
    margin-top: 770px !important;
  }
  .pt-xs-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-775 {
    margin-top: 775px !important;
  }
  .pt-xs-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-780 {
    margin-top: 780px !important;
  }
  .pt-xs-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-785 {
    margin-top: 785px !important;
  }
  .pt-xs-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-790 {
    margin-top: 790px !important;
  }
  .pt-xs-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-795 {
    margin-top: 795px !important;
  }
  .pt-xs-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-800 {
    margin-top: 800px !important;
  }
  .pt-xs-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-805 {
    margin-top: 805px !important;
  }
  .pt-xs-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-810 {
    margin-top: 810px !important;
  }
  .pt-xs-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-815 {
    margin-top: 815px !important;
  }
  .pt-xs-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-820 {
    margin-top: 820px !important;
  }
  .pt-xs-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-825 {
    margin-top: 825px !important;
  }
  .pt-xs-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-830 {
    margin-top: 830px !important;
  }
  .pt-xs-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-835 {
    margin-top: 835px !important;
  }
  .pt-xs-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-840 {
    margin-top: 840px !important;
  }
  .pt-xs-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-845 {
    margin-top: 845px !important;
  }
  .pt-xs-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-850 {
    margin-top: 850px !important;
  }
  .pt-xs-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-855 {
    margin-top: 855px !important;
  }
  .pt-xs-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-860 {
    margin-top: 860px !important;
  }
  .pt-xs-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-865 {
    margin-top: 865px !important;
  }
  .pt-xs-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-870 {
    margin-top: 870px !important;
  }
  .pt-xs-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-875 {
    margin-top: 875px !important;
  }
  .pt-xs-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-880 {
    margin-top: 880px !important;
  }
  .pt-xs-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-885 {
    margin-top: 885px !important;
  }
  .pt-xs-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-890 {
    margin-top: 890px !important;
  }
  .pt-xs-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-895 {
    margin-top: 895px !important;
  }
  .pt-xs-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-900 {
    margin-top: 900px !important;
  }
  .pt-xs-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-905 {
    margin-top: 905px !important;
  }
  .pt-xs-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-910 {
    margin-top: 910px !important;
  }
  .pt-xs-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-915 {
    margin-top: 915px !important;
  }
  .pt-xs-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-920 {
    margin-top: 920px !important;
  }
  .pt-xs-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-925 {
    margin-top: 925px !important;
  }
  .pt-xs-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-930 {
    margin-top: 930px !important;
  }
  .pt-xs-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-935 {
    margin-top: 935px !important;
  }
  .pt-xs-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-940 {
    margin-top: 940px !important;
  }
  .pt-xs-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-945 {
    margin-top: 945px !important;
  }
  .pt-xs-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-950 {
    margin-top: 950px !important;
  }
  .pt-xs-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-955 {
    margin-top: 955px !important;
  }
  .pt-xs-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-960 {
    margin-top: 960px !important;
  }
  .pt-xs-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-965 {
    margin-top: 965px !important;
  }
  .pt-xs-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-970 {
    margin-top: 970px !important;
  }
  .pt-xs-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-975 {
    margin-top: 975px !important;
  }
  .pt-xs-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-980 {
    margin-top: 980px !important;
  }
  .pt-xs-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-985 {
    margin-top: 985px !important;
  }
  .pt-xs-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-990 {
    margin-top: 990px !important;
  }
  .pt-xs-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-995 {
    margin-top: 995px !important;
  }
  .pt-xs-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-1000 {
    margin-top: 1000px !important;
  }
  .pt-xs-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-105 {
    margin-bottom: 105px !important;
  }
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-115 {
    margin-bottom: 115px !important;
  }
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-125 {
    margin-bottom: 125px !important;
  }
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-135 {
    margin-bottom: 135px !important;
  }
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-145 {
    margin-bottom: 145px !important;
  }
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-155 {
    margin-bottom: 155px !important;
  }
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-165 {
    margin-bottom: 165px !important;
  }
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-175 {
    margin-bottom: 175px !important;
  }
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-185 {
    margin-bottom: 185px !important;
  }
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-195 {
    margin-bottom: 195px !important;
  }
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-205 {
    margin-bottom: 205px !important;
  }
  .pb-xs-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-210 {
    margin-bottom: 210px !important;
  }
  .pb-xs-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-215 {
    margin-bottom: 215px !important;
  }
  .pb-xs-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-220 {
    margin-bottom: 220px !important;
  }
  .pb-xs-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-225 {
    margin-bottom: 225px !important;
  }
  .pb-xs-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-230 {
    margin-bottom: 230px !important;
  }
  .pb-xs-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-235 {
    margin-bottom: 235px !important;
  }
  .pb-xs-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-240 {
    margin-bottom: 240px !important;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-245 {
    margin-bottom: 245px !important;
  }
  .pb-xs-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-250 {
    margin-bottom: 250px !important;
  }
  .pb-xs-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-255 {
    margin-bottom: 255px !important;
  }
  .pb-xs-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-260 {
    margin-bottom: 260px !important;
  }
  .pb-xs-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-265 {
    margin-bottom: 265px !important;
  }
  .pb-xs-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-270 {
    margin-bottom: 270px !important;
  }
  .pb-xs-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-275 {
    margin-bottom: 275px !important;
  }
  .pb-xs-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-280 {
    margin-bottom: 280px !important;
  }
  .pb-xs-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-285 {
    margin-bottom: 285px !important;
  }
  .pb-xs-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-290 {
    margin-bottom: 290px !important;
  }
  .pb-xs-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-295 {
    margin-bottom: 295px !important;
  }
  .pb-xs-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-300 {
    margin-bottom: 300px !important;
  }
  .pb-xs-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-305 {
    margin-bottom: 305px !important;
  }
  .pb-xs-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-310 {
    margin-bottom: 310px !important;
  }
  .pb-xs-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-315 {
    margin-bottom: 315px !important;
  }
  .pb-xs-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-320 {
    margin-bottom: 320px !important;
  }
  .pb-xs-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-325 {
    margin-bottom: 325px !important;
  }
  .pb-xs-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-330 {
    margin-bottom: 330px !important;
  }
  .pb-xs-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-335 {
    margin-bottom: 335px !important;
  }
  .pb-xs-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-340 {
    margin-bottom: 340px !important;
  }
  .pb-xs-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-345 {
    margin-bottom: 345px !important;
  }
  .pb-xs-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-350 {
    margin-bottom: 350px !important;
  }
  .pb-xs-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-355 {
    margin-bottom: 355px !important;
  }
  .pb-xs-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-360 {
    margin-bottom: 360px !important;
  }
  .pb-xs-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-365 {
    margin-bottom: 365px !important;
  }
  .pb-xs-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-370 {
    margin-bottom: 370px !important;
  }
  .pb-xs-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-375 {
    margin-bottom: 375px !important;
  }
  .pb-xs-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-380 {
    margin-bottom: 380px !important;
  }
  .pb-xs-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-385 {
    margin-bottom: 385px !important;
  }
  .pb-xs-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-390 {
    margin-bottom: 390px !important;
  }
  .pb-xs-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-395 {
    margin-bottom: 395px !important;
  }
  .pb-xs-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-400 {
    margin-bottom: 400px !important;
  }
  .pb-xs-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-405 {
    margin-bottom: 405px !important;
  }
  .pb-xs-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-410 {
    margin-bottom: 410px !important;
  }
  .pb-xs-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-415 {
    margin-bottom: 415px !important;
  }
  .pb-xs-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-420 {
    margin-bottom: 420px !important;
  }
  .pb-xs-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-425 {
    margin-bottom: 425px !important;
  }
  .pb-xs-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-430 {
    margin-bottom: 430px !important;
  }
  .pb-xs-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-435 {
    margin-bottom: 435px !important;
  }
  .pb-xs-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-440 {
    margin-bottom: 440px !important;
  }
  .pb-xs-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-445 {
    margin-bottom: 445px !important;
  }
  .pb-xs-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-450 {
    margin-bottom: 450px !important;
  }
  .pb-xs-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-455 {
    margin-bottom: 455px !important;
  }
  .pb-xs-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-460 {
    margin-bottom: 460px !important;
  }
  .pb-xs-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-465 {
    margin-bottom: 465px !important;
  }
  .pb-xs-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-470 {
    margin-bottom: 470px !important;
  }
  .pb-xs-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-475 {
    margin-bottom: 475px !important;
  }
  .pb-xs-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-480 {
    margin-bottom: 480px !important;
  }
  .pb-xs-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-485 {
    margin-bottom: 485px !important;
  }
  .pb-xs-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-490 {
    margin-bottom: 490px !important;
  }
  .pb-xs-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-495 {
    margin-bottom: 495px !important;
  }
  .pb-xs-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-500 {
    margin-bottom: 500px !important;
  }
  .pb-xs-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-505 {
    margin-bottom: 505px !important;
  }
  .pb-xs-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-510 {
    margin-bottom: 510px !important;
  }
  .pb-xs-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-515 {
    margin-bottom: 515px !important;
  }
  .pb-xs-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-520 {
    margin-bottom: 520px !important;
  }
  .pb-xs-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-525 {
    margin-bottom: 525px !important;
  }
  .pb-xs-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-530 {
    margin-bottom: 530px !important;
  }
  .pb-xs-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-535 {
    margin-bottom: 535px !important;
  }
  .pb-xs-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-540 {
    margin-bottom: 540px !important;
  }
  .pb-xs-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-545 {
    margin-bottom: 545px !important;
  }
  .pb-xs-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-550 {
    margin-bottom: 550px !important;
  }
  .pb-xs-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-555 {
    margin-bottom: 555px !important;
  }
  .pb-xs-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-560 {
    margin-bottom: 560px !important;
  }
  .pb-xs-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-565 {
    margin-bottom: 565px !important;
  }
  .pb-xs-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-570 {
    margin-bottom: 570px !important;
  }
  .pb-xs-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-575 {
    margin-bottom: 575px !important;
  }
  .pb-xs-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-580 {
    margin-bottom: 580px !important;
  }
  .pb-xs-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-585 {
    margin-bottom: 585px !important;
  }
  .pb-xs-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-590 {
    margin-bottom: 590px !important;
  }
  .pb-xs-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-595 {
    margin-bottom: 595px !important;
  }
  .pb-xs-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-600 {
    margin-bottom: 600px !important;
  }
  .pb-xs-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-605 {
    margin-bottom: 605px !important;
  }
  .pb-xs-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-610 {
    margin-bottom: 610px !important;
  }
  .pb-xs-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-615 {
    margin-bottom: 615px !important;
  }
  .pb-xs-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-620 {
    margin-bottom: 620px !important;
  }
  .pb-xs-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-625 {
    margin-bottom: 625px !important;
  }
  .pb-xs-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-630 {
    margin-bottom: 630px !important;
  }
  .pb-xs-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-635 {
    margin-bottom: 635px !important;
  }
  .pb-xs-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-640 {
    margin-bottom: 640px !important;
  }
  .pb-xs-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-645 {
    margin-bottom: 645px !important;
  }
  .pb-xs-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-650 {
    margin-bottom: 650px !important;
  }
  .pb-xs-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-655 {
    margin-bottom: 655px !important;
  }
  .pb-xs-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-660 {
    margin-bottom: 660px !important;
  }
  .pb-xs-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-665 {
    margin-bottom: 665px !important;
  }
  .pb-xs-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-670 {
    margin-bottom: 670px !important;
  }
  .pb-xs-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-675 {
    margin-bottom: 675px !important;
  }
  .pb-xs-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-680 {
    margin-bottom: 680px !important;
  }
  .pb-xs-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-685 {
    margin-bottom: 685px !important;
  }
  .pb-xs-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-690 {
    margin-bottom: 690px !important;
  }
  .pb-xs-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-695 {
    margin-bottom: 695px !important;
  }
  .pb-xs-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-700 {
    margin-bottom: 700px !important;
  }
  .pb-xs-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-705 {
    margin-bottom: 705px !important;
  }
  .pb-xs-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-710 {
    margin-bottom: 710px !important;
  }
  .pb-xs-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-715 {
    margin-bottom: 715px !important;
  }
  .pb-xs-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-720 {
    margin-bottom: 720px !important;
  }
  .pb-xs-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-725 {
    margin-bottom: 725px !important;
  }
  .pb-xs-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-730 {
    margin-bottom: 730px !important;
  }
  .pb-xs-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-735 {
    margin-bottom: 735px !important;
  }
  .pb-xs-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-740 {
    margin-bottom: 740px !important;
  }
  .pb-xs-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-745 {
    margin-bottom: 745px !important;
  }
  .pb-xs-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-750 {
    margin-bottom: 750px !important;
  }
  .pb-xs-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-755 {
    margin-bottom: 755px !important;
  }
  .pb-xs-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-760 {
    margin-bottom: 760px !important;
  }
  .pb-xs-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-765 {
    margin-bottom: 765px !important;
  }
  .pb-xs-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-770 {
    margin-bottom: 770px !important;
  }
  .pb-xs-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-775 {
    margin-bottom: 775px !important;
  }
  .pb-xs-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-780 {
    margin-bottom: 780px !important;
  }
  .pb-xs-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-785 {
    margin-bottom: 785px !important;
  }
  .pb-xs-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-790 {
    margin-bottom: 790px !important;
  }
  .pb-xs-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-795 {
    margin-bottom: 795px !important;
  }
  .pb-xs-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-800 {
    margin-bottom: 800px !important;
  }
  .pb-xs-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-805 {
    margin-bottom: 805px !important;
  }
  .pb-xs-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-810 {
    margin-bottom: 810px !important;
  }
  .pb-xs-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-815 {
    margin-bottom: 815px !important;
  }
  .pb-xs-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-820 {
    margin-bottom: 820px !important;
  }
  .pb-xs-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-825 {
    margin-bottom: 825px !important;
  }
  .pb-xs-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-830 {
    margin-bottom: 830px !important;
  }
  .pb-xs-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-835 {
    margin-bottom: 835px !important;
  }
  .pb-xs-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-840 {
    margin-bottom: 840px !important;
  }
  .pb-xs-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-845 {
    margin-bottom: 845px !important;
  }
  .pb-xs-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-850 {
    margin-bottom: 850px !important;
  }
  .pb-xs-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-855 {
    margin-bottom: 855px !important;
  }
  .pb-xs-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-860 {
    margin-bottom: 860px !important;
  }
  .pb-xs-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-865 {
    margin-bottom: 865px !important;
  }
  .pb-xs-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-870 {
    margin-bottom: 870px !important;
  }
  .pb-xs-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-875 {
    margin-bottom: 875px !important;
  }
  .pb-xs-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-880 {
    margin-bottom: 880px !important;
  }
  .pb-xs-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-885 {
    margin-bottom: 885px !important;
  }
  .pb-xs-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-890 {
    margin-bottom: 890px !important;
  }
  .pb-xs-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-895 {
    margin-bottom: 895px !important;
  }
  .pb-xs-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-900 {
    margin-bottom: 900px !important;
  }
  .pb-xs-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-905 {
    margin-bottom: 905px !important;
  }
  .pb-xs-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-910 {
    margin-bottom: 910px !important;
  }
  .pb-xs-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-915 {
    margin-bottom: 915px !important;
  }
  .pb-xs-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-920 {
    margin-bottom: 920px !important;
  }
  .pb-xs-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-925 {
    margin-bottom: 925px !important;
  }
  .pb-xs-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-930 {
    margin-bottom: 930px !important;
  }
  .pb-xs-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-935 {
    margin-bottom: 935px !important;
  }
  .pb-xs-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-940 {
    margin-bottom: 940px !important;
  }
  .pb-xs-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-945 {
    margin-bottom: 945px !important;
  }
  .pb-xs-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-950 {
    margin-bottom: 950px !important;
  }
  .pb-xs-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-955 {
    margin-bottom: 955px !important;
  }
  .pb-xs-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-960 {
    margin-bottom: 960px !important;
  }
  .pb-xs-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-965 {
    margin-bottom: 965px !important;
  }
  .pb-xs-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-970 {
    margin-bottom: 970px !important;
  }
  .pb-xs-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-975 {
    margin-bottom: 975px !important;
  }
  .pb-xs-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-980 {
    margin-bottom: 980px !important;
  }
  .pb-xs-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-985 {
    margin-bottom: 985px !important;
  }
  .pb-xs-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-990 {
    margin-bottom: 990px !important;
  }
  .pb-xs-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-995 {
    margin-bottom: 995px !important;
  }
  .pb-xs-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-xs-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-35 {
    margin-left: 35px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-55 {
    margin-left: 55px !important;
  }
  .pl-xs-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-65 {
    margin-left: 65px !important;
  }
  .pl-xs-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-75 {
    margin-left: 75px !important;
  }
  .pl-xs-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-85 {
    margin-left: 85px !important;
  }
  .pl-xs-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-95 {
    margin-left: 95px !important;
  }
  .pl-xs-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-105 {
    margin-left: 105px !important;
  }
  .pl-xs-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-115 {
    margin-left: 115px !important;
  }
  .pl-xs-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-125 {
    margin-left: 125px !important;
  }
  .pl-xs-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-135 {
    margin-left: 135px !important;
  }
  .pl-xs-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-145 {
    margin-left: 145px !important;
  }
  .pl-xs-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-155 {
    margin-left: 155px !important;
  }
  .pl-xs-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-165 {
    margin-left: 165px !important;
  }
  .pl-xs-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-175 {
    margin-left: 175px !important;
  }
  .pl-xs-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-185 {
    margin-left: 185px !important;
  }
  .pl-xs-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-195 {
    margin-left: 195px !important;
  }
  .pl-xs-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-205 {
    margin-left: 205px !important;
  }
  .pl-xs-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-210 {
    margin-left: 210px !important;
  }
  .pl-xs-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-215 {
    margin-left: 215px !important;
  }
  .pl-xs-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-220 {
    margin-left: 220px !important;
  }
  .pl-xs-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-225 {
    margin-left: 225px !important;
  }
  .pl-xs-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-230 {
    margin-left: 230px !important;
  }
  .pl-xs-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-235 {
    margin-left: 235px !important;
  }
  .pl-xs-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-240 {
    margin-left: 240px !important;
  }
  .pl-xs-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-245 {
    margin-left: 245px !important;
  }
  .pl-xs-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-250 {
    margin-left: 250px !important;
  }
  .pl-xs-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-255 {
    margin-left: 255px !important;
  }
  .pl-xs-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-260 {
    margin-left: 260px !important;
  }
  .pl-xs-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-265 {
    margin-left: 265px !important;
  }
  .pl-xs-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-270 {
    margin-left: 270px !important;
  }
  .pl-xs-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-275 {
    margin-left: 275px !important;
  }
  .pl-xs-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-280 {
    margin-left: 280px !important;
  }
  .pl-xs-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-285 {
    margin-left: 285px !important;
  }
  .pl-xs-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-290 {
    margin-left: 290px !important;
  }
  .pl-xs-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-295 {
    margin-left: 295px !important;
  }
  .pl-xs-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-300 {
    margin-left: 300px !important;
  }
  .pl-xs-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-305 {
    margin-left: 305px !important;
  }
  .pl-xs-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-310 {
    margin-left: 310px !important;
  }
  .pl-xs-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-315 {
    margin-left: 315px !important;
  }
  .pl-xs-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-320 {
    margin-left: 320px !important;
  }
  .pl-xs-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-325 {
    margin-left: 325px !important;
  }
  .pl-xs-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-330 {
    margin-left: 330px !important;
  }
  .pl-xs-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-335 {
    margin-left: 335px !important;
  }
  .pl-xs-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-340 {
    margin-left: 340px !important;
  }
  .pl-xs-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-345 {
    margin-left: 345px !important;
  }
  .pl-xs-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-350 {
    margin-left: 350px !important;
  }
  .pl-xs-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-355 {
    margin-left: 355px !important;
  }
  .pl-xs-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-360 {
    margin-left: 360px !important;
  }
  .pl-xs-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-365 {
    margin-left: 365px !important;
  }
  .pl-xs-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-370 {
    margin-left: 370px !important;
  }
  .pl-xs-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-375 {
    margin-left: 375px !important;
  }
  .pl-xs-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-380 {
    margin-left: 380px !important;
  }
  .pl-xs-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-385 {
    margin-left: 385px !important;
  }
  .pl-xs-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-390 {
    margin-left: 390px !important;
  }
  .pl-xs-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-395 {
    margin-left: 395px !important;
  }
  .pl-xs-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-400 {
    margin-left: 400px !important;
  }
  .pl-xs-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-405 {
    margin-left: 405px !important;
  }
  .pl-xs-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-410 {
    margin-left: 410px !important;
  }
  .pl-xs-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-415 {
    margin-left: 415px !important;
  }
  .pl-xs-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-420 {
    margin-left: 420px !important;
  }
  .pl-xs-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-425 {
    margin-left: 425px !important;
  }
  .pl-xs-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-430 {
    margin-left: 430px !important;
  }
  .pl-xs-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-435 {
    margin-left: 435px !important;
  }
  .pl-xs-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-440 {
    margin-left: 440px !important;
  }
  .pl-xs-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-445 {
    margin-left: 445px !important;
  }
  .pl-xs-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-450 {
    margin-left: 450px !important;
  }
  .pl-xs-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-455 {
    margin-left: 455px !important;
  }
  .pl-xs-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-460 {
    margin-left: 460px !important;
  }
  .pl-xs-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-465 {
    margin-left: 465px !important;
  }
  .pl-xs-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-470 {
    margin-left: 470px !important;
  }
  .pl-xs-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-475 {
    margin-left: 475px !important;
  }
  .pl-xs-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-480 {
    margin-left: 480px !important;
  }
  .pl-xs-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-485 {
    margin-left: 485px !important;
  }
  .pl-xs-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-490 {
    margin-left: 490px !important;
  }
  .pl-xs-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-495 {
    margin-left: 495px !important;
  }
  .pl-xs-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-500 {
    margin-left: 500px !important;
  }
  .pl-xs-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-505 {
    margin-left: 505px !important;
  }
  .pl-xs-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-510 {
    margin-left: 510px !important;
  }
  .pl-xs-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-515 {
    margin-left: 515px !important;
  }
  .pl-xs-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-520 {
    margin-left: 520px !important;
  }
  .pl-xs-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-525 {
    margin-left: 525px !important;
  }
  .pl-xs-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-530 {
    margin-left: 530px !important;
  }
  .pl-xs-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-535 {
    margin-left: 535px !important;
  }
  .pl-xs-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-540 {
    margin-left: 540px !important;
  }
  .pl-xs-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-545 {
    margin-left: 545px !important;
  }
  .pl-xs-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-550 {
    margin-left: 550px !important;
  }
  .pl-xs-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-555 {
    margin-left: 555px !important;
  }
  .pl-xs-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-560 {
    margin-left: 560px !important;
  }
  .pl-xs-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-565 {
    margin-left: 565px !important;
  }
  .pl-xs-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-570 {
    margin-left: 570px !important;
  }
  .pl-xs-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-575 {
    margin-left: 575px !important;
  }
  .pl-xs-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-580 {
    margin-left: 580px !important;
  }
  .pl-xs-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-585 {
    margin-left: 585px !important;
  }
  .pl-xs-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-590 {
    margin-left: 590px !important;
  }
  .pl-xs-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-595 {
    margin-left: 595px !important;
  }
  .pl-xs-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-600 {
    margin-left: 600px !important;
  }
  .pl-xs-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-605 {
    margin-left: 605px !important;
  }
  .pl-xs-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-610 {
    margin-left: 610px !important;
  }
  .pl-xs-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-615 {
    margin-left: 615px !important;
  }
  .pl-xs-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-620 {
    margin-left: 620px !important;
  }
  .pl-xs-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-625 {
    margin-left: 625px !important;
  }
  .pl-xs-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-630 {
    margin-left: 630px !important;
  }
  .pl-xs-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-635 {
    margin-left: 635px !important;
  }
  .pl-xs-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-640 {
    margin-left: 640px !important;
  }
  .pl-xs-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-645 {
    margin-left: 645px !important;
  }
  .pl-xs-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-650 {
    margin-left: 650px !important;
  }
  .pl-xs-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-655 {
    margin-left: 655px !important;
  }
  .pl-xs-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-660 {
    margin-left: 660px !important;
  }
  .pl-xs-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-665 {
    margin-left: 665px !important;
  }
  .pl-xs-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-670 {
    margin-left: 670px !important;
  }
  .pl-xs-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-675 {
    margin-left: 675px !important;
  }
  .pl-xs-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-680 {
    margin-left: 680px !important;
  }
  .pl-xs-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-685 {
    margin-left: 685px !important;
  }
  .pl-xs-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-690 {
    margin-left: 690px !important;
  }
  .pl-xs-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-695 {
    margin-left: 695px !important;
  }
  .pl-xs-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-700 {
    margin-left: 700px !important;
  }
  .pl-xs-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-705 {
    margin-left: 705px !important;
  }
  .pl-xs-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-710 {
    margin-left: 710px !important;
  }
  .pl-xs-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-715 {
    margin-left: 715px !important;
  }
  .pl-xs-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-720 {
    margin-left: 720px !important;
  }
  .pl-xs-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-725 {
    margin-left: 725px !important;
  }
  .pl-xs-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-730 {
    margin-left: 730px !important;
  }
  .pl-xs-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-735 {
    margin-left: 735px !important;
  }
  .pl-xs-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-740 {
    margin-left: 740px !important;
  }
  .pl-xs-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-745 {
    margin-left: 745px !important;
  }
  .pl-xs-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-750 {
    margin-left: 750px !important;
  }
  .pl-xs-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-755 {
    margin-left: 755px !important;
  }
  .pl-xs-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-760 {
    margin-left: 760px !important;
  }
  .pl-xs-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-765 {
    margin-left: 765px !important;
  }
  .pl-xs-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-770 {
    margin-left: 770px !important;
  }
  .pl-xs-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-775 {
    margin-left: 775px !important;
  }
  .pl-xs-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-780 {
    margin-left: 780px !important;
  }
  .pl-xs-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-785 {
    margin-left: 785px !important;
  }
  .pl-xs-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-790 {
    margin-left: 790px !important;
  }
  .pl-xs-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-795 {
    margin-left: 795px !important;
  }
  .pl-xs-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-800 {
    margin-left: 800px !important;
  }
  .pl-xs-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-805 {
    margin-left: 805px !important;
  }
  .pl-xs-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-810 {
    margin-left: 810px !important;
  }
  .pl-xs-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-815 {
    margin-left: 815px !important;
  }
  .pl-xs-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-820 {
    margin-left: 820px !important;
  }
  .pl-xs-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-825 {
    margin-left: 825px !important;
  }
  .pl-xs-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-830 {
    margin-left: 830px !important;
  }
  .pl-xs-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-835 {
    margin-left: 835px !important;
  }
  .pl-xs-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-840 {
    margin-left: 840px !important;
  }
  .pl-xs-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-845 {
    margin-left: 845px !important;
  }
  .pl-xs-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-850 {
    margin-left: 850px !important;
  }
  .pl-xs-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-855 {
    margin-left: 855px !important;
  }
  .pl-xs-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-860 {
    margin-left: 860px !important;
  }
  .pl-xs-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-865 {
    margin-left: 865px !important;
  }
  .pl-xs-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-870 {
    margin-left: 870px !important;
  }
  .pl-xs-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-875 {
    margin-left: 875px !important;
  }
  .pl-xs-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-880 {
    margin-left: 880px !important;
  }
  .pl-xs-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-885 {
    margin-left: 885px !important;
  }
  .pl-xs-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-890 {
    margin-left: 890px !important;
  }
  .pl-xs-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-895 {
    margin-left: 895px !important;
  }
  .pl-xs-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-900 {
    margin-left: 900px !important;
  }
  .pl-xs-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-905 {
    margin-left: 905px !important;
  }
  .pl-xs-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-910 {
    margin-left: 910px !important;
  }
  .pl-xs-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-915 {
    margin-left: 915px !important;
  }
  .pl-xs-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-920 {
    margin-left: 920px !important;
  }
  .pl-xs-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-925 {
    margin-left: 925px !important;
  }
  .pl-xs-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-930 {
    margin-left: 930px !important;
  }
  .pl-xs-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-935 {
    margin-left: 935px !important;
  }
  .pl-xs-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-940 {
    margin-left: 940px !important;
  }
  .pl-xs-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-945 {
    margin-left: 945px !important;
  }
  .pl-xs-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-950 {
    margin-left: 950px !important;
  }
  .pl-xs-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-955 {
    margin-left: 955px !important;
  }
  .pl-xs-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-960 {
    margin-left: 960px !important;
  }
  .pl-xs-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-965 {
    margin-left: 965px !important;
  }
  .pl-xs-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-970 {
    margin-left: 970px !important;
  }
  .pl-xs-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-975 {
    margin-left: 975px !important;
  }
  .pl-xs-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-980 {
    margin-left: 980px !important;
  }
  .pl-xs-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-985 {
    margin-left: 985px !important;
  }
  .pl-xs-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-990 {
    margin-left: 990px !important;
  }
  .pl-xs-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-995 {
    margin-left: 995px !important;
  }
  .pl-xs-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-1000 {
    margin-left: 1000px !important;
  }
  .pl-xs-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-35 {
    margin-right: 35px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-55 {
    margin-right: 55px !important;
  }
  .pr-xs-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-65 {
    margin-right: 65px !important;
  }
  .pr-xs-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-75 {
    margin-right: 75px !important;
  }
  .pr-xs-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-85 {
    margin-right: 85px !important;
  }
  .pr-xs-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-95 {
    margin-right: 95px !important;
  }
  .pr-xs-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-105 {
    margin-right: 105px !important;
  }
  .pr-xs-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-115 {
    margin-right: 115px !important;
  }
  .pr-xs-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-125 {
    margin-right: 125px !important;
  }
  .pr-xs-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-135 {
    margin-right: 135px !important;
  }
  .pr-xs-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-145 {
    margin-right: 145px !important;
  }
  .pr-xs-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-155 {
    margin-right: 155px !important;
  }
  .pr-xs-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-165 {
    margin-right: 165px !important;
  }
  .pr-xs-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-175 {
    margin-right: 175px !important;
  }
  .pr-xs-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-185 {
    margin-right: 185px !important;
  }
  .pr-xs-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-195 {
    margin-right: 195px !important;
  }
  .pr-xs-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-205 {
    margin-right: 205px !important;
  }
  .pr-xs-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-210 {
    margin-right: 210px !important;
  }
  .pr-xs-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-215 {
    margin-right: 215px !important;
  }
  .pr-xs-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-220 {
    margin-right: 220px !important;
  }
  .pr-xs-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-225 {
    margin-right: 225px !important;
  }
  .pr-xs-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-230 {
    margin-right: 230px !important;
  }
  .pr-xs-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-235 {
    margin-right: 235px !important;
  }
  .pr-xs-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-240 {
    margin-right: 240px !important;
  }
  .pr-xs-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-245 {
    margin-right: 245px !important;
  }
  .pr-xs-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-250 {
    margin-right: 250px !important;
  }
  .pr-xs-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-255 {
    margin-right: 255px !important;
  }
  .pr-xs-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-260 {
    margin-right: 260px !important;
  }
  .pr-xs-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-265 {
    margin-right: 265px !important;
  }
  .pr-xs-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-270 {
    margin-right: 270px !important;
  }
  .pr-xs-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-275 {
    margin-right: 275px !important;
  }
  .pr-xs-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-280 {
    margin-right: 280px !important;
  }
  .pr-xs-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-285 {
    margin-right: 285px !important;
  }
  .pr-xs-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-290 {
    margin-right: 290px !important;
  }
  .pr-xs-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-295 {
    margin-right: 295px !important;
  }
  .pr-xs-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-300 {
    margin-right: 300px !important;
  }
  .pr-xs-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-305 {
    margin-right: 305px !important;
  }
  .pr-xs-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-310 {
    margin-right: 310px !important;
  }
  .pr-xs-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-315 {
    margin-right: 315px !important;
  }
  .pr-xs-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-320 {
    margin-right: 320px !important;
  }
  .pr-xs-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-325 {
    margin-right: 325px !important;
  }
  .pr-xs-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-330 {
    margin-right: 330px !important;
  }
  .pr-xs-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-335 {
    margin-right: 335px !important;
  }
  .pr-xs-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-340 {
    margin-right: 340px !important;
  }
  .pr-xs-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-345 {
    margin-right: 345px !important;
  }
  .pr-xs-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-350 {
    margin-right: 350px !important;
  }
  .pr-xs-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-355 {
    margin-right: 355px !important;
  }
  .pr-xs-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-360 {
    margin-right: 360px !important;
  }
  .pr-xs-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-365 {
    margin-right: 365px !important;
  }
  .pr-xs-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-370 {
    margin-right: 370px !important;
  }
  .pr-xs-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-375 {
    margin-right: 375px !important;
  }
  .pr-xs-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-380 {
    margin-right: 380px !important;
  }
  .pr-xs-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-385 {
    margin-right: 385px !important;
  }
  .pr-xs-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-390 {
    margin-right: 390px !important;
  }
  .pr-xs-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-395 {
    margin-right: 395px !important;
  }
  .pr-xs-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-400 {
    margin-right: 400px !important;
  }
  .pr-xs-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-405 {
    margin-right: 405px !important;
  }
  .pr-xs-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-410 {
    margin-right: 410px !important;
  }
  .pr-xs-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-415 {
    margin-right: 415px !important;
  }
  .pr-xs-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-420 {
    margin-right: 420px !important;
  }
  .pr-xs-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-425 {
    margin-right: 425px !important;
  }
  .pr-xs-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-430 {
    margin-right: 430px !important;
  }
  .pr-xs-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-435 {
    margin-right: 435px !important;
  }
  .pr-xs-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-440 {
    margin-right: 440px !important;
  }
  .pr-xs-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-445 {
    margin-right: 445px !important;
  }
  .pr-xs-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-450 {
    margin-right: 450px !important;
  }
  .pr-xs-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-455 {
    margin-right: 455px !important;
  }
  .pr-xs-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-460 {
    margin-right: 460px !important;
  }
  .pr-xs-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-465 {
    margin-right: 465px !important;
  }
  .pr-xs-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-470 {
    margin-right: 470px !important;
  }
  .pr-xs-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-475 {
    margin-right: 475px !important;
  }
  .pr-xs-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-480 {
    margin-right: 480px !important;
  }
  .pr-xs-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-485 {
    margin-right: 485px !important;
  }
  .pr-xs-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-490 {
    margin-right: 490px !important;
  }
  .pr-xs-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-495 {
    margin-right: 495px !important;
  }
  .pr-xs-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-500 {
    margin-right: 500px !important;
  }
  .pr-xs-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-505 {
    margin-right: 505px !important;
  }
  .pr-xs-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-510 {
    margin-right: 510px !important;
  }
  .pr-xs-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-515 {
    margin-right: 515px !important;
  }
  .pr-xs-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-520 {
    margin-right: 520px !important;
  }
  .pr-xs-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-525 {
    margin-right: 525px !important;
  }
  .pr-xs-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-530 {
    margin-right: 530px !important;
  }
  .pr-xs-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-535 {
    margin-right: 535px !important;
  }
  .pr-xs-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-540 {
    margin-right: 540px !important;
  }
  .pr-xs-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-545 {
    margin-right: 545px !important;
  }
  .pr-xs-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-550 {
    margin-right: 550px !important;
  }
  .pr-xs-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-555 {
    margin-right: 555px !important;
  }
  .pr-xs-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-560 {
    margin-right: 560px !important;
  }
  .pr-xs-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-565 {
    margin-right: 565px !important;
  }
  .pr-xs-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-570 {
    margin-right: 570px !important;
  }
  .pr-xs-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-575 {
    margin-right: 575px !important;
  }
  .pr-xs-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-580 {
    margin-right: 580px !important;
  }
  .pr-xs-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-585 {
    margin-right: 585px !important;
  }
  .pr-xs-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-590 {
    margin-right: 590px !important;
  }
  .pr-xs-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-595 {
    margin-right: 595px !important;
  }
  .pr-xs-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-600 {
    margin-right: 600px !important;
  }
  .pr-xs-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-605 {
    margin-right: 605px !important;
  }
  .pr-xs-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-610 {
    margin-right: 610px !important;
  }
  .pr-xs-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-615 {
    margin-right: 615px !important;
  }
  .pr-xs-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-620 {
    margin-right: 620px !important;
  }
  .pr-xs-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-625 {
    margin-right: 625px !important;
  }
  .pr-xs-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-630 {
    margin-right: 630px !important;
  }
  .pr-xs-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-635 {
    margin-right: 635px !important;
  }
  .pr-xs-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-640 {
    margin-right: 640px !important;
  }
  .pr-xs-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-645 {
    margin-right: 645px !important;
  }
  .pr-xs-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-650 {
    margin-right: 650px !important;
  }
  .pr-xs-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-655 {
    margin-right: 655px !important;
  }
  .pr-xs-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-660 {
    margin-right: 660px !important;
  }
  .pr-xs-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-665 {
    margin-right: 665px !important;
  }
  .pr-xs-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-670 {
    margin-right: 670px !important;
  }
  .pr-xs-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-675 {
    margin-right: 675px !important;
  }
  .pr-xs-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-680 {
    margin-right: 680px !important;
  }
  .pr-xs-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-685 {
    margin-right: 685px !important;
  }
  .pr-xs-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-690 {
    margin-right: 690px !important;
  }
  .pr-xs-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-695 {
    margin-right: 695px !important;
  }
  .pr-xs-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-700 {
    margin-right: 700px !important;
  }
  .pr-xs-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-705 {
    margin-right: 705px !important;
  }
  .pr-xs-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-710 {
    margin-right: 710px !important;
  }
  .pr-xs-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-715 {
    margin-right: 715px !important;
  }
  .pr-xs-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-720 {
    margin-right: 720px !important;
  }
  .pr-xs-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-725 {
    margin-right: 725px !important;
  }
  .pr-xs-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-730 {
    margin-right: 730px !important;
  }
  .pr-xs-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-735 {
    margin-right: 735px !important;
  }
  .pr-xs-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-740 {
    margin-right: 740px !important;
  }
  .pr-xs-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-745 {
    margin-right: 745px !important;
  }
  .pr-xs-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-750 {
    margin-right: 750px !important;
  }
  .pr-xs-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-755 {
    margin-right: 755px !important;
  }
  .pr-xs-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-760 {
    margin-right: 760px !important;
  }
  .pr-xs-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-765 {
    margin-right: 765px !important;
  }
  .pr-xs-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-770 {
    margin-right: 770px !important;
  }
  .pr-xs-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-775 {
    margin-right: 775px !important;
  }
  .pr-xs-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-780 {
    margin-right: 780px !important;
  }
  .pr-xs-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-785 {
    margin-right: 785px !important;
  }
  .pr-xs-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-790 {
    margin-right: 790px !important;
  }
  .pr-xs-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-795 {
    margin-right: 795px !important;
  }
  .pr-xs-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-800 {
    margin-right: 800px !important;
  }
  .pr-xs-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-805 {
    margin-right: 805px !important;
  }
  .pr-xs-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-810 {
    margin-right: 810px !important;
  }
  .pr-xs-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-815 {
    margin-right: 815px !important;
  }
  .pr-xs-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-820 {
    margin-right: 820px !important;
  }
  .pr-xs-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-825 {
    margin-right: 825px !important;
  }
  .pr-xs-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-830 {
    margin-right: 830px !important;
  }
  .pr-xs-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-835 {
    margin-right: 835px !important;
  }
  .pr-xs-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-840 {
    margin-right: 840px !important;
  }
  .pr-xs-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-845 {
    margin-right: 845px !important;
  }
  .pr-xs-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-850 {
    margin-right: 850px !important;
  }
  .pr-xs-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-855 {
    margin-right: 855px !important;
  }
  .pr-xs-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-860 {
    margin-right: 860px !important;
  }
  .pr-xs-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-865 {
    margin-right: 865px !important;
  }
  .pr-xs-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-870 {
    margin-right: 870px !important;
  }
  .pr-xs-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-875 {
    margin-right: 875px !important;
  }
  .pr-xs-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-880 {
    margin-right: 880px !important;
  }
  .pr-xs-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-885 {
    margin-right: 885px !important;
  }
  .pr-xs-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-890 {
    margin-right: 890px !important;
  }
  .pr-xs-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-895 {
    margin-right: 895px !important;
  }
  .pr-xs-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-900 {
    margin-right: 900px !important;
  }
  .pr-xs-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-905 {
    margin-right: 905px !important;
  }
  .pr-xs-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-910 {
    margin-right: 910px !important;
  }
  .pr-xs-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-915 {
    margin-right: 915px !important;
  }
  .pr-xs-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-920 {
    margin-right: 920px !important;
  }
  .pr-xs-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-925 {
    margin-right: 925px !important;
  }
  .pr-xs-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-930 {
    margin-right: 930px !important;
  }
  .pr-xs-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-935 {
    margin-right: 935px !important;
  }
  .pr-xs-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-940 {
    margin-right: 940px !important;
  }
  .pr-xs-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-945 {
    margin-right: 945px !important;
  }
  .pr-xs-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-950 {
    margin-right: 950px !important;
  }
  .pr-xs-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-955 {
    margin-right: 955px !important;
  }
  .pr-xs-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-960 {
    margin-right: 960px !important;
  }
  .pr-xs-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-965 {
    margin-right: 965px !important;
  }
  .pr-xs-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-970 {
    margin-right: 970px !important;
  }
  .pr-xs-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-975 {
    margin-right: 975px !important;
  }
  .pr-xs-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-980 {
    margin-right: 980px !important;
  }
  .pr-xs-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-985 {
    margin-right: 985px !important;
  }
  .pr-xs-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-990 {
    margin-right: 990px !important;
  }
  .pr-xs-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-995 {
    margin-right: 995px !important;
  }
  .pr-xs-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-1000 {
    margin-right: 1000px !important;
  }
  .pr-xs-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-25 {
    margin: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-35 {
    margin: 35px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-45 {
    margin: 45px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-55 {
    margin: 55px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-60 {
    margin: 60px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-65 {
    margin: 65px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-70 {
    margin: 70px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-75 {
    margin: 75px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-85 {
    margin: 85px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-90 {
    margin: 90px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-95 {
    margin: 95px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-100 {
    margin: 100px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-105 {
    margin: 105px !important;
  }
  .p-sm-105 {
    padding: 105px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-110 {
    margin: 110px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-115 {
    margin: 115px !important;
  }
  .p-sm-115 {
    padding: 115px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-120 {
    margin: 120px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-125 {
    margin: 125px !important;
  }
  .p-sm-125 {
    padding: 125px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-130 {
    margin: 130px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-135 {
    margin: 135px !important;
  }
  .p-sm-135 {
    padding: 135px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-140 {
    margin: 140px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-145 {
    margin: 145px !important;
  }
  .p-sm-145 {
    padding: 145px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-150 {
    margin: 150px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-155 {
    margin: 155px !important;
  }
  .p-sm-155 {
    padding: 155px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-160 {
    margin: 160px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-165 {
    margin: 165px !important;
  }
  .p-sm-165 {
    padding: 165px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-170 {
    margin: 170px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-175 {
    margin: 175px !important;
  }
  .p-sm-175 {
    padding: 175px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-180 {
    margin: 180px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-185 {
    margin: 185px !important;
  }
  .p-sm-185 {
    padding: 185px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-190 {
    margin: 190px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-195 {
    margin: 195px !important;
  }
  .p-sm-195 {
    padding: 195px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-200 {
    margin: 200px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-205 {
    margin: 205px !important;
  }
  .p-sm-205 {
    padding: 205px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-210 {
    margin: 210px !important;
  }
  .p-sm-210 {
    padding: 210px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-215 {
    margin: 215px !important;
  }
  .p-sm-215 {
    padding: 215px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-220 {
    margin: 220px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-225 {
    margin: 225px !important;
  }
  .p-sm-225 {
    padding: 225px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-230 {
    margin: 230px !important;
  }
  .p-sm-230 {
    padding: 230px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-235 {
    margin: 235px !important;
  }
  .p-sm-235 {
    padding: 235px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-240 {
    margin: 240px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-245 {
    margin: 245px !important;
  }
  .p-sm-245 {
    padding: 245px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-250 {
    margin: 250px !important;
  }
  .p-sm-250 {
    padding: 250px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-255 {
    margin: 255px !important;
  }
  .p-sm-255 {
    padding: 255px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-260 {
    margin: 260px !important;
  }
  .p-sm-260 {
    padding: 260px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-265 {
    margin: 265px !important;
  }
  .p-sm-265 {
    padding: 265px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-270 {
    margin: 270px !important;
  }
  .p-sm-270 {
    padding: 270px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-275 {
    margin: 275px !important;
  }
  .p-sm-275 {
    padding: 275px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-280 {
    margin: 280px !important;
  }
  .p-sm-280 {
    padding: 280px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-285 {
    margin: 285px !important;
  }
  .p-sm-285 {
    padding: 285px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-290 {
    margin: 290px !important;
  }
  .p-sm-290 {
    padding: 290px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-295 {
    margin: 295px !important;
  }
  .p-sm-295 {
    padding: 295px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-300 {
    margin: 300px !important;
  }
  .p-sm-300 {
    padding: 300px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-305 {
    margin: 305px !important;
  }
  .p-sm-305 {
    padding: 305px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-310 {
    margin: 310px !important;
  }
  .p-sm-310 {
    padding: 310px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-315 {
    margin: 315px !important;
  }
  .p-sm-315 {
    padding: 315px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-320 {
    margin: 320px !important;
  }
  .p-sm-320 {
    padding: 320px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-325 {
    margin: 325px !important;
  }
  .p-sm-325 {
    padding: 325px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-330 {
    margin: 330px !important;
  }
  .p-sm-330 {
    padding: 330px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-335 {
    margin: 335px !important;
  }
  .p-sm-335 {
    padding: 335px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-340 {
    margin: 340px !important;
  }
  .p-sm-340 {
    padding: 340px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-345 {
    margin: 345px !important;
  }
  .p-sm-345 {
    padding: 345px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-350 {
    margin: 350px !important;
  }
  .p-sm-350 {
    padding: 350px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-355 {
    margin: 355px !important;
  }
  .p-sm-355 {
    padding: 355px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-360 {
    margin: 360px !important;
  }
  .p-sm-360 {
    padding: 360px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-365 {
    margin: 365px !important;
  }
  .p-sm-365 {
    padding: 365px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-370 {
    margin: 370px !important;
  }
  .p-sm-370 {
    padding: 370px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-375 {
    margin: 375px !important;
  }
  .p-sm-375 {
    padding: 375px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-380 {
    margin: 380px !important;
  }
  .p-sm-380 {
    padding: 380px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-385 {
    margin: 385px !important;
  }
  .p-sm-385 {
    padding: 385px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-390 {
    margin: 390px !important;
  }
  .p-sm-390 {
    padding: 390px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-395 {
    margin: 395px !important;
  }
  .p-sm-395 {
    padding: 395px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-400 {
    margin: 400px !important;
  }
  .p-sm-400 {
    padding: 400px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-405 {
    margin: 405px !important;
  }
  .p-sm-405 {
    padding: 405px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-410 {
    margin: 410px !important;
  }
  .p-sm-410 {
    padding: 410px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-415 {
    margin: 415px !important;
  }
  .p-sm-415 {
    padding: 415px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-420 {
    margin: 420px !important;
  }
  .p-sm-420 {
    padding: 420px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-425 {
    margin: 425px !important;
  }
  .p-sm-425 {
    padding: 425px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-430 {
    margin: 430px !important;
  }
  .p-sm-430 {
    padding: 430px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-435 {
    margin: 435px !important;
  }
  .p-sm-435 {
    padding: 435px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-440 {
    margin: 440px !important;
  }
  .p-sm-440 {
    padding: 440px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-445 {
    margin: 445px !important;
  }
  .p-sm-445 {
    padding: 445px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-450 {
    margin: 450px !important;
  }
  .p-sm-450 {
    padding: 450px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-455 {
    margin: 455px !important;
  }
  .p-sm-455 {
    padding: 455px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-460 {
    margin: 460px !important;
  }
  .p-sm-460 {
    padding: 460px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-465 {
    margin: 465px !important;
  }
  .p-sm-465 {
    padding: 465px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-470 {
    margin: 470px !important;
  }
  .p-sm-470 {
    padding: 470px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-475 {
    margin: 475px !important;
  }
  .p-sm-475 {
    padding: 475px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-480 {
    margin: 480px !important;
  }
  .p-sm-480 {
    padding: 480px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-485 {
    margin: 485px !important;
  }
  .p-sm-485 {
    padding: 485px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-490 {
    margin: 490px !important;
  }
  .p-sm-490 {
    padding: 490px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-495 {
    margin: 495px !important;
  }
  .p-sm-495 {
    padding: 495px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-500 {
    margin: 500px !important;
  }
  .p-sm-500 {
    padding: 500px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-505 {
    margin: 505px !important;
  }
  .p-sm-505 {
    padding: 505px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-510 {
    margin: 510px !important;
  }
  .p-sm-510 {
    padding: 510px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-515 {
    margin: 515px !important;
  }
  .p-sm-515 {
    padding: 515px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-520 {
    margin: 520px !important;
  }
  .p-sm-520 {
    padding: 520px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-525 {
    margin: 525px !important;
  }
  .p-sm-525 {
    padding: 525px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-530 {
    margin: 530px !important;
  }
  .p-sm-530 {
    padding: 530px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-535 {
    margin: 535px !important;
  }
  .p-sm-535 {
    padding: 535px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-540 {
    margin: 540px !important;
  }
  .p-sm-540 {
    padding: 540px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-545 {
    margin: 545px !important;
  }
  .p-sm-545 {
    padding: 545px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-550 {
    margin: 550px !important;
  }
  .p-sm-550 {
    padding: 550px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-555 {
    margin: 555px !important;
  }
  .p-sm-555 {
    padding: 555px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-560 {
    margin: 560px !important;
  }
  .p-sm-560 {
    padding: 560px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-565 {
    margin: 565px !important;
  }
  .p-sm-565 {
    padding: 565px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-570 {
    margin: 570px !important;
  }
  .p-sm-570 {
    padding: 570px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-575 {
    margin: 575px !important;
  }
  .p-sm-575 {
    padding: 575px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-580 {
    margin: 580px !important;
  }
  .p-sm-580 {
    padding: 580px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-585 {
    margin: 585px !important;
  }
  .p-sm-585 {
    padding: 585px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-590 {
    margin: 590px !important;
  }
  .p-sm-590 {
    padding: 590px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-595 {
    margin: 595px !important;
  }
  .p-sm-595 {
    padding: 595px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-600 {
    margin: 600px !important;
  }
  .p-sm-600 {
    padding: 600px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-605 {
    margin: 605px !important;
  }
  .p-sm-605 {
    padding: 605px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-610 {
    margin: 610px !important;
  }
  .p-sm-610 {
    padding: 610px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-615 {
    margin: 615px !important;
  }
  .p-sm-615 {
    padding: 615px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-620 {
    margin: 620px !important;
  }
  .p-sm-620 {
    padding: 620px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-625 {
    margin: 625px !important;
  }
  .p-sm-625 {
    padding: 625px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-630 {
    margin: 630px !important;
  }
  .p-sm-630 {
    padding: 630px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-635 {
    margin: 635px !important;
  }
  .p-sm-635 {
    padding: 635px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-640 {
    margin: 640px !important;
  }
  .p-sm-640 {
    padding: 640px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-645 {
    margin: 645px !important;
  }
  .p-sm-645 {
    padding: 645px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-650 {
    margin: 650px !important;
  }
  .p-sm-650 {
    padding: 650px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-655 {
    margin: 655px !important;
  }
  .p-sm-655 {
    padding: 655px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-660 {
    margin: 660px !important;
  }
  .p-sm-660 {
    padding: 660px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-665 {
    margin: 665px !important;
  }
  .p-sm-665 {
    padding: 665px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-670 {
    margin: 670px !important;
  }
  .p-sm-670 {
    padding: 670px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-675 {
    margin: 675px !important;
  }
  .p-sm-675 {
    padding: 675px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-680 {
    margin: 680px !important;
  }
  .p-sm-680 {
    padding: 680px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-685 {
    margin: 685px !important;
  }
  .p-sm-685 {
    padding: 685px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-690 {
    margin: 690px !important;
  }
  .p-sm-690 {
    padding: 690px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-695 {
    margin: 695px !important;
  }
  .p-sm-695 {
    padding: 695px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-700 {
    margin: 700px !important;
  }
  .p-sm-700 {
    padding: 700px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-705 {
    margin: 705px !important;
  }
  .p-sm-705 {
    padding: 705px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-710 {
    margin: 710px !important;
  }
  .p-sm-710 {
    padding: 710px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-715 {
    margin: 715px !important;
  }
  .p-sm-715 {
    padding: 715px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-720 {
    margin: 720px !important;
  }
  .p-sm-720 {
    padding: 720px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-725 {
    margin: 725px !important;
  }
  .p-sm-725 {
    padding: 725px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-730 {
    margin: 730px !important;
  }
  .p-sm-730 {
    padding: 730px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-735 {
    margin: 735px !important;
  }
  .p-sm-735 {
    padding: 735px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-740 {
    margin: 740px !important;
  }
  .p-sm-740 {
    padding: 740px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-745 {
    margin: 745px !important;
  }
  .p-sm-745 {
    padding: 745px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-750 {
    margin: 750px !important;
  }
  .p-sm-750 {
    padding: 750px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-755 {
    margin: 755px !important;
  }
  .p-sm-755 {
    padding: 755px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-760 {
    margin: 760px !important;
  }
  .p-sm-760 {
    padding: 760px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-765 {
    margin: 765px !important;
  }
  .p-sm-765 {
    padding: 765px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-770 {
    margin: 770px !important;
  }
  .p-sm-770 {
    padding: 770px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-775 {
    margin: 775px !important;
  }
  .p-sm-775 {
    padding: 775px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-780 {
    margin: 780px !important;
  }
  .p-sm-780 {
    padding: 780px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-785 {
    margin: 785px !important;
  }
  .p-sm-785 {
    padding: 785px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-790 {
    margin: 790px !important;
  }
  .p-sm-790 {
    padding: 790px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-795 {
    margin: 795px !important;
  }
  .p-sm-795 {
    padding: 795px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-800 {
    margin: 800px !important;
  }
  .p-sm-800 {
    padding: 800px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-805 {
    margin: 805px !important;
  }
  .p-sm-805 {
    padding: 805px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-810 {
    margin: 810px !important;
  }
  .p-sm-810 {
    padding: 810px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-815 {
    margin: 815px !important;
  }
  .p-sm-815 {
    padding: 815px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-820 {
    margin: 820px !important;
  }
  .p-sm-820 {
    padding: 820px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-825 {
    margin: 825px !important;
  }
  .p-sm-825 {
    padding: 825px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-830 {
    margin: 830px !important;
  }
  .p-sm-830 {
    padding: 830px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-835 {
    margin: 835px !important;
  }
  .p-sm-835 {
    padding: 835px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-840 {
    margin: 840px !important;
  }
  .p-sm-840 {
    padding: 840px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-845 {
    margin: 845px !important;
  }
  .p-sm-845 {
    padding: 845px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-850 {
    margin: 850px !important;
  }
  .p-sm-850 {
    padding: 850px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-855 {
    margin: 855px !important;
  }
  .p-sm-855 {
    padding: 855px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-860 {
    margin: 860px !important;
  }
  .p-sm-860 {
    padding: 860px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-865 {
    margin: 865px !important;
  }
  .p-sm-865 {
    padding: 865px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-870 {
    margin: 870px !important;
  }
  .p-sm-870 {
    padding: 870px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-875 {
    margin: 875px !important;
  }
  .p-sm-875 {
    padding: 875px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-880 {
    margin: 880px !important;
  }
  .p-sm-880 {
    padding: 880px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-885 {
    margin: 885px !important;
  }
  .p-sm-885 {
    padding: 885px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-890 {
    margin: 890px !important;
  }
  .p-sm-890 {
    padding: 890px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-895 {
    margin: 895px !important;
  }
  .p-sm-895 {
    padding: 895px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-900 {
    margin: 900px !important;
  }
  .p-sm-900 {
    padding: 900px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-905 {
    margin: 905px !important;
  }
  .p-sm-905 {
    padding: 905px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-910 {
    margin: 910px !important;
  }
  .p-sm-910 {
    padding: 910px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-915 {
    margin: 915px !important;
  }
  .p-sm-915 {
    padding: 915px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-920 {
    margin: 920px !important;
  }
  .p-sm-920 {
    padding: 920px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-925 {
    margin: 925px !important;
  }
  .p-sm-925 {
    padding: 925px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-930 {
    margin: 930px !important;
  }
  .p-sm-930 {
    padding: 930px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-935 {
    margin: 935px !important;
  }
  .p-sm-935 {
    padding: 935px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-940 {
    margin: 940px !important;
  }
  .p-sm-940 {
    padding: 940px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-945 {
    margin: 945px !important;
  }
  .p-sm-945 {
    padding: 945px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-950 {
    margin: 950px !important;
  }
  .p-sm-950 {
    padding: 950px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-955 {
    margin: 955px !important;
  }
  .p-sm-955 {
    padding: 955px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-960 {
    margin: 960px !important;
  }
  .p-sm-960 {
    padding: 960px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-965 {
    margin: 965px !important;
  }
  .p-sm-965 {
    padding: 965px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-970 {
    margin: 970px !important;
  }
  .p-sm-970 {
    padding: 970px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-975 {
    margin: 975px !important;
  }
  .p-sm-975 {
    padding: 975px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-980 {
    margin: 980px !important;
  }
  .p-sm-980 {
    padding: 980px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-985 {
    margin: 985px !important;
  }
  .p-sm-985 {
    padding: 985px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-990 {
    margin: 990px !important;
  }
  .p-sm-990 {
    padding: 990px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-995 {
    margin: 995px !important;
  }
  .p-sm-995 {
    padding: 995px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1000 {
    margin: 1000px !important;
  }
  .p-sm-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .pt-sm-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .pt-sm-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .pt-sm-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .pt-sm-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .pt-sm-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  .pt-sm-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  .pt-sm-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  .pt-sm-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  .pt-sm-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  .pt-sm-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-205 {
    margin-top: 205px !important;
  }
  .pt-sm-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-210 {
    margin-top: 210px !important;
  }
  .pt-sm-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-215 {
    margin-top: 215px !important;
  }
  .pt-sm-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-225 {
    margin-top: 225px !important;
  }
  .pt-sm-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-230 {
    margin-top: 230px !important;
  }
  .pt-sm-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-235 {
    margin-top: 235px !important;
  }
  .pt-sm-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-245 {
    margin-top: 245px !important;
  }
  .pt-sm-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-250 {
    margin-top: 250px !important;
  }
  .pt-sm-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-255 {
    margin-top: 255px !important;
  }
  .pt-sm-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-260 {
    margin-top: 260px !important;
  }
  .pt-sm-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-265 {
    margin-top: 265px !important;
  }
  .pt-sm-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-270 {
    margin-top: 270px !important;
  }
  .pt-sm-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-275 {
    margin-top: 275px !important;
  }
  .pt-sm-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-280 {
    margin-top: 280px !important;
  }
  .pt-sm-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-285 {
    margin-top: 285px !important;
  }
  .pt-sm-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-290 {
    margin-top: 290px !important;
  }
  .pt-sm-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-295 {
    margin-top: 295px !important;
  }
  .pt-sm-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-300 {
    margin-top: 300px !important;
  }
  .pt-sm-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-305 {
    margin-top: 305px !important;
  }
  .pt-sm-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-310 {
    margin-top: 310px !important;
  }
  .pt-sm-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-315 {
    margin-top: 315px !important;
  }
  .pt-sm-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-320 {
    margin-top: 320px !important;
  }
  .pt-sm-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-325 {
    margin-top: 325px !important;
  }
  .pt-sm-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-330 {
    margin-top: 330px !important;
  }
  .pt-sm-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-335 {
    margin-top: 335px !important;
  }
  .pt-sm-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-340 {
    margin-top: 340px !important;
  }
  .pt-sm-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-345 {
    margin-top: 345px !important;
  }
  .pt-sm-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-350 {
    margin-top: 350px !important;
  }
  .pt-sm-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-355 {
    margin-top: 355px !important;
  }
  .pt-sm-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-360 {
    margin-top: 360px !important;
  }
  .pt-sm-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-365 {
    margin-top: 365px !important;
  }
  .pt-sm-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-370 {
    margin-top: 370px !important;
  }
  .pt-sm-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-375 {
    margin-top: 375px !important;
  }
  .pt-sm-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-380 {
    margin-top: 380px !important;
  }
  .pt-sm-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-385 {
    margin-top: 385px !important;
  }
  .pt-sm-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-390 {
    margin-top: 390px !important;
  }
  .pt-sm-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-395 {
    margin-top: 395px !important;
  }
  .pt-sm-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-400 {
    margin-top: 400px !important;
  }
  .pt-sm-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-405 {
    margin-top: 405px !important;
  }
  .pt-sm-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-410 {
    margin-top: 410px !important;
  }
  .pt-sm-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-415 {
    margin-top: 415px !important;
  }
  .pt-sm-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-420 {
    margin-top: 420px !important;
  }
  .pt-sm-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-425 {
    margin-top: 425px !important;
  }
  .pt-sm-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-430 {
    margin-top: 430px !important;
  }
  .pt-sm-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-435 {
    margin-top: 435px !important;
  }
  .pt-sm-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-440 {
    margin-top: 440px !important;
  }
  .pt-sm-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-445 {
    margin-top: 445px !important;
  }
  .pt-sm-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-450 {
    margin-top: 450px !important;
  }
  .pt-sm-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-455 {
    margin-top: 455px !important;
  }
  .pt-sm-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-460 {
    margin-top: 460px !important;
  }
  .pt-sm-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-465 {
    margin-top: 465px !important;
  }
  .pt-sm-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-470 {
    margin-top: 470px !important;
  }
  .pt-sm-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-475 {
    margin-top: 475px !important;
  }
  .pt-sm-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-480 {
    margin-top: 480px !important;
  }
  .pt-sm-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-485 {
    margin-top: 485px !important;
  }
  .pt-sm-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-490 {
    margin-top: 490px !important;
  }
  .pt-sm-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-495 {
    margin-top: 495px !important;
  }
  .pt-sm-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-500 {
    margin-top: 500px !important;
  }
  .pt-sm-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-505 {
    margin-top: 505px !important;
  }
  .pt-sm-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-510 {
    margin-top: 510px !important;
  }
  .pt-sm-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-515 {
    margin-top: 515px !important;
  }
  .pt-sm-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-520 {
    margin-top: 520px !important;
  }
  .pt-sm-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-525 {
    margin-top: 525px !important;
  }
  .pt-sm-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-530 {
    margin-top: 530px !important;
  }
  .pt-sm-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-535 {
    margin-top: 535px !important;
  }
  .pt-sm-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-540 {
    margin-top: 540px !important;
  }
  .pt-sm-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-545 {
    margin-top: 545px !important;
  }
  .pt-sm-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-550 {
    margin-top: 550px !important;
  }
  .pt-sm-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-555 {
    margin-top: 555px !important;
  }
  .pt-sm-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-560 {
    margin-top: 560px !important;
  }
  .pt-sm-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-565 {
    margin-top: 565px !important;
  }
  .pt-sm-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-570 {
    margin-top: 570px !important;
  }
  .pt-sm-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-575 {
    margin-top: 575px !important;
  }
  .pt-sm-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-580 {
    margin-top: 580px !important;
  }
  .pt-sm-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-585 {
    margin-top: 585px !important;
  }
  .pt-sm-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-590 {
    margin-top: 590px !important;
  }
  .pt-sm-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-595 {
    margin-top: 595px !important;
  }
  .pt-sm-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-600 {
    margin-top: 600px !important;
  }
  .pt-sm-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-605 {
    margin-top: 605px !important;
  }
  .pt-sm-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-610 {
    margin-top: 610px !important;
  }
  .pt-sm-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-615 {
    margin-top: 615px !important;
  }
  .pt-sm-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-620 {
    margin-top: 620px !important;
  }
  .pt-sm-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-625 {
    margin-top: 625px !important;
  }
  .pt-sm-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-630 {
    margin-top: 630px !important;
  }
  .pt-sm-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-635 {
    margin-top: 635px !important;
  }
  .pt-sm-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-640 {
    margin-top: 640px !important;
  }
  .pt-sm-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-645 {
    margin-top: 645px !important;
  }
  .pt-sm-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-650 {
    margin-top: 650px !important;
  }
  .pt-sm-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-655 {
    margin-top: 655px !important;
  }
  .pt-sm-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-660 {
    margin-top: 660px !important;
  }
  .pt-sm-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-665 {
    margin-top: 665px !important;
  }
  .pt-sm-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-670 {
    margin-top: 670px !important;
  }
  .pt-sm-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-675 {
    margin-top: 675px !important;
  }
  .pt-sm-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-680 {
    margin-top: 680px !important;
  }
  .pt-sm-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-685 {
    margin-top: 685px !important;
  }
  .pt-sm-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-690 {
    margin-top: 690px !important;
  }
  .pt-sm-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-695 {
    margin-top: 695px !important;
  }
  .pt-sm-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-700 {
    margin-top: 700px !important;
  }
  .pt-sm-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-705 {
    margin-top: 705px !important;
  }
  .pt-sm-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-710 {
    margin-top: 710px !important;
  }
  .pt-sm-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-715 {
    margin-top: 715px !important;
  }
  .pt-sm-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-720 {
    margin-top: 720px !important;
  }
  .pt-sm-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-725 {
    margin-top: 725px !important;
  }
  .pt-sm-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-730 {
    margin-top: 730px !important;
  }
  .pt-sm-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-735 {
    margin-top: 735px !important;
  }
  .pt-sm-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-740 {
    margin-top: 740px !important;
  }
  .pt-sm-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-745 {
    margin-top: 745px !important;
  }
  .pt-sm-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-750 {
    margin-top: 750px !important;
  }
  .pt-sm-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-755 {
    margin-top: 755px !important;
  }
  .pt-sm-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-760 {
    margin-top: 760px !important;
  }
  .pt-sm-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-765 {
    margin-top: 765px !important;
  }
  .pt-sm-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-770 {
    margin-top: 770px !important;
  }
  .pt-sm-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-775 {
    margin-top: 775px !important;
  }
  .pt-sm-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-780 {
    margin-top: 780px !important;
  }
  .pt-sm-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-785 {
    margin-top: 785px !important;
  }
  .pt-sm-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-790 {
    margin-top: 790px !important;
  }
  .pt-sm-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-795 {
    margin-top: 795px !important;
  }
  .pt-sm-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-800 {
    margin-top: 800px !important;
  }
  .pt-sm-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-805 {
    margin-top: 805px !important;
  }
  .pt-sm-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-810 {
    margin-top: 810px !important;
  }
  .pt-sm-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-815 {
    margin-top: 815px !important;
  }
  .pt-sm-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-820 {
    margin-top: 820px !important;
  }
  .pt-sm-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-825 {
    margin-top: 825px !important;
  }
  .pt-sm-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-830 {
    margin-top: 830px !important;
  }
  .pt-sm-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-835 {
    margin-top: 835px !important;
  }
  .pt-sm-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-840 {
    margin-top: 840px !important;
  }
  .pt-sm-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-845 {
    margin-top: 845px !important;
  }
  .pt-sm-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-850 {
    margin-top: 850px !important;
  }
  .pt-sm-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-855 {
    margin-top: 855px !important;
  }
  .pt-sm-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-860 {
    margin-top: 860px !important;
  }
  .pt-sm-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-865 {
    margin-top: 865px !important;
  }
  .pt-sm-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-870 {
    margin-top: 870px !important;
  }
  .pt-sm-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-875 {
    margin-top: 875px !important;
  }
  .pt-sm-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-880 {
    margin-top: 880px !important;
  }
  .pt-sm-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-885 {
    margin-top: 885px !important;
  }
  .pt-sm-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-890 {
    margin-top: 890px !important;
  }
  .pt-sm-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-895 {
    margin-top: 895px !important;
  }
  .pt-sm-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-900 {
    margin-top: 900px !important;
  }
  .pt-sm-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-905 {
    margin-top: 905px !important;
  }
  .pt-sm-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-910 {
    margin-top: 910px !important;
  }
  .pt-sm-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-915 {
    margin-top: 915px !important;
  }
  .pt-sm-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-920 {
    margin-top: 920px !important;
  }
  .pt-sm-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-925 {
    margin-top: 925px !important;
  }
  .pt-sm-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-930 {
    margin-top: 930px !important;
  }
  .pt-sm-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-935 {
    margin-top: 935px !important;
  }
  .pt-sm-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-940 {
    margin-top: 940px !important;
  }
  .pt-sm-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-945 {
    margin-top: 945px !important;
  }
  .pt-sm-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-950 {
    margin-top: 950px !important;
  }
  .pt-sm-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-955 {
    margin-top: 955px !important;
  }
  .pt-sm-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-960 {
    margin-top: 960px !important;
  }
  .pt-sm-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-965 {
    margin-top: 965px !important;
  }
  .pt-sm-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-970 {
    margin-top: 970px !important;
  }
  .pt-sm-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-975 {
    margin-top: 975px !important;
  }
  .pt-sm-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-980 {
    margin-top: 980px !important;
  }
  .pt-sm-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-985 {
    margin-top: 985px !important;
  }
  .pt-sm-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-990 {
    margin-top: 990px !important;
  }
  .pt-sm-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-995 {
    margin-top: 995px !important;
  }
  .pt-sm-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-1000 {
    margin-top: 1000px !important;
  }
  .pt-sm-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-205 {
    margin-bottom: 205px !important;
  }
  .pb-sm-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .pb-sm-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-215 {
    margin-bottom: 215px !important;
  }
  .pb-sm-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-225 {
    margin-bottom: 225px !important;
  }
  .pb-sm-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-230 {
    margin-bottom: 230px !important;
  }
  .pb-sm-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-235 {
    margin-bottom: 235px !important;
  }
  .pb-sm-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-245 {
    margin-bottom: 245px !important;
  }
  .pb-sm-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
  .pb-sm-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-255 {
    margin-bottom: 255px !important;
  }
  .pb-sm-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-260 {
    margin-bottom: 260px !important;
  }
  .pb-sm-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-265 {
    margin-bottom: 265px !important;
  }
  .pb-sm-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-270 {
    margin-bottom: 270px !important;
  }
  .pb-sm-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-275 {
    margin-bottom: 275px !important;
  }
  .pb-sm-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-280 {
    margin-bottom: 280px !important;
  }
  .pb-sm-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-285 {
    margin-bottom: 285px !important;
  }
  .pb-sm-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-290 {
    margin-bottom: 290px !important;
  }
  .pb-sm-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-295 {
    margin-bottom: 295px !important;
  }
  .pb-sm-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-300 {
    margin-bottom: 300px !important;
  }
  .pb-sm-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-305 {
    margin-bottom: 305px !important;
  }
  .pb-sm-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-310 {
    margin-bottom: 310px !important;
  }
  .pb-sm-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-315 {
    margin-bottom: 315px !important;
  }
  .pb-sm-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-320 {
    margin-bottom: 320px !important;
  }
  .pb-sm-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-325 {
    margin-bottom: 325px !important;
  }
  .pb-sm-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-330 {
    margin-bottom: 330px !important;
  }
  .pb-sm-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-335 {
    margin-bottom: 335px !important;
  }
  .pb-sm-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-340 {
    margin-bottom: 340px !important;
  }
  .pb-sm-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-345 {
    margin-bottom: 345px !important;
  }
  .pb-sm-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-350 {
    margin-bottom: 350px !important;
  }
  .pb-sm-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-355 {
    margin-bottom: 355px !important;
  }
  .pb-sm-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-360 {
    margin-bottom: 360px !important;
  }
  .pb-sm-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-365 {
    margin-bottom: 365px !important;
  }
  .pb-sm-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-370 {
    margin-bottom: 370px !important;
  }
  .pb-sm-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-375 {
    margin-bottom: 375px !important;
  }
  .pb-sm-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-380 {
    margin-bottom: 380px !important;
  }
  .pb-sm-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-385 {
    margin-bottom: 385px !important;
  }
  .pb-sm-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-390 {
    margin-bottom: 390px !important;
  }
  .pb-sm-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-395 {
    margin-bottom: 395px !important;
  }
  .pb-sm-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-400 {
    margin-bottom: 400px !important;
  }
  .pb-sm-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-405 {
    margin-bottom: 405px !important;
  }
  .pb-sm-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-410 {
    margin-bottom: 410px !important;
  }
  .pb-sm-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-415 {
    margin-bottom: 415px !important;
  }
  .pb-sm-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-420 {
    margin-bottom: 420px !important;
  }
  .pb-sm-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-425 {
    margin-bottom: 425px !important;
  }
  .pb-sm-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-430 {
    margin-bottom: 430px !important;
  }
  .pb-sm-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-435 {
    margin-bottom: 435px !important;
  }
  .pb-sm-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-440 {
    margin-bottom: 440px !important;
  }
  .pb-sm-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-445 {
    margin-bottom: 445px !important;
  }
  .pb-sm-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-450 {
    margin-bottom: 450px !important;
  }
  .pb-sm-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-455 {
    margin-bottom: 455px !important;
  }
  .pb-sm-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-460 {
    margin-bottom: 460px !important;
  }
  .pb-sm-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-465 {
    margin-bottom: 465px !important;
  }
  .pb-sm-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-470 {
    margin-bottom: 470px !important;
  }
  .pb-sm-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-475 {
    margin-bottom: 475px !important;
  }
  .pb-sm-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-480 {
    margin-bottom: 480px !important;
  }
  .pb-sm-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-485 {
    margin-bottom: 485px !important;
  }
  .pb-sm-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-490 {
    margin-bottom: 490px !important;
  }
  .pb-sm-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-495 {
    margin-bottom: 495px !important;
  }
  .pb-sm-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-500 {
    margin-bottom: 500px !important;
  }
  .pb-sm-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-505 {
    margin-bottom: 505px !important;
  }
  .pb-sm-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-510 {
    margin-bottom: 510px !important;
  }
  .pb-sm-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-515 {
    margin-bottom: 515px !important;
  }
  .pb-sm-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-520 {
    margin-bottom: 520px !important;
  }
  .pb-sm-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-525 {
    margin-bottom: 525px !important;
  }
  .pb-sm-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-530 {
    margin-bottom: 530px !important;
  }
  .pb-sm-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-535 {
    margin-bottom: 535px !important;
  }
  .pb-sm-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-540 {
    margin-bottom: 540px !important;
  }
  .pb-sm-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-545 {
    margin-bottom: 545px !important;
  }
  .pb-sm-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-550 {
    margin-bottom: 550px !important;
  }
  .pb-sm-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-555 {
    margin-bottom: 555px !important;
  }
  .pb-sm-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-560 {
    margin-bottom: 560px !important;
  }
  .pb-sm-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-565 {
    margin-bottom: 565px !important;
  }
  .pb-sm-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-570 {
    margin-bottom: 570px !important;
  }
  .pb-sm-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-575 {
    margin-bottom: 575px !important;
  }
  .pb-sm-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-580 {
    margin-bottom: 580px !important;
  }
  .pb-sm-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-585 {
    margin-bottom: 585px !important;
  }
  .pb-sm-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-590 {
    margin-bottom: 590px !important;
  }
  .pb-sm-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-595 {
    margin-bottom: 595px !important;
  }
  .pb-sm-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-600 {
    margin-bottom: 600px !important;
  }
  .pb-sm-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-605 {
    margin-bottom: 605px !important;
  }
  .pb-sm-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-610 {
    margin-bottom: 610px !important;
  }
  .pb-sm-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-615 {
    margin-bottom: 615px !important;
  }
  .pb-sm-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-620 {
    margin-bottom: 620px !important;
  }
  .pb-sm-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-625 {
    margin-bottom: 625px !important;
  }
  .pb-sm-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-630 {
    margin-bottom: 630px !important;
  }
  .pb-sm-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-635 {
    margin-bottom: 635px !important;
  }
  .pb-sm-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-640 {
    margin-bottom: 640px !important;
  }
  .pb-sm-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-645 {
    margin-bottom: 645px !important;
  }
  .pb-sm-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-650 {
    margin-bottom: 650px !important;
  }
  .pb-sm-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-655 {
    margin-bottom: 655px !important;
  }
  .pb-sm-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-660 {
    margin-bottom: 660px !important;
  }
  .pb-sm-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-665 {
    margin-bottom: 665px !important;
  }
  .pb-sm-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-670 {
    margin-bottom: 670px !important;
  }
  .pb-sm-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-675 {
    margin-bottom: 675px !important;
  }
  .pb-sm-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-680 {
    margin-bottom: 680px !important;
  }
  .pb-sm-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-685 {
    margin-bottom: 685px !important;
  }
  .pb-sm-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-690 {
    margin-bottom: 690px !important;
  }
  .pb-sm-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-695 {
    margin-bottom: 695px !important;
  }
  .pb-sm-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-700 {
    margin-bottom: 700px !important;
  }
  .pb-sm-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-705 {
    margin-bottom: 705px !important;
  }
  .pb-sm-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-710 {
    margin-bottom: 710px !important;
  }
  .pb-sm-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-715 {
    margin-bottom: 715px !important;
  }
  .pb-sm-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-720 {
    margin-bottom: 720px !important;
  }
  .pb-sm-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-725 {
    margin-bottom: 725px !important;
  }
  .pb-sm-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-730 {
    margin-bottom: 730px !important;
  }
  .pb-sm-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-735 {
    margin-bottom: 735px !important;
  }
  .pb-sm-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-740 {
    margin-bottom: 740px !important;
  }
  .pb-sm-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-745 {
    margin-bottom: 745px !important;
  }
  .pb-sm-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-750 {
    margin-bottom: 750px !important;
  }
  .pb-sm-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-755 {
    margin-bottom: 755px !important;
  }
  .pb-sm-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-760 {
    margin-bottom: 760px !important;
  }
  .pb-sm-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-765 {
    margin-bottom: 765px !important;
  }
  .pb-sm-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-770 {
    margin-bottom: 770px !important;
  }
  .pb-sm-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-775 {
    margin-bottom: 775px !important;
  }
  .pb-sm-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-780 {
    margin-bottom: 780px !important;
  }
  .pb-sm-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-785 {
    margin-bottom: 785px !important;
  }
  .pb-sm-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-790 {
    margin-bottom: 790px !important;
  }
  .pb-sm-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-795 {
    margin-bottom: 795px !important;
  }
  .pb-sm-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-800 {
    margin-bottom: 800px !important;
  }
  .pb-sm-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-805 {
    margin-bottom: 805px !important;
  }
  .pb-sm-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-810 {
    margin-bottom: 810px !important;
  }
  .pb-sm-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-815 {
    margin-bottom: 815px !important;
  }
  .pb-sm-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-820 {
    margin-bottom: 820px !important;
  }
  .pb-sm-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-825 {
    margin-bottom: 825px !important;
  }
  .pb-sm-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-830 {
    margin-bottom: 830px !important;
  }
  .pb-sm-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-835 {
    margin-bottom: 835px !important;
  }
  .pb-sm-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-840 {
    margin-bottom: 840px !important;
  }
  .pb-sm-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-845 {
    margin-bottom: 845px !important;
  }
  .pb-sm-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-850 {
    margin-bottom: 850px !important;
  }
  .pb-sm-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-855 {
    margin-bottom: 855px !important;
  }
  .pb-sm-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-860 {
    margin-bottom: 860px !important;
  }
  .pb-sm-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-865 {
    margin-bottom: 865px !important;
  }
  .pb-sm-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-870 {
    margin-bottom: 870px !important;
  }
  .pb-sm-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-875 {
    margin-bottom: 875px !important;
  }
  .pb-sm-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-880 {
    margin-bottom: 880px !important;
  }
  .pb-sm-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-885 {
    margin-bottom: 885px !important;
  }
  .pb-sm-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-890 {
    margin-bottom: 890px !important;
  }
  .pb-sm-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-895 {
    margin-bottom: 895px !important;
  }
  .pb-sm-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-900 {
    margin-bottom: 900px !important;
  }
  .pb-sm-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-905 {
    margin-bottom: 905px !important;
  }
  .pb-sm-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-910 {
    margin-bottom: 910px !important;
  }
  .pb-sm-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-915 {
    margin-bottom: 915px !important;
  }
  .pb-sm-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-920 {
    margin-bottom: 920px !important;
  }
  .pb-sm-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-925 {
    margin-bottom: 925px !important;
  }
  .pb-sm-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-930 {
    margin-bottom: 930px !important;
  }
  .pb-sm-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-935 {
    margin-bottom: 935px !important;
  }
  .pb-sm-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-940 {
    margin-bottom: 940px !important;
  }
  .pb-sm-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-945 {
    margin-bottom: 945px !important;
  }
  .pb-sm-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-950 {
    margin-bottom: 950px !important;
  }
  .pb-sm-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-955 {
    margin-bottom: 955px !important;
  }
  .pb-sm-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-960 {
    margin-bottom: 960px !important;
  }
  .pb-sm-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-965 {
    margin-bottom: 965px !important;
  }
  .pb-sm-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-970 {
    margin-bottom: 970px !important;
  }
  .pb-sm-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-975 {
    margin-bottom: 975px !important;
  }
  .pb-sm-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-980 {
    margin-bottom: 980px !important;
  }
  .pb-sm-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-985 {
    margin-bottom: 985px !important;
  }
  .pb-sm-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-990 {
    margin-bottom: 990px !important;
  }
  .pb-sm-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-995 {
    margin-bottom: 995px !important;
  }
  .pb-sm-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-sm-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-105 {
    margin-left: 105px !important;
  }
  .pl-sm-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-115 {
    margin-left: 115px !important;
  }
  .pl-sm-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-125 {
    margin-left: 125px !important;
  }
  .pl-sm-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-135 {
    margin-left: 135px !important;
  }
  .pl-sm-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-145 {
    margin-left: 145px !important;
  }
  .pl-sm-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-155 {
    margin-left: 155px !important;
  }
  .pl-sm-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-165 {
    margin-left: 165px !important;
  }
  .pl-sm-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-175 {
    margin-left: 175px !important;
  }
  .pl-sm-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-185 {
    margin-left: 185px !important;
  }
  .pl-sm-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-195 {
    margin-left: 195px !important;
  }
  .pl-sm-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-205 {
    margin-left: 205px !important;
  }
  .pl-sm-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-210 {
    margin-left: 210px !important;
  }
  .pl-sm-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-215 {
    margin-left: 215px !important;
  }
  .pl-sm-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-225 {
    margin-left: 225px !important;
  }
  .pl-sm-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-230 {
    margin-left: 230px !important;
  }
  .pl-sm-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-235 {
    margin-left: 235px !important;
  }
  .pl-sm-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-245 {
    margin-left: 245px !important;
  }
  .pl-sm-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-250 {
    margin-left: 250px !important;
  }
  .pl-sm-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-255 {
    margin-left: 255px !important;
  }
  .pl-sm-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-260 {
    margin-left: 260px !important;
  }
  .pl-sm-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-265 {
    margin-left: 265px !important;
  }
  .pl-sm-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-270 {
    margin-left: 270px !important;
  }
  .pl-sm-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-275 {
    margin-left: 275px !important;
  }
  .pl-sm-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-280 {
    margin-left: 280px !important;
  }
  .pl-sm-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-285 {
    margin-left: 285px !important;
  }
  .pl-sm-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-290 {
    margin-left: 290px !important;
  }
  .pl-sm-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-295 {
    margin-left: 295px !important;
  }
  .pl-sm-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-300 {
    margin-left: 300px !important;
  }
  .pl-sm-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-305 {
    margin-left: 305px !important;
  }
  .pl-sm-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-310 {
    margin-left: 310px !important;
  }
  .pl-sm-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-315 {
    margin-left: 315px !important;
  }
  .pl-sm-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-320 {
    margin-left: 320px !important;
  }
  .pl-sm-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-325 {
    margin-left: 325px !important;
  }
  .pl-sm-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-330 {
    margin-left: 330px !important;
  }
  .pl-sm-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-335 {
    margin-left: 335px !important;
  }
  .pl-sm-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-340 {
    margin-left: 340px !important;
  }
  .pl-sm-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-345 {
    margin-left: 345px !important;
  }
  .pl-sm-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-350 {
    margin-left: 350px !important;
  }
  .pl-sm-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-355 {
    margin-left: 355px !important;
  }
  .pl-sm-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-360 {
    margin-left: 360px !important;
  }
  .pl-sm-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-365 {
    margin-left: 365px !important;
  }
  .pl-sm-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-370 {
    margin-left: 370px !important;
  }
  .pl-sm-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-375 {
    margin-left: 375px !important;
  }
  .pl-sm-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-380 {
    margin-left: 380px !important;
  }
  .pl-sm-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-385 {
    margin-left: 385px !important;
  }
  .pl-sm-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-390 {
    margin-left: 390px !important;
  }
  .pl-sm-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-395 {
    margin-left: 395px !important;
  }
  .pl-sm-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-400 {
    margin-left: 400px !important;
  }
  .pl-sm-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-405 {
    margin-left: 405px !important;
  }
  .pl-sm-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-410 {
    margin-left: 410px !important;
  }
  .pl-sm-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-415 {
    margin-left: 415px !important;
  }
  .pl-sm-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-420 {
    margin-left: 420px !important;
  }
  .pl-sm-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-425 {
    margin-left: 425px !important;
  }
  .pl-sm-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-430 {
    margin-left: 430px !important;
  }
  .pl-sm-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-435 {
    margin-left: 435px !important;
  }
  .pl-sm-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-440 {
    margin-left: 440px !important;
  }
  .pl-sm-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-445 {
    margin-left: 445px !important;
  }
  .pl-sm-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-450 {
    margin-left: 450px !important;
  }
  .pl-sm-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-455 {
    margin-left: 455px !important;
  }
  .pl-sm-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-460 {
    margin-left: 460px !important;
  }
  .pl-sm-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-465 {
    margin-left: 465px !important;
  }
  .pl-sm-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-470 {
    margin-left: 470px !important;
  }
  .pl-sm-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-475 {
    margin-left: 475px !important;
  }
  .pl-sm-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-480 {
    margin-left: 480px !important;
  }
  .pl-sm-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-485 {
    margin-left: 485px !important;
  }
  .pl-sm-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-490 {
    margin-left: 490px !important;
  }
  .pl-sm-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-495 {
    margin-left: 495px !important;
  }
  .pl-sm-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-500 {
    margin-left: 500px !important;
  }
  .pl-sm-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-505 {
    margin-left: 505px !important;
  }
  .pl-sm-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-510 {
    margin-left: 510px !important;
  }
  .pl-sm-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-515 {
    margin-left: 515px !important;
  }
  .pl-sm-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-520 {
    margin-left: 520px !important;
  }
  .pl-sm-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-525 {
    margin-left: 525px !important;
  }
  .pl-sm-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-530 {
    margin-left: 530px !important;
  }
  .pl-sm-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-535 {
    margin-left: 535px !important;
  }
  .pl-sm-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-540 {
    margin-left: 540px !important;
  }
  .pl-sm-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-545 {
    margin-left: 545px !important;
  }
  .pl-sm-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-550 {
    margin-left: 550px !important;
  }
  .pl-sm-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-555 {
    margin-left: 555px !important;
  }
  .pl-sm-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-560 {
    margin-left: 560px !important;
  }
  .pl-sm-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-565 {
    margin-left: 565px !important;
  }
  .pl-sm-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-570 {
    margin-left: 570px !important;
  }
  .pl-sm-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-575 {
    margin-left: 575px !important;
  }
  .pl-sm-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-580 {
    margin-left: 580px !important;
  }
  .pl-sm-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-585 {
    margin-left: 585px !important;
  }
  .pl-sm-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-590 {
    margin-left: 590px !important;
  }
  .pl-sm-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-595 {
    margin-left: 595px !important;
  }
  .pl-sm-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-600 {
    margin-left: 600px !important;
  }
  .pl-sm-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-605 {
    margin-left: 605px !important;
  }
  .pl-sm-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-610 {
    margin-left: 610px !important;
  }
  .pl-sm-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-615 {
    margin-left: 615px !important;
  }
  .pl-sm-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-620 {
    margin-left: 620px !important;
  }
  .pl-sm-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-625 {
    margin-left: 625px !important;
  }
  .pl-sm-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-630 {
    margin-left: 630px !important;
  }
  .pl-sm-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-635 {
    margin-left: 635px !important;
  }
  .pl-sm-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-640 {
    margin-left: 640px !important;
  }
  .pl-sm-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-645 {
    margin-left: 645px !important;
  }
  .pl-sm-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-650 {
    margin-left: 650px !important;
  }
  .pl-sm-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-655 {
    margin-left: 655px !important;
  }
  .pl-sm-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-660 {
    margin-left: 660px !important;
  }
  .pl-sm-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-665 {
    margin-left: 665px !important;
  }
  .pl-sm-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-670 {
    margin-left: 670px !important;
  }
  .pl-sm-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-675 {
    margin-left: 675px !important;
  }
  .pl-sm-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-680 {
    margin-left: 680px !important;
  }
  .pl-sm-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-685 {
    margin-left: 685px !important;
  }
  .pl-sm-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-690 {
    margin-left: 690px !important;
  }
  .pl-sm-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-695 {
    margin-left: 695px !important;
  }
  .pl-sm-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-700 {
    margin-left: 700px !important;
  }
  .pl-sm-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-705 {
    margin-left: 705px !important;
  }
  .pl-sm-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-710 {
    margin-left: 710px !important;
  }
  .pl-sm-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-715 {
    margin-left: 715px !important;
  }
  .pl-sm-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-720 {
    margin-left: 720px !important;
  }
  .pl-sm-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-725 {
    margin-left: 725px !important;
  }
  .pl-sm-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-730 {
    margin-left: 730px !important;
  }
  .pl-sm-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-735 {
    margin-left: 735px !important;
  }
  .pl-sm-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-740 {
    margin-left: 740px !important;
  }
  .pl-sm-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-745 {
    margin-left: 745px !important;
  }
  .pl-sm-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-750 {
    margin-left: 750px !important;
  }
  .pl-sm-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-755 {
    margin-left: 755px !important;
  }
  .pl-sm-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-760 {
    margin-left: 760px !important;
  }
  .pl-sm-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-765 {
    margin-left: 765px !important;
  }
  .pl-sm-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-770 {
    margin-left: 770px !important;
  }
  .pl-sm-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-775 {
    margin-left: 775px !important;
  }
  .pl-sm-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-780 {
    margin-left: 780px !important;
  }
  .pl-sm-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-785 {
    margin-left: 785px !important;
  }
  .pl-sm-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-790 {
    margin-left: 790px !important;
  }
  .pl-sm-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-795 {
    margin-left: 795px !important;
  }
  .pl-sm-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-800 {
    margin-left: 800px !important;
  }
  .pl-sm-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-805 {
    margin-left: 805px !important;
  }
  .pl-sm-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-810 {
    margin-left: 810px !important;
  }
  .pl-sm-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-815 {
    margin-left: 815px !important;
  }
  .pl-sm-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-820 {
    margin-left: 820px !important;
  }
  .pl-sm-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-825 {
    margin-left: 825px !important;
  }
  .pl-sm-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-830 {
    margin-left: 830px !important;
  }
  .pl-sm-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-835 {
    margin-left: 835px !important;
  }
  .pl-sm-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-840 {
    margin-left: 840px !important;
  }
  .pl-sm-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-845 {
    margin-left: 845px !important;
  }
  .pl-sm-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-850 {
    margin-left: 850px !important;
  }
  .pl-sm-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-855 {
    margin-left: 855px !important;
  }
  .pl-sm-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-860 {
    margin-left: 860px !important;
  }
  .pl-sm-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-865 {
    margin-left: 865px !important;
  }
  .pl-sm-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-870 {
    margin-left: 870px !important;
  }
  .pl-sm-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-875 {
    margin-left: 875px !important;
  }
  .pl-sm-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-880 {
    margin-left: 880px !important;
  }
  .pl-sm-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-885 {
    margin-left: 885px !important;
  }
  .pl-sm-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-890 {
    margin-left: 890px !important;
  }
  .pl-sm-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-895 {
    margin-left: 895px !important;
  }
  .pl-sm-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-900 {
    margin-left: 900px !important;
  }
  .pl-sm-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-905 {
    margin-left: 905px !important;
  }
  .pl-sm-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-910 {
    margin-left: 910px !important;
  }
  .pl-sm-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-915 {
    margin-left: 915px !important;
  }
  .pl-sm-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-920 {
    margin-left: 920px !important;
  }
  .pl-sm-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-925 {
    margin-left: 925px !important;
  }
  .pl-sm-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-930 {
    margin-left: 930px !important;
  }
  .pl-sm-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-935 {
    margin-left: 935px !important;
  }
  .pl-sm-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-940 {
    margin-left: 940px !important;
  }
  .pl-sm-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-945 {
    margin-left: 945px !important;
  }
  .pl-sm-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-950 {
    margin-left: 950px !important;
  }
  .pl-sm-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-955 {
    margin-left: 955px !important;
  }
  .pl-sm-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-960 {
    margin-left: 960px !important;
  }
  .pl-sm-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-965 {
    margin-left: 965px !important;
  }
  .pl-sm-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-970 {
    margin-left: 970px !important;
  }
  .pl-sm-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-975 {
    margin-left: 975px !important;
  }
  .pl-sm-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-980 {
    margin-left: 980px !important;
  }
  .pl-sm-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-985 {
    margin-left: 985px !important;
  }
  .pl-sm-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-990 {
    margin-left: 990px !important;
  }
  .pl-sm-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-995 {
    margin-left: 995px !important;
  }
  .pl-sm-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-1000 {
    margin-left: 1000px !important;
  }
  .pl-sm-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-105 {
    margin-right: 105px !important;
  }
  .pr-sm-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-115 {
    margin-right: 115px !important;
  }
  .pr-sm-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-125 {
    margin-right: 125px !important;
  }
  .pr-sm-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-135 {
    margin-right: 135px !important;
  }
  .pr-sm-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-145 {
    margin-right: 145px !important;
  }
  .pr-sm-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-155 {
    margin-right: 155px !important;
  }
  .pr-sm-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-165 {
    margin-right: 165px !important;
  }
  .pr-sm-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-175 {
    margin-right: 175px !important;
  }
  .pr-sm-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-185 {
    margin-right: 185px !important;
  }
  .pr-sm-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-195 {
    margin-right: 195px !important;
  }
  .pr-sm-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-205 {
    margin-right: 205px !important;
  }
  .pr-sm-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-210 {
    margin-right: 210px !important;
  }
  .pr-sm-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-215 {
    margin-right: 215px !important;
  }
  .pr-sm-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-225 {
    margin-right: 225px !important;
  }
  .pr-sm-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-230 {
    margin-right: 230px !important;
  }
  .pr-sm-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-235 {
    margin-right: 235px !important;
  }
  .pr-sm-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-245 {
    margin-right: 245px !important;
  }
  .pr-sm-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-250 {
    margin-right: 250px !important;
  }
  .pr-sm-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-255 {
    margin-right: 255px !important;
  }
  .pr-sm-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-260 {
    margin-right: 260px !important;
  }
  .pr-sm-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-265 {
    margin-right: 265px !important;
  }
  .pr-sm-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-270 {
    margin-right: 270px !important;
  }
  .pr-sm-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-275 {
    margin-right: 275px !important;
  }
  .pr-sm-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-280 {
    margin-right: 280px !important;
  }
  .pr-sm-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-285 {
    margin-right: 285px !important;
  }
  .pr-sm-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-290 {
    margin-right: 290px !important;
  }
  .pr-sm-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-295 {
    margin-right: 295px !important;
  }
  .pr-sm-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-300 {
    margin-right: 300px !important;
  }
  .pr-sm-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-305 {
    margin-right: 305px !important;
  }
  .pr-sm-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-310 {
    margin-right: 310px !important;
  }
  .pr-sm-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-315 {
    margin-right: 315px !important;
  }
  .pr-sm-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-320 {
    margin-right: 320px !important;
  }
  .pr-sm-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-325 {
    margin-right: 325px !important;
  }
  .pr-sm-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-330 {
    margin-right: 330px !important;
  }
  .pr-sm-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-335 {
    margin-right: 335px !important;
  }
  .pr-sm-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-340 {
    margin-right: 340px !important;
  }
  .pr-sm-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-345 {
    margin-right: 345px !important;
  }
  .pr-sm-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-350 {
    margin-right: 350px !important;
  }
  .pr-sm-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-355 {
    margin-right: 355px !important;
  }
  .pr-sm-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-360 {
    margin-right: 360px !important;
  }
  .pr-sm-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-365 {
    margin-right: 365px !important;
  }
  .pr-sm-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-370 {
    margin-right: 370px !important;
  }
  .pr-sm-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-375 {
    margin-right: 375px !important;
  }
  .pr-sm-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-380 {
    margin-right: 380px !important;
  }
  .pr-sm-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-385 {
    margin-right: 385px !important;
  }
  .pr-sm-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-390 {
    margin-right: 390px !important;
  }
  .pr-sm-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-395 {
    margin-right: 395px !important;
  }
  .pr-sm-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-400 {
    margin-right: 400px !important;
  }
  .pr-sm-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-405 {
    margin-right: 405px !important;
  }
  .pr-sm-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-410 {
    margin-right: 410px !important;
  }
  .pr-sm-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-415 {
    margin-right: 415px !important;
  }
  .pr-sm-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-420 {
    margin-right: 420px !important;
  }
  .pr-sm-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-425 {
    margin-right: 425px !important;
  }
  .pr-sm-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-430 {
    margin-right: 430px !important;
  }
  .pr-sm-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-435 {
    margin-right: 435px !important;
  }
  .pr-sm-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-440 {
    margin-right: 440px !important;
  }
  .pr-sm-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-445 {
    margin-right: 445px !important;
  }
  .pr-sm-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-450 {
    margin-right: 450px !important;
  }
  .pr-sm-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-455 {
    margin-right: 455px !important;
  }
  .pr-sm-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-460 {
    margin-right: 460px !important;
  }
  .pr-sm-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-465 {
    margin-right: 465px !important;
  }
  .pr-sm-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-470 {
    margin-right: 470px !important;
  }
  .pr-sm-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-475 {
    margin-right: 475px !important;
  }
  .pr-sm-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-480 {
    margin-right: 480px !important;
  }
  .pr-sm-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-485 {
    margin-right: 485px !important;
  }
  .pr-sm-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-490 {
    margin-right: 490px !important;
  }
  .pr-sm-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-495 {
    margin-right: 495px !important;
  }
  .pr-sm-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-500 {
    margin-right: 500px !important;
  }
  .pr-sm-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-505 {
    margin-right: 505px !important;
  }
  .pr-sm-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-510 {
    margin-right: 510px !important;
  }
  .pr-sm-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-515 {
    margin-right: 515px !important;
  }
  .pr-sm-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-520 {
    margin-right: 520px !important;
  }
  .pr-sm-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-525 {
    margin-right: 525px !important;
  }
  .pr-sm-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-530 {
    margin-right: 530px !important;
  }
  .pr-sm-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-535 {
    margin-right: 535px !important;
  }
  .pr-sm-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-540 {
    margin-right: 540px !important;
  }
  .pr-sm-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-545 {
    margin-right: 545px !important;
  }
  .pr-sm-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-550 {
    margin-right: 550px !important;
  }
  .pr-sm-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-555 {
    margin-right: 555px !important;
  }
  .pr-sm-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-560 {
    margin-right: 560px !important;
  }
  .pr-sm-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-565 {
    margin-right: 565px !important;
  }
  .pr-sm-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-570 {
    margin-right: 570px !important;
  }
  .pr-sm-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-575 {
    margin-right: 575px !important;
  }
  .pr-sm-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-580 {
    margin-right: 580px !important;
  }
  .pr-sm-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-585 {
    margin-right: 585px !important;
  }
  .pr-sm-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-590 {
    margin-right: 590px !important;
  }
  .pr-sm-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-595 {
    margin-right: 595px !important;
  }
  .pr-sm-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-600 {
    margin-right: 600px !important;
  }
  .pr-sm-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-605 {
    margin-right: 605px !important;
  }
  .pr-sm-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-610 {
    margin-right: 610px !important;
  }
  .pr-sm-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-615 {
    margin-right: 615px !important;
  }
  .pr-sm-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-620 {
    margin-right: 620px !important;
  }
  .pr-sm-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-625 {
    margin-right: 625px !important;
  }
  .pr-sm-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-630 {
    margin-right: 630px !important;
  }
  .pr-sm-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-635 {
    margin-right: 635px !important;
  }
  .pr-sm-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-640 {
    margin-right: 640px !important;
  }
  .pr-sm-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-645 {
    margin-right: 645px !important;
  }
  .pr-sm-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-650 {
    margin-right: 650px !important;
  }
  .pr-sm-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-655 {
    margin-right: 655px !important;
  }
  .pr-sm-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-660 {
    margin-right: 660px !important;
  }
  .pr-sm-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-665 {
    margin-right: 665px !important;
  }
  .pr-sm-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-670 {
    margin-right: 670px !important;
  }
  .pr-sm-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-675 {
    margin-right: 675px !important;
  }
  .pr-sm-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-680 {
    margin-right: 680px !important;
  }
  .pr-sm-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-685 {
    margin-right: 685px !important;
  }
  .pr-sm-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-690 {
    margin-right: 690px !important;
  }
  .pr-sm-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-695 {
    margin-right: 695px !important;
  }
  .pr-sm-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-700 {
    margin-right: 700px !important;
  }
  .pr-sm-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-705 {
    margin-right: 705px !important;
  }
  .pr-sm-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-710 {
    margin-right: 710px !important;
  }
  .pr-sm-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-715 {
    margin-right: 715px !important;
  }
  .pr-sm-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-720 {
    margin-right: 720px !important;
  }
  .pr-sm-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-725 {
    margin-right: 725px !important;
  }
  .pr-sm-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-730 {
    margin-right: 730px !important;
  }
  .pr-sm-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-735 {
    margin-right: 735px !important;
  }
  .pr-sm-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-740 {
    margin-right: 740px !important;
  }
  .pr-sm-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-745 {
    margin-right: 745px !important;
  }
  .pr-sm-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-750 {
    margin-right: 750px !important;
  }
  .pr-sm-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-755 {
    margin-right: 755px !important;
  }
  .pr-sm-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-760 {
    margin-right: 760px !important;
  }
  .pr-sm-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-765 {
    margin-right: 765px !important;
  }
  .pr-sm-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-770 {
    margin-right: 770px !important;
  }
  .pr-sm-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-775 {
    margin-right: 775px !important;
  }
  .pr-sm-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-780 {
    margin-right: 780px !important;
  }
  .pr-sm-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-785 {
    margin-right: 785px !important;
  }
  .pr-sm-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-790 {
    margin-right: 790px !important;
  }
  .pr-sm-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-795 {
    margin-right: 795px !important;
  }
  .pr-sm-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-800 {
    margin-right: 800px !important;
  }
  .pr-sm-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-805 {
    margin-right: 805px !important;
  }
  .pr-sm-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-810 {
    margin-right: 810px !important;
  }
  .pr-sm-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-815 {
    margin-right: 815px !important;
  }
  .pr-sm-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-820 {
    margin-right: 820px !important;
  }
  .pr-sm-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-825 {
    margin-right: 825px !important;
  }
  .pr-sm-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-830 {
    margin-right: 830px !important;
  }
  .pr-sm-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-835 {
    margin-right: 835px !important;
  }
  .pr-sm-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-840 {
    margin-right: 840px !important;
  }
  .pr-sm-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-845 {
    margin-right: 845px !important;
  }
  .pr-sm-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-850 {
    margin-right: 850px !important;
  }
  .pr-sm-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-855 {
    margin-right: 855px !important;
  }
  .pr-sm-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-860 {
    margin-right: 860px !important;
  }
  .pr-sm-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-865 {
    margin-right: 865px !important;
  }
  .pr-sm-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-870 {
    margin-right: 870px !important;
  }
  .pr-sm-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-875 {
    margin-right: 875px !important;
  }
  .pr-sm-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-880 {
    margin-right: 880px !important;
  }
  .pr-sm-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-885 {
    margin-right: 885px !important;
  }
  .pr-sm-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-890 {
    margin-right: 890px !important;
  }
  .pr-sm-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-895 {
    margin-right: 895px !important;
  }
  .pr-sm-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-900 {
    margin-right: 900px !important;
  }
  .pr-sm-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-905 {
    margin-right: 905px !important;
  }
  .pr-sm-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-910 {
    margin-right: 910px !important;
  }
  .pr-sm-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-915 {
    margin-right: 915px !important;
  }
  .pr-sm-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-920 {
    margin-right: 920px !important;
  }
  .pr-sm-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-925 {
    margin-right: 925px !important;
  }
  .pr-sm-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-930 {
    margin-right: 930px !important;
  }
  .pr-sm-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-935 {
    margin-right: 935px !important;
  }
  .pr-sm-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-940 {
    margin-right: 940px !important;
  }
  .pr-sm-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-945 {
    margin-right: 945px !important;
  }
  .pr-sm-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-950 {
    margin-right: 950px !important;
  }
  .pr-sm-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-955 {
    margin-right: 955px !important;
  }
  .pr-sm-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-960 {
    margin-right: 960px !important;
  }
  .pr-sm-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-965 {
    margin-right: 965px !important;
  }
  .pr-sm-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-970 {
    margin-right: 970px !important;
  }
  .pr-sm-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-975 {
    margin-right: 975px !important;
  }
  .pr-sm-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-980 {
    margin-right: 980px !important;
  }
  .pr-sm-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-985 {
    margin-right: 985px !important;
  }
  .pr-sm-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-990 {
    margin-right: 990px !important;
  }
  .pr-sm-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-995 {
    margin-right: 995px !important;
  }
  .pr-sm-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-1000 {
    margin-right: 1000px !important;
  }
  .pr-sm-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-25 {
    margin: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
}
@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
}
@media (min-width: 768px) {
  .m-md-35 {
    margin: 35px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
}
@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-md-45 {
    margin: 45px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-55 {
    margin: 55px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
}
@media (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
}
@media (min-width: 768px) {
  .m-md-65 {
    margin: 65px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
}
@media (min-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
}
@media (min-width: 768px) {
  .m-md-75 {
    margin: 75px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
}
@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-85 {
    margin: 85px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
}
@media (min-width: 768px) {
  .m-md-90 {
    margin: 90px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
}
@media (min-width: 768px) {
  .m-md-95 {
    margin: 95px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
}
@media (min-width: 768px) {
  .m-md-100 {
    margin: 100px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-md-105 {
    margin: 105px !important;
  }
  .p-md-105 {
    padding: 105px !important;
  }
}
@media (min-width: 768px) {
  .m-md-110 {
    margin: 110px !important;
  }
  .p-md-110 {
    padding: 110px !important;
  }
}
@media (min-width: 768px) {
  .m-md-115 {
    margin: 115px !important;
  }
  .p-md-115 {
    padding: 115px !important;
  }
}
@media (min-width: 768px) {
  .m-md-120 {
    margin: 120px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
}
@media (min-width: 768px) {
  .m-md-125 {
    margin: 125px !important;
  }
  .p-md-125 {
    padding: 125px !important;
  }
}
@media (min-width: 768px) {
  .m-md-130 {
    margin: 130px !important;
  }
  .p-md-130 {
    padding: 130px !important;
  }
}
@media (min-width: 768px) {
  .m-md-135 {
    margin: 135px !important;
  }
  .p-md-135 {
    padding: 135px !important;
  }
}
@media (min-width: 768px) {
  .m-md-140 {
    margin: 140px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
}
@media (min-width: 768px) {
  .m-md-145 {
    margin: 145px !important;
  }
  .p-md-145 {
    padding: 145px !important;
  }
}
@media (min-width: 768px) {
  .m-md-150 {
    margin: 150px !important;
  }
  .p-md-150 {
    padding: 150px !important;
  }
}
@media (min-width: 768px) {
  .m-md-155 {
    margin: 155px !important;
  }
  .p-md-155 {
    padding: 155px !important;
  }
}
@media (min-width: 768px) {
  .m-md-160 {
    margin: 160px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
}
@media (min-width: 768px) {
  .m-md-165 {
    margin: 165px !important;
  }
  .p-md-165 {
    padding: 165px !important;
  }
}
@media (min-width: 768px) {
  .m-md-170 {
    margin: 170px !important;
  }
  .p-md-170 {
    padding: 170px !important;
  }
}
@media (min-width: 768px) {
  .m-md-175 {
    margin: 175px !important;
  }
  .p-md-175 {
    padding: 175px !important;
  }
}
@media (min-width: 768px) {
  .m-md-180 {
    margin: 180px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
}
@media (min-width: 768px) {
  .m-md-185 {
    margin: 185px !important;
  }
  .p-md-185 {
    padding: 185px !important;
  }
}
@media (min-width: 768px) {
  .m-md-190 {
    margin: 190px !important;
  }
  .p-md-190 {
    padding: 190px !important;
  }
}
@media (min-width: 768px) {
  .m-md-195 {
    margin: 195px !important;
  }
  .p-md-195 {
    padding: 195px !important;
  }
}
@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-205 {
    margin: 205px !important;
  }
  .p-md-205 {
    padding: 205px !important;
  }
}
@media (min-width: 768px) {
  .m-md-210 {
    margin: 210px !important;
  }
  .p-md-210 {
    padding: 210px !important;
  }
}
@media (min-width: 768px) {
  .m-md-215 {
    margin: 215px !important;
  }
  .p-md-215 {
    padding: 215px !important;
  }
}
@media (min-width: 768px) {
  .m-md-220 {
    margin: 220px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
}
@media (min-width: 768px) {
  .m-md-225 {
    margin: 225px !important;
  }
  .p-md-225 {
    padding: 225px !important;
  }
}
@media (min-width: 768px) {
  .m-md-230 {
    margin: 230px !important;
  }
  .p-md-230 {
    padding: 230px !important;
  }
}
@media (min-width: 768px) {
  .m-md-235 {
    margin: 235px !important;
  }
  .p-md-235 {
    padding: 235px !important;
  }
}
@media (min-width: 768px) {
  .m-md-240 {
    margin: 240px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
}
@media (min-width: 768px) {
  .m-md-245 {
    margin: 245px !important;
  }
  .p-md-245 {
    padding: 245px !important;
  }
}
@media (min-width: 768px) {
  .m-md-250 {
    margin: 250px !important;
  }
  .p-md-250 {
    padding: 250px !important;
  }
}
@media (min-width: 768px) {
  .m-md-255 {
    margin: 255px !important;
  }
  .p-md-255 {
    padding: 255px !important;
  }
}
@media (min-width: 768px) {
  .m-md-260 {
    margin: 260px !important;
  }
  .p-md-260 {
    padding: 260px !important;
  }
}
@media (min-width: 768px) {
  .m-md-265 {
    margin: 265px !important;
  }
  .p-md-265 {
    padding: 265px !important;
  }
}
@media (min-width: 768px) {
  .m-md-270 {
    margin: 270px !important;
  }
  .p-md-270 {
    padding: 270px !important;
  }
}
@media (min-width: 768px) {
  .m-md-275 {
    margin: 275px !important;
  }
  .p-md-275 {
    padding: 275px !important;
  }
}
@media (min-width: 768px) {
  .m-md-280 {
    margin: 280px !important;
  }
  .p-md-280 {
    padding: 280px !important;
  }
}
@media (min-width: 768px) {
  .m-md-285 {
    margin: 285px !important;
  }
  .p-md-285 {
    padding: 285px !important;
  }
}
@media (min-width: 768px) {
  .m-md-290 {
    margin: 290px !important;
  }
  .p-md-290 {
    padding: 290px !important;
  }
}
@media (min-width: 768px) {
  .m-md-295 {
    margin: 295px !important;
  }
  .p-md-295 {
    padding: 295px !important;
  }
}
@media (min-width: 768px) {
  .m-md-300 {
    margin: 300px !important;
  }
  .p-md-300 {
    padding: 300px !important;
  }
}
@media (min-width: 768px) {
  .m-md-305 {
    margin: 305px !important;
  }
  .p-md-305 {
    padding: 305px !important;
  }
}
@media (min-width: 768px) {
  .m-md-310 {
    margin: 310px !important;
  }
  .p-md-310 {
    padding: 310px !important;
  }
}
@media (min-width: 768px) {
  .m-md-315 {
    margin: 315px !important;
  }
  .p-md-315 {
    padding: 315px !important;
  }
}
@media (min-width: 768px) {
  .m-md-320 {
    margin: 320px !important;
  }
  .p-md-320 {
    padding: 320px !important;
  }
}
@media (min-width: 768px) {
  .m-md-325 {
    margin: 325px !important;
  }
  .p-md-325 {
    padding: 325px !important;
  }
}
@media (min-width: 768px) {
  .m-md-330 {
    margin: 330px !important;
  }
  .p-md-330 {
    padding: 330px !important;
  }
}
@media (min-width: 768px) {
  .m-md-335 {
    margin: 335px !important;
  }
  .p-md-335 {
    padding: 335px !important;
  }
}
@media (min-width: 768px) {
  .m-md-340 {
    margin: 340px !important;
  }
  .p-md-340 {
    padding: 340px !important;
  }
}
@media (min-width: 768px) {
  .m-md-345 {
    margin: 345px !important;
  }
  .p-md-345 {
    padding: 345px !important;
  }
}
@media (min-width: 768px) {
  .m-md-350 {
    margin: 350px !important;
  }
  .p-md-350 {
    padding: 350px !important;
  }
}
@media (min-width: 768px) {
  .m-md-355 {
    margin: 355px !important;
  }
  .p-md-355 {
    padding: 355px !important;
  }
}
@media (min-width: 768px) {
  .m-md-360 {
    margin: 360px !important;
  }
  .p-md-360 {
    padding: 360px !important;
  }
}
@media (min-width: 768px) {
  .m-md-365 {
    margin: 365px !important;
  }
  .p-md-365 {
    padding: 365px !important;
  }
}
@media (min-width: 768px) {
  .m-md-370 {
    margin: 370px !important;
  }
  .p-md-370 {
    padding: 370px !important;
  }
}
@media (min-width: 768px) {
  .m-md-375 {
    margin: 375px !important;
  }
  .p-md-375 {
    padding: 375px !important;
  }
}
@media (min-width: 768px) {
  .m-md-380 {
    margin: 380px !important;
  }
  .p-md-380 {
    padding: 380px !important;
  }
}
@media (min-width: 768px) {
  .m-md-385 {
    margin: 385px !important;
  }
  .p-md-385 {
    padding: 385px !important;
  }
}
@media (min-width: 768px) {
  .m-md-390 {
    margin: 390px !important;
  }
  .p-md-390 {
    padding: 390px !important;
  }
}
@media (min-width: 768px) {
  .m-md-395 {
    margin: 395px !important;
  }
  .p-md-395 {
    padding: 395px !important;
  }
}
@media (min-width: 768px) {
  .m-md-400 {
    margin: 400px !important;
  }
  .p-md-400 {
    padding: 400px !important;
  }
}
@media (min-width: 768px) {
  .m-md-405 {
    margin: 405px !important;
  }
  .p-md-405 {
    padding: 405px !important;
  }
}
@media (min-width: 768px) {
  .m-md-410 {
    margin: 410px !important;
  }
  .p-md-410 {
    padding: 410px !important;
  }
}
@media (min-width: 768px) {
  .m-md-415 {
    margin: 415px !important;
  }
  .p-md-415 {
    padding: 415px !important;
  }
}
@media (min-width: 768px) {
  .m-md-420 {
    margin: 420px !important;
  }
  .p-md-420 {
    padding: 420px !important;
  }
}
@media (min-width: 768px) {
  .m-md-425 {
    margin: 425px !important;
  }
  .p-md-425 {
    padding: 425px !important;
  }
}
@media (min-width: 768px) {
  .m-md-430 {
    margin: 430px !important;
  }
  .p-md-430 {
    padding: 430px !important;
  }
}
@media (min-width: 768px) {
  .m-md-435 {
    margin: 435px !important;
  }
  .p-md-435 {
    padding: 435px !important;
  }
}
@media (min-width: 768px) {
  .m-md-440 {
    margin: 440px !important;
  }
  .p-md-440 {
    padding: 440px !important;
  }
}
@media (min-width: 768px) {
  .m-md-445 {
    margin: 445px !important;
  }
  .p-md-445 {
    padding: 445px !important;
  }
}
@media (min-width: 768px) {
  .m-md-450 {
    margin: 450px !important;
  }
  .p-md-450 {
    padding: 450px !important;
  }
}
@media (min-width: 768px) {
  .m-md-455 {
    margin: 455px !important;
  }
  .p-md-455 {
    padding: 455px !important;
  }
}
@media (min-width: 768px) {
  .m-md-460 {
    margin: 460px !important;
  }
  .p-md-460 {
    padding: 460px !important;
  }
}
@media (min-width: 768px) {
  .m-md-465 {
    margin: 465px !important;
  }
  .p-md-465 {
    padding: 465px !important;
  }
}
@media (min-width: 768px) {
  .m-md-470 {
    margin: 470px !important;
  }
  .p-md-470 {
    padding: 470px !important;
  }
}
@media (min-width: 768px) {
  .m-md-475 {
    margin: 475px !important;
  }
  .p-md-475 {
    padding: 475px !important;
  }
}
@media (min-width: 768px) {
  .m-md-480 {
    margin: 480px !important;
  }
  .p-md-480 {
    padding: 480px !important;
  }
}
@media (min-width: 768px) {
  .m-md-485 {
    margin: 485px !important;
  }
  .p-md-485 {
    padding: 485px !important;
  }
}
@media (min-width: 768px) {
  .m-md-490 {
    margin: 490px !important;
  }
  .p-md-490 {
    padding: 490px !important;
  }
}
@media (min-width: 768px) {
  .m-md-495 {
    margin: 495px !important;
  }
  .p-md-495 {
    padding: 495px !important;
  }
}
@media (min-width: 768px) {
  .m-md-500 {
    margin: 500px !important;
  }
  .p-md-500 {
    padding: 500px !important;
  }
}
@media (min-width: 768px) {
  .m-md-505 {
    margin: 505px !important;
  }
  .p-md-505 {
    padding: 505px !important;
  }
}
@media (min-width: 768px) {
  .m-md-510 {
    margin: 510px !important;
  }
  .p-md-510 {
    padding: 510px !important;
  }
}
@media (min-width: 768px) {
  .m-md-515 {
    margin: 515px !important;
  }
  .p-md-515 {
    padding: 515px !important;
  }
}
@media (min-width: 768px) {
  .m-md-520 {
    margin: 520px !important;
  }
  .p-md-520 {
    padding: 520px !important;
  }
}
@media (min-width: 768px) {
  .m-md-525 {
    margin: 525px !important;
  }
  .p-md-525 {
    padding: 525px !important;
  }
}
@media (min-width: 768px) {
  .m-md-530 {
    margin: 530px !important;
  }
  .p-md-530 {
    padding: 530px !important;
  }
}
@media (min-width: 768px) {
  .m-md-535 {
    margin: 535px !important;
  }
  .p-md-535 {
    padding: 535px !important;
  }
}
@media (min-width: 768px) {
  .m-md-540 {
    margin: 540px !important;
  }
  .p-md-540 {
    padding: 540px !important;
  }
}
@media (min-width: 768px) {
  .m-md-545 {
    margin: 545px !important;
  }
  .p-md-545 {
    padding: 545px !important;
  }
}
@media (min-width: 768px) {
  .m-md-550 {
    margin: 550px !important;
  }
  .p-md-550 {
    padding: 550px !important;
  }
}
@media (min-width: 768px) {
  .m-md-555 {
    margin: 555px !important;
  }
  .p-md-555 {
    padding: 555px !important;
  }
}
@media (min-width: 768px) {
  .m-md-560 {
    margin: 560px !important;
  }
  .p-md-560 {
    padding: 560px !important;
  }
}
@media (min-width: 768px) {
  .m-md-565 {
    margin: 565px !important;
  }
  .p-md-565 {
    padding: 565px !important;
  }
}
@media (min-width: 768px) {
  .m-md-570 {
    margin: 570px !important;
  }
  .p-md-570 {
    padding: 570px !important;
  }
}
@media (min-width: 768px) {
  .m-md-575 {
    margin: 575px !important;
  }
  .p-md-575 {
    padding: 575px !important;
  }
}
@media (min-width: 768px) {
  .m-md-580 {
    margin: 580px !important;
  }
  .p-md-580 {
    padding: 580px !important;
  }
}
@media (min-width: 768px) {
  .m-md-585 {
    margin: 585px !important;
  }
  .p-md-585 {
    padding: 585px !important;
  }
}
@media (min-width: 768px) {
  .m-md-590 {
    margin: 590px !important;
  }
  .p-md-590 {
    padding: 590px !important;
  }
}
@media (min-width: 768px) {
  .m-md-595 {
    margin: 595px !important;
  }
  .p-md-595 {
    padding: 595px !important;
  }
}
@media (min-width: 768px) {
  .m-md-600 {
    margin: 600px !important;
  }
  .p-md-600 {
    padding: 600px !important;
  }
}
@media (min-width: 768px) {
  .m-md-605 {
    margin: 605px !important;
  }
  .p-md-605 {
    padding: 605px !important;
  }
}
@media (min-width: 768px) {
  .m-md-610 {
    margin: 610px !important;
  }
  .p-md-610 {
    padding: 610px !important;
  }
}
@media (min-width: 768px) {
  .m-md-615 {
    margin: 615px !important;
  }
  .p-md-615 {
    padding: 615px !important;
  }
}
@media (min-width: 768px) {
  .m-md-620 {
    margin: 620px !important;
  }
  .p-md-620 {
    padding: 620px !important;
  }
}
@media (min-width: 768px) {
  .m-md-625 {
    margin: 625px !important;
  }
  .p-md-625 {
    padding: 625px !important;
  }
}
@media (min-width: 768px) {
  .m-md-630 {
    margin: 630px !important;
  }
  .p-md-630 {
    padding: 630px !important;
  }
}
@media (min-width: 768px) {
  .m-md-635 {
    margin: 635px !important;
  }
  .p-md-635 {
    padding: 635px !important;
  }
}
@media (min-width: 768px) {
  .m-md-640 {
    margin: 640px !important;
  }
  .p-md-640 {
    padding: 640px !important;
  }
}
@media (min-width: 768px) {
  .m-md-645 {
    margin: 645px !important;
  }
  .p-md-645 {
    padding: 645px !important;
  }
}
@media (min-width: 768px) {
  .m-md-650 {
    margin: 650px !important;
  }
  .p-md-650 {
    padding: 650px !important;
  }
}
@media (min-width: 768px) {
  .m-md-655 {
    margin: 655px !important;
  }
  .p-md-655 {
    padding: 655px !important;
  }
}
@media (min-width: 768px) {
  .m-md-660 {
    margin: 660px !important;
  }
  .p-md-660 {
    padding: 660px !important;
  }
}
@media (min-width: 768px) {
  .m-md-665 {
    margin: 665px !important;
  }
  .p-md-665 {
    padding: 665px !important;
  }
}
@media (min-width: 768px) {
  .m-md-670 {
    margin: 670px !important;
  }
  .p-md-670 {
    padding: 670px !important;
  }
}
@media (min-width: 768px) {
  .m-md-675 {
    margin: 675px !important;
  }
  .p-md-675 {
    padding: 675px !important;
  }
}
@media (min-width: 768px) {
  .m-md-680 {
    margin: 680px !important;
  }
  .p-md-680 {
    padding: 680px !important;
  }
}
@media (min-width: 768px) {
  .m-md-685 {
    margin: 685px !important;
  }
  .p-md-685 {
    padding: 685px !important;
  }
}
@media (min-width: 768px) {
  .m-md-690 {
    margin: 690px !important;
  }
  .p-md-690 {
    padding: 690px !important;
  }
}
@media (min-width: 768px) {
  .m-md-695 {
    margin: 695px !important;
  }
  .p-md-695 {
    padding: 695px !important;
  }
}
@media (min-width: 768px) {
  .m-md-700 {
    margin: 700px !important;
  }
  .p-md-700 {
    padding: 700px !important;
  }
}
@media (min-width: 768px) {
  .m-md-705 {
    margin: 705px !important;
  }
  .p-md-705 {
    padding: 705px !important;
  }
}
@media (min-width: 768px) {
  .m-md-710 {
    margin: 710px !important;
  }
  .p-md-710 {
    padding: 710px !important;
  }
}
@media (min-width: 768px) {
  .m-md-715 {
    margin: 715px !important;
  }
  .p-md-715 {
    padding: 715px !important;
  }
}
@media (min-width: 768px) {
  .m-md-720 {
    margin: 720px !important;
  }
  .p-md-720 {
    padding: 720px !important;
  }
}
@media (min-width: 768px) {
  .m-md-725 {
    margin: 725px !important;
  }
  .p-md-725 {
    padding: 725px !important;
  }
}
@media (min-width: 768px) {
  .m-md-730 {
    margin: 730px !important;
  }
  .p-md-730 {
    padding: 730px !important;
  }
}
@media (min-width: 768px) {
  .m-md-735 {
    margin: 735px !important;
  }
  .p-md-735 {
    padding: 735px !important;
  }
}
@media (min-width: 768px) {
  .m-md-740 {
    margin: 740px !important;
  }
  .p-md-740 {
    padding: 740px !important;
  }
}
@media (min-width: 768px) {
  .m-md-745 {
    margin: 745px !important;
  }
  .p-md-745 {
    padding: 745px !important;
  }
}
@media (min-width: 768px) {
  .m-md-750 {
    margin: 750px !important;
  }
  .p-md-750 {
    padding: 750px !important;
  }
}
@media (min-width: 768px) {
  .m-md-755 {
    margin: 755px !important;
  }
  .p-md-755 {
    padding: 755px !important;
  }
}
@media (min-width: 768px) {
  .m-md-760 {
    margin: 760px !important;
  }
  .p-md-760 {
    padding: 760px !important;
  }
}
@media (min-width: 768px) {
  .m-md-765 {
    margin: 765px !important;
  }
  .p-md-765 {
    padding: 765px !important;
  }
}
@media (min-width: 768px) {
  .m-md-770 {
    margin: 770px !important;
  }
  .p-md-770 {
    padding: 770px !important;
  }
}
@media (min-width: 768px) {
  .m-md-775 {
    margin: 775px !important;
  }
  .p-md-775 {
    padding: 775px !important;
  }
}
@media (min-width: 768px) {
  .m-md-780 {
    margin: 780px !important;
  }
  .p-md-780 {
    padding: 780px !important;
  }
}
@media (min-width: 768px) {
  .m-md-785 {
    margin: 785px !important;
  }
  .p-md-785 {
    padding: 785px !important;
  }
}
@media (min-width: 768px) {
  .m-md-790 {
    margin: 790px !important;
  }
  .p-md-790 {
    padding: 790px !important;
  }
}
@media (min-width: 768px) {
  .m-md-795 {
    margin: 795px !important;
  }
  .p-md-795 {
    padding: 795px !important;
  }
}
@media (min-width: 768px) {
  .m-md-800 {
    margin: 800px !important;
  }
  .p-md-800 {
    padding: 800px !important;
  }
}
@media (min-width: 768px) {
  .m-md-805 {
    margin: 805px !important;
  }
  .p-md-805 {
    padding: 805px !important;
  }
}
@media (min-width: 768px) {
  .m-md-810 {
    margin: 810px !important;
  }
  .p-md-810 {
    padding: 810px !important;
  }
}
@media (min-width: 768px) {
  .m-md-815 {
    margin: 815px !important;
  }
  .p-md-815 {
    padding: 815px !important;
  }
}
@media (min-width: 768px) {
  .m-md-820 {
    margin: 820px !important;
  }
  .p-md-820 {
    padding: 820px !important;
  }
}
@media (min-width: 768px) {
  .m-md-825 {
    margin: 825px !important;
  }
  .p-md-825 {
    padding: 825px !important;
  }
}
@media (min-width: 768px) {
  .m-md-830 {
    margin: 830px !important;
  }
  .p-md-830 {
    padding: 830px !important;
  }
}
@media (min-width: 768px) {
  .m-md-835 {
    margin: 835px !important;
  }
  .p-md-835 {
    padding: 835px !important;
  }
}
@media (min-width: 768px) {
  .m-md-840 {
    margin: 840px !important;
  }
  .p-md-840 {
    padding: 840px !important;
  }
}
@media (min-width: 768px) {
  .m-md-845 {
    margin: 845px !important;
  }
  .p-md-845 {
    padding: 845px !important;
  }
}
@media (min-width: 768px) {
  .m-md-850 {
    margin: 850px !important;
  }
  .p-md-850 {
    padding: 850px !important;
  }
}
@media (min-width: 768px) {
  .m-md-855 {
    margin: 855px !important;
  }
  .p-md-855 {
    padding: 855px !important;
  }
}
@media (min-width: 768px) {
  .m-md-860 {
    margin: 860px !important;
  }
  .p-md-860 {
    padding: 860px !important;
  }
}
@media (min-width: 768px) {
  .m-md-865 {
    margin: 865px !important;
  }
  .p-md-865 {
    padding: 865px !important;
  }
}
@media (min-width: 768px) {
  .m-md-870 {
    margin: 870px !important;
  }
  .p-md-870 {
    padding: 870px !important;
  }
}
@media (min-width: 768px) {
  .m-md-875 {
    margin: 875px !important;
  }
  .p-md-875 {
    padding: 875px !important;
  }
}
@media (min-width: 768px) {
  .m-md-880 {
    margin: 880px !important;
  }
  .p-md-880 {
    padding: 880px !important;
  }
}
@media (min-width: 768px) {
  .m-md-885 {
    margin: 885px !important;
  }
  .p-md-885 {
    padding: 885px !important;
  }
}
@media (min-width: 768px) {
  .m-md-890 {
    margin: 890px !important;
  }
  .p-md-890 {
    padding: 890px !important;
  }
}
@media (min-width: 768px) {
  .m-md-895 {
    margin: 895px !important;
  }
  .p-md-895 {
    padding: 895px !important;
  }
}
@media (min-width: 768px) {
  .m-md-900 {
    margin: 900px !important;
  }
  .p-md-900 {
    padding: 900px !important;
  }
}
@media (min-width: 768px) {
  .m-md-905 {
    margin: 905px !important;
  }
  .p-md-905 {
    padding: 905px !important;
  }
}
@media (min-width: 768px) {
  .m-md-910 {
    margin: 910px !important;
  }
  .p-md-910 {
    padding: 910px !important;
  }
}
@media (min-width: 768px) {
  .m-md-915 {
    margin: 915px !important;
  }
  .p-md-915 {
    padding: 915px !important;
  }
}
@media (min-width: 768px) {
  .m-md-920 {
    margin: 920px !important;
  }
  .p-md-920 {
    padding: 920px !important;
  }
}
@media (min-width: 768px) {
  .m-md-925 {
    margin: 925px !important;
  }
  .p-md-925 {
    padding: 925px !important;
  }
}
@media (min-width: 768px) {
  .m-md-930 {
    margin: 930px !important;
  }
  .p-md-930 {
    padding: 930px !important;
  }
}
@media (min-width: 768px) {
  .m-md-935 {
    margin: 935px !important;
  }
  .p-md-935 {
    padding: 935px !important;
  }
}
@media (min-width: 768px) {
  .m-md-940 {
    margin: 940px !important;
  }
  .p-md-940 {
    padding: 940px !important;
  }
}
@media (min-width: 768px) {
  .m-md-945 {
    margin: 945px !important;
  }
  .p-md-945 {
    padding: 945px !important;
  }
}
@media (min-width: 768px) {
  .m-md-950 {
    margin: 950px !important;
  }
  .p-md-950 {
    padding: 950px !important;
  }
}
@media (min-width: 768px) {
  .m-md-955 {
    margin: 955px !important;
  }
  .p-md-955 {
    padding: 955px !important;
  }
}
@media (min-width: 768px) {
  .m-md-960 {
    margin: 960px !important;
  }
  .p-md-960 {
    padding: 960px !important;
  }
}
@media (min-width: 768px) {
  .m-md-965 {
    margin: 965px !important;
  }
  .p-md-965 {
    padding: 965px !important;
  }
}
@media (min-width: 768px) {
  .m-md-970 {
    margin: 970px !important;
  }
  .p-md-970 {
    padding: 970px !important;
  }
}
@media (min-width: 768px) {
  .m-md-975 {
    margin: 975px !important;
  }
  .p-md-975 {
    padding: 975px !important;
  }
}
@media (min-width: 768px) {
  .m-md-980 {
    margin: 980px !important;
  }
  .p-md-980 {
    padding: 980px !important;
  }
}
@media (min-width: 768px) {
  .m-md-985 {
    margin: 985px !important;
  }
  .p-md-985 {
    padding: 985px !important;
  }
}
@media (min-width: 768px) {
  .m-md-990 {
    margin: 990px !important;
  }
  .p-md-990 {
    padding: 990px !important;
  }
}
@media (min-width: 768px) {
  .m-md-995 {
    margin: 995px !important;
  }
  .p-md-995 {
    padding: 995px !important;
  }
}
@media (min-width: 768px) {
  .m-md-1000 {
    margin: 1000px !important;
  }
  .p-md-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-155 {
    margin-top: 155px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-165 {
    margin-top: 165px !important;
  }
  .pt-md-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-175 {
    margin-top: 175px !important;
  }
  .pt-md-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-185 {
    margin-top: 185px !important;
  }
  .pt-md-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-195 {
    margin-top: 195px !important;
  }
  .pt-md-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-205 {
    margin-top: 205px !important;
  }
  .pt-md-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-210 {
    margin-top: 210px !important;
  }
  .pt-md-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-215 {
    margin-top: 215px !important;
  }
  .pt-md-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-225 {
    margin-top: 225px !important;
  }
  .pt-md-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-230 {
    margin-top: 230px !important;
  }
  .pt-md-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-235 {
    margin-top: 235px !important;
  }
  .pt-md-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-245 {
    margin-top: 245px !important;
  }
  .pt-md-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-250 {
    margin-top: 250px !important;
  }
  .pt-md-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-255 {
    margin-top: 255px !important;
  }
  .pt-md-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-260 {
    margin-top: 260px !important;
  }
  .pt-md-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-265 {
    margin-top: 265px !important;
  }
  .pt-md-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-270 {
    margin-top: 270px !important;
  }
  .pt-md-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-275 {
    margin-top: 275px !important;
  }
  .pt-md-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-280 {
    margin-top: 280px !important;
  }
  .pt-md-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-285 {
    margin-top: 285px !important;
  }
  .pt-md-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-290 {
    margin-top: 290px !important;
  }
  .pt-md-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-295 {
    margin-top: 295px !important;
  }
  .pt-md-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-300 {
    margin-top: 300px !important;
  }
  .pt-md-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-305 {
    margin-top: 305px !important;
  }
  .pt-md-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-310 {
    margin-top: 310px !important;
  }
  .pt-md-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-315 {
    margin-top: 315px !important;
  }
  .pt-md-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-320 {
    margin-top: 320px !important;
  }
  .pt-md-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-325 {
    margin-top: 325px !important;
  }
  .pt-md-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-330 {
    margin-top: 330px !important;
  }
  .pt-md-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-335 {
    margin-top: 335px !important;
  }
  .pt-md-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-340 {
    margin-top: 340px !important;
  }
  .pt-md-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-345 {
    margin-top: 345px !important;
  }
  .pt-md-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-350 {
    margin-top: 350px !important;
  }
  .pt-md-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-355 {
    margin-top: 355px !important;
  }
  .pt-md-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-360 {
    margin-top: 360px !important;
  }
  .pt-md-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-365 {
    margin-top: 365px !important;
  }
  .pt-md-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-370 {
    margin-top: 370px !important;
  }
  .pt-md-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-375 {
    margin-top: 375px !important;
  }
  .pt-md-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-380 {
    margin-top: 380px !important;
  }
  .pt-md-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-385 {
    margin-top: 385px !important;
  }
  .pt-md-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-390 {
    margin-top: 390px !important;
  }
  .pt-md-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-395 {
    margin-top: 395px !important;
  }
  .pt-md-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-400 {
    margin-top: 400px !important;
  }
  .pt-md-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-405 {
    margin-top: 405px !important;
  }
  .pt-md-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-410 {
    margin-top: 410px !important;
  }
  .pt-md-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-415 {
    margin-top: 415px !important;
  }
  .pt-md-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-420 {
    margin-top: 420px !important;
  }
  .pt-md-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-425 {
    margin-top: 425px !important;
  }
  .pt-md-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-430 {
    margin-top: 430px !important;
  }
  .pt-md-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-435 {
    margin-top: 435px !important;
  }
  .pt-md-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-440 {
    margin-top: 440px !important;
  }
  .pt-md-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-445 {
    margin-top: 445px !important;
  }
  .pt-md-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-450 {
    margin-top: 450px !important;
  }
  .pt-md-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-455 {
    margin-top: 455px !important;
  }
  .pt-md-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-460 {
    margin-top: 460px !important;
  }
  .pt-md-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-465 {
    margin-top: 465px !important;
  }
  .pt-md-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-470 {
    margin-top: 470px !important;
  }
  .pt-md-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-475 {
    margin-top: 475px !important;
  }
  .pt-md-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-480 {
    margin-top: 480px !important;
  }
  .pt-md-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-485 {
    margin-top: 485px !important;
  }
  .pt-md-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-490 {
    margin-top: 490px !important;
  }
  .pt-md-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-495 {
    margin-top: 495px !important;
  }
  .pt-md-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-500 {
    margin-top: 500px !important;
  }
  .pt-md-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-505 {
    margin-top: 505px !important;
  }
  .pt-md-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-510 {
    margin-top: 510px !important;
  }
  .pt-md-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-515 {
    margin-top: 515px !important;
  }
  .pt-md-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-520 {
    margin-top: 520px !important;
  }
  .pt-md-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-525 {
    margin-top: 525px !important;
  }
  .pt-md-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-530 {
    margin-top: 530px !important;
  }
  .pt-md-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-535 {
    margin-top: 535px !important;
  }
  .pt-md-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-540 {
    margin-top: 540px !important;
  }
  .pt-md-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-545 {
    margin-top: 545px !important;
  }
  .pt-md-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-550 {
    margin-top: 550px !important;
  }
  .pt-md-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-555 {
    margin-top: 555px !important;
  }
  .pt-md-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-560 {
    margin-top: 560px !important;
  }
  .pt-md-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-565 {
    margin-top: 565px !important;
  }
  .pt-md-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-570 {
    margin-top: 570px !important;
  }
  .pt-md-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-575 {
    margin-top: 575px !important;
  }
  .pt-md-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-580 {
    margin-top: 580px !important;
  }
  .pt-md-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-585 {
    margin-top: 585px !important;
  }
  .pt-md-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-590 {
    margin-top: 590px !important;
  }
  .pt-md-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-595 {
    margin-top: 595px !important;
  }
  .pt-md-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-600 {
    margin-top: 600px !important;
  }
  .pt-md-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-605 {
    margin-top: 605px !important;
  }
  .pt-md-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-610 {
    margin-top: 610px !important;
  }
  .pt-md-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-615 {
    margin-top: 615px !important;
  }
  .pt-md-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-620 {
    margin-top: 620px !important;
  }
  .pt-md-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-625 {
    margin-top: 625px !important;
  }
  .pt-md-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-630 {
    margin-top: 630px !important;
  }
  .pt-md-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-635 {
    margin-top: 635px !important;
  }
  .pt-md-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-640 {
    margin-top: 640px !important;
  }
  .pt-md-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-645 {
    margin-top: 645px !important;
  }
  .pt-md-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-650 {
    margin-top: 650px !important;
  }
  .pt-md-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-655 {
    margin-top: 655px !important;
  }
  .pt-md-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-660 {
    margin-top: 660px !important;
  }
  .pt-md-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-665 {
    margin-top: 665px !important;
  }
  .pt-md-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-670 {
    margin-top: 670px !important;
  }
  .pt-md-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-675 {
    margin-top: 675px !important;
  }
  .pt-md-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-680 {
    margin-top: 680px !important;
  }
  .pt-md-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-685 {
    margin-top: 685px !important;
  }
  .pt-md-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-690 {
    margin-top: 690px !important;
  }
  .pt-md-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-695 {
    margin-top: 695px !important;
  }
  .pt-md-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-700 {
    margin-top: 700px !important;
  }
  .pt-md-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-705 {
    margin-top: 705px !important;
  }
  .pt-md-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-710 {
    margin-top: 710px !important;
  }
  .pt-md-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-715 {
    margin-top: 715px !important;
  }
  .pt-md-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-720 {
    margin-top: 720px !important;
  }
  .pt-md-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-725 {
    margin-top: 725px !important;
  }
  .pt-md-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-730 {
    margin-top: 730px !important;
  }
  .pt-md-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-735 {
    margin-top: 735px !important;
  }
  .pt-md-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-740 {
    margin-top: 740px !important;
  }
  .pt-md-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-745 {
    margin-top: 745px !important;
  }
  .pt-md-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-750 {
    margin-top: 750px !important;
  }
  .pt-md-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-755 {
    margin-top: 755px !important;
  }
  .pt-md-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-760 {
    margin-top: 760px !important;
  }
  .pt-md-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-765 {
    margin-top: 765px !important;
  }
  .pt-md-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-770 {
    margin-top: 770px !important;
  }
  .pt-md-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-775 {
    margin-top: 775px !important;
  }
  .pt-md-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-780 {
    margin-top: 780px !important;
  }
  .pt-md-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-785 {
    margin-top: 785px !important;
  }
  .pt-md-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-790 {
    margin-top: 790px !important;
  }
  .pt-md-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-795 {
    margin-top: 795px !important;
  }
  .pt-md-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-800 {
    margin-top: 800px !important;
  }
  .pt-md-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-805 {
    margin-top: 805px !important;
  }
  .pt-md-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-810 {
    margin-top: 810px !important;
  }
  .pt-md-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-815 {
    margin-top: 815px !important;
  }
  .pt-md-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-820 {
    margin-top: 820px !important;
  }
  .pt-md-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-825 {
    margin-top: 825px !important;
  }
  .pt-md-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-830 {
    margin-top: 830px !important;
  }
  .pt-md-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-835 {
    margin-top: 835px !important;
  }
  .pt-md-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-840 {
    margin-top: 840px !important;
  }
  .pt-md-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-845 {
    margin-top: 845px !important;
  }
  .pt-md-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-850 {
    margin-top: 850px !important;
  }
  .pt-md-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-855 {
    margin-top: 855px !important;
  }
  .pt-md-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-860 {
    margin-top: 860px !important;
  }
  .pt-md-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-865 {
    margin-top: 865px !important;
  }
  .pt-md-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-870 {
    margin-top: 870px !important;
  }
  .pt-md-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-875 {
    margin-top: 875px !important;
  }
  .pt-md-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-880 {
    margin-top: 880px !important;
  }
  .pt-md-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-885 {
    margin-top: 885px !important;
  }
  .pt-md-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-890 {
    margin-top: 890px !important;
  }
  .pt-md-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-895 {
    margin-top: 895px !important;
  }
  .pt-md-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-900 {
    margin-top: 900px !important;
  }
  .pt-md-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-905 {
    margin-top: 905px !important;
  }
  .pt-md-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-910 {
    margin-top: 910px !important;
  }
  .pt-md-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-915 {
    margin-top: 915px !important;
  }
  .pt-md-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-920 {
    margin-top: 920px !important;
  }
  .pt-md-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-925 {
    margin-top: 925px !important;
  }
  .pt-md-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-930 {
    margin-top: 930px !important;
  }
  .pt-md-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-935 {
    margin-top: 935px !important;
  }
  .pt-md-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-940 {
    margin-top: 940px !important;
  }
  .pt-md-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-945 {
    margin-top: 945px !important;
  }
  .pt-md-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-950 {
    margin-top: 950px !important;
  }
  .pt-md-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-955 {
    margin-top: 955px !important;
  }
  .pt-md-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-960 {
    margin-top: 960px !important;
  }
  .pt-md-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-965 {
    margin-top: 965px !important;
  }
  .pt-md-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-970 {
    margin-top: 970px !important;
  }
  .pt-md-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-975 {
    margin-top: 975px !important;
  }
  .pt-md-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-980 {
    margin-top: 980px !important;
  }
  .pt-md-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-985 {
    margin-top: 985px !important;
  }
  .pt-md-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-990 {
    margin-top: 990px !important;
  }
  .pt-md-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-995 {
    margin-top: 995px !important;
  }
  .pt-md-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-1000 {
    margin-top: 1000px !important;
  }
  .pt-md-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-205 {
    margin-bottom: 205px !important;
  }
  .pb-md-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .pb-md-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-215 {
    margin-bottom: 215px !important;
  }
  .pb-md-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-225 {
    margin-bottom: 225px !important;
  }
  .pb-md-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-230 {
    margin-bottom: 230px !important;
  }
  .pb-md-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-235 {
    margin-bottom: 235px !important;
  }
  .pb-md-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-245 {
    margin-bottom: 245px !important;
  }
  .pb-md-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
  .pb-md-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-255 {
    margin-bottom: 255px !important;
  }
  .pb-md-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-260 {
    margin-bottom: 260px !important;
  }
  .pb-md-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-265 {
    margin-bottom: 265px !important;
  }
  .pb-md-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-270 {
    margin-bottom: 270px !important;
  }
  .pb-md-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-275 {
    margin-bottom: 275px !important;
  }
  .pb-md-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-280 {
    margin-bottom: 280px !important;
  }
  .pb-md-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-285 {
    margin-bottom: 285px !important;
  }
  .pb-md-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-290 {
    margin-bottom: 290px !important;
  }
  .pb-md-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-295 {
    margin-bottom: 295px !important;
  }
  .pb-md-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-300 {
    margin-bottom: 300px !important;
  }
  .pb-md-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-305 {
    margin-bottom: 305px !important;
  }
  .pb-md-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-310 {
    margin-bottom: 310px !important;
  }
  .pb-md-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-315 {
    margin-bottom: 315px !important;
  }
  .pb-md-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-320 {
    margin-bottom: 320px !important;
  }
  .pb-md-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-325 {
    margin-bottom: 325px !important;
  }
  .pb-md-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-330 {
    margin-bottom: 330px !important;
  }
  .pb-md-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-335 {
    margin-bottom: 335px !important;
  }
  .pb-md-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-340 {
    margin-bottom: 340px !important;
  }
  .pb-md-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-345 {
    margin-bottom: 345px !important;
  }
  .pb-md-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-350 {
    margin-bottom: 350px !important;
  }
  .pb-md-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-355 {
    margin-bottom: 355px !important;
  }
  .pb-md-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-360 {
    margin-bottom: 360px !important;
  }
  .pb-md-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-365 {
    margin-bottom: 365px !important;
  }
  .pb-md-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-370 {
    margin-bottom: 370px !important;
  }
  .pb-md-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-375 {
    margin-bottom: 375px !important;
  }
  .pb-md-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-380 {
    margin-bottom: 380px !important;
  }
  .pb-md-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-385 {
    margin-bottom: 385px !important;
  }
  .pb-md-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-390 {
    margin-bottom: 390px !important;
  }
  .pb-md-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-395 {
    margin-bottom: 395px !important;
  }
  .pb-md-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-400 {
    margin-bottom: 400px !important;
  }
  .pb-md-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-405 {
    margin-bottom: 405px !important;
  }
  .pb-md-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-410 {
    margin-bottom: 410px !important;
  }
  .pb-md-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-415 {
    margin-bottom: 415px !important;
  }
  .pb-md-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-420 {
    margin-bottom: 420px !important;
  }
  .pb-md-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-425 {
    margin-bottom: 425px !important;
  }
  .pb-md-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-430 {
    margin-bottom: 430px !important;
  }
  .pb-md-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-435 {
    margin-bottom: 435px !important;
  }
  .pb-md-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-440 {
    margin-bottom: 440px !important;
  }
  .pb-md-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-445 {
    margin-bottom: 445px !important;
  }
  .pb-md-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-450 {
    margin-bottom: 450px !important;
  }
  .pb-md-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-455 {
    margin-bottom: 455px !important;
  }
  .pb-md-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-460 {
    margin-bottom: 460px !important;
  }
  .pb-md-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-465 {
    margin-bottom: 465px !important;
  }
  .pb-md-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-470 {
    margin-bottom: 470px !important;
  }
  .pb-md-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-475 {
    margin-bottom: 475px !important;
  }
  .pb-md-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-480 {
    margin-bottom: 480px !important;
  }
  .pb-md-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-485 {
    margin-bottom: 485px !important;
  }
  .pb-md-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-490 {
    margin-bottom: 490px !important;
  }
  .pb-md-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-495 {
    margin-bottom: 495px !important;
  }
  .pb-md-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-500 {
    margin-bottom: 500px !important;
  }
  .pb-md-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-505 {
    margin-bottom: 505px !important;
  }
  .pb-md-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-510 {
    margin-bottom: 510px !important;
  }
  .pb-md-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-515 {
    margin-bottom: 515px !important;
  }
  .pb-md-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-520 {
    margin-bottom: 520px !important;
  }
  .pb-md-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-525 {
    margin-bottom: 525px !important;
  }
  .pb-md-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-530 {
    margin-bottom: 530px !important;
  }
  .pb-md-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-535 {
    margin-bottom: 535px !important;
  }
  .pb-md-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-540 {
    margin-bottom: 540px !important;
  }
  .pb-md-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-545 {
    margin-bottom: 545px !important;
  }
  .pb-md-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-550 {
    margin-bottom: 550px !important;
  }
  .pb-md-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-555 {
    margin-bottom: 555px !important;
  }
  .pb-md-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-560 {
    margin-bottom: 560px !important;
  }
  .pb-md-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-565 {
    margin-bottom: 565px !important;
  }
  .pb-md-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-570 {
    margin-bottom: 570px !important;
  }
  .pb-md-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-575 {
    margin-bottom: 575px !important;
  }
  .pb-md-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-580 {
    margin-bottom: 580px !important;
  }
  .pb-md-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-585 {
    margin-bottom: 585px !important;
  }
  .pb-md-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-590 {
    margin-bottom: 590px !important;
  }
  .pb-md-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-595 {
    margin-bottom: 595px !important;
  }
  .pb-md-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-600 {
    margin-bottom: 600px !important;
  }
  .pb-md-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-605 {
    margin-bottom: 605px !important;
  }
  .pb-md-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-610 {
    margin-bottom: 610px !important;
  }
  .pb-md-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-615 {
    margin-bottom: 615px !important;
  }
  .pb-md-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-620 {
    margin-bottom: 620px !important;
  }
  .pb-md-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-625 {
    margin-bottom: 625px !important;
  }
  .pb-md-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-630 {
    margin-bottom: 630px !important;
  }
  .pb-md-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-635 {
    margin-bottom: 635px !important;
  }
  .pb-md-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-640 {
    margin-bottom: 640px !important;
  }
  .pb-md-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-645 {
    margin-bottom: 645px !important;
  }
  .pb-md-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-650 {
    margin-bottom: 650px !important;
  }
  .pb-md-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-655 {
    margin-bottom: 655px !important;
  }
  .pb-md-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-660 {
    margin-bottom: 660px !important;
  }
  .pb-md-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-665 {
    margin-bottom: 665px !important;
  }
  .pb-md-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-670 {
    margin-bottom: 670px !important;
  }
  .pb-md-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-675 {
    margin-bottom: 675px !important;
  }
  .pb-md-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-680 {
    margin-bottom: 680px !important;
  }
  .pb-md-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-685 {
    margin-bottom: 685px !important;
  }
  .pb-md-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-690 {
    margin-bottom: 690px !important;
  }
  .pb-md-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-695 {
    margin-bottom: 695px !important;
  }
  .pb-md-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-700 {
    margin-bottom: 700px !important;
  }
  .pb-md-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-705 {
    margin-bottom: 705px !important;
  }
  .pb-md-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-710 {
    margin-bottom: 710px !important;
  }
  .pb-md-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-715 {
    margin-bottom: 715px !important;
  }
  .pb-md-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-720 {
    margin-bottom: 720px !important;
  }
  .pb-md-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-725 {
    margin-bottom: 725px !important;
  }
  .pb-md-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-730 {
    margin-bottom: 730px !important;
  }
  .pb-md-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-735 {
    margin-bottom: 735px !important;
  }
  .pb-md-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-740 {
    margin-bottom: 740px !important;
  }
  .pb-md-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-745 {
    margin-bottom: 745px !important;
  }
  .pb-md-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-750 {
    margin-bottom: 750px !important;
  }
  .pb-md-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-755 {
    margin-bottom: 755px !important;
  }
  .pb-md-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-760 {
    margin-bottom: 760px !important;
  }
  .pb-md-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-765 {
    margin-bottom: 765px !important;
  }
  .pb-md-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-770 {
    margin-bottom: 770px !important;
  }
  .pb-md-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-775 {
    margin-bottom: 775px !important;
  }
  .pb-md-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-780 {
    margin-bottom: 780px !important;
  }
  .pb-md-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-785 {
    margin-bottom: 785px !important;
  }
  .pb-md-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-790 {
    margin-bottom: 790px !important;
  }
  .pb-md-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-795 {
    margin-bottom: 795px !important;
  }
  .pb-md-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-800 {
    margin-bottom: 800px !important;
  }
  .pb-md-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-805 {
    margin-bottom: 805px !important;
  }
  .pb-md-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-810 {
    margin-bottom: 810px !important;
  }
  .pb-md-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-815 {
    margin-bottom: 815px !important;
  }
  .pb-md-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-820 {
    margin-bottom: 820px !important;
  }
  .pb-md-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-825 {
    margin-bottom: 825px !important;
  }
  .pb-md-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-830 {
    margin-bottom: 830px !important;
  }
  .pb-md-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-835 {
    margin-bottom: 835px !important;
  }
  .pb-md-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-840 {
    margin-bottom: 840px !important;
  }
  .pb-md-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-845 {
    margin-bottom: 845px !important;
  }
  .pb-md-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-850 {
    margin-bottom: 850px !important;
  }
  .pb-md-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-855 {
    margin-bottom: 855px !important;
  }
  .pb-md-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-860 {
    margin-bottom: 860px !important;
  }
  .pb-md-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-865 {
    margin-bottom: 865px !important;
  }
  .pb-md-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-870 {
    margin-bottom: 870px !important;
  }
  .pb-md-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-875 {
    margin-bottom: 875px !important;
  }
  .pb-md-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-880 {
    margin-bottom: 880px !important;
  }
  .pb-md-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-885 {
    margin-bottom: 885px !important;
  }
  .pb-md-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-890 {
    margin-bottom: 890px !important;
  }
  .pb-md-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-895 {
    margin-bottom: 895px !important;
  }
  .pb-md-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-900 {
    margin-bottom: 900px !important;
  }
  .pb-md-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-905 {
    margin-bottom: 905px !important;
  }
  .pb-md-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-910 {
    margin-bottom: 910px !important;
  }
  .pb-md-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-915 {
    margin-bottom: 915px !important;
  }
  .pb-md-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-920 {
    margin-bottom: 920px !important;
  }
  .pb-md-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-925 {
    margin-bottom: 925px !important;
  }
  .pb-md-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-930 {
    margin-bottom: 930px !important;
  }
  .pb-md-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-935 {
    margin-bottom: 935px !important;
  }
  .pb-md-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-940 {
    margin-bottom: 940px !important;
  }
  .pb-md-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-945 {
    margin-bottom: 945px !important;
  }
  .pb-md-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-950 {
    margin-bottom: 950px !important;
  }
  .pb-md-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-955 {
    margin-bottom: 955px !important;
  }
  .pb-md-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-960 {
    margin-bottom: 960px !important;
  }
  .pb-md-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-965 {
    margin-bottom: 965px !important;
  }
  .pb-md-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-970 {
    margin-bottom: 970px !important;
  }
  .pb-md-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-975 {
    margin-bottom: 975px !important;
  }
  .pb-md-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-980 {
    margin-bottom: 980px !important;
  }
  .pb-md-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-985 {
    margin-bottom: 985px !important;
  }
  .pb-md-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-990 {
    margin-bottom: 990px !important;
  }
  .pb-md-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-995 {
    margin-bottom: 995px !important;
  }
  .pb-md-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-md-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-105 {
    margin-left: 105px !important;
  }
  .pl-md-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-110 {
    margin-left: 110px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-115 {
    margin-left: 115px !important;
  }
  .pl-md-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-125 {
    margin-left: 125px !important;
  }
  .pl-md-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-130 {
    margin-left: 130px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-135 {
    margin-left: 135px !important;
  }
  .pl-md-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-145 {
    margin-left: 145px !important;
  }
  .pl-md-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-155 {
    margin-left: 155px !important;
  }
  .pl-md-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-165 {
    margin-left: 165px !important;
  }
  .pl-md-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-170 {
    margin-left: 170px !important;
  }
  .pl-md-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-175 {
    margin-left: 175px !important;
  }
  .pl-md-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-185 {
    margin-left: 185px !important;
  }
  .pl-md-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-190 {
    margin-left: 190px !important;
  }
  .pl-md-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-195 {
    margin-left: 195px !important;
  }
  .pl-md-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-205 {
    margin-left: 205px !important;
  }
  .pl-md-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-210 {
    margin-left: 210px !important;
  }
  .pl-md-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-215 {
    margin-left: 215px !important;
  }
  .pl-md-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-225 {
    margin-left: 225px !important;
  }
  .pl-md-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-230 {
    margin-left: 230px !important;
  }
  .pl-md-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-235 {
    margin-left: 235px !important;
  }
  .pl-md-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-245 {
    margin-left: 245px !important;
  }
  .pl-md-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-250 {
    margin-left: 250px !important;
  }
  .pl-md-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-255 {
    margin-left: 255px !important;
  }
  .pl-md-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-260 {
    margin-left: 260px !important;
  }
  .pl-md-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-265 {
    margin-left: 265px !important;
  }
  .pl-md-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-270 {
    margin-left: 270px !important;
  }
  .pl-md-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-275 {
    margin-left: 275px !important;
  }
  .pl-md-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-280 {
    margin-left: 280px !important;
  }
  .pl-md-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-285 {
    margin-left: 285px !important;
  }
  .pl-md-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-290 {
    margin-left: 290px !important;
  }
  .pl-md-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-295 {
    margin-left: 295px !important;
  }
  .pl-md-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-300 {
    margin-left: 300px !important;
  }
  .pl-md-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-305 {
    margin-left: 305px !important;
  }
  .pl-md-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-310 {
    margin-left: 310px !important;
  }
  .pl-md-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-315 {
    margin-left: 315px !important;
  }
  .pl-md-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-320 {
    margin-left: 320px !important;
  }
  .pl-md-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-325 {
    margin-left: 325px !important;
  }
  .pl-md-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-330 {
    margin-left: 330px !important;
  }
  .pl-md-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-335 {
    margin-left: 335px !important;
  }
  .pl-md-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-340 {
    margin-left: 340px !important;
  }
  .pl-md-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-345 {
    margin-left: 345px !important;
  }
  .pl-md-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-350 {
    margin-left: 350px !important;
  }
  .pl-md-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-355 {
    margin-left: 355px !important;
  }
  .pl-md-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-360 {
    margin-left: 360px !important;
  }
  .pl-md-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-365 {
    margin-left: 365px !important;
  }
  .pl-md-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-370 {
    margin-left: 370px !important;
  }
  .pl-md-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-375 {
    margin-left: 375px !important;
  }
  .pl-md-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-380 {
    margin-left: 380px !important;
  }
  .pl-md-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-385 {
    margin-left: 385px !important;
  }
  .pl-md-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-390 {
    margin-left: 390px !important;
  }
  .pl-md-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-395 {
    margin-left: 395px !important;
  }
  .pl-md-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-400 {
    margin-left: 400px !important;
  }
  .pl-md-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-405 {
    margin-left: 405px !important;
  }
  .pl-md-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-410 {
    margin-left: 410px !important;
  }
  .pl-md-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-415 {
    margin-left: 415px !important;
  }
  .pl-md-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-420 {
    margin-left: 420px !important;
  }
  .pl-md-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-425 {
    margin-left: 425px !important;
  }
  .pl-md-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-430 {
    margin-left: 430px !important;
  }
  .pl-md-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-435 {
    margin-left: 435px !important;
  }
  .pl-md-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-440 {
    margin-left: 440px !important;
  }
  .pl-md-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-445 {
    margin-left: 445px !important;
  }
  .pl-md-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-450 {
    margin-left: 450px !important;
  }
  .pl-md-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-455 {
    margin-left: 455px !important;
  }
  .pl-md-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-460 {
    margin-left: 460px !important;
  }
  .pl-md-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-465 {
    margin-left: 465px !important;
  }
  .pl-md-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-470 {
    margin-left: 470px !important;
  }
  .pl-md-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-475 {
    margin-left: 475px !important;
  }
  .pl-md-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-480 {
    margin-left: 480px !important;
  }
  .pl-md-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-485 {
    margin-left: 485px !important;
  }
  .pl-md-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-490 {
    margin-left: 490px !important;
  }
  .pl-md-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-495 {
    margin-left: 495px !important;
  }
  .pl-md-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-500 {
    margin-left: 500px !important;
  }
  .pl-md-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-505 {
    margin-left: 505px !important;
  }
  .pl-md-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-510 {
    margin-left: 510px !important;
  }
  .pl-md-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-515 {
    margin-left: 515px !important;
  }
  .pl-md-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-520 {
    margin-left: 520px !important;
  }
  .pl-md-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-525 {
    margin-left: 525px !important;
  }
  .pl-md-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-530 {
    margin-left: 530px !important;
  }
  .pl-md-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-535 {
    margin-left: 535px !important;
  }
  .pl-md-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-540 {
    margin-left: 540px !important;
  }
  .pl-md-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-545 {
    margin-left: 545px !important;
  }
  .pl-md-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-550 {
    margin-left: 550px !important;
  }
  .pl-md-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-555 {
    margin-left: 555px !important;
  }
  .pl-md-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-560 {
    margin-left: 560px !important;
  }
  .pl-md-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-565 {
    margin-left: 565px !important;
  }
  .pl-md-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-570 {
    margin-left: 570px !important;
  }
  .pl-md-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-575 {
    margin-left: 575px !important;
  }
  .pl-md-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-580 {
    margin-left: 580px !important;
  }
  .pl-md-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-585 {
    margin-left: 585px !important;
  }
  .pl-md-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-590 {
    margin-left: 590px !important;
  }
  .pl-md-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-595 {
    margin-left: 595px !important;
  }
  .pl-md-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-600 {
    margin-left: 600px !important;
  }
  .pl-md-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-605 {
    margin-left: 605px !important;
  }
  .pl-md-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-610 {
    margin-left: 610px !important;
  }
  .pl-md-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-615 {
    margin-left: 615px !important;
  }
  .pl-md-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-620 {
    margin-left: 620px !important;
  }
  .pl-md-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-625 {
    margin-left: 625px !important;
  }
  .pl-md-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-630 {
    margin-left: 630px !important;
  }
  .pl-md-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-635 {
    margin-left: 635px !important;
  }
  .pl-md-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-640 {
    margin-left: 640px !important;
  }
  .pl-md-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-645 {
    margin-left: 645px !important;
  }
  .pl-md-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-650 {
    margin-left: 650px !important;
  }
  .pl-md-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-655 {
    margin-left: 655px !important;
  }
  .pl-md-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-660 {
    margin-left: 660px !important;
  }
  .pl-md-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-665 {
    margin-left: 665px !important;
  }
  .pl-md-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-670 {
    margin-left: 670px !important;
  }
  .pl-md-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-675 {
    margin-left: 675px !important;
  }
  .pl-md-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-680 {
    margin-left: 680px !important;
  }
  .pl-md-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-685 {
    margin-left: 685px !important;
  }
  .pl-md-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-690 {
    margin-left: 690px !important;
  }
  .pl-md-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-695 {
    margin-left: 695px !important;
  }
  .pl-md-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-700 {
    margin-left: 700px !important;
  }
  .pl-md-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-705 {
    margin-left: 705px !important;
  }
  .pl-md-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-710 {
    margin-left: 710px !important;
  }
  .pl-md-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-715 {
    margin-left: 715px !important;
  }
  .pl-md-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-720 {
    margin-left: 720px !important;
  }
  .pl-md-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-725 {
    margin-left: 725px !important;
  }
  .pl-md-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-730 {
    margin-left: 730px !important;
  }
  .pl-md-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-735 {
    margin-left: 735px !important;
  }
  .pl-md-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-740 {
    margin-left: 740px !important;
  }
  .pl-md-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-745 {
    margin-left: 745px !important;
  }
  .pl-md-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-750 {
    margin-left: 750px !important;
  }
  .pl-md-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-755 {
    margin-left: 755px !important;
  }
  .pl-md-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-760 {
    margin-left: 760px !important;
  }
  .pl-md-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-765 {
    margin-left: 765px !important;
  }
  .pl-md-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-770 {
    margin-left: 770px !important;
  }
  .pl-md-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-775 {
    margin-left: 775px !important;
  }
  .pl-md-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-780 {
    margin-left: 780px !important;
  }
  .pl-md-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-785 {
    margin-left: 785px !important;
  }
  .pl-md-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-790 {
    margin-left: 790px !important;
  }
  .pl-md-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-795 {
    margin-left: 795px !important;
  }
  .pl-md-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-800 {
    margin-left: 800px !important;
  }
  .pl-md-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-805 {
    margin-left: 805px !important;
  }
  .pl-md-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-810 {
    margin-left: 810px !important;
  }
  .pl-md-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-815 {
    margin-left: 815px !important;
  }
  .pl-md-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-820 {
    margin-left: 820px !important;
  }
  .pl-md-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-825 {
    margin-left: 825px !important;
  }
  .pl-md-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-830 {
    margin-left: 830px !important;
  }
  .pl-md-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-835 {
    margin-left: 835px !important;
  }
  .pl-md-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-840 {
    margin-left: 840px !important;
  }
  .pl-md-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-845 {
    margin-left: 845px !important;
  }
  .pl-md-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-850 {
    margin-left: 850px !important;
  }
  .pl-md-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-855 {
    margin-left: 855px !important;
  }
  .pl-md-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-860 {
    margin-left: 860px !important;
  }
  .pl-md-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-865 {
    margin-left: 865px !important;
  }
  .pl-md-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-870 {
    margin-left: 870px !important;
  }
  .pl-md-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-875 {
    margin-left: 875px !important;
  }
  .pl-md-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-880 {
    margin-left: 880px !important;
  }
  .pl-md-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-885 {
    margin-left: 885px !important;
  }
  .pl-md-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-890 {
    margin-left: 890px !important;
  }
  .pl-md-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-895 {
    margin-left: 895px !important;
  }
  .pl-md-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-900 {
    margin-left: 900px !important;
  }
  .pl-md-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-905 {
    margin-left: 905px !important;
  }
  .pl-md-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-910 {
    margin-left: 910px !important;
  }
  .pl-md-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-915 {
    margin-left: 915px !important;
  }
  .pl-md-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-920 {
    margin-left: 920px !important;
  }
  .pl-md-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-925 {
    margin-left: 925px !important;
  }
  .pl-md-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-930 {
    margin-left: 930px !important;
  }
  .pl-md-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-935 {
    margin-left: 935px !important;
  }
  .pl-md-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-940 {
    margin-left: 940px !important;
  }
  .pl-md-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-945 {
    margin-left: 945px !important;
  }
  .pl-md-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-950 {
    margin-left: 950px !important;
  }
  .pl-md-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-955 {
    margin-left: 955px !important;
  }
  .pl-md-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-960 {
    margin-left: 960px !important;
  }
  .pl-md-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-965 {
    margin-left: 965px !important;
  }
  .pl-md-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-970 {
    margin-left: 970px !important;
  }
  .pl-md-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-975 {
    margin-left: 975px !important;
  }
  .pl-md-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-980 {
    margin-left: 980px !important;
  }
  .pl-md-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-985 {
    margin-left: 985px !important;
  }
  .pl-md-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-990 {
    margin-left: 990px !important;
  }
  .pl-md-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-995 {
    margin-left: 995px !important;
  }
  .pl-md-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-1000 {
    margin-left: 1000px !important;
  }
  .pl-md-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-105 {
    margin-right: 105px !important;
  }
  .pr-md-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-110 {
    margin-right: 110px !important;
  }
  .pr-md-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-115 {
    margin-right: 115px !important;
  }
  .pr-md-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-125 {
    margin-right: 125px !important;
  }
  .pr-md-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-130 {
    margin-right: 130px !important;
  }
  .pr-md-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-135 {
    margin-right: 135px !important;
  }
  .pr-md-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-145 {
    margin-right: 145px !important;
  }
  .pr-md-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-150 {
    margin-right: 150px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-155 {
    margin-right: 155px !important;
  }
  .pr-md-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-165 {
    margin-right: 165px !important;
  }
  .pr-md-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-170 {
    margin-right: 170px !important;
  }
  .pr-md-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-175 {
    margin-right: 175px !important;
  }
  .pr-md-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-185 {
    margin-right: 185px !important;
  }
  .pr-md-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-190 {
    margin-right: 190px !important;
  }
  .pr-md-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-195 {
    margin-right: 195px !important;
  }
  .pr-md-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-205 {
    margin-right: 205px !important;
  }
  .pr-md-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-210 {
    margin-right: 210px !important;
  }
  .pr-md-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-215 {
    margin-right: 215px !important;
  }
  .pr-md-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-225 {
    margin-right: 225px !important;
  }
  .pr-md-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-230 {
    margin-right: 230px !important;
  }
  .pr-md-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-235 {
    margin-right: 235px !important;
  }
  .pr-md-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-245 {
    margin-right: 245px !important;
  }
  .pr-md-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-250 {
    margin-right: 250px !important;
  }
  .pr-md-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-255 {
    margin-right: 255px !important;
  }
  .pr-md-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-260 {
    margin-right: 260px !important;
  }
  .pr-md-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-265 {
    margin-right: 265px !important;
  }
  .pr-md-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-270 {
    margin-right: 270px !important;
  }
  .pr-md-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-275 {
    margin-right: 275px !important;
  }
  .pr-md-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-280 {
    margin-right: 280px !important;
  }
  .pr-md-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-285 {
    margin-right: 285px !important;
  }
  .pr-md-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-290 {
    margin-right: 290px !important;
  }
  .pr-md-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-295 {
    margin-right: 295px !important;
  }
  .pr-md-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-300 {
    margin-right: 300px !important;
  }
  .pr-md-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-305 {
    margin-right: 305px !important;
  }
  .pr-md-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-310 {
    margin-right: 310px !important;
  }
  .pr-md-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-315 {
    margin-right: 315px !important;
  }
  .pr-md-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-320 {
    margin-right: 320px !important;
  }
  .pr-md-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-325 {
    margin-right: 325px !important;
  }
  .pr-md-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-330 {
    margin-right: 330px !important;
  }
  .pr-md-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-335 {
    margin-right: 335px !important;
  }
  .pr-md-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-340 {
    margin-right: 340px !important;
  }
  .pr-md-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-345 {
    margin-right: 345px !important;
  }
  .pr-md-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-350 {
    margin-right: 350px !important;
  }
  .pr-md-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-355 {
    margin-right: 355px !important;
  }
  .pr-md-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-360 {
    margin-right: 360px !important;
  }
  .pr-md-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-365 {
    margin-right: 365px !important;
  }
  .pr-md-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-370 {
    margin-right: 370px !important;
  }
  .pr-md-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-375 {
    margin-right: 375px !important;
  }
  .pr-md-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-380 {
    margin-right: 380px !important;
  }
  .pr-md-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-385 {
    margin-right: 385px !important;
  }
  .pr-md-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-390 {
    margin-right: 390px !important;
  }
  .pr-md-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-395 {
    margin-right: 395px !important;
  }
  .pr-md-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-400 {
    margin-right: 400px !important;
  }
  .pr-md-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-405 {
    margin-right: 405px !important;
  }
  .pr-md-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-410 {
    margin-right: 410px !important;
  }
  .pr-md-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-415 {
    margin-right: 415px !important;
  }
  .pr-md-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-420 {
    margin-right: 420px !important;
  }
  .pr-md-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-425 {
    margin-right: 425px !important;
  }
  .pr-md-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-430 {
    margin-right: 430px !important;
  }
  .pr-md-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-435 {
    margin-right: 435px !important;
  }
  .pr-md-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-440 {
    margin-right: 440px !important;
  }
  .pr-md-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-445 {
    margin-right: 445px !important;
  }
  .pr-md-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-450 {
    margin-right: 450px !important;
  }
  .pr-md-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-455 {
    margin-right: 455px !important;
  }
  .pr-md-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-460 {
    margin-right: 460px !important;
  }
  .pr-md-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-465 {
    margin-right: 465px !important;
  }
  .pr-md-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-470 {
    margin-right: 470px !important;
  }
  .pr-md-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-475 {
    margin-right: 475px !important;
  }
  .pr-md-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-480 {
    margin-right: 480px !important;
  }
  .pr-md-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-485 {
    margin-right: 485px !important;
  }
  .pr-md-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-490 {
    margin-right: 490px !important;
  }
  .pr-md-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-495 {
    margin-right: 495px !important;
  }
  .pr-md-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-500 {
    margin-right: 500px !important;
  }
  .pr-md-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-505 {
    margin-right: 505px !important;
  }
  .pr-md-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-510 {
    margin-right: 510px !important;
  }
  .pr-md-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-515 {
    margin-right: 515px !important;
  }
  .pr-md-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-520 {
    margin-right: 520px !important;
  }
  .pr-md-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-525 {
    margin-right: 525px !important;
  }
  .pr-md-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-530 {
    margin-right: 530px !important;
  }
  .pr-md-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-535 {
    margin-right: 535px !important;
  }
  .pr-md-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-540 {
    margin-right: 540px !important;
  }
  .pr-md-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-545 {
    margin-right: 545px !important;
  }
  .pr-md-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-550 {
    margin-right: 550px !important;
  }
  .pr-md-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-555 {
    margin-right: 555px !important;
  }
  .pr-md-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-560 {
    margin-right: 560px !important;
  }
  .pr-md-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-565 {
    margin-right: 565px !important;
  }
  .pr-md-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-570 {
    margin-right: 570px !important;
  }
  .pr-md-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-575 {
    margin-right: 575px !important;
  }
  .pr-md-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-580 {
    margin-right: 580px !important;
  }
  .pr-md-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-585 {
    margin-right: 585px !important;
  }
  .pr-md-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-590 {
    margin-right: 590px !important;
  }
  .pr-md-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-595 {
    margin-right: 595px !important;
  }
  .pr-md-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-600 {
    margin-right: 600px !important;
  }
  .pr-md-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-605 {
    margin-right: 605px !important;
  }
  .pr-md-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-610 {
    margin-right: 610px !important;
  }
  .pr-md-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-615 {
    margin-right: 615px !important;
  }
  .pr-md-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-620 {
    margin-right: 620px !important;
  }
  .pr-md-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-625 {
    margin-right: 625px !important;
  }
  .pr-md-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-630 {
    margin-right: 630px !important;
  }
  .pr-md-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-635 {
    margin-right: 635px !important;
  }
  .pr-md-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-640 {
    margin-right: 640px !important;
  }
  .pr-md-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-645 {
    margin-right: 645px !important;
  }
  .pr-md-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-650 {
    margin-right: 650px !important;
  }
  .pr-md-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-655 {
    margin-right: 655px !important;
  }
  .pr-md-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-660 {
    margin-right: 660px !important;
  }
  .pr-md-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-665 {
    margin-right: 665px !important;
  }
  .pr-md-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-670 {
    margin-right: 670px !important;
  }
  .pr-md-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-675 {
    margin-right: 675px !important;
  }
  .pr-md-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-680 {
    margin-right: 680px !important;
  }
  .pr-md-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-685 {
    margin-right: 685px !important;
  }
  .pr-md-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-690 {
    margin-right: 690px !important;
  }
  .pr-md-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-695 {
    margin-right: 695px !important;
  }
  .pr-md-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-700 {
    margin-right: 700px !important;
  }
  .pr-md-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-705 {
    margin-right: 705px !important;
  }
  .pr-md-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-710 {
    margin-right: 710px !important;
  }
  .pr-md-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-715 {
    margin-right: 715px !important;
  }
  .pr-md-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-720 {
    margin-right: 720px !important;
  }
  .pr-md-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-725 {
    margin-right: 725px !important;
  }
  .pr-md-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-730 {
    margin-right: 730px !important;
  }
  .pr-md-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-735 {
    margin-right: 735px !important;
  }
  .pr-md-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-740 {
    margin-right: 740px !important;
  }
  .pr-md-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-745 {
    margin-right: 745px !important;
  }
  .pr-md-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-750 {
    margin-right: 750px !important;
  }
  .pr-md-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-755 {
    margin-right: 755px !important;
  }
  .pr-md-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-760 {
    margin-right: 760px !important;
  }
  .pr-md-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-765 {
    margin-right: 765px !important;
  }
  .pr-md-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-770 {
    margin-right: 770px !important;
  }
  .pr-md-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-775 {
    margin-right: 775px !important;
  }
  .pr-md-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-780 {
    margin-right: 780px !important;
  }
  .pr-md-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-785 {
    margin-right: 785px !important;
  }
  .pr-md-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-790 {
    margin-right: 790px !important;
  }
  .pr-md-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-795 {
    margin-right: 795px !important;
  }
  .pr-md-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-800 {
    margin-right: 800px !important;
  }
  .pr-md-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-805 {
    margin-right: 805px !important;
  }
  .pr-md-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-810 {
    margin-right: 810px !important;
  }
  .pr-md-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-815 {
    margin-right: 815px !important;
  }
  .pr-md-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-820 {
    margin-right: 820px !important;
  }
  .pr-md-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-825 {
    margin-right: 825px !important;
  }
  .pr-md-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-830 {
    margin-right: 830px !important;
  }
  .pr-md-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-835 {
    margin-right: 835px !important;
  }
  .pr-md-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-840 {
    margin-right: 840px !important;
  }
  .pr-md-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-845 {
    margin-right: 845px !important;
  }
  .pr-md-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-850 {
    margin-right: 850px !important;
  }
  .pr-md-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-855 {
    margin-right: 855px !important;
  }
  .pr-md-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-860 {
    margin-right: 860px !important;
  }
  .pr-md-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-865 {
    margin-right: 865px !important;
  }
  .pr-md-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-870 {
    margin-right: 870px !important;
  }
  .pr-md-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-875 {
    margin-right: 875px !important;
  }
  .pr-md-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-880 {
    margin-right: 880px !important;
  }
  .pr-md-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-885 {
    margin-right: 885px !important;
  }
  .pr-md-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-890 {
    margin-right: 890px !important;
  }
  .pr-md-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-895 {
    margin-right: 895px !important;
  }
  .pr-md-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-900 {
    margin-right: 900px !important;
  }
  .pr-md-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-905 {
    margin-right: 905px !important;
  }
  .pr-md-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-910 {
    margin-right: 910px !important;
  }
  .pr-md-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-915 {
    margin-right: 915px !important;
  }
  .pr-md-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-920 {
    margin-right: 920px !important;
  }
  .pr-md-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-925 {
    margin-right: 925px !important;
  }
  .pr-md-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-930 {
    margin-right: 930px !important;
  }
  .pr-md-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-935 {
    margin-right: 935px !important;
  }
  .pr-md-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-940 {
    margin-right: 940px !important;
  }
  .pr-md-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-945 {
    margin-right: 945px !important;
  }
  .pr-md-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-950 {
    margin-right: 950px !important;
  }
  .pr-md-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-955 {
    margin-right: 955px !important;
  }
  .pr-md-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-960 {
    margin-right: 960px !important;
  }
  .pr-md-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-965 {
    margin-right: 965px !important;
  }
  .pr-md-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-970 {
    margin-right: 970px !important;
  }
  .pr-md-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-975 {
    margin-right: 975px !important;
  }
  .pr-md-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-980 {
    margin-right: 980px !important;
  }
  .pr-md-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-985 {
    margin-right: 985px !important;
  }
  .pr-md-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-990 {
    margin-right: 990px !important;
  }
  .pr-md-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-995 {
    margin-right: 995px !important;
  }
  .pr-md-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-1000 {
    margin-right: 1000px !important;
  }
  .pr-md-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-25 {
    margin: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-30 {
    margin: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-35 {
    margin: 35px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-45 {
    margin: 45px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-55 {
    margin: 55px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-60 {
    margin: 60px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-65 {
    margin: 65px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-70 {
    margin: 70px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-75 {
    margin: 75px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-85 {
    margin: 85px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-90 {
    margin: 90px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-95 {
    margin: 95px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-100 {
    margin: 100px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-105 {
    margin: 105px !important;
  }
  .p-lg-105 {
    padding: 105px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-110 {
    margin: 110px !important;
  }
  .p-lg-110 {
    padding: 110px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-115 {
    margin: 115px !important;
  }
  .p-lg-115 {
    padding: 115px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-120 {
    margin: 120px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-125 {
    margin: 125px !important;
  }
  .p-lg-125 {
    padding: 125px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-130 {
    margin: 130px !important;
  }
  .p-lg-130 {
    padding: 130px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-135 {
    margin: 135px !important;
  }
  .p-lg-135 {
    padding: 135px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-140 {
    margin: 140px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-145 {
    margin: 145px !important;
  }
  .p-lg-145 {
    padding: 145px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-150 {
    margin: 150px !important;
  }
  .p-lg-150 {
    padding: 150px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-155 {
    margin: 155px !important;
  }
  .p-lg-155 {
    padding: 155px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-160 {
    margin: 160px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-165 {
    margin: 165px !important;
  }
  .p-lg-165 {
    padding: 165px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-170 {
    margin: 170px !important;
  }
  .p-lg-170 {
    padding: 170px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-175 {
    margin: 175px !important;
  }
  .p-lg-175 {
    padding: 175px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-180 {
    margin: 180px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-185 {
    margin: 185px !important;
  }
  .p-lg-185 {
    padding: 185px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-190 {
    margin: 190px !important;
  }
  .p-lg-190 {
    padding: 190px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-195 {
    margin: 195px !important;
  }
  .p-lg-195 {
    padding: 195px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-200 {
    margin: 200px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-205 {
    margin: 205px !important;
  }
  .p-lg-205 {
    padding: 205px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-210 {
    margin: 210px !important;
  }
  .p-lg-210 {
    padding: 210px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-215 {
    margin: 215px !important;
  }
  .p-lg-215 {
    padding: 215px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-220 {
    margin: 220px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-225 {
    margin: 225px !important;
  }
  .p-lg-225 {
    padding: 225px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-230 {
    margin: 230px !important;
  }
  .p-lg-230 {
    padding: 230px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-235 {
    margin: 235px !important;
  }
  .p-lg-235 {
    padding: 235px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-240 {
    margin: 240px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-245 {
    margin: 245px !important;
  }
  .p-lg-245 {
    padding: 245px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-250 {
    margin: 250px !important;
  }
  .p-lg-250 {
    padding: 250px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-255 {
    margin: 255px !important;
  }
  .p-lg-255 {
    padding: 255px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-260 {
    margin: 260px !important;
  }
  .p-lg-260 {
    padding: 260px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-265 {
    margin: 265px !important;
  }
  .p-lg-265 {
    padding: 265px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-270 {
    margin: 270px !important;
  }
  .p-lg-270 {
    padding: 270px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-275 {
    margin: 275px !important;
  }
  .p-lg-275 {
    padding: 275px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-280 {
    margin: 280px !important;
  }
  .p-lg-280 {
    padding: 280px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-285 {
    margin: 285px !important;
  }
  .p-lg-285 {
    padding: 285px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-290 {
    margin: 290px !important;
  }
  .p-lg-290 {
    padding: 290px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-295 {
    margin: 295px !important;
  }
  .p-lg-295 {
    padding: 295px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-300 {
    margin: 300px !important;
  }
  .p-lg-300 {
    padding: 300px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-305 {
    margin: 305px !important;
  }
  .p-lg-305 {
    padding: 305px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-310 {
    margin: 310px !important;
  }
  .p-lg-310 {
    padding: 310px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-315 {
    margin: 315px !important;
  }
  .p-lg-315 {
    padding: 315px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-320 {
    margin: 320px !important;
  }
  .p-lg-320 {
    padding: 320px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-325 {
    margin: 325px !important;
  }
  .p-lg-325 {
    padding: 325px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-330 {
    margin: 330px !important;
  }
  .p-lg-330 {
    padding: 330px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-335 {
    margin: 335px !important;
  }
  .p-lg-335 {
    padding: 335px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-340 {
    margin: 340px !important;
  }
  .p-lg-340 {
    padding: 340px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-345 {
    margin: 345px !important;
  }
  .p-lg-345 {
    padding: 345px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-350 {
    margin: 350px !important;
  }
  .p-lg-350 {
    padding: 350px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-355 {
    margin: 355px !important;
  }
  .p-lg-355 {
    padding: 355px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-360 {
    margin: 360px !important;
  }
  .p-lg-360 {
    padding: 360px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-365 {
    margin: 365px !important;
  }
  .p-lg-365 {
    padding: 365px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-370 {
    margin: 370px !important;
  }
  .p-lg-370 {
    padding: 370px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-375 {
    margin: 375px !important;
  }
  .p-lg-375 {
    padding: 375px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-380 {
    margin: 380px !important;
  }
  .p-lg-380 {
    padding: 380px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-385 {
    margin: 385px !important;
  }
  .p-lg-385 {
    padding: 385px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-390 {
    margin: 390px !important;
  }
  .p-lg-390 {
    padding: 390px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-395 {
    margin: 395px !important;
  }
  .p-lg-395 {
    padding: 395px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-400 {
    margin: 400px !important;
  }
  .p-lg-400 {
    padding: 400px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-405 {
    margin: 405px !important;
  }
  .p-lg-405 {
    padding: 405px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-410 {
    margin: 410px !important;
  }
  .p-lg-410 {
    padding: 410px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-415 {
    margin: 415px !important;
  }
  .p-lg-415 {
    padding: 415px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-420 {
    margin: 420px !important;
  }
  .p-lg-420 {
    padding: 420px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-425 {
    margin: 425px !important;
  }
  .p-lg-425 {
    padding: 425px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-430 {
    margin: 430px !important;
  }
  .p-lg-430 {
    padding: 430px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-435 {
    margin: 435px !important;
  }
  .p-lg-435 {
    padding: 435px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-440 {
    margin: 440px !important;
  }
  .p-lg-440 {
    padding: 440px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-445 {
    margin: 445px !important;
  }
  .p-lg-445 {
    padding: 445px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-450 {
    margin: 450px !important;
  }
  .p-lg-450 {
    padding: 450px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-455 {
    margin: 455px !important;
  }
  .p-lg-455 {
    padding: 455px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-460 {
    margin: 460px !important;
  }
  .p-lg-460 {
    padding: 460px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-465 {
    margin: 465px !important;
  }
  .p-lg-465 {
    padding: 465px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-470 {
    margin: 470px !important;
  }
  .p-lg-470 {
    padding: 470px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-475 {
    margin: 475px !important;
  }
  .p-lg-475 {
    padding: 475px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-480 {
    margin: 480px !important;
  }
  .p-lg-480 {
    padding: 480px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-485 {
    margin: 485px !important;
  }
  .p-lg-485 {
    padding: 485px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-490 {
    margin: 490px !important;
  }
  .p-lg-490 {
    padding: 490px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-495 {
    margin: 495px !important;
  }
  .p-lg-495 {
    padding: 495px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-500 {
    margin: 500px !important;
  }
  .p-lg-500 {
    padding: 500px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-505 {
    margin: 505px !important;
  }
  .p-lg-505 {
    padding: 505px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-510 {
    margin: 510px !important;
  }
  .p-lg-510 {
    padding: 510px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-515 {
    margin: 515px !important;
  }
  .p-lg-515 {
    padding: 515px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-520 {
    margin: 520px !important;
  }
  .p-lg-520 {
    padding: 520px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-525 {
    margin: 525px !important;
  }
  .p-lg-525 {
    padding: 525px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-530 {
    margin: 530px !important;
  }
  .p-lg-530 {
    padding: 530px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-535 {
    margin: 535px !important;
  }
  .p-lg-535 {
    padding: 535px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-540 {
    margin: 540px !important;
  }
  .p-lg-540 {
    padding: 540px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-545 {
    margin: 545px !important;
  }
  .p-lg-545 {
    padding: 545px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-550 {
    margin: 550px !important;
  }
  .p-lg-550 {
    padding: 550px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-555 {
    margin: 555px !important;
  }
  .p-lg-555 {
    padding: 555px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-560 {
    margin: 560px !important;
  }
  .p-lg-560 {
    padding: 560px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-565 {
    margin: 565px !important;
  }
  .p-lg-565 {
    padding: 565px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-570 {
    margin: 570px !important;
  }
  .p-lg-570 {
    padding: 570px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-575 {
    margin: 575px !important;
  }
  .p-lg-575 {
    padding: 575px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-580 {
    margin: 580px !important;
  }
  .p-lg-580 {
    padding: 580px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-585 {
    margin: 585px !important;
  }
  .p-lg-585 {
    padding: 585px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-590 {
    margin: 590px !important;
  }
  .p-lg-590 {
    padding: 590px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-595 {
    margin: 595px !important;
  }
  .p-lg-595 {
    padding: 595px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-600 {
    margin: 600px !important;
  }
  .p-lg-600 {
    padding: 600px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-605 {
    margin: 605px !important;
  }
  .p-lg-605 {
    padding: 605px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-610 {
    margin: 610px !important;
  }
  .p-lg-610 {
    padding: 610px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-615 {
    margin: 615px !important;
  }
  .p-lg-615 {
    padding: 615px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-620 {
    margin: 620px !important;
  }
  .p-lg-620 {
    padding: 620px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-625 {
    margin: 625px !important;
  }
  .p-lg-625 {
    padding: 625px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-630 {
    margin: 630px !important;
  }
  .p-lg-630 {
    padding: 630px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-635 {
    margin: 635px !important;
  }
  .p-lg-635 {
    padding: 635px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-640 {
    margin: 640px !important;
  }
  .p-lg-640 {
    padding: 640px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-645 {
    margin: 645px !important;
  }
  .p-lg-645 {
    padding: 645px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-650 {
    margin: 650px !important;
  }
  .p-lg-650 {
    padding: 650px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-655 {
    margin: 655px !important;
  }
  .p-lg-655 {
    padding: 655px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-660 {
    margin: 660px !important;
  }
  .p-lg-660 {
    padding: 660px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-665 {
    margin: 665px !important;
  }
  .p-lg-665 {
    padding: 665px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-670 {
    margin: 670px !important;
  }
  .p-lg-670 {
    padding: 670px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-675 {
    margin: 675px !important;
  }
  .p-lg-675 {
    padding: 675px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-680 {
    margin: 680px !important;
  }
  .p-lg-680 {
    padding: 680px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-685 {
    margin: 685px !important;
  }
  .p-lg-685 {
    padding: 685px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-690 {
    margin: 690px !important;
  }
  .p-lg-690 {
    padding: 690px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-695 {
    margin: 695px !important;
  }
  .p-lg-695 {
    padding: 695px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-700 {
    margin: 700px !important;
  }
  .p-lg-700 {
    padding: 700px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-705 {
    margin: 705px !important;
  }
  .p-lg-705 {
    padding: 705px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-710 {
    margin: 710px !important;
  }
  .p-lg-710 {
    padding: 710px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-715 {
    margin: 715px !important;
  }
  .p-lg-715 {
    padding: 715px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-720 {
    margin: 720px !important;
  }
  .p-lg-720 {
    padding: 720px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-725 {
    margin: 725px !important;
  }
  .p-lg-725 {
    padding: 725px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-730 {
    margin: 730px !important;
  }
  .p-lg-730 {
    padding: 730px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-735 {
    margin: 735px !important;
  }
  .p-lg-735 {
    padding: 735px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-740 {
    margin: 740px !important;
  }
  .p-lg-740 {
    padding: 740px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-745 {
    margin: 745px !important;
  }
  .p-lg-745 {
    padding: 745px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-750 {
    margin: 750px !important;
  }
  .p-lg-750 {
    padding: 750px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-755 {
    margin: 755px !important;
  }
  .p-lg-755 {
    padding: 755px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-760 {
    margin: 760px !important;
  }
  .p-lg-760 {
    padding: 760px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-765 {
    margin: 765px !important;
  }
  .p-lg-765 {
    padding: 765px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-770 {
    margin: 770px !important;
  }
  .p-lg-770 {
    padding: 770px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-775 {
    margin: 775px !important;
  }
  .p-lg-775 {
    padding: 775px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-780 {
    margin: 780px !important;
  }
  .p-lg-780 {
    padding: 780px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-785 {
    margin: 785px !important;
  }
  .p-lg-785 {
    padding: 785px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-790 {
    margin: 790px !important;
  }
  .p-lg-790 {
    padding: 790px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-795 {
    margin: 795px !important;
  }
  .p-lg-795 {
    padding: 795px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-800 {
    margin: 800px !important;
  }
  .p-lg-800 {
    padding: 800px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-805 {
    margin: 805px !important;
  }
  .p-lg-805 {
    padding: 805px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-810 {
    margin: 810px !important;
  }
  .p-lg-810 {
    padding: 810px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-815 {
    margin: 815px !important;
  }
  .p-lg-815 {
    padding: 815px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-820 {
    margin: 820px !important;
  }
  .p-lg-820 {
    padding: 820px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-825 {
    margin: 825px !important;
  }
  .p-lg-825 {
    padding: 825px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-830 {
    margin: 830px !important;
  }
  .p-lg-830 {
    padding: 830px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-835 {
    margin: 835px !important;
  }
  .p-lg-835 {
    padding: 835px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-840 {
    margin: 840px !important;
  }
  .p-lg-840 {
    padding: 840px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-845 {
    margin: 845px !important;
  }
  .p-lg-845 {
    padding: 845px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-850 {
    margin: 850px !important;
  }
  .p-lg-850 {
    padding: 850px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-855 {
    margin: 855px !important;
  }
  .p-lg-855 {
    padding: 855px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-860 {
    margin: 860px !important;
  }
  .p-lg-860 {
    padding: 860px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-865 {
    margin: 865px !important;
  }
  .p-lg-865 {
    padding: 865px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-870 {
    margin: 870px !important;
  }
  .p-lg-870 {
    padding: 870px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-875 {
    margin: 875px !important;
  }
  .p-lg-875 {
    padding: 875px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-880 {
    margin: 880px !important;
  }
  .p-lg-880 {
    padding: 880px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-885 {
    margin: 885px !important;
  }
  .p-lg-885 {
    padding: 885px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-890 {
    margin: 890px !important;
  }
  .p-lg-890 {
    padding: 890px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-895 {
    margin: 895px !important;
  }
  .p-lg-895 {
    padding: 895px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-900 {
    margin: 900px !important;
  }
  .p-lg-900 {
    padding: 900px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-905 {
    margin: 905px !important;
  }
  .p-lg-905 {
    padding: 905px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-910 {
    margin: 910px !important;
  }
  .p-lg-910 {
    padding: 910px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-915 {
    margin: 915px !important;
  }
  .p-lg-915 {
    padding: 915px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-920 {
    margin: 920px !important;
  }
  .p-lg-920 {
    padding: 920px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-925 {
    margin: 925px !important;
  }
  .p-lg-925 {
    padding: 925px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-930 {
    margin: 930px !important;
  }
  .p-lg-930 {
    padding: 930px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-935 {
    margin: 935px !important;
  }
  .p-lg-935 {
    padding: 935px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-940 {
    margin: 940px !important;
  }
  .p-lg-940 {
    padding: 940px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-945 {
    margin: 945px !important;
  }
  .p-lg-945 {
    padding: 945px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-950 {
    margin: 950px !important;
  }
  .p-lg-950 {
    padding: 950px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-955 {
    margin: 955px !important;
  }
  .p-lg-955 {
    padding: 955px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-960 {
    margin: 960px !important;
  }
  .p-lg-960 {
    padding: 960px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-965 {
    margin: 965px !important;
  }
  .p-lg-965 {
    padding: 965px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-970 {
    margin: 970px !important;
  }
  .p-lg-970 {
    padding: 970px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-975 {
    margin: 975px !important;
  }
  .p-lg-975 {
    padding: 975px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-980 {
    margin: 980px !important;
  }
  .p-lg-980 {
    padding: 980px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-985 {
    margin: 985px !important;
  }
  .p-lg-985 {
    padding: 985px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-990 {
    margin: 990px !important;
  }
  .p-lg-990 {
    padding: 990px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-995 {
    margin: 995px !important;
  }
  .p-lg-995 {
    padding: 995px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1000 {
    margin: 1000px !important;
  }
  .p-lg-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .pt-lg-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .pt-lg-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .pt-lg-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .pt-lg-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  .pt-lg-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  .pt-lg-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  .pt-lg-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  .pt-lg-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  .pt-lg-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-205 {
    margin-top: 205px !important;
  }
  .pt-lg-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-210 {
    margin-top: 210px !important;
  }
  .pt-lg-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-215 {
    margin-top: 215px !important;
  }
  .pt-lg-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-225 {
    margin-top: 225px !important;
  }
  .pt-lg-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-230 {
    margin-top: 230px !important;
  }
  .pt-lg-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-235 {
    margin-top: 235px !important;
  }
  .pt-lg-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-245 {
    margin-top: 245px !important;
  }
  .pt-lg-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-250 {
    margin-top: 250px !important;
  }
  .pt-lg-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-255 {
    margin-top: 255px !important;
  }
  .pt-lg-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-260 {
    margin-top: 260px !important;
  }
  .pt-lg-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-265 {
    margin-top: 265px !important;
  }
  .pt-lg-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-270 {
    margin-top: 270px !important;
  }
  .pt-lg-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-275 {
    margin-top: 275px !important;
  }
  .pt-lg-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-280 {
    margin-top: 280px !important;
  }
  .pt-lg-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-285 {
    margin-top: 285px !important;
  }
  .pt-lg-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-290 {
    margin-top: 290px !important;
  }
  .pt-lg-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-295 {
    margin-top: 295px !important;
  }
  .pt-lg-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-300 {
    margin-top: 300px !important;
  }
  .pt-lg-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-305 {
    margin-top: 305px !important;
  }
  .pt-lg-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-310 {
    margin-top: 310px !important;
  }
  .pt-lg-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-315 {
    margin-top: 315px !important;
  }
  .pt-lg-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-320 {
    margin-top: 320px !important;
  }
  .pt-lg-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-325 {
    margin-top: 325px !important;
  }
  .pt-lg-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-330 {
    margin-top: 330px !important;
  }
  .pt-lg-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-335 {
    margin-top: 335px !important;
  }
  .pt-lg-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-340 {
    margin-top: 340px !important;
  }
  .pt-lg-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-345 {
    margin-top: 345px !important;
  }
  .pt-lg-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-350 {
    margin-top: 350px !important;
  }
  .pt-lg-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-355 {
    margin-top: 355px !important;
  }
  .pt-lg-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-360 {
    margin-top: 360px !important;
  }
  .pt-lg-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-365 {
    margin-top: 365px !important;
  }
  .pt-lg-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-370 {
    margin-top: 370px !important;
  }
  .pt-lg-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-375 {
    margin-top: 375px !important;
  }
  .pt-lg-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-380 {
    margin-top: 380px !important;
  }
  .pt-lg-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-385 {
    margin-top: 385px !important;
  }
  .pt-lg-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-390 {
    margin-top: 390px !important;
  }
  .pt-lg-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-395 {
    margin-top: 395px !important;
  }
  .pt-lg-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-400 {
    margin-top: 400px !important;
  }
  .pt-lg-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-405 {
    margin-top: 405px !important;
  }
  .pt-lg-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-410 {
    margin-top: 410px !important;
  }
  .pt-lg-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-415 {
    margin-top: 415px !important;
  }
  .pt-lg-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-420 {
    margin-top: 420px !important;
  }
  .pt-lg-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-425 {
    margin-top: 425px !important;
  }
  .pt-lg-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-430 {
    margin-top: 430px !important;
  }
  .pt-lg-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-435 {
    margin-top: 435px !important;
  }
  .pt-lg-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-440 {
    margin-top: 440px !important;
  }
  .pt-lg-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-445 {
    margin-top: 445px !important;
  }
  .pt-lg-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-450 {
    margin-top: 450px !important;
  }
  .pt-lg-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-455 {
    margin-top: 455px !important;
  }
  .pt-lg-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-460 {
    margin-top: 460px !important;
  }
  .pt-lg-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-465 {
    margin-top: 465px !important;
  }
  .pt-lg-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-470 {
    margin-top: 470px !important;
  }
  .pt-lg-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-475 {
    margin-top: 475px !important;
  }
  .pt-lg-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-480 {
    margin-top: 480px !important;
  }
  .pt-lg-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-485 {
    margin-top: 485px !important;
  }
  .pt-lg-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-490 {
    margin-top: 490px !important;
  }
  .pt-lg-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-495 {
    margin-top: 495px !important;
  }
  .pt-lg-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-500 {
    margin-top: 500px !important;
  }
  .pt-lg-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-505 {
    margin-top: 505px !important;
  }
  .pt-lg-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-510 {
    margin-top: 510px !important;
  }
  .pt-lg-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-515 {
    margin-top: 515px !important;
  }
  .pt-lg-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-520 {
    margin-top: 520px !important;
  }
  .pt-lg-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-525 {
    margin-top: 525px !important;
  }
  .pt-lg-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-530 {
    margin-top: 530px !important;
  }
  .pt-lg-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-535 {
    margin-top: 535px !important;
  }
  .pt-lg-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-540 {
    margin-top: 540px !important;
  }
  .pt-lg-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-545 {
    margin-top: 545px !important;
  }
  .pt-lg-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-550 {
    margin-top: 550px !important;
  }
  .pt-lg-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-555 {
    margin-top: 555px !important;
  }
  .pt-lg-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-560 {
    margin-top: 560px !important;
  }
  .pt-lg-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-565 {
    margin-top: 565px !important;
  }
  .pt-lg-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-570 {
    margin-top: 570px !important;
  }
  .pt-lg-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-575 {
    margin-top: 575px !important;
  }
  .pt-lg-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-580 {
    margin-top: 580px !important;
  }
  .pt-lg-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-585 {
    margin-top: 585px !important;
  }
  .pt-lg-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-590 {
    margin-top: 590px !important;
  }
  .pt-lg-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-595 {
    margin-top: 595px !important;
  }
  .pt-lg-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-600 {
    margin-top: 600px !important;
  }
  .pt-lg-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-605 {
    margin-top: 605px !important;
  }
  .pt-lg-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-610 {
    margin-top: 610px !important;
  }
  .pt-lg-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-615 {
    margin-top: 615px !important;
  }
  .pt-lg-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-620 {
    margin-top: 620px !important;
  }
  .pt-lg-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-625 {
    margin-top: 625px !important;
  }
  .pt-lg-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-630 {
    margin-top: 630px !important;
  }
  .pt-lg-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-635 {
    margin-top: 635px !important;
  }
  .pt-lg-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-640 {
    margin-top: 640px !important;
  }
  .pt-lg-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-645 {
    margin-top: 645px !important;
  }
  .pt-lg-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-650 {
    margin-top: 650px !important;
  }
  .pt-lg-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-655 {
    margin-top: 655px !important;
  }
  .pt-lg-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-660 {
    margin-top: 660px !important;
  }
  .pt-lg-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-665 {
    margin-top: 665px !important;
  }
  .pt-lg-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-670 {
    margin-top: 670px !important;
  }
  .pt-lg-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-675 {
    margin-top: 675px !important;
  }
  .pt-lg-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-680 {
    margin-top: 680px !important;
  }
  .pt-lg-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-685 {
    margin-top: 685px !important;
  }
  .pt-lg-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-690 {
    margin-top: 690px !important;
  }
  .pt-lg-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-695 {
    margin-top: 695px !important;
  }
  .pt-lg-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-700 {
    margin-top: 700px !important;
  }
  .pt-lg-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-705 {
    margin-top: 705px !important;
  }
  .pt-lg-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-710 {
    margin-top: 710px !important;
  }
  .pt-lg-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-715 {
    margin-top: 715px !important;
  }
  .pt-lg-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-720 {
    margin-top: 720px !important;
  }
  .pt-lg-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-725 {
    margin-top: 725px !important;
  }
  .pt-lg-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-730 {
    margin-top: 730px !important;
  }
  .pt-lg-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-735 {
    margin-top: 735px !important;
  }
  .pt-lg-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-740 {
    margin-top: 740px !important;
  }
  .pt-lg-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-745 {
    margin-top: 745px !important;
  }
  .pt-lg-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-750 {
    margin-top: 750px !important;
  }
  .pt-lg-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-755 {
    margin-top: 755px !important;
  }
  .pt-lg-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-760 {
    margin-top: 760px !important;
  }
  .pt-lg-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-765 {
    margin-top: 765px !important;
  }
  .pt-lg-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-770 {
    margin-top: 770px !important;
  }
  .pt-lg-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-775 {
    margin-top: 775px !important;
  }
  .pt-lg-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-780 {
    margin-top: 780px !important;
  }
  .pt-lg-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-785 {
    margin-top: 785px !important;
  }
  .pt-lg-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-790 {
    margin-top: 790px !important;
  }
  .pt-lg-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-795 {
    margin-top: 795px !important;
  }
  .pt-lg-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-800 {
    margin-top: 800px !important;
  }
  .pt-lg-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-805 {
    margin-top: 805px !important;
  }
  .pt-lg-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-810 {
    margin-top: 810px !important;
  }
  .pt-lg-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-815 {
    margin-top: 815px !important;
  }
  .pt-lg-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-820 {
    margin-top: 820px !important;
  }
  .pt-lg-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-825 {
    margin-top: 825px !important;
  }
  .pt-lg-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-830 {
    margin-top: 830px !important;
  }
  .pt-lg-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-835 {
    margin-top: 835px !important;
  }
  .pt-lg-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-840 {
    margin-top: 840px !important;
  }
  .pt-lg-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-845 {
    margin-top: 845px !important;
  }
  .pt-lg-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-850 {
    margin-top: 850px !important;
  }
  .pt-lg-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-855 {
    margin-top: 855px !important;
  }
  .pt-lg-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-860 {
    margin-top: 860px !important;
  }
  .pt-lg-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-865 {
    margin-top: 865px !important;
  }
  .pt-lg-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-870 {
    margin-top: 870px !important;
  }
  .pt-lg-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-875 {
    margin-top: 875px !important;
  }
  .pt-lg-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-880 {
    margin-top: 880px !important;
  }
  .pt-lg-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-885 {
    margin-top: 885px !important;
  }
  .pt-lg-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-890 {
    margin-top: 890px !important;
  }
  .pt-lg-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-895 {
    margin-top: 895px !important;
  }
  .pt-lg-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-900 {
    margin-top: 900px !important;
  }
  .pt-lg-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-905 {
    margin-top: 905px !important;
  }
  .pt-lg-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-910 {
    margin-top: 910px !important;
  }
  .pt-lg-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-915 {
    margin-top: 915px !important;
  }
  .pt-lg-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-920 {
    margin-top: 920px !important;
  }
  .pt-lg-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-925 {
    margin-top: 925px !important;
  }
  .pt-lg-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-930 {
    margin-top: 930px !important;
  }
  .pt-lg-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-935 {
    margin-top: 935px !important;
  }
  .pt-lg-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-940 {
    margin-top: 940px !important;
  }
  .pt-lg-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-945 {
    margin-top: 945px !important;
  }
  .pt-lg-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-950 {
    margin-top: 950px !important;
  }
  .pt-lg-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-955 {
    margin-top: 955px !important;
  }
  .pt-lg-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-960 {
    margin-top: 960px !important;
  }
  .pt-lg-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-965 {
    margin-top: 965px !important;
  }
  .pt-lg-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-970 {
    margin-top: 970px !important;
  }
  .pt-lg-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-975 {
    margin-top: 975px !important;
  }
  .pt-lg-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-980 {
    margin-top: 980px !important;
  }
  .pt-lg-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-985 {
    margin-top: 985px !important;
  }
  .pt-lg-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-990 {
    margin-top: 990px !important;
  }
  .pt-lg-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-995 {
    margin-top: 995px !important;
  }
  .pt-lg-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-1000 {
    margin-top: 1000px !important;
  }
  .pt-lg-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-205 {
    margin-bottom: 205px !important;
  }
  .pb-lg-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .pb-lg-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-215 {
    margin-bottom: 215px !important;
  }
  .pb-lg-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-225 {
    margin-bottom: 225px !important;
  }
  .pb-lg-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-230 {
    margin-bottom: 230px !important;
  }
  .pb-lg-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-235 {
    margin-bottom: 235px !important;
  }
  .pb-lg-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-245 {
    margin-bottom: 245px !important;
  }
  .pb-lg-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
  .pb-lg-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-255 {
    margin-bottom: 255px !important;
  }
  .pb-lg-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-260 {
    margin-bottom: 260px !important;
  }
  .pb-lg-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-265 {
    margin-bottom: 265px !important;
  }
  .pb-lg-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-270 {
    margin-bottom: 270px !important;
  }
  .pb-lg-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-275 {
    margin-bottom: 275px !important;
  }
  .pb-lg-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-280 {
    margin-bottom: 280px !important;
  }
  .pb-lg-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-285 {
    margin-bottom: 285px !important;
  }
  .pb-lg-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-290 {
    margin-bottom: 290px !important;
  }
  .pb-lg-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-295 {
    margin-bottom: 295px !important;
  }
  .pb-lg-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-300 {
    margin-bottom: 300px !important;
  }
  .pb-lg-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-305 {
    margin-bottom: 305px !important;
  }
  .pb-lg-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-310 {
    margin-bottom: 310px !important;
  }
  .pb-lg-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-315 {
    margin-bottom: 315px !important;
  }
  .pb-lg-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-320 {
    margin-bottom: 320px !important;
  }
  .pb-lg-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-325 {
    margin-bottom: 325px !important;
  }
  .pb-lg-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-330 {
    margin-bottom: 330px !important;
  }
  .pb-lg-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-335 {
    margin-bottom: 335px !important;
  }
  .pb-lg-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-340 {
    margin-bottom: 340px !important;
  }
  .pb-lg-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-345 {
    margin-bottom: 345px !important;
  }
  .pb-lg-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-350 {
    margin-bottom: 350px !important;
  }
  .pb-lg-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-355 {
    margin-bottom: 355px !important;
  }
  .pb-lg-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-360 {
    margin-bottom: 360px !important;
  }
  .pb-lg-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-365 {
    margin-bottom: 365px !important;
  }
  .pb-lg-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-370 {
    margin-bottom: 370px !important;
  }
  .pb-lg-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-375 {
    margin-bottom: 375px !important;
  }
  .pb-lg-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-380 {
    margin-bottom: 380px !important;
  }
  .pb-lg-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-385 {
    margin-bottom: 385px !important;
  }
  .pb-lg-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-390 {
    margin-bottom: 390px !important;
  }
  .pb-lg-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-395 {
    margin-bottom: 395px !important;
  }
  .pb-lg-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-400 {
    margin-bottom: 400px !important;
  }
  .pb-lg-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-405 {
    margin-bottom: 405px !important;
  }
  .pb-lg-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-410 {
    margin-bottom: 410px !important;
  }
  .pb-lg-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-415 {
    margin-bottom: 415px !important;
  }
  .pb-lg-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-420 {
    margin-bottom: 420px !important;
  }
  .pb-lg-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-425 {
    margin-bottom: 425px !important;
  }
  .pb-lg-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-430 {
    margin-bottom: 430px !important;
  }
  .pb-lg-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-435 {
    margin-bottom: 435px !important;
  }
  .pb-lg-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-440 {
    margin-bottom: 440px !important;
  }
  .pb-lg-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-445 {
    margin-bottom: 445px !important;
  }
  .pb-lg-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-450 {
    margin-bottom: 450px !important;
  }
  .pb-lg-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-455 {
    margin-bottom: 455px !important;
  }
  .pb-lg-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-460 {
    margin-bottom: 460px !important;
  }
  .pb-lg-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-465 {
    margin-bottom: 465px !important;
  }
  .pb-lg-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-470 {
    margin-bottom: 470px !important;
  }
  .pb-lg-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-475 {
    margin-bottom: 475px !important;
  }
  .pb-lg-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-480 {
    margin-bottom: 480px !important;
  }
  .pb-lg-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-485 {
    margin-bottom: 485px !important;
  }
  .pb-lg-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-490 {
    margin-bottom: 490px !important;
  }
  .pb-lg-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-495 {
    margin-bottom: 495px !important;
  }
  .pb-lg-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-500 {
    margin-bottom: 500px !important;
  }
  .pb-lg-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-505 {
    margin-bottom: 505px !important;
  }
  .pb-lg-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-510 {
    margin-bottom: 510px !important;
  }
  .pb-lg-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-515 {
    margin-bottom: 515px !important;
  }
  .pb-lg-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-520 {
    margin-bottom: 520px !important;
  }
  .pb-lg-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-525 {
    margin-bottom: 525px !important;
  }
  .pb-lg-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-530 {
    margin-bottom: 530px !important;
  }
  .pb-lg-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-535 {
    margin-bottom: 535px !important;
  }
  .pb-lg-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-540 {
    margin-bottom: 540px !important;
  }
  .pb-lg-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-545 {
    margin-bottom: 545px !important;
  }
  .pb-lg-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-550 {
    margin-bottom: 550px !important;
  }
  .pb-lg-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-555 {
    margin-bottom: 555px !important;
  }
  .pb-lg-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-560 {
    margin-bottom: 560px !important;
  }
  .pb-lg-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-565 {
    margin-bottom: 565px !important;
  }
  .pb-lg-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-570 {
    margin-bottom: 570px !important;
  }
  .pb-lg-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-575 {
    margin-bottom: 575px !important;
  }
  .pb-lg-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-580 {
    margin-bottom: 580px !important;
  }
  .pb-lg-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-585 {
    margin-bottom: 585px !important;
  }
  .pb-lg-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-590 {
    margin-bottom: 590px !important;
  }
  .pb-lg-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-595 {
    margin-bottom: 595px !important;
  }
  .pb-lg-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-600 {
    margin-bottom: 600px !important;
  }
  .pb-lg-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-605 {
    margin-bottom: 605px !important;
  }
  .pb-lg-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-610 {
    margin-bottom: 610px !important;
  }
  .pb-lg-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-615 {
    margin-bottom: 615px !important;
  }
  .pb-lg-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-620 {
    margin-bottom: 620px !important;
  }
  .pb-lg-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-625 {
    margin-bottom: 625px !important;
  }
  .pb-lg-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-630 {
    margin-bottom: 630px !important;
  }
  .pb-lg-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-635 {
    margin-bottom: 635px !important;
  }
  .pb-lg-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-640 {
    margin-bottom: 640px !important;
  }
  .pb-lg-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-645 {
    margin-bottom: 645px !important;
  }
  .pb-lg-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-650 {
    margin-bottom: 650px !important;
  }
  .pb-lg-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-655 {
    margin-bottom: 655px !important;
  }
  .pb-lg-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-660 {
    margin-bottom: 660px !important;
  }
  .pb-lg-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-665 {
    margin-bottom: 665px !important;
  }
  .pb-lg-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-670 {
    margin-bottom: 670px !important;
  }
  .pb-lg-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-675 {
    margin-bottom: 675px !important;
  }
  .pb-lg-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-680 {
    margin-bottom: 680px !important;
  }
  .pb-lg-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-685 {
    margin-bottom: 685px !important;
  }
  .pb-lg-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-690 {
    margin-bottom: 690px !important;
  }
  .pb-lg-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-695 {
    margin-bottom: 695px !important;
  }
  .pb-lg-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-700 {
    margin-bottom: 700px !important;
  }
  .pb-lg-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-705 {
    margin-bottom: 705px !important;
  }
  .pb-lg-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-710 {
    margin-bottom: 710px !important;
  }
  .pb-lg-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-715 {
    margin-bottom: 715px !important;
  }
  .pb-lg-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-720 {
    margin-bottom: 720px !important;
  }
  .pb-lg-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-725 {
    margin-bottom: 725px !important;
  }
  .pb-lg-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-730 {
    margin-bottom: 730px !important;
  }
  .pb-lg-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-735 {
    margin-bottom: 735px !important;
  }
  .pb-lg-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-740 {
    margin-bottom: 740px !important;
  }
  .pb-lg-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-745 {
    margin-bottom: 745px !important;
  }
  .pb-lg-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-750 {
    margin-bottom: 750px !important;
  }
  .pb-lg-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-755 {
    margin-bottom: 755px !important;
  }
  .pb-lg-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-760 {
    margin-bottom: 760px !important;
  }
  .pb-lg-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-765 {
    margin-bottom: 765px !important;
  }
  .pb-lg-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-770 {
    margin-bottom: 770px !important;
  }
  .pb-lg-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-775 {
    margin-bottom: 775px !important;
  }
  .pb-lg-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-780 {
    margin-bottom: 780px !important;
  }
  .pb-lg-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-785 {
    margin-bottom: 785px !important;
  }
  .pb-lg-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-790 {
    margin-bottom: 790px !important;
  }
  .pb-lg-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-795 {
    margin-bottom: 795px !important;
  }
  .pb-lg-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-800 {
    margin-bottom: 800px !important;
  }
  .pb-lg-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-805 {
    margin-bottom: 805px !important;
  }
  .pb-lg-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-810 {
    margin-bottom: 810px !important;
  }
  .pb-lg-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-815 {
    margin-bottom: 815px !important;
  }
  .pb-lg-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-820 {
    margin-bottom: 820px !important;
  }
  .pb-lg-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-825 {
    margin-bottom: 825px !important;
  }
  .pb-lg-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-830 {
    margin-bottom: 830px !important;
  }
  .pb-lg-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-835 {
    margin-bottom: 835px !important;
  }
  .pb-lg-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-840 {
    margin-bottom: 840px !important;
  }
  .pb-lg-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-845 {
    margin-bottom: 845px !important;
  }
  .pb-lg-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-850 {
    margin-bottom: 850px !important;
  }
  .pb-lg-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-855 {
    margin-bottom: 855px !important;
  }
  .pb-lg-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-860 {
    margin-bottom: 860px !important;
  }
  .pb-lg-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-865 {
    margin-bottom: 865px !important;
  }
  .pb-lg-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-870 {
    margin-bottom: 870px !important;
  }
  .pb-lg-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-875 {
    margin-bottom: 875px !important;
  }
  .pb-lg-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-880 {
    margin-bottom: 880px !important;
  }
  .pb-lg-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-885 {
    margin-bottom: 885px !important;
  }
  .pb-lg-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-890 {
    margin-bottom: 890px !important;
  }
  .pb-lg-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-895 {
    margin-bottom: 895px !important;
  }
  .pb-lg-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-900 {
    margin-bottom: 900px !important;
  }
  .pb-lg-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-905 {
    margin-bottom: 905px !important;
  }
  .pb-lg-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-910 {
    margin-bottom: 910px !important;
  }
  .pb-lg-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-915 {
    margin-bottom: 915px !important;
  }
  .pb-lg-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-920 {
    margin-bottom: 920px !important;
  }
  .pb-lg-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-925 {
    margin-bottom: 925px !important;
  }
  .pb-lg-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-930 {
    margin-bottom: 930px !important;
  }
  .pb-lg-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-935 {
    margin-bottom: 935px !important;
  }
  .pb-lg-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-940 {
    margin-bottom: 940px !important;
  }
  .pb-lg-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-945 {
    margin-bottom: 945px !important;
  }
  .pb-lg-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-950 {
    margin-bottom: 950px !important;
  }
  .pb-lg-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-955 {
    margin-bottom: 955px !important;
  }
  .pb-lg-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-960 {
    margin-bottom: 960px !important;
  }
  .pb-lg-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-965 {
    margin-bottom: 965px !important;
  }
  .pb-lg-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-970 {
    margin-bottom: 970px !important;
  }
  .pb-lg-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-975 {
    margin-bottom: 975px !important;
  }
  .pb-lg-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-980 {
    margin-bottom: 980px !important;
  }
  .pb-lg-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-985 {
    margin-bottom: 985px !important;
  }
  .pb-lg-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-990 {
    margin-bottom: 990px !important;
  }
  .pb-lg-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-995 {
    margin-bottom: 995px !important;
  }
  .pb-lg-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-lg-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-105 {
    margin-left: 105px !important;
  }
  .pl-lg-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  .pl-lg-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-115 {
    margin-left: 115px !important;
  }
  .pl-lg-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-125 {
    margin-left: 125px !important;
  }
  .pl-lg-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  .pl-lg-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-135 {
    margin-left: 135px !important;
  }
  .pl-lg-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-145 {
    margin-left: 145px !important;
  }
  .pl-lg-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-155 {
    margin-left: 155px !important;
  }
  .pl-lg-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-165 {
    margin-left: 165px !important;
  }
  .pl-lg-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-170 {
    margin-left: 170px !important;
  }
  .pl-lg-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-175 {
    margin-left: 175px !important;
  }
  .pl-lg-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-185 {
    margin-left: 185px !important;
  }
  .pl-lg-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-190 {
    margin-left: 190px !important;
  }
  .pl-lg-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-195 {
    margin-left: 195px !important;
  }
  .pl-lg-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-205 {
    margin-left: 205px !important;
  }
  .pl-lg-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-210 {
    margin-left: 210px !important;
  }
  .pl-lg-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-215 {
    margin-left: 215px !important;
  }
  .pl-lg-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-220 {
    margin-left: 220px !important;
  }
  .pl-lg-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-225 {
    margin-left: 225px !important;
  }
  .pl-lg-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-230 {
    margin-left: 230px !important;
  }
  .pl-lg-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-235 {
    margin-left: 235px !important;
  }
  .pl-lg-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-240 {
    margin-left: 240px !important;
  }
  .pl-lg-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-245 {
    margin-left: 245px !important;
  }
  .pl-lg-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-250 {
    margin-left: 250px !important;
  }
  .pl-lg-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-255 {
    margin-left: 255px !important;
  }
  .pl-lg-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-260 {
    margin-left: 260px !important;
  }
  .pl-lg-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-265 {
    margin-left: 265px !important;
  }
  .pl-lg-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-270 {
    margin-left: 270px !important;
  }
  .pl-lg-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-275 {
    margin-left: 275px !important;
  }
  .pl-lg-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-280 {
    margin-left: 280px !important;
  }
  .pl-lg-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-285 {
    margin-left: 285px !important;
  }
  .pl-lg-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-290 {
    margin-left: 290px !important;
  }
  .pl-lg-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-295 {
    margin-left: 295px !important;
  }
  .pl-lg-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-300 {
    margin-left: 300px !important;
  }
  .pl-lg-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-305 {
    margin-left: 305px !important;
  }
  .pl-lg-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-310 {
    margin-left: 310px !important;
  }
  .pl-lg-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-315 {
    margin-left: 315px !important;
  }
  .pl-lg-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-320 {
    margin-left: 320px !important;
  }
  .pl-lg-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-325 {
    margin-left: 325px !important;
  }
  .pl-lg-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-330 {
    margin-left: 330px !important;
  }
  .pl-lg-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-335 {
    margin-left: 335px !important;
  }
  .pl-lg-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-340 {
    margin-left: 340px !important;
  }
  .pl-lg-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-345 {
    margin-left: 345px !important;
  }
  .pl-lg-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-350 {
    margin-left: 350px !important;
  }
  .pl-lg-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-355 {
    margin-left: 355px !important;
  }
  .pl-lg-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-360 {
    margin-left: 360px !important;
  }
  .pl-lg-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-365 {
    margin-left: 365px !important;
  }
  .pl-lg-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-370 {
    margin-left: 370px !important;
  }
  .pl-lg-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-375 {
    margin-left: 375px !important;
  }
  .pl-lg-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-380 {
    margin-left: 380px !important;
  }
  .pl-lg-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-385 {
    margin-left: 385px !important;
  }
  .pl-lg-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-390 {
    margin-left: 390px !important;
  }
  .pl-lg-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-395 {
    margin-left: 395px !important;
  }
  .pl-lg-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-400 {
    margin-left: 400px !important;
  }
  .pl-lg-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-405 {
    margin-left: 405px !important;
  }
  .pl-lg-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-410 {
    margin-left: 410px !important;
  }
  .pl-lg-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-415 {
    margin-left: 415px !important;
  }
  .pl-lg-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-420 {
    margin-left: 420px !important;
  }
  .pl-lg-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-425 {
    margin-left: 425px !important;
  }
  .pl-lg-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-430 {
    margin-left: 430px !important;
  }
  .pl-lg-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-435 {
    margin-left: 435px !important;
  }
  .pl-lg-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-440 {
    margin-left: 440px !important;
  }
  .pl-lg-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-445 {
    margin-left: 445px !important;
  }
  .pl-lg-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-450 {
    margin-left: 450px !important;
  }
  .pl-lg-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-455 {
    margin-left: 455px !important;
  }
  .pl-lg-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-460 {
    margin-left: 460px !important;
  }
  .pl-lg-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-465 {
    margin-left: 465px !important;
  }
  .pl-lg-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-470 {
    margin-left: 470px !important;
  }
  .pl-lg-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-475 {
    margin-left: 475px !important;
  }
  .pl-lg-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-480 {
    margin-left: 480px !important;
  }
  .pl-lg-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-485 {
    margin-left: 485px !important;
  }
  .pl-lg-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-490 {
    margin-left: 490px !important;
  }
  .pl-lg-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-495 {
    margin-left: 495px !important;
  }
  .pl-lg-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-500 {
    margin-left: 500px !important;
  }
  .pl-lg-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-505 {
    margin-left: 505px !important;
  }
  .pl-lg-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-510 {
    margin-left: 510px !important;
  }
  .pl-lg-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-515 {
    margin-left: 515px !important;
  }
  .pl-lg-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-520 {
    margin-left: 520px !important;
  }
  .pl-lg-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-525 {
    margin-left: 525px !important;
  }
  .pl-lg-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-530 {
    margin-left: 530px !important;
  }
  .pl-lg-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-535 {
    margin-left: 535px !important;
  }
  .pl-lg-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-540 {
    margin-left: 540px !important;
  }
  .pl-lg-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-545 {
    margin-left: 545px !important;
  }
  .pl-lg-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-550 {
    margin-left: 550px !important;
  }
  .pl-lg-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-555 {
    margin-left: 555px !important;
  }
  .pl-lg-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-560 {
    margin-left: 560px !important;
  }
  .pl-lg-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-565 {
    margin-left: 565px !important;
  }
  .pl-lg-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-570 {
    margin-left: 570px !important;
  }
  .pl-lg-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-575 {
    margin-left: 575px !important;
  }
  .pl-lg-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-580 {
    margin-left: 580px !important;
  }
  .pl-lg-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-585 {
    margin-left: 585px !important;
  }
  .pl-lg-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-590 {
    margin-left: 590px !important;
  }
  .pl-lg-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-595 {
    margin-left: 595px !important;
  }
  .pl-lg-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-600 {
    margin-left: 600px !important;
  }
  .pl-lg-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-605 {
    margin-left: 605px !important;
  }
  .pl-lg-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-610 {
    margin-left: 610px !important;
  }
  .pl-lg-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-615 {
    margin-left: 615px !important;
  }
  .pl-lg-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-620 {
    margin-left: 620px !important;
  }
  .pl-lg-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-625 {
    margin-left: 625px !important;
  }
  .pl-lg-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-630 {
    margin-left: 630px !important;
  }
  .pl-lg-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-635 {
    margin-left: 635px !important;
  }
  .pl-lg-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-640 {
    margin-left: 640px !important;
  }
  .pl-lg-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-645 {
    margin-left: 645px !important;
  }
  .pl-lg-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-650 {
    margin-left: 650px !important;
  }
  .pl-lg-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-655 {
    margin-left: 655px !important;
  }
  .pl-lg-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-660 {
    margin-left: 660px !important;
  }
  .pl-lg-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-665 {
    margin-left: 665px !important;
  }
  .pl-lg-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-670 {
    margin-left: 670px !important;
  }
  .pl-lg-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-675 {
    margin-left: 675px !important;
  }
  .pl-lg-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-680 {
    margin-left: 680px !important;
  }
  .pl-lg-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-685 {
    margin-left: 685px !important;
  }
  .pl-lg-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-690 {
    margin-left: 690px !important;
  }
  .pl-lg-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-695 {
    margin-left: 695px !important;
  }
  .pl-lg-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-700 {
    margin-left: 700px !important;
  }
  .pl-lg-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-705 {
    margin-left: 705px !important;
  }
  .pl-lg-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-710 {
    margin-left: 710px !important;
  }
  .pl-lg-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-715 {
    margin-left: 715px !important;
  }
  .pl-lg-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-720 {
    margin-left: 720px !important;
  }
  .pl-lg-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-725 {
    margin-left: 725px !important;
  }
  .pl-lg-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-730 {
    margin-left: 730px !important;
  }
  .pl-lg-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-735 {
    margin-left: 735px !important;
  }
  .pl-lg-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-740 {
    margin-left: 740px !important;
  }
  .pl-lg-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-745 {
    margin-left: 745px !important;
  }
  .pl-lg-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-750 {
    margin-left: 750px !important;
  }
  .pl-lg-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-755 {
    margin-left: 755px !important;
  }
  .pl-lg-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-760 {
    margin-left: 760px !important;
  }
  .pl-lg-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-765 {
    margin-left: 765px !important;
  }
  .pl-lg-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-770 {
    margin-left: 770px !important;
  }
  .pl-lg-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-775 {
    margin-left: 775px !important;
  }
  .pl-lg-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-780 {
    margin-left: 780px !important;
  }
  .pl-lg-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-785 {
    margin-left: 785px !important;
  }
  .pl-lg-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-790 {
    margin-left: 790px !important;
  }
  .pl-lg-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-795 {
    margin-left: 795px !important;
  }
  .pl-lg-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-800 {
    margin-left: 800px !important;
  }
  .pl-lg-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-805 {
    margin-left: 805px !important;
  }
  .pl-lg-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-810 {
    margin-left: 810px !important;
  }
  .pl-lg-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-815 {
    margin-left: 815px !important;
  }
  .pl-lg-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-820 {
    margin-left: 820px !important;
  }
  .pl-lg-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-825 {
    margin-left: 825px !important;
  }
  .pl-lg-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-830 {
    margin-left: 830px !important;
  }
  .pl-lg-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-835 {
    margin-left: 835px !important;
  }
  .pl-lg-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-840 {
    margin-left: 840px !important;
  }
  .pl-lg-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-845 {
    margin-left: 845px !important;
  }
  .pl-lg-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-850 {
    margin-left: 850px !important;
  }
  .pl-lg-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-855 {
    margin-left: 855px !important;
  }
  .pl-lg-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-860 {
    margin-left: 860px !important;
  }
  .pl-lg-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-865 {
    margin-left: 865px !important;
  }
  .pl-lg-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-870 {
    margin-left: 870px !important;
  }
  .pl-lg-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-875 {
    margin-left: 875px !important;
  }
  .pl-lg-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-880 {
    margin-left: 880px !important;
  }
  .pl-lg-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-885 {
    margin-left: 885px !important;
  }
  .pl-lg-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-890 {
    margin-left: 890px !important;
  }
  .pl-lg-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-895 {
    margin-left: 895px !important;
  }
  .pl-lg-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-900 {
    margin-left: 900px !important;
  }
  .pl-lg-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-905 {
    margin-left: 905px !important;
  }
  .pl-lg-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-910 {
    margin-left: 910px !important;
  }
  .pl-lg-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-915 {
    margin-left: 915px !important;
  }
  .pl-lg-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-920 {
    margin-left: 920px !important;
  }
  .pl-lg-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-925 {
    margin-left: 925px !important;
  }
  .pl-lg-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-930 {
    margin-left: 930px !important;
  }
  .pl-lg-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-935 {
    margin-left: 935px !important;
  }
  .pl-lg-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-940 {
    margin-left: 940px !important;
  }
  .pl-lg-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-945 {
    margin-left: 945px !important;
  }
  .pl-lg-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-950 {
    margin-left: 950px !important;
  }
  .pl-lg-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-955 {
    margin-left: 955px !important;
  }
  .pl-lg-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-960 {
    margin-left: 960px !important;
  }
  .pl-lg-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-965 {
    margin-left: 965px !important;
  }
  .pl-lg-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-970 {
    margin-left: 970px !important;
  }
  .pl-lg-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-975 {
    margin-left: 975px !important;
  }
  .pl-lg-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-980 {
    margin-left: 980px !important;
  }
  .pl-lg-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-985 {
    margin-left: 985px !important;
  }
  .pl-lg-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-990 {
    margin-left: 990px !important;
  }
  .pl-lg-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-995 {
    margin-left: 995px !important;
  }
  .pl-lg-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-1000 {
    margin-left: 1000px !important;
  }
  .pl-lg-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-105 {
    margin-right: 105px !important;
  }
  .pr-lg-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  .pr-lg-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-115 {
    margin-right: 115px !important;
  }
  .pr-lg-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-125 {
    margin-right: 125px !important;
  }
  .pr-lg-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  .pr-lg-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-135 {
    margin-right: 135px !important;
  }
  .pr-lg-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-145 {
    margin-right: 145px !important;
  }
  .pr-lg-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  .pr-lg-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-155 {
    margin-right: 155px !important;
  }
  .pr-lg-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-165 {
    margin-right: 165px !important;
  }
  .pr-lg-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-170 {
    margin-right: 170px !important;
  }
  .pr-lg-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-175 {
    margin-right: 175px !important;
  }
  .pr-lg-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-185 {
    margin-right: 185px !important;
  }
  .pr-lg-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-190 {
    margin-right: 190px !important;
  }
  .pr-lg-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-195 {
    margin-right: 195px !important;
  }
  .pr-lg-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-205 {
    margin-right: 205px !important;
  }
  .pr-lg-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-210 {
    margin-right: 210px !important;
  }
  .pr-lg-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-215 {
    margin-right: 215px !important;
  }
  .pr-lg-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-220 {
    margin-right: 220px !important;
  }
  .pr-lg-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-225 {
    margin-right: 225px !important;
  }
  .pr-lg-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-230 {
    margin-right: 230px !important;
  }
  .pr-lg-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-235 {
    margin-right: 235px !important;
  }
  .pr-lg-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-240 {
    margin-right: 240px !important;
  }
  .pr-lg-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-245 {
    margin-right: 245px !important;
  }
  .pr-lg-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-250 {
    margin-right: 250px !important;
  }
  .pr-lg-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-255 {
    margin-right: 255px !important;
  }
  .pr-lg-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-260 {
    margin-right: 260px !important;
  }
  .pr-lg-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-265 {
    margin-right: 265px !important;
  }
  .pr-lg-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-270 {
    margin-right: 270px !important;
  }
  .pr-lg-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-275 {
    margin-right: 275px !important;
  }
  .pr-lg-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-280 {
    margin-right: 280px !important;
  }
  .pr-lg-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-285 {
    margin-right: 285px !important;
  }
  .pr-lg-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-290 {
    margin-right: 290px !important;
  }
  .pr-lg-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-295 {
    margin-right: 295px !important;
  }
  .pr-lg-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-300 {
    margin-right: 300px !important;
  }
  .pr-lg-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-305 {
    margin-right: 305px !important;
  }
  .pr-lg-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-310 {
    margin-right: 310px !important;
  }
  .pr-lg-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-315 {
    margin-right: 315px !important;
  }
  .pr-lg-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-320 {
    margin-right: 320px !important;
  }
  .pr-lg-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-325 {
    margin-right: 325px !important;
  }
  .pr-lg-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-330 {
    margin-right: 330px !important;
  }
  .pr-lg-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-335 {
    margin-right: 335px !important;
  }
  .pr-lg-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-340 {
    margin-right: 340px !important;
  }
  .pr-lg-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-345 {
    margin-right: 345px !important;
  }
  .pr-lg-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-350 {
    margin-right: 350px !important;
  }
  .pr-lg-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-355 {
    margin-right: 355px !important;
  }
  .pr-lg-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-360 {
    margin-right: 360px !important;
  }
  .pr-lg-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-365 {
    margin-right: 365px !important;
  }
  .pr-lg-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-370 {
    margin-right: 370px !important;
  }
  .pr-lg-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-375 {
    margin-right: 375px !important;
  }
  .pr-lg-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-380 {
    margin-right: 380px !important;
  }
  .pr-lg-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-385 {
    margin-right: 385px !important;
  }
  .pr-lg-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-390 {
    margin-right: 390px !important;
  }
  .pr-lg-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-395 {
    margin-right: 395px !important;
  }
  .pr-lg-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-400 {
    margin-right: 400px !important;
  }
  .pr-lg-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-405 {
    margin-right: 405px !important;
  }
  .pr-lg-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-410 {
    margin-right: 410px !important;
  }
  .pr-lg-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-415 {
    margin-right: 415px !important;
  }
  .pr-lg-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-420 {
    margin-right: 420px !important;
  }
  .pr-lg-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-425 {
    margin-right: 425px !important;
  }
  .pr-lg-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-430 {
    margin-right: 430px !important;
  }
  .pr-lg-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-435 {
    margin-right: 435px !important;
  }
  .pr-lg-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-440 {
    margin-right: 440px !important;
  }
  .pr-lg-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-445 {
    margin-right: 445px !important;
  }
  .pr-lg-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-450 {
    margin-right: 450px !important;
  }
  .pr-lg-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-455 {
    margin-right: 455px !important;
  }
  .pr-lg-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-460 {
    margin-right: 460px !important;
  }
  .pr-lg-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-465 {
    margin-right: 465px !important;
  }
  .pr-lg-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-470 {
    margin-right: 470px !important;
  }
  .pr-lg-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-475 {
    margin-right: 475px !important;
  }
  .pr-lg-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-480 {
    margin-right: 480px !important;
  }
  .pr-lg-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-485 {
    margin-right: 485px !important;
  }
  .pr-lg-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-490 {
    margin-right: 490px !important;
  }
  .pr-lg-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-495 {
    margin-right: 495px !important;
  }
  .pr-lg-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-500 {
    margin-right: 500px !important;
  }
  .pr-lg-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-505 {
    margin-right: 505px !important;
  }
  .pr-lg-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-510 {
    margin-right: 510px !important;
  }
  .pr-lg-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-515 {
    margin-right: 515px !important;
  }
  .pr-lg-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-520 {
    margin-right: 520px !important;
  }
  .pr-lg-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-525 {
    margin-right: 525px !important;
  }
  .pr-lg-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-530 {
    margin-right: 530px !important;
  }
  .pr-lg-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-535 {
    margin-right: 535px !important;
  }
  .pr-lg-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-540 {
    margin-right: 540px !important;
  }
  .pr-lg-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-545 {
    margin-right: 545px !important;
  }
  .pr-lg-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-550 {
    margin-right: 550px !important;
  }
  .pr-lg-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-555 {
    margin-right: 555px !important;
  }
  .pr-lg-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-560 {
    margin-right: 560px !important;
  }
  .pr-lg-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-565 {
    margin-right: 565px !important;
  }
  .pr-lg-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-570 {
    margin-right: 570px !important;
  }
  .pr-lg-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-575 {
    margin-right: 575px !important;
  }
  .pr-lg-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-580 {
    margin-right: 580px !important;
  }
  .pr-lg-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-585 {
    margin-right: 585px !important;
  }
  .pr-lg-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-590 {
    margin-right: 590px !important;
  }
  .pr-lg-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-595 {
    margin-right: 595px !important;
  }
  .pr-lg-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-600 {
    margin-right: 600px !important;
  }
  .pr-lg-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-605 {
    margin-right: 605px !important;
  }
  .pr-lg-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-610 {
    margin-right: 610px !important;
  }
  .pr-lg-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-615 {
    margin-right: 615px !important;
  }
  .pr-lg-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-620 {
    margin-right: 620px !important;
  }
  .pr-lg-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-625 {
    margin-right: 625px !important;
  }
  .pr-lg-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-630 {
    margin-right: 630px !important;
  }
  .pr-lg-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-635 {
    margin-right: 635px !important;
  }
  .pr-lg-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-640 {
    margin-right: 640px !important;
  }
  .pr-lg-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-645 {
    margin-right: 645px !important;
  }
  .pr-lg-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-650 {
    margin-right: 650px !important;
  }
  .pr-lg-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-655 {
    margin-right: 655px !important;
  }
  .pr-lg-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-660 {
    margin-right: 660px !important;
  }
  .pr-lg-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-665 {
    margin-right: 665px !important;
  }
  .pr-lg-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-670 {
    margin-right: 670px !important;
  }
  .pr-lg-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-675 {
    margin-right: 675px !important;
  }
  .pr-lg-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-680 {
    margin-right: 680px !important;
  }
  .pr-lg-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-685 {
    margin-right: 685px !important;
  }
  .pr-lg-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-690 {
    margin-right: 690px !important;
  }
  .pr-lg-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-695 {
    margin-right: 695px !important;
  }
  .pr-lg-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-700 {
    margin-right: 700px !important;
  }
  .pr-lg-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-705 {
    margin-right: 705px !important;
  }
  .pr-lg-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-710 {
    margin-right: 710px !important;
  }
  .pr-lg-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-715 {
    margin-right: 715px !important;
  }
  .pr-lg-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-720 {
    margin-right: 720px !important;
  }
  .pr-lg-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-725 {
    margin-right: 725px !important;
  }
  .pr-lg-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-730 {
    margin-right: 730px !important;
  }
  .pr-lg-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-735 {
    margin-right: 735px !important;
  }
  .pr-lg-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-740 {
    margin-right: 740px !important;
  }
  .pr-lg-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-745 {
    margin-right: 745px !important;
  }
  .pr-lg-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-750 {
    margin-right: 750px !important;
  }
  .pr-lg-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-755 {
    margin-right: 755px !important;
  }
  .pr-lg-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-760 {
    margin-right: 760px !important;
  }
  .pr-lg-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-765 {
    margin-right: 765px !important;
  }
  .pr-lg-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-770 {
    margin-right: 770px !important;
  }
  .pr-lg-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-775 {
    margin-right: 775px !important;
  }
  .pr-lg-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-780 {
    margin-right: 780px !important;
  }
  .pr-lg-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-785 {
    margin-right: 785px !important;
  }
  .pr-lg-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-790 {
    margin-right: 790px !important;
  }
  .pr-lg-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-795 {
    margin-right: 795px !important;
  }
  .pr-lg-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-800 {
    margin-right: 800px !important;
  }
  .pr-lg-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-805 {
    margin-right: 805px !important;
  }
  .pr-lg-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-810 {
    margin-right: 810px !important;
  }
  .pr-lg-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-815 {
    margin-right: 815px !important;
  }
  .pr-lg-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-820 {
    margin-right: 820px !important;
  }
  .pr-lg-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-825 {
    margin-right: 825px !important;
  }
  .pr-lg-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-830 {
    margin-right: 830px !important;
  }
  .pr-lg-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-835 {
    margin-right: 835px !important;
  }
  .pr-lg-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-840 {
    margin-right: 840px !important;
  }
  .pr-lg-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-845 {
    margin-right: 845px !important;
  }
  .pr-lg-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-850 {
    margin-right: 850px !important;
  }
  .pr-lg-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-855 {
    margin-right: 855px !important;
  }
  .pr-lg-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-860 {
    margin-right: 860px !important;
  }
  .pr-lg-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-865 {
    margin-right: 865px !important;
  }
  .pr-lg-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-870 {
    margin-right: 870px !important;
  }
  .pr-lg-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-875 {
    margin-right: 875px !important;
  }
  .pr-lg-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-880 {
    margin-right: 880px !important;
  }
  .pr-lg-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-885 {
    margin-right: 885px !important;
  }
  .pr-lg-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-890 {
    margin-right: 890px !important;
  }
  .pr-lg-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-895 {
    margin-right: 895px !important;
  }
  .pr-lg-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-900 {
    margin-right: 900px !important;
  }
  .pr-lg-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-905 {
    margin-right: 905px !important;
  }
  .pr-lg-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-910 {
    margin-right: 910px !important;
  }
  .pr-lg-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-915 {
    margin-right: 915px !important;
  }
  .pr-lg-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-920 {
    margin-right: 920px !important;
  }
  .pr-lg-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-925 {
    margin-right: 925px !important;
  }
  .pr-lg-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-930 {
    margin-right: 930px !important;
  }
  .pr-lg-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-935 {
    margin-right: 935px !important;
  }
  .pr-lg-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-940 {
    margin-right: 940px !important;
  }
  .pr-lg-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-945 {
    margin-right: 945px !important;
  }
  .pr-lg-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-950 {
    margin-right: 950px !important;
  }
  .pr-lg-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-955 {
    margin-right: 955px !important;
  }
  .pr-lg-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-960 {
    margin-right: 960px !important;
  }
  .pr-lg-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-965 {
    margin-right: 965px !important;
  }
  .pr-lg-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-970 {
    margin-right: 970px !important;
  }
  .pr-lg-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-975 {
    margin-right: 975px !important;
  }
  .pr-lg-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-980 {
    margin-right: 980px !important;
  }
  .pr-lg-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-985 {
    margin-right: 985px !important;
  }
  .pr-lg-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-990 {
    margin-right: 990px !important;
  }
  .pr-lg-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-995 {
    margin-right: 995px !important;
  }
  .pr-lg-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-1000 {
    margin-right: 1000px !important;
  }
  .pr-lg-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-25 {
    margin: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-30 {
    margin: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-35 {
    margin: 35px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-45 {
    margin: 45px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-55 {
    margin: 55px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-60 {
    margin: 60px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-65 {
    margin: 65px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-70 {
    margin: 70px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-75 {
    margin: 75px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-85 {
    margin: 85px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-90 {
    margin: 90px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-95 {
    margin: 95px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-100 {
    margin: 100px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-105 {
    margin: 105px !important;
  }
  .p-xl-105 {
    padding: 105px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-110 {
    margin: 110px !important;
  }
  .p-xl-110 {
    padding: 110px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-115 {
    margin: 115px !important;
  }
  .p-xl-115 {
    padding: 115px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-120 {
    margin: 120px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-125 {
    margin: 125px !important;
  }
  .p-xl-125 {
    padding: 125px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-130 {
    margin: 130px !important;
  }
  .p-xl-130 {
    padding: 130px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-135 {
    margin: 135px !important;
  }
  .p-xl-135 {
    padding: 135px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-140 {
    margin: 140px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-145 {
    margin: 145px !important;
  }
  .p-xl-145 {
    padding: 145px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-150 {
    margin: 150px !important;
  }
  .p-xl-150 {
    padding: 150px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-155 {
    margin: 155px !important;
  }
  .p-xl-155 {
    padding: 155px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-160 {
    margin: 160px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-165 {
    margin: 165px !important;
  }
  .p-xl-165 {
    padding: 165px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-170 {
    margin: 170px !important;
  }
  .p-xl-170 {
    padding: 170px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-175 {
    margin: 175px !important;
  }
  .p-xl-175 {
    padding: 175px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-180 {
    margin: 180px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-185 {
    margin: 185px !important;
  }
  .p-xl-185 {
    padding: 185px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-190 {
    margin: 190px !important;
  }
  .p-xl-190 {
    padding: 190px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-195 {
    margin: 195px !important;
  }
  .p-xl-195 {
    padding: 195px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-200 {
    margin: 200px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-205 {
    margin: 205px !important;
  }
  .p-xl-205 {
    padding: 205px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-210 {
    margin: 210px !important;
  }
  .p-xl-210 {
    padding: 210px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-215 {
    margin: 215px !important;
  }
  .p-xl-215 {
    padding: 215px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-220 {
    margin: 220px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-225 {
    margin: 225px !important;
  }
  .p-xl-225 {
    padding: 225px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-230 {
    margin: 230px !important;
  }
  .p-xl-230 {
    padding: 230px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-235 {
    margin: 235px !important;
  }
  .p-xl-235 {
    padding: 235px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-240 {
    margin: 240px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-245 {
    margin: 245px !important;
  }
  .p-xl-245 {
    padding: 245px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-250 {
    margin: 250px !important;
  }
  .p-xl-250 {
    padding: 250px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-255 {
    margin: 255px !important;
  }
  .p-xl-255 {
    padding: 255px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-260 {
    margin: 260px !important;
  }
  .p-xl-260 {
    padding: 260px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-265 {
    margin: 265px !important;
  }
  .p-xl-265 {
    padding: 265px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-270 {
    margin: 270px !important;
  }
  .p-xl-270 {
    padding: 270px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-275 {
    margin: 275px !important;
  }
  .p-xl-275 {
    padding: 275px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-280 {
    margin: 280px !important;
  }
  .p-xl-280 {
    padding: 280px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-285 {
    margin: 285px !important;
  }
  .p-xl-285 {
    padding: 285px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-290 {
    margin: 290px !important;
  }
  .p-xl-290 {
    padding: 290px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-295 {
    margin: 295px !important;
  }
  .p-xl-295 {
    padding: 295px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-300 {
    margin: 300px !important;
  }
  .p-xl-300 {
    padding: 300px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-305 {
    margin: 305px !important;
  }
  .p-xl-305 {
    padding: 305px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-310 {
    margin: 310px !important;
  }
  .p-xl-310 {
    padding: 310px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-315 {
    margin: 315px !important;
  }
  .p-xl-315 {
    padding: 315px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-320 {
    margin: 320px !important;
  }
  .p-xl-320 {
    padding: 320px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-325 {
    margin: 325px !important;
  }
  .p-xl-325 {
    padding: 325px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-330 {
    margin: 330px !important;
  }
  .p-xl-330 {
    padding: 330px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-335 {
    margin: 335px !important;
  }
  .p-xl-335 {
    padding: 335px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-340 {
    margin: 340px !important;
  }
  .p-xl-340 {
    padding: 340px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-345 {
    margin: 345px !important;
  }
  .p-xl-345 {
    padding: 345px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-350 {
    margin: 350px !important;
  }
  .p-xl-350 {
    padding: 350px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-355 {
    margin: 355px !important;
  }
  .p-xl-355 {
    padding: 355px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-360 {
    margin: 360px !important;
  }
  .p-xl-360 {
    padding: 360px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-365 {
    margin: 365px !important;
  }
  .p-xl-365 {
    padding: 365px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-370 {
    margin: 370px !important;
  }
  .p-xl-370 {
    padding: 370px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-375 {
    margin: 375px !important;
  }
  .p-xl-375 {
    padding: 375px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-380 {
    margin: 380px !important;
  }
  .p-xl-380 {
    padding: 380px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-385 {
    margin: 385px !important;
  }
  .p-xl-385 {
    padding: 385px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-390 {
    margin: 390px !important;
  }
  .p-xl-390 {
    padding: 390px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-395 {
    margin: 395px !important;
  }
  .p-xl-395 {
    padding: 395px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-400 {
    margin: 400px !important;
  }
  .p-xl-400 {
    padding: 400px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-405 {
    margin: 405px !important;
  }
  .p-xl-405 {
    padding: 405px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-410 {
    margin: 410px !important;
  }
  .p-xl-410 {
    padding: 410px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-415 {
    margin: 415px !important;
  }
  .p-xl-415 {
    padding: 415px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-420 {
    margin: 420px !important;
  }
  .p-xl-420 {
    padding: 420px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-425 {
    margin: 425px !important;
  }
  .p-xl-425 {
    padding: 425px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-430 {
    margin: 430px !important;
  }
  .p-xl-430 {
    padding: 430px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-435 {
    margin: 435px !important;
  }
  .p-xl-435 {
    padding: 435px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-440 {
    margin: 440px !important;
  }
  .p-xl-440 {
    padding: 440px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-445 {
    margin: 445px !important;
  }
  .p-xl-445 {
    padding: 445px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-450 {
    margin: 450px !important;
  }
  .p-xl-450 {
    padding: 450px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-455 {
    margin: 455px !important;
  }
  .p-xl-455 {
    padding: 455px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-460 {
    margin: 460px !important;
  }
  .p-xl-460 {
    padding: 460px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-465 {
    margin: 465px !important;
  }
  .p-xl-465 {
    padding: 465px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-470 {
    margin: 470px !important;
  }
  .p-xl-470 {
    padding: 470px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-475 {
    margin: 475px !important;
  }
  .p-xl-475 {
    padding: 475px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-480 {
    margin: 480px !important;
  }
  .p-xl-480 {
    padding: 480px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-485 {
    margin: 485px !important;
  }
  .p-xl-485 {
    padding: 485px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-490 {
    margin: 490px !important;
  }
  .p-xl-490 {
    padding: 490px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-495 {
    margin: 495px !important;
  }
  .p-xl-495 {
    padding: 495px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-500 {
    margin: 500px !important;
  }
  .p-xl-500 {
    padding: 500px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-505 {
    margin: 505px !important;
  }
  .p-xl-505 {
    padding: 505px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-510 {
    margin: 510px !important;
  }
  .p-xl-510 {
    padding: 510px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-515 {
    margin: 515px !important;
  }
  .p-xl-515 {
    padding: 515px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-520 {
    margin: 520px !important;
  }
  .p-xl-520 {
    padding: 520px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-525 {
    margin: 525px !important;
  }
  .p-xl-525 {
    padding: 525px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-530 {
    margin: 530px !important;
  }
  .p-xl-530 {
    padding: 530px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-535 {
    margin: 535px !important;
  }
  .p-xl-535 {
    padding: 535px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-540 {
    margin: 540px !important;
  }
  .p-xl-540 {
    padding: 540px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-545 {
    margin: 545px !important;
  }
  .p-xl-545 {
    padding: 545px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-550 {
    margin: 550px !important;
  }
  .p-xl-550 {
    padding: 550px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-555 {
    margin: 555px !important;
  }
  .p-xl-555 {
    padding: 555px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-560 {
    margin: 560px !important;
  }
  .p-xl-560 {
    padding: 560px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-565 {
    margin: 565px !important;
  }
  .p-xl-565 {
    padding: 565px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-570 {
    margin: 570px !important;
  }
  .p-xl-570 {
    padding: 570px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-575 {
    margin: 575px !important;
  }
  .p-xl-575 {
    padding: 575px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-580 {
    margin: 580px !important;
  }
  .p-xl-580 {
    padding: 580px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-585 {
    margin: 585px !important;
  }
  .p-xl-585 {
    padding: 585px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-590 {
    margin: 590px !important;
  }
  .p-xl-590 {
    padding: 590px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-595 {
    margin: 595px !important;
  }
  .p-xl-595 {
    padding: 595px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-600 {
    margin: 600px !important;
  }
  .p-xl-600 {
    padding: 600px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-605 {
    margin: 605px !important;
  }
  .p-xl-605 {
    padding: 605px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-610 {
    margin: 610px !important;
  }
  .p-xl-610 {
    padding: 610px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-615 {
    margin: 615px !important;
  }
  .p-xl-615 {
    padding: 615px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-620 {
    margin: 620px !important;
  }
  .p-xl-620 {
    padding: 620px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-625 {
    margin: 625px !important;
  }
  .p-xl-625 {
    padding: 625px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-630 {
    margin: 630px !important;
  }
  .p-xl-630 {
    padding: 630px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-635 {
    margin: 635px !important;
  }
  .p-xl-635 {
    padding: 635px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-640 {
    margin: 640px !important;
  }
  .p-xl-640 {
    padding: 640px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-645 {
    margin: 645px !important;
  }
  .p-xl-645 {
    padding: 645px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-650 {
    margin: 650px !important;
  }
  .p-xl-650 {
    padding: 650px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-655 {
    margin: 655px !important;
  }
  .p-xl-655 {
    padding: 655px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-660 {
    margin: 660px !important;
  }
  .p-xl-660 {
    padding: 660px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-665 {
    margin: 665px !important;
  }
  .p-xl-665 {
    padding: 665px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-670 {
    margin: 670px !important;
  }
  .p-xl-670 {
    padding: 670px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-675 {
    margin: 675px !important;
  }
  .p-xl-675 {
    padding: 675px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-680 {
    margin: 680px !important;
  }
  .p-xl-680 {
    padding: 680px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-685 {
    margin: 685px !important;
  }
  .p-xl-685 {
    padding: 685px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-690 {
    margin: 690px !important;
  }
  .p-xl-690 {
    padding: 690px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-695 {
    margin: 695px !important;
  }
  .p-xl-695 {
    padding: 695px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-700 {
    margin: 700px !important;
  }
  .p-xl-700 {
    padding: 700px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-705 {
    margin: 705px !important;
  }
  .p-xl-705 {
    padding: 705px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-710 {
    margin: 710px !important;
  }
  .p-xl-710 {
    padding: 710px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-715 {
    margin: 715px !important;
  }
  .p-xl-715 {
    padding: 715px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-720 {
    margin: 720px !important;
  }
  .p-xl-720 {
    padding: 720px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-725 {
    margin: 725px !important;
  }
  .p-xl-725 {
    padding: 725px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-730 {
    margin: 730px !important;
  }
  .p-xl-730 {
    padding: 730px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-735 {
    margin: 735px !important;
  }
  .p-xl-735 {
    padding: 735px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-740 {
    margin: 740px !important;
  }
  .p-xl-740 {
    padding: 740px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-745 {
    margin: 745px !important;
  }
  .p-xl-745 {
    padding: 745px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-750 {
    margin: 750px !important;
  }
  .p-xl-750 {
    padding: 750px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-755 {
    margin: 755px !important;
  }
  .p-xl-755 {
    padding: 755px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-760 {
    margin: 760px !important;
  }
  .p-xl-760 {
    padding: 760px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-765 {
    margin: 765px !important;
  }
  .p-xl-765 {
    padding: 765px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-770 {
    margin: 770px !important;
  }
  .p-xl-770 {
    padding: 770px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-775 {
    margin: 775px !important;
  }
  .p-xl-775 {
    padding: 775px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-780 {
    margin: 780px !important;
  }
  .p-xl-780 {
    padding: 780px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-785 {
    margin: 785px !important;
  }
  .p-xl-785 {
    padding: 785px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-790 {
    margin: 790px !important;
  }
  .p-xl-790 {
    padding: 790px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-795 {
    margin: 795px !important;
  }
  .p-xl-795 {
    padding: 795px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-800 {
    margin: 800px !important;
  }
  .p-xl-800 {
    padding: 800px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-805 {
    margin: 805px !important;
  }
  .p-xl-805 {
    padding: 805px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-810 {
    margin: 810px !important;
  }
  .p-xl-810 {
    padding: 810px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-815 {
    margin: 815px !important;
  }
  .p-xl-815 {
    padding: 815px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-820 {
    margin: 820px !important;
  }
  .p-xl-820 {
    padding: 820px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-825 {
    margin: 825px !important;
  }
  .p-xl-825 {
    padding: 825px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-830 {
    margin: 830px !important;
  }
  .p-xl-830 {
    padding: 830px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-835 {
    margin: 835px !important;
  }
  .p-xl-835 {
    padding: 835px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-840 {
    margin: 840px !important;
  }
  .p-xl-840 {
    padding: 840px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-845 {
    margin: 845px !important;
  }
  .p-xl-845 {
    padding: 845px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-850 {
    margin: 850px !important;
  }
  .p-xl-850 {
    padding: 850px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-855 {
    margin: 855px !important;
  }
  .p-xl-855 {
    padding: 855px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-860 {
    margin: 860px !important;
  }
  .p-xl-860 {
    padding: 860px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-865 {
    margin: 865px !important;
  }
  .p-xl-865 {
    padding: 865px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-870 {
    margin: 870px !important;
  }
  .p-xl-870 {
    padding: 870px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-875 {
    margin: 875px !important;
  }
  .p-xl-875 {
    padding: 875px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-880 {
    margin: 880px !important;
  }
  .p-xl-880 {
    padding: 880px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-885 {
    margin: 885px !important;
  }
  .p-xl-885 {
    padding: 885px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-890 {
    margin: 890px !important;
  }
  .p-xl-890 {
    padding: 890px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-895 {
    margin: 895px !important;
  }
  .p-xl-895 {
    padding: 895px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-900 {
    margin: 900px !important;
  }
  .p-xl-900 {
    padding: 900px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-905 {
    margin: 905px !important;
  }
  .p-xl-905 {
    padding: 905px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-910 {
    margin: 910px !important;
  }
  .p-xl-910 {
    padding: 910px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-915 {
    margin: 915px !important;
  }
  .p-xl-915 {
    padding: 915px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-920 {
    margin: 920px !important;
  }
  .p-xl-920 {
    padding: 920px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-925 {
    margin: 925px !important;
  }
  .p-xl-925 {
    padding: 925px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-930 {
    margin: 930px !important;
  }
  .p-xl-930 {
    padding: 930px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-935 {
    margin: 935px !important;
  }
  .p-xl-935 {
    padding: 935px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-940 {
    margin: 940px !important;
  }
  .p-xl-940 {
    padding: 940px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-945 {
    margin: 945px !important;
  }
  .p-xl-945 {
    padding: 945px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-950 {
    margin: 950px !important;
  }
  .p-xl-950 {
    padding: 950px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-955 {
    margin: 955px !important;
  }
  .p-xl-955 {
    padding: 955px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-960 {
    margin: 960px !important;
  }
  .p-xl-960 {
    padding: 960px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-965 {
    margin: 965px !important;
  }
  .p-xl-965 {
    padding: 965px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-970 {
    margin: 970px !important;
  }
  .p-xl-970 {
    padding: 970px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-975 {
    margin: 975px !important;
  }
  .p-xl-975 {
    padding: 975px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-980 {
    margin: 980px !important;
  }
  .p-xl-980 {
    padding: 980px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-985 {
    margin: 985px !important;
  }
  .p-xl-985 {
    padding: 985px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-990 {
    margin: 990px !important;
  }
  .p-xl-990 {
    padding: 990px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-995 {
    margin: 995px !important;
  }
  .p-xl-995 {
    padding: 995px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1000 {
    margin: 1000px !important;
  }
  .p-xl-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .pt-xl-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .pt-xl-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .pt-xl-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .pt-xl-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .pt-xl-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .pt-xl-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .pt-xl-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-155 {
    margin-top: 155px !important;
  }
  .pt-xl-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-165 {
    margin-top: 165px !important;
  }
  .pt-xl-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  .pt-xl-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-175 {
    margin-top: 175px !important;
  }
  .pt-xl-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-185 {
    margin-top: 185px !important;
  }
  .pt-xl-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  .pt-xl-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-195 {
    margin-top: 195px !important;
  }
  .pt-xl-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-205 {
    margin-top: 205px !important;
  }
  .pt-xl-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-210 {
    margin-top: 210px !important;
  }
  .pt-xl-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-215 {
    margin-top: 215px !important;
  }
  .pt-xl-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-225 {
    margin-top: 225px !important;
  }
  .pt-xl-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-230 {
    margin-top: 230px !important;
  }
  .pt-xl-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-235 {
    margin-top: 235px !important;
  }
  .pt-xl-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-245 {
    margin-top: 245px !important;
  }
  .pt-xl-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-250 {
    margin-top: 250px !important;
  }
  .pt-xl-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-255 {
    margin-top: 255px !important;
  }
  .pt-xl-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-260 {
    margin-top: 260px !important;
  }
  .pt-xl-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-265 {
    margin-top: 265px !important;
  }
  .pt-xl-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-270 {
    margin-top: 270px !important;
  }
  .pt-xl-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-275 {
    margin-top: 275px !important;
  }
  .pt-xl-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-280 {
    margin-top: 280px !important;
  }
  .pt-xl-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-285 {
    margin-top: 285px !important;
  }
  .pt-xl-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-290 {
    margin-top: 290px !important;
  }
  .pt-xl-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-295 {
    margin-top: 295px !important;
  }
  .pt-xl-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-300 {
    margin-top: 300px !important;
  }
  .pt-xl-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-305 {
    margin-top: 305px !important;
  }
  .pt-xl-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-310 {
    margin-top: 310px !important;
  }
  .pt-xl-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-315 {
    margin-top: 315px !important;
  }
  .pt-xl-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-320 {
    margin-top: 320px !important;
  }
  .pt-xl-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-325 {
    margin-top: 325px !important;
  }
  .pt-xl-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-330 {
    margin-top: 330px !important;
  }
  .pt-xl-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-335 {
    margin-top: 335px !important;
  }
  .pt-xl-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-340 {
    margin-top: 340px !important;
  }
  .pt-xl-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-345 {
    margin-top: 345px !important;
  }
  .pt-xl-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-350 {
    margin-top: 350px !important;
  }
  .pt-xl-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-355 {
    margin-top: 355px !important;
  }
  .pt-xl-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-360 {
    margin-top: 360px !important;
  }
  .pt-xl-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-365 {
    margin-top: 365px !important;
  }
  .pt-xl-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-370 {
    margin-top: 370px !important;
  }
  .pt-xl-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-375 {
    margin-top: 375px !important;
  }
  .pt-xl-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-380 {
    margin-top: 380px !important;
  }
  .pt-xl-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-385 {
    margin-top: 385px !important;
  }
  .pt-xl-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-390 {
    margin-top: 390px !important;
  }
  .pt-xl-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-395 {
    margin-top: 395px !important;
  }
  .pt-xl-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-400 {
    margin-top: 400px !important;
  }
  .pt-xl-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-405 {
    margin-top: 405px !important;
  }
  .pt-xl-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-410 {
    margin-top: 410px !important;
  }
  .pt-xl-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-415 {
    margin-top: 415px !important;
  }
  .pt-xl-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-420 {
    margin-top: 420px !important;
  }
  .pt-xl-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-425 {
    margin-top: 425px !important;
  }
  .pt-xl-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-430 {
    margin-top: 430px !important;
  }
  .pt-xl-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-435 {
    margin-top: 435px !important;
  }
  .pt-xl-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-440 {
    margin-top: 440px !important;
  }
  .pt-xl-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-445 {
    margin-top: 445px !important;
  }
  .pt-xl-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-450 {
    margin-top: 450px !important;
  }
  .pt-xl-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-455 {
    margin-top: 455px !important;
  }
  .pt-xl-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-460 {
    margin-top: 460px !important;
  }
  .pt-xl-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-465 {
    margin-top: 465px !important;
  }
  .pt-xl-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-470 {
    margin-top: 470px !important;
  }
  .pt-xl-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-475 {
    margin-top: 475px !important;
  }
  .pt-xl-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-480 {
    margin-top: 480px !important;
  }
  .pt-xl-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-485 {
    margin-top: 485px !important;
  }
  .pt-xl-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-490 {
    margin-top: 490px !important;
  }
  .pt-xl-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-495 {
    margin-top: 495px !important;
  }
  .pt-xl-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-500 {
    margin-top: 500px !important;
  }
  .pt-xl-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-505 {
    margin-top: 505px !important;
  }
  .pt-xl-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-510 {
    margin-top: 510px !important;
  }
  .pt-xl-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-515 {
    margin-top: 515px !important;
  }
  .pt-xl-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-520 {
    margin-top: 520px !important;
  }
  .pt-xl-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-525 {
    margin-top: 525px !important;
  }
  .pt-xl-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-530 {
    margin-top: 530px !important;
  }
  .pt-xl-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-535 {
    margin-top: 535px !important;
  }
  .pt-xl-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-540 {
    margin-top: 540px !important;
  }
  .pt-xl-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-545 {
    margin-top: 545px !important;
  }
  .pt-xl-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-550 {
    margin-top: 550px !important;
  }
  .pt-xl-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-555 {
    margin-top: 555px !important;
  }
  .pt-xl-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-560 {
    margin-top: 560px !important;
  }
  .pt-xl-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-565 {
    margin-top: 565px !important;
  }
  .pt-xl-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-570 {
    margin-top: 570px !important;
  }
  .pt-xl-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-575 {
    margin-top: 575px !important;
  }
  .pt-xl-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-580 {
    margin-top: 580px !important;
  }
  .pt-xl-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-585 {
    margin-top: 585px !important;
  }
  .pt-xl-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-590 {
    margin-top: 590px !important;
  }
  .pt-xl-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-595 {
    margin-top: 595px !important;
  }
  .pt-xl-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-600 {
    margin-top: 600px !important;
  }
  .pt-xl-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-605 {
    margin-top: 605px !important;
  }
  .pt-xl-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-610 {
    margin-top: 610px !important;
  }
  .pt-xl-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-615 {
    margin-top: 615px !important;
  }
  .pt-xl-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-620 {
    margin-top: 620px !important;
  }
  .pt-xl-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-625 {
    margin-top: 625px !important;
  }
  .pt-xl-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-630 {
    margin-top: 630px !important;
  }
  .pt-xl-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-635 {
    margin-top: 635px !important;
  }
  .pt-xl-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-640 {
    margin-top: 640px !important;
  }
  .pt-xl-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-645 {
    margin-top: 645px !important;
  }
  .pt-xl-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-650 {
    margin-top: 650px !important;
  }
  .pt-xl-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-655 {
    margin-top: 655px !important;
  }
  .pt-xl-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-660 {
    margin-top: 660px !important;
  }
  .pt-xl-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-665 {
    margin-top: 665px !important;
  }
  .pt-xl-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-670 {
    margin-top: 670px !important;
  }
  .pt-xl-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-675 {
    margin-top: 675px !important;
  }
  .pt-xl-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-680 {
    margin-top: 680px !important;
  }
  .pt-xl-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-685 {
    margin-top: 685px !important;
  }
  .pt-xl-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-690 {
    margin-top: 690px !important;
  }
  .pt-xl-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-695 {
    margin-top: 695px !important;
  }
  .pt-xl-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-700 {
    margin-top: 700px !important;
  }
  .pt-xl-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-705 {
    margin-top: 705px !important;
  }
  .pt-xl-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-710 {
    margin-top: 710px !important;
  }
  .pt-xl-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-715 {
    margin-top: 715px !important;
  }
  .pt-xl-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-720 {
    margin-top: 720px !important;
  }
  .pt-xl-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-725 {
    margin-top: 725px !important;
  }
  .pt-xl-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-730 {
    margin-top: 730px !important;
  }
  .pt-xl-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-735 {
    margin-top: 735px !important;
  }
  .pt-xl-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-740 {
    margin-top: 740px !important;
  }
  .pt-xl-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-745 {
    margin-top: 745px !important;
  }
  .pt-xl-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-750 {
    margin-top: 750px !important;
  }
  .pt-xl-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-755 {
    margin-top: 755px !important;
  }
  .pt-xl-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-760 {
    margin-top: 760px !important;
  }
  .pt-xl-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-765 {
    margin-top: 765px !important;
  }
  .pt-xl-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-770 {
    margin-top: 770px !important;
  }
  .pt-xl-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-775 {
    margin-top: 775px !important;
  }
  .pt-xl-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-780 {
    margin-top: 780px !important;
  }
  .pt-xl-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-785 {
    margin-top: 785px !important;
  }
  .pt-xl-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-790 {
    margin-top: 790px !important;
  }
  .pt-xl-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-795 {
    margin-top: 795px !important;
  }
  .pt-xl-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-800 {
    margin-top: 800px !important;
  }
  .pt-xl-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-805 {
    margin-top: 805px !important;
  }
  .pt-xl-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-810 {
    margin-top: 810px !important;
  }
  .pt-xl-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-815 {
    margin-top: 815px !important;
  }
  .pt-xl-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-820 {
    margin-top: 820px !important;
  }
  .pt-xl-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-825 {
    margin-top: 825px !important;
  }
  .pt-xl-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-830 {
    margin-top: 830px !important;
  }
  .pt-xl-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-835 {
    margin-top: 835px !important;
  }
  .pt-xl-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-840 {
    margin-top: 840px !important;
  }
  .pt-xl-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-845 {
    margin-top: 845px !important;
  }
  .pt-xl-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-850 {
    margin-top: 850px !important;
  }
  .pt-xl-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-855 {
    margin-top: 855px !important;
  }
  .pt-xl-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-860 {
    margin-top: 860px !important;
  }
  .pt-xl-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-865 {
    margin-top: 865px !important;
  }
  .pt-xl-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-870 {
    margin-top: 870px !important;
  }
  .pt-xl-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-875 {
    margin-top: 875px !important;
  }
  .pt-xl-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-880 {
    margin-top: 880px !important;
  }
  .pt-xl-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-885 {
    margin-top: 885px !important;
  }
  .pt-xl-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-890 {
    margin-top: 890px !important;
  }
  .pt-xl-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-895 {
    margin-top: 895px !important;
  }
  .pt-xl-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-900 {
    margin-top: 900px !important;
  }
  .pt-xl-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-905 {
    margin-top: 905px !important;
  }
  .pt-xl-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-910 {
    margin-top: 910px !important;
  }
  .pt-xl-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-915 {
    margin-top: 915px !important;
  }
  .pt-xl-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-920 {
    margin-top: 920px !important;
  }
  .pt-xl-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-925 {
    margin-top: 925px !important;
  }
  .pt-xl-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-930 {
    margin-top: 930px !important;
  }
  .pt-xl-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-935 {
    margin-top: 935px !important;
  }
  .pt-xl-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-940 {
    margin-top: 940px !important;
  }
  .pt-xl-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-945 {
    margin-top: 945px !important;
  }
  .pt-xl-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-950 {
    margin-top: 950px !important;
  }
  .pt-xl-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-955 {
    margin-top: 955px !important;
  }
  .pt-xl-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-960 {
    margin-top: 960px !important;
  }
  .pt-xl-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-965 {
    margin-top: 965px !important;
  }
  .pt-xl-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-970 {
    margin-top: 970px !important;
  }
  .pt-xl-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-975 {
    margin-top: 975px !important;
  }
  .pt-xl-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-980 {
    margin-top: 980px !important;
  }
  .pt-xl-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-985 {
    margin-top: 985px !important;
  }
  .pt-xl-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-990 {
    margin-top: 990px !important;
  }
  .pt-xl-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-995 {
    margin-top: 995px !important;
  }
  .pt-xl-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-1000 {
    margin-top: 1000px !important;
  }
  .pt-xl-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-205 {
    margin-bottom: 205px !important;
  }
  .pb-xl-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .pb-xl-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-215 {
    margin-bottom: 215px !important;
  }
  .pb-xl-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-225 {
    margin-bottom: 225px !important;
  }
  .pb-xl-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-230 {
    margin-bottom: 230px !important;
  }
  .pb-xl-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-235 {
    margin-bottom: 235px !important;
  }
  .pb-xl-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-245 {
    margin-bottom: 245px !important;
  }
  .pb-xl-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
  .pb-xl-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-255 {
    margin-bottom: 255px !important;
  }
  .pb-xl-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-260 {
    margin-bottom: 260px !important;
  }
  .pb-xl-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-265 {
    margin-bottom: 265px !important;
  }
  .pb-xl-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-270 {
    margin-bottom: 270px !important;
  }
  .pb-xl-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-275 {
    margin-bottom: 275px !important;
  }
  .pb-xl-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-280 {
    margin-bottom: 280px !important;
  }
  .pb-xl-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-285 {
    margin-bottom: 285px !important;
  }
  .pb-xl-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-290 {
    margin-bottom: 290px !important;
  }
  .pb-xl-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-295 {
    margin-bottom: 295px !important;
  }
  .pb-xl-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-300 {
    margin-bottom: 300px !important;
  }
  .pb-xl-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-305 {
    margin-bottom: 305px !important;
  }
  .pb-xl-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-310 {
    margin-bottom: 310px !important;
  }
  .pb-xl-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-315 {
    margin-bottom: 315px !important;
  }
  .pb-xl-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-320 {
    margin-bottom: 320px !important;
  }
  .pb-xl-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-325 {
    margin-bottom: 325px !important;
  }
  .pb-xl-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-330 {
    margin-bottom: 330px !important;
  }
  .pb-xl-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-335 {
    margin-bottom: 335px !important;
  }
  .pb-xl-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-340 {
    margin-bottom: 340px !important;
  }
  .pb-xl-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-345 {
    margin-bottom: 345px !important;
  }
  .pb-xl-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-350 {
    margin-bottom: 350px !important;
  }
  .pb-xl-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-355 {
    margin-bottom: 355px !important;
  }
  .pb-xl-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-360 {
    margin-bottom: 360px !important;
  }
  .pb-xl-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-365 {
    margin-bottom: 365px !important;
  }
  .pb-xl-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-370 {
    margin-bottom: 370px !important;
  }
  .pb-xl-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-375 {
    margin-bottom: 375px !important;
  }
  .pb-xl-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-380 {
    margin-bottom: 380px !important;
  }
  .pb-xl-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-385 {
    margin-bottom: 385px !important;
  }
  .pb-xl-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-390 {
    margin-bottom: 390px !important;
  }
  .pb-xl-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-395 {
    margin-bottom: 395px !important;
  }
  .pb-xl-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-400 {
    margin-bottom: 400px !important;
  }
  .pb-xl-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-405 {
    margin-bottom: 405px !important;
  }
  .pb-xl-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-410 {
    margin-bottom: 410px !important;
  }
  .pb-xl-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-415 {
    margin-bottom: 415px !important;
  }
  .pb-xl-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-420 {
    margin-bottom: 420px !important;
  }
  .pb-xl-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-425 {
    margin-bottom: 425px !important;
  }
  .pb-xl-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-430 {
    margin-bottom: 430px !important;
  }
  .pb-xl-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-435 {
    margin-bottom: 435px !important;
  }
  .pb-xl-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-440 {
    margin-bottom: 440px !important;
  }
  .pb-xl-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-445 {
    margin-bottom: 445px !important;
  }
  .pb-xl-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-450 {
    margin-bottom: 450px !important;
  }
  .pb-xl-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-455 {
    margin-bottom: 455px !important;
  }
  .pb-xl-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-460 {
    margin-bottom: 460px !important;
  }
  .pb-xl-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-465 {
    margin-bottom: 465px !important;
  }
  .pb-xl-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-470 {
    margin-bottom: 470px !important;
  }
  .pb-xl-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-475 {
    margin-bottom: 475px !important;
  }
  .pb-xl-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-480 {
    margin-bottom: 480px !important;
  }
  .pb-xl-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-485 {
    margin-bottom: 485px !important;
  }
  .pb-xl-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-490 {
    margin-bottom: 490px !important;
  }
  .pb-xl-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-495 {
    margin-bottom: 495px !important;
  }
  .pb-xl-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-500 {
    margin-bottom: 500px !important;
  }
  .pb-xl-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-505 {
    margin-bottom: 505px !important;
  }
  .pb-xl-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-510 {
    margin-bottom: 510px !important;
  }
  .pb-xl-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-515 {
    margin-bottom: 515px !important;
  }
  .pb-xl-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-520 {
    margin-bottom: 520px !important;
  }
  .pb-xl-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-525 {
    margin-bottom: 525px !important;
  }
  .pb-xl-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-530 {
    margin-bottom: 530px !important;
  }
  .pb-xl-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-535 {
    margin-bottom: 535px !important;
  }
  .pb-xl-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-540 {
    margin-bottom: 540px !important;
  }
  .pb-xl-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-545 {
    margin-bottom: 545px !important;
  }
  .pb-xl-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-550 {
    margin-bottom: 550px !important;
  }
  .pb-xl-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-555 {
    margin-bottom: 555px !important;
  }
  .pb-xl-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-560 {
    margin-bottom: 560px !important;
  }
  .pb-xl-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-565 {
    margin-bottom: 565px !important;
  }
  .pb-xl-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-570 {
    margin-bottom: 570px !important;
  }
  .pb-xl-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-575 {
    margin-bottom: 575px !important;
  }
  .pb-xl-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-580 {
    margin-bottom: 580px !important;
  }
  .pb-xl-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-585 {
    margin-bottom: 585px !important;
  }
  .pb-xl-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-590 {
    margin-bottom: 590px !important;
  }
  .pb-xl-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-595 {
    margin-bottom: 595px !important;
  }
  .pb-xl-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-600 {
    margin-bottom: 600px !important;
  }
  .pb-xl-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-605 {
    margin-bottom: 605px !important;
  }
  .pb-xl-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-610 {
    margin-bottom: 610px !important;
  }
  .pb-xl-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-615 {
    margin-bottom: 615px !important;
  }
  .pb-xl-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-620 {
    margin-bottom: 620px !important;
  }
  .pb-xl-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-625 {
    margin-bottom: 625px !important;
  }
  .pb-xl-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-630 {
    margin-bottom: 630px !important;
  }
  .pb-xl-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-635 {
    margin-bottom: 635px !important;
  }
  .pb-xl-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-640 {
    margin-bottom: 640px !important;
  }
  .pb-xl-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-645 {
    margin-bottom: 645px !important;
  }
  .pb-xl-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-650 {
    margin-bottom: 650px !important;
  }
  .pb-xl-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-655 {
    margin-bottom: 655px !important;
  }
  .pb-xl-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-660 {
    margin-bottom: 660px !important;
  }
  .pb-xl-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-665 {
    margin-bottom: 665px !important;
  }
  .pb-xl-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-670 {
    margin-bottom: 670px !important;
  }
  .pb-xl-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-675 {
    margin-bottom: 675px !important;
  }
  .pb-xl-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-680 {
    margin-bottom: 680px !important;
  }
  .pb-xl-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-685 {
    margin-bottom: 685px !important;
  }
  .pb-xl-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-690 {
    margin-bottom: 690px !important;
  }
  .pb-xl-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-695 {
    margin-bottom: 695px !important;
  }
  .pb-xl-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-700 {
    margin-bottom: 700px !important;
  }
  .pb-xl-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-705 {
    margin-bottom: 705px !important;
  }
  .pb-xl-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-710 {
    margin-bottom: 710px !important;
  }
  .pb-xl-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-715 {
    margin-bottom: 715px !important;
  }
  .pb-xl-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-720 {
    margin-bottom: 720px !important;
  }
  .pb-xl-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-725 {
    margin-bottom: 725px !important;
  }
  .pb-xl-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-730 {
    margin-bottom: 730px !important;
  }
  .pb-xl-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-735 {
    margin-bottom: 735px !important;
  }
  .pb-xl-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-740 {
    margin-bottom: 740px !important;
  }
  .pb-xl-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-745 {
    margin-bottom: 745px !important;
  }
  .pb-xl-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-750 {
    margin-bottom: 750px !important;
  }
  .pb-xl-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-755 {
    margin-bottom: 755px !important;
  }
  .pb-xl-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-760 {
    margin-bottom: 760px !important;
  }
  .pb-xl-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-765 {
    margin-bottom: 765px !important;
  }
  .pb-xl-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-770 {
    margin-bottom: 770px !important;
  }
  .pb-xl-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-775 {
    margin-bottom: 775px !important;
  }
  .pb-xl-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-780 {
    margin-bottom: 780px !important;
  }
  .pb-xl-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-785 {
    margin-bottom: 785px !important;
  }
  .pb-xl-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-790 {
    margin-bottom: 790px !important;
  }
  .pb-xl-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-795 {
    margin-bottom: 795px !important;
  }
  .pb-xl-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-800 {
    margin-bottom: 800px !important;
  }
  .pb-xl-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-805 {
    margin-bottom: 805px !important;
  }
  .pb-xl-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-810 {
    margin-bottom: 810px !important;
  }
  .pb-xl-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-815 {
    margin-bottom: 815px !important;
  }
  .pb-xl-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-820 {
    margin-bottom: 820px !important;
  }
  .pb-xl-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-825 {
    margin-bottom: 825px !important;
  }
  .pb-xl-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-830 {
    margin-bottom: 830px !important;
  }
  .pb-xl-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-835 {
    margin-bottom: 835px !important;
  }
  .pb-xl-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-840 {
    margin-bottom: 840px !important;
  }
  .pb-xl-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-845 {
    margin-bottom: 845px !important;
  }
  .pb-xl-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-850 {
    margin-bottom: 850px !important;
  }
  .pb-xl-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-855 {
    margin-bottom: 855px !important;
  }
  .pb-xl-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-860 {
    margin-bottom: 860px !important;
  }
  .pb-xl-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-865 {
    margin-bottom: 865px !important;
  }
  .pb-xl-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-870 {
    margin-bottom: 870px !important;
  }
  .pb-xl-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-875 {
    margin-bottom: 875px !important;
  }
  .pb-xl-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-880 {
    margin-bottom: 880px !important;
  }
  .pb-xl-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-885 {
    margin-bottom: 885px !important;
  }
  .pb-xl-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-890 {
    margin-bottom: 890px !important;
  }
  .pb-xl-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-895 {
    margin-bottom: 895px !important;
  }
  .pb-xl-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-900 {
    margin-bottom: 900px !important;
  }
  .pb-xl-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-905 {
    margin-bottom: 905px !important;
  }
  .pb-xl-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-910 {
    margin-bottom: 910px !important;
  }
  .pb-xl-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-915 {
    margin-bottom: 915px !important;
  }
  .pb-xl-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-920 {
    margin-bottom: 920px !important;
  }
  .pb-xl-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-925 {
    margin-bottom: 925px !important;
  }
  .pb-xl-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-930 {
    margin-bottom: 930px !important;
  }
  .pb-xl-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-935 {
    margin-bottom: 935px !important;
  }
  .pb-xl-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-940 {
    margin-bottom: 940px !important;
  }
  .pb-xl-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-945 {
    margin-bottom: 945px !important;
  }
  .pb-xl-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-950 {
    margin-bottom: 950px !important;
  }
  .pb-xl-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-955 {
    margin-bottom: 955px !important;
  }
  .pb-xl-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-960 {
    margin-bottom: 960px !important;
  }
  .pb-xl-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-965 {
    margin-bottom: 965px !important;
  }
  .pb-xl-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-970 {
    margin-bottom: 970px !important;
  }
  .pb-xl-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-975 {
    margin-bottom: 975px !important;
  }
  .pb-xl-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-980 {
    margin-bottom: 980px !important;
  }
  .pb-xl-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-985 {
    margin-bottom: 985px !important;
  }
  .pb-xl-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-990 {
    margin-bottom: 990px !important;
  }
  .pb-xl-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-995 {
    margin-bottom: 995px !important;
  }
  .pb-xl-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-xl-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-105 {
    margin-left: 105px !important;
  }
  .pl-xl-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-110 {
    margin-left: 110px !important;
  }
  .pl-xl-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-115 {
    margin-left: 115px !important;
  }
  .pl-xl-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-125 {
    margin-left: 125px !important;
  }
  .pl-xl-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-130 {
    margin-left: 130px !important;
  }
  .pl-xl-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-135 {
    margin-left: 135px !important;
  }
  .pl-xl-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-145 {
    margin-left: 145px !important;
  }
  .pl-xl-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-150 {
    margin-left: 150px !important;
  }
  .pl-xl-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-155 {
    margin-left: 155px !important;
  }
  .pl-xl-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-165 {
    margin-left: 165px !important;
  }
  .pl-xl-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-170 {
    margin-left: 170px !important;
  }
  .pl-xl-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-175 {
    margin-left: 175px !important;
  }
  .pl-xl-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-185 {
    margin-left: 185px !important;
  }
  .pl-xl-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-190 {
    margin-left: 190px !important;
  }
  .pl-xl-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-195 {
    margin-left: 195px !important;
  }
  .pl-xl-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-205 {
    margin-left: 205px !important;
  }
  .pl-xl-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-210 {
    margin-left: 210px !important;
  }
  .pl-xl-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-215 {
    margin-left: 215px !important;
  }
  .pl-xl-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-220 {
    margin-left: 220px !important;
  }
  .pl-xl-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-225 {
    margin-left: 225px !important;
  }
  .pl-xl-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-230 {
    margin-left: 230px !important;
  }
  .pl-xl-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-235 {
    margin-left: 235px !important;
  }
  .pl-xl-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-240 {
    margin-left: 240px !important;
  }
  .pl-xl-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-245 {
    margin-left: 245px !important;
  }
  .pl-xl-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-250 {
    margin-left: 250px !important;
  }
  .pl-xl-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-255 {
    margin-left: 255px !important;
  }
  .pl-xl-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-260 {
    margin-left: 260px !important;
  }
  .pl-xl-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-265 {
    margin-left: 265px !important;
  }
  .pl-xl-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-270 {
    margin-left: 270px !important;
  }
  .pl-xl-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-275 {
    margin-left: 275px !important;
  }
  .pl-xl-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-280 {
    margin-left: 280px !important;
  }
  .pl-xl-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-285 {
    margin-left: 285px !important;
  }
  .pl-xl-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-290 {
    margin-left: 290px !important;
  }
  .pl-xl-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-295 {
    margin-left: 295px !important;
  }
  .pl-xl-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-300 {
    margin-left: 300px !important;
  }
  .pl-xl-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-305 {
    margin-left: 305px !important;
  }
  .pl-xl-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-310 {
    margin-left: 310px !important;
  }
  .pl-xl-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-315 {
    margin-left: 315px !important;
  }
  .pl-xl-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-320 {
    margin-left: 320px !important;
  }
  .pl-xl-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-325 {
    margin-left: 325px !important;
  }
  .pl-xl-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-330 {
    margin-left: 330px !important;
  }
  .pl-xl-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-335 {
    margin-left: 335px !important;
  }
  .pl-xl-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-340 {
    margin-left: 340px !important;
  }
  .pl-xl-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-345 {
    margin-left: 345px !important;
  }
  .pl-xl-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-350 {
    margin-left: 350px !important;
  }
  .pl-xl-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-355 {
    margin-left: 355px !important;
  }
  .pl-xl-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-360 {
    margin-left: 360px !important;
  }
  .pl-xl-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-365 {
    margin-left: 365px !important;
  }
  .pl-xl-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-370 {
    margin-left: 370px !important;
  }
  .pl-xl-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-375 {
    margin-left: 375px !important;
  }
  .pl-xl-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-380 {
    margin-left: 380px !important;
  }
  .pl-xl-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-385 {
    margin-left: 385px !important;
  }
  .pl-xl-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-390 {
    margin-left: 390px !important;
  }
  .pl-xl-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-395 {
    margin-left: 395px !important;
  }
  .pl-xl-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-400 {
    margin-left: 400px !important;
  }
  .pl-xl-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-405 {
    margin-left: 405px !important;
  }
  .pl-xl-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-410 {
    margin-left: 410px !important;
  }
  .pl-xl-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-415 {
    margin-left: 415px !important;
  }
  .pl-xl-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-420 {
    margin-left: 420px !important;
  }
  .pl-xl-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-425 {
    margin-left: 425px !important;
  }
  .pl-xl-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-430 {
    margin-left: 430px !important;
  }
  .pl-xl-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-435 {
    margin-left: 435px !important;
  }
  .pl-xl-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-440 {
    margin-left: 440px !important;
  }
  .pl-xl-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-445 {
    margin-left: 445px !important;
  }
  .pl-xl-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-450 {
    margin-left: 450px !important;
  }
  .pl-xl-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-455 {
    margin-left: 455px !important;
  }
  .pl-xl-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-460 {
    margin-left: 460px !important;
  }
  .pl-xl-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-465 {
    margin-left: 465px !important;
  }
  .pl-xl-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-470 {
    margin-left: 470px !important;
  }
  .pl-xl-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-475 {
    margin-left: 475px !important;
  }
  .pl-xl-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-480 {
    margin-left: 480px !important;
  }
  .pl-xl-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-485 {
    margin-left: 485px !important;
  }
  .pl-xl-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-490 {
    margin-left: 490px !important;
  }
  .pl-xl-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-495 {
    margin-left: 495px !important;
  }
  .pl-xl-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-500 {
    margin-left: 500px !important;
  }
  .pl-xl-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-505 {
    margin-left: 505px !important;
  }
  .pl-xl-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-510 {
    margin-left: 510px !important;
  }
  .pl-xl-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-515 {
    margin-left: 515px !important;
  }
  .pl-xl-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-520 {
    margin-left: 520px !important;
  }
  .pl-xl-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-525 {
    margin-left: 525px !important;
  }
  .pl-xl-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-530 {
    margin-left: 530px !important;
  }
  .pl-xl-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-535 {
    margin-left: 535px !important;
  }
  .pl-xl-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-540 {
    margin-left: 540px !important;
  }
  .pl-xl-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-545 {
    margin-left: 545px !important;
  }
  .pl-xl-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-550 {
    margin-left: 550px !important;
  }
  .pl-xl-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-555 {
    margin-left: 555px !important;
  }
  .pl-xl-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-560 {
    margin-left: 560px !important;
  }
  .pl-xl-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-565 {
    margin-left: 565px !important;
  }
  .pl-xl-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-570 {
    margin-left: 570px !important;
  }
  .pl-xl-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-575 {
    margin-left: 575px !important;
  }
  .pl-xl-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-580 {
    margin-left: 580px !important;
  }
  .pl-xl-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-585 {
    margin-left: 585px !important;
  }
  .pl-xl-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-590 {
    margin-left: 590px !important;
  }
  .pl-xl-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-595 {
    margin-left: 595px !important;
  }
  .pl-xl-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-600 {
    margin-left: 600px !important;
  }
  .pl-xl-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-605 {
    margin-left: 605px !important;
  }
  .pl-xl-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-610 {
    margin-left: 610px !important;
  }
  .pl-xl-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-615 {
    margin-left: 615px !important;
  }
  .pl-xl-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-620 {
    margin-left: 620px !important;
  }
  .pl-xl-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-625 {
    margin-left: 625px !important;
  }
  .pl-xl-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-630 {
    margin-left: 630px !important;
  }
  .pl-xl-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-635 {
    margin-left: 635px !important;
  }
  .pl-xl-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-640 {
    margin-left: 640px !important;
  }
  .pl-xl-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-645 {
    margin-left: 645px !important;
  }
  .pl-xl-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-650 {
    margin-left: 650px !important;
  }
  .pl-xl-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-655 {
    margin-left: 655px !important;
  }
  .pl-xl-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-660 {
    margin-left: 660px !important;
  }
  .pl-xl-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-665 {
    margin-left: 665px !important;
  }
  .pl-xl-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-670 {
    margin-left: 670px !important;
  }
  .pl-xl-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-675 {
    margin-left: 675px !important;
  }
  .pl-xl-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-680 {
    margin-left: 680px !important;
  }
  .pl-xl-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-685 {
    margin-left: 685px !important;
  }
  .pl-xl-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-690 {
    margin-left: 690px !important;
  }
  .pl-xl-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-695 {
    margin-left: 695px !important;
  }
  .pl-xl-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-700 {
    margin-left: 700px !important;
  }
  .pl-xl-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-705 {
    margin-left: 705px !important;
  }
  .pl-xl-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-710 {
    margin-left: 710px !important;
  }
  .pl-xl-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-715 {
    margin-left: 715px !important;
  }
  .pl-xl-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-720 {
    margin-left: 720px !important;
  }
  .pl-xl-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-725 {
    margin-left: 725px !important;
  }
  .pl-xl-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-730 {
    margin-left: 730px !important;
  }
  .pl-xl-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-735 {
    margin-left: 735px !important;
  }
  .pl-xl-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-740 {
    margin-left: 740px !important;
  }
  .pl-xl-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-745 {
    margin-left: 745px !important;
  }
  .pl-xl-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-750 {
    margin-left: 750px !important;
  }
  .pl-xl-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-755 {
    margin-left: 755px !important;
  }
  .pl-xl-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-760 {
    margin-left: 760px !important;
  }
  .pl-xl-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-765 {
    margin-left: 765px !important;
  }
  .pl-xl-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-770 {
    margin-left: 770px !important;
  }
  .pl-xl-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-775 {
    margin-left: 775px !important;
  }
  .pl-xl-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-780 {
    margin-left: 780px !important;
  }
  .pl-xl-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-785 {
    margin-left: 785px !important;
  }
  .pl-xl-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-790 {
    margin-left: 790px !important;
  }
  .pl-xl-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-795 {
    margin-left: 795px !important;
  }
  .pl-xl-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-800 {
    margin-left: 800px !important;
  }
  .pl-xl-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-805 {
    margin-left: 805px !important;
  }
  .pl-xl-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-810 {
    margin-left: 810px !important;
  }
  .pl-xl-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-815 {
    margin-left: 815px !important;
  }
  .pl-xl-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-820 {
    margin-left: 820px !important;
  }
  .pl-xl-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-825 {
    margin-left: 825px !important;
  }
  .pl-xl-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-830 {
    margin-left: 830px !important;
  }
  .pl-xl-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-835 {
    margin-left: 835px !important;
  }
  .pl-xl-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-840 {
    margin-left: 840px !important;
  }
  .pl-xl-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-845 {
    margin-left: 845px !important;
  }
  .pl-xl-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-850 {
    margin-left: 850px !important;
  }
  .pl-xl-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-855 {
    margin-left: 855px !important;
  }
  .pl-xl-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-860 {
    margin-left: 860px !important;
  }
  .pl-xl-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-865 {
    margin-left: 865px !important;
  }
  .pl-xl-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-870 {
    margin-left: 870px !important;
  }
  .pl-xl-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-875 {
    margin-left: 875px !important;
  }
  .pl-xl-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-880 {
    margin-left: 880px !important;
  }
  .pl-xl-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-885 {
    margin-left: 885px !important;
  }
  .pl-xl-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-890 {
    margin-left: 890px !important;
  }
  .pl-xl-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-895 {
    margin-left: 895px !important;
  }
  .pl-xl-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-900 {
    margin-left: 900px !important;
  }
  .pl-xl-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-905 {
    margin-left: 905px !important;
  }
  .pl-xl-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-910 {
    margin-left: 910px !important;
  }
  .pl-xl-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-915 {
    margin-left: 915px !important;
  }
  .pl-xl-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-920 {
    margin-left: 920px !important;
  }
  .pl-xl-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-925 {
    margin-left: 925px !important;
  }
  .pl-xl-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-930 {
    margin-left: 930px !important;
  }
  .pl-xl-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-935 {
    margin-left: 935px !important;
  }
  .pl-xl-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-940 {
    margin-left: 940px !important;
  }
  .pl-xl-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-945 {
    margin-left: 945px !important;
  }
  .pl-xl-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-950 {
    margin-left: 950px !important;
  }
  .pl-xl-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-955 {
    margin-left: 955px !important;
  }
  .pl-xl-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-960 {
    margin-left: 960px !important;
  }
  .pl-xl-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-965 {
    margin-left: 965px !important;
  }
  .pl-xl-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-970 {
    margin-left: 970px !important;
  }
  .pl-xl-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-975 {
    margin-left: 975px !important;
  }
  .pl-xl-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-980 {
    margin-left: 980px !important;
  }
  .pl-xl-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-985 {
    margin-left: 985px !important;
  }
  .pl-xl-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-990 {
    margin-left: 990px !important;
  }
  .pl-xl-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-995 {
    margin-left: 995px !important;
  }
  .pl-xl-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-1000 {
    margin-left: 1000px !important;
  }
  .pl-xl-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .pr-xl-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .pr-xl-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .pr-xl-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .pr-xl-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-105 {
    margin-right: 105px !important;
  }
  .pr-xl-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-110 {
    margin-right: 110px !important;
  }
  .pr-xl-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-115 {
    margin-right: 115px !important;
  }
  .pr-xl-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-125 {
    margin-right: 125px !important;
  }
  .pr-xl-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-130 {
    margin-right: 130px !important;
  }
  .pr-xl-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-135 {
    margin-right: 135px !important;
  }
  .pr-xl-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-145 {
    margin-right: 145px !important;
  }
  .pr-xl-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-150 {
    margin-right: 150px !important;
  }
  .pr-xl-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-155 {
    margin-right: 155px !important;
  }
  .pr-xl-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-165 {
    margin-right: 165px !important;
  }
  .pr-xl-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-170 {
    margin-right: 170px !important;
  }
  .pr-xl-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-175 {
    margin-right: 175px !important;
  }
  .pr-xl-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-185 {
    margin-right: 185px !important;
  }
  .pr-xl-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-190 {
    margin-right: 190px !important;
  }
  .pr-xl-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-195 {
    margin-right: 195px !important;
  }
  .pr-xl-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-205 {
    margin-right: 205px !important;
  }
  .pr-xl-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-210 {
    margin-right: 210px !important;
  }
  .pr-xl-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-215 {
    margin-right: 215px !important;
  }
  .pr-xl-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-220 {
    margin-right: 220px !important;
  }
  .pr-xl-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-225 {
    margin-right: 225px !important;
  }
  .pr-xl-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-230 {
    margin-right: 230px !important;
  }
  .pr-xl-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-235 {
    margin-right: 235px !important;
  }
  .pr-xl-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-240 {
    margin-right: 240px !important;
  }
  .pr-xl-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-245 {
    margin-right: 245px !important;
  }
  .pr-xl-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-250 {
    margin-right: 250px !important;
  }
  .pr-xl-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-255 {
    margin-right: 255px !important;
  }
  .pr-xl-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-260 {
    margin-right: 260px !important;
  }
  .pr-xl-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-265 {
    margin-right: 265px !important;
  }
  .pr-xl-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-270 {
    margin-right: 270px !important;
  }
  .pr-xl-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-275 {
    margin-right: 275px !important;
  }
  .pr-xl-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-280 {
    margin-right: 280px !important;
  }
  .pr-xl-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-285 {
    margin-right: 285px !important;
  }
  .pr-xl-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-290 {
    margin-right: 290px !important;
  }
  .pr-xl-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-295 {
    margin-right: 295px !important;
  }
  .pr-xl-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-300 {
    margin-right: 300px !important;
  }
  .pr-xl-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-305 {
    margin-right: 305px !important;
  }
  .pr-xl-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-310 {
    margin-right: 310px !important;
  }
  .pr-xl-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-315 {
    margin-right: 315px !important;
  }
  .pr-xl-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-320 {
    margin-right: 320px !important;
  }
  .pr-xl-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-325 {
    margin-right: 325px !important;
  }
  .pr-xl-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-330 {
    margin-right: 330px !important;
  }
  .pr-xl-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-335 {
    margin-right: 335px !important;
  }
  .pr-xl-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-340 {
    margin-right: 340px !important;
  }
  .pr-xl-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-345 {
    margin-right: 345px !important;
  }
  .pr-xl-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-350 {
    margin-right: 350px !important;
  }
  .pr-xl-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-355 {
    margin-right: 355px !important;
  }
  .pr-xl-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-360 {
    margin-right: 360px !important;
  }
  .pr-xl-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-365 {
    margin-right: 365px !important;
  }
  .pr-xl-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-370 {
    margin-right: 370px !important;
  }
  .pr-xl-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-375 {
    margin-right: 375px !important;
  }
  .pr-xl-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-380 {
    margin-right: 380px !important;
  }
  .pr-xl-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-385 {
    margin-right: 385px !important;
  }
  .pr-xl-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-390 {
    margin-right: 390px !important;
  }
  .pr-xl-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-395 {
    margin-right: 395px !important;
  }
  .pr-xl-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-400 {
    margin-right: 400px !important;
  }
  .pr-xl-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-405 {
    margin-right: 405px !important;
  }
  .pr-xl-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-410 {
    margin-right: 410px !important;
  }
  .pr-xl-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-415 {
    margin-right: 415px !important;
  }
  .pr-xl-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-420 {
    margin-right: 420px !important;
  }
  .pr-xl-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-425 {
    margin-right: 425px !important;
  }
  .pr-xl-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-430 {
    margin-right: 430px !important;
  }
  .pr-xl-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-435 {
    margin-right: 435px !important;
  }
  .pr-xl-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-440 {
    margin-right: 440px !important;
  }
  .pr-xl-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-445 {
    margin-right: 445px !important;
  }
  .pr-xl-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-450 {
    margin-right: 450px !important;
  }
  .pr-xl-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-455 {
    margin-right: 455px !important;
  }
  .pr-xl-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-460 {
    margin-right: 460px !important;
  }
  .pr-xl-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-465 {
    margin-right: 465px !important;
  }
  .pr-xl-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-470 {
    margin-right: 470px !important;
  }
  .pr-xl-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-475 {
    margin-right: 475px !important;
  }
  .pr-xl-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-480 {
    margin-right: 480px !important;
  }
  .pr-xl-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-485 {
    margin-right: 485px !important;
  }
  .pr-xl-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-490 {
    margin-right: 490px !important;
  }
  .pr-xl-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-495 {
    margin-right: 495px !important;
  }
  .pr-xl-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-500 {
    margin-right: 500px !important;
  }
  .pr-xl-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-505 {
    margin-right: 505px !important;
  }
  .pr-xl-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-510 {
    margin-right: 510px !important;
  }
  .pr-xl-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-515 {
    margin-right: 515px !important;
  }
  .pr-xl-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-520 {
    margin-right: 520px !important;
  }
  .pr-xl-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-525 {
    margin-right: 525px !important;
  }
  .pr-xl-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-530 {
    margin-right: 530px !important;
  }
  .pr-xl-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-535 {
    margin-right: 535px !important;
  }
  .pr-xl-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-540 {
    margin-right: 540px !important;
  }
  .pr-xl-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-545 {
    margin-right: 545px !important;
  }
  .pr-xl-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-550 {
    margin-right: 550px !important;
  }
  .pr-xl-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-555 {
    margin-right: 555px !important;
  }
  .pr-xl-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-560 {
    margin-right: 560px !important;
  }
  .pr-xl-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-565 {
    margin-right: 565px !important;
  }
  .pr-xl-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-570 {
    margin-right: 570px !important;
  }
  .pr-xl-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-575 {
    margin-right: 575px !important;
  }
  .pr-xl-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-580 {
    margin-right: 580px !important;
  }
  .pr-xl-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-585 {
    margin-right: 585px !important;
  }
  .pr-xl-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-590 {
    margin-right: 590px !important;
  }
  .pr-xl-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-595 {
    margin-right: 595px !important;
  }
  .pr-xl-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-600 {
    margin-right: 600px !important;
  }
  .pr-xl-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-605 {
    margin-right: 605px !important;
  }
  .pr-xl-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-610 {
    margin-right: 610px !important;
  }
  .pr-xl-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-615 {
    margin-right: 615px !important;
  }
  .pr-xl-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-620 {
    margin-right: 620px !important;
  }
  .pr-xl-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-625 {
    margin-right: 625px !important;
  }
  .pr-xl-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-630 {
    margin-right: 630px !important;
  }
  .pr-xl-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-635 {
    margin-right: 635px !important;
  }
  .pr-xl-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-640 {
    margin-right: 640px !important;
  }
  .pr-xl-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-645 {
    margin-right: 645px !important;
  }
  .pr-xl-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-650 {
    margin-right: 650px !important;
  }
  .pr-xl-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-655 {
    margin-right: 655px !important;
  }
  .pr-xl-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-660 {
    margin-right: 660px !important;
  }
  .pr-xl-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-665 {
    margin-right: 665px !important;
  }
  .pr-xl-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-670 {
    margin-right: 670px !important;
  }
  .pr-xl-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-675 {
    margin-right: 675px !important;
  }
  .pr-xl-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-680 {
    margin-right: 680px !important;
  }
  .pr-xl-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-685 {
    margin-right: 685px !important;
  }
  .pr-xl-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-690 {
    margin-right: 690px !important;
  }
  .pr-xl-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-695 {
    margin-right: 695px !important;
  }
  .pr-xl-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-700 {
    margin-right: 700px !important;
  }
  .pr-xl-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-705 {
    margin-right: 705px !important;
  }
  .pr-xl-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-710 {
    margin-right: 710px !important;
  }
  .pr-xl-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-715 {
    margin-right: 715px !important;
  }
  .pr-xl-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-720 {
    margin-right: 720px !important;
  }
  .pr-xl-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-725 {
    margin-right: 725px !important;
  }
  .pr-xl-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-730 {
    margin-right: 730px !important;
  }
  .pr-xl-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-735 {
    margin-right: 735px !important;
  }
  .pr-xl-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-740 {
    margin-right: 740px !important;
  }
  .pr-xl-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-745 {
    margin-right: 745px !important;
  }
  .pr-xl-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-750 {
    margin-right: 750px !important;
  }
  .pr-xl-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-755 {
    margin-right: 755px !important;
  }
  .pr-xl-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-760 {
    margin-right: 760px !important;
  }
  .pr-xl-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-765 {
    margin-right: 765px !important;
  }
  .pr-xl-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-770 {
    margin-right: 770px !important;
  }
  .pr-xl-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-775 {
    margin-right: 775px !important;
  }
  .pr-xl-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-780 {
    margin-right: 780px !important;
  }
  .pr-xl-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-785 {
    margin-right: 785px !important;
  }
  .pr-xl-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-790 {
    margin-right: 790px !important;
  }
  .pr-xl-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-795 {
    margin-right: 795px !important;
  }
  .pr-xl-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-800 {
    margin-right: 800px !important;
  }
  .pr-xl-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-805 {
    margin-right: 805px !important;
  }
  .pr-xl-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-810 {
    margin-right: 810px !important;
  }
  .pr-xl-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-815 {
    margin-right: 815px !important;
  }
  .pr-xl-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-820 {
    margin-right: 820px !important;
  }
  .pr-xl-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-825 {
    margin-right: 825px !important;
  }
  .pr-xl-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-830 {
    margin-right: 830px !important;
  }
  .pr-xl-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-835 {
    margin-right: 835px !important;
  }
  .pr-xl-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-840 {
    margin-right: 840px !important;
  }
  .pr-xl-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-845 {
    margin-right: 845px !important;
  }
  .pr-xl-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-850 {
    margin-right: 850px !important;
  }
  .pr-xl-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-855 {
    margin-right: 855px !important;
  }
  .pr-xl-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-860 {
    margin-right: 860px !important;
  }
  .pr-xl-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-865 {
    margin-right: 865px !important;
  }
  .pr-xl-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-870 {
    margin-right: 870px !important;
  }
  .pr-xl-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-875 {
    margin-right: 875px !important;
  }
  .pr-xl-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-880 {
    margin-right: 880px !important;
  }
  .pr-xl-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-885 {
    margin-right: 885px !important;
  }
  .pr-xl-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-890 {
    margin-right: 890px !important;
  }
  .pr-xl-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-895 {
    margin-right: 895px !important;
  }
  .pr-xl-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-900 {
    margin-right: 900px !important;
  }
  .pr-xl-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-905 {
    margin-right: 905px !important;
  }
  .pr-xl-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-910 {
    margin-right: 910px !important;
  }
  .pr-xl-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-915 {
    margin-right: 915px !important;
  }
  .pr-xl-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-920 {
    margin-right: 920px !important;
  }
  .pr-xl-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-925 {
    margin-right: 925px !important;
  }
  .pr-xl-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-930 {
    margin-right: 930px !important;
  }
  .pr-xl-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-935 {
    margin-right: 935px !important;
  }
  .pr-xl-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-940 {
    margin-right: 940px !important;
  }
  .pr-xl-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-945 {
    margin-right: 945px !important;
  }
  .pr-xl-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-950 {
    margin-right: 950px !important;
  }
  .pr-xl-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-955 {
    margin-right: 955px !important;
  }
  .pr-xl-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-960 {
    margin-right: 960px !important;
  }
  .pr-xl-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-965 {
    margin-right: 965px !important;
  }
  .pr-xl-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-970 {
    margin-right: 970px !important;
  }
  .pr-xl-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-975 {
    margin-right: 975px !important;
  }
  .pr-xl-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-980 {
    margin-right: 980px !important;
  }
  .pr-xl-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-985 {
    margin-right: 985px !important;
  }
  .pr-xl-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-990 {
    margin-right: 990px !important;
  }
  .pr-xl-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-995 {
    margin-right: 995px !important;
  }
  .pr-xl-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-1000 {
    margin-right: 1000px !important;
  }
  .pr-xl-1000 {
    padding-right: 1000px !important;
  }
}
.mx--15 {
  margin: 0 -15px;
}

.divider {
  margin: 0;
  border-top: 1px solid #212529;
  background-color: transparent;
}

.bicolor-margin {
  margin-top: -130px;
}

/**
* Border
*/
.br-0 {
  border-radius: 0px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-5 {
  border-radius: 5px;
}

.br-base {
  border-radius: 5px;
}

.br-bottom-5 {
  border-radius: 0 0 5px 5px;
}

.border-top-white {
  border-top: 1px solid #FFFFFF;
}

.border-colored {
  border: 1px solid #F0EAE4;
}

.border-custom-end {
  border-right: 1px solid #d4d4d4;
}

.border-color-secondary {
  border-color: var(--secondary-color);
}

.border-ed {
  border: 1px solid #ededed;
}

.border-top-rosport {
  border-top: 1px solid #F0EAE4;
}

.border-bottom-rosport {
  border-bottom: 1px solid #F0EAE4;
}

/**
* Shadow
*/
.shadow-dark {
  box-shadow: inset 0 1px 0 0 rgba(78, 78, 78, 0.75), 0 1px 0 0 rgba(78, 78, 78, 0.75);
}

/**
* Z-index & positions
*/
.zindex-0 {
  z-index: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0;
}

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

.right-0 {
  right: 0;
}

.right-20 {
  right: 20px;
}

.top-0 {
  top: 0;
}

.top-20 {
  top: 20px;
}

/**
* Separator
*/
.separator-secondary {
  background: #A8AB14;
  box-shadow: 0 1px 0 0 #E1E51B;
  margin: 40px 0;
}

.hr-light {
  color: #E3EDF0;
  height: 3px;
  margin: 30px 0;
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-70 {
  opacity: 0.7;
}

/**
* Cursor
*/
.cursor-pointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

/**
* Social Media
*/
.mr-6 {
  margin-right: 6px;
}

@media (min-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
}

.facebook-color {
  color: #365397;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  color: #FFFFFF !important;
}
.social-link.facebook {
  color: #365397 !important;
}
.social-link.facebook i {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .social-link.facebook i {
    font-size: 24px;
  }
}
.social-link.youtube {
  color: #ff3333 !important;
}
.social-link.youtube i {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .social-link.youtube i {
    font-size: 24px;
  }
}
.social-link.instagram {
  color: #ED8128 !important;
}
.social-link.instagram i {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .social-link.instagram i {
    font-size: 24px;
  }
}

.hover-text-green {
  transition: 0.3s;
}
.hover-text-green:hover {
  color: var(--secondary-color);
}

.hover-text-darkblue {
  transition: 0.3s;
}
.hover-text-darkblue:hover {
  color: var(--primary-color);
}

.bg-hover-primary {
  transition: 0.3s;
}
.bg-hover-primary:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}

.bg-hover-secondary {
  transition: 0.3s;
}
.bg-hover-secondary:hover {
  background-color: var(--secondary-color);
  cursor: pointer;
}

.bg-hover-secondary-i {
  transition: 0.3s;
}
.bg-hover-secondary-i:hover i {
  color: var(--secondary-color);
  cursor: pointer;
}

.i-nohover:hover i {
  color: white;
}

.color-inherit {
  color: inherit !important;
}

/**
 * Line Clamping
 */
.ellipsisone {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsistwo {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisthree {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisfour {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisfive {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisseven {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbEllipsis {
  display: flex;
  overflow: hidden;
  height: 80px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .breadcrumbEllipsis {
    height: 65px;
  }
}
.breadcrumbEllipsis .breadcrumb-item, .breadcrumbEllipsis .breadcrumbHomepage {
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumbEllipsis .breadcrumb-item:last-child, .breadcrumbEllipsis .active {
  flex: 0 1 auto;
  min-width: 0;
}
.breadcrumbEllipsis .breadcrumb-item:last-child span, .breadcrumbEllipsis .breadcrumb-item:last-child a, .breadcrumbEllipsis .active span, .breadcrumbEllipsis .active a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.ellipsisResponsive {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .ellipsisResponsive {
    -webkit-line-clamp: 3;
  }
}

a.text-orange {
  transition: 0.3s;
}
a.text-orange:hover {
  color: var(--secondary-color);
}

.boxtransition {
  transition: 0.3s; /* Safari */
  backface-visibility: hidden;
}
.boxtransition:hover {
  transform: translateX(10px);
  text-decoration: none;
  display: block;
}

.box-swipe:hover .swipe {
  transition: 0.3s;
  transform: translateX(10px);
}

@media (max-width: 575.98px) {
  .p-0-mobile {
    padding: 0;
  }
}

a p, a span {
  color: var(--primary-color);
  transition: 0.3s;
}
a:hover p, a:hover span {
  transition: 0.3s;
}

.chevronnav {
  margin-top: 7px;
  font-size: 9px;
  margin-right: 5px;
  color: #101820;
}
.chevronnav.active {
  color: #0E93C8;
}

.plusBtn {
  background-color: transparent;
  border: 0;
  transition: 0.3s;
}
.plusBtn .plusnav {
  font-size: 13px;
  color: var(--primary-color);
}

.chevronsmall {
  font-size: 10px;
}

.lg-close:after {
  content: "\f00d" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.lg-next:before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.lg-prev:after {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.btn-more {
  transition: 0.3s;
  height: 44px;
  font-size: 16px;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-color);
}
.btn-more:hover {
  transition: 0.3s;
  background-color: transparent;
  color: var(--primary-color);
}

.cal {
  position: absolute;
  right: 20px;
}

@media (max-width: 767.98px) {
  .footerlinks {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .footerlinks {
    height: 100%;
  }
}

.buttongallery {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-color);
  color: white;
  padding: 4px 15px;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
}
.buttongallery span {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 500;
}
.buttongallery i {
  color: white;
}
.buttongallery:hover {
  background-color: white;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.buttongallery:hover i {
  color: var(--primary-color);
}
.buttongallery:hover span {
  color: var(--primary-color);
}

.dnone {
  display: none;
}

.twocol h2, .twocol .h2 {
  color: var(--primary-color);
  font-family: museo-slab;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .twocol h2, .twocol .h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .wrapper-image-custom-300 {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .wrapper-image-custom-300 {
    height: 300px;
  }
}

.pr-slider {
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (max-width: 991.98px) {
  .pr-slider {
    padding-right: 0 !important;
  }
}
.pr-slider::-webkit-scrollbar {
  display: none;
}
.pr-slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.pl-slider {
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (max-width: 991.98px) {
  .pl-slider {
    padding-left: 0 !important;
  }
}
.pl-slider::-webkit-scrollbar {
  display: none;
}
.pl-slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@media (max-width: 767.98px) {
  .pr-slider-2 {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .btnresponsive {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .pr-undermd-0 {
    padding-right: 0 !important;
    overflow-x: hidden;
  }
}

@media (max-width: 991.98px) {
  .pr-underlg-0 {
    padding-right: 0 !important;
    overflow-x: hidden;
  }
}

@media (max-width: 991.98px) {
  .p-underlg-0 {
    padding: 0 !important;
    overflow-x: hidden;
  }
}

.ml-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 576px) {
  .ml-container {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .ml-container {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .ml-container {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .ml-container {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .ml-container {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .ml-container {
    margin-left: calc((100vw - 1590px) / 2);
  }
}
@media (min-width: 1920px) {
  .ml-container {
    margin-left: 165px;
  }
}

.mr-container {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 576px) {
  .mr-container {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .mr-container {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .mr-container {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .mr-container {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .mr-container {
    margin-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .mr-container {
    margin-right: calc((100vw - 1590px) / 2);
  }
}
@media (min-width: 1920px) {
  .mr-container {
    margin-right: 165px;
  }
}

.mr-bootstrap-container {
  margin-right: 0;
}
@media (min-width: 576px) {
  .mr-bootstrap-container {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .mr-bootstrap-container {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .mr-bootstrap-container {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .mr-bootstrap-container {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .mr-bootstrap-container {
    margin-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) {
  .mr-bootstrap-container {
    margin-right: 165px;
  }
}

.pr-container {
  padding-right: 0;
}
@media (min-width: 576px) {
  .pr-container {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .pr-container {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .pr-container {
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .pr-container {
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .pr-container {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) {
  .pr-container {
    padding-right: 165px;
  }
}

.pl-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .pl-container {
    padding-left: calc((100vw - 540px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vw - 720px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .pl-container {
    padding-left: calc((100vw - 960px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .pl-container {
    padding-left: calc((100vw - 1140px) / 2) !important;
  }
}
@media (min-width: 1400px) {
  .pl-container {
    padding-left: calc((100vw - 1320px) / 2) !important;
  }
}
@media (min-width: 1700px) {
  .pl-container {
    padding-left: 165px !important;
  }
}

.container-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .container-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .container-width {
    width: 540px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-width {
    width: 720px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-width {
    width: 960px;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-width {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-width {
    width: 1320px;
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container-width {
    width: 1590px;
    max-width: 1590px;
  }
}
@media (min-width: 576px) {
  .container-width-sm {
    width: 540px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-width-md {
    width: 720px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-width-lg {
    width: 960px;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-width-xl {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-width-xxl {
    width: 1320px;
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container-width-xxxl {
    width: 1590px;
    max-width: 1590px;
  }
}
.container-width-fluid {
  width: 100%;
  max-width: none;
}
@media (max-width: 575px) {
  .container-width-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .custom-width {
    width: 1755px;
  }
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.w-80 {
  width: 80%;
}

@media (min-width: 1620px) {
  .d-xxxl-flex {
    display: flex;
  }
}
@media (max-width: 1599px) {
  .d-xxxl-flex {
    display: none;
  }
}

.flex-none {
  flex: none;
}

.d-xl-webkit {
  display: none;
}
@media (min-width: 1400px) {
  .d-xl-webkit {
    display: -webkit-box;
  }
}

.translateeffect {
  transition: 0.3s;
  display: block;
}
.translateeffect:hover {
  transform: translateX(5px);
}

.last-child-0 > *:last-child {
  margin-bottom: 0 !important;
}

.selectContainer {
  height: -moz-fit-content;
  height: fit-content;
}
.selectContainer .form-select-style-1-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 11px;
}

.form-select-style-1 {
  background-position: right 25px center;
  background-color: white;
  border-radius: 5px;
  min-width: 150px;
  height: 50px;
  padding: 10px 25px;
  --bs-form-select-bg-img: unset;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: rgba(16, 24, 32, 0.5019607843);
  font-family: museo-sans;
}
.form-select-style-1.blueSelect {
  background-color: var(--primary-color);
  color: white;
}
.form-select-style-1.greySelect {
  background-color: #E3DED8;
  color: #101820;
}
.form-select-style-1.greySelect + i {
  color: #101820;
}

.form-button-style-1 {
  font-family: museo-sans;
  background-color: var(--primary-color);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 10px 25px 10px 25px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  --bs-form-select-bg-img: unset;
}

.modalOpeningsContainer {
  padding: 50px 60px;
  max-width: 535px;
  z-index: 1;
}
@media (min-width: 768px) {
  .modalOpeningsContainer {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .modalOpeningsContainer {
    padding: 35px;
  }
}
.modalOpeningsContainer .closeOpenings {
  top: 25px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .modalOpeningsContainer .closeOpenings {
    top: 15px;
    right: 15px;
  }
}
.modalOpeningsContainer .closeOpenings i {
  font-size: 25px;
  transition: 0.3s;
  color: #101820;
}
@media (max-width: 767.98px) {
  .modalOpeningsContainer .closeOpenings i {
    font-size: 20px;
  }
}
.modalOpeningsContainer .closeOpenings i:hover {
  color: #EB4E51;
}
.modalOpeningsContainer .OpeningsTitle {
  font-size: 25px;
  line-height: 32px;
  color: #101820;
}
.modalOpeningsContainer .secondary-title {
  color: #101820;
}
.modalOpeningsContainer .textOpenings p:not(.text-custom-primary), .modalOpeningsContainer .textOpenings span:not(.text-custom-primary) {
  color: #101820;
}
.modalOpeningsContainer .textOpenings .text-custom-light-primary {
  font-weight: 600;
}
.modalOpeningsContainer .textOpenings .secondPart {
  font-size: 16px;
  line-height: 26px;
}
.modalOpeningsContainer .textOpenings p + p {
  margin-top: 10px;
}
.modalOpeningsContainer .textOpenings p:last-of-type {
  margin-bottom: 0;
}
.modalOpeningsContainer .textOpenings hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgba(55, 56, 63, 0.1);
  max-width: 383px;
}

svg, img {
  shape-rendering: geometricPrecision;
}

hr.lightbluehr {
  color: #237E83;
  background: #237E83;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.28);
  height: 1px;
}

hr.bluehr {
  color: #20487C;
  background: #20487C;
  border-bottom: 1px solid #4D7CBA;
  height: 1px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-lg-fit {
  width: 100%;
}
@media (min-width: 992px) {
  .w-lg-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.gap-5 {
  gap: 5px;
}

.radius {
  border-radius: 5px;
}

.noscrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.noscrollbar::-webkit-scrollbar {
  display: none;
}

.overflow-y-enabled {
  overflow-y: auto;
}

.shineHover {
  position: relative;
  overflow: hidden;
}
.shineHover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.shineHover:hover::before {
  left: 100%;
}

.shineHover-2 {
  position: relative;
  overflow: hidden;
}
.shineHover-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.45s ease;
  pointer-events: none;
}
.shineHover-2:hover::before {
  left: 100%;
}

.triggershineHoverElement {
  position: relative;
  overflow: hidden;
}
.triggershineHoverElement .shineHoverElement {
  position: relative;
  z-index: 2;
}
.triggershineHoverElement .shineHoverElement::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
  z-index: 2;
}
.triggershineHoverElement:hover .shineHoverElement::before {
  left: 100%;
}

.triggerUnderlineHoverElement .underlineHoverElement {
  position: relative;
  display: inline-block;
}
.triggerUnderlineHoverElement .underlineHoverElement::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.triggerUnderlineHoverElement:hover .underlineHoverElement::after {
  width: 100%;
}

.underlineHoverElement-reverse {
  position: relative;
  display: inline-block;
}
.underlineHoverElement-reverse::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
  pointer-events: none;
}
.underlineHoverElement-reverse:hover::after {
  width: 0;
}

.primaryHover {
  transition: 0.3s;
  color: #101820;
}
.primaryHover:hover {
  color: var(--primary-color);
}

.backToLisitng {
  top: 40px;
  right: 40px;
}
@media (max-width: 767.98px) {
  .backToLisitng {
    top: 15px;
    right: 20px;
  }
}
.backToLisitng .backToLisitngLink {
  color: #101820;
  text-decoration: none;
}
.backToLisitng .backToLisitngLink i {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .backToLisitng .backToLisitngLink i {
    font-size: 20px;
  }
}
.backToLisitng:hover .backToLisitngLink i {
  color: #EB4E51;
}

.no-before::before {
  display: none;
}

.no-after::after {
  display: none;
}

.media-bg {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .media-bg {
    background-color: #F5F5F5;
  }
}

.white-space {
  white-space: nowrap;
}

.shrink-0 {
  flex-shrink: 0;
}

.px-0-underMd {
  padding-left: 0;
  padding-right: 0;
}

.customHeightFiche {
  min-height: 100vh;
}

.nav-pills .nav-item {
  padding: 0;
}
.nav-pills .nav-item .nav-link {
  white-space: nowrap;
  min-width: auto;
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  color: #24AA85;
}
.nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.active {
  margin: 0 5px;
  background-color: var(--primary-color);
  color: white;
}
.nav-pills .nav-item .nav-link.disabled {
  background-color: unset;
  color: unset;
  cursor: not-allowed;
}
.nav-pills .nav-item .nav-link.disabled:before {
  content: "";
}

#weatherTemp {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (max-width: 767.98px) {
  #weatherTemp {
    font-size: 17px;
    line-height: 27px;
  }
}

#weatherIcon {
  margin-right: 10px;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.stretched-link:after {
  z-index: 3;
}

/* Hide responsive menu by default until JS loads */
body:not(.js-loaded) .js-responsive-menu {
  display: none !important;
}

@media (max-width: 767.98px) {
  .textimg.tableElement .wrapper-elements {
    margin-right: -5px;
  }
}

table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) {
  min-width: 100%;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr a {
  color: var(--primary-color);
  transition: 0.3s;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr a:hover {
  transition: 0.3s;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) td a {
  color: var(--primary-color);
  transition: 0.3s;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) td a:hover {
  transition: 0.3s;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tr a {
  color: var(--primary-color);
  transition: 0.3s;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tr a:hover {
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table)::-webkit-scrollbar {
    display: none;
  }
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) * {
  font-family: museo-sans;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) caption {
  text-align: right;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead th, table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead b {
  vertical-align: top;
  font-size: 17px;
}
@media (max-width: 991.98px) {
  table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead th, table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead b {
    line-height: 24px;
  }
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead b {
  font-size: 17px;
  line-height: 29px;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th {
  min-width: 200px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  padding: 20px;
  background-color: var(--primary-color);
  color: white;
}
@media (max-width: 991.98px) {
  table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th {
    line-height: 24px;
  }
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th p strong {
  font-weight: 500 !important;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td.black-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th.black-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td.black-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th.black-cell {
  background-color: #101820;
  color: white;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td.black-cell p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td.black-cell span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th.black-cell p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th.black-cell span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td.black-cell p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td.black-cell span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th.black-cell p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th.black-cell span {
  color: white;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td.grey-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th.grey-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td.grey-cell,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th.grey-cell {
  background-color: #ededed;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td span,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th p,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th span {
  color: #101820;
  font-weight: 300;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td p strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr td span strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th p strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) thead tr th span strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td p strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td span strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th p strong,
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr th span strong {
  font-weight: 300;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3);
  color: #101820;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr:nth-child(odd) {
  background-color: white;
  color: #101820;
}
table:not(.calendarBox table):not(.calendarBox *):not(#fullCalendar table) tbody tr td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 25px 20px;
}

.smallGallery .js-btn-open-lightgallery {
  border-right: 1px solid white;
}
.smallGallery .wrapper-ng-image {
  background-color: #24AA85;
}
.smallGallery .wrapper-ng-image i {
  font-size: 22px;
}
.smallGallery .border-gallery {
  border-right: 1px solid white;
}
.smallGallery .wrapper-images {
  overflow: hidden;
}
.smallGallery .wrapper-image {
  height: 200px;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .smallGallery .wrapper-image {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .smallGallery .wrapper-image {
    height: 120px;
  }
}
.smallGallery .wrapper-image:hover:not(.no-transform) {
  transform: scale(1.03);
}
.smallGallery .wrapper-ng-images {
  background-color: var(--secondary-color);
  color: #FFFFFF;
  min-width: 25%;
  max-width: 25%;
  text-align: center;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  border-radius: 0 3px 3px 0;
}
@media (max-width: 1199.98px) {
  .smallGallery .wrapper-ng-images {
    min-width: 33%;
    max-width: 33%;
  }
}
.smallGallery .wrapper-ng-images .white-circle {
  height: 61px;
  width: 61px;
}
@media (max-width: 767.98px) {
  .smallGallery .wrapper-ng-images .white-circle {
    height: 50px;
    width: 50px;
  }
}
.smallGallery .wrapper-ng-images .svg-inline--fa {
  font-size: 58px;
  background-color: var(--secondary-color);
  padding: 14px;
  border-radius: 50px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.smallGallery .wrapper-ng-images .fa-camera-retro {
  font-size: 27px;
  color: var(--secondary-color);
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .smallGallery .wrapper-ng-images .fa-camera-retro {
    font-size: 22px;
  }
}
.smallGallery .wrapper-ng-images .bg-hover-primary {
  transition: 0.3s;
}
.smallGallery .wrapper-ng-images p {
  transition: 0.3s;
}
.smallGallery .wrapper-ng-images .rounded-circle {
  transition: 0.3s;
  background-color: white;
}
@media (max-width: 767.98px) {
  .smallGallery .wrapper-ng-images {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 575.98px) {
  .smallGallery .wrapper-ng-images {
    min-width: 50%;
    max-width: 50%;
  }
}
.smallGallery .wrapper-ng-images:hover {
  background-color: black;
}
.smallGallery .wrapper-ng-images:hover p {
  color: var(--primary-color);
}
.smallGallery .wrapper-ng-images:hover .rounded-circle {
  background-color: white;
}
.smallGallery .wrapper-ng-images:hover .fa-camera-retro {
  font-size: 27px;
  color: black;
}
@media (max-width: 767.98px) {
  .smallGallery .wrapper-ng-images:hover .fa-camera-retro {
    font-size: 22px;
  }
}

.bigGallery {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .bigGallery {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
  }
}
.bigGallery a.shineHover:after {
  display: none;
}

.first-img-row {
  width: 42%;
  height: 322px;
}
@media (max-width: 991.98px) {
  .first-img-row {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .first-img-row {
    width: 100%;
    height: 287px;
  }
}

.small-containers-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 70%;
}
@media (max-width: 1199.98px) {
  .small-containers-row .img-small {
    aspect-ratio: 1;
    height: unset;
  }
}
@media (max-width: 991.98px) {
  .small-containers-row {
    gap: 15px;
    width: 100%;
  }
}

.img-1-container {
  width: 100%;
}
.img-1-container .wrapper-image {
  width: 100%;
}
.img-1-container img {
  height: 322px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-small-container {
  flex: 1;
  height: 322px;
}
@media (max-width: 767.98px) {
  .img-small-container {
    height: 167px;
  }
}
@media (max-width: 991.98px) {
  .img-small-container {
    width: calc(33.3333333333% - 10px);
  }
}
.img-small-container .img-small {
  width: 100%;
  height: 146px;
}
@media (max-width: 767.98px) {
  .img-small-container .img-small {
    height: 76px;
  }
}

.bigGallery .wrapper-image img, .bigGallery .wrapper-image .overlay-35 {
  transition: transform 0.3s ease, background 0.3s ease;
}
.bigGallery .wrapper-image:hover img, .bigGallery .wrapper-image:hover .overlay-35 {
  transform: scale(1.03);
}
.bigGallery .wrapper-image:hover .overlay-35 {
  background: rgba(0, 0, 0, 0.15);
}

.accordions .titleAccordion {
  line-height: 29px;
  font-weight: 400;
}
.accordions .button-accordion span {
  max-width: 90%;
}
.accordions .button-accordion.collapsed {
  background-color: white;
  color: #101820;
}
.accordions .button-accordion .icon-plus {
  position: relative;
  background-color: var(--primary-color);
  transition: 0.3s;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .accordions .button-accordion .icon-plus {
    width: 30px;
    height: 30px;
  }
}
.accordions .button-accordion .icon-plus i {
  color: white;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .accordions .button-accordion .icon-plus i {
    font-size: 14px;
  }
}
.accordions .button-accordion .icon-plus .fa-minus {
  display: block;
}
.accordions .button-accordion .icon-plus .fa-plus {
  display: none;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 800ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.accordions .button-accordion.collapsed {
  padding: 25px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .accordions .button-accordion.collapsed {
    padding: 25px 20px;
  }
}
.accordions .button-accordion.collapsed .icon-plus {
  transition-duration: 0.3s;
  transition-delay: 0.25s;
}
.accordions .button-accordion.collapsed .icon-plus .fa-minus {
  display: none;
  transform: rotate(360deg);
  transform-origin: center;
  transition: transform 800ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.accordions .button-accordion.collapsed .icon-plus .fa-plus {
  display: block;
  transition-duration: 0.3s;
}
.accordions .button-accordion.collapsed .titleAccordion {
  transition: 0.5s;
}
.accordions .button-accordion.collapsed:hover {
  background-color: var(--primary-color);
  color: white;
}
.accordions .button-accordion.collapsed:hover .titleAccordion {
  color: white;
}
.accordions .button-accordion.collapsed:hover .icon-plus {
  background-color: white;
}
.accordions .button-accordion.collapsed:hover .icon-plus i {
  color: var(--primary-color);
}
.accordions .button-accordion.collapsed::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition-delay: 0.4s;
  transition: left 1s ease;
  pointer-events: none;
}
.accordions .button-accordion.collapsed:hover::before {
  left: 100%;
}
.accordions .button-accordion:not(.collapsed), .accordions .button-accordion .accordion-body {
  padding: 25px 25px 0 25px !important;
  background-color: white;
}
@media (max-width: 991.98px) {
  .accordions .button-accordion:not(.collapsed), .accordions .button-accordion .accordion-body {
    padding: 25px 20px !important;
  }
}
.accordions .accordion-body {
  padding: 15px 25px 20px 25px !important;
}
@media (max-width: 991.98px) {
  .accordions .accordion-body {
    padding: 0px 25px 20px 25px !important;
  }
}
.accordions .accordion-body p + p {
  margin-top: 15px;
}
.accordions .textfaq {
  max-width: calc(100% - 50px);
}
.accordions .textfaq p:last-of-type {
  margin-bottom: 0;
}
.accordions .accordion-item {
  border: 1px solid #F0EAE4;
  border-radius: 5px;
}
.accordions .accordion-item .show {
  border-radius: 0 0 5px 5px;
}
.accordions .accordion-item:first-child {
  border-top: 1px solid #F0EAE4;
}
.accordions .accordion-header {
  border-radius: 5px;
}
.accordions .accordion-header button[aria-expanded=true] {
  border-radius: 5px 5px 0 0 !important;
}
.accordions .accordion-header:has(button[aria-expanded=true]) {
  border-radius: 5px 5px 0 0 !important;
}

header nav {
  padding: 25px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav {
    padding: 20px 0;
  }
}
header nav.navbar-main {
  padding: 15px 0 !important;
}
header nav .navShadow {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  transition: all 200ms linear;
}
@media (min-width: 992px) {
  header nav .navbar-brand .logo-nav {
    height: 75px;
  }
}
@media (max-width: 991.98px) {
  header nav .navbar-brand .logo-nav {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  header nav .navbar-brand .logo-nav {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  header nav .socials {
    margin-right: 20px;
  }
}
header nav .languageSelector {
  gap: 0px;
}
header nav .languageSelector .flagLink img {
  width: 22px;
  height: 22px;
}
header nav .fa-universal-access {
  font-size: 22px;
  color: var(--primary-color);
}
header nav .burger-container {
  width: 17px;
  height: 16px;
  z-index: 1;
}
header nav .burger-container .burger-size {
  width: 17px;
  height: 16px;
}
header nav .burger-container .burger-size .burger-nav-bar {
  width: 17px;
  height: 2px;
  border-radius: 5px;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
header nav .burger-container .burger-size .burger-nav-bar.top, header nav .burger-container .burger-size .burger-nav-bar.center, header nav .burger-container .burger-size .burger-nav-bar.bottom {
  background-color: #101820;
  width: 17px;
}
header nav .burger-container .burger-size .burger-nav-bar.top {
  top: 0;
}
header nav .burger-container .burger-size .burger-nav-bar.center {
  top: 7px;
}
header nav .burger-container .burger-size .burger-nav-bar.bottom {
  top: 14px;
}
@media all and (min-width: 992px) {
  header nav .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header nav .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  header nav .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  header nav {
    padding: 20px 0;
  }
}
@media (max-width: 1399.98px) {
  header nav .burger-container {
    height: unset;
  }
}
@media (max-width: 991.98px) {
  header nav .burger-size {
    height: 16px;
  }
}
header .navSeparator {
  display: none;
}
@media (min-width: 1200px) {
  header .navSeparator {
    display: block;
  }
}
header .popularLinks {
  cursor: pointer;
  background-color: var(--primary-color);
  font-size: 20px;
}
@media (min-width: 1400px) {
  header .popularLinks {
    font-size: 25px;
  }
}
header .popularLinks::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  background-color: var(--primary-color);
}
@media (max-width: 1699px) {
  header .popularLinks::after {
    width: 200%;
    max-width: 200px;
  }
}
@media (min-width: 1700px) and (max-width: 1920px) {
  header .popularLinks::after {
    width: calc((100vw - 1590px) / 2);
  }
}
@media (min-width: 1921px) {
  header .popularLinks::after {
    width: 165px;
  }
}
header .popularLinks i.fa-stars {
  color: white;
  font-size: 20px;
}
header .popularLinks .circleArrow {
  width: 30px;
  height: 30px;
  transition: 0.3s;
  flex-shrink: 0;
}
header .popularLinks .circleArrow i {
  font-size: 15px;
}
header .popularLinks:hover .circleArrow {
  transform: translateY(10px);
}
header .header-top {
  gap: 30px;
  position: relative;
}
@media (min-width: 992px) {
  header .header-top {
    gap: 35px;
  }
}
@media (min-width: 1200px) {
  header .header-top {
    gap: 35px;
  }
}
@media (min-width: 1700px) {
  header .header-top {
    gap: 60px;
  }
}
header .header-top.navbar {
  display: flex;
  flex-wrap: wrap;
}
header .header-top .nav-item {
  margin: 0;
  padding: 0;
}
header .header-top .nav-item.dropdown:has(.level_1 .nav-link-level_3), header .header-top .nav-item.dropdown:has(.white-section .nav-link-level_3) {
  order: -1;
}
header .header-top .nav-item.dropdown[data-has-level3=true] {
  order: -1;
}
header .header-top .nav-item .nav-link {
  cursor: pointer;
  transition: color 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  font-weight: 500;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
header .header-top .nav-item .nav-link.nav-link-level_3 {
  padding-bottom: 15px;
}
header .header-top .nav-item .nav-link span {
  color: #101820;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  header .header-top .nav-item .nav-link span {
    font-size: 15px;
    line-height: 26px;
  }
}
header .header-top .nav-item .nav-link.active {
  color: var(--primary-color) !important;
}
header .header-top .nav-item .span-level_1 {
  color: var(--primary-color);
  font-weight: 500;
}
header .header-top .nav-item .span-level_1 i {
  font-size: 10px;
}
header .header-top .nav-item:hover .nav-link {
  color: var(--primary-color);
}
header .header-top .nav-item:hover .nav-link .span-level_1 {
  color: var(--primary-color);
}
header .header-top .nav-link-level_2, header .header-top .nav-link-level_3 {
  transition: 0.3s;
}
header .header-top .nav-link-level_2:hover, header .header-top .nav-link-level_3:hover {
  color: var(--primary-color);
}
header .header-top .nav-link-level_2:hover .span-level_2, header .header-top .nav-link-level_2:hover .span-level_3, header .header-top .nav-link-level_3:hover .span-level_2, header .header-top .nav-link-level_3:hover .span-level_3 {
  color: var(--primary-color);
}
header .header-top .nav-link-level_3 .span-level_3 {
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
header .header-top .nav-link-level_3 .span-level_3::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 8px;
  height: 2px;
  background-color: var(--primary-color);
  flex-shrink: 0;
}
header .header-top .nav-item.dropdown {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
header .header-top .nav-item.dropdown .level_1 > .nav-item + .nav-item {
  margin-top: 15px;
}
header .header-top .nav-item.dropdown .dropdown-container {
  display: none;
  position: absolute;
  right: auto;
  padding: 50px 0 0 0;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
@media (max-width: 1700px) {
  header .header-top .nav-item.dropdown .dropdown-container {
    width: calc(100% - 80px);
    padding: 50px 0 0 0;
    left: 30px;
    right: 30px;
    transform: unset;
  }
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu {
  background-color: #fff;
  border: 0;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.04);
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  border-radius: 5px;
  overflow: hidden;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .blue-section {
  background-color: var(--primary-color);
  width: 345px;
  flex-shrink: 0;
  padding: 50px 40px;
}
@media (max-width: 1700px) {
  header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .blue-section {
    width: 300px;
    padding: 30px 20px;
  }
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .blue-section .linkElement i {
  font-weight: 400;
  font-size: 22px;
  width: 35px;
  opacity: 0.8;
  display: flex;
  justify-content: center;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .blue-section .linkElement .linkCategory {
  opacity: 0.8;
  font-size: 14px;
  line-height: 20px;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .blue-section * {
  color: white;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .white-section.level_1 {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding: 50px 60px;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .white-section.level_1 .nav-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .white-section.level_2 {
  margin-bottom: 40px;
  margin-left: 15px;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .level_1 {
  border: 0;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .level_1 .nav-link {
  display: block;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .level_1 .nav-link .span-level_2 {
  font-size: 17px;
  line-height: 29px;
  color: var(--primary-color);
  font-weight: 400;
  border: 0;
  padding: 0 0 15px 0;
  width: auto;
  height: auto;
}
header .header-top .nav-item.dropdown .dropdown-container .dropdown-menu .level_1 .nav-link:hover {
  color: var(--primary-color);
}
@media (max-width: 1199.98px) {
  header .header-top .nav-item.dropdown .dropdown-container {
    top: 105px;
  }
}
header .header-top .nav-item.dropdown.show-backdrop::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  pointer-events: auto;
}
header .header-top .nav-item:hover > .dropdown-container {
  display: block;
  animation: slideDown 0.3s;
}
@media (min-width: 1700px) {
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translate(-50%, -60px);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
}

.header-backdrop,
.main-content-backdrop {
  position: relative;
}

.header-backdrop::after,
.main-content-backdrop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-backdrop.show-backdrop::after,
.main-content-backdrop.show-backdrop::after {
  opacity: 1;
  pointer-events: auto;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}

.dropdown-backdrop.show {
  opacity: 1;
}

button.burger-nav-button {
  position: relative;
  border: none;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
@media (min-width: 992px) {
  button.burger-nav-button {
    position: relative;
    right: 0;
  }
}
button.burger-nav-button .burger-nav-bars {
  margin: 0;
  height: 18px;
  width: 17px;
  position: relative;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar {
  width: 17px;
  height: 2px;
  background-color: #101820;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.top {
  top: 0;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.center {
  top: 7px;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.bottom {
  top: 14px;
}

@media (min-width: 1200px) {
  .burgeroffcanva {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 38%, white 33%, white 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.burgeroffcanva .offcanvas {
  z-index: 100;
}
.burgeroffcanva .offcanvas-header .closecross {
  font-size: 30px;
}
.burgeroffcanva .offcanvas-body .firstcol .element:not(.level_1) {
  display: none !important;
}
.burgeroffcanva .offcanvas-body .secondcol * {
  display: none;
}
.burgeroffcanva .offcanvas-body .secondcol .element:not(.level_1) {
  display: none !important;
}
.burgeroffcanva .offcanvas-body .thirdcol .element:not(.level_3) {
  display: none !important;
}

.ficheplace .stickyHeader {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #F0EAE4;
  z-index: 3;
}
.ficheplace .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.ficheplace .listingLink i {
  font-size: 16px;
  transition: 0.3s;
}
.ficheplace .listingLink:hover {
  background-color: var(--primary-color);
}
.ficheplace .listingLink:hover i {
  color: white;
}
@media (min-width: 768px) {
  .ficheplace .highlightImages {
    border-radius: 10px;
    overflow: hidden;
  }
}
.ficheplace .wrapper-image-highlight {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ficheplace .wrapper-image-highlight {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .ficheplace .wrapper-image-highlight {
    height: 237px;
  }
  .ficheplace .wrapper-image-highlight.main {
    height: 100%;
  }
}
.ficheplace .wrapper-image-highlight .imgCount {
  font-size: 30px;
  line-height: 40px;
}
.ficheplace .hidden-image {
  display: none;
}
@media (max-width: 767.98px) {
  .ficheplace .highlighted-box {
    border: 1px solid rgba(55, 56, 63, 0.1);
  }
}
.ficheplace .highlighted-box .nativeSharing i {
  font-size: 22px;
}
.ficheplace .highlighted-box .address,
.ficheplace .highlighted-box .capacity {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.ficheplace .highlighted-box .address .icon-wrapper,
.ficheplace .highlighted-box .capacity .icon-wrapper {
  width: 25px;
  display: flex;
  justify-content: center;
}
.ficheplace .highlighted-box .address *,
.ficheplace .highlighted-box .capacity * {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.ficheplace .highlighted-box .address span,
.ficheplace .highlighted-box .address p,
.ficheplace .highlighted-box .capacity span,
.ficheplace .highlighted-box .capacity p {
  margin-bottom: 0;
}
.ficheplace .pill {
  background-color: var(--primary-color);
  padding: 5px 20px;
}
.ficheplace .pill .pillTitle {
  font-size: 15px;
  color: white;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .ficheplace .pill .pillTitle {
    font-size: 14px;
  }
}
.ficheplace .equipmentsContainer {
  gap: 10px 25px;
}
.ficheplace .equipmentsContainer .equipment .equipmentTitle {
  font-size: 17px;
  line-height: 29px;
}
@media (max-width: 991.98px) {
  .ficheplace .equipmentsContainer .equipment .equipmentTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.ficheplace .equipmentsContainer .equipment i {
  font-size: 15px;
  line-height: 23px;
  margin-right: 10px;
}
.ficheplace .calendarTitle {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.ficheplace .calendarBox {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 30px 20px;
}
.ficheplace .legend span, .ficheplace .legend i {
  color: #E1A228;
}
.ficheplace .legend i {
  font-size: 7px;
  margin-top: 3px;
}
.ficheplace .localisation {
  background-color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  z-index: 2;
  position: relative;
  margin-bottom: -20px;
}
.ficheplace .localisation span {
  font-size: 15px;
  font-weight: 700;
}
.ficheplace .mapBox {
  z-index: 1;
  position: relative;
}
.ficheplace .mapBox #placeMap {
  width: 100%;
  min-height: 300px;
  border: 1px solid #F0EAE4;
}
@media (min-width: 992px) {
  .ficheplace .mapBox #placeMap {
    height: 480px !important;
  }
}
@media (max-width: 991.98px) {
  .ficheplace .mapBox #placeMap {
    height: 200px;
  }
}
.ficheplace .mapBox #placeMap .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 767.98px) {
  .ficheplace .bookingButtonContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 16;
  }
  .ficheplace .bookingButtonContainer button {
    padding: 15px 25px;
    width: 100%;
    border-radius: 0;
  }
}
.ficheplace .wrapper-hall-selection .checkbox-hall .sub-rentable-container {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 29px;
}
@media (min-width: 992px) {
  .ficheplace .wrapper-hall-selection .checkbox-hall .sub-rentable-container {
    font-size: 17px;
    line-height: 29px;
  }
}
.ficheplace .wrapper-hall-selection .checkbox-hall .sub-rentable-container:hover {
  background-color: var(--primary-color);
  text-decoration: none;
}
.ficheplace .wrapper-hall-selection .checkbox-hall .sub-rentable-container:hover span {
  color: white;
}

.listings-icon .wrapper-list {
  background-color: white;
  border: 1px solid #F0EAE4;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
}
@media (max-width: 991.98px) {
  .listings-icon .wrapper-list {
    padding: 25px 20px;
  }
}
.listings-icon .wrapper-list .list-link {
  transition-delay: 0.25s;
  transition: 0.5s;
  display: block;
  background-color: var(--primary-color);
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .listings-icon .wrapper-list .list-link {
    width: 30px;
    height: 30px;
  }
}
.listings-icon .wrapper-list .list-link i {
  color: white;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .listings-icon .wrapper-list .list-link i {
    font-size: 14px;
  }
}
.listings-icon .wrapper-list h3, .listings-icon .wrapper-list .h3 {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.listings-icon .wrapper-list h3::after, .listings-icon .wrapper-list .h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.listings-icon .wrapper-list .wrapper-icon-listing {
  display: flex;
  justify-content: center;
  width: 30px;
}
.listings-icon .wrapper-list .wrapper-icon-listing i {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 300;
}
.listings-icon .wrapper-list .description span, .listings-icon .wrapper-list .description p {
  color: rgba(0, 0, 0, 0.5);
}
.listings-icon .wrapper-list:hover {
  background-color: var(--primary-color);
}
.listings-icon .wrapper-list:hover h3, .listings-icon .wrapper-list:hover .h3 {
  color: white;
}
.listings-icon .wrapper-list:hover h3::after, .listings-icon .wrapper-list:hover .h3::after {
  width: 100%;
}
.listings-icon .wrapper-list:hover span, .listings-icon .wrapper-list:hover p {
  color: white;
}
.listings-icon .wrapper-list:hover .list-link {
  background-color: white;
  transform: translateX(10px);
}
.listings-icon .wrapper-list:hover .list-link i {
  color: var(--primary-color);
}
.listings-icon .wrapper-list:hover .wrapper-icon-listing i {
  color: white;
}
.listings-icon .wrapper-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition-delay: 0.4s;
  transition: left 0.7s ease;
  pointer-events: none;
}
.listings-icon .wrapper-list:hover::before {
  left: 100%;
}

@media (min-width: 992px) {
  .listings-image .listContainer .wrapper-list {
    border-radius: 5px;
  }
}
.listings-image .listContainer .wrapper-list {
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #F0EAE4;
  transition: 0.5s ease;
}
@media (max-width: 1199.98px) {
  .listings-image .listContainer .wrapper-list {
    padding: 20px;
  }
}
.listings-image .listContainer .wrapper-list .description p:last-of-type {
  margin-bottom: 0;
}
.listings-image .listContainer .wrapper-list .list-link {
  transition-delay: 0.25s;
  transition: 0.5s;
  display: block;
  background-color: var(--primary-color);
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .listings-image .listContainer .wrapper-list .list-link {
    width: 30px;
    height: 30px;
  }
}
.listings-image .listContainer .wrapper-list .list-link i {
  color: white;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .listings-image .listContainer .wrapper-list .list-link i {
    font-size: 14px;
  }
}
.listings-image .listContainer .wrapper-list h3, .listings-image .listContainer .wrapper-list .h3 {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.listings-image .listContainer .wrapper-list h3::after, .listings-image .listContainer .wrapper-list .h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.listings-image .listContainer .wrapper-list .wrapper-image-listing {
  width: 150px;
  height: 110px;
}
@media (max-width: 1199.98px) {
  .listings-image .listContainer .wrapper-list .wrapper-image-listing {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.listings-image .listContainer .wrapper-list:hover {
  background-color: var(--primary-color);
}
.listings-image .listContainer .wrapper-list:hover h3, .listings-image .listContainer .wrapper-list:hover .h3 {
  color: white;
}
.listings-image .listContainer .wrapper-list:hover h3::after, .listings-image .listContainer .wrapper-list:hover .h3::after {
  width: 100%;
}
.listings-image .listContainer .wrapper-list:hover span, .listings-image .listContainer .wrapper-list:hover p {
  color: white;
}
.listings-image .listContainer .wrapper-list:hover .list-link {
  background-color: white;
  transform: translateX(10px);
}
.listings-image .listContainer .wrapper-list:hover .list-link i {
  color: var(--primary-color);
}
.listings-image .listContainer .wrapper-list:hover .wrapper-icon-listing i {
  color: white;
}
.listings-image .listContainer .wrapper-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition-delay: 0.4s;
  transition: left 0.7s ease;
  pointer-events: none;
}
.listings-image .listContainer .wrapper-list:hover::before {
  left: 100%;
}

.nav-search {
  width: 37px;
  height: 37px;
  max-width: 37px;
  max-height: 37px;
  background: var(--primary-color);
  transition: 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-search:hover, .nav-search:focus, .nav-search.active {
  background: #FF7333;
}
.nav-search:hover i, .nav-search:focus i, .nav-search.active i {
  color: #FFFFFF;
}
.nav-search .fa-magnifying-glass, .nav-search .fa-search {
  font-size: 16px;
}
.nav-search i.fa-xmark {
  font-size: 21px;
  margin-top: 1px;
  position: relative;
}
.nav-search i {
  color: #FFFFFF;
}

.container-wrapper {
  position: relative;
}

html.search-no-scroll,
body.search-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.search-backdrop {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  top: 81px;
}
@media (max-width: 991.98px) {
  .search-backdrop {
    background-color: #F5F5F5;
  }
}
@media (min-width: 992px) {
  .search-backdrop {
    top: 106px;
  }
}
@media (min-width: 1200px) {
  .search-backdrop {
    top: 195px;
  }
}
.search-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.input-search {
  width: 374px;
  background-color: white;
  border: 1px solid #F0EAE4;
  top: 30px;
  z-index: 16;
  right: 0;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .input-search {
    top: 20px;
  }
}
@media (min-width: 1920px) {
  .input-search {
    right: -150px;
  }
}
@media (max-width: 767.98px) {
  .input-search {
    width: 100%;
  }
}
.input-search .searchLinksTitle {
  font-size: 16px;
  font-weight: 400;
}
.input-search .searchLinks {
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 20px;
  white-space: nowrap;
}
.input-search .searchLinks:not(:last-of-type) .searchLink {
  border-bottom: 1px solid #F0EAE4;
}
.input-search .wrapper-input-search {
  height: 48px;
}
.input-search .wrapper-input-search input {
  border-radius: 5px;
  border: 1px solid #F0EAE4;
  color: #101820;
}
.input-search .wrapper-input-search .submit-search {
  background-color: transparent;
  border: none;
  top: 15px;
  left: 20px;
}
.input-search .wrapper-input-search .submit-search i {
  color: #101820;
  font-size: 17px;
}
.input-search .wrapper-input-search .closeSearch {
  top: 15px;
  right: 20px;
  color: #101820;
  font-size: 17px;
}
.input-search i.fa-search, .input-search .ctaLabelSearch {
  font-size: 16px;
}

.searchPage hr {
  margin: 30px 0;
}
.searchPage .input-search-2-form {
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #F0EAE4;
  background-color: var(--primary-color);
}
@media (min-width: 992px) {
  .searchPage .input-search-2-form {
    width: 510px;
  }
}
.searchPage .input-search-2-form .inputSearch {
  background-color: var(--primary-color);
  color: white;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  font-family: museo-sans;
}
.searchPage .input-search-2-form .inputSearch::-moz-placeholder {
  color: white;
}
.searchPage .input-search-2-form .inputSearch::placeholder {
  color: white;
}
.searchPage .input-search-2-form i.fa-magnifying-glass {
  font-size: 22px;
}
.searchPage .input-search-2-form i.fa-circle-xmark {
  font-size: 25px;
}
.searchPage .nav-link {
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  white-space: nowrap;
}
.searchPage .nav-link:hover, .searchPage .nav-link.active {
  background-color: var(--primary-color);
  color: white;
}
.searchPage .nav-link.disabled {
  background-color: unset;
  color: unset;
  cursor: not-allowed;
}
.searchPage .nav-link.disabled:before {
  content: "";
}
.searchPage .tagCateg {
  font-size: 17px;
  line-height: 29px;
  color: var(--primary-color);
}
.searchPage .result {
  transition: 0.3s;
}
.searchPage .result .result-body .fa-arrow-right {
  transition: 0.3s;
}
.searchPage .result .result-body:hover .fa-arrow-right {
  transform: translateX(10px);
}
.searchPage .result .result-body .result-title {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  color: #101820;
}
@media (max-width: 991.98px) {
  .searchPage .result .result-body .result-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.searchPage .result .result-body .result-title .searchKeyword {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  color: #101820;
}
@media (max-width: 991.98px) {
  .searchPage .result .result-body .result-title .searchKeyword {
    font-size: 20px;
    line-height: 30px;
  }
}
.searchPage .result .result-body .searchKeyword {
  background-color: rgba(0, 100, 250, 0.15);
  color: var(--primary-color);
}
.searchPage .result .result-body .text-result {
  color: #101820;
}
.searchPage .result .result-body.imageResultAvailable {
  display: flex;
  justify-content: space-between;
}
.searchPage .result .result-body.imageResultAvailable .imageResultContainer {
  margin-left: 30px;
}
.searchPage .result .result-body.imageResultAvailable .imageResultContainer .imageResult {
  border-radius: 5px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 220px;
  height: 150px;
}
.searchPage .result:hover .result-title {
  color: var(--primary-color);
}
.searchPage .paginationButtons i, .searchPage .paginationButtons span {
  font-size: 17px;
}
.searchPage .paginationButtons .paginationStartChevrons .chevronButton.disabled {
  cursor: not-allowed;
  color: var(--primary-color);
  opacity: 0.4;
}
.searchPage .paginationButtons .paginationNumbers .paginationNumberContainer {
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  transition: 0.3s;
}
.searchPage .paginationButtons .paginationNumbers .paginationNumberContainer .paginationNumber {
  color: var(--primary-color);
}
.searchPage .paginationButtons .paginationNumbers .paginationNumberContainer:hover, .searchPage .paginationButtons .paginationNumbers .paginationNumberContainer.active {
  background-color: var(--primary-color);
}
.searchPage .paginationButtons .paginationNumbers .paginationNumberContainer:hover .paginationNumber, .searchPage .paginationButtons .paginationNumbers .paginationNumberContainer.active .paginationNumber {
  color: white;
}
.searchPage .paginationButtons .paginationLastChevrons .chevronButton.disabled {
  cursor: not-allowed;
  color: var(--primary-color);
  opacity: 0.4;
}

.mobile-search-trigger {
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (min-width: 998px) and (max-width: 1200px) {
  .mobile-search-trigger {
    margin-right: 20px;
  }
}
.mobile-search-trigger:hover, .mobile-search-trigger:focus {
  text-decoration: none;
  background: none;
  outline: none;
}
.mobile-search-trigger i {
  font-size: 20px;
  color: #101820;
  transition: color 0.3s ease;
}
.mobile-search-trigger:hover i {
  color: #24AA85;
}

.wrapper-search .nav-link {
  white-space: nowrap;
  min-width: auto;
  padding: 10px 25px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .wrapper-search .nav-link:not(.active) {
    padding: 10px 10px;
  }
  .wrapper-search .nav-link.active {
    margin-right: 10px;
  }
}
.wrapper-search .not-allowed-pill {
  color: var(--primary-color);
  opacity: 0.5;
  cursor: not-allowed;
}
.wrapper-search .nav-pills-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 767.98px) {
  .wrapper-search .nav-pills-container {
    width: 100vw;
  }
}
.wrapper-search .nav-pills-container::-webkit-scrollbar {
  display: none;
}
.wrapper-search .nav-pills-container .nav-pills {
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wrapper-search .nav-pills-container .nav-pills .nav-item {
  flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .wrapper-search .nav-pills-container .nav-pills .nav-item {
    padding-left: 0;
    margin-right: 0;
  }
}
.wrapper-search .nav-pills-container .nav-pills .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .video .videoheight-col-12 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .video .videoheight-col-12 {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  .video .videoheight-col-lg-6 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .video .videoheight-col-lg-6 {
    height: 300px;
  }
}
.video .playbutton {
  width: 40px;
}
.video .playbutton-small {
  height: 70px;
  width: 70px;
}
.video .lightgallery .playbutton {
  transition: 0.3s;
}
.video .lightgallery:hover .playbutton {
  scale: 1.3;
}

.people .people-card {
  border: 1px solid #F0EAE4;
  background-color: white;
  padding: 40px 30px;
}
@media (max-width: 991.98px) {
  .people .people-card {
    padding: 40px 20px;
  }
}
.people .people-card.appointmentBtn {
  padding: 40px 30px 81px 30px;
}
@media (max-width: 991.98px) {
  .people .people-card.appointmentBtn {
    padding: 40px 20px 81px 20px;
  }
}
.people .people-card .wrapper-image-people {
  width: 150px;
  height: 150px;
}
.people .people-card .name {
  font-size: 20px;
  line-height: 30px;
}
.people .people-card .function {
  font-size: 17px;
  line-height: 29px;
}
@media (max-width: 991.98px) {
  .people .people-card .function {
    line-height: 24px;
  }
}
.people .people-card .mail {
  max-width: 100%;
}
.people .people-card .mail span {
  white-space: nowrap;
}
.people .people-card .appointmentLink {
  padding: 15px 25px;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
  font-weight: 400;
}
.people .people-card .appointmentLink span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .people .people-card .appointmentLink span {
    line-height: 24px;
  }
}
.people .people-card .appointmentLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.people .people-card .appointmentLink:hover::before {
  left: 100%;
}
.people .people-card .phone, .people .people-card .address {
  font-size: 17px;
  line-height: 29px;
}
.people .people-card .phonea, .people .people-card .addressa {
  font-size: 17px;
  line-height: 29px;
}
.people .people-list {
  border: 1px solid #F0EAE4;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .people .people-list {
    padding: 25px;
  }
}
.people .people-list .wrapper-image-people {
  width: 120px;
  height: 120px;
}
.people .people-list .name {
  font-size: 20px;
  line-height: 30px;
}
.people .people-list .function {
  font-size: 17px;
  line-height: 29px;
}
.people .wy a {
  margin-left: 5px;
}

/**
 * STYLES LISTING MÉDIAS
 * Styles pour les listings et affichages en grille des médias
 */
.media-list-full .nav-item {
  padding: 0;
}
.media-list-full #mobile-filter-header {
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .media-list-full #mobile-filter-header.sticky-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: 0 !important;
    border-bottom: 1px solid #F0EAE4;
  }
}
.media-list-full .category-icon {
  font-size: 25px;
}
.media-list-full .categTitle {
  font-weight: 400;
}
.media-list-full .whiteMediaContainer {
  border-radius: 5px 0 0 5px;
  position: relative;
}
@media (min-width: 992px) {
  .media-list-full .whiteMediaContainer::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
  }
}
.media-list-full .media-category-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .media-list-full .btn-listing {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.media-list-full .mr-container-custom {
  width: 70%;
}
@media (min-width: 1920px) {
  .media-list-full .mr-container-custom {
    width: 1055px;
  }
}
@media (max-width: 575.98px) {
  .media-list-full .mr-container-custom {
    margin-right: 40px;
  }
}
.media-list-full .mr-container-pill {
  width: 70%;
}
@media (min-width: 1920px) {
  .media-list-full .mr-container-pill {
    width: 1055px;
  }
}
@media (max-width: 991.98px) {
  .media-list-full .mr-container-pill {
    position: static;
    transform: none;
    width: 100%;
    margin-right: 40px;
  }
}
.media-list-full .media-slider-progress {
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  margin-top: 35px;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991.98px) {
  .media-list-full .media-slider-progress {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .media-list-full .media-slider-progress {
    margin-left: 0px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
.media-list-full .media-slider-progress .media-slider-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  transition: width 0.3s;
}
.ml-container .media-list-full .media-slider-progress {
  max-width: 100vw;
}
@media (min-width: 576px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - (100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - (100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - (100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) {
  .ml-container .media-list-full .media-slider-progress {
    max-width: calc(100vw - 165px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .media-list-full .titleMedia {
    height: 54px;
  }
}
.media-list-full .nav-pills-container {
  min-height: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .media-list-full .nav-pills-container {
    min-height: 100px;
  }
}
@media (max-width: 991.98px) {
  .media-list-full .nav-pills-container {
    padding: 0 15px;
    min-height: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .media-list-full .nav-pills-container::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .media-list-full .nav-pills-container {
    padding: 0 0 0 20px;
  }
}
.media-list-full .nav-pills-wrapper .nav-link {
  color: #101820;
}
@media (max-width: 767.98px) {
  .media-list-full .nav-pills-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .media-list-full .nav-pills-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .media-list-full .nav-pills-wrapper .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .media-list-full .nav-pills-wrapper .container {
    width: 1055px;
  }
}
@media (max-width: 991.98px) {
  .media-list-full .nav-pills-wrapper .container {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
.media-list-full .box .media-bg {
  transition: 0.3s;
}
.media-list-full .box .circleButton i {
  color: white;
}
.media-list-full .box:hover .media-bg {
  background-color: var(--primary-color);
}
.media-list-full .box:hover .media-bg .titleMedia, .media-list-full .box:hover .media-bg .mediaType {
  color: white;
}
.media-list-full .box:hover .media-bg .circleButton {
  background-color: white;
}
.media-list-full .box:hover .circleButton i {
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .media-list-full.filtered .filtered-container {
    padding: 40px;
    padding-bottom: 0;
  }
}

.media-listing-home {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .media-listing-home {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .media-listing-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .media-listing-home {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.media-listing-home .leftpart .bigp {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.media-listing-home .leftpart .smallh2-media {
  font-size: 45px;
  line-height: 50px;
  font-weight: 1000;
}
@media (max-width: 991.98px) {
  .media-listing-home .leftpart .smallh2-media {
    font-size: 30px;
    line-height: 35px;
  }
}
.media-listing-home .nav-tabs {
  display: flex;
  gap: 10px;
}
.media-listing-home .nav-tabs .nav-link {
  background-color: #0E93C8;
  border: 0;
  color: white;
  transition: 0.3s;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .media-listing-home .nav-tabs .nav-link {
    padding: 8px;
  }
}
.media-listing-home .nav-tabs .nav-link.active, .media-listing-home .nav-tabs .nav-link:hover {
  background-color: white;
  border: 0;
  color: var(--secondary-color);
}
.media-listing-home .tab-content .tab-pane .link-media {
  line-height: 26px;
  font-weight: 500;
}
.media-listing-home .tab-content .tab-pane .link-media .slideEffect {
  transition: 0.3s;
}
.media-listing-home .tab-content .tab-pane .link-media:hover .slideEffect {
  transform: translateX(10px);
}
.media-listing-home .tab-content .tab-pane .link-media i {
  font-size: 18px;
}
.media-listing-home .tab-content .tab-pane .inside-link {
  color: white;
}
.media-listing-home .tab-content .tab-pane hr {
  color: white;
  opacity: 30%;
  height: 1px;
}
.media-listing-home .tab-content .ctaMedia {
  font-size: 18px;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-underline: none;
}
@media (max-width: 991.98px) {
  .media-listing-home .tab-content .ctaMedia {
    padding-right: 20px;
  }
}
.media-listing-home .tab-content .ctaMedia span {
  font-weight: 400;
  text-decoration: none;
}
.media-listing-home .tab-content .ctaMedia i {
  transition: 0.3s;
  text-decoration: none !important;
  text-underline: none !important;
}
.media-listing-home .tab-content .ctaMedia:hover i {
  transform: translateX(5px);
  text-decoration: none !important;
  text-underline: none !important;
}
.media-listing-home .tab-content .ctaMedia:hover span {
  text-decoration: underline;
}

.media-listing-select .box {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  transition: 0.3s;
}
.media-listing-select .box .media-image-wrapper {
  background: linear-gradient(137deg, #A79A81 17.86%, rgba(167, 154, 129, 0.4) 93.8%);
  height: 200px;
  padding: 25px 25px 0 25px;
}
.media-listing-select .box .media-image-wrapper img {
  border-radius: 5px 5px 0 0;
}
.media-listing-select .box .leftPart {
  transition: 0.3s;
}
.media-listing-select .box .leftPart .titleMedia {
  font-size: 17px;
  line-height: 25px;
  transition: 0.3s;
  font-weight: 400;
  color: #101820;
}
@media (max-width: 991.98px) {
  .media-listing-select .box .leftPart .titleMedia {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .media-listing-select .box .leftPart .titleMedia {
    height: 54px;
  }
}
.media-listing-select .box .mediaType {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--bodylighten, rgba(0, 0, 0, 0.5));
}
.media-listing-select .box .circleButton {
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .media-listing-select .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.media-listing-select .box .circleButton i {
  font-size: 17px;
  transition: 0.3s;
  color: white;
}
@media (max-width: 1199.98px) {
  .media-listing-select .box .circleButton i {
    font-size: 14px;
  }
}
.media-listing-select .box:hover .media-bg {
  background-color: var(--primary-color);
}
.media-listing-select .box:hover .titleMedia, .media-listing-select .box:hover .mediaType {
  color: white;
}
.media-listing-select .box:hover .circleButton {
  background-color: white;
}
.media-listing-select .box:hover .circleButton i {
  color: var(--primary-color);
}

/**
 * STYLES FICHE MÉDIA
 * Styles pour la page de détail d'un média individuel
 */
.fichemedia {
  min-height: 100vh;
}
@media (max-width: 1199.98px) {
  .fichemedia {
    background-color: #F5F5F5;
  }
}
.fichemedia .previewImg {
  aspect-ratio: 375/265;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  max-height: 350px;
}
@media (max-width: 1199.98px) {
  .fichemedia .previewImg {
    aspect-ratio: 335/237;
  }
}
.fichemedia .mobile-preview-container {
  aspect-ratio: 335/237;
}
.fichemedia .mobile-preview-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.fichemedia .embed iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1199.98px) {
  .fichemedia .embed iframe {
    height: 190px;
  }
}
.fichemedia .photo {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .fichemedia .info-section {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #F0EAE4;
  }
}
.fichemedia .info-section .mediaCateg {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .fichemedia .info-section .mediaCateg {
    font-size: 14px;
    line-height: 22px;
  }
}
.fichemedia .info-section .mediaTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .fichemedia .info-section .mediaTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .fichemedia .info-section .mediaDate {
    font-size: 14px;
    line-height: 22px;
  }
}
.fichemedia .info-section .nativeSharing {
  font-size: 22px;
  color: var(--primary-color);
}
.fichemedia .media-images {
  margin: 25px 0;
}
@media (min-width: 1200px) {
  .fichemedia .media-images {
    margin: 30px 0;
  }
}
.fichemedia .media-images .media-image-container {
  border-radius: 5px;
  overflow: hidden;
}
.fichemedia .media-images .media-image-container img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .fichemedia .media-images .media-image-container img {
    height: 215px;
  }
}
.fichemedia .media-text {
  margin: 20px 0;
}
.fichemedia .media-text h1, .fichemedia .media-text .h1, .fichemedia .media-text h2, .fichemedia .media-text .h2, .fichemedia .media-text h3, .fichemedia .media-text .h3, .fichemedia .media-text h4, .fichemedia .media-text .h4, .fichemedia .media-text h5, .fichemedia .media-text .h5, .fichemedia .media-text h6, .fichemedia .media-text .h6 {
  margin-bottom: 15px;
}
.fichemedia .media-text p {
  margin-bottom: 1rem;
}
.fichemedia .media-files {
  margin: 30px 0;
}
.fichemedia .media-files h3, .fichemedia .media-files .h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .fichemedia .media-files h3, .fichemedia .media-files .h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.fichemedia .media-files .files-list .file-item {
  transition: all 0.3s ease;
}
.fichemedia .media-files .files-list .file-item:hover {
  background-color: rgba(var(--primary-color), 0.05);
}
.fichemedia .media-files .files-list .file-item .file-icon {
  font-size: 1.8rem;
  color: var(--primary-color);
  min-width: 40px;
  text-align: center;
}
.fichemedia .media-files .files-list .file-item .file-info .file-name {
  font-size: 1rem;
  color: #101820;
}
.fichemedia .media-files .files-list .file-item .file-info .file-meta {
  font-size: 0.8rem;
}
.fichemedia .media-embed {
  margin: 20px 0;
  width: 100%;
  position: relative;
}
.fichemedia .media-embed iframe {
  max-width: 100%;
}

.custom-header-nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F0EAE4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.custom-header-nav.headroom--pinned:not(.headroom--top) {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.custom-header-nav.headroom--unpinned {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.custom-header-nav .return-link {
  font-weight: 500;
  transition: color 0.3s ease;
}
.custom-header-nav .return-link i {
  font-size: 15px;
}

body.has-custom-header {
  padding-top: 0;
}

@media (max-width: 575.98px) {
  .blog-listing:not(.blog-list-home) {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.blog-listing #blog-items-container {
  --bs-gutter-x: 30px;
}
.blog-listing .btn-filter {
  border: 0;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-listing .btn-filter i {
  color: var(--primary-color);
  font-size: 20px;
}
.blog-listing #mobile-filter-header {
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .blog-listing #mobile-filter-header {
    padding: 0 20px;
  }
}
.blog-listing #mobile-filter-header.sticky-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 0 !important;
  border-bottom: 1px solid #F0EAE4;
}
.blog-listing .filterOffcanvas *:not(i) {
  font-family: museo-sans;
}
.blog-listing .filterOffcanvas .btn-xmark {
  border: 0;
  background-color: transparent;
}
.blog-listing .filterOffcanvas .btn-xmark i {
  font-size: 15px;
  color: #101820;
}
.blog-listing .filterOffcanvas .btnReset {
  color: #EB4E51;
  font-weight: 400;
}
.blog-listing .filterOffcanvas .submitBlogBtn {
  padding: 20px 25px;
}
.blog-listing .box {
  background-color: white;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-listing .box {
    border-radius: 5px;
    border: 1px solid #F0EAE4;
  }
}
.blog-listing .box .bottomSection {
  background-color: white;
  transition: 0.3s;
}
.blog-listing .box .circleButton i {
  color: white;
}
.blog-listing .box:hover .bottomSection {
  background-color: var(--primary-color);
}
.blog-listing .box:hover .bottomSection .blogTitle, .blog-listing .box:hover .bottomSection .blogCateg, .blog-listing .box:hover .bottomSection .blogDate {
  color: white;
}
.blog-listing .box:hover .bottomSection .circleButton {
  background-color: white;
}
.blog-listing .box:hover .bottomSection .circleButton i {
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .blog-listing .box.last {
    border-radius: 0 0 5px 5px;
  }
}
.blog-listing .box .blog-image-wrapper {
  height: 250px;
}
.blog-listing .box .blog-image-wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blog-listing .box .blog-image-wrapper img {
    border-radius: 5px 5px 0 0;
  }
}
.blog-listing .box .leftPart {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-listing .box .leftPart {
    max-width: calc(100% - 75px);
  }
}
.blog-listing .box .leftPart .blogCateg, .blog-listing .box .leftPart .blogDate {
  font-size: 15px;
  line-height: 20px;
}
.blog-listing .box .leftPart .blogCateg {
  transition: 0.3s;
  font-weight: 400;
  color: #24AA85;
}
.blog-listing .box .leftPart .blogDate {
  transition: 0.3s;
  font-weight: 400;
  color: rgba(16, 24, 32, 0.5019607843);
}
@media (min-width: 992px) {
  .blog-listing .box .leftPart .blogTitle {
    height: 54px;
    font-size: 17px;
    line-height: 25px;
  }
}
.blog-listing .box .circleButton {
  background-color: var(--primary-color);
  transition: 0.5s;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .blog-listing .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.blog-listing .box .circleButton i {
  font-size: 17px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .blog-listing .box .circleButton i {
    font-size: 14px;
  }
}
.blog-listing .box.mainArticle {
  min-height: 393px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .blog-listing .box.mainArticle {
    border-radius: 5px;
  }
}
@media (max-width: 991.98px) {
  .blog-listing .box.mainArticle {
    border-radius: 5px 5px 0 0;
  }
}
.blog-listing .box.mainArticle .starBadge {
  left: 0;
}
@media (min-width: 992px) {
  .blog-listing .box.mainArticle .starBadge {
    right: 0;
  }
}
.blog-listing .box.mainArticle .paddingMainArticle {
  padding: 40px 50px;
}
@media (max-width: 991.98px) {
  .blog-listing .box.mainArticle .paddingMainArticle {
    padding: 20px;
  }
}
.blog-listing .box.mainArticle .blogTitle {
  font-size: 20px;
  line-height: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991.98px) {
  .blog-listing .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .blog-listing .box .mobileDisplay .blog-image-wrapper {
    order: 2;
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .blog-listing .box .mobileDisplay .blog-image-wrapper img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-listing .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.blog-listing .box:hover .circleButton {
  transform: translateX(10px);
}
.blog-listing .box:hover .circleButton i {
  color: white;
}
.blog-listing .paginationButtons i, .blog-listing .paginationButtons span {
  font-size: 17px;
}
.blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer {
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  transition: 0.3s;
}
.blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer .paginationNumber {
  color: var(--primary-color);
}
.blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer:hover, .blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer.active {
  background-color: var(--primary-color);
}
.blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer:hover .paginationNumber, .blog-listing .paginationButtons .paginationNumbers .paginationNumberContainer.active .paginationNumber {
  color: white;
}
.blog-listing .offcanvas-title {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .blog-listing .filterOffcanvas *:not(i) {
    font-family: museo-sans;
  }
  .blog-listing .filterOffcanvas .form-check-label {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
  }
  .blog-listing .filterOffcanvas .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #101820;
    border-radius: 4px;
    background-color: transparent;
  }
  .blog-listing .filterOffcanvas .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .blog-listing .filterOffcanvas .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25);
    border-color: var(--primary-color);
  }
  .blog-listing .filterOffcanvas .offcanvas-header {
    padding: 15px 20px;
  }
  .blog-listing .filterOffcanvas input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

.event-listing h3, .event-listing .h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-sans;
}
@media (max-width: 767.98px) {
  .event-listing h3, .event-listing .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.event-listing #registration-filter-header {
  display: none;
}
.event-listing #event-filter-header {
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .event-listing #event-filter-header.sticky-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: 0 !important;
    border-bottom: 1px solid #F0EAE4;
  }
  .event-listing #event-filter-header.sticky-filter .d-flex.align-items-center.justify-content-between.w-100.d-xl-none {
    margin: 0 !important;
  }
  .event-listing #event-filter-header.sticky-filter #registration-filter-header {
    display: flex !important;
  }
}
.event-listing .placeholder-img {
  -o-object-position: center;
     object-position: center;
}
.event-listing.waste .placeholder-img {
  max-width: 200px;
}

.wrapper-events .event {
  border: 1px solid rgba(76, 78, 86, 0.12);
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  cursor: pointer;
}
.wrapper-events .event:hover .event-content {
  transform: translateX(5px);
}
.wrapper-events .event .event-image-wrapper {
  height: 230px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .wrapper-events .event .event-image-wrapper {
    height: 205px;
  }
}
.wrapper-events .event .event-image-wrapper .event-image, .wrapper-events .event .event-image-wrapper .event-image-placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-events .event .event-content {
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  z-index: 4;
  padding: 60px 25px 25px 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .wrapper-events .event .event-content {
    padding: 20px;
    padding-top: 60px;
  }
}
.wrapper-events .event .event-content .event-date-badge {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
}
.wrapper-events .event .event-content .event-date-badge svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wrapper-events .event .event-content .event-date-badge .date-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}
.wrapper-events .event .event-content .event-date-badge .date-content .date-day {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 1px;
}
.wrapper-events .event .event-content .event-date-badge .date-content .date-number {
  font-size: 25px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
}
.wrapper-events .event .event-content .event-categ {
  font-size: 15px;
  line-height: 20px;
  color: #24AA85;
  font-weight: 400;
  margin-bottom: 10px;
}
.wrapper-events .event .event-content .event-title {
  font-size: 17px;
  line-height: 25px;
  color: #101820;
  font-weight: 400;
  margin-bottom: 15px;
}
.wrapper-events .event .event-content .event-separator {
  margin: 15px 0;
  border-top: 1px solid #F0EAE4;
}
.wrapper-events .event .event-content .event-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrapper-events .event .event-content .event-details .event-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 20px;
}
.wrapper-events .event .event-content .event-details .event-detail-item i {
  color: #24AA85;
  width: 16px;
  text-align: center;
}
.wrapper-events .event .event-content .event-details .event-detail-item span {
  flex: 1;
  margin-bottom: 0px;
  color: rgba(16, 24, 32, 0.5019607843);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .wrapper-events .event {
    background-color: white;
    transition: 0.5s ease;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wrapper-events .event {
    padding: 25px 20px 15px 20px;
  }
  .wrapper-events .event:not(.firstElement) {
    padding: 0px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) and (min-width: 768px) {
  .wrapper-events .event:not(.firstElement) {
    border-radius: 5px 5px 0 0;
    border: 1px solid #F0EAE4;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wrapper-events .event.lastElement {
    border-radius: 0 0 5px 5px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .wrapper-events .event {
    border-radius: 5px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .event-image-wrapper {
    width: 33%;
    flex-shrink: 0;
    border-radius: 0;
    border-right: 1px solid #F0EAE4;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .wrapper-events .event .event-image-wrapper {
    width: 375px;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 1399.98px) {
  .wrapper-events .event .event-image-wrapper {
    width: 250px;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wrapper-events .event .event-image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1199.98px) {
  .wrapper-events .event .content-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) and (max-width: 1399.98px) {
  .wrapper-events .event .content-wrapper {
    padding: 35px 60px;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .wrapper-events .event .content-wrapper {
    padding: 45px 80px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .date {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .date {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .categ {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .wrapper-events .event .content-wrapper .categ {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .wrapper-events .event .content-wrapper .title {
    font-size: 17px;
    line-height: 24px;
    max-width: calc(100% - 120px);
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .icon i {
    width: 25px;
    display: flex;
    justify-content: center;
  }
  .wrapper-events .event .content-wrapper .place, .wrapper-events .event .content-wrapper .hours, .wrapper-events .event .content-wrapper .organizer {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .wrapper-events .event .content-wrapper .place, .wrapper-events .event .content-wrapper .hours, .wrapper-events .event .content-wrapper .organizer {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .arrow-link-wrapper .arrow-link {
    transition-delay: 0.25s;
    transition: 0.5s;
    display: block;
    background-color: var(--primary-color);
    flex-shrink: 0;
    height: 30px;
    width: 30px;
  }
  .wrapper-events .event .content-wrapper .arrow-link-wrapper .arrow-link i {
    color: white;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .wrapper-events .event .content-wrapper .arrow-link-wrapper .arrow-link i {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .wrapper-events .event:hover {
    background-color: var(--primary-color);
    border: 0;
  }
  .wrapper-events .event:hover .title {
    color: white;
  }
  .wrapper-events .event:hover .title::after {
    width: 100%;
  }
  .wrapper-events .event:hover .categ {
    color: white;
  }
  .wrapper-events .event:hover .place, .wrapper-events .event:hover .hours, .wrapper-events .event:hover .organizer, .wrapper-events .event:hover .date {
    color: white;
  }
  .wrapper-events .event:hover .arrow-link-wrapper .arrow-link {
    transform: translateX(10px);
    background-color: white;
  }
  .wrapper-events .event:hover .arrow-link-wrapper .arrow-link i {
    color: var(--primary-color);
  }
  .wrapper-events .event:hover .wrapper-icon-listing i {
    color: white;
  }
  .wrapper-events .event::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transition-delay: 0.4s;
    transition: left 0.7s ease;
    pointer-events: none;
  }
  .wrapper-events .event:hover::before {
    left: 100%;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .wrapper-events-home {
    border-right: 0;
    overflow: hidden;
  }
}
.wrapper-events .wrapper-events-home .event {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #F0EAE4;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .wrapper-events .wrapper-events-home .event {
    border-radius: 5px 0 0 5px;
  }
}
.wrapper-events .wrapper-events-home .event::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -100%;
  width: 100%;
  height: calc(100% + 2px);
  background-color: white;
  transition-delay: 0.25s;
  transition: 0.5s;
  border-top: 1px solid #F0EAE4;
  border-bottom: 1px solid #F0EAE4;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .wrapper-events .wrapper-events-home .event {
    padding: 20px;
  }
}
.wrapper-events .wrapper-events-home .event .event-home-image-wrapper {
  width: 150px;
  height: 110px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper {
    padding: 35px 60px;
  }
}
@media (min-width: 1400px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper {
    padding: 35px 50px;
    border-right: 0;
  }
}
.wrapper-events .wrapper-events-home .event .content-wrapper .date {
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .date {
    font-size: 17px;
    line-height: 24px;
  }
}
.wrapper-events .wrapper-events-home .event .content-wrapper .categ {
  font-size: 14px;
  line-height: 14px;
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .categ {
    font-size: 14px;
    line-height: 22px;
  }
}
.wrapper-events .wrapper-events-home .event .content-wrapper .title {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .title {
    max-width: calc(100% - 30px);
  }
}
.wrapper-events .wrapper-events-home .event .content-wrapper .icon i {
  width: 25px;
  display: flex;
  justify-content: center;
}
.wrapper-events .wrapper-events-home .event .content-wrapper .place, .wrapper-events .wrapper-events-home .event .content-wrapper .hours, .wrapper-events .wrapper-events-home .event .content-wrapper .organizer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .place, .wrapper-events .wrapper-events-home .event .content-wrapper .hours, .wrapper-events .wrapper-events-home .event .content-wrapper .organizer {
    font-size: 15px;
    line-height: 20px;
  }
}
.wrapper-events .wrapper-events-home .event .content-wrapper .arrow-link-wrapper .arrow-link {
  transition-delay: 0.25s;
  transition: 0.5s;
  display: block;
  background-color: var(--primary-color);
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
.wrapper-events .wrapper-events-home .event .content-wrapper .arrow-link-wrapper .arrow-link i {
  color: white;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .wrapper-events .wrapper-events-home .event .content-wrapper .arrow-link-wrapper .arrow-link i {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .wrapper-events .wrapper-events-home .event:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  .wrapper-events .wrapper-events-home .event:hover .content-wrapper {
    border: 0;
  }
  .wrapper-events .wrapper-events-home .event:hover::after {
    background-color: var(--primary-color);
    border: 0;
  }
  .wrapper-events .wrapper-events-home .event:hover .title {
    color: white;
  }
  .wrapper-events .wrapper-events-home .event:hover .title::after {
    width: 100%;
  }
  .wrapper-events .wrapper-events-home .event:hover .categ {
    color: white;
  }
  .wrapper-events .wrapper-events-home .event:hover .place, .wrapper-events .wrapper-events-home .event:hover .hours, .wrapper-events .wrapper-events-home .event:hover .organizer, .wrapper-events .wrapper-events-home .event:hover .date {
    color: white;
  }
  .wrapper-events .wrapper-events-home .event:hover .arrow-link-wrapper .arrow-link {
    background-color: white;
  }
  .wrapper-events .wrapper-events-home .event:hover .arrow-link-wrapper .arrow-link i {
    color: var(--primary-color);
  }
  .wrapper-events .wrapper-events-home .event:hover .wrapper-icon-listing i {
    color: white;
  }
}

.lisitngLink {
  background-color: var(--primary-color);
  padding: 14px 30px 14px 30px;
  border-radius: 5px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}
.lisitngLink span {
  color: #fff;
}

.event-listing .btn-filter {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
}
.event-listing .btnReset {
  font-weight: 400;
}
.event-listing .filterOffcanvas *:not(i) {
  font-family: museo-sans;
}
.event-listing .filterOffcanvas .form-check-label {
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
}
.event-listing .filterOffcanvas .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #101820;
  border-radius: 4px;
  background-color: transparent;
}
.event-listing .filterOffcanvas .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.event-listing .filterOffcanvas .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25);
  border-color: var(--primary-color);
}
.event-listing .offcanvas .btn-xmark {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 0;
  background-color: transparent;
}
.event-listing .offcanvas .btn-xmark i {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .event-listing .offcanvas .btn-xmark i {
    font-size: 15px;
  }
}
.event-listing .offcanvas .offcanvas-header {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .event-listing .offcanvas .flatpickr-innerContainer {
    padding-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .event-listing .offcanvas .btn-xmark {
    position: unset;
  }
  .event-listing .offcanvas .offcanvas-title {
    font-size: 14px;
    line-height: 22px;
  }
  .event-listing .offcanvas .arrowTop:before {
    content: "";
    display: none;
  }
  .event-listing .offcanvas .flatpickr-calendar:before {
    display: none;
  }
  .event-listing .offcanvas .flatpickr-calendar.arrowTop:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .event-listing .offcanvas {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .event-listing .offcanvas .offcanvas-body {
    padding: 0 65px;
  }
}
.event-listing .offcanvas .offcanvas-body .flatpickr-wrapper {
  width: 100% !important;
}
.event-listing .offcanvas .offcanvas-body .flatpickr-wrapper .flatpickr-rContainer {
  width: 100% !important;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper {
  width: 100%;
  margin: 0 auto;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar {
  border: 0;
  box-shadow: none;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px 20px 10px 20px;
  width: 100% !important;
  position: static !important;
  font-family: museo-sans;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 0 0 30px 0;
  font-weight: 400;
  border-bottom: 1px solid #F0EAE4;
  font-family: museo-sans;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: transparent;
  color: #101820;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #101820;
  padding: 0;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #101820;
  cursor: pointer;
  font-family: museo-sans;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  outline: none;
  padding: 0 !important;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper {
  display: none;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  color: var(--primary-color);
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: #101820;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before,
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  color: var(--primary-color);
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover::before,
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover::before {
  color: #101820;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before {
  content: "\f053";
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  right: 0;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month::before {
  content: "\f054";
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-weekdays {
  display: flex;
  align-items: center;
  height: auto;
  background: transparent;
  margin-bottom: 30px;
  margin-top: 0;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: transparent;
  color: #101820;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.34px;
  text-transform: none;
  cursor: default;
  padding: 0;
  font-family: museo-sans;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-days {
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: block;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  margin: 0 5px 10px 5px;
  border: none;
  background: transparent;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-family: museo-sans;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.prevMonthDay, .event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: rgba(0, 0, 0, 0.3);
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.today {
  background: #22B37B;
  color: white;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.selected, .event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.startRange, .event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.endRange {
  background: var(--primary-color) !important;
  color: #FFFFFF !important;
  border-color: var(--primary-color) !important;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day:hover:not(.selected):not(.startRange):not(.endRange):not(.flatpickr-disabled) {
  background: var(--primary-color);
  color: white;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: rgba(0, 0, 0, 0.2) !important;
  background: transparent !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.2) !important;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .calendar-all-dates-btn {
  width: 100%;
  max-width: 370px;
  height: 55px;
  background: #0E93C8;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.34px;
  font-family: museo-sans;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  text-decoration: none;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .calendar-all-dates-btn:hover {
  background: var(--primary-color);
  color: #FFFFFF;
}
.event-listing .offcanvas .offcanvas-body .calendar-wrapper .calendar-all-dates-btn i {
  font-size: 20px;
}

.event-listing.homeversion h2, .event-listing.homeversion .h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: museo-slab;
}
@media (max-width: 991.98px) {
  .event-listing.homeversion h2, .event-listing.homeversion .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.event-listing .mobile-calendar-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar {
  border: 0 !important;
  box-shadow: none !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
  position: static !important;
  font-family: museo-sans !important;
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  padding: 30px 20px 10px 20px;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  display: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-current-month .cur-year {
  display: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-current-month input.cur-year {
  display: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months + .numInputWrapper {
  display: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-innerContainer {
  justify-content: center;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0 20px 0 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  background: transparent !important;
  color: #101820 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #101820 !important;
  padding: 0 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: transparent !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #101820 !important;
  cursor: pointer !important;
  font-family: museo-sans !important;
  text-transform: capitalize !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: center !important;
  outline: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1) !important;
  color: var(--primary-color) !important;
  font-size: 14px !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  display: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: #101820 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before,
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month::before {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: var(--primary-color) !important;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1) !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover::before,
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover::before {
  color: #101820 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  left: 0 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before {
  content: "\f053" !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  right: 0 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month::before {
  content: "\f054" !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-weekdays {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  background: transparent !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14.285714% !important;
  height: auto !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-transform: none !important;
  cursor: default !important;
  padding: 0 !important;
  font-family: museo-sans !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-days {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  display: block !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-days .dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  display: flex !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 2px !important;
  border-radius: 5px !important;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1) !important;
  margin: 0 1px 6px 1px !important;
  border: none !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer !important;
  font-family: museo-sans !important;
  min-height: 32px !important;
  box-sizing: border-box !important;
  width: 14.2857142857% !important;
  max-width: 14.2857142857% !important;
  min-width: 14.2857142857% !important;
}
@media (max-width: 360px) {
  .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day {
    padding: 4px 1px !important;
    margin: 0 0 2px 0 !important;
    font-size: 13px !important;
    min-height: 26px !important;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day {
    padding: 5px 1px !important;
    margin: 0 0 3px 0 !important;
    font-size: 14px !important;
    min-height: 28px !important;
  }
}
@media (min-width: 481px) {
  .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day {
    padding: 6px 2px !important;
    margin: 0 0 4px 0 !important;
  }
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.prevMonthDay, .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: rgba(0, 0, 0, 0.3) !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.today {
  background: #22B37B !important;
  color: white !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.selected, .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.startRange, .event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.endRange {
  background: #22B37B !important;
  color: #FFFFFF !important;
  border-color: #22B37B !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day:hover:not(.selected):not(.startRange):not(.endRange):not(.flatpickr-disabled) {
  background: #22B37B !important;
  color: white !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: rgba(0, 0, 0, 0.2) !important;
  background: transparent !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  pointer-events: none !important;
}
.event-listing .mobile-calendar-wrapper .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.2) !important;
}

.ficheblog {
  min-height: 100vh;
}
@media (max-width: 1199.98px) {
  .ficheblog {
    background-color: #F5F5F5;
  }
}
@media (max-width: 1199.98px) {
  .ficheblog .mobileWhiteBox {
    background-color: white;
    border: 1px solid #F0EAE4;
    padding: 20px;
    border-radius: 5px;
  }
}
@media (max-width: 1199.98px) {
  .ficheblog .info-section {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #F0EAE4;
  }
}
.ficheblog .info-section .articleCateg {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .ficheblog .info-section .articleCateg {
    font-size: 14px;
    line-height: 22px;
  }
}
.ficheblog .info-section .articleTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .ficheblog .info-section .articleTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.ficheblog .info-section .articleDate {
  font-size: 14px;
  line-height: 22px;
}
.ficheblog .info-section .nativeSharing {
  font-size: 22px;
  color: var(--primary-color);
}
.ficheblog .gallery-item {
  max-width: 100%;
}
.ficheblog .wrapper-image {
  border-radius: 5px;
  overflow: hidden;
}
.ficheblog .wrapper-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .ficheblog .wrapper-image img {
    height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .ficheblog .wrapper-image img {
    height: 215px;
  }
}
@media (max-width: 1199.98px) {
  .ficheblog .download-files-blue {
    margin-top: 20px;
  }
}
.ficheblog .download-files-blue .file {
  transition: all 0.3s ease;
}
.ficheblog .download-files-blue .file:hover {
  background-color: rgba(var(--primary-color), 0.05);
}
.ficheblog .download-files-blue .file .file-circle {
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .ficheblog .download-files-blue .file .file-circle {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ficheblog .text-article {
    margin-top: 20px;
  }
}
.ficheblog .filterTitle {
  font-size: 17px;
  line-height: 29px;
}

@media (min-width: 992px) {
  .captchaModal {
    max-width: unset;
    width: 780px;
  }
}
.captchaModal .modal-content {
  position: relative;
}
.captchaModal .modal-content .btn-close-custom {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  z-index: 1;
  padding: 0;
}
.captchaModal .modal-content .btn-close-custom i {
  font-size: 17px;
  color: #101820;
  transition: 0.3s;
}
.captchaModal .modal-content .btn-close-custom:hover i {
  color: #EB4E51;
  cursor: pointer;
}
.captchaModal .modal-content .btn-close-custom i {
  pointer-events: none;
}
.captchaModal .modal-body {
  background-color: white;
  border-radius: 5px;
  padding: 45px 75px 45px 50px;
}
@media (max-width: 991.98px) {
  .captchaModal .modal-body {
    padding: 65px 20px 45px 20px;
  }
}
.captchaModal .modal-body .titleBox {
  background-color: #F5F5F5;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}
.captchaModal .modal-body .titleBox span {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #101820;
}
.captchaModal .modal-body .form-check-label {
  font-size: 17px;
  line-height: 29px;
}
.captchaModal .modal-body .form-check-input {
  border-color: #101820;
}
.captchaModal .form-check-input {
  background-color: white;
}
.captchaModal .submitBtn {
  height: 55px;
  font-weight: 600;
}
.captchaModal .submitBtn span {
  font-weight: 600;
}

.hero-row-container {
  width: 100%;
  position: relative;
}
.hero-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .hero-content-wrapper {
    padding-right: 20px;
  }
}

.hero-home {
  height: 100%;
  overflow: hidden;
}
.hero-home i.fa-solid {
  font-weight: 300 !important;
}
.hero-home i.fa-solid.fa-circle-chevron-down {
  font-weight: 700 !important;
}
.hero-home .padding-b-custom-banner {
  padding-bottom: calc(20.78% + 50px) !important;
}
@media (max-width: 991.98px) {
  .hero-home .padding-b-custom-banner {
    padding-bottom: calc(20.78% + 70px) !important;
  }
}
@media (max-width: 767.98px) {
  .hero-home .padding-b-custom-banner {
    padding-bottom: calc(20.78% + 50px) !important;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .hero-home .pr-resp-container {
    padding-right: calc((100vw - 540px) / 2 + 15px) !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .hero-home .pr-resp-container {
    padding-right: calc((100vw - 720px) / 2 + 15px) !important;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .hero-home .pl-resp-container {
    padding-left: calc((100vw - 540px) / 2 + 15px) !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .hero-home .pl-resp-container {
    padding-left: calc((100vw - 720px) / 2 + 15px) !important;
  }
}
.hero-home .svg-banner {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero-home {
    height: 850px;
  }
}
@media (max-width: 991.98px) {
  .hero-home {
    margin-left: 0 !important;
  }
}
.hero-home .hero-left {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-home .hero-left {
    height: auto;
  }
}
.hero-home .hero-left .bars.top {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.top {
    gap: 4px;
  }
}
.hero-home .hero-left .bars.top .bar {
  width: 5px;
  height: 160px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .bars.top .bar {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.top .bar {
    height: 30px;
    width: 3px;
  }
}
.hero-home .hero-left .bars.top .bar.bg-custom-dark {
  background-color: #101820;
}
.hero-home .hero-left .bars.top .bar.bg-brown {
  background-color: #101820;
}
.hero-home .hero-left .bars.top .bar.bg-grey {
  background-color: #101820;
}
.hero-home .hero-left .bars.top .bar.bg-custom-primary {
  background-color: #101820;
}
.hero-home .hero-left .bars.bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom {
    gap: 4px;
  }
}
.hero-home .hero-left .bars.bottom .bar {
  width: 5px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 100%);
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom .bar {
    width: 3px;
  }
}
.hero-home .hero-left .bars.bottom .bar.one {
  height: 215px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .bars.bottom .bar.one {
    height: 105px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom .bar.one {
    height: 76px;
  }
}
.hero-home .hero-left .bars.bottom .bar.two {
  height: 196px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .bars.bottom .bar.two {
    height: 86px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom .bar.two {
    height: 57px;
  }
}
.hero-home .hero-left .bars.bottom .bar.three {
  height: 178px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .bars.bottom .bar.three {
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom .bar.three {
    height: 38px;
  }
}
.hero-home .hero-left .bars.bottom .bar.four {
  height: 160px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .bars.bottom .bar.four {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .bars.bottom .bar.four {
    height: 20px;
  }
}
.hero-home .hero-left .bars.bottom .bar.bg-custom-dark {
  background-color: #101820;
}
.hero-home .hero-left .bars.bottom .bar.bg-brown {
  background-color: #101820;
}
.hero-home .hero-left .bars.bottom .bar.bg-grey {
  background-color: #101820;
}
.hero-home .hero-left .bars.bottom .bar.bg-custom-primary {
  background-color: #101820;
}
.hero-home .hero-left .hero-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  max-width: 780px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .hero-title {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 10px;
  }
}
.hero-home .hero-left .hero-subtitle {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .hero-subtitle {
    font-size: 29px;
    line-height: 29px;
  }
}
.hero-home .hero-left .textcontainer {
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-left .textcontainer {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-home .hero-left .displayOpenings {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .search-label {
    border-top: 1px solid rgba(76, 78, 86, 0.12);
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .input-search-2-form {
    margin-right: 0;
  }
}
.hero-home .hero-left .input-search-2-form .inputSearch {
  border: 1px solid #F0EAE4;
  border-radius: 5px 0 0 5px;
  height: 60px;
  padding: 15px 25px;
  width: 100%;
  max-width: 570px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .input-search-2-form .inputSearch {
    padding: 15px 20px;
  }
}
.hero-home .hero-left .input-search-2-form .inputSearch::-moz-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  color: rgba(16, 24, 32, 0.5);
}
.hero-home .hero-left .input-search-2-form .inputSearch::placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  color: rgba(16, 24, 32, 0.5);
}
.hero-home .hero-left .input-search-2-form .inputSearch::-webkit-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  color: rgba(16, 24, 32, 0.5);
}
.hero-home .hero-left .input-search-2-form .inputSearch:-ms-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  color: rgba(16, 24, 32, 0.5);
}
.hero-home .hero-left .input-search-2-form .inputButton {
  border-radius: 0 5px 5px 0;
  background-color: var(--primary-color);
  border: 0 !important;
  height: 60px;
  width: 75px;
}
.hero-home .hero-left .input-search-2-form .inputButton i {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-left .input-search-2-form .inputButton i {
    font-size: 22px;
  }
}
.hero-home .hero-left .cityAppTitle {
  font-size: 14px;
  font-weight: 400;
}
.hero-home .hero-left .appContainer {
  background-color: #24AA85;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.hero-home .hero-left .appContainer i {
  color: white;
}
.hero-home .hero-left .appContainer:hover {
  -webkit-backface-visibility: hidden;
  transform: translateY(-10px);
}
.hero-home .hero-right {
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .hero-home .hero-right {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .hero-home .hero-right .hero-shortcuts .service-item .service-title {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .hero-home .hero-right {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .hero-home .hero-right {
    padding-top: 30px;
    background-color: #101820 !important;
    background-image: none !important;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-right {
    overflow: visible;
    width: 100%;
  }
}
.hero-home .hero-right .titleSection {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: museo-sans;
}
.hero-home .hero-right .heroSwiper {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .swiper-wrapper {
    width: 100%;
  }
}
.hero-home .hero-right .swiper-slide {
  width: 340px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .swiper-slide {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    flex-shrink: 0;
  }
}
.hero-home .hero-right .swiper-slide .d-flex.flex-column {
  height: 100%;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .swiper-slide .d-flex.flex-column {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .hero-home .hero-right .swiper-slide.slide-odd {
    height: 523px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .swiper-slide.slide-odd {
    height: auto;
    min-height: 300px;
  }
}
.hero-home .hero-right .swiper-slide.slide-odd .service-item.service-1 {
  height: 153px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .swiper-slide.slide-odd .service-item.service-1 {
    height: 135px;
  }
}
.hero-home .hero-right .swiper-slide.slide-odd .service-item.service-2 {
  height: 146px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .swiper-slide.slide-odd .service-item.service-2 {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .hero-home .hero-right .swiper-slide.slide-even {
    height: 523px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .swiper-slide.slide-even {
    height: auto;
  }
}
.hero-home .hero-right .swiper-slide.slide-even .service-item.service-1 {
  height: 153px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .swiper-slide.slide-even .service-item.service-1 {
    height: 270px;
    margin-top: 20px;
  }
}
.hero-home .hero-right .swiper-slide.slide-even .service-item.service-2 {
  height: 153px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .swiper-slide.slide-even .service-item.service-2 {
    height: 180px;
  }
}
.hero-home .hero-right .service-item {
  flex: none;
  position: relative;
}
.hero-home .hero-right .hero-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .hero-shortcuts {
    gap: 10px;
  }
}
.hero-home .hero-right .hero-shortcuts .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 30px;
  height: 146px;
  min-width: 150px;
  background-color: #24AA85;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 1699.98px) {
  .hero-home .hero-right .hero-shortcuts .service-item {
    padding: 15px 20px;
    min-width: 110px;
    height: 120px;
  }
}
@media (max-width: 1199.98px) {
  .hero-home .hero-right .hero-shortcuts .service-item {
    padding: 10px 10px;
    min-width: 103px;
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .hero-shortcuts .service-item {
    height: 146px;
    flex: 1 1 calc(50% - 10px);
    padding: 15px 20px;
    min-width: 0;
  }
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+1) {
  background-color: #FF7333;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+1):hover {
  background-color: #ff5000;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+2) {
  background-color: #24AA85;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+2):hover {
  background-color: rgb(27.0873786408, 127.9126213592, 100.072815534);
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+3) {
  background-color: #DA0C18;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+3):hover {
  background-color: rgb(169.6608695652, 9.3391304348, 18.6782608696);
}
.hero-home .hero-right .hero-shortcuts .service-item .service-icon {
  position: relative;
  width: 51px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-home .hero-right .hero-shortcuts .service-item .service-icon svg:first-child {
  position: absolute;
  width: 51px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-home .hero-right .hero-shortcuts .service-item .service-icon svg:not(:first-child), .hero-home .hero-right .hero-shortcuts .service-item .service-icon i {
  position: relative;
  font-size: 20px;
  z-index: 1;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+1) .service-icon svg, .hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+1) .service-icon i {
  color: #FF7333;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+2) .service-icon svg, .hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+2) .service-icon i {
  color: #24AA85;
}
.hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+3) .service-icon svg, .hero-home .hero-right .hero-shortcuts .service-item:nth-child(3n+3) .service-icon i {
  color: #DA0C18;
}
.hero-home .hero-right .hero-shortcuts .service-item .service-title {
  font-size: 17px;
  line-height: 21px;
  color: white;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .hero-home .hero-right .hero-shortcuts .service-item .service-title {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .hero-home .hero-right .hero-shortcuts .service-item .service-title {
    font-size: 17px;
    line-height: 21px;
  }
}
.hero-home .hero-right .overlay-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 31.35%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .overlay-home {
    display: none;
  }
}
.hero-home .hero-right .service-card {
  height: 100%;
}
.hero-home .hero-right .service-card .service-icon {
  font-size: 25px;
  z-index: 2;
  position: relative;
}
.hero-home .hero-right .service-card .service-title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  z-index: 2;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .service-card .service-title {
    font-size: 17px;
    line-height: 23px;
  }
}
.hero-home .hero-right .service-card .service-content {
  z-index: 2;
  position: relative;
}
.hero-home .hero-right .service-card .arrowCircle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B8753E;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.hero-home .hero-right .service-card .arrowCircle i {
  font-size: 15px;
}
@media (min-width: 992px) {
  .hero-home .hero-right .mr-container {
    position: relative;
    width: 100vw;
    margin-left: calc(-100vw + 100%);
  }
}
.hero-home .hero-right .mr-container-hero {
  justify-content: flex-end !important;
}
@media (min-width: 1700px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 1590px + 24px) / 2);
  }
}
@media (min-width: 1920px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: 177px;
  }
}
@media (min-width: 1400px) and (max-width: 1699.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 1320px + 24px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 1140px + 24px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 960px + 24px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 720px + 24px) / 2);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: calc((100vw - 540px + 24px) / 2);
  }
}
@media (max-width: 575.98px) {
  .hero-home .hero-right .mr-container-hero {
    margin-right: 20px;
  }
}
.hero-home .hero-right .hero-swiper-next,
.hero-home .hero-right .hero-swiper-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
}
.hero-home .hero-right .hero-swiper-next i,
.hero-home .hero-right .hero-swiper-prev i {
  font-size: 22px;
}
.hero-home .hero-right .hero-swiper-next::after,
.hero-home .hero-right .hero-swiper-prev::after {
  content: unset;
}
.hero-home .hero-right .swiper-button-prev, .hero-home .hero-right .swiper-button-next {
  height: unset;
  cursor: pointer;
}
.hero-home .hero-right .swiper-progressbar {
  position: unset;
  height: 2px;
}
.hero-home .hero-right .services-list {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-home .hero-right .services-list {
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-home .hero-right .services-list {
    left: 80px;
  }
}
@media (min-width: 1400px) {
  .hero-home .hero-right .services-list {
    left: 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-home .hero-right .services-list {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 40px;
  }
}
.hero-home .hero-right .services-list .service-tag + .service-tag {
  margin-top: 15px;
}
.hero-home .hero-right .services-list .service-tag {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: museo-sans;
  padding: 0px 35px 0px 0px;
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  .hero-home .hero-right .services-list .service-tag {
    padding: 8px 40px 8px 0px;
  }
}
@media (min-width: 1400px) {
  .hero-home .hero-right .services-list .service-tag {
    padding: 8px 50px 8px 0px;
  }
}
.hero-home .hero-right .services-list .service-tag .service-label {
  color: #FFFFFF;
}
.hero-home .hero-right .services-list .service-tag .service-label i {
  font-size: 12px;
  margin-left: 5px;
}
.hero-home .hero-right .services-list .service-tag .service-icon {
  position: relative;
  width: 51px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}
.hero-home .hero-right .services-list .service-tag .service-icon svg:first-child {
  position: absolute;
  width: 51px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-home .hero-right .services-list .service-tag .service-icon i {
  position: relative;
  color: #101820;
  font-size: 20px;
  z-index: 1;
}

.services-section .services-main-title {
  font-size: 30px;
  font-weight: 400;
  color: #101820;
  margin-bottom: 1rem;
}
.services-section .services-main-subtitle {
  color: #101820;
  font-size: 17px;
  margin-bottom: 2rem;
}
.services-section .service-item-card {
  border: 1px solid #eae7e4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service-item-card .service-item-image {
  height: 200px;
  overflow: hidden;
}
.services-section .service-item-card .service-item-image img {
  height: 100%;
  transition: transform 0.3s ease;
}
.services-section .service-item-card .service-item-icon .service-item-icon-img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section .service-item-card .service-item-title {
  font-size: 20px;
  font-weight: 400;
  color: #101820;
  line-height: 1.3;
}
.services-section .service-item-card .service-item-description {
  color: #101820;
  font-size: 16px;
  line-height: 1.5;
}
.services-section .service-item-card .service-item-link {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.services-section .service-item-card .service-item-link:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateX(5px);
}
.services-section .service-item-card .service-item-link i {
  transition: transform 0.3s ease;
}
.services-section .service-item-card .service-item-link:hover i {
  transform: translateX(3px);
}
.services-section .services-slider-nav .swiper-pagination {
  position: unset;
  height: 2px;
  width: 100px;
  background-color: #eae7e4;
}
.services-section .services-slider-nav .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
}
.services-section .services-slider-nav .services-swiper-next,
.services-section .services-slider-nav .services-swiper-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.services-section .services-slider-nav .services-swiper-next i,
.services-section .services-slider-nav .services-swiper-prev i {
  font-size: 16px;
}
.services-section .services-slider-nav .services-swiper-next:hover,
.services-section .services-slider-nav .services-swiper-prev:hover {
  background-color: var(--primary-color);
  color: white;
}
.services-section .services-slider-nav .services-swiper-next::after,
.services-section .services-slider-nav .services-swiper-prev::after {
  content: unset;
}
.services-section .services-slider-nav .swiper-button-prev,
.services-section .services-slider-nav .swiper-button-next {
  height: unset;
  margin-top: 0;
}
@media (max-width: 768px) {
  .services-section .service-item-card .service-item-image {
    height: 150px;
  }
  .services-section .service-item-card .service-item-body {
    padding: 1rem;
  }
  .services-section .service-item-card .service-item-title {
    font-size: 18px;
  }
  .services-section .services-slider-nav .services-swiper-next,
  .services-section .services-slider-nav .services-swiper-prev {
    width: 35px;
    height: 35px;
  }
  .services-section .services-slider-nav .services-swiper-next i,
  .services-section .services-slider-nav .services-swiper-prev i {
    font-size: 14px;
  }
}

.elem-header {
  height: 130px;
}
@media (min-width: 576px) {
  .elem-header {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .elem-header {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .elem-header {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .elem-header {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .elem-header {
    height: 600px;
  }
}
.elem-header .overlay-header {
  background: rgba(0, 0, 0, 0.4);
}
.elem-header .container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .elem-header .container {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.elem-header .container .header-badge {
  margin-right: 15px;
}
.elem-header .container .header-badge i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .elem-header .container .header-badge i {
    font-size: 25px;
  }
}
.elem-header .container .text {
  color: white;
}
.elem-header .container .text h2, .elem-header .container .text .h2 {
  color: white;
  margin: 0;
  font-size: 17px;
  font-weight: 29px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .elem-header .container .text h2, .elem-header .container .text .h2 {
    font-size: 30px;
    font-weight: 40px;
  }
}
.elem-header .container .text h3, .elem-header .container .text .h3 {
  color: white;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .elem-header .container .text h3, .elem-header .container .text .h3 {
    font-size: 20px;
    font-weight: 30px;
  }
}
@media (max-width: 575.98px) {
  .elem-header .container .text h2 + h3, .elem-header .container .text .h2 + h3, .elem-header .container .text h2 + .h3, .elem-header .container .text .h2 + .h3 {
    margin-top: -5px !important;
  }
}

/* ===================================================================
   SIDEBAR NAVIGATION
   ================================================================== */
/* ===================================================================
   1. OVERLAY
   ================================================================== */
.sidebar-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  top: 81px;
}
@media (min-width: 992px) {
  .sidebar-overlay {
    top: 106px;
  }
}
@media (min-width: 1200px) {
  .sidebar-overlay {
    top: 195px;
  }
}
@media (min-width: 1921px) {
  .sidebar-overlay {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sidebar-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

/* ===================================================================
   2. MOBILE MENU TRIGGER
   ================================================================== */
.mobile-menu-trigger {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 32px;
  position: relative;
  z-index: 5;
  /* Hide until JavaScript loads */
}
body:not(.js-loaded) .mobile-menu-trigger {
  display: none !important;
}
@media screen and (max-width: 998px) {
  body.js-loaded .mobile-menu-trigger {
    display: block;
  }
}
.mobile-menu-trigger span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  background: #101820;
  border-radius: 3px;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.45, 0.06, 0.15, 1), background 0.3s cubic-bezier(0.45, 0.06, 0.15, 1), opacity 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.mobile-menu-trigger.active span {
  background: #101820;
}
.mobile-menu-trigger.active span:first-child {
  transform: rotate(45deg) translate(4px, 4px);
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.mobile-menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

/* ===================================================================
   3. SIDEBAR NAVIGATION
   ================================================================== */
.sidebar-nav {
  /* Hide entire navigation until JavaScript loads */
  /* ===================================================================
     3.1. DESKTOP MENU TOGGLE
     ================================================================== */
  /* ===================================================================
     3.2. MAIN MENU CONTAINER
     ================================================================== */
}
body:not(.js-loaded) .sidebar-nav {
  display: none !important;
}
.sidebar-nav li::before {
  content: unset;
}
.sidebar-nav a {
  color: #101820;
  font-weight: 300;
  transition: 0.3s;
}
.sidebar-nav a span {
  color: #101820;
}
.sidebar-nav a:hover {
  color: var(--primary-color) !important;
}
.sidebar-nav a:hover span {
  color: var(--primary-color) !important;
}
.sidebar-nav button {
  transition: 0.3s;
}
.sidebar-nav button:hover {
  color: var(--primary-color) !important;
}
.sidebar-nav svg, .sidebar-nav path {
  fill: var(--primary-color);
}
.sidebar-nav #menuToggle {
  position: relative;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 37px;
  width: 37px;
  min-width: 37px;
  max-width: 37px;
  background: var(--primary-color);
  display: flex;
  flex-flow: column;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}
.sidebar-nav #menuToggle:hover, .sidebar-nav #menuToggle:focus, .sidebar-nav #menuToggle:active {
  background: #FF7333;
}
@media screen and (max-width: 1200px) {
  .sidebar-nav #menuToggle {
    background: transparent;
  }
  .sidebar-nav #menuToggle:hover {
    background: transparent;
  }
}
.sidebar-nav #menuToggle input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
  /* Ensure checkbox starts unchecked to prevent menu flash */
}
.sidebar-nav #menuToggle input:not(.js-loaded *) {
  pointer-events: none;
}
.sidebar-nav #menuToggle input:checked ~ ul#menu {
  /* Only show menu if JavaScript has initialized */
}
body.js-loaded .sidebar-nav #menuToggle input:checked ~ ul#menu {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 1200px) {
  body.js-loaded .sidebar-nav #menuToggle input:checked ~ ul#menu {
    top: 195px !important;
  }
}
@media (max-width: 1199.98px) {
  body.js-loaded .sidebar-nav #menuToggle input:checked ~ ul#menu {
    top: 106px !important;
  }
}
@media (max-width: 991.98px) {
  body.js-loaded .sidebar-nav #menuToggle input:checked ~ ul#menu {
    top: 81px !important;
  }
}
@media (min-width: 1921px) {
  body.js-loaded .sidebar-nav #menuToggle input:checked ~ ul#menu {
    right: calc((100vw - 1920px) / 2) !important;
  }
}
.sidebar-nav #menuToggle input:checked ~ .burgerSpan {
  display: none !important;
}
.sidebar-nav #menuToggle input:checked ~ .fa-xmark {
  display: block !important;
  font-size: 21px;
  margin-top: 1px;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sidebar-nav #menuToggle input:checked ~ .fa-xmark {
    color: #101820;
  }
}
.sidebar-nav #menuToggle .burgerSpan {
  display: block;
  width: 17px;
  height: 2px;
  margin-bottom: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  z-index: 5;
  transform-origin: center;
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
.sidebar-nav #menuToggle .burgerSpan:last-of-type {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .sidebar-nav #menuToggle .burgerSpan {
    width: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-nav #menuToggle .burgerSpan {
    background: #101820;
  }
}
.sidebar-nav #menuToggle .burgerSpan.last {
  margin-bottom: 0px;
}
.sidebar-nav #menu {
  position: fixed;
  width: 405px;
  height: calc(100vh - 125px);
  top: -100vh !important; /* Force hidden state initially */
  right: 0;
  list-style: none;
  padding: 0 25px;
  opacity: 0 !important; /* Force hidden state initially */
  visibility: hidden !important; /* Force hidden state initially */
  transition: top 0.5s ease-in-out, opacity 0.5s ease, visibility 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  /* ===================================================================
     3.3. PANEL SYSTEM
     ================================================================== */
  /* ===================================================================
     3.4. NAVIGATION CONTROLS
     ================================================================== */
  /* ===================================================================
     3.5. MENU STRUCTURE
     ================================================================== */
  /* ===================================================================
     3.6. SUBMENU SYSTEM
     ================================================================== */
  /* ===================================================================
     3.7. SUBMENU TOGGLES
     ================================================================== */
}
@media (min-width: 992px) {
  .sidebar-nav #menu {
    background: #FFFFFF;
  }
}
.sidebar-nav #menu li {
  padding-left: 0;
}
@media screen and (max-width: 998px) {
  .sidebar-nav #menu {
    top: -100vh;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    background: #F5F5F5;
  }
}
@media (min-width: 1921px) {
  .sidebar-nav #menu {
    right: calc((100vw - 1920px) / 2 - 405px);
  }
}
.sidebar-nav #menu .panel {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 10px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 0.3s cubic-bezier(0.45, 0.06, 0.15, 1) !important;
  z-index: 1;
  border-top: 1px solid rgba(55, 56, 63, 0.1019607843);
}
@media (max-width: 991.98px) {
  .sidebar-nav #menu .panel {
    background: #F5F5F5;
  }
}
@media (max-width: 767.98px) {
  .sidebar-nav #menu .panel {
    padding: 10px 20px;
  }
}
.sidebar-nav #menu .panel.panel-level-1 {
  left: 0;
  z-index: 2;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .sidebar-nav #menu .panel.panel-level-1 {
    height: 100%;
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 767.98px) {
  .sidebar-nav #menu .panel.panel-level-1 a, .sidebar-nav #menu .panel.panel-level-1 span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}
.sidebar-nav #menu .panel.panel-level-2 {
  left: 100%;
}
.sidebar-nav #menu .panel.panel-level-2 .menu-line a {
  font-weight: 300;
}
.sidebar-nav #menu .panel.panel-level-2.active {
  left: 0;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .sidebar-nav #menu .panel.panel-level-2 {
    height: 100%;
    min-height: calc(100vh - 90px);
  }
}
.sidebar-nav #menu .slide-back {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(76, 78, 86, 0.12);
}
.sidebar-nav #menu .slide-back .arrow-return {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sidebar-nav #menu .slide-back .back-title {
  font-weight: 400;
  font-size: 17px;
  color: #101820;
}
@media (max-width: 767.98px) {
  .sidebar-nav #menu .slide-back .back-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.sidebar-nav #menu .full-toggle {
  background: none;
  border: none;
  padding: 0;
  color: #101820;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sidebar-nav #menu .full-toggle {
    width: 100%;
  }
}
.sidebar-nav #menu .full-toggle svg {
  margin-left: 10px;
  flex-shrink: 0;
}
.sidebar-nav #menu .full-toggle svg path {
  fill: var(--primary-color);
}
.sidebar-nav #menu .menu-line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(76, 78, 86, 0.12);
  box-shadow: 0px 1px 0px 0px white;
}
.sidebar-nav #menu .menu-line.slide-back {
  justify-content: start;
}
.sidebar-nav #menu .menu-line .plusminus {
  margin: 5px 0 0 0;
}
.sidebar-nav #menu li.level-1 {
  border-bottom: 1px solid rgba(76, 78, 86, 0.12);
}
.sidebar-nav #menu li.level-1 a {
  font-size: 17px;
  font-weight: 300;
  color: #101820 !important;
  text-decoration: none;
}
.sidebar-nav #menu li.level-2 {
  border-bottom: 1px solid rgba(76, 78, 86, 0.12);
}
.sidebar-nav #menu li.level-2 li {
  padding-left: 0;
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}
.sidebar-nav #menu li.level-2 .menu-line {
  display: flex;
  width: 100%;
  justify-content: start;
}
.sidebar-nav #menu li.level-2.submenu-open .menu-line {
  border-bottom: none;
  box-shadow: unset;
  padding-bottom: 15px;
}
.sidebar-nav #menu li.level-2 a {
  font-size: 17px;
  font-weight: 400;
  color: #101820;
  text-decoration: none;
}
.sidebar-nav #menu li.level-2 .submenu a {
  font-size: 17px;
  line-height: 24px;
}
.sidebar-nav #menu li.level-2 .submenu li:last-child {
  padding-bottom: 0;
}
.sidebar-nav #menu .submenu-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav #menu .submenu-container li {
  margin-bottom: 0;
}
.sidebar-nav #menu .submenu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  position: relative;
  z-index: 5;
}
.sidebar-nav #menu .submenu.active a {
  color: #101820;
}
.sidebar-nav #menu .has-submenu.submenu-open > .submenu {
  max-height: 60rem;
  padding-bottom: 20px;
}
.sidebar-nav #menu .submenu-open > .submenu {
  max-height: 60rem;
  padding-bottom: 20px;
}
.sidebar-nav #menu .submenu-open > .menu-line > .submenu-toggle.plusminus::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
}
.sidebar-nav #menu .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #101820;
}
.sidebar-nav #menu .submenu-toggle.plusminus::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
}

.breadcrumb-nav {
  background-color: #24AA85;
}
.breadcrumb-nav span {
  margin-bottom: 0;
}
.breadcrumb-nav .breadcrumbfont, .breadcrumb-nav a, .breadcrumb-nav span {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 29px;
}

footer {
  background: white;
}
footer .socials svg {
  color: white;
}
footer .newsletter .inputContainer {
  height: 60px;
  opacity: 0.3;
}
footer .newsletter .inputContainer .emailInputNewsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px 15px 25px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #F0EAE4;
  background: white;
  cursor: not-allowed;
}
@media (max-width: 991.98px) {
  footer .newsletter .inputContainer .emailInputNewsletter {
    padding: 15px 20px 15px 20px;
  }
}
footer .newsletter .inputContainer .emailInputNewsletter::-moz-placeholder {
  color: #101820;
  font-size: 17px;
  line-height: 29px;
  content: "Votre adresse e-mail";
}
footer .newsletter .inputContainer .emailInputNewsletter::placeholder {
  color: #101820;
  font-size: 17px;
  line-height: 29px;
  content: "Votre adresse e-mail";
}
@media (max-width: 991.98px) {
  footer .newsletter .inputContainer .emailInputNewsletter::-moz-placeholder {
    content: "E-mail";
  }
  footer .newsletter .inputContainer .emailInputNewsletter::placeholder {
    content: "E-mail";
  }
}
footer .newsletter .inputContainer .submitBtn {
  border: 0;
  background-color: #B8753E;
  padding: 15px 30px;
  border-radius: 0 5px 5px 0;
  cursor: not-allowed;
  font-weight: 600;
}
footer .newsletter .inputContainer .submitBtn span {
  white-space: nowrap;
  font-weight: 600;
}
footer hr {
  height: 1px;
  color: #efeaea;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  footer hr {
    display: none;
  }
}
footer .copyright, footer .e-connect-link {
  color: rgba(16, 24, 32, 0.5) !important;
  font-weight: 400 !important;
}
footer .copyright a, footer .e-connect-link a {
  color: var(--primary-color) !important;
}
footer .copyright *, footer .e-connect-link * {
  color: rgba(16, 24, 32, 0.5) !important;
  font-weight: 400 !important;
}
footer .footerTitle {
  font-size: 17px;
  line-height: 29px;
}
@media (max-width: 991.98px) {
  footer .footerTitle {
    font-size: 17px;
    line-height: 22px;
  }
}
footer .logo-nav {
  margin-left: 0;
  height: 60px;
}
@media (min-width: 992px) {
  footer .logo-nav {
    height: 65px;
  }
}
footer .btn-custom-lightPrimary {
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
footer .btn-custom-lightPrimary i {
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 26px !important;
}
footer .btn-custom-lightPrimary * {
  font-weight: 400 !important;
}
footer .form-footer .inputSearch {
  border: 1px solid rgba(76, 78, 86, 0.12);
  border-radius: 5px 0 0 5px;
  background: #F5F5F5;
  height: 50px;
  padding: 15px 25px;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 992px) {
  footer .form-footer .inputSearch {
    height: 60px;
  }
}
@media (min-width: 992px) {
  footer .form-footer .inputSearch {
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  footer .form-footer .inputSearch {
    padding: 15px 20px;
  }
}
footer .form-footer .inputSearch::-moz-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
footer .form-footer .inputSearch::placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
footer .form-footer .inputSearch::-webkit-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
footer .form-footer .inputSearch:-ms-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
footer .form-footer .inputButton {
  border-radius: 0 5px 5px 0;
  background-color: var(--primary-color);
  border: 0 !important;
  height: 50px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  color: white;
  font-size: 17px;
  padding: 15px 25px;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .form-footer .inputButton {
    height: 60px;
  }
}
footer .form-footer .inputButton i {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  footer .form-footer .inputButton i {
    font-size: 22px;
  }
}

/*
* Nav Left
*/
.menu-inside-left {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  position: relative;
  padding: 33px 25px 0 25px;
  margin-top: 100px;
}
.menu-inside-left.margin-neg-nav-left {
  z-index: 10;
}
@media (min-width: 1200px) {
  .menu-inside-left.margin-neg-nav-left {
    margin-top: -102px !important;
  }
}
.menu-inside-left li {
  margin-bottom: 0;
}
.menu-inside-left.contactMargin {
  margin-top: -230px;
}
.menu-inside-left .plusBtn .toggle {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-inside-left .plusBtn .toggle.rotated {
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .menu-inside-left {
    margin-top: 40px;
  }
}
.menu-inside-left .leftnavmenu {
  position: absolute;
  left: 25px;
  top: -1px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0 0 5px 5px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: block;
  transition: 0.3s;
  background-color: var(--primary-color);
  text-decoration: none;
}
@media (max-width: 1500px) {
  .menu-inside-left .leftnavmenu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1500px) {
  .menu-inside-left .leftnavmenu {
    font-size: 13px;
    line-height: 19px;
  }
}
.menu-inside-left .leftnavmenu:hover {
  background-color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .menu-inside-left .leftnavmenu {
    left: 20px;
  }
}
.menu-inside-left .nav-left a {
  color: #101820;
  text-decoration: none;
  font-weight: 400;
}
.menu-inside-left .nav-left a:hover {
  color: var(--primary-color);
}
.menu-inside-left .nav-left a.active {
  color: var(--primary-color);
}
.menu-inside-left .nav-left .accordion-description a, .menu-inside-left .nav-left .accordion-description p, .menu-inside-left .nav-left .accordion-description span {
  font-size: 17px;
  line-height: 29px;
}
.menu-inside-left .nav-left .accordion-description a {
  color: var(--primary-color);
  text-decoration: none;
}
.menu-inside-left .nav-left .accordion-description a:hover {
  color: var(--primary-color);
}
.menu-inside-left .nav-left .accordion-description a.active {
  color: var(--primary-color);
}
.menu-inside-left .nav-left .active-true {
  color: var(--primary-color);
}
.menu-inside-left .nav-left ul {
  margin-top: 15px;
}
.menu-inside-left .nav-left ul li:last-child {
  margin-bottom: 0 !important;
}
.menu-inside-left .leftnav.level-1 {
  font-weight: 400;
  margin: 0;
  font-family: museo-sans;
  padding: 20px 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .menu-inside-left .leftnav.level-1 {
    font-size: 15px;
    line-height: 22px;
  }
}
.menu-inside-left .leftnav {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.menu-inside-left .menuleftLi {
  position: relative;
  width: 100%;
}
.menu-inside-left .menuleftLi.level-1:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  height: 1px;
  background-color: #F0EAE4;
}
.menu-inside-left .collapse {
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.menu-inside-left .collapse.show, .menu-inside-left .collapsing {
  padding-left: 0;
  margin-bottom: 15px;
}
.menu-inside-left .collapse.show *, .menu-inside-left .collapsing * {
  font-size: 16px;
  line-height: 24px;
}
.menu-inside-left .collapse.show ul, .menu-inside-left .collapsing ul {
  margin-top: 0;
}
.menu-inside-left .collapse.show .leftnav, .menu-inside-left .collapsing .leftnav {
  margin-bottom: 0;
  padding-right: 50px;
  font-family: museo-sans;
}
.menu-inside-left .collapse.show .leftnav.level-1, .menu-inside-left .collapsing .leftnav.level-1 {
  font-weight: 600;
}
.menu-inside-left .collapse.show .leftnav::before, .menu-inside-left .collapsing .leftnav::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 10px;
  width: 7px;
  height: 2px;
  background-color: var(--primary-color);
}
.menu-inside-left .collapse.show a.level-2, .menu-inside-left .collapsing a.level-2 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .menu-inside-left .collapse.show a.level-2, .menu-inside-left .collapsing a.level-2 {
    font-size: 15px;
    line-height: 22px;
  }
}
.menu-inside-left .collapse.show a.level-2:last-child, .menu-inside-left .collapsing a.level-2:last-child {
  margin-bottom: 0;
}
.menu-inside-left .collapse.show .parentPageLink, .menu-inside-left .collapsing .parentPageLink {
  font-size: 17px;
}
.menu-inside-left li.level-2 {
  margin-bottom: 0;
}

.partners-slider {
  background-color: #fff;
  height: 150px;
}
@media (max-width: 991.98px) {
  .partners-slider {
    height: 85px;
  }
}
.partners-slider .swiper-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.partners-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 215px;
  max-height: 69px;
}
@media (max-width: 991.98px) {
  .partners-slider .swiper-slide {
    width: auto;
  }
}
.partners-slider .partner-image {
  max-width: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .partners-slider .partner-image {
    max-height: 80px;
  }
}
@media (max-width: 991.98px) {
  .partners-slider .partner-image {
    width: auto;
  }
}

.blog-categ-home {
  position: relative;
  padding: 0 0 25px 0;
}
@media (min-width: 992px) {
  .blog-categ-home {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767.98px) {
  .blog-categ-home {
    border-radius: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-categ-home::before {
    content: unset;
    position: unset;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    background-color: unset;
    z-index: unset;
  }
}
.blog-categ-home .pillContainer {
  gap: 7px;
}
.blog-categ-home .pillContainer .categPill {
  padding: 7px 15px;
  min-width: 40px;
}
.blog-categ-home .pillContainer .categPill span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.blog-highlight-home {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .blog-highlight-home {
    margin-top: 20px;
    height: 365px;
    border-radius: 5px 5px 0 0;
  }
}
.blog-highlight-home .blog-highlight-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.blog-highlight-home .blog-highlight-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-highlight-home .blog-highlight-bg .blog-highlight-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-highlight-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 13.4%, rgba(0, 0, 0, 0.7) 82.7%);
  z-index: 1;
}
.blog-highlight-home .blog-highlight-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 50px;
  color: #FFFFFF;
}
.blog-highlight-home .blog-highlight-header {
  display: flex;
}
@media (min-width: 992px) {
  .blog-highlight-home .blog-highlight-header {
    justify-content: flex-end;
  }
}
.blog-highlight-home .blog-highlight-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: museo-sans;
}
.blog-highlight-home .blog-highlight-badge i {
  font-size: 14px;
}
.blog-highlight-home .blog-highlight-badge span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .blog-highlight-home .blog-highlight-badge span {
    font-size: 14px;
  }
}
.blog-highlight-home .blog-highlight-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .blog-highlight-home .blog-highlight-footer {
    gap: 5px;
  }
}
.blog-highlight-home .blog-highlight-category {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: museo-sans;
}
@media (max-width: 991.98px) {
  .blog-highlight-home .blog-highlight-category {
    margin-bottom: 5px;
  }
}
.blog-highlight-home .blog-highlight-title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  font-family: museo-sans;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .blog-highlight-home .blog-highlight-title {
    margin-bottom: 5px;
  }
}
.blog-highlight-home .blog-highlight-date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: museo-sans;
}
@media (max-width: 768px) {
  .blog-highlight-home .blog-highlight-content {
    padding: 20px;
  }
}

.home-blog-row {
  --bs-gutter-x: 30px;
}

.blog-list-home .blog-list-content .wrapper-blog .item .box {
  background-color: #FFFFFF;
  border: 1px solid #F0EAE4;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  height: 100%;
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box {
    border-radius: 0;
    border: unset;
  }
  .blog-list-home .blog-list-content .wrapper-blog .item .box.last {
    border-radius: 0 0 5px 5px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box:hover i {
  color: var(--primary-color);
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper {
  height: 200px;
  overflow: hidden;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper.small {
  height: 200px;
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper.small {
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper.small {
    width: 100px;
    height: 75px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-placeholder {
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-placeholder.small {
  height: 200px;
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-placeholder.small {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-placeholder.small {
    height: 160px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .blog-image-placeholder .placeholder-img {
  max-width: 60px;
  max-height: 60px;
  opacity: 0.5;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100% - 200px);
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc {
    height: calc(100% - 180px);
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc {
    height: calc(100% - 160px);
    padding: 15px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .publicationDate {
  font-size: 14px;
  line-height: 22px;
  color: #70797F;
  font-family: museo-sans;
  font-weight: 500;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .title {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  color: #101820;
  font-family: museo-sans;
  margin: 0;
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .title.ellipsistwo {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .categName {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: museo-sans;
  color: var(--primary-color);
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .arrowCircle {
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .arrowCircle {
    width: 30px;
    height: 30px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .arrowCircle i {
  font-size: 17px;
  color: var(--primary-color);
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 1200px) {
  .blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .arrowCircle i {
    font-size: 14px;
  }
}
.blog-list-home .blog-list-content .wrapper-blog .item .box .wrapper-desc .d-flex:last-child {
  margin-top: auto;
}
@media (min-width: 1200px) {
  .blog-list-home .wrapper-blog .item:nth-child(n+5) {
    display: none;
  }
}

.blog-list-home {
  padding-bottom: 95px;
}
.blog-list-home hr {
  border-top: 0 !important;
  border-bottom: 1px solid rgba(76, 78, 86, 0.12) !important;
  box-shadow: 0 1px 0 0 var(--white, #FFF);
}
.blog-list-home h2.title, .blog-list-home .title.h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: museo-slab;
}
@media (max-width: 991.98px) {
  .blog-list-home h2.title, .blog-list-home .title.h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.blog-list-home p.subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .blog-list-home p.subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .blog-list-home {
    padding-bottom: 170px;
  }
}
.blog-list-home .blog-main-article {
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 575.98px) {
  .blog-list-home .blog-main-article {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.blog-list-home .blog-main-article hr {
  margin: 20px 0px 15px 0px;
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-main-article hr {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-main-article {
    border: none;
    border-radius: 0;
  }
}
.blog-list-home .blog-main-article .blog-main-image {
  height: 450px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .blog-list-home .blog-main-article .blog-main-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-main-article .blog-main-image {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .blog-list-home .blog-main-article .blog-main-image {
    height: 250px;
    border-radius: 0;
  }
}
.blog-list-home .blog-main-article .blog-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blog-list-home .blog-main-article .blog-main-content {
  padding: 25px 0px;
}
@media (max-width: 575.98px) {
  .blog-list-home .blog-main-article .blog-main-content {
    padding: 25px 20px !important;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-main-article .blog-main-content {
    padding: 25px 0 30px;
    border-bottom: 1px solid #F0EAE4;
  }
}
.blog-list-home .blog-main-article .blog-main-content .blogCateg {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
.blog-list-home .blog-main-article .blog-main-content .blogTitle {
  font-size: 20px;
  line-height: 30px;
  color: #101820;
  margin-bottom: 10px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-main-article .blog-main-content .blogTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-list-home .blog-main-article .blog-main-content .blogDate {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #70797F;
}
.blog-list-home .blog-main-article:hover .blogTitle {
  color: var(--primary-color);
}
.blog-list-home .blog-small-articles {
  height: 100%;
}
.blog-list-home .blog-small-articles hr {
  margin: 13px 0px 13px 0px;
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-articles hr {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-articles {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.blog-list-home .blog-small-article {
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-article {
    padding: 30px 0;
    border-top: 1px solid #F0EAE4;
  }
  .blog-list-home .blog-small-article:first-of-type {
    border-top: none;
  }
}
.blog-list-home .blog-small-article .blog-small-image {
  width: 140px;
  height: 140px;
  border-radius: 3px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .blog-list-home .blog-small-article .blog-small-image {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .blog-list-home .blog-small-article .blog-small-image {
    width: 100px;
    height: 100px;
    margin-left: 20px;
  }
}
.blog-list-home .blog-small-article .blog-small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blog-list-home .blog-small-article .blog-small-content {
  flex: 1;
}
.blog-list-home .blog-small-article .blog-small-content .blogCateg {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.blog-list-home .blog-small-article .blog-small-content .blogTitle {
  font-size: 17px;
  line-height: 27px;
  color: #101820;
  margin-bottom: 5px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-article .blog-small-content .blogTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-list-home .blog-small-article .blog-small-content .blogDate {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #70797F;
}
.blog-list-home .blog-small-article hr {
  border-color: 1px solid rgba(76, 78, 86, 0.12);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-article hr {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .blog-list-home .blog-small-article hr {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.blog-list-home .blog-small-article:hover .blogTitle {
  color: var(--primary-color);
}
.blog-list-home .lisitngLink {
  background-color: var(--primary-color);
  padding: 15px 30px 15px 30px;
  border-radius: 5px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .blog-list-home .lisitngLink {
    width: 100%;
    justify-content: center;
  }
}
.blog-list-home .lisitngLink i {
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blog-list-home .lisitngLink span {
  font-size: 17px;
  color: #fff;
}
.blog-list-home .lisitngLink:hover i {
  transform: translateX(5px);
}

.blocSlideHome {
  position: relative;
  overflow: visible;
}
@media (min-width: 1400px) {
  .blocSlideHome {
    height: 500px;
  }
}
.blocSlideHome .before-svg svg {
  position: absolute;
  top: -160px;
  right: 0px;
  content: "";
  width: 150px;
  height: 231px;
}
@media (min-width: 768px) {
  .blocSlideHome .before-svg svg {
    width: 215px;
    height: 193px;
    top: -160px;
  }
}
@media (min-width: 992px) {
  .blocSlideHome .before-svg svg {
    width: 215px;
    height: 193px;
    top: -160px;
  }
}
@media (min-width: 1200px) {
  .blocSlideHome .before-svg svg {
    width: 270px;
    height: 160px;
    top: -160px;
  }
}
@media (min-width: 1400px) {
  .blocSlideHome .before-svg svg {
    width: 270px;
    height: 160px;
    top: -160px;
  }
}
@media (min-width: 1700px) {
  .blocSlideHome .before-svg svg {
    width: 270px;
    height: 160px;
    top: -160px;
  }
}
.blocSlideHome .row {
  height: 100%;
}
@media (min-width: 1400px) {
  .blocSlideHome .row {
    height: 500px;
  }
}
.blocSlideHome .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .blocSlideHome .row > [class*=col-] {
    height: 500px;
  }
}
.blocSlideHome .blocSlideHome-content {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #24AA85;
  color: white;
}
@media (max-width: 991.98px) {
  .blocSlideHome .blocSlideHome-content.pr-resp-container {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .blocSlideHome .blocSlideHome-content.pr-resp-container {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 992px) {
  .blocSlideHome .blocSlideHome-content.pr-resp-container {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 768px) {
  .blocSlideHome .blocSlideHome-content {
    padding: 60px 20px 60px 20px;
  }
}
@media (min-width: 992px) {
  .blocSlideHome .blocSlideHome-content {
    padding: 80px 100px 80px 60px;
  }
}
@media (min-width: 1200px) {
  .blocSlideHome .blocSlideHome-content {
    padding: 100px 100px 100px 60px;
  }
}
@media (min-width: 1400px) {
  .blocSlideHome .blocSlideHome-content {
    padding: 100px 130px 100px 60px;
  }
}
@media (min-width: 1700px) {
  .blocSlideHome .blocSlideHome-content {
    padding: 100px 160px 100px 60px;
  }
}
.blocSlideHome .blocSlideHome-content .intro-title {
  font-size: 20px;
  color: white;
  font-weight: 400;
  line-height: 30px;
}
.blocSlideHome .blocSlideHome-content .main-title {
  font-size: 40px;
  line-height: 50px;
  color: white;
  font-family: museo-slab;
}
@media (max-width: 991.98px) {
  .blocSlideHome .blocSlideHome-content .main-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.blocSlideHome .blocSlideHome-content .description {
  font-size: 17px;
  line-height: 29px;
  color: white;
}
.blocSlideHome .blocSlideHome-content .description p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.blocSlideHome .blocSlideHome-content .description p:last-child {
  margin-bottom: 0;
}
.blocSlideHome .blocSlideHome-content .cta-link {
  background-color: transparent;
  color: white;
  padding: 14px 30px 14px 0px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blocSlideHome .blocSlideHome-content .cta-link span {
  font-size: 17px;
  line-height: 29px;
  color: white;
  margin-bottom: 0px;
  font-weight: 400;
}
.blocSlideHome .blocSlideHome-content .cta-link i {
  font-size: 15px;
  color: #d8be08;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blocSlideHome .blocSlideHome-content .cta-link:hover {
  background-color: transparent;
  color: white;
}
.blocSlideHome .blocSlideHome-content .cta-link:hover i {
  transform: translateX(5px);
}
.blocSlideHome .blocSlideHome-slider-wrapper {
  position: relative;
  height: 100%;
  background-color: #FBF8F5;
  display: flex;
  flex-direction: column;
}
.blocSlideHome .blocSlideHomeSwiper {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blocSlideHome .blocSlideHomeSwiper .swiper-wrapper {
  flex: 1;
}
.blocSlideHome .blocSlideHomeSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .blocSlideHome .blocSlideHomeSwiper .swiper-slide {
    height: 500px;
  }
}
.blocSlideHome .blocSlideHomeSwiper .slide-image-wrapper {
  overflow: hidden;
  height: 100%;
}
.blocSlideHome .blocSlideHomeSwiper .slide-image-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}
.blocSlideHome .blocSlideHomeSwiper .slide-image-wrapper .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blocSlideHome .blocSlideHomeSwiper .slide-content {
  padding: 30px;
  background-color: white;
  flex: 1;
}
@media (min-width: 992px) {
  .blocSlideHome .blocSlideHomeSwiper .slide-content {
    padding: 40px 50px;
  }
}
.blocSlideHome .blocSlideHomeSwiper .slide-content .slide-title {
  font-size: 20px;
  line-height: 30px;
  color: #101820;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .blocSlideHome .blocSlideHomeSwiper .slide-content .slide-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.blocSlideHome .blocSlideHomeSwiper .slide-content .slide-description {
  font-size: 17px;
  line-height: 29px;
  color: #70797F;
  margin-bottom: 0;
}
.blocSlideHome .slider-navigation {
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  gap: 10px;
  z-index: 100;
}
.blocSlideHome .slider-navigation .slider-btn {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #F0EAE4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .blocSlideHome .slider-navigation .slider-btn {
    width: 31px;
    height: 31px;
  }
}
.blocSlideHome .slider-navigation .slider-btn i {
  font-size: 14px;
  color: var(--primary-color);
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 991.98px) {
  .blocSlideHome .slider-navigation .slider-btn i {
    font-size: 14px;
  }
}
.blocSlideHome .slider-navigation .slider-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.blocSlideHome .slider-navigation .slider-btn:hover i {
  color: white;
}
.blocSlideHome .slider-navigation .slider-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.blocSlideHome .slider-navigation .slider-btn.swiper-button-disabled:hover {
  background-color: white;
  border-color: #F0EAE4;
}
.blocSlideHome .slider-navigation .slider-btn.swiper-button-disabled:hover i {
  color: #101820;
}
.blocSlideHome .swiper-slide:hover .slide-image {
  transform: scale(1.05);
}

.eventCateg hr {
  background: #FF7333;
  height: 1px;
}
@media (max-width: 767.98px) {
  .eventCateg .categSlider {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .eventCateg .categSlider .eventCateg-buttons-container {
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
  }
}
.eventCateg .eventCateg-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .eventCateg .eventCateg-buttons {
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
  }
}
.eventCateg .eventCateg-buttons .swiper-wrapper {
  gap: 10px;
}
@media (min-width: 768px) {
  .eventCateg .eventCateg-buttons .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
  }
}
.eventCateg .eventCateg-buttons .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .eventCateg .eventCateg-buttons .swiper-slide {
    width: auto;
    margin: 0;
    transform: none !important;
  }
}
.eventCateg .eventCateg-button {
  background-color: #24AA85;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  border: none;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .eventCateg .eventCateg-button {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.eventCateg .eventCateg-button:active {
  transform: translateY(0);
}
.eventCateg .service-button {
  background-color: #24AA85;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  border: none;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 992px) {
  .eventCateg .service-button {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.eventCateg .service-button:active {
  transform: translateY(0);
}
.eventCateg .events-section-title {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.eventCateg .events-waste-section {
  border-radius: 5px;
  border: 1px solid #F0EAE4;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.eventCateg .events-waste-section--loading .events-waste-header,
.eventCateg .events-waste-section--loading .events-waste-content {
  filter: blur(3px);
  opacity: 0.3;
  pointer-events: none;
}
.eventCateg .events-waste-section .events-waste-header {
  padding: 25px 30px;
  background-color: var(--primary-color);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.eventCateg .events-waste-section .events-section-title {
  color: white;
}
.eventCateg .events-waste-section .events-waste-content {
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.eventCateg .events-waste-section .event-waste-item {
  padding: 20px 30px;
  background-color: white;
}
@media (min-width: 992px) {
  .eventCateg .events-waste-section .event-waste-item .event-waste-day-info {
    min-width: 250px;
  }
}
.eventCateg .events-waste-section .event-waste-item--weekend {
  background-color: transparent;
}
.eventCateg .events-waste-section .event-waste-item .event-waste-date, .eventCateg .events-waste-section .event-waste-item .event-waste-title {
  color: #101820;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}
.eventCateg .events-waste-section .event-waste-item .event-waste-date {
  font-weight: 600;
}
.eventCateg .events-waste-section .event-waste-item .waste-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.eventCateg .events-waste-section .event-waste-item .waste-icon-circle:hover {
  transform: scale(1.1);
}
.eventCateg .events-waste-section .event-waste-item .waste-icon-circle i {
  font-size: 16px;
  color: white !important;
}
.eventCateg .events-waste-section .event-waste-item .event-waste-icons {
  justify-content: flex-start;
  gap: 5px;
}
.eventCateg .events-waste-section .event-waste-item .event-waste-icons .event-waste-icons-container {
  text-align: left;
}
.eventCateg .events-waste-section .event-waste-item .wasteText {
  color: #101820;
}
.eventCateg .events-link {
  font-size: 17px;
  line-height: 29px;
}
.eventCateg .events-waste-loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  border-radius: 5px;
  pointer-events: none;
}
.eventCateg .events-waste-loadingOverlaySpinner {
  width: 50px;
  height: 50px;
  border: 4px solid #F0EAE4;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: eventsWasteSpin 1s linear infinite;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.eventCateg .events-waste-loadingOverlayText {
  font-size: 17px;
  font-weight: 600;
  color: #101820;
  opacity: 0.8;
  animation: eventsWastePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  text-align: center;
}

@keyframes eventsWasteSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes eventsWastePulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.ficheevent {
  min-height: 100vh;
}
@media (max-width: 1199.98px) {
  .ficheevent {
    background-color: #F5F5F5;
  }
}
@media (max-width: 1199.98px) {
  .ficheevent .mobileWhiteBox {
    background-color: white;
    border: 1px solid #F0EAE4;
    padding: 20px;
    border-radius: 5px;
  }
}
.ficheevent .categ {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .ficheevent .categ {
    font-size: 14px;
    line-height: 22px;
  }
}
.ficheevent .date {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .ficheevent .date {
    font-size: 20px;
    line-height: 30px;
  }
}
.ficheevent h1, .ficheevent .h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .ficheevent h1, .ficheevent .h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ficheevent .nativeSharing i {
  font-size: 22px;
}
.ficheevent .wrapper-image {
  max-height: 500px;
}
@media (max-width: 1199.98px) {
  .ficheevent .infoContainer {
    margin-top: 20px;
  }
}
.ficheevent .infoContainer i, .ficheevent .infoContainer span, .ficheevent .infoContainer p {
  color: rgba(0, 0, 0, 0.5);
}
.ficheevent .lightgallery {
  margin: 25px 0;
}
@media (min-width: 1200px) {
  .ficheevent .lightgallery {
    margin: 30px 0;
  }
}
.ficheevent .lightgallery .wrapper-image {
  border-radius: 5px;
  overflow: hidden;
  max-height: 500px;
}
.ficheevent .lightgallery .wrapper-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ficheevent .lightgallery .wrapper-image img {
    height: 215px;
  }
}
.ficheevent .download-files-blue {
  margin: 30px 0;
}
@media (max-width: 1199.98px) {
  .ficheevent .download-files-blue {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #F0EAE4;
    margin-top: 20px;
  }
}
.ficheevent .download-files-blue .file {
  transition: all 0.3s ease;
}
.ficheevent .download-files-blue .file:hover {
  background-color: rgba(var(--primary-color), 0.05);
}
.ficheevent .download-files-blue .file .file-circle {
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .ficheevent .download-files-blue .file .file-circle {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ficheevent .wrapper-desc {
    margin-top: 20px;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: inherit;
}

ul, ol {
  padding: 0;
  margin: 0 0 0 15px;
}
ul li, ol li {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  color: #101820;
  font-family: museo-sans;
}
ul li ul, ol li ul {
  margin-top: 10px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul li.no-before, ol li.no-before {
  padding-left: 0;
}
ul li.no-before:before, ol li.no-before:before {
  display: none;
}

ul {
  list-style-type: none;
}
ul li:before {
  content: "●";
  color: #101820;
  position: absolute;
  left: 0px;
  font-size: 13px;
  line-height: 13px;
  top: 8px;
}

ol {
  margin: 0 0 0 35px;
}
ol li {
  padding-left: 0;
}
ol li::marker {
  color: #101820;
  position: absolute;
  left: 0px;
  font-size: 17px;
  top: 0;
}
ol li ol {
  margin-top: 10px;
}
ol li:last-child {
  margin-bottom: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.resetButton {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: inherit;
}

.cta-img {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta-img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .cta-img {
    height: 400px;
  }
}
.cta-img .cta-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cta-img .cta-img-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.cta-img .cta-img-bg .cta-img-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-img .cta-img-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}
.cta-img .cta-img-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
  padding: 70px 100px;
}
@media (max-width: 1200px) {
  .cta-img .cta-img-content {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .cta-img .cta-img-content {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .cta-img .cta-img-content {
    padding: 25px 20px;
  }
}
.cta-img .cta-img-text {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cta-img .cta-img-text {
    margin-bottom: 30px;
  }
}
.cta-img .cta-img-subtitle {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  font-family: museo-sans;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  .cta-img .cta-img-subtitle {
    font-size: 17px;
    line-height: 29px;
    margin: 0 0 15px 0;
  }
}
.cta-img .cta-img-title {
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  font-family: museo-slab;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1200px) {
  .cta-img .cta-img-title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .cta-img .cta-img-title {
    font-size: 35px;
    line-height: 43px;
  }
}
@media (max-width: 480px) {
  .cta-img .cta-img-title {
    font-size: 35px;
    line-height: 43px;
  }
}
.cta-img .cta-img-cta {
  display: flex;
  align-items: center;
}
.cta-img .cta-img-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-color);
  color: #FFFFFF;
  padding: 20px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-family: museo-sans;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  border: none;
  cursor: pointer;
  height: 55px;
  min-width: 184px;
  justify-content: center;
}
@media (max-width: 480px) {
  .cta-img .cta-img-button {
    padding: 20px 25px;
    min-width: 140px;
  }
}
.cta-img .cta-img-button i {
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}

form input.radioCircle {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  top: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  border: 1px solid #101820;
  outline: none;
  background-color: #F5F5F5;
}
form input.radioCircle:checked {
  background-color: #F5F5F5;
  border: 4px solid var(--primary-color);
}
form input[type=checkbox] {
  border: 1px solid #101820;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
form .customTextarea {
  background-color: white;
}
@media (min-width: 992px) {
  form .customTextarea {
    height: 180px;
  }
}
form .customTextarea:focus {
  background-color: white;
}
form .captchaModal .form-check-input:checked[type=checkbox] {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 991.98px) {
  form .captchaModal {
    margin: 0;
  }
  form .captchaModal .modal-body {
    height: 100vh;
  }
}
form .modal-closer {
  top: 20px;
  right: 20px;
  position: absolute;
}

/* Popular Services Modal Component Styles */
/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Modal Overlay */
@media (min-width: 768px) {
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .modal-overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
/* Modal Container */
.modal.modalPopular {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.modalPopular.show {
  opacity: 1;
  visibility: visible;
}
.modal.modalPopular.show .modal-dialog {
  width: 100%;
  max-width: min(95vw, 1200px);
  max-height: 90vh;
  transition: transform 0.3s ease;
  position: absolute;
  top: 200px;
  /* Modal Content */
}
@media (max-width: 768px) {
  .modal.modalPopular.show .modal-dialog {
    top: 100px;
  }
  .modal.modalPopular.show .modal-dialog .modal-dialog {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
  /* Modal Body */
  /* Main Container Styles */
}
.modal.modalPopular.show .modal-dialog .modal-content .modal-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #101820;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 6;
  transition: 0.3s;
}
.modal.modalPopular.show .modal-dialog .modal-content .modal-close:hover {
  color: #EB4E51;
}
.modal.modalPopular.show .modal-dialog .modal-content .modal-close:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
.modal.modalPopular.show .modal-dialog .modal-content .modal-body {
  padding: 50px 40px;
  overflow-y: auto;
  flex: 1;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 60px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  /* Content Section (Left Side) */
  /* Tip Section */
  /* Service Tags */
}
@media (max-width: 991px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container {
    padding: 20px 15px;
    gap: 20px;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .content-section {
  display: flex;
  width: 334px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .content-section {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .content-section {
    width: 100%;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .section-header {
  width: 100%;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .main-title {
  color: #101820;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 991px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .main-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
  align-self: stretch;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-icon {
  color: var(--primary-color);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-text {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-text {
    font-size: 15px;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex-shrink: 0;
  align-self: stretch;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-title {
  flex-shrink: 0;
  align-self: stretch;
  color: #101820;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-description {
  flex-shrink: 0;
  align-self: stretch;
  color: #101820;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin: 0;
}
@media (max-width: 640px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .tip-section .tip-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .section-divider {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .section-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}
@media (min-width: 1200px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .services-section {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .services-section {
    gap: 40px;
  }
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .services-section .services-column {
  width: 100%;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag {
  display: flex;
  padding: 15px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 1000px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: var(--primary-color);
  border: none;
  text-decoration: none;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag .service-icon {
  width: 30px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag .service-label {
  flex: 1 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag i {
  font-weight: 300 !important;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag:focus:not(:focus-visible) {
  outline: none;
}
.modal.modalPopular.show .modal-dialog .modal-content .popular-services-container .service-tag:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .modal.modalPopular.show .modal-dialog {
    max-width: unset;
    max-height: unset;
    min-height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    top: 90px;
  }
  .modal.modalPopular.show .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #F5F5F5;
    min-height: 100vh;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-close {
    position: unset;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-close i {
    font-size: 16px;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .mobileTitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-body {
    padding: 0 20px;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-body .popular-services-container {
    background-color: #F5F5F5;
    padding: 0;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-body .popular-services-container .service-icon {
    font-size: 22px;
  }
  .modal.modalPopular.show .modal-dialog .modal-content .modal-body .popular-services-container .service-tag {
    padding: 18px 25px;
  }
}

@media (max-width: 991.98px) {
  .contactPage .contactMargin {
    margin-top: 0 !important;
  }
}
.contactPage .menu-inside-left {
  padding: 50px 40px 0 40px;
}
@media (max-width: 991.98px) {
  .contactPage .menu-inside-left {
    padding: 40px 20px 0 20px;
  }
}
.contactPage .menu-inside-left .leftnavmenu {
  background-color: var(--primary-color);
}
.contactPage .menu-inside-left .menuleftLi {
  position: relative;
}
.contactPage .menu-inside-left .menuleftLi .accordion-trigger {
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.contactPage .menu-inside-left .menuleftLi .accordion-trigger:focus {
  outline: none;
  box-shadow: none;
}
.contactPage .menu-inside-left .menuleftLi .leftnav.level-1 {
  font-size: 17px;
  line-height: 21px;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .contactPage .menu-inside-left .menuleftLi .leftnav.level-1 {
    padding: 15px 0;
  }
}
.contactPage .menu-inside-left .menuleftLi .accordion-trigger[aria-expanded=true] .leftnav.level-1 {
  padding-bottom: 15px;
}
.contactPage .menu-inside-left .menuleftLi .plusBtn .toggle {
  transition: transform 0.3s ease;
}
.contactPage .menu-inside-left .menuleftLi .accordion-trigger[aria-expanded=true] .plusBtn .toggle {
  transform: rotate(180deg);
}
.contactPage .menu-inside-left .menuleftLi:not(:last-child) .accordion-trigger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #F0EAE4;
}
@media (max-width: 991.98px) {
  .contactPage .menu-inside-left .menuleftLi:not(:last-child) .accordion-trigger::after {
    left: -25px;
    right: -25px;
  }
}
.contactPage .menu-inside-left .menuleftLi .accordion-description {
  padding-bottom: 20px;
}
.contactPage .contactTitle {
  font-size: 17px;
  line-height: 21px;
}
.ty-room .logo-nav-ty {
  height: 80px;
}
.ty-room .bars.top {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .ty-room .bars.top {
    gap: 4px;
  }
}
.ty-room .bars.top .bar {
  width: 5px;
  height: 40px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.top .bar {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.top .bar {
    height: 30px;
    width: 3px;
  }
}
.ty-room .bars.top .bar.bg-custom-dark {
  background-color: #101820;
}
.ty-room .bars.top .bar.bg-brown {
  background-color: #101820;
}
.ty-room .bars.top .bar.bg-grey {
  background-color: #101820;
}
.ty-room .bars.top .bar.bg-custom-primary {
  background-color: #101820;
}
.ty-room .bars.bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom {
    gap: 4px;
  }
}
.ty-room .bars.bottom .bar {
  width: 5px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 100%);
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar {
    width: 3px;
  }
}
.ty-room .bars.bottom .bar.one {
  height: 215px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.one {
    height: 105px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.one {
    height: 76px;
  }
}
.ty-room .bars.bottom .bar.two {
  height: 196px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.two {
    height: 86px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.two {
    height: 57px;
  }
}
.ty-room .bars.bottom .bar.three {
  height: 178px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.three {
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.three {
    height: 38px;
  }
}
.ty-room .bars.bottom .bar.four {
  height: 160px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.four {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.four {
    height: 20px;
  }
}
.ty-room .bars.bottom .bar.bg-custom-dark {
  background-color: #101820;
}
.ty-room .bars.bottom .bar.bg-brown {
  background-color: #101820;
}
.ty-room .bars.bottom .bar.bg-grey {
  background-color: #101820;
}
.ty-room .bars.bottom .bar.bg-custom-primary {
  background-color: #101820;
}
@media (max-width: 991.98px) {
  .ty-room .introTy {
    font-size: 17px;
    line-height: 21px;
  }
}
.ty-room .box {
  position: relative;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .ty-room .box {
    padding: 35px 25px;
  }
}
.ty-room .box .circleArrow {
  background-color: #FF7333;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: -15px;
  width: 30px;
  height: 30px;
}
@media (max-width: 991.98px) {
  .ty-room .box .circleArrow {
    left: 25px;
  }
}
.ty-room .box .circleArrow i {
  color: white;
  font-size: 15px;
}
.ty-room .box p {
  color: white;
}
.ty-room .box a {
  color: #FFD052;
}
@media (max-width: 767.98px) {
  .ty-room .btn-custom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 1000;
    margin: 0 !important;
    border-radius: 0;
  }
}

.cta-links-section .section-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #101820;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cta-links-section .section-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.cta-links-section .section-subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #101820;
  margin-bottom: 30px;
}
.cta-links-section .administrative-services {
  border: 1px solid rgba(76, 78, 86, 0.12);
  background-color: #fff;
  padding: 70px 60px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .cta-links-section .administrative-services {
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .cta-links-section .administrative-services {
    padding: 50px 20px;
  }
}
@media (max-width: 575.98px) {
  .cta-links-section .administrative-services {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.cta-links-section .administrative-services .services-list {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cta-links-section .administrative-services .services-list {
    margin-bottom: 20px;
  }
}
.cta-links-section .administrative-services .service-item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(76, 78, 86, 0.12);
  box-shadow: 0px 1px 0px 0px white;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cta-links-section .administrative-services .service-item {
    padding: 20px 0;
  }
}
.cta-links-section .administrative-services .service-item:first-child {
  border-top: 1px solid rgba(76, 78, 86, 0.12);
  box-shadow: 0 1px 0 0 white, inset 0 1px 0 0 white;
}
.cta-links-section .administrative-services .service-icon {
  width: 30px;
  min-width: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0px;
}
.cta-links-section .administrative-services .service-icon i {
  color: #24AA85;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
  transition: 0.3s;
}
.cta-links-section .administrative-services .service-content {
  margin-right: 15px;
}
.cta-links-section .administrative-services .service-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #101820;
  margin-bottom: 5px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta-links-section .administrative-services .service-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.cta-links-section .administrative-services .service-description {
  font-size: 17px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .cta-links-section .administrative-services .service-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.cta-links-section .administrative-services .service-action {
  transition: 0.3s;
}
.cta-links-section .administrative-services .service-action .btn-arrow {
  width: 30px;
  height: 30px;
  background-color: #24AA85;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-links-section .administrative-services .service-action .btn-arrow i {
  color: #FFFFFF;
  font-size: 14px;
}
.cta-links-section .administrative-services .all-services-link .link-with-arrow {
  color: #24AA85;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  line-height: 27px;
  font-family: museo-sans;
}
.cta-links-section .administrative-services .all-services-link .link-with-arrow:hover {
  color: #24AA85;
}
.cta-links-section .administrative-services .all-services-link .link-with-arrow i {
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
@media (max-width: 768px) {
  .cta-links-section .administrative-services .all-services-link .link-with-arrow {
    font-size: 17px;
  }
}
.cta-links-section .citizen-services {
  border: 1px solid rgba(76, 78, 86, 0.12);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  padding: 70px 60px 288px 60px;
}
@media (max-width: 991.98px) {
  .cta-links-section .citizen-services {
    padding: 50px 40px 280px 40px;
  }
}
@media (max-width: 767.98px) {
  .cta-links-section .citizen-services {
    padding: 50px 20px 220px 20px;
  }
}
.cta-links-section .citizen-services:after {
  position: absolute;
  bottom: -10px;
  right: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 240px;
  max-height: 615px;
  background: url("../assets/placeholder/cover-app-rosport.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .cta-links-section .citizen-services:after {
    height: 245px;
  }
}
@media (max-width: 767.98px) {
  .cta-links-section .citizen-services:after {
    height: 145px;
  }
}
.cta-links-section .citizen-services .cover-smarphone {
  position: absolute;
  bottom: 80px;
  right: 35px;
  z-index: 50;
}
@media (max-width: 1700px) {
  .cta-links-section .citizen-services .cover-smarphone {
    bottom: 0px;
  }
}
@media screen and (max-width: 1700px) {
  .cta-links-section .citizen-services .cover-smarphone {
    bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .cta-links-section .citizen-services .cover-smarphone {
    width: 160px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cta-links-section .citizen-services .cover-smarphone {
    width: 100px;
    right: 20px;
    bottom: 20px;
  }
}
.cta-links-section .citizen-services .services-header .services-category {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #101820;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .cta-links-section .citizen-services .services-header .services-category {
    line-height: 28px;
  }
}
.cta-links-section .citizen-services .services-header .services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #101820;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cta-links-section .citizen-services .services-header .services-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.cta-links-section .citizen-services .services-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cta-links-section .citizen-services .services-buttons {
    gap: 10px;
    justify-content: flex-start;
  }
}
.cta-links-section .citizen-services .services-buttons .service-button {
  background-color: transparent;
  color: #101820;
  padding: 0;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .cta-links-section .citizen-services .services-buttons .service-button {
    font-size: 17px;
    line-height: 27px;
  }
}
.cta-links-section .citizen-services .services-buttons .service-button span {
  color: #101820;
}
.cta-links-section .citizen-services .services-buttons .service-button .service-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #24AA85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  margin-bottom: 0px;
}
.cta-links-section .citizen-services .services-buttons .service-button .service-icon i, .cta-links-section .citizen-services .services-buttons .service-button .service-icon svg {
  color: #FFFFFF;
  font-size: 24px;
}
.cta-links-section .citizen-services .services-buttons .service-button:hover {
  color: var(--primary-color);
}
.cta-links-section .citizen-services .services-buttons .service-button:active {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cta-links-section .citizen-services {
    margin-top: 0;
  }
  .cta-links-section .citizen-services .services-header {
    margin-bottom: 25px;
    text-align: left;
  }
  .cta-links-section .administrative-services .all-services-link {
    margin-top: 20px;
    text-align: left;
  }
}

.wasteCalendar__title {
  font-weight: 700;
}
.wasteCalendar__container {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px 40px;
  border: 1px solid #F0EAE4;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .wasteCalendar__container {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.wasteCalendar__container--loading {
  filter: blur(3px);
  opacity: 0.3;
  pointer-events: none;
}
.wasteCalendar__container span {
  margin-bottom: 0;
}
.wasteCalendar__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .wasteCalendar__nav {
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .wasteCalendar__nav .swiperController {
    order: 2;
  }
}
.wasteCalendar__prev, .wasteCalendar__next {
  background: var(--primary-color);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.wasteCalendar__prev:hover, .wasteCalendar__next:hover {
  background: #FF7333;
}
.wasteCalendar__prev:disabled, .wasteCalendar__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wasteCalendar__prev i, .wasteCalendar__next i {
  font-size: 12px;
}
.wasteCalendar__weekLabel {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #101820;
  min-width: 150px;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .wasteCalendar__weekLabel {
    display: none;
  }
}
.wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle {
  color: #0E93C8;
  text-decoration: none;
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  padding: 0;
  border-radius: 5px;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  opacity: 0.6;
  position: relative;
  display: inline-block;
}
.wasteCalendar__weekToggle::after, .wasteCalendar__monthToggle::after, .wasteCalendar__yearToggle::after {
  content: none;
}
.wasteCalendar__weekToggle.active, .wasteCalendar__weekToggle:hover, .wasteCalendar__monthToggle.active, .wasteCalendar__monthToggle:hover, .wasteCalendar__yearToggle.active, .wasteCalendar__yearToggle:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .wasteCalendar__weekToggle, .wasteCalendar__monthToggle, .wasteCalendar__yearToggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1699px) {
  .wasteCalendar__weekToggle.wasteCalendar__monthToggle, .wasteCalendar__monthToggle.wasteCalendar__monthToggle, .wasteCalendar__yearToggle.wasteCalendar__monthToggle {
    display: none;
  }
}
.wasteCalendar__swiper {
  margin: 0;
  padding: 0;
}
.wasteCalendar__swiper.swiper {
  overflow: visible;
}
.wasteCalendar__swiper.swiper .swiper-wrapper {
  padding: 0;
  margin: 0;
  align-items: stretch;
}
.wasteCalendar__swiper.swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.wasteCalendar__week {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.wasteCalendar__month {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wasteCalendar__monthWeek {
  display: flex;
  gap: 10px;
}
.wasteCalendar__year {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .wasteCalendar__year {
    gap: 0;
    padding: 0;
    width: 100%;
  }
}
.wasteCalendar__yearMonth {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  overflow: visible;
}
@media (max-width: 767.98px) {
  .wasteCalendar__yearMonth {
    margin: 0;
    border-radius: 8px;
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .wasteCalendar__yearMonth {
    min-width: calc(25% - 23px);
  }
}
.wasteCalendar__yearMonthHeader {
  background: var(--primary-color);
  color: white;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  border-radius: 5px 5px 0 0;
}
.wasteCalendar__yearMonthBody {
  padding: 0;
  border-radius: 0 0 5px 5px;
  overflow: visible;
}
.wasteCalendar__yearDay {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #F0EAE4;
  min-height: 35px;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.wasteCalendar__yearDay:last-child {
  border-bottom: none;
}
.wasteCalendar__yearDay--today {
  background: #FF7333;
}
.wasteCalendar__yearDay--today * {
  color: white !important;
}
.wasteCalendar__yearDay--weekend {
  background: #f5f5f5;
}
.wasteCalendar__yearDayInfo {
  min-width: 50px;
  display: flex;
  align-items: center;
}
.wasteCalendar__yearDayNumber {
  font-size: 16px;
  line-height: 24px;
  color: #101820;
  font-weight: 400;
}
.wasteCalendar__yearDayName {
  font-size: 16px;
  line-height: 24px;
  color: #101820;
  font-weight: 400;
  margin-left: 5px;
}
.wasteCalendar__yearDayWastes {
  flex: 1;
  display: flex;
  gap: 5px;
  margin-left: 10px;
}
.wasteCalendar__yearDayWastes span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.wasteCalendar__yearDayWastes span:hover {
  transform: scale(1.1);
  z-index: 1001;
}
.wasteCalendar__yearDayWastes span i {
  font-size: 16px;
  color: white !important;
}
.wasteCalendar__tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  pointer-events: none;
}
.wasteCalendar__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--primary-color);
}
.wasteCalendar__tooltip--show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.wasteCalendar__day {
  flex: 1;
  min-width: 0;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  display: flex;
  flex-direction: column;
  cursor: grab;
  height: 100%;
}
.wasteCalendar__day--otherMonth {
  opacity: 0.5;
}
.wasteCalendar__day--today .wasteCalendar__day-header {
  background: #FF7333;
  border-color: var(--primary-color);
}
.wasteCalendar__day--today .wasteCalendar__day-header * {
  color: white;
}
.wasteCalendar__day-header {
  background: #24AA85;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 54px;
}
.wasteCalendar__day-header * {
  color: white;
}
.wasteCalendar__day-name, .wasteCalendar__day-date {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: white;
}
.wasteCalendar__day-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #F0EAE4;
  border-radius: 0 0 5px 5px;
  padding: 20px 15px;
  flex: 1;
  min-height: 120px;
  background-color: white;
}
.wasteCalendar__item {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #FFFFFF;
  border-radius: 5px;
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.wasteCalendar__item i {
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}
.wasteCalendar__item-title {
  flex: 1;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.wasteCalendar__legendItems {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .wasteCalendar__legendItems {
    gap: 10px;
  }
}
.wasteCalendar__legendItem {
  display: flex;
  align-items: baseline;
  flex: 0 0 calc(20% - 24px);
  gap: 10px;
}
@media (max-width: 991.98px) {
  .wasteCalendar__legendItem {
    flex: 100%;
  }
}
.wasteCalendar__legendItem .legendIcon i {
  font-size: 18px;
}
.wasteCalendar__legendItem .wasteCalendar__legendLabels {
  display: flex;
  flex-direction: column;
}
.wasteCalendar__legendItem .wasteCalendar__legendTitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wasteCalendar__legendItem .wasteCalendar__legendDescription {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wasteCalendar__noCollection {
  color: #70797F;
  opacity: 0.7;
  line-height: 27px;
}
.wasteCalendar__error {
  padding: 40px 20px;
  text-align: center;
  color: #101820;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wasteCalendar__errorIcon {
  font-size: 48px;
  color: #f59e0b;
}
.wasteCalendar__errorIcon i {
  color: #f59e0b;
}
.wasteCalendar__errorMessage {
  font-size: 17px;
  line-height: 29px;
  color: #101820;
  max-width: 500px;
}
.wasteCalendar__loadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  border-radius: 10px;
  pointer-events: none;
  margin: 0;
  padding: 20px;
  min-height: 220px;
}
@media (max-width: 767.98px) {
  .wasteCalendar__loadingOverlay {
    border-radius: 0;
    min-height: 180px;
    padding: 20px 15px;
  }
}
.wasteCalendar__loadingOverlaySpinner {
  width: 50px;
  height: 50px;
  border: 4px solid #F0EAE4;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: wasteCalendarSpin 1s linear infinite;
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .wasteCalendar__loadingOverlaySpinner {
    width: 40px;
    height: 40px;
    border-width: 3px;
    margin-bottom: 15px;
  }
}
.wasteCalendar__loadingOverlayText {
  font-size: 17px;
  font-weight: 600;
  color: #101820;
  opacity: 0.8;
  animation: wasteCalendarPulse 2s ease-in-out infinite;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .wasteCalendar__loadingOverlayText {
    font-size: 14px;
  }
}

@keyframes wasteCalendarSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wasteCalendarPulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.wasteCalendar__mobileSyncButton {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #0E93C8;
  z-index: 1000;
}
.wasteCalendar__mobileSyncButton .btn-custom {
  margin: 0;
  text-align: center;
  justify-content: center;
  border-radius: 0;
  background: #0E93C8;
}

/**
 * Waste Tax Calculator - Ultra Simple Version
 * Design moderne inspiré de l'image fournie
 */
.waste-tax-calculator .tax-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .waste-tax-calculator .tax-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.waste-tax-calculator .tax-card {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.waste-tax-calculator .tax-card-body {
  padding: 40px;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-card-body {
    padding: 25px 20px;
  }
}
.waste-tax-calculator .tax-card-body h2, .waste-tax-calculator .tax-card-body .h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-card-body h2, .waste-tax-calculator .tax-card-body .h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.waste-tax-calculator .tax-card-body .tax-subtext {
  font-size: 16px;
  line-height: 20px;
  color: #70797F;
  margin-bottom: 30px;
}
.waste-tax-calculator .tax-card-body .tax-subtext sup {
  font-size: 12px;
}
.waste-tax-calculator .tax-card-body label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 15px;
}
.waste-tax-calculator .tax-card-body hr {
  border: 0;
  border-top: 1px solid #F0EAE4;
  margin: 30px 0;
}
.waste-tax-calculator .tax-button-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 576px) {
  .waste-tax-calculator .tax-button-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.waste-tax-calculator .tax-button {
  background: #FFFFFF;
  border: 2px solid #F0EAE4;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
  color: #101820;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
  text-align: center;
}
.waste-tax-calculator .tax-button:hover {
  border-color: #24AA85;
  box-shadow: 0 2px 8px rgba(36, 170, 133, 0.15);
}
.waste-tax-calculator .tax-button.selected {
  background: #24AA85;
  border-color: #24AA85;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-button {
    padding: 12px 16px;
    font-size: 15px;
  }
}
.waste-tax-calculator .tax-range-container {
  position: relative;
}
.waste-tax-calculator .tax-range-container label {
  margin-bottom: 25px;
}
.waste-tax-calculator .tax-range-container .tax-slider {
  width: 100%;
  height: 24px;
  background: transparent;
  border-radius: 4px;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.waste-tax-calculator .tax-range-container .tax-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #24AA85;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: transform 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  transition: transform 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  margin-top: -8px;
}
.waste-tax-calculator .tax-range-container .tax-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.waste-tax-calculator .tax-range-container .tax-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #24AA85;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: transform 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
  transition: transform 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.waste-tax-calculator .tax-range-container .tax-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
}
.waste-tax-calculator .tax-range-container .tax-slider::-webkit-slider-runnable-track {
  height: 8px;
  background: #F0EAE4;
  border-radius: 4px;
}
.waste-tax-calculator .tax-range-container .tax-slider::-moz-range-track {
  height: 8px;
  background: #F0EAE4;
  border-radius: 4px;
}
.waste-tax-calculator .tax-range-container .tax-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  color: #70797F;
}
.waste-tax-calculator .tax-summary-card {
  background: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.waste-tax-calculator .tax-summary-content {
  padding: 30px;
  flex: 1;
  background-color: white;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-summary-content {
    padding: 25px 20px;
  }
}
.waste-tax-calculator .tax-summary-title {
  font-size: 20px;
  line-height: 30px;
  color: #101820;
  margin-bottom: 20px;
}
.waste-tax-calculator .tax-summary-title strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-summary-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.waste-tax-calculator .tax-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  line-height: 29px;
  color: #101820;
  margin-bottom: 10px;
}
.waste-tax-calculator .tax-summary-row span:last-child {
  font-weight: 600;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-summary-row {
    font-size: 15px;
  }
}
.waste-tax-calculator .tax-subtext {
  display: block;
  font-size: 16px;
  color: #70797F;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-subtext {
    font-size: 14px;
  }
}
.waste-tax-calculator hr.dashed {
  border: 0;
  border-top: 1px dashed #F0EAE4;
  margin: 15px 0;
}
.waste-tax-calculator .tax-price-box {
  background: #FFFFFF;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #F0EAE4;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-price-box {
    padding: 20px;
  }
}
.waste-tax-calculator .tax-price-box strong {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.waste-tax-calculator .tax-price-box strong span:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #101820;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-price-box strong span:first-child {
    font-size: 17px;
  }
}
.waste-tax-calculator .tax-price-box strong .tax-subtext {
  font-size: 16px;
  color: #70797F;
  margin: 0;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-price-box strong .tax-subtext {
    font-size: 14px;
  }
}
.waste-tax-calculator .tax-price-box .tax-total-price {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #24AA85;
}
@media (max-width: 768px) {
  .waste-tax-calculator .tax-price-box .tax-total-price {
    font-size: 36px;
  }
}

.blocCardsHome i.fa-solid {
  font-weight: 300 !important;
}
.blocCardsHome .card-item {
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
}
@media (max-width: 991.98px) {
  .blocCardsHome .card-item {
    height: 240px;
  }
}
.blocCardsHome .card-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 5;
  pointer-events: none;
}
.blocCardsHome .card-item .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blocCardsHome .card-item .card-image-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}
.blocCardsHome .card-item .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blocCardsHome .card-item .card-icon-wrapper {
  position: absolute;
  top: 30px;
  left: 35px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .blocCardsHome .card-item .card-icon-wrapper {
    top: 20px;
    left: 20px;
  }
}
.blocCardsHome .card-item .card-icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 0;
}
.blocCardsHome .card-item .card-icon-wrapper .card-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.blocCardsHome .card-item .card-icon-wrapper .card-icon i, .blocCardsHome .card-item .card-icon-wrapper .card-icon svg {
  font-size: 20px;
  color: #FFFFFF;
}
.blocCardsHome .card-item .card-content {
  position: absolute;
  bottom: 30px;
  left: 35px;
  right: 35px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .blocCardsHome .card-item .card-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.blocCardsHome .card-item .card-content .card-title {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-weight: 400;
}
.blocCardsHome .card-item .card-content .card-subtitle {
  font-size: 17px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 400;
}
.blocWasteListingHome h2, .blocWasteListingHome .h2 {
  font-family: museo-sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .blocWasteListingHome .lisitngLink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blocWasteListingHome .lisitngLink i {
  transition: 0.2s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blocWasteListingHome .lisitngLink:hover i {
  transform: translateX(5px);
}
.blocWasteListingHome .waste-item {
  border: 1px solid rgba(76, 78, 86, 0.12);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.45, 0.06, 0.15, 1);
}
.blocWasteListingHome .waste-item .waste-icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
  flex-shrink: 0;
}
.blocWasteListingHome .waste-item .waste-icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 0;
}
.blocWasteListingHome .waste-item .waste-icon-wrapper .waste-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.blocWasteListingHome .waste-item .waste-icon-wrapper .waste-icon i, .blocWasteListingHome .waste-item .waste-icon-wrapper .waste-icon svg {
  font-size: 20px;
  color: #FFFFFF;
}
.blocWasteListingHome .waste-item .waste-content {
  flex: 1;
}
.blocWasteListingHome .waste-item .waste-content .waste-date {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 0;
}
.blocWasteListingHome .waste-item .waste-content .waste-title {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #101820;
  margin-bottom: 0;
}

.gemeng-btn-primary {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
}
.gemeng-btn-primary:hover {
  background-color: #101820;
  color: white;
}

.gemeng-btn-secondary {
  background-color: var(--secondary-color);
  padding: 6px 15px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}
.gemeng-btn-secondary:hover {
  background-color: #BAE4DC;
}

.gemeng-form .form-group {
  margin-bottom: 20px;
}
.gemeng-form .form-control {
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 17px;
}
.gemeng-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25);
}
.gemeng-form .form-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #101820;
}
.gemeng-form .invalid-feedback {
  color: #EB4E51;
  font-size: 16px;
}

.gemeng-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,9 12,15 18,9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.gemeng-list-item {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.gemeng-list-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gemeng-list-item .title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #101820;
  margin-bottom: 10px;
}
.gemeng-list-item .meta {
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-secondary-color);
  margin-bottom: 15px;
}
.gemeng-list-item .description {
  font-size: 17px;
  line-height: 29px;
  color: #101820;
}

.gemeng-filter-container {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.gemeng-filter-container .filter-group {
  margin-bottom: 15px;
}
.gemeng-filter-container .filter-group:last-child {
  margin-bottom: 0;
}
.gemeng-filter-container .filter-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  color: #101820;
}

.modalSharing {
  z-index: 1051;
}
.modalSharing.modal {
  padding-right: 0 !important;
}
.modalSharing .modal-dialog {
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modalSharing .modal-dialog.modal-dialog-centered {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.modalSharing .modal-content {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modalSharing .modal-content {
    max-width: 100%;
    border-radius: 0;
  }
}
.modalSharing .modal-header {
  border: none;
  justify-content: space-between;
  align-items: start;
  padding: 30px 30px 0 30px;
}
@media (max-width: 991.98px) {
  .modalSharing .modal-header {
    padding: 30px 20px 0 20px;
  }
}
.modalSharing .modal-header .btn-close {
  padding: 0;
}
.modalSharing .modal-body {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .modalSharing .modal-body {
    padding: 20px 20px 30px 20px;
  }
}
.modalSharing .modal-body .share-modal-image {
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .modalSharing .modal-body .share-modal-image {
    width: 100%;
  }
}
.modalSharing .modal-body button.customSharingBtn {
  justify-content: start;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}
.modalSharing .modal-body button.customSharingBtn i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  font-weight: 800;
}
.modalSharing .modal-body button.customSharingBtn span {
  font-weight: 400;
}
.modalSharing .modal-body button.customSharingBtn i,
.modalSharing .modal-body button.customSharingBtn span,
.modalSharing .modal-body button.customSharingBtn p {
  transition: 0.3s;
  color: white;
}

#fullCalendar {
  position: relative;
}
#fullCalendar .fc-multimonth td, #fullCalendar .fc-multimonth th, #fullCalendar .fc-multimonth thead, #fullCalendar .fc-multimonth table {
  border: none;
}
#fullCalendar .fc-timegrid-slot {
  font-size: 15px;
}
#fullCalendar a {
  color: #101820;
}
#fullCalendar .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-title {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 30px 0;
    display: block;
    text-transform: capitalize;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-daygrid-body {
    width: 100%;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
#fullCalendar .fc-daygrid-day {
  border-radius: 5px;
}
#fullCalendar .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #fullCalendar .fc-daygrid-day a {
    min-width: 42px;
    min-height: 20px;
  }
}
#fullCalendar .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
#fullCalendar .fc-daygrid-day.fc-day-today {
  background-color: #FFFFFF;
}
#fullCalendar .fc-daygrid-day.fc-day-today a {
  background-color: var(--secondary-color);
  border-radius: 50px;
  color: white;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendar .fc-daygrid-day-top, #fullCalendar .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
}
#fullCalendar .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
#fullCalendar .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
#fullCalendar .fc-daygrid-day-events {
  display: none;
}
#fullCalendar a.fc-daygrid-day-number {
  text-decoration: none;
}
#fullCalendar a.fc-col-header-cell-cushion {
  text-decoration: none;
}
#fullCalendar .fc-button-primary {
  background-color: transparent;
  padding: 6px 15px;
  border-radius: 25px;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
#fullCalendar .fc-toolbar-chunk {
  display: flex;
  gap: 10px;
}
#fullCalendar .fc-toolbar-chunk .fc-next-button, #fullCalendar .fc-toolbar-chunk .fc-prev-button {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}
#fullCalendar .fc-toolbar-chunk .fc-icon {
  margin: 0;
  color: white;
  padding: 0;
  font-size: 18px;
}
#fullCalendar .fc-day {
  cursor: pointer;
}
#fullCalendar .fc-day-past, #fullCalendar .fc-daygrid-day.fc-day-full, #fullCalendar .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendar .fc-timegrid-cols .fc-day-past, #fullCalendar .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #edede5;
}

.date-range-picker.flatpickr-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}
.date-range-picker.flatpickr-input:focus {
  border-color: #0064FA;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 250, 0.25);
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowLeft:before, .flatpickr-calendar.arrowLeft:after {
  display: none !important;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled:not(.j-plus-disabled) {
  color: #dc3545 !important;
  font-weight: 700 !important;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:not(.j-plus-disabled):hover {
  color: #dc3545 !important;
}
.flatpickr-calendar .full-day-booked {
  color: #dc3545 !important;
  font-weight: 700 !important;
  position: relative;
}
.flatpickr-calendar .full-day-booked::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.flatpickr-calendar .partial-booked:not(.full-day-booked) {
  color: #fd7e14 !important;
  font-weight: 700 !important;
  position: relative;
}
.flatpickr-calendar .partial-booked:not(.full-day-booked)::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #fd7e14;
  border-radius: 50%;
}

.progress-indicator {
  align-items: start;
  gap: 70px;
  margin-top: 40px;
  max-width: 100%;
}
@media (min-width: 1920px) {
  .progress-indicator {
    gap: 135px;
  }
}
@media (max-width: 767.98px) {
  .progress-indicator {
    overflow: visible !important;
    max-width: unset !important;
    width: unset !important;
  }
}
.progress-indicator .step-indicator {
  position: relative;
  z-index: 1;
}
.progress-indicator .step-indicator:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 50%;
  height: 5px;
  background-color: #F5F5F5;
  z-index: 0;
}
.progress-indicator .step-indicator:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 50%;
  height: 5px;
  background-color: #F5F5F5;
  z-index: 0;
}
.progress-indicator .step-indicator .circle {
  background-color: rgb(167.4, 221, 206.2);
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  position: relative;
  border: 5px solid #F5F5F5;
  box-sizing: content-box;
  z-index: 1;
}
.progress-indicator .step-indicator .label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-weight: 400;
  opacity: 0.6;
}
.progress-indicator .step-indicator.active .circle {
  background-color: var(--primary-color);
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: all;
}
.progress-indicator .step-indicator.active .label {
  opacity: 1;
}
.progress-indicator .step-line {
  width: 100%;
  height: 1px;
  background-color: #E3DED8;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .progress-indicator {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .progress-indicator {
    gap: 20px;
    width: 100%;
  }
  .progress-indicator .step-indicator .label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-weight: 700;
  }
}

.modal-fullcalendar .modal-dialog {
  max-width: 1920px;
  width: 90%;
  margin: 1.75rem auto;
}
@media (max-width: 767.98px) {
  .modal-fullcalendar .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.modal-fullcalendar .modal-dialog .modal-content {
  background-color: white;
}
.modal-fullcalendar .modal-dialog .modal-content .modal-header {
  background-color: white;
}

.form-salle .titleh2 {
  font-weight: 700 !important;
}
.form-salle input, .form-salle textarea, .form-salle select {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  border: 1px solid rgba(76, 78, 86, 0.12);
  padding: 15px;
  border-radius: 5px;
}
.form-salle input::-moz-placeholder, .form-salle textarea::-moz-placeholder, .form-salle select::-moz-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input::placeholder, .form-salle textarea::placeholder, .form-salle select::placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input::-webkit-input-placeholder, .form-salle textarea::-webkit-input-placeholder, .form-salle select::-webkit-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input:-ms-input-placeholder, .form-salle textarea:-ms-input-placeholder, .form-salle select:-ms-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input:focus, .form-salle textarea:focus, .form-salle select:focus {
  background-color: #FFFFFF;
  border-color: var(--primary-color);
  box-shadow: none;
}
.form-salle textarea {
  height: 150px;
}
.form-salle select {
  color: rgba(0, 0, 0, 0.5);
}
.form-salle select.changed {
  color: #4e5152;
}
.form-salle input[type=checkbox] {
  background-color: #FFFFFF;
  border: 1px solid #F0EAE4;
  padding: 8px;
  margin-right: 8px;
  margin-top: 0;
}
.form-salle input[type=checkbox]:checked {
  background-color: var(--primary-color);
}
.form-salle input[type=checkbox]:valid:checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.form-salle label, .form-salle p, .form-salle span, .form-salle a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .form-bookingapp .mobileWhiteBox {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
  }
  .form-bookingapp .mobileWhiteBox .form-title {
    font-size: 14px;
    line-height: 22px;
  }
  .form-bookingapp .mobileWhiteBox h2, .form-bookingapp .mobileWhiteBox .h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
.form-bookingapp .form-title {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
}
.form-bookingapp .title-section {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  font-weight: 400;
}
.form-bookingapp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-bookingapp input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-bookingapp textarea {
  padding-top: 15px;
}
.form-bookingapp .g-20, .form-bookingapp .gx-20 {
  --bs-gutter-x: 20px;
}
.form-bookingapp .g-20, .form-bookingapp .gy-20 {
  --bs-gutter-y: 20px;
}
.form-bookingapp .form-check-label, .form-bookingapp .check-label {
  font-size: 17px;
  line-height: 29px;
  margin-left: 10px;
}
.form-bookingapp .form-check-input {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp .prev-step {
    border-right: 1px solid #F5F5F5;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .next-step {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .step[data-step="1"] .next-step {
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
}
.form-bookingapp .step[data-step="3"] .form-group {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0px 1px 0px 0px white;
}
.form-bookingapp .step[data-step="3"] .form-group.field-type-number {
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .form-bookingapp .step[data-step="3"] .form-group.field-type-number .labelnumber {
    font-size: 15px;
    line-height: 23px;
  }
}
.form-bookingapp .step[data-step="3"] .form-group.field-type-checkbox {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .form-bookingapp .step[data-step="3"] .form-group.field-type-checkbox label {
    font-size: 15px;
    line-height: 23px;
  }
}
.form-bookingapp .step[data-step="3"] .form-group .inputnumber {
  height: 40px;
  max-width: 100px;
  margin-left: auto;
}
.form-bookingapp .step[data-step="3"] .form-group.half {
  width: 100%;
}
@media (max-width: 575.98px) {
  .form-bookingapp .form-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0;
  }
  .form-bookingapp .form-navigation button {
    border-radius: 0;
  }
}
.form-bookingapp input, .form-bookingapp textarea, .form-bookingapp select {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  border: 1px solid rgba(76, 78, 86, 0.12);
}
.form-bookingapp input::-moz-placeholder, .form-bookingapp textarea::-moz-placeholder, .form-bookingapp select::-moz-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input::placeholder, .form-bookingapp textarea::placeholder, .form-bookingapp select::placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input::-webkit-input-placeholder, .form-bookingapp textarea::-webkit-input-placeholder, .form-bookingapp select::-webkit-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input:-ms-input-placeholder, .form-bookingapp textarea:-ms-input-placeholder, .form-bookingapp select:-ms-input-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}

.checkbox-hall label,
.checkbox-hall a {
  border: 1px solid var(--secondary-color);
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 17px;
  line-height: 29px;
}
@media (min-width: 992px) {
  .checkbox-hall label,
  .checkbox-hall a {
    font-size: 17px;
    line-height: 29px;
  }
}
.checkbox-hall a:hover {
  background-color: var(--secondary-color);
  text-decoration: none;
}
.checkbox-hall a:hover span {
  color: white;
}
.checkbox-hall input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  width: auto !important;
  border: none;
}
.checkbox-hall input[type=checkbox]:checked + label {
  background-color: var(--primary-color);
  color: white;
}

.flatpickr-calendar .flatpickr-prev-month svg, .flatpickr-calendar .flatpickr-next-month svg {
  margin-top: 15px;
}
.flatpickr-calendar .flatpickr-month {
  height: 60px;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month {
  padding-top: 20px;
}
.flatpickr-calendar .flatpickr-weekdaycontainer {
  padding: 0 0px;
}
.flatpickr-calendar .dayContainer {
  padding: 0 10px 10px 10px;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 0.875em;
  font-weight: 600;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  background: #eee !important;
  color: #E1A228 !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
  font-weight: 600 !important;
}

.flatpickr-day.partial-booked {
  color: #E1A228 !important;
}

.flatpickr-overlap-error {
  background-color: rgba(225, 162, 40, 0.2);
  border: 0;
  margin-top: 20px;
}
.flatpickr-overlap-error ul {
  list-style: none;
}
.flatpickr-overlap-error ul li {
  padding: 0;
}
.flatpickr-overlap-error ul li::marker {
  display: none;
}
.flatpickr-overlap-error ul li::before {
  display: none;
}

.placeslist .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
}
.placeslist .box {
  border-bottom: 1px solid #E3DED8;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box {
    border-radius: 5px;
    border: 1px solid #F0EAE4;
    background-color: white;
  }
}
.placeslist .box .bottomSection {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box .bottomSection {
    background-color: white;
  }
}
.placeslist .box .circleButton i {
  color: white;
}
@media (min-width: 992px) {
  .placeslist .box:hover .bottomSection {
    background-color: var(--primary-color);
  }
  .placeslist .box:hover .bottomSection .placeTitle, .placeslist .box:hover .bottomSection .placeCateg, .placeslist .box:hover .bottomSection .placeDate {
    color: white;
  }
}
.placeslist .box:hover .bottomSection .circleButton {
  background-color: white;
}
.placeslist .box:hover .bottomSection .circleButton i {
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .placeslist .box.last {
    border-radius: 0 0 5px 5px;
  }
}
.placeslist .box .place-image-wrapper {
  height: 250px;
}
.placeslist .box .place-image-wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .placeslist .box .place-image-wrapper img {
    border-radius: 5px 5px 0 0;
  }
}
.placeslist .box .leftPart {
  transition: 0.3s;
}
.placeslist .box .leftPart .placeCateg, .placeslist .box .leftPart .placeDate {
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .placeslist .box .leftPart .placeTitle {
    font-size: 17px;
    line-height: 29px;
  }
}
.placeslist .box .circleButton {
  background-color: var(--primary-color);
  transition: 0.5s;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .placeslist .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.placeslist .box .circleButton i {
  font-size: 17px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .placeslist .box .circleButton i {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .placeslist .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper {
    order: 2;
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .placeslist .box:hover .circleButton {
    transform: translateX(10px);
  }
  .placeslist .box:hover .circleButton i {
    color: white;
  }
}
.placeslist .overflow-y-enabled {
  height: 820px;
}
.placeslist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: unset;
  bottom: 60px;
  left: 0;
}
.placeslist .map-panel .titleMap {
  display: block;
}
.placeslist .map-panel #mapEntities {
  display: none;
}
.placeslist .map-panel.open {
  transform: none;
  top: 75px;
  height: calc(100vh - 75px);
  border-radius: 0;
}
.placeslist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.placeslist .map-panel.open .titleMap {
  display: none;
}
.placeslist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.placeslist .map-panel .map-content {
  padding: 0;
  height: 100%;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
.placeslist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.placeslist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.placeslist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #F0EAE4;
}
.placeslist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.placeslist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.placeslist .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.placeslist .cluster-marker {
  background-color: var(--secondary-color);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: museo-sans;
}
@media (max-width: 767.98px) {
  .placeslist .listElement {
    border-top: 1px solid rgba(55, 56, 63, 0.1);
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .placeslist .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .placeslist .listElement.border-bottom {
    border-bottom: 1px solid rgba(55, 56, 63, 0.1);
  }
  .placeslist .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .placeslist .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .placeslist .listElement .listingImageWrapper {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
  }
  .placeslist .listElement .listingImageWrapper img {
    transition: 0.3s;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .placeslist .listElement p {
    font-size: 16px;
    line-height: 20px;
  }
  .placeslist .listElement:hover .listingImageWrapper {
    width: 144px;
  }
}

#fullCalendarGemengApp {
  position: relative;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-view-harness {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #fullCalendarGemengApp .fc-daygrid, #fullCalendarGemengApp .fc-scrollgrid, #fullCalendarGemengApp .fc-scrollgrid-sync-table {
    min-width: 450px !important;
    width: 450px !important;
  }
}
#fullCalendarGemengApp .custom-nav-buttons {
  position: absolute;
  top: 5px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: unset;
  background: unset;
}
#fullCalendarGemengApp .custom-nav-buttons.fc-prev-button {
  left: 0px;
}
#fullCalendarGemengApp .custom-nav-buttons.fc-next-button {
  right: 0px;
}
#fullCalendarGemengApp .custom-nav-buttons i {
  font-size: 15px;
  color: #101820;
  margin: 0;
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  #fullCalendarGemengApp .custom-nav-buttons.fc-prev-button {
    left: 15px;
  }
  #fullCalendarGemengApp .custom-nav-buttons.fc-next-button {
    right: 15px;
  }
}
@media (max-width: 1199.98px) {
  #fullCalendarGemengApp .custom-nav-buttons {
    display: none !important;
  }
}
#fullCalendarGemengApp .fc-toolbar-ltr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-toolbar-ltr {
    padding: 0;
  }
}
#fullCalendarGemengApp .fc-toolbar-ltr .fc-prev-button, #fullCalendarGemengApp .fc-toolbar-ltr .fc-next-button {
  background-color: transparent;
}
#fullCalendarGemengApp .fc-toolbar-ltr .fc-prev-button .fc-icon, #fullCalendarGemengApp .fc-toolbar-ltr .fc-next-button .fc-icon {
  color: #101820;
  font-size: 20px;
}
#fullCalendarGemengApp .fc-toolbar-chunk:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp table tbody tr {
  background-color: transparent !important;
  border: none !important;
}
#fullCalendarGemengApp table thead tr th {
  background-color: transparent !important;
}
#fullCalendarGemengApp .fc-multimonth td, #fullCalendarGemengApp .fc-multimonth th, #fullCalendarGemengApp .fc-multimonth thead, #fullCalendarGemengApp .fc-multimonth table {
  border: none;
}
#fullCalendarGemengApp .fc-timegrid-slot {
  font-size: 15px;
}
#fullCalendarGemengApp a {
  color: #101820;
}
#fullCalendarGemengApp .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 30px 0;
    display: block;
    text-transform: capitalize;
    position: relative;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-daygrid-body {
    width: 100%;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day {
  border-radius: 5px;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day a {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day a:after {
  content: unset;
}
#fullCalendarGemengApp .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-today {
  background-color: #FFFFFF;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-today a {
  background-color: #22B37B;
  border-radius: 5px;
  color: white;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-full-booked {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-full-booked a {
  color: inherit;
  opacity: inherit;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-partial-booked {
  cursor: default;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-partial-booked a {
  color: #fd7e14 !important;
  opacity: 0.9;
}
#fullCalendarGemengApp .fc-daygrid-day-top, #fullCalendarGemengApp .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day-top, #fullCalendarGemengApp .fc-daygrid-day-frame {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp .fc-daygrid-day-events {
  display: none;
}
#fullCalendarGemengApp a.fc-daygrid-day-number {
  text-decoration: none;
}
#fullCalendarGemengApp a.fc-col-header-cell-cushion {
  text-decoration: none;
}
#fullCalendarGemengApp .fc-button-primary {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
  position: relative;
  overflow: hidden;
}
#fullCalendarGemengApp .fc-button-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-button-primary:hover {
  background-color: #101820;
  color: white;
}
#fullCalendarGemengApp .fc-button-primary:hover::before {
  left: 100%;
}
#fullCalendarGemengApp .fc-button-primary.fc-button-active, #fullCalendarGemengApp .fc-button-primary.custom-selected {
  background-color: #101820 !important;
  color: white !important;
}
#fullCalendarGemengApp .fc-button-primary:focus {
  box-shadow: unset;
}
#fullCalendarGemengApp .fc-monthButtonCustom-button {
  order: -1;
}
#fullCalendarGemengApp .fc-toolbar-chunk {
  display: flex;
  gap: 10px;
}
#fullCalendarGemengApp .fc-toolbar-chunk .fc-next-button, #fullCalendarGemengApp .fc-toolbar-chunk .fc-prev-button {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  background-color: white !important;
}
#fullCalendarGemengApp .fc-toolbar-chunk .fc-icon {
  margin: 0;
  color: white;
  padding: 0;
  font-size: 18px;
}
#fullCalendarGemengApp .fc-toolbar-chunk:hover {
  background-color: white !important;
}
#fullCalendarGemengApp .fc-toolbar-chunk:hover .fc-icon {
  color: var(--primary-color);
}
#fullCalendarGemengApp .fc-day {
  cursor: default;
  pointer-events: none;
  height: 40px;
}
#fullCalendarGemengApp .fc-day-past, #fullCalendarGemengApp .fc-daygrid-day.fc-day-full, #fullCalendarGemengApp .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendarGemengApp .fc-timegrid-cols .fc-day-past, #fullCalendarGemengApp .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #edede5;
}

.form-bookingapp.recap-view {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view {
    padding: 50px 0;
  }
}
.form-bookingapp.recap-view .badge {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: normal;
}
.form-bookingapp.recap-view .badge.text-bg-warning {
  background-color: #cc6815 !important;
  color: white !important;
}
.form-bookingapp.recap-view .badge.text-bg-success {
  background-color: #0f9929 !important;
  color: white !important;
}
.form-bookingapp.recap-view .badge.text-bg-danger {
  background-color: #dc3545 !important;
  color: white !important;
}
.form-bookingapp.recap-view h2:has(.badge), .form-bookingapp.recap-view .h2:has(.badge) {
  margin-bottom: 10px;
}
.form-bookingapp.recap-view .homeh2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-weight: 700;
  color: #101820;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .homeh2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.form-bookingapp.recap-view .title-section {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  font-weight: 600;
  color: #101820;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .title-section {
    font-size: 17px;
    line-height: 29px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
}
.form-bookingapp.recap-view .title-section.fw-600 {
  font-weight: 600;
}
.form-bookingapp.recap-view .title-section.fw-500 {
  font-weight: 500;
}
.form-bookingapp.recap-view .step-title,
.form-bookingapp.recap-view h3.step-title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  font-weight: 600;
  color: #101820;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .step-title,
  .form-bookingapp.recap-view h3.step-title {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
.form-bookingapp.recap-view hr {
  border: 0;
  border-top: 1px solid #F0EAE4;
  margin: 30px 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view hr {
    margin: 25px 0;
  }
}
.form-bookingapp.recap-view .data-form-validation .row + .row {
  margin-top: 15px;
}
.form-bookingapp.recap-view .data-form-validation p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  color: #101820;
}
.form-bookingapp.recap-view .data-form-validation p.mb-10 {
  margin-bottom: 10px;
}
.form-bookingapp.recap-view .data-form-validation p.mb-15 {
  margin-bottom: 15px;
}
.form-bookingapp.recap-view .data-form-validation p.mt-20 {
  margin-top: 20px;
}
.form-bookingapp.recap-view .data-form-validation p.fw-600 {
  font-weight: 600;
}
.form-bookingapp.recap-view .data-form-validation p.fw-500 {
  font-weight: 500;
}
.form-bookingapp.recap-view .form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-bookingapp.recap-view .form-group.half {
    max-width: 50%;
  }
}
.form-bookingapp.recap-view .form-group label {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 500;
  color: #101820;
  margin-bottom: 8px;
}
.form-bookingapp.recap-view .form-group label.check-label {
  font-weight: 400;
  margin-left: 10px;
}
.form-bookingapp.recap-view .form-group input.form-control,
.form-bookingapp.recap-view .form-group textarea.form-control {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 12px 15px;
}
.form-bookingapp.recap-view .form-group input.form-control:focus,
.form-bookingapp.recap-view .form-group textarea.form-control:focus {
  border-color: #24AA85;
  box-shadow: 0 0 0 0.2rem rgba(36, 170, 133, 0.15);
}
.form-bookingapp.recap-view .form-group input[type=checkbox].form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  border: 1px solid #F0EAE4;
  border-radius: 3px;
  cursor: pointer;
}
.form-bookingapp.recap-view .form-group input[type=checkbox].form-check-input:checked {
  background-color: #24AA85;
  border-color: #24AA85;
}
.form-bookingapp.recap-view .alert {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .alert {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
}
.form-bookingapp.recap-view .alert.alert-danger {
  background-color: rgba(235, 78, 81, 0.1);
  border: 1px solid rgba(235, 78, 81, 0.3);
  color: #EB4E51;
}
@media (min-width: 768px) {
  .form-bookingapp.recap-view .rowSpacing {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .paddingDefault {
    padding: 15px;
  }
}
.form-bookingapp.recap-view .preview-header .badge {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .preview-header .badge {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}
.form-bookingapp.recap-view .preview-header .badge i {
  font-size: 1.6rem;
}
.form-bookingapp.recap-view .card {
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  transition: none !important;
}
.form-bookingapp.recap-view .card:hover {
  box-shadow: none !important;
  transform: none !important;
}
.form-bookingapp.recap-view .card:hover h5 i, .form-bookingapp.recap-view .card:hover .h5 i {
  color: white !important;
}
.form-bookingapp.recap-view .card:hover .card-body {
  transform: none !important;
}
.form-bookingapp.recap-view .card .card-header {
  transition: none !important;
  padding: 20px 30px !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .card .card-header {
    padding: 15px 20px !important;
  }
}
.form-bookingapp.recap-view .card .card-header.card-header-light {
  background-color: #f8f9fa;
}
.form-bookingapp.recap-view .card .card-header.bg-gradient-primary {
  background: linear-gradient(135deg, #24AA85 0%, rgb(27.0873786408, 127.9126213592, 100.072815534) 100%);
}
.form-bookingapp.recap-view .card .card-header.bg-gradient-secondary {
  background: linear-gradient(135deg, #BAE4DC 0%, rgb(149.34375, 213.65625, 201.40625) 100%);
}
.form-bookingapp.recap-view .card .card-header h5, .form-bookingapp.recap-view .card .card-header .h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  font-weight: 400;
  font-family: var(--bs-font-sans-serif);
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .card .card-header h5, .form-bookingapp.recap-view .card .card-header .h5 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .card .card-header h5 i, .form-bookingapp.recap-view .card .card-header .h5 i {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .card .card-header h5 i, .form-bookingapp.recap-view .card .card-header .h5 i {
    font-size: 18px;
  }
}
.form-bookingapp.recap-view .card .card-body {
  background: white;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  padding: 30px !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .card .card-body {
    padding: 20px !important;
  }
}
.form-bookingapp.recap-view .info-item small, .form-bookingapp.recap-view .info-item .small {
  font-family: var(--bs-font-sans-serif);
}
.form-bookingapp.recap-view .info-item .info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-bookingapp.recap-view .info-item .info-icon i {
  color: white !important;
  font-size: 20px;
}
.form-bookingapp.recap-view .info-item small, .form-bookingapp.recap-view .info-item .small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.form-bookingapp.recap-view .info-item strong {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .info-item strong {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card {
  transition: none !important;
  border-radius: 5px !important;
  padding: 20px 30px !important;
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-day {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 400;
  line-height: 1;
  color: #101820;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-day {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-month {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 400;
  color: #101820;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-month {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-time {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-time {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .booking-date-time i {
  font-size: 1.4rem;
}
.form-bookingapp.recap-view .booking-period-wrapper .booking-date-card small, .form-bookingapp.recap-view .booking-period-wrapper .booking-date-card .small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.form-bookingapp.recap-view .material-group-modern h6, .form-bookingapp.recap-view .material-group-modern .h6 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .material-group-modern h6, .form-bookingapp.recap-view .material-group-modern .h6 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .material-group-modern h6 i, .form-bookingapp.recap-view .material-group-modern .h6 i {
  font-size: 1.8rem;
}
.form-bookingapp.recap-view .material-group-modern .material-card {
  border: 1px solid rgba(36, 170, 133, 0.25);
  background-color: white;
  transition: none !important;
}
.form-bookingapp.recap-view .material-group-modern .material-card:hover {
  box-shadow: none !important;
  transform: none !important;
  border-color: rgba(36, 170, 133, 0.25) !important;
}
.form-bookingapp.recap-view .material-group-modern .material-card .material-badge {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-bookingapp.recap-view .material-group-modern .material-card .material-badge i {
  color: white !important;
  font-size: 18px;
}
.form-bookingapp.recap-view .material-group-modern .material-card .fw-500 {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .material-group-modern .material-card .fw-500 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .material-group-modern .material-card .badge {
  font-size: 20px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #24AA85 0%, rgb(28.8699029126, 136.3300970874, 106.6582524272) 100%);
  box-shadow: 0 2px 6px rgba(36, 170, 133, 0.25);
  border: 2px solid rgba(36, 170, 133, 0.3);
  font-weight: 700;
  color: white !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .material-group-modern .material-card .badge {
    padding: 8px 14px;
  }
}
.form-bookingapp.recap-view .material-group-modern .material-card .badge strong {
  font-size: 20px;
  font-weight: 400;
  color: white !important;
}
.form-bookingapp.recap-view .material-group-modern .material-card .badge .opacity-75 {
  opacity: 0.85;
  font-weight: 400;
  color: white !important;
}
.form-bookingapp.recap-view .alert-primary {
  background-color: rgba(36, 170, 133, 0.08);
  border: 1px solid rgba(36, 170, 133, 0.25);
  border-radius: 8px;
}
.form-bookingapp.recap-view .alert-primary i {
  font-size: 2rem;
  color: #24AA85;
}
.form-bookingapp.recap-view .alert-primary strong {
  color: #24AA85;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 600;
}
.form-bookingapp.recap-view .alert-primary span {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  color: #101820;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .alert-primary span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .confirmation-items .d-flex {
  padding: 12px;
  border-radius: 8px;
}
.form-bookingapp.recap-view .confirmation-items .d-flex i {
  font-size: 25px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .confirmation-items .d-flex i {
    font-size: 22px;
  }
}
.form-bookingapp.recap-view .confirmation-items .d-flex span {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .confirmation-items .d-flex span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.form-bookingapp.recap-view .signature-info {
  background: linear-gradient(135deg, rgba(36, 170, 133, 0.08) 0%, rgba(36, 170, 133, 0.03) 100%);
  border: 1px solid rgba(36, 170, 133, 0.2);
  font-family: var(--bs-font-sans-serif);
}
.form-bookingapp.recap-view .signature-info small, .form-bookingapp.recap-view .signature-info .small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.form-bookingapp.recap-view .signature-info span {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 400;
}
.form-bookingapp.recap-view .signature-info span strong {
  color: #24AA85;
  font-weight: 400;
}
.form-bookingapp.recap-view .title-section {
  color: #24AA85;
  font-weight: 700;
  border-bottom: 2px solid rgba(36, 170, 133, 0.2);
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .title-section {
    font-size: 1.6rem;
  }
}
.form-bookingapp.recap-view .title-section:first-child {
  margin-top: 0;
}
.form-bookingapp.recap-view .materials-group {
  margin-bottom: 20px;
}
.form-bookingapp.recap-view .materials-group .materials-group-header {
  background-color: #f8f9fa;
  border: 1px solid #F0EAE4;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 12px 20px;
}
.form-bookingapp.recap-view .materials-group .materials-group-header span {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 600;
  color: #24AA85;
  display: flex;
  align-items: center;
}
.form-bookingapp.recap-view .materials-group .materials-group-header span i {
  font-size: 18px;
  margin-right: 8px;
}
.form-bookingapp.recap-view .materials-group .materials-items {
  border: 1px solid #F0EAE4;
  border-radius: 0 0 5px 5px;
  background-color: #f8f9fa;
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item {
  background-color: white;
  border: 1px solid rgba(240, 234, 228, 0.5);
  border-radius: 5px;
  padding: 10px 12px;
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item .material-icon {
  background-color: rgba(36, 170, 133, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item .material-icon i {
  color: #24AA85;
  font-size: 14px;
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item .material-name {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  font-weight: 500;
  color: #101820;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .materials-group .materials-items .material-item .material-name {
    font-size: 16px;
  }
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item .material-quantity .badge {
  background: linear-gradient(135deg, #24AA85 0%, rgb(28.8699029126, 136.3300970874, 106.6582524272) 100%) !important;
  color: white !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(36, 170, 133, 0.25);
  border: 2px solid rgba(36, 170, 133, 0.3);
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .materials-group .materials-items .material-item .material-quantity .badge {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
}
.form-bookingapp.recap-view .materials-group .materials-items .material-item .material-quantity .badge .opacity-75 {
  opacity: 0.85;
  font-weight: 500;
  color: white !important;
}
.form-bookingapp.recap-view .alert-info {
  background-color: rgba(36, 170, 133, 0.05);
  border: 1px solid rgba(36, 170, 133, 0.2);
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .alert-info {
    padding: 12px 15px;
  }
}
.form-bookingapp.recap-view .alert-info i {
  color: #24AA85;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.form-bookingapp.recap-view .alert-info strong {
  color: #24AA85;
  font-weight: 600;
}
.form-bookingapp.recap-view .alert-info div {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  color: #101820;
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .alert-info div {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .form-bookingapp.recap-view .materials-items .row .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp.recap-view .materials-items .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-bookingapp.recap-view .materials-group-header {
    padding: 10px 15px;
  }
  .form-bookingapp.recap-view .materials-group-header span {
    font-size: 16px;
  }
  .form-bookingapp.recap-view .material-item {
    padding: 8px 10px;
  }
  .form-bookingapp.recap-view .material-item .material-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  .form-bookingapp.recap-view .material-item .material-icon i {
    font-size: 15px;
    color: white !important;
  }
  .form-bookingapp.recap-view .material-item .material-quantity .badge {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.min-w-0 {
  min-width: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.bg-redange-green {
  background-color: #24AA85 !important;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #24AA85 0%, rgb(27.0873786408, 127.9126213592, 100.072815534) 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #BAE4DC 0%, rgb(149.34375, 213.65625, 201.40625) 100%) !important;
}

.appointmentList i {
  font-weight: 300;
}
.appointmentList .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white, inset 0 1px 0 0 white;
}
.appointmentList .box {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  transition: 0.3s;
}
.appointmentList .box .bottomSection {
  transition: 0.3s;
}
.appointmentList .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.appointmentList .box .leftPart {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .appointmentList .box .leftPart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.appointmentList .box .leftPart .appointmentIcon {
  font-size: 25px;
  width: 30px;
}
.appointmentList .box .leftPart .appointmentCateg, .appointmentList .box .leftPart .appointmentDate {
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .appointmentList .box .leftPart .appointmentTitle {
    font-size: 17px;
    line-height: 21px;
  }
}
.appointmentList .box .circleButton {
  background-color: var(--primary-color);
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .appointmentList .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.appointmentList .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .appointmentList .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .appointmentList .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.appointmentList .box:hover .circleButton i {
  color: white;
}
.appointmentList .overflow-y-enabled {
  height: 820px;
}
.appointmentList .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: unset;
  bottom: 60px;
  left: 0;
}
.appointmentList .map-panel .titleMap {
  display: block;
}
.appointmentList .map-panel #mapEntities {
  display: none;
}
.appointmentList .map-panel.open {
  transform: none;
  top: 75px;
  height: calc(100vh - 75px);
  border-radius: 0;
}
.appointmentList .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.appointmentList .map-panel.open .titleMap {
  display: none;
}
.appointmentList .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.appointmentList .map-panel .map-content {
  padding: 0;
  height: 100%;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
.appointmentList .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.appointmentList .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background-color: #BAE4DC;
  margin-top: 15px;
}
.appointmentList #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #F0EAE4;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.appointmentList #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.appointmentList .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.appointmentList .cluster-marker {
  background-color: var(--secondary-color);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: museo-sans;
}
@media (max-width: 767.98px) {
  .appointmentList .listElement {
    border-top: 1px solid rgba(55, 56, 63, 0.1);
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .appointmentList .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .appointmentList .listElement.border-bottom {
    border-bottom: 1px solid rgba(55, 56, 63, 0.1);
  }
  .appointmentList .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .appointmentList .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .appointmentList .listElement p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .form-appointmentapp .mobileWhiteBox {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
  }
  .form-appointmentapp .mobileWhiteBox .form-title {
    font-size: 14px;
    line-height: 22px;
  }
  .form-appointmentapp .mobileWhiteBox h2, .form-appointmentapp .mobileWhiteBox .h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
.form-appointmentapp .form-title {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
}
.form-appointmentapp .title-section {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  font-weight: 400;
}
.form-appointmentapp input {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 400 !important;
  border: 1px solid rgba(76, 78, 86, 0.12);
}
.form-appointmentapp input::-moz-placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-appointmentapp input::placeholder {
  font-family: museo-sans;
  font-size: 17px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-appointmentapp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-appointmentapp input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-appointmentapp textarea {
  padding-top: 15px;
}
.form-appointmentapp .g-20, .form-appointmentapp .gx-20 {
  --bs-gutter-x: 20px;
}
.form-appointmentapp .g-20, .form-appointmentapp .gy-20 {
  --bs-gutter-y: 20px;
}
.form-appointmentapp .form-check-label, .form-appointmentapp .check-label {
  font-size: 17px;
  line-height: 29px;
  margin-left: 10px;
}
.form-appointmentapp .form-check-input {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .form-appointmentapp .prev-step {
    border-right: 1px solid #F5F5F5;
  }
}
@media (max-width: 767.98px) {
  .form-appointmentapp .next-step {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 767.98px) {
  .form-appointmentapp .step[data-step="1"] .next-step {
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0px 1px 0px 0px white;
}
.form-appointmentapp .step[data-step="3"] .form-group.field-type-number {
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .form-appointmentapp .step[data-step="3"] .form-group.field-type-number .labelnumber {
    font-size: 15px;
    line-height: 23px;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group.field-type-checkbox {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .form-appointmentapp .step[data-step="3"] .form-group.field-type-checkbox label {
    font-size: 15px;
    line-height: 23px;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group .inputnumber {
  height: 40px;
  max-width: 100px;
  margin-left: auto;
}
.form-appointmentapp .step[data-step="3"] .form-group.half {
  width: 100%;
}
@media (max-width: 575.98px) {
  .form-appointmentapp .form-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0;
  }
  .form-appointmentapp .form-navigation button {
    border-radius: 0;
  }
}

.ficheAppointment .stickyHeader {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #F0EAE4;
  z-index: 3;
}
.ficheAppointment .nativeSharing i {
  font-size: 22px;
}
.ficheAppointment .highlighted-box p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .ficheAppointment .highlighted-box p {
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
  }
}
.ficheAppointment .highlighted-box i.fa-location-dot {
  color: rgba(0, 0, 0, 0.5);
}
.ficheAppointment .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.ficheAppointment .listingLink i {
  font-size: 16px;
  transition: 0.3s;
}
.ficheAppointment .listingLink:hover {
  background-color: var(--primary-color);
}
.ficheAppointment .listingLink:hover i {
  color: white;
}
.ficheAppointment .pill {
  background-color: var(--primary-color);
  padding: 6px 15px;
}
.ficheAppointment .pill .pillTitle {
  font-size: 16px;
  color: white;
}
.ficheAppointment .calendarTitle {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.ficheAppointment .calendarBox {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  padding: 30px 20px;
}
.ficheAppointment .localisation {
  background-color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  color: white;
}
@media (max-width: 767.98px) {
  .ficheAppointment .localisation {
    left: 20px;
  }
}
.ficheAppointment .mapBox {
  z-index: 1;
  position: relative;
}
.ficheAppointment .mapBox #placeMap {
  height: 480px !important;
  width: 100%;
  min-height: 300px;
  border: 1px solid #F0EAE4;
}
.ficheAppointment .mapBox #placeMap .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.ficheAppointment .contactInfo {
  display: flex;
  align-items: baseline;
  justify-content: start;
  max-width: 500px;
}
.ficheAppointment .contactInfo p {
  margin: 0;
}
.ficheAppointment .contactInfo i {
  width: 15px;
}
.ficheAppointment #fullCalendarAppointment {
  position: relative;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style],
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons {
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 15 !important;
  transition: all 0.3s ease !important;
  width: 30px !important;
  height: 30px !important;
  font-weight: 600 !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].btn-nav-prev, .ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].fc-prev-button,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.btn-nav-prev,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.fc-prev-button {
  left: 0 !important;
  right: auto !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].btn-nav-next, .ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].fc-next-button,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.btn-nav-next,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.fc-next-button {
  right: 0 !important;
  left: auto !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style] i,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons i {
  font-size: 15px !important;
  color: #101820 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style]:hover i,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons:hover i {
  color: var(--primary-color) !important;
}
.ficheAppointment #fullCalendarAppointment a:after {
  content: unset;
}
.ficheAppointment #fullCalendarAppointment a:hover {
  background-color: var(--primary-color);
  color: white !important;
}
.ficheAppointment #fullCalendarAppointment td.fc-day,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day.selected,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day.fc-day-today,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today,
.ficheAppointment #fullCalendarAppointment .fc-day {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-frame,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-top {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
  height: 28px !important;
  z-index: 10 !important;
  pointer-events: none !important;
  margin: 0 !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button {
  background-color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  width: 40px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: static !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button .fc-icon, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button .fc-icon {
  color: #101820 !important;
  font-size: 20px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button:hover .fc-icon, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button:hover .fc-icon {
  color: var(--primary-color) !important;
}
@media (min-width: 768px) {
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk {
    display: flex !important;
    align-items: center !important;
    position: static !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(1), .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(3) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    position: static !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk {
    display: block;
    position: static;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(2) {
    display: block;
  }
}
.ficheAppointment #fullCalendarAppointment table tbody tr {
  background-color: transparent !important;
  border: none !important;
}
.ficheAppointment #fullCalendarAppointment table thead tr th {
  background-color: transparent !important;
  text-align: center;
  vertical-align: middle;
}
.ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table {
  margin: 0 auto;
  table-layout: fixed;
}
.ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table tbody tr td, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table tbody tr th, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table thead tr td, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.ficheAppointment #fullCalendarAppointment .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
.ficheAppointment #fullCalendarAppointment .fc-multimonth td, .ficheAppointment #fullCalendarAppointment .fc-multimonth th, .ficheAppointment #fullCalendarAppointment .fc-multimonth thead, .ficheAppointment #fullCalendarAppointment .fc-multimonth table {
  border: none;
}
.ficheAppointment #fullCalendarAppointment .fc-timegrid-slot {
  font-size: 15px;
}
.ficheAppointment #fullCalendarAppointment a {
  color: #101820;
}
@media (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-title {
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 0 0 30px 0 !important;
    display: block !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-daygrid-body {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
.ficheAppointment #fullCalendarAppointment .fc-multiMonthOne-view .fc-multimonth-title {
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 0 0 30px 0 !important;
  display: block !important;
  text-transform: capitalize !important;
  margin: 0 !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day {
  border-radius: 5px;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today {
  background-color: #FFFFFF;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a {
  background-color: #22B37B;
  border-radius: 5px !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a .fc-daygrid-day-number {
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a:hover .fc-daygrid-day-number {
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today.fc-day-partial-booked a {
  color: #101820 !important;
  opacity: 1 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today.fc-day-partial-booked a .fc-daygrid-day-number {
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked a .fc-daygrid-day-number {
  color: inherit;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked.fc-day-today a {
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked.fc-day-today a .fc-daygrid-day-number {
  color: #101820 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected {
  background-color: transparent !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected a {
  background-color: var(--primary-color) !important;
  color: white !important;
  font-weight: 600 !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  border-radius: 5px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-top, .ficheAppointment #fullCalendarAppointment .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
}
.ficheAppointment #fullCalendarAppointment .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
.ficheAppointment #fullCalendarAppointment .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ficheAppointment #fullCalendarAppointment .fc-col-header-cell {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-events {
  display: none;
}
.ficheAppointment #fullCalendarAppointment a.fc-daygrid-day-number {
  text-decoration: none;
}
.ficheAppointment #fullCalendarAppointment a.fc-col-header-cell-cushion {
  text-decoration: none;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
  position: relative;
  overflow: hidden;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary.fc-button-active, .ficheAppointment #fullCalendarAppointment .fc-button-primary.custom-selected {
  background-color: #101820 !important;
  color: white !important;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary:focus {
  box-shadow: unset;
}
.ficheAppointment #fullCalendarAppointment .fc-day {
  cursor: pointer;
  height: 30px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.ficheAppointment #fullCalendarAppointment .fc-day-past, .ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-full, .ficheAppointment #fullCalendarAppointment .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
.ficheAppointment #fullCalendarAppointment .fc-timegrid-cols .fc-day-past, .ficheAppointment #fullCalendarAppointment .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #edede5;
}
.ficheAppointment .hour-buttons-container:not(.d-none) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
}
.ficheAppointment .hour-buttons-container:not(.d-none) .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767.98px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 768px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }
}
@media (min-width: 992px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}
.ficheAppointment .hour-buttons-container.d-none {
  display: none !important;
}
.ficheAppointment .hour-buttons-container .btn-hour {
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  width: 100% !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  background-color: #22B37B;
  color: white;
}
.ficheAppointment .hour-buttons-container .btn-hour.selected {
  background-color: rgb(21.7887323944, 114.7112676056, 78.823943662);
  color: white;
  font-weight: 600;
}
.ficheAppointment .hour-buttons-dynamic {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
}
.ficheAppointment .hour-buttons-dynamic .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767.98px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 768px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }
}
@media (min-width: 992px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}
.ficheAppointment .hour-buttons-dynamic .btn-hour {
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available {
  background-color: #22B37B;
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available:hover {
  background-color: rgb(25.8591549296, 136.1408450704, 93.5492957746);
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available.selected {
  background-color: rgb(21.7887323944, 114.7112676056, 78.823943662);
  color: white;
  font-weight: 600;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked {
  background-color: grey;
  color: white;
  opacity: 0.7;
  cursor: not-allowed;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked:hover {
  background-color: grey;
  color: white;
  opacity: 0.7;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked:disabled {
  background-color: grey;
  color: white;
  opacity: 0.7;
  cursor: not-allowed;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked) {
  background-color: #22B37B;
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked):hover {
  background-color: rgb(25.8591549296, 136.1408450704, 93.5492957746);
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked).selected {
  background-color: rgb(21.7887323944, 114.7112676056, 78.823943662);
  color: white;
  font-weight: 600;
}
.ficheAppointment #bookingSubmitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--primary-color);
}
.ficheAppointment #bookingSubmitBtn:disabled:hover {
  background-color: var(--primary-color);
}
.ficheAppointment #bookingSubmitBtn:disabled:before {
  content: unset;
}
.ficheAppointment .btn-hour {
  width: 100% !important;
  min-height: 35px !important;
  padding: 5px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
}

.registrationsList .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white, inset 0 1px 0 0 white;
}
.registrationsList .box {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  transition: 0.3s;
}
.registrationsList .box .bottomSection {
  transition: 0.3s;
}
.registrationsList .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.registrationsList .box .leftPart {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .registrationsList .box .leftPart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.registrationsList .box .leftPart .appointmentIcon {
  font-size: 25px;
  width: 30px;
}
.registrationsList .box .leftPart .registrationCateg, .registrationsList .box .leftPart .registrationDate {
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .registrationsList .box .leftPart .registrationTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.registrationsList .box .circleButton {
  background-color: var(--primary-color);
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .registrationsList .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.registrationsList .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .registrationsList .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .registrationsList .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.registrationsList .box:hover .circleButton i {
  color: white;
}
.registrationsList .overflow-y-enabled {
  height: 820px;
}
@media (max-width: 767.98px) {
  .registrationsList .listElement {
    border-top: 1px solid rgba(55, 56, 63, 0.1);
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .registrationsList .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .registrationsList .listElement.border-bottom {
    border-bottom: 1px solid rgba(55, 56, 63, 0.1);
  }
  .registrationsList .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .registrationsList .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .registrationsList .listElement p {
    font-size: 16px;
    line-height: 20px;
  }
}

.registrationHighlight .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.registrationHighlight .listingLink i {
  font-size: 16px;
  transition: 0.3s;
}
.registrationHighlight .listingLink:hover {
  background-color: var(--primary-color);
}
.registrationHighlight .listingLink:hover i {
  color: white;
}
@media (min-width: 768px) {
  .registrationHighlight .highlightImages {
    border-radius: 10px;
    overflow: hidden;
  }
}
.registrationHighlight .wrapper-image-highlight {
  height: 100%;
}
@media (min-width: 992px) {
  .registrationHighlight .wrapper-image-highlight {
    height: 237px;
  }
  .registrationHighlight .wrapper-image-highlight.main {
    height: 100%;
  }
}
.registrationHighlight .wrapper-image-highlight .imgCount {
  font-size: 30px;
  line-height: 40px;
}
.registrationHighlight .hidden-image {
  display: none;
}

.registrationCategoryPage .accordions h1, .registrationCategoryPage .accordions .h1 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .registrationCategoryPage .accordions h1, .registrationCategoryPage .accordions .h1 {
    padding-top: 50px;
  }
}
.registrationCategoryPage .accordions .wrapper-description {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .registrationCategoryPage .accordions .wrapper-description {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.registrationCategoryPage .highlighted-box {
  border: 1px solid #F0EAE4;
}

.registrationsListFiltered #registration-filter-header {
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .registrationsListFiltered #registration-filter-header.sticky-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: 0 !important;
    border-bottom: 1px solid #F0EAE4;
  }
  .registrationsListFiltered #registration-filter-header.sticky-filter .d-flex.align-items-center.justify-content-between.w-100.d-xl-none {
    margin: 0 !important;
  }
  .registrationsListFiltered #registration-filter-header.sticky-filter .sticky-filter-content {
    display: flex !important;
  }
}
.registrationsListFiltered #mobile-header-buttons {
  transition: opacity 0.3s ease;
}
.registrationsListFiltered .btn-filter {
  border: 0;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.registrationsListFiltered .btn-filter i {
  color: white;
  font-size: 20px;
}
.registrationsListFiltered .btn-filter-header {
  border: 0;
  background-color: unset;
}
.registrationsListFiltered .btn-filter-header i {
  font-size: 20px;
}
.registrationsListFiltered .sticky-filter-content .btn-filter {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
.registrationsListFiltered .sticky-filter-content .btn-filter i {
  color: var(--primary-color);
  font-size: 20px;
}
.registrationsListFiltered .btnReset {
  font-weight: 400;
}
.registrationsListFiltered .filterOffcanvas .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #101820;
  border-radius: 4px;
  background-color: transparent;
}
.registrationsListFiltered .filterOffcanvas .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  background-image: var(--bs-form-check-bg-image);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.registrationsListFiltered .filterOffcanvas .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25);
  border-color: var(--primary-color);
}
.registrationsListFiltered .filterOffcanvas .offcanvas-header {
  padding: 15px 20px;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer {
  padding: 15px 20px;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer .btn-custom-filters {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 29px;
  transition: all 0.3s ease;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer .btn-custom-filters i {
  font-size: 17px;
}
.registrationsListFiltered .filterOffcanvas .btn-xmark {
  position: unset;
  border: 0;
  background-color: transparent;
}
.registrationsListFiltered .filterOffcanvas .btn-xmark i {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .filterOffcanvas .btn-xmark i {
    font-size: 15px;
  }
}
.registrationsListFiltered .filterOffcanvas .offcanvas-title {
  font-size: 14px;
  line-height: 22px;
}
.registrationsListFiltered .boxRegistrable {
  background-color: white;
  padding: 40px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable {
    padding: 20px;
  }
}
.registrationsListFiltered .boxRegistrable .title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .title {
    font-size: 17px;
    line-height: 29px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet {
    margin-bottom: 10px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet i {
  margin-right: 10px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
  width: 20px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet i {
    font-size: 15px;
    width: 18px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet span {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet span {
    font-size: 15px;
  }
}
.registrationsListFiltered .boxRegistrable .priceSection .price {
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
  color: var(--secondary-color);
}
.registrationsListFiltered .boxRegistrable .noStockLeft {
  background-color: rgba(235, 78, 81, 0.4);
  cursor: not-allowed;
}
.registrationsListFiltered .flag {
  flex-shrink: 0;
  margin-left: 30px;
}
.registrationsListFiltered .flag .flag-icon {
  width: 18px;
  height: 18px;
}

/**
 * POI (Points of Interest) Module Styles
 * Complete styling for points of interest listing and map integration
 */
@media (min-width: 1200px) {
  .poilist .wrapper-boxes {
    max-height: 980px;
  }
}
.poilist .poi-filters {
  gap: 10px;
}
@media (max-width: 767.98px) {
  .poilist .poi-filters {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .poilist .poi-filters::-webkit-scrollbar {
    display: none;
  }
}
.poilist .poi-filters .poi-filter {
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: var(--primary-color);
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .poilist .poi-filters .poi-filter {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.poilist .poi-filters .poi-filter span {
  color: white;
  font-weight: 400;
}
.poilist .poi-item {
  background-color: white;
  transition: 0.3s;
}
.poilist .poi-item::before {
  transition: left 0.7s ease 0.3s;
}
@media (max-width: 991.98px) {
  .poilist .poi-item {
    padding-bottom: 76px !important;
  }
}
@media (max-width: 767.98px) {
  .poilist .poi-item {
    overflow: hidden;
  }
  .poilist .poi-item .d-flex {
    flex-wrap: nowrap;
  }
}
.poilist .poi-item .poiType {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
}
.poilist .poi-item .iconInfo {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
.poilist .poi-item .iconInfo i {
  font-weight: 300 !important;
  color: #24AA85 !important;
}
.poilist .poi-item .iconInfo i, .poilist .poi-item .iconInfo span, .poilist .poi-item .iconInfo p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(16, 24, 32, 0.5019607843);
}
.poilist .poi-item span, .poilist .poi-item i, .poilist .poi-item h3, .poilist .poi-item .h3, .poilist .poi-item p, .poilist .poi-item a {
  transition: 0.3s;
  color: #101820;
}
@media (max-width: 767.98px) {
  .poilist .poi-item .ellipsisone {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.poilist .poi-item .rounded-circle-chevron {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background-color: var(--primary-color);
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .poilist .poi-item .rounded-circle-chevron {
    display: none;
  }
}
.poilist .poi-item .rounded-circle-chevron i {
  color: white;
  font-size: 12px;
  transition: 0.3s;
}
.poilist .poi-item .listingImageWrapper {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  border: 1px solid #F0EAE4;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .poilist .poi-item .listingImageWrapper {
    display: none;
  }
}
.poilist .poi-item:hover {
  background-color: var(--primary-color);
}
.poilist .poi-item:hover span, .poilist .poi-item:hover i, .poilist .poi-item:hover h3, .poilist .poi-item:hover .h3, .poilist .poi-item:hover p, .poilist .poi-item:hover a {
  color: white !important;
}
.poilist .poi-item:hover .rounded-circle-chevron {
  background-color: white;
}
.poilist .poi-item:hover .rounded-circle-chevron i {
  color: var(--primary-color) !important;
}
.poilist .poiMobileLink {
  padding: 15px 25px;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
}
.poilist .poiMobileLink span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .poilist .poiMobileLink span {
    line-height: 24px;
  }
}
.poilist .poiMobileLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.poilist .poiMobileLink:hover::before {
  left: 100%;
}
@media (min-width: 992px) {
  .poilist .overflow-y-enabled .col-12 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .poilist .overflow-y-enabled .poi-item {
    margin-bottom: 10px;
    border: 1px solid #F0EAE4;
  }
}
.poilist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  left: 0;
}
@media (max-width: 767.98px) {
  .poilist .map-panel {
    position: fixed !important;
    bottom: 0;
    transform: translateY(calc(100% - 62px));
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
    bottom: 60px;
  }
}
.poilist .map-panel .titleMap {
  display: block;
}
.poilist .map-panel #mapEntities {
  display: none;
}
.poilist .map-panel.open {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .poilist .map-panel.open {
    transform: translateY(0);
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel.open {
    transform: none;
    top: 75px;
    height: calc(100vh - 75px);
  }
}
.poilist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.poilist .map-panel.open .titleMap {
  display: none;
}
.poilist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.poilist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.poilist .map-panel .map-content {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .poilist .map-panel .map-content {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel .map-content {
    max-height: calc(100vh - 75px);
  }
}
.poilist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.poilist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.poilist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #F0EAE4;
}
.poilist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.poilist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.poilist .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.poilist .cluster-marker {
  background-color: #B8753E;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: museo-sans;
}

/**
 * POI Map Integration Styles
 * Interactive map panel with responsive behavior and Leaflet customization
 */
.poilist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  left: 0;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel {
    position: fixed !important;
    bottom: 0;
    transform: translateY(calc(100% - 62px));
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
    bottom: 60px;
  }
}
.poilist .map-panel .titleMap {
  display: block;
}
.poilist .map-panel #mapEntities {
  display: none;
}
.poilist .map-panel.open {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel.open {
    transform: translateY(0);
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel.open {
    transform: none;
    top: 75px;
    height: calc(100vh - 75px);
  }
}
.poilist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.poilist .map-panel.open .titleMap {
  display: none;
}
.poilist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.poilist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.poilist .map-panel .map-content {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel .map-content {
    max-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel .map-content {
    max-height: calc(100vh - 75px);
  }
}
.poilist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.poilist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.poilist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #F0EAE4;
}
.poilist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #F0EAE4;
  box-shadow: unset;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: var(--secondary-color);
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #101820;
  background-color: white;
}
.poilist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.poilist .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.poilist .cluster-marker {
  background-color: #B8753E;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: museo-sans;
}

.fichePoi .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.fichePoi .listingLink i {
  font-size: 16px;
}
@media (min-width: 768px) {
  .fichePoi .highlightImages {
    border-radius: 10px;
    overflow: hidden;
  }
}
.fichePoi .wrapper-image-highlight {
  height: 480px;
}
@media (min-width: 992px) {
  .fichePoi .wrapper-image-highlight {
    height: 480px;
  }
  .fichePoi .wrapper-image-highlight.main {
    height: 480px;
  }
}
.fichePoi .wrapper-image-highlight .imgCount {
  font-size: 30px;
  line-height: 40px;
}
.fichePoi .hidden-image {
  display: none;
}
@media (max-width: 767.98px) {
  .fichePoi .highlighted-box {
    border: 1px solid rgba(55, 56, 63, 0.1);
  }
}
.fichePoi .highlighted-box .nativeSharing i {
  font-size: 22px;
}
.fichePoi .highlighted-box .address, .fichePoi .highlighted-box .capacity {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.fichePoi .highlighted-box .address .icon-wrapper, .fichePoi .highlighted-box .capacity .icon-wrapper {
  width: 25px;
  display: flex;
  justify-content: center;
}
.fichePoi .highlighted-box .address *, .fichePoi .highlighted-box .capacity * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fichePoi .highlighted-box .address span, .fichePoi .highlighted-box .address p, .fichePoi .highlighted-box .capacity span, .fichePoi .highlighted-box .capacity p {
    margin-bottom: 0;
  }
}
.fichePoi .pill {
  background-color: var(--secondary-color);
  padding: 6px 15px;
}
.fichePoi .pill .pillTitle {
  font-size: 16px;
  color: white;
}
.fichePoi .equipmentsContainer {
  gap: 10px 25px;
}
.fichePoi .equipmentsContainer .equipment .equipmentTitle, .fichePoi .equipmentsContainer .equipment i {
  font-size: 16px;
  line-height: 20px;
}
.fichePoi .calendarBox {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 5px;
  position: relative;
}
.fichePoi .calendarBox .custom-month-title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: none;
}
.fichePoi .localisation {
  background-color: var(--secondary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
}
.fichePoi .localisation span {
  font-size: 17px;
  line-height: 29px;
  color: white;
  font-weight: 400;
}
.fichePoi .mapBox {
  z-index: 1;
  position: relative;
}
.fichePoi .mapBox #placeMap {
  height: 100%;
  width: 100%;
  min-height: 300px;
  border: 1px solid #F0EAE4;
}
.fichePoi .mapBox #placeMap .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.fichePoi .bookingButton {
  background-color: #24AA85;
  padding: 20px 25px;
}
.fichePoi .bookingButton span {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: white;
}

.fichePoi .poi-details .contact-info, .fichePoi .poi-details .description-info {
  border: 1px solid #F0EAE4;
  margin-bottom: 15px;
  padding: 30px 30px 25px 30px;
  border-radius: 5px;
  overflow: hidden;
}
.fichePoi .poi-details .contact-info p, .fichePoi .poi-details .contact-info a, .fichePoi .poi-details .description-info p, .fichePoi .poi-details .description-info a {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.fichePoi .poi-details .contact-info .titleContact, .fichePoi .poi-details .description-info .titleContact {
  font-size: 17px;
  line-height: 29px;
  color: #101820;
}
.fichePoi .poi-details .contact-info p + p, .fichePoi .poi-details .contact-info .iconInfo + .iconInfo, .fichePoi .poi-details .description-info p + p, .fichePoi .poi-details .description-info .iconInfo + .iconInfo {
  margin-top: 10px;
}
.fichePoi .poi-details .contact-info i, .fichePoi .poi-details .description-info i {
  color: var(--primary-color);
  width: 15px;
  font-size: 15px;
}
.fichePoi .poi-details .contact-info .logo, .fichePoi .poi-details .description-info .logo {
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .fichePoi .poi-details .contact-info, .fichePoi .poi-details .description-info {
    padding: 20px 25px;
  }
  .fichePoi .poi-details .contact-info .iconInfo, .fichePoi .poi-details .description-info .iconInfo {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .fichePoi .poi-details .custom-margin-top {
    margin-top: 20px;
  }
}
.fichePoi .mapBox {
  z-index: 1;
  position: relative;
}
.fichePoi .mapBox #poiPlaceMap {
  height: 100%;
  width: 100%;
  min-height: 300px;
  border: 1px solid #F0EAE4;
  margin-top: -20px;
}
.fichePoi .mapBox #poiPlaceMap .custom-marker {
  background-color: #B8753E;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.fichePoi .localisation {
  background-color: var(--primary-color);
  color: white;
  padding: 8px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  margin-bottom: -10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px 15px 0 0;
}
.fichePoi .localisation span {
  font-size: 17px;
  line-height: 29px;
  color: white;
  font-weight: 400;
}
.fichePoi .contactInfo i {
  color: var(--secondary-color);
  width: 18px;
}
.fichePoi .contactInfo span {
  font-size: 17px;
  color: #101820;
}
.fichePoi .return-link {
  color: #101820;
}
.fichePoi .return-link:hover {
  color: var(--primary-color);
}
.fichePoi .return-link i {
  color: var(--primary-color);
}

.jobslist .wrapper-col:not(:last-child) {
  margin-bottom: 2px;
}
.jobslist .box {
  border-top: none;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  padding: 25px 0;
  transition: 0.3s;
}
.jobslist .box .job-image-wrapper {
  width: 100%;
  height: 85px;
  border-radius: 5px;
}
.jobslist .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.jobslist .box .jobInfo span, .jobslist .box .jobInfo i {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .jobslist .box .jobInfo span, .jobslist .box .jobInfo i {
    font-size: 15px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
  }
}
.jobslist .box .jobInfo i {
  width: 18px;
}
.jobslist .box .leftPart {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .jobslist .box .leftPart .jobTitle {
    font-size: 17px;
    line-height: 21px;
  }
}
.jobslist .box .circleButton {
  background-color: var(--primary-color);
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .jobslist .box .circleButton {
    width: 30px;
    height: 30px;
  }
}
.jobslist .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .jobslist .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .jobslist .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.jobslist .box:hover .circleButton i {
  color: white;
}
.jobslist .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
}
@media (max-width: 767.98px) {
  .jobslist .listElement {
    border-top: 1px solid rgba(55, 56, 63, 0.1);
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .jobslist .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .jobslist .listElement.border-bottom {
    border-bottom: 1px solid rgba(55, 56, 63, 0.1);
  }
  .jobslist .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .jobslist .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .jobslist .listElement p {
    font-size: 16px;
    line-height: 20px;
  }
}
