.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/*# sourceMappingURL=slick.min.css.map */


@charset 'UTF-8';

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

/*# sourceMappingURL=slick-theme.min.css.map */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
  opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
  opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(90deg);
  background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(-90deg);
  background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}

@-webkit-keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

@keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

@keyframes chartjs-render-animation {
  from {
    opacity: .99
  }

  to {
    opacity: 1
  }
}

.chartjs-render-monitor {
  animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1
}

.chartjs-size-monitor-expand>div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0
}

.chartjs-size-monitor-shrink>div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0
}











































































*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0 solid #e2e8f0
    /* 2; */
  ;
}



.atmc-body-header-transparent .dnd-section:not([class*=force-full-width-section]):first-child:before {
  content: "";
  display: block;
  height: var(--header-height);
}

/* Header */
.atmc-header-wrapper {
  z-index: 90;
  width: 100%;
  position: relative;
}

.atmc-body-header-transparent .atmc-header-wrapper {
  position: absolute;
  top: 0;
}

@media (min-width: 992px) {
  .atmc-header_menu>.hs-menu-wrapper {
    display: block !important;
  }
}

/* Responsive Grid */
.atmc-container {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1210px;
  /* Adds 40px for padding right + left */
}

.atmc-container-xs {
  max-width: 670px;
}

.atmc-container-s {
  max-width: 936.0px;
}

.atmc-container-m {
  max-width: 1170px;
}

.atmc-container-l {
  max-width: 1404.0px;
}

.atmc-container-xl {
  max-width: 1638.0px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}



/* Display */
.atmc-display-none {
  display: none !important;
}

@media (min-width:768px) {
  .atmc-desktop-display-none {
    display: none !important;
  }
}

@media (max-width:767px) {
  .atmc-mb-display-none {
    display: none !important;
  }
}


/* Additional Layout using Flex */
.atmc-grid {
  margin: -1rem;
}

.atmc-grid .atmc-grid-col {
  padding: 1rem;
}

@media (min-width:768px) {
  .atmc-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .atmc-grid-1col .atmc-grid-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .atmc-grid-2col .atmc-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }

  .atmc-grid-3col .atmc-grid-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
  }

  .atmc-grid-4col .atmc-grid-col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
  }

  .atmc-grid-5col .atmc-grid-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
  }

  .atmc-grid-6col .atmc-grid-col {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    width: 16.666%;
  }
}

@media (max-width:768px) and (max-width:991px) {

  .atmc-grid-4col .atmc-grid-col,
  .atmc-grid-5col .atmc-grid-col,
  .atmc-grid-6col .atmc-grid-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .atmc-grid-2col .atmc-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }

  .atmc-grid-3col .atmc-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

/* Grid */
@supports ((display: -ms-grid) or (display: grid)) {
  .atmc-grid .atmc-grid-col {
    width: auto;
    padding: 0;
  }

  .atmc-grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin: 0;
  }

  @media (min-width: 768px) {
    .atmc-grid-1col {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }

    .atmc-grid-2col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }

    .atmc-grid-3col {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }

    .atmc-grid-4col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }

    .atmc-grid-4col,
    .atmc-grid-5col,
    .atmc-grid-6col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width:992px) {
    .atmc-grid-4col {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }

    .atmc-grid-5col {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
    }

    .atmc-grid-6col {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
    }
  }

  @media (min-width:576px) and (max-width:767px) {
    .atmc-grid-2col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }

    .atmc-grid-4col,
    .atmc-grid-5col,
    .atmc-grid-6col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
}



/* ----
 * Flex
 * ========== */
@media (min-width:768px) {
  .atmc-flex>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .atmc-align-center>.row-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  max-width: 100%;
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: Nunito;
  font-size: 1rem;
  color: #0E2D52;
  line-height: 1.7;
}

p {
  margin-top: 0;
  margin-bottom: .75em;
}

p:last-child {
  margin-bottom: 0;
}

.atmc-intro {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.atmc-dropcap *:first-child::first-letter {
  font-size: 6rem;
  line-height: 1;
  padding-right: 1rem;
  float: left;
  font-weight: bold;
  color: #5EB3E4;
}

/* Anchor Links */
a {
  color: #5EB3E4;
  text-decoration: none;
  transition: all ease 200ms;
}

a:hover,
a:visited {
  color: #5EB3E4;
}

a:focus,
a:active {
  color: #5EB3E4;
}

a:not(.atmc-btn):visited,
a:not(.atmc-btn):visited * {
  color: #5EB3E4;
}

a:focus-visible {
  outline: 2px solid red;
}

a.atmc-link-default:not(:hover) * {
  color: inherit;
  transition: 0.2s ease;
}

a.atmc-link-default:not(:hover) h1 {
  color: #0e2d52;
}

a.atmc-link-default:not(:hover) h2 {
  color: #0e2d52;
}

a.atmc-link-default:not(:hover) h3 {
  color: #0e2d52;
}

a.atmc-link-default:not(:hover) h4 {
  color: #0e2d52;
}

a.atmc-link-default:not(:hover) h5 {
  color: #333;
}

a.atmc-link-default:not(:hover) h6 {
  color: #85868c;
}

a:hover * {
  color: inherit;
}

.atmc-link {
  font-weight: bold;
  color: #5EB3E4;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* Headings */
h1,
.atmc-h1,
h2,
.atmc-h2,
h3,
.atmc-h3,
h4,
.atmc-h4,
h5,
.atmc-h5,
h6,
.atmc-h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.1;
  word-break: break-word;
}

.widget-type-rich_text *+h1,
.widget-type-rich_text *+h2,
.widget-type-rich_text *+h3,
.widget-type-rich_text *+h4,
.widget-type-rich_text *+h5,
.widget-type-rich_text *+h6 {
  margin-top: 2.25rem;
}

h1,
.atmc-h1 {
  font-size: 3.7222222222222223rem;
  font-style: normal;
  font-weight: 700;
  font-family: Roboto;
  color: #0e2d52;

  text-decoration: none;

}

h2,
.atmc-h2 {
  font-size: 2.8333333333333335rem;
  font-style: normal;
  font-weight: 700;
  font-family: Roboto;
  color: #0e2d52;

  text-decoration: none;

}

h3,
.atmc-h3 {
  font-size: 1.8888888888888888rem;
  font-style: normal;
  font-weight: 700;
  font-family: Roboto;
  color: #0e2d52;

  text-decoration: none;

}

h4,
.atmc-h4 {
  font-size: 1.6111111111111112rem;
  font-style: normal;
  font-weight: 700;
  font-family: Roboto;
  color: #0e2d52;

  text-decoration: none;

}

h5,
.atmc-h5 {
  font-size: 1.3888888888888888rem;
  font-style: normal;
  font-weight: 700;
  font-family: Roboto;
  color: #333;

  text-decoration: none;

}

h6,
.atmc-h6 {
  font-size: 1.2222222222222223rem;
  font-style: normal;
  font-weight: normal;
  font-family: Roboto;
  color: #85868c;

  text-decoration: none;

}

.text-base *:not(a),
.text-primary *:not(a),
.text-secondary *:not(a),
.text-warning *:not(a),
.text-danger *:not(a),
.text-success *:not(a),
.text-white *:not(a),
.text-dark *:not(a),
.text-gray *:not(a),
.text-lightgray *:not(a),
.text-light *:not(a) {
  color: inherit;
}

/* .text-white a:visited {
	color: inherit;
} */

.atmc-l {
  font-size: 3rem;
  line-height: 1;
}

.atmc-xl {
  font-size: 4rem;
  line-height: 1;
}

.atmc-xxl {
  font-size: 6rem;
  line-height: 1;
}

@media (max-width: 767px) {

  h1,
  .atmc-h1 {
    font-size: 24px;
  }

  h2,
  .atmc-h2 {
    font-size: 22px;
  }

  h3,
  .atmc-h3 {
    font-size: 20px;
  }

  h4,
  .atmc-h4 {
    font-size: 18px;
  }

  h5,
  .atmc-h5 {
    font-size: 16px;
  }

  .atmc-l {
    font-size: 1.5rem;
  }

  .atmc-xl {
    font-size: 2rem;
  }

  .atmc-xxl {
    font-size: 3rem;
  }
}

strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

.widget-type-rich_text ul,
.widget-type-rich_text ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
}

.widget-type-rich_text ul {}

.widget-type-rich_text ol {
  counter-reset: item;
}

.widget-type-rich_text ul li,
.widget-type-rich_text ol li {
  line-height: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.widget-type-rich_text ul li:before {
  content: "";
  position: absolute;
  top: .45rem;
  left: 0;
  width: .75rem;
  height: .75rem;
  background: #00A994;
  border-radius: 50%;
}

.widget-type-rich_text ol li {
  counter-increment: item;
}

.widget-type-rich_text ol li:before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5rem;
  color: #00A994;
  font-weight: bold;
}

.widget-type-rich_text ul li+li,
.widget-type-rich_text ol li+li {
  margin-top: .75rem;
}

.widget-type-rich_text ul ul,
.widget-type-rich_text ol ul,
.widget-type-rich_text ul ol,
.widget-type-rich_text ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  overflow-x: scroll;
}

.atmc-cap {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: .75rem;
  opacity: .8;
}

.atmc-dropcap:first-letter {
  font-size: 3.5rem;
  margin-right: .35rem;
  float: left;
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
}

.text-default {
  color: inherit;
}

/* -------
 * Headline Styles 
 * ------------------- */

/* Headline 01 */
.atmc-headline-01 strong {
  background: linear-gradient(transparent calc(100% - .4em), #5EB3E4 .4em);
}

.atmc-headline-01-primary strong {
  background: linear-gradient(transparent calc(100% - .4em), #abadab .4em);
}

.atmc-headline-01-secondary strong {
  background: linear-gradient(transparent calc(100% - .4em), #00A994 .4em);
}

.atmc-headline-01-base strong {
  background: linear-gradient(transparent calc(100% - .4em), #0E2D52 .4em);
}

.atmc-headline-01-danger strong {
  background: linear-gradient(transparent calc(100% - .4em), #FF695B .4em);
}

.atmc-headline-01-warning strong {
  background: linear-gradient(transparent calc(100% - .4em), #FFBE4F .4em);
}

.atmc-headline-01-success strong {
  background: linear-gradient(transparent calc(100% - .4em), #3DCC79 .4em);
}

.atmc-headline-01-gray strong {
  background: linear-gradient(transparent calc(100% - .4em), #9BAEBC .4em);
}

.atmc-headline-01-lightgray strong {
  background: linear-gradient(transparent calc(100% - .4em), #edf0f2 .4em);
}

.atmc-headline-01-light strong {
  background: linear-gradient(transparent calc(100% - .4em), #fafafa .4em);
}

.atmc-headline-01-white strong {
  background: linear-gradient(transparent calc(100% - .4em), .4em);
}

.atmc-headline-01-dark strong {
  background: linear-gradient(transparent calc(100% - .4em), #384955 .4em);
}

/* Headline 02 */
.atmc-headline-02 {
  position: relative;
}

.atmc-headline-02:before {
  content: "";
  width: 3rem;
  height: .25em;
  background: #5EB3E4;
  position: absolute;
  top: .5em;
  right: calc(100% + .5rem);
}

.atmc-headline-02-primary:before {
  background: #5EB3E4;
}

.atmc-headline-02-secondary:before {
  background: #00A994;
}

.atmc-headline-02-base:before {
  background: #0E2D52;
}

.atmc-headline-02-danger:before {
  background: #FF695B;
}

.atmc-headline-02-success:before {
  background: #3DCC79;
}

.atmc-headline-02-warning:before {
  background: #FFBE4F;
}

.atmc-headline-02-gray:before {
  background: #9BAEBC;
}

.atmc-headline-02-lightgray:before {
  background: #edf0f2;
}

.atmc-headline-02-light:before {
  background: #fafafa;
}

.atmc-headline-02-white:before {
  background: ;
}

.atmc-headline-02-dark:before {
  background: #384955;
}

.atmc-headline-02.text-right:before {
  left: calc(100% + .5rem);
  right: auto;
}

/* Headline 03 */
.atmc-headline-03 {
  position: relative;
  padding-bottom: 1rem;
}

.atmc-headline-03:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 6px;
  background-color: white;
  margin: 0;
}

.atmc-content-01.text-center .atmc-headline-03:after {
  right: 0;
  margin: auto;
}

.atmc-content-01.text-right .atmc-headline-03:after {
  right: 0;
  left: auto;
}

.atmc-headline-03-primary:after {
  background-color: white;
}

.atmc-headline-03-secondary:after {
  background-color: #00A994;
}

.atmc-headline-03-base:after {
  background-color: #0E2D52;
}

.atmc-headline-03-danger:after {
  background-color: #FF695B;
}

.atmc-headline-03-warning:after {
  background-color: #FFBE4F;
}

.atmc-headline-03-success:after {
  background-color: #3DCC79;
}

.atmc-headline-03-gray:after {
  background-color: #9BAEBC;
}

.atmc-headline-03-lightgray:after {
  background-color: #edf0f2;
}

.atmc-headline-03-light:after {
  background-color: #fafafa;
}

.atmc-headline-03-white:after {
  background-color: ;
}

.atmc-headline-03-dark:after {
  background-color: #384955;
}

.atmc-headline-03.text-center:after {
  left: 0;
  right: 0;
  margin: auto;
}

.atmc-headline-03.text-right:after {
  left: auto;
  right: 0;
  margin: 0;
}

/* Headline 04 */
.atmc-headline-04 strong {
  background: linear-gradient(transparent calc(100% - .1em), #5EB3E4 .4em);
}

.atmc-headline-04-primary strong {
  background: linear-gradient(transparent calc(100% - .1em), #5EB3E4 .4em);
}

.atmc-headline-04-secondary strong {
  background: linear-gradient(transparent calc(100% - .1em), #00A994 .4em);
}

.atmc-headline-04-base strong {
  background: linear-gradient(transparent calc(100% - .1em), #0E2D52 .4em);
}

.atmc-headline-04-danger strong {
  background: linear-gradient(transparent calc(100% - .1em), #FF695B .4em);
}

.atmc-headline-04-warning strong {
  background: linear-gradient(transparent calc(100% - .1em), #FFBE4F .4em);
}

.atmc-headline-04-success strong {
  background: linear-gradient(transparent calc(100% - .1em), #3DCC79 .4em);
}

.atmc-headline-04-gray strong {
  background: linear-gradient(transparent calc(100% - .1em), #9BAEBC .4em);
}

.atmc-headline-04-lightgray strong {
  background: linear-gradient(transparent calc(100% - .1em), #edf0f2 .4em);
}

.atmc-headline-04-light strong {
  background: linear-gradient(transparent calc(100% - .1em), #fafafa .4em);
}

.atmc-headline-04-white strong {
  background: linear-gradient(transparent calc(100% - .1em), .4em);
}

.atmc-headline-04-dark strong {
  background: linear-gradient(transparent calc(100% - .1em), #384955 .4em);
}

/* Headline 05 */
.atmc-headline-05 {
  padding-left: .75rem;
  border-left: .75rem solid #5EB3E4;
}

.atmc-headline-05.text-right {
  padding-right: .75rem;
  border-left: 0;
  padding-left: 0;
  border-right: .75rem solid #5EB3E4;
}

.atmc-headline-05-primary {
  border-color: #5EB3E4;
}

.atmc-headline-05-secondary {
  border-color: #00A994;
}

.atmc-headline-05-base: {
  border-color: #0E2D52;
}

.atmc-headline-05-danger {
  border-color: #FF695B;
}

.atmc-headline-05-warning {
  border-color: #FFBE4F;
}

.atmc-headline-05-success {
  border-color: #3DCC79;
}

.atmc-headline-05-gray {
  border-color: #9BAEBC;
}

.atmc-headline-05-lightgray {
  border-color: #edf0f2;
}

.atmc-headline-05-light {
  border-color: #fafafa;
}

.atmc-headline-05-white {
  border-color: ;
}

.atmc-headline-05-dark {
  border-color: #384955;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {}

/* TODO */
mark {}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}


/* Quotes */
.atmc-quote-01 {
  position: relative;
}

.atmc-quote-01:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  font-size: 5rem;
  color: inherit;
  opacity: .2;
  z-index: inherit;
  top: -3rem;
  left: -3rem;
}

.atmc-quote-01>div {
  position: relative;
}


.atmc-quote-02 {
  position: relative;
}

.atmc-quote-02:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  font-size: 5rem;
  color: inherit;
  opacity: .2;
  z-index: inherit;
  top: -3rem;
  left: -3rem;
}

.atmc-quote-02:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  font-size: 5rem;
  color: inherit;
  opacity: .2;
  z-index: inherit;
  bottom: -3rem;
  right: -1rem;
}

.atmc-quote-01>div {
  position: relative;
}

.atmc-color-base,
.atmc-color-base *:not(.atmc-btn) {
  color: #0E2D52;
}

.atmc-color-primary,
.atmc-color-primary *:not(.atmc-btn) {
  color: #5EB3E4;
}

.atmc-color-secondary,
.atmc-color-secondary *:not(.atmc-btn) {
  color: #00A994;
}

.atmc-color-warning,
.atmc-color-warning *:not(.atmc-btn) {
  color: #FFBE4F;
}

.atmc-color-danger,
.atmc-color-danger *:not(.atmc-btn) {
  color: #FF695B;
}

.atmc-color-success,
.atmc-color-success *:not(.atmc-btn) {
  color: #3DCC79;
}

.atmc-color-gray,
.atmc-color-gray *:not(.atmc-btn) {
  color: #9BAEBC;
}

.atmc-color-lightgray,
.atmc-color-lightgray *:not(.atmc-btn) {
  color: #edf0f2;
}

.atmc-color-light,
.atmc-color-light *:not(.atmc-btn) {
  color: #fafafa;
}

.atmc-color-dark,
.atmc-color-dark *:not(.atmc-btn) {
  color: #384955;
}


.atmc-color-white,
.atmc-color-white *:not(.atmc-btn) {
  color: #fff;
}

.atmc-color-primary200 {
  color: #f4ffff;
}

.atmc-color-primary300 {
  color: #c2ffff;
}

.atmc-color-primary400 {
  color: #90e5ff;
}

.atmc-color-primary500 {
  color: #5EB3E4;
}

.atmc-color-primary600 {
  color: #2c81b2;
}

.atmc-color-primary700 {
  color: #004f80;
}

.atmc-color-primary800 {
  color: #001d4e;
}

.atmc-color-primary900 {
  color: #00001c;
}

.atmc-color-secondary200 {
  color: #96ffff;
}

.atmc-color-secondary300 {
  color: #64fff8;
}

.atmc-color-secondary400 {
  color: #32dbc6;
}

.atmc-color-secondary500 {
  color: #00A994;
}

.atmc-color-secondary600 {
  color: #007762;
}

.atmc-color-secondary700 {
  color: #004530;
}

.atmc-color-secondary800 {
  color: #001300;
}

.atmc-color-secondary900 {
  color: #000000;
}

.atmc-color-gray200 {
  color: #ffffff;
}

.atmc-color-gray300 {
  color: #ffffff;
}

.atmc-color-gray400 {
  color: #cde0ee;
}

.atmc-color-gray500 {
  color: #9BAEBC;
}

.atmc-color-gray600 {
  color: #697c8a;
}

.atmc-color-gray700 {
  color: #374a58;
}

.atmc-color-gray800 {
  color: #051826;
}

.atmc-color-gray900 {
  color: #000000;
}


/* Icon Fill Colors */
.atmc-icon-base svg {
  fill: #0E2D52;
}

.atmc-icon-primary svg {
  fill: #5EB3E4;
}

.atmc-icon-secondary svg {
  fill: #00A994;
}

.atmc-icon-danger svg {
  fill: #FF695B;
}

.atmc-icon-warning svg {
  fill: #FFBE4F;
}

.atmc-icon-success svg {
  fill: #3DCC79;
}

.atmc-icon-gray svg {
  fill: #9BAEBC;
}

.atmc-icon-lightgray svg {
  fill: #edf0f2;
}

.atmc-icon-light svg {
  fill: #fafafa;
}

.atmc-icon-dark svg {
  fill: #384955;
}

.atmc-icon-white svg {
  fill: #fff;
}

.atmc-bg-primary200 {
  background-color: #f4ffff;
}

.atmc-bg-primary300 {
  background-color: #c2ffff;
}

.atmc-bg-primary400 {
  background-color: #90e5ff;
}

.atmc-bg-primary500 {
  background-color: #5EB3E4;
}

.atmc-bg-primary600 {
  background-color: #2c81b2;
}

.atmc-bg-primary700 {
  background-color: #004f80;
}

.atmc-bg-primary800 {
  background-color: #001d4e;
}

.atmc-bg-primary900 {
  background-color: #00001c;
}

.atmc-bg-secondary200 {
  background-color: #96ffff;
}

.atmc-bg-secondary300 {
  background-color: #64fff8;
}

.atmc-bg-secondary400 {
  background-color: #32dbc6;
}

.atmc-bg-secondary500 {
  background-color: #00A994;
}

.atmc-bg-secondary600 {
  background-color: #007762;
}

.atmc-bg-secondary700 {
  background-color: #004530;
}

.atmc-bg-secondary800 {
  background-color: #001300;
}

.atmc-bg-secondary900 {
  background-color: #000000;
}

.atmc-bg-gray200 {
  background-color: #ffffff;
}

.atmc-bg-gray300 {
  background-color: #ffffff;
}

.atmc-bg-gray400 {
  background-color: #cde0ee;
}

.atmc-bg-gray500 {
  background-color: #9BAEBC;
}

.atmc-bg-gray600 {
  background-color: #697c8a;
}

.atmc-bg-gray700 {
  background-color: #374a58;
}

.atmc-bg-gray800 {
  background-color: #051826;
}

.atmc-bg-gray900 {
  background-color: #000000;
}


/* Background Gradients */
.bg-gradient {
  background: linear-gradient(210.53deg, #384955 0%, #5EB3E4 100%), #5EB3E4;
}

/* Background Patterns */
.atmc-bg-pattern {
  background-image: url(https://5712527.fs1.hubspotusercontent-na1.net/hubfs/5712527/Atomic/pattern.png);
  background-repeat: repeat;
}


/* Hero */
.atmc-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
}

/* ----------- Decoration ---------- */

.atmc-decoration-01 {
  position: relative;
}

.atmc-decoration-01>* {
  position: relative;
}

.atmc-decoration-01:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5EB3E4;
  background-image: url(https://5712527.fs1.hubspotusercontent-na1.net/hubfs/5712527/Atomic/pattern.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -2em;
  left: -2em;
  opacity: 1;
}

.dnd-section {
  padding: 2.5925925925925926rem 20px;
  position: relative;
}

@media (min-width: 768px) {
  .dnd-section {
    padding: 3.888888888888889rem 20px;
  }
}

@media (min-width:992px) {
  .dnd-section {
    padding: 5.6rem 60px;
  }
}

@media (min-width: 1440px) {
  .dnd-section {
    padding: 5.6rem 60px;
  }
}

@media (min-width: 1680px) {
  .dnd-section {
    padding: 7.777777777777778rem 60px;
  }
}

.dnd-section>.row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-row+.dnd-row {
  margin-top: 1.5rem;
}

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dnd-section .dnd-row+.dnd-row,
  .dnd-section .dnd-module+.dnd-module,
  .dnd-section .dnd-column+.dnd-column,
  .dnd-section .dnd-column+.dnd-module,
  .dnd-section .dnd-module+.dnd-column {
    margin-top: 1.5rem;
  }
}

/*  

form_header_background       
form_header_text_color       
form_background_color     

form_border_color            
form_label_color      

form_field_background_color
form_field_border_color      
form_field_focus_border_color
form_button_text_color       
form_button_background_color 

*/


.widget-type-form .form-title {
  background: #384955;
  padding: 2rem;
  border-radius: 4px;
  margin-bottom: 0;
  color: #0E2D52;
}

.widget-type-form form {
  padding: 2rem;
  background: #fffffe;
  border: 1px solid #fafafa;
}

.hs-form label {
  font-size: .75rem;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
  color: #0E2D52;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #FF695B;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hs-input,
.hs-search-field__input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2rem;
  color: #0E2D52;
  background-color: #fafafa;
  border: 1px solid #dddde4;
  box-sizing: border-box;
  border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem !important;
  height: 1rem !important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #9BAEBC;
  outline: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #5EB3E4 !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-form select option {
  color: #0E2D52 !important;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.hs-input:focus,
.hs-search-field__input:focus {
  outline: none;
  border-color: #00A994;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input[type="submit"] {
  background: #5EB3E4 !important;
  color: #fffffe !important;
  border: none !important;
}

fieldset {
  max-width: none !important;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #FF695B;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #FF695B;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list>li+li {
  padding-top: 2px;
}

.inputs-list label>input,
.inputs-list label>span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 1.25rem;
}

.hs-field-desc {
  color: #9BAEBC;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #FF695B;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {

  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }

  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }

  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {}


.hubspot-link__container {
  display: none;
}

.grecaptcha-badge {
  margin: 0;
}

/* GDPR */
.legal-consent-container label {
  font-size: initial;
}

.legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0.25rem !important;
}

/* Form No Labels */
.form-no-labels form.hs-form .hs-fieldtype-text>label,
.form-no-labels form.hs-form .hs-fieldtype-textarea>label,
.form-no-labels form.hs-form .hs-fieldtype-selec>label {
  display: none !important;
}

/* Fullwidth Button */
.atmc-form-btn-fullwidth form .hs_submit input {
  width: 100%;
}

/* ==========================================================================
   Multi column 
   ========================================================================== */

form.hs-form fieldset {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

form.hs-form fieldset .field {
  padding-left: .5rem;
  padding-right: .5rem;
}

form.hs-form fieldset .input {
  margin-right: 0 !important;
}

/* Columns */
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.333333%;
}

/* ==========================================================================
   White Form
   ========================================================================== */

.atmc-form-white .hs-form label {
  color: #fff;
}

.atmc-form-white .hs-form .hs-richtext,
.atmc-form-white .hs-form .hs-richtext * {
  color: #fff;
}

.atmc-form-white .hs-error-msgs label {
  color: #FFBE4F;
}

.atmc-form-white .hs-input,
.atmc-form-white .hs-search-field__input {
  box-sizing: border-box;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
}

.atmc-form-white .hs-form input[type="submit"] {
  background: #5EB3E4 !important;
  color: #fff !important;
}

/* Buttons */
.atmc-btn,
.hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;

  font-weight: bold;

  font-size: 1rem;
  padding: .75rem 1rem;
  letter-spacing: 0.05px;
  line-height: 1;
  white-space: initial;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: 4px;
  border: 2px solid;
  user-select: none;


  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.atmc-btn:hover,
.hs-button:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

.atmc-btn-cta {
  display: inline-block;
}


@media (min-width: 768px) {
  .hs_cos_wrapper_type_cta+.hs_cos_wrapper_type_cta {
    margin-left: .75rem;
  }
}

/* ------------- Button Sizes -------------- */

.atmc-btn-s {
  font-size: .875rem;
  padding: .5rem .625rem;
}

.atmc-btn-m {
  font-size: 1rem;
  padding: .75rem 1rem;
}

.atmc-btn-l {
  font-size: 1.25rem;
  padding: .9375rem 1.875rem;
}

/* ------------- Button Styles -------------- */

/* Button Primary */
.atmc-btn-primary,
.hs-button {
  color: #fff !important;
  background: #abadab !important;
  border-color: #abadab !important;
}

.atmc-btn-primary:hover,
.hs-button:hover {
  background: #6d6e6d !important;
  border-color: #abadab !important;
}

.atmc-btn-primary:focus,
.atmc-btn-primary:visited {
  color: #fff !important;
}



/* Button Outline Primary */
.atmc-btn-outline-primary {
  color: #5EB3E4 !important;
  background: none !important;
  border-color: #5EB3E4;
}

.atmc-btn-outline-primary:hover {
  color: #fff !important;
  background: #5EB3E4 !important;
}

.atmc-btn-outline-primary.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-primary.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Secondary */
.atmc-btn-secondary {
  color: #fff !important;
  background: #00A994 !important;
  border-color: #00A994;
}

.atmc-btn-secondary:hover {
  background: #5EB3E4 !important;
  border-color: #5EB3E4;
}

.atmc-btn-secondary:focus {
  color: #fff !important;
}

/* Button Outline Secondary */
.atmc-btn-outline-secondary {
  color: #00A994 !important;
  background: none !important;
  border-color: #00A994;
}

.atmc-btn-outline-secondary:hover {
  color: #fff !important;
  background: #00A994 !important;
}

.atmc-btn-outline-secondary.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-secondary.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button White */
.atmc-btn-white {
  color: #5EB3E4 !important;
  background: #fff !important;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.atmc-btn-white:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline White */
.atmc-btn-outline-white {
  color: #fff !important;
  background: none !important;
  border-color: #fff;
}

.atmc-btn-outline-white:hover {
  color: #0E2D52 !important;
  background: #fff !important;
}

.atmc-btn-outline-white.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #0E2D52;
}

.atmc-btn-outline-white.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #0E2D52;
}

/* Button White */
.atmc-btn-dark {
  color: #fff !important;
  background: #384955 !important;
  border-color: #384955;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.atmc-btn-dark:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline White */
.atmc-btn-outline-dark {
  color: #384955 !important;
  background: none !important;
  border-color: #384955;
}

.atmc-btn-outline-dark:hover {
  color: #fff !important;
  background: #384955 !important;
}

.atmc-btn-outline-dark.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-dark.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Base */
.atmc-btn-base {
  color: #fff !important;
  background: #0E2D52 !important;
  border-color: #0E2D52;
}

.atmc-btn-base:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Base */
.atmc-btn-outline-base {
  color: #0E2D52 !important;
  background: none !important;
  border-color: #0E2D52;
}

.atmc-btn-outline-base:hover {
  color: #fff !important;
  background: #0E2D52 !important;
}

.atmc-btn-outline-base.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-base.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Danger */
.atmc-btn-danger {
  color: #fff !important;
  background: #FF695B !important;
  border-color: #FF695B;
}

.atmc-btn-danger:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Base */
.atmc-btn-outline-danger {
  color: #FF695B !important;
  background: none !important;
  border-color: #FF695B;
}

.atmc-btn-outline-danger:hover {
  color: #fff !important;
  background: #FF695B !important;
}

.atmc-btn-outline-danger.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-danger.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Warning */
.atmc-btn-warning {
  color: #fff !important;
  background: #FFBE4F !important;
  border-color: #FFBE4F;
}

.atmc-btn-warning:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Warning */
.atmc-btn-outline-warning {
  color: #FFBE4F !important;
  background: none !important;
  border-color: #FFBE4F;
}

.atmc-btn-outline-warning:hover {
  color: #fff !important;
  background: #FFBE4F !important;
}

.atmc-btn-outline-warning.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-warning.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Success */
.atmc-btn-success {
  color: #fff !important;
  background: #3DCC79 !important;
  border-color: #3DCC79;
}

.atmc-btn-success:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Success */
.atmc-btn-outline-success {
  color: #3DCC79 !important;
  background: none !important;
  border-color: #3DCC79;
}

.atmc-btn-outline-success:hover {
  color: #fff !important;
  background: #3DCC79 !important;
}

.atmc-btn-outline-success.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-success.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Gray */
.atmc-btn-gray {
  color: #fff !important;
  background: #9BAEBC !important;
  border-color: #9BAEBC;
}

.atmc-btn-gray:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Gray */
.atmc-btn-outline-gray {
  color: #9BAEBC !important;
  background: none !important;
  border-color: #9BAEBC;
}

.atmc-btn-outline-gray:hover {
  color: #fff !important;
  background: #9BAEBC !important;
}

.atmc-btn-outline-gray.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #fff;
}

.atmc-btn-outline-gray.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #fff;
}

/* Button Light Gray */
.atmc-btn-lightgray {
  color: #0E2D52 !important;
  background: #edf0f2 !important;
  border-color: #edf0f2;
}

.atmc-btn-lightgray:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Light Gray */
.atmc-btn-outline-lightgray {
  color: #edf0f2 !important;
  background: none !important;
  border-color: #edf0f2;
}

.atmc-btn-outline-lightgray:hover {
  color: #0E2D52 !important;
  background: #edf0f2 !important;
}

.atmc-btn-outline-lightgray.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #0E2D52;
}

.atmc-btn-outline-lightgray.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #0E2D52;
}

/* Button Light */
.atmc-btn-light {
  color: #0E2D52 !important;
  background: #fafafa !important;
  border-color: #fafafa;
}

.atmc-btn-light:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Button Outline Light */
.atmc-btn-outline-light {
  color: #fafafa !important;
  background: none !important;
  border-color: #fafafa;
}

.atmc-btn-outline-light:hover {
  color: #0E2D52 !important;
  background: #fafafa !important;
}

.atmc-btn-outline-light.atmc-btn-icon:hover .atmc-btn-icon_icon {
  border-color: #0E2D52;
}

.atmc-btn-outline-light.atmc-btn-icon:hover .atmc-btn-icon_icon svg {
  fill: #0E2D52;
}


/* ----
 * Button Icon 
 * ---------------- */
.atmc-btn.atmc-btn-icon {
  position: relative;
}

.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Position */
.atmc-btn-icon_front .atmc-btn-icon_icon {
  right: auto;
  left: 0;
}

/* Width */
.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon {
  width: 3rem;
}

.atmc-btn.atmc-btn-icon.atmc-btn-s .atmc-btn-icon_icon {
  width: 2.5rem;
}

.atmc-btn.atmc-btn-icon.atmc-btn-l .atmc-btn-icon_icon {
  width: 4rem;
}

/* Padding */
.atmc-btn.atmc-btn-icon_front {
  padding-left: 4rem;
}

.atmc-btn.atmc-btn-icon_back {
  padding-right: 4rem;
}

.atmc-btn-l.atmc-btn-icon_front {
  padding-left: 5.875rem;
}

.atmc-btn-l.atmc-btn-icon_back {
  padding-right: 5.875rem;
}

.atmc-btn-s.atmc-btn-icon_front {
  padding-left: 3.1125rem;
}

.atmc-btn-s.atmc-btn-icon_back {
  padding-right: 3.1125rem;
}

.atmc-btn.atmc-btn-icon .atmc-btn-icon_icon svg {
  height: 1.5rem;
}

.atmc-btn.atmc-btn-s.atmc-btn-icon {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.atmc-btn.atmc-btn-s.atmc-btn-icon svg {
  height: 1rem;
}

.atmc-btn.atmc-btn-l.atmc-btn-icon {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.atmc-btn.atmc-btn-l.atmc-btn-icon svg {
  height: 2rem;
}

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover>a,
.hs-menu-item:focus>a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



.atmc-inline-menu {}

.atmc-inline-menu .hs-menu-item a {
  padding: 0;
  color: inherit;
}

.atmc-inline-menu .hs-menu-item a:hover {
  color: #5EB3E4;
}

.atmc-inline-menu .hs-menu-item+.hs-menu-item {
  margin-left: 1rem;
}

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody+tbody {
  border-top: 2px solid #dee2e6;
}

/* Shadows */
.atmc-shadow {
  box-shadow: 0px 30px 2.2rem rgba(0, 0, 0, .09);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .15)
}

.atmc-hover-shadow:hover {
  transition: all ease-in-out 200ms;
  box-shadow: 0px 30px 2.2rem rgba(0, 0, 0, .09);
}

/* Radius */
.atmc-border-radius {
  border-radius: 4px;
  overflow: hidden;
}

.atmc-alert-base {
  background: #0E2D52;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-primary {
  background: #5EB3E4;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-secondary {
  background: #00A994;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-danger {
  background: #FF695B;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-warning {
  background: #FFBE4F;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-success {
  background: #3DCC79;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-light {
  background: #fafafa;
  color: #0E2D52;
  padding: 1rem;
}

.atmc-alert-lightgray {
  background: #edf0f2;
  color: #0E2D52;
  padding: 1rem;
}

.atmc-alert-gray {
  background: #9BAEBC;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-dark {
  background: #384955;
  color: #fff;
  padding: 1rem;
}

.atmc-alert-white {
  background: #fff;
  color: #0E2D52;
  padding: 1rem;
}

.stretched-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* ----------------- Header Skip ----------------- */
a.header_skip {
  position: absolute;
  top: 0;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 1rem;
  background-color: #5EB3E4;
  color: #fff;
  z-index: 100;
}

a.header_skip:active,
a.header_skip:focus,
a.header_skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/* ----------------- Full Height ----------------- */
@media (min-width:768px) {
  .atmc-full-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - var(--header-height));
  }

  .atmc-body-header-transparent .atmc-full-height {
    min-height: 100vh;
  }
}

/* ----------------- Cards ----------------- */
.atmc-card {
  border-radius: 4px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 3rem;
  margin: .75rem 0;
}

.atmc-card_header {
  margin: -3rem -3rem 3rem;
  padding: 3rem;
  border-bottom: 1px solid #edf0f2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.atmc-card_footer {
  margin: 3rem -3rem -3rem;
  padding: 3rem;
  background-color: #fafafa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 768px) {
  .atmc-card {
    margin: 0;
  }
}

/* ----------------- Video Background ----------------- */
.atmc-video-parent {
  z-index: 2;
}

.atmc-video-parent>.row-fluid {
  position: relative;
  z-index: 5;
}

.atmc-hero-video {
  z-index: 1 !important;
}

.atmc-section-video {
  z-index: 0 !important;
}

.atmc-section-video video {
  z-index: inherit !important;
  min-width: 100%;
}

/* Video background with overlay */
.atmc-overlay-parent .atmc-section-video {
  z-index: -3 !important;
}

/* Safari media query */
_::-webkit-full-page-media,
_:future,
:root .atmc-section-video video {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ----------------- Images + Iframes ---------------- */
img {
  height: auto;
}

.atmc-ratio-1-1:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
}

.atmc-ratio-3-2:before {
  content: "";
  display: block;
  padding-bottom: 67.67%;
  position: relative;
}

.atmc-ratio-4-3:before {
  content: "";
  display: block;
  padding-bottom: 75%;
  position: relative;
}

.atmc-ratio-16-9:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
  position: relative;
}

.atmc-ratio-19-10:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}

/* ----------------- Magnific Popup ---------------- */

/**
 * Fade-zoom animation for first dialog
 */

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 800px;
  margin: 1.5rem auto;
}

/* start state */
.my-mfp-zoom-in .atmc-popup-wrapper {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .atmc-popup-wrapper {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .atmc-popup-wrapper {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Overwrite */
.mfp-close-btn-in .mfp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary);
  width: 44px !important;
  padding: 0 !important;
  opacity: 1;
  color: #fff !important;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.mfp-image-holder .mfp-close {
  top: 40px !important;
  right: 0 !important;
}

.mfp-close-btn-in .mfp-close:hover {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.atmc-popup-shadow {
  box-shadow: 2px 10px 60px rgba(0, 0, 0, 0.35);
}

.mfp-bg {
  background-color: #fff !important;
  opacity: 0.5 !important;
}

body.magnific-popup-open .body-container-wrapper {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}






/* ----------------- Scroll to ----------------- */
.atmc-scroll-to {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 20px;
  height: 35px;
  margin: auto;
  text-align: center;
  border: 2px solid #384955;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 5;
  transition: 0.2s ease;
}

.atmc-scroll-to:hover {
  opacity: 1;
  transform: scale(1.02);
}

.atmc-scroll-to:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #384955;
  border-radius: 100%;
  margin: auto;
  animation: atmcScrollToAnimation 2s infinite;
}

.atmc-scroll-to:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  margin: auto;
  width: 2px;
  height: 12px;
  opacity: .5;
  background-color: #384955;
}

/* White */
.atmc-scroll-to-white {
  border: 2px solid #fff;
}

.atmc-scroll-to-white:before {
  background-color: #fff;
}

.atmc-scroll-to-white:after {
  background-color: #fff;
}

/* Animation */
@keyframes atmcScrollToAnimation {
  0% {
    top: 7px;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 7px;
  }
}


/* ----------------- Decorations ----------------- */

.atmc-decoration-01-left {
  position: relative;
}

.atmc-decoration-01-left:before {
  content: "";
  width: 50vw;
  position: absolute;
  background: #5EB3E4;
  opacity: .4;
  height: 100%;
  right: 50%;
  left: auto;
  top: 0;
  margin: auto;
}

.atmc-decoration-01-left>* {
  position: relative;
}

.atmc-decoration-01-right {
  position: relative;
}

.atmc-decoration-01-right:before {
  content: "";
  width: calc(50vw - 50%);
  position: absolute;
  background: #5EB3E4;
  opacity: .4;
  height: 100%;
  left: 50%;
  right: auto;
  top: 0;
  z-index: 0;
}

.atmc-decoration-01-right>* {
  position: relative;
}


/* ----------------- Social Icons ---------------- */

/* 
 * Social Sizes
 */
.atmc-social-links-01 {
  margin: -.5rem;
}

.atmc-social {
  height: 2.5rem;
  width: 2.5rem;
  margin: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-social svg {
  height: 1rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* @media (min-width: 768px) {
	.ds\:flex-col .atmc-social-01-wrapper  + .atmc-social-01-wrapper {
		margin-top: 1rem;
		margin-left: 0;
	}
} */

/* 
 * Social Colors
 */

.atmc-social-facebook svg {
  fill: #3b5998 !important;
}

.atmc-social-twitter svg {
  fill: #00acee !important;
}

.atmc-social-linkedin svg {
  fill: #0e76a8 !important;
}

.atmc-social-pinterest svg {
  fill: #c8232c !important;
}

/* 
 * Social Styles
 */

/* Social 01 */
.atmc-social-01 {
  background: none !important;
  width: auto;
  height: auto;
}

/* Social Icons 02 */
.atmc-social-02 {
  border-radius: 4px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .15);
}

/* Social Icons 03 */
.atmc-social-03 {
  border-radius: 100%;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .15);
}

/* ----------------- Language Switcher ----------------- */
.atmc-header_language-switcher-label-current {
  display: none;
}


/* ----------------- Animation on Mobile ----------------- */

/* ----------------- Slick Styling ----------------- */

.atmc-slick,
.atmc-slider {
  opacity: 0;
  transition: opacity 200ms ease;
}

.atmc-slider {
  margin: 0 -.75rem;
}

.atmc-slider .slick-slide {
  padding: 0 .75rem;
}

.atmc-slider:not([data-slider-item]) {
  margin: 0;
}

.atmc-slider:not([data-slider-item]) .slick-slide {
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

.atmc-slider-white {}

.atmc-slider-center .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 3rem !important;
}

.slick-slider .slick-dots {
  bottom: -3rem;
}

.slick-slider .slick-dots button:before {
  display: none;
}

.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
}

.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  transform: rotateZ(45deg) scale(0.9);
  -webkit-transform: rotateZ(45deg) scale(0.9);
  opacity: 1;
  transition: 0.3s ease;
  background: #0E2D52;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  opacity: .7;
}

.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
  transform: rotateZ(45deg) scale(1.15);
  -webkit-transform: rotateZ(45deg) scale(1.15);
  position: relative;
}

.slick-slider .slick-dots li.slick-active button::after {
  content: "";
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.text-white .slick-dots li button {
  background-color: #fff;
}

.text-white .slick-dots li.slick-active button::after {
  background: #5EB3E4;
}

/* Arrows .atmc-slider-arrow-inside  */
.slick-next,
.slick-prev {
  width: auto !important;
  height: auto !important;
}

.slick-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 2rem;
  background: #5EB3E4;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  opacity: 1;
}

.slick-slider .slick-arrow:hover:before {
  background: #5EB3E4;
  color: #fff;
}

.slick-slider .slick-arrow.slick-prev {
  right: calc(100% - 5px);
  left: auto;
  z-index: 1;
}

.slick-slider .slick-arrow.slick-next {
  left: calc(100% - 5px);
  right: auto;
}

.slick-slider .slick-arrow.slick-prev:before {
  content: '\f104' !important;
}

.slick-slider .slick-arrow.slick-next:before {
  content: '\f105' !important;
}

@media (max-width: 767px) {

  .slick-next,
  .slick-prev {
    display: none
  }
}

@media (min-width:1440px) {
  .slick-slider .slick-arrow.slick-prev {
    right: calc(100%);
  }

  .slick-slider .slick-arrow.slick-next {
    left: calc(100%);
  }
}

/* Hero Banner */
.atmc-hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .6);
}

.atmc-overlay .atmc-container {
  position: relative;
  z-index: 5;
}

.atmc-parallax {
  background-attachment: inital;
}

@media (hover:hover) {
  .atmc-parallax {
    background-attachment: fixed;
  }
}

.atmc-hover-scaleup,
.atmc-hover-scaledown,
.atmc-hover-translateY {
  transition: all ease 200ms;
}

.atmc-hover-scaleup:hover {
  transform: scale(1.1);
}

.atmc-hover-scaledown:hover {
  transform: scale(.95);
}

.atmc-hover-translateY:hover {
  transform: translateY(-.27rem);
}

/* Disable animations in page editor */
body.hubspot-disable-focus-styles .sr-invisible {
  visibility: visible !important;
}

/* SR Animation */

.sr-invisible {
  visibility: hidden;
}

img {
  max-width: 100%;
}

/* Image Decoration 01 */
.atmc-image-decoration-01 {
  position: relative;
  display: inline-block;
}

.atmc-image-decoration-01:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 100%;
  height: 100%;
  background-color: #5EB3E4;
  z-index: 2;
}

.atmc-image-decoration-01 img {
  position: relative;
  z-index: 3;
}

/* Image Decoration 02 */
.atmc-image-decoration-02 {
  position: relative;
  display: inline-block;
}

.atmc-image-decoration-02:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 100%;
  height: 100%;
  border: 2px solid #5EB3E4;
  z-index: 2;
}

.atmc-image-decoration-02 img {
  position: relative;
  z-index: 3;
}

/* Image Decoration 03 */
.atmc-image-decoration-03 {
  position: relative;
  display: inline-block;
}

.atmc-image-decoration-03:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 100%;
  height: 100%;
  border: 1px solid #5EB3E4;
  transform: rotateZ(-5deg);
  z-index: 2;
}

.atmc-image-decoration-03 img {
  position: relative;
  z-index: 3;
}

.container {
  width: 100%
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.bg-fixed {
  background-attachment: fixed
}

.bg-local {
  background-attachment: local
}

.bg-scroll {
  background-attachment: scroll
}

.bg-base {
  background-color: #0E2D52
}

.bg-primary {
  background-color: #abadab
}

.bg-secondary {
  background-color: #00A994
}

.bg-white {
  background-color: #fff
}

.bg-danger {
  background-color: #FF695B
}

.bg-warning {
  background-color: #FFBE4F
}

.bg-success {
  background-color: #3DCC79
}

.bg-gray {
  background-color: #9BAEBC
}

.bg-lightgray {
  background-color: #edf0f2
}

.bg-light {
  background-color: #fafafa
}

.bg-dark {
  background-color: #384955
}

.hover\:bg-base:hover {
  background-color: #0E2D52
}

.hover\:bg-primary:hover {
  background-color: #5EB3E4
}

.hover\:bg-secondary:hover {
  background-color: #00A994
}

.hover\:bg-white:hover {
  background-color: #fff
}

.hover\:bg-danger:hover {
  background-color: #FF695B
}

.hover\:bg-warning:hover {
  background-color: #FFBE4F
}

.hover\:bg-success:hover {
  background-color: #3DCC79
}

.hover\:bg-gray:hover {
  background-color: #9BAEBC
}

.hover\:bg-lightgray:hover {
  background-color: #edf0f2
}

.hover\:bg-light:hover {
  background-color: #fafafa
}

.hover\:bg-dark:hover {
  background-color: #384955
}

.focus\:bg-base:focus {
  background-color: #0E2D52
}

.focus\:bg-primary:focus {
  background-color: #5EB3E4
}

.focus\:bg-secondary:focus {
  background-color: #00A994
}

.focus\:bg-white:focus {
  background-color: #fff
}

.focus\:bg-danger:focus {
  background-color: #FF695B
}

.focus\:bg-warning:focus {
  background-color: #FFBE4F
}

.focus\:bg-success:focus {
  background-color: #3DCC79
}

.focus\:bg-gray:focus {
  background-color: #9BAEBC
}

.focus\:bg-lightgray:focus {
  background-color: #edf0f2
}

.focus\:bg-light:focus {
  background-color: #fafafa
}

.focus\:bg-dark:focus {
  background-color: #384955
}

.bg-bottom {
  background-position: bottom
}

.bg-center {
  background-position: center
}

.bg-left {
  background-position: left
}

.bg-left-bottom {
  background-position: left bottom
}

.bg-left-top {
  background-position: left top
}

.bg-right {
  background-position: right
}

.bg-right-bottom {
  background-position: right bottom
}

.bg-right-top {
  background-position: right top
}

.bg-top {
  background-position: top
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-repeat-x {
  background-repeat: repeat-x
}

.bg-repeat-y {
  background-repeat: repeat-y
}

.bg-repeat-round {
  background-repeat: round
}

.bg-repeat-space {
  background-repeat: space
}

.bg-auto {
  background-size: auto
}

.bg-cover {
  background-size: cover
}

.bg-contain {
  background-size: contain
}

.border-collapse {
  border-collapse: collapse
}

.border-separate {
  border-collapse: separate
}

.border-base {
  border-color: #0E2D52
}

.border-primary {
  border-color: #5EB3E4
}

.border-secondary {
  border-color: #00A994
}

.border-white {
  border-color: #fff
}

.border-danger {
  border-color: #FF695B
}

.border-warning {
  border-color: #FFBE4F
}

.border-success {
  border-color: #3DCC79
}

.border-gray {
  border-color: #9BAEBC
}

.border-lightgray {
  border-color: #edf0f2
}

.border-light {
  border-color: #fafafa
}

.border-dark {
  border-color: #384955
}

.hover\:border-base:hover {
  border-color: #0E2D52
}

.hover\:border-primary:hover {
  border-color: #5EB3E4
}

.hover\:border-secondary:hover {
  border-color: #00A994
}

.hover\:border-white:hover {
  border-color: #fff
}

.hover\:border-danger:hover {
  border-color: #FF695B
}

.hover\:border-warning:hover {
  border-color: #FFBE4F
}

.hover\:border-success:hover {
  border-color: #3DCC79
}

.hover\:border-gray:hover {
  border-color: #9BAEBC
}

.hover\:border-lightgray:hover {
  border-color: #edf0f2
}

.hover\:border-light:hover {
  border-color: #fafafa
}

.hover\:border-dark:hover {
  border-color: #384955
}

.focus\:border-base:focus {
  border-color: #0E2D52
}

.focus\:border-primary:focus {
  border-color: #5EB3E4
}

.focus\:border-secondary:focus {
  border-color: #00A994
}

.focus\:border-white:focus {
  border-color: #fff
}

.focus\:border-danger:focus {
  border-color: #FF695B
}

.focus\:border-warning:focus {
  border-color: #FFBE4F
}

.focus\:border-success:focus {
  border-color: #3DCC79
}

.focus\:border-gray:focus {
  border-color: #9BAEBC
}

.focus\:border-lightgray:focus {
  border-color: #edf0f2
}

.focus\:border-light:focus {
  border-color: #fafafa
}

.focus\:border-dark:focus {
  border-color: #384955
}

.rounded-none {
  border-radius: 0
}

.rounded-sm {
  border-radius: 0.125rem
}

.rounded {
  border-radius: 0.25rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-tl-none {
  border-top-left-radius: 0
}

.rounded-tr-none {
  border-top-right-radius: 0
}

.rounded-br-none {
  border-bottom-right-radius: 0
}

.rounded-bl-none {
  border-bottom-left-radius: 0
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem
}

.rounded-tl {
  border-top-left-radius: 0.25rem
}

.rounded-tr {
  border-top-right-radius: 0.25rem
}

.rounded-br {
  border-bottom-right-radius: 0.25rem
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

.rounded-tl-full {
  border-top-left-radius: 9999px
}

.rounded-tr-full {
  border-top-right-radius: 9999px
}

.rounded-br-full {
  border-bottom-right-radius: 9999px
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-double {
  border-style: double
}

.border-none {
  border-style: none
}

.border-0 {
  border-width: 0
}

.border-2 {
  border-width: 2px
}

.border-3 {
  border-width: 3px
}

.border-4 {
  border-width: 4px
}

.border-5 {
  border-width: 5px
}

.border-6 {
  border-width: 6px
}

.border-7 {
  border-width: 7px
}

.border-8 {
  border-width: 8px
}

.border-9 {
  border-width: 9px
}

.border-10 {
  border-width: 10px
}

.border {
  border-width: 1px
}

.border-t-0 {
  border-top-width: 0
}

.border-r-0 {
  border-right-width: 0
}

.border-b-0 {
  border-bottom-width: 0
}

.border-l-0 {
  border-left-width: 0
}

.border-t-2 {
  border-top-width: 2px
}

.border-r-2 {
  border-right-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-2 {
  border-left-width: 2px
}

.border-t-3 {
  border-top-width: 3px
}

.border-r-3 {
  border-right-width: 3px
}

.border-b-3 {
  border-bottom-width: 3px
}

.border-l-3 {
  border-left-width: 3px
}

.border-t-4 {
  border-top-width: 4px
}

.border-r-4 {
  border-right-width: 4px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t-5 {
  border-top-width: 5px
}

.border-r-5 {
  border-right-width: 5px
}

.border-b-5 {
  border-bottom-width: 5px
}

.border-l-5 {
  border-left-width: 5px
}

.border-t-6 {
  border-top-width: 6px
}

.border-r-6 {
  border-right-width: 6px
}

.border-b-6 {
  border-bottom-width: 6px
}

.border-l-6 {
  border-left-width: 6px
}

.border-t-7 {
  border-top-width: 7px
}

.border-r-7 {
  border-right-width: 7px
}

.border-b-7 {
  border-bottom-width: 7px
}

.border-l-7 {
  border-left-width: 7px
}

.border-t-8 {
  border-top-width: 8px
}

.border-r-8 {
  border-right-width: 8px
}

.border-b-8 {
  border-bottom-width: 8px
}

.border-l-8 {
  border-left-width: 8px
}

.border-t-9 {
  border-top-width: 9px
}

.border-r-9 {
  border-right-width: 9px
}

.border-b-9 {
  border-bottom-width: 9px
}

.border-l-9 {
  border-left-width: 9px
}

.border-t-10 {
  border-top-width: 10px
}

.border-r-10 {
  border-right-width: 10px
}

.border-b-10 {
  border-bottom-width: 10px
}

.border-l-10 {
  border-left-width: 10px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.box-border {
  box-sizing: border-box
}

.box-content {
  box-sizing: content-box
}

.cursor-auto {
  cursor: auto
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-wait {
  cursor: wait
}

.cursor-text {
  cursor: text
}

.cursor-move {
  cursor: move
}

.cursor-not-allowed {
  cursor: not-allowed
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: -ms-grid;
  display: grid
}

.table {
  display: table
}

.table-caption {
  display: table-caption
}

.table-cell {
  display: table-cell
}

.table-column {
  display: table-column
}

.table-column-group {
  display: table-column-group
}

.table-footer-group {
  display: table-footer-group
}

.table-header-group {
  display: table-header-group
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-no-wrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.self-auto {
  -ms-grid-row-align: auto;
  align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  -ms-grid-row-align: center;
  align-self: center
}

.self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.content-center {
  align-content: center
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.flex-1 {
  flex: 1 1 0%
}

.flex-auto {
  flex: 1 1 auto
}

.flex-initial {
  flex: 0 1 auto
}

.flex-none {
  flex: none
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink {
  flex-shrink: 1
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.order-first {
  order: -9999
}

.order-last {
  order: 9999
}

.order-none {
  order: 0
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-both {
  clear: both
}

.font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.font-hairline {
  font-weight: 100
}

.font-thin {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

.hover\:font-hairline:hover {
  font-weight: 100
}

.hover\:font-thin:hover {
  font-weight: 200
}

.hover\:font-light:hover {
  font-weight: 300
}

.hover\:font-normal:hover {
  font-weight: 400
}

.hover\:font-medium:hover {
  font-weight: 500
}

.hover\:font-semibold:hover {
  font-weight: 600
}

.hover\:font-bold:hover {
  font-weight: 700
}

.hover\:font-extrabold:hover {
  font-weight: 800
}

.hover\:font-black:hover {
  font-weight: 900
}

.focus\:font-hairline:focus {
  font-weight: 100
}

.focus\:font-thin:focus {
  font-weight: 200
}

.focus\:font-light:focus {
  font-weight: 300
}

.focus\:font-normal:focus {
  font-weight: 400
}

.focus\:font-medium:focus {
  font-weight: 500
}

.focus\:font-semibold:focus {
  font-weight: 600
}

.focus\:font-bold:focus {
  font-weight: 700
}

.focus\:font-extrabold:focus {
  font-weight: 800
}

.focus\:font-black:focus {
  font-weight: 900
}

.h-0 {
  height: 0
}

.h-1 {
  height: 0.25rem
}

.h-2 {
  height: 0.5rem
}

.h-3 {
  height: 0.75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-8 {
  height: 2rem
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-32 {
  height: 8rem
}

.h-40 {
  height: 10rem
}

.h-48 {
  height: 12rem
}

.h-56 {
  height: 14rem
}

.h-64 {
  height: 16rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.leading-3 {
  line-height: .75rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-9 {
  line-height: 2.25rem
}

.leading-10 {
  line-height: 2.5rem
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-loose {
  line-height: 2
}

.list-inside {
  list-style-position: inside
}

.list-outside {
  list-style-position: outside
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: 0.25rem
}

.m-2 {
  margin: 0.5rem
}

.m-3 {
  margin: 0.75rem
}

.m-4 {
  margin: 1rem
}

.m-5 {
  margin: 1.25rem
}

.m-6 {
  margin: 1.5rem
}

.m-8 {
  margin: 2rem
}

.m-10 {
  margin: 2.5rem
}

.m-12 {
  margin: 3rem
}

.m-16 {
  margin: 4rem
}

.m-20 {
  margin: 5rem
}

.m-24 {
  margin: 6rem
}

.m-32 {
  margin: 8rem
}

.m-40 {
  margin: 10rem
}

.m-48 {
  margin: 12rem
}

.m-56 {
  margin: 14rem
}

.m-64 {
  margin: 16rem
}

.m-auto {
  margin: auto
}

.m-px {
  margin: 1px
}

.-m-1 {
  margin: -0.25rem
}

.-m-2 {
  margin: -0.5rem
}

.-m-3 {
  margin: -0.75rem
}

.-m-4 {
  margin: -1rem
}

.-m-5 {
  margin: -1.25rem
}

.-m-6 {
  margin: -1.5rem
}

.-m-8 {
  margin: -2rem
}

.-m-10 {
  margin: -2.5rem
}

.-m-12 {
  margin: -3rem
}

.-m-16 {
  margin: -4rem
}

.-m-20 {
  margin: -5rem
}

.-m-24 {
  margin: -6rem
}

.-m-32 {
  margin: -8rem
}

.-m-40 {
  margin: -10rem
}

.-m-48 {
  margin: -12rem
}

.-m-56 {
  margin: -14rem
}

.-m-64 {
  margin: -16rem
}

.-m-px {
  margin: -1px
}

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

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

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

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem
}

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px
}

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

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

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

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

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px
}

.mt-0 {
  margin-top: 0
}

.mr-0 {
  margin-right: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mt-1 {
  margin-top: 0.25rem
}

.mr-1 {
  margin-right: 0.25rem
}

.mb-1 {
  margin-bottom: 0.25rem
}

.ml-1 {
  margin-left: 0.25rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.ml-2 {
  margin-left: 0.5rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.ml-3 {
  margin-left: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mr-5 {
  margin-right: 1.25rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mr-8 {
  margin-right: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mr-10 {
  margin-right: 2.5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.ml-10 {
  margin-left: 2.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mr-12 {
  margin-right: 3rem
}

.mb-12 {
  margin-bottom: 3rem
}

.ml-12 {
  margin-left: 3rem
}

.mt-16 {
  margin-top: 4rem
}

.mr-16 {
  margin-right: 4rem
}

.mb-16 {
  margin-bottom: 4rem
}

.ml-16 {
  margin-left: 4rem
}

.mt-20 {
  margin-top: 5rem
}

.mr-20 {
  margin-right: 5rem
}

.mb-20 {
  margin-bottom: 5rem
}

.ml-20 {
  margin-left: 5rem
}

.mt-24 {
  margin-top: 6rem
}

.mr-24 {
  margin-right: 6rem
}

.mb-24 {
  margin-bottom: 6rem
}

.ml-24 {
  margin-left: 6rem
}

.mt-32 {
  margin-top: 8rem
}

.mr-32 {
  margin-right: 8rem
}

.mb-32 {
  margin-bottom: 8rem
}

.ml-32 {
  margin-left: 8rem
}

.mt-40 {
  margin-top: 10rem
}

.mr-40 {
  margin-right: 10rem
}

.mb-40 {
  margin-bottom: 10rem
}

.ml-40 {
  margin-left: 10rem
}

.mt-48 {
  margin-top: 12rem
}

.mr-48 {
  margin-right: 12rem
}

.mb-48 {
  margin-bottom: 12rem
}

.ml-48 {
  margin-left: 12rem
}

.mt-56 {
  margin-top: 14rem
}

.mr-56 {
  margin-right: 14rem
}

.mb-56 {
  margin-bottom: 14rem
}

.ml-56 {
  margin-left: 14rem
}

.mt-64 {
  margin-top: 16rem
}

.mr-64 {
  margin-right: 16rem
}

.mb-64 {
  margin-bottom: 16rem
}

.ml-64 {
  margin-left: 16rem
}

.mt-auto {
  margin-top: auto
}

.mr-auto {
  margin-right: auto
}

.mb-auto {
  margin-bottom: auto
}

.ml-auto {
  margin-left: auto
}

.mt-px {
  margin-top: 1px
}

.mr-px {
  margin-right: 1px
}

.mb-px {
  margin-bottom: 1px
}

.ml-px {
  margin-left: 1px
}

.-mt-1 {
  margin-top: -0.25rem
}

.-mr-1 {
  margin-right: -0.25rem
}

.-mb-1 {
  margin-bottom: -0.25rem
}

.-ml-1 {
  margin-left: -0.25rem
}

.-mt-2 {
  margin-top: -0.5rem
}

.-mr-2 {
  margin-right: -0.5rem
}

.-mb-2 {
  margin-bottom: -0.5rem
}

.-ml-2 {
  margin-left: -0.5rem
}

.-mt-3 {
  margin-top: -0.75rem
}

.-mr-3 {
  margin-right: -0.75rem
}

.-mb-3 {
  margin-bottom: -0.75rem
}

.-ml-3 {
  margin-left: -0.75rem
}

.-mt-4 {
  margin-top: -1rem
}

.-mr-4 {
  margin-right: -1rem
}

.-mb-4 {
  margin-bottom: -1rem
}

.-ml-4 {
  margin-left: -1rem
}

.-mt-5 {
  margin-top: -1.25rem
}

.-mr-5 {
  margin-right: -1.25rem
}

.-mb-5 {
  margin-bottom: -1.25rem
}

.-ml-5 {
  margin-left: -1.25rem
}

.-mt-6 {
  margin-top: -1.5rem
}

.-mr-6 {
  margin-right: -1.5rem
}

.-mb-6 {
  margin-bottom: -1.5rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-mt-8 {
  margin-top: -2rem
}

.-mr-8 {
  margin-right: -2rem
}

.-mb-8 {
  margin-bottom: -2rem
}

.-ml-8 {
  margin-left: -2rem
}

.-mt-10 {
  margin-top: -2.5rem
}

.-mr-10 {
  margin-right: -2.5rem
}

.-mb-10 {
  margin-bottom: -2.5rem
}

.-ml-10 {
  margin-left: -2.5rem
}

.-mt-12 {
  margin-top: -3rem
}

.-mr-12 {
  margin-right: -3rem
}

.-mb-12 {
  margin-bottom: -3rem
}

.-ml-12 {
  margin-left: -3rem
}

.-mt-16 {
  margin-top: -4rem
}

.-mr-16 {
  margin-right: -4rem
}

.-mb-16 {
  margin-bottom: -4rem
}

.-ml-16 {
  margin-left: -4rem
}

.-mt-20 {
  margin-top: -5rem
}

.-mr-20 {
  margin-right: -5rem
}

.-mb-20 {
  margin-bottom: -5rem
}

.-ml-20 {
  margin-left: -5rem
}

.-mt-24 {
  margin-top: -6rem
}

.-mr-24 {
  margin-right: -6rem
}

.-mb-24 {
  margin-bottom: -6rem
}

.-ml-24 {
  margin-left: -6rem
}

.-mt-32 {
  margin-top: -8rem
}

.-mr-32 {
  margin-right: -8rem
}

.-mb-32 {
  margin-bottom: -8rem
}

.-ml-32 {
  margin-left: -8rem
}

.-mt-40 {
  margin-top: -10rem
}

.-mr-40 {
  margin-right: -10rem
}

.-mb-40 {
  margin-bottom: -10rem
}

.-ml-40 {
  margin-left: -10rem
}

.-mt-48 {
  margin-top: -12rem
}

.-mr-48 {
  margin-right: -12rem
}

.-mb-48 {
  margin-bottom: -12rem
}

.-ml-48 {
  margin-left: -12rem
}

.-mt-56 {
  margin-top: -14rem
}

.-mr-56 {
  margin-right: -14rem
}

.-mb-56 {
  margin-bottom: -14rem
}

.-ml-56 {
  margin-left: -14rem
}

.-mt-64 {
  margin-top: -16rem
}

.-mr-64 {
  margin-right: -16rem
}

.-mb-64 {
  margin-bottom: -16rem
}

.-ml-64 {
  margin-left: -16rem
}

.-mt-px {
  margin-top: -1px
}

.-mr-px {
  margin-right: -1px
}

.-mb-px {
  margin-bottom: -1px
}

.-ml-px {
  margin-left: -1px
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-w-none {
  max-width: none
}

.max-w-xs {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-xl {
  max-width: 36rem
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-3xl {
  max-width: 48rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-6xl {
  max-width: 72rem
}

.max-w-full {
  max-width: 100%
}

.max-w-screen-tb {
  max-width: 768px
}

.max-w-screen-ds {
  max-width: 992px
}

.min-h-0 {
  min-height: 0
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-w-0 {
  min-width: 0
}

.min-w-full {
  min-width: 100%
}

.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover
}

.object-fill {
  object-fit: fill
}

.object-none {
  object-fit: none
}

.object-scale-down {
  object-fit: scale-down
}

.object-bottom {
  object-position: bottom
}

.object-center {
  object-position: center
}

.object-left {
  object-position: left
}

.object-left-bottom {
  object-position: left bottom
}

.object-left-top {
  object-position: left top
}

.object-right {
  object-position: right
}

.object-right-bottom {
  object-position: right bottom
}

.object-right-top {
  object-position: right top
}

.object-top {
  object-position: top
}

.opacity-0 {
  opacity: 0
}

.opacity-25 {
  opacity: 0.25
}

.opacity-50 {
  opacity: 0.5
}

.opacity-75 {
  opacity: 0.75
}

.opacity-100 {
  opacity: 1
}

.hover\:opacity-0:hover {
  opacity: 0
}

.hover\:opacity-25:hover {
  opacity: 0.25
}

.hover\:opacity-50:hover {
  opacity: 0.5
}

.hover\:opacity-75:hover {
  opacity: 0.75
}

.hover\:opacity-100:hover {
  opacity: 1
}

.focus\:opacity-0:focus {
  opacity: 0
}

.focus\:opacity-25:focus {
  opacity: 0.25
}

.focus\:opacity-50:focus {
  opacity: 0.5
}

.focus\:opacity-75:focus {
  opacity: 0.75
}

.focus\:opacity-100:focus {
  opacity: 1
}

.outline-none {
  outline: 0
}

.focus\:outline-none:focus {
  outline: 0
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-scroll {
  overflow: scroll
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden
}

.overflow-x-visible {
  overflow-x: visible
}

.overflow-y-visible {
  overflow-y: visible
}

.overflow-x-scroll {
  overflow-x: scroll
}

.overflow-y-scroll {
  overflow-y: scroll
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: 0.25rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-10 {
  padding: 2.5rem
}

.p-12 {
  padding: 3rem
}

.p-16 {
  padding: 4rem
}

.p-20 {
  padding: 5rem
}

.p-24 {
  padding: 6rem
}

.p-32 {
  padding: 8rem
}

.p-40 {
  padding: 10rem
}

.p-48 {
  padding: 12rem
}

.p-56 {
  padding: 14rem
}

.p-64 {
  padding: 16rem
}

.p-px {
  padding: 1px
}

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

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px
}

.px-px {
  padding-left: 1px;
  padding-right: 1px
}

.pt-0 {
  padding-top: 0
}

.pr-0 {
  padding-right: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pt-1 {
  padding-top: 0.25rem
}

.pr-1 {
  padding-right: 0.25rem
}

.pb-1 {
  padding-bottom: 0.25rem
}

.pl-1 {
  padding-left: 0.25rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pr-2 {
  padding-right: 0.5rem
}

.pb-2 {
  padding-bottom: 0.5rem
}

.pl-2 {
  padding-left: 0.5rem
}

.pt-3 {
  padding-top: 0.75rem
}

.pr-3 {
  padding-right: 0.75rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-4 {
  padding-left: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pr-5 {
  padding-right: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.pr-8 {
  padding-right: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pr-10 {
  padding-right: 2.5rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pl-10 {
  padding-left: 2.5rem
}

.pt-12 {
  padding-top: 3rem
}

.pr-12 {
  padding-right: 3rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pl-12 {
  padding-left: 3rem
}

.pt-16 {
  padding-top: 4rem
}

.pr-16 {
  padding-right: 4rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pl-16 {
  padding-left: 4rem
}

.pt-20 {
  padding-top: 5rem
}

.pr-20 {
  padding-right: 5rem
}

.pb-20 {
  padding-bottom: 5rem
}

.pl-20 {
  padding-left: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.pr-24 {
  padding-right: 6rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pl-24 {
  padding-left: 6rem
}

.pt-32 {
  padding-top: 8rem
}

.pr-32 {
  padding-right: 8rem
}

.pb-32 {
  padding-bottom: 8rem
}

.pl-32 {
  padding-left: 8rem
}

.pt-40 {
  padding-top: 10rem
}

.pr-40 {
  padding-right: 10rem
}

.pb-40 {
  padding-bottom: 10rem
}

.pl-40 {
  padding-left: 10rem
}

.pt-48 {
  padding-top: 12rem
}

.pr-48 {
  padding-right: 12rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pl-48 {
  padding-left: 12rem
}

.pt-56 {
  padding-top: 14rem
}

.pr-56 {
  padding-right: 14rem
}

.pb-56 {
  padding-bottom: 14rem
}

.pl-56 {
  padding-left: 14rem
}

.pt-64 {
  padding-top: 16rem
}

.pr-64 {
  padding-right: 16rem
}

.pb-64 {
  padding-bottom: 16rem
}

.pl-64 {
  padding-left: 16rem
}

.pt-px {
  padding-top: 1px
}

.pr-px {
  padding-right: 1px
}

.pb-px {
  padding-bottom: 1px
}

.pl-px {
  padding-left: 1px
}

.placeholder-base:-ms-input-placeholder {
  color: #0E2D52
}

.placeholder-base::placeholder {
  color: #0E2D52
}

.placeholder-primary:-ms-input-placeholder {
  color: #5EB3E4
}

.placeholder-primary::placeholder {
  color: #5EB3E4
}

.placeholder-secondary:-ms-input-placeholder {
  color: #00A994
}

.placeholder-secondary::placeholder {
  color: #00A994
}

.placeholder-white:-ms-input-placeholder {
  color: #fff
}

.placeholder-white::placeholder {
  color: #fff
}

.placeholder-danger:-ms-input-placeholder {
  color: #FF695B
}

.placeholder-danger::placeholder {
  color: #FF695B
}

.placeholder-warning:-ms-input-placeholder {
  color: #FFBE4F
}

.placeholder-warning::placeholder {
  color: #FFBE4F
}

.placeholder-success:-ms-input-placeholder {
  color: #3DCC79
}

.placeholder-success::placeholder {
  color: #3DCC79
}

.placeholder-gray:-ms-input-placeholder {
  color: #9BAEBC
}

.placeholder-gray::placeholder {
  color: #9BAEBC
}

.placeholder-lightgray:-ms-input-placeholder {
  color: #edf0f2
}

.placeholder-lightgray::placeholder {
  color: #edf0f2
}

.placeholder-light:-ms-input-placeholder {
  color: #fafafa
}

.placeholder-light::placeholder {
  color: #fafafa
}

.placeholder-dark:-ms-input-placeholder {
  color: #384955
}

.placeholder-dark::placeholder {
  color: #384955
}

.focus\:placeholder-base:focus:-ms-input-placeholder {
  color: #0E2D52
}

.focus\:placeholder-base:focus::placeholder {
  color: #0E2D52
}

.focus\:placeholder-primary:focus:-ms-input-placeholder {
  color: #5EB3E4
}

.focus\:placeholder-primary:focus::placeholder {
  color: #5EB3E4
}

.focus\:placeholder-secondary:focus:-ms-input-placeholder {
  color: #00A994
}

.focus\:placeholder-secondary:focus::placeholder {
  color: #00A994
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff
}

.focus\:placeholder-danger:focus:-ms-input-placeholder {
  color: #FF695B
}

.focus\:placeholder-danger:focus::placeholder {
  color: #FF695B
}

.focus\:placeholder-warning:focus:-ms-input-placeholder {
  color: #FFBE4F
}

.focus\:placeholder-warning:focus::placeholder {
  color: #FFBE4F
}

.focus\:placeholder-success:focus:-ms-input-placeholder {
  color: #3DCC79
}

.focus\:placeholder-success:focus::placeholder {
  color: #3DCC79
}

.focus\:placeholder-gray:focus:-ms-input-placeholder {
  color: #9BAEBC
}

.focus\:placeholder-gray:focus::placeholder {
  color: #9BAEBC
}

.focus\:placeholder-lightgray:focus:-ms-input-placeholder {
  color: #edf0f2
}

.focus\:placeholder-lightgray:focus::placeholder {
  color: #edf0f2
}

.focus\:placeholder-light:focus:-ms-input-placeholder {
  color: #fafafa
}

.focus\:placeholder-light:focus::placeholder {
  color: #fafafa
}

.focus\:placeholder-dark:focus:-ms-input-placeholder {
  color: #384955
}

.focus\:placeholder-dark:focus::placeholder {
  color: #384955
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.inset-x-0 {
  right: 0;
  left: 0
}

.inset-y-auto {
  top: auto;
  bottom: auto
}

.inset-x-auto {
  right: auto;
  left: auto
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.resize-none {
  resize: none
}

.resize-y {
  resize: vertical
}

.resize-x {
  resize: horizontal
}

.resize {
  resize: both
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.shadow-none {
  box-shadow: none
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.hover\:shadow-none:hover {
  box-shadow: none
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.focus\:shadow-none:focus {
  box-shadow: none
}

.fill-base {
  fill: #0E2D52
}

.fill-primary {
  fill: #5EB3E4
}

.fill-secondary {
  fill: #00A994
}

.fill-white {
  fill: #fff
}

.fill-danger {
  fill: #FF695B
}

.fill-warning {
  fill: #FFBE4F
}

.fill-success {
  fill: #3DCC79
}

.fill-gray {
  fill: #9BAEBC
}

.fill-lightgray {
  fill: #edf0f2
}

.fill-light {
  fill: #fafafa
}

.fill-dark {
  fill: #384955
}

.stroke-current {
  stroke: currentColor
}

.stroke-0 {
  stroke-width: 0
}

.stroke-1 {
  stroke-width: 1
}

.stroke-2 {
  stroke-width: 2
}

.table-auto {
  table-layout: auto
}

.table-fixed {
  table-layout: fixed
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-base {
  color: #0E2D52
}

.text-primary {
  color: #5EB3E4
}

.text-secondary {
  color: #00A994
}

.text-white {
  color: #fff
}

.text-danger {
  color: #FF695B
}

.text-warning {
  color: #FFBE4F
}

.text-success {
  color: #3DCC79
}

.text-gray {
  color: #9BAEBC
}

.text-lightgray {
  color: #edf0f2
}

.text-light {
  color: #fafafa
}

.text-dark {
  color: #384955
}

.hover\:text-base:hover {
  color: #0E2D52
}

.hover\:text-primary:hover {
  color: #5EB3E4
}

.hover\:text-secondary:hover {
  color: #00A994
}

.hover\:text-white:hover {
  color: #fff
}

.hover\:text-danger:hover {
  color: #FF695B
}

.hover\:text-warning:hover {
  color: #FFBE4F
}

.hover\:text-success:hover {
  color: #3DCC79
}

.hover\:text-gray:hover {
  color: #9BAEBC
}

.hover\:text-lightgray:hover {
  color: #edf0f2
}

.hover\:text-light:hover {
  color: #fafafa
}

.hover\:text-dark:hover {
  color: #384955
}

.focus\:text-base:focus {
  color: #0E2D52
}

.focus\:text-primary:focus {
  color: #5EB3E4
}

.focus\:text-secondary:focus {
  color: #00A994
}

.focus\:text-white:focus {
  color: #fff
}

.focus\:text-danger:focus {
  color: #FF695B
}

.focus\:text-warning:focus {
  color: #FFBE4F
}

.focus\:text-success:focus {
  color: #3DCC79
}

.focus\:text-gray:focus {
  color: #9BAEBC
}

.focus\:text-lightgray:focus {
  color: #edf0f2
}

.focus\:text-light:focus {
  color: #fafafa
}

.focus\:text-dark:focus {
  color: #384955
}

.text-xs {
  font-size: 0.75rem
}

.text-sm {
  font-size: 0.875rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-4xl {
  font-size: 2.25rem
}

.text-5xl {
  font-size: 3rem
}

.text-6xl {
  font-size: 4rem
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.underline {
  text-decoration: underline
}

.line-through {
  text-decoration: line-through
}

.no-underline {
  text-decoration: none
}

.hover\:underline:hover {
  text-decoration: underline
}

.hover\:line-through:hover {
  text-decoration: line-through
}

.hover\:no-underline:hover {
  text-decoration: none
}

.focus\:underline:focus {
  text-decoration: underline
}

.focus\:line-through:focus {
  text-decoration: line-through
}

.focus\:no-underline:focus {
  text-decoration: none
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select-text {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.select-all {
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all
}

.select-auto {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.align-text-top {
  vertical-align: text-top
}

.align-text-bottom {
  vertical-align: text-bottom
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-normal {
  white-space: normal
}

.whitespace-no-wrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal
}

.break-words {
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

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

.w-0 {
  width: 0
}

.w-1 {
  width: 0.25rem
}

.w-2 {
  width: 0.5rem
}

.w-3 {
  width: 0.75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-32 {
  width: 8rem
}

.w-40 {
  width: 10rem
}

.w-48 {
  width: 12rem
}

.w-56 {
  width: 14rem
}

.w-64 {
  width: 16rem
}

.w-auto {
  width: auto
}

.w-px {
  width: 1px
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-2\/3 {
  width: 66.666667%
}

.w-1\/4 {
  width: 25%
}

.w-2\/4 {
  width: 50%
}

.w-3\/4 {
  width: 75%
}

.w-1\/5 {
  width: 20%
}

.w-2\/5 {
  width: 40%
}

.w-3\/5 {
  width: 60%
}

.w-4\/5 {
  width: 80%
}

.w-1\/6 {
  width: 16.666667%
}

.w-2\/6 {
  width: 33.333333%
}

.w-3\/6 {
  width: 50%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-1\/12 {
  width: 8.333333%
}

.w-2\/12 {
  width: 16.666667%
}

.w-3\/12 {
  width: 25%
}

.w-4\/12 {
  width: 33.333333%
}

.w-5\/12 {
  width: 41.666667%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-10\/12 {
  width: 83.333333%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-auto {
  z-index: auto
}

.gap-0 {
  grid-gap: 0;
  gap: 0
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem
}

.gap-px {
  grid-gap: 1px;
  gap: 1px
}

.col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem
}

.col-gap-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem
}

.col-gap-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem
}

.col-gap-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem
}

.col-gap-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem
}

.col-gap-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem
}

.col-gap-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem
}

.col-gap-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem
}

.col-gap-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem
}

.col-gap-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem
}

.col-gap-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem
}

.col-gap-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem
}

.col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px
}

.grid-flow-row {
  grid-auto-flow: row
}

.grid-flow-col {
  grid-auto-flow: column
}

.grid-flow-row-dense {
  grid-auto-flow: row dense
}

.grid-flow-col-dense {
  grid-auto-flow: column dense
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
  grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
  grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
  grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-none {
  -ms-grid-columns: none;
  grid-template-columns: none
}

.col-auto {
  -ms-grid-column: auto;
  grid-column: auto
}

.col-span-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: span 1;
  grid-column: span 1 / span 1
}

.col-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
  grid-column: span 2 / span 2
}

.col-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
  grid-column: span 3 / span 3
}

.col-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
  grid-column: span 4 / span 4
}

.col-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
  grid-column: span 5 / span 5
}

.col-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
  grid-column: span 6 / span 6
}

.col-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: span 7;
  grid-column: span 7 / span 7
}

.col-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: span 8;
  grid-column: span 8 / span 8
}

.col-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: span 9;
  grid-column: span 9 / span 9
}

.col-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: span 10;
  grid-column: span 10 / span 10
}

.col-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: span 11;
  grid-column: span 11 / span 11
}

.col-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
  grid-column: span 12 / span 12
}

.col-start-1 {
  -ms-grid-column: 1;
  grid-column-start: 1
}

.col-start-2 {
  -ms-grid-column: 2;
  grid-column-start: 2
}

.col-start-3 {
  -ms-grid-column: 3;
  grid-column-start: 3
}

.col-start-4 {
  -ms-grid-column: 4;
  grid-column-start: 4
}

.col-start-5 {
  -ms-grid-column: 5;
  grid-column-start: 5
}

.col-start-6 {
  -ms-grid-column: 6;
  grid-column-start: 6
}

.col-start-7 {
  -ms-grid-column: 7;
  grid-column-start: 7
}

.col-start-8 {
  -ms-grid-column: 8;
  grid-column-start: 8
}

.col-start-9 {
  -ms-grid-column: 9;
  grid-column-start: 9
}

.col-start-10 {
  -ms-grid-column: 10;
  grid-column-start: 10
}

.col-start-11 {
  -ms-grid-column: 11;
  grid-column-start: 11
}

.col-start-12 {
  -ms-grid-column: 12;
  grid-column-start: 12
}

.col-start-13 {
  -ms-grid-column: 13;
  grid-column-start: 13
}

.col-start-auto {
  -ms-grid-column: auto;
  grid-column-start: auto
}

.col-end-1 {
  grid-column-end: 1
}

.col-end-2 {
  grid-column-end: 2
}

.col-end-3 {
  grid-column-end: 3
}

.col-end-4 {
  grid-column-end: 4
}

.col-end-5 {
  grid-column-end: 5
}

.col-end-6 {
  grid-column-end: 6
}

.col-end-7 {
  grid-column-end: 7
}

.col-end-8 {
  grid-column-end: 8
}

.col-end-9 {
  grid-column-end: 9
}

.col-end-10 {
  grid-column-end: 10
}

.col-end-11 {
  grid-column-end: 11
}

.col-end-12 {
  grid-column-end: 12
}

.col-end-13 {
  grid-column-end: 13
}

.col-end-auto {
  grid-column-end: auto
}

.grid-rows-1 {
  -ms-grid-rows: (minmax(0, 1fr))[1];
  grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-2 {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-3 {
  -ms-grid-rows: (minmax(0, 1fr))[3];
  grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-rows-4 {
  -ms-grid-rows: (minmax(0, 1fr))[4];
  grid-template-rows: repeat(4, minmax(0, 1fr))
}

.grid-rows-5 {
  -ms-grid-rows: (minmax(0, 1fr))[5];
  grid-template-rows: repeat(5, minmax(0, 1fr))
}

.grid-rows-6 {
  -ms-grid-rows: (minmax(0, 1fr))[6];
  grid-template-rows: repeat(6, minmax(0, 1fr))
}

.grid-rows-none {
  -ms-grid-rows: none;
  grid-template-rows: none
}

.row-auto {
  -ms-grid-row: auto;
  grid-row: auto
}

.row-span-1 {
  -ms-grid-row-span: 1;
  -ms-grid-row: span 1;
  grid-row: span 1 / span 1
}

.row-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: span 2;
  grid-row: span 2 / span 2
}

.row-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: span 3;
  grid-row: span 3 / span 3
}

.row-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: span 4;
  grid-row: span 4 / span 4
}

.row-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: span 5;
  grid-row: span 5 / span 5
}

.row-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: span 6;
  grid-row: span 6 / span 6
}

.row-start-1 {
  -ms-grid-row: 1;
  grid-row-start: 1
}

.row-start-2 {
  -ms-grid-row: 2;
  grid-row-start: 2
}

.row-start-3 {
  -ms-grid-row: 3;
  grid-row-start: 3
}

.row-start-4 {
  -ms-grid-row: 4;
  grid-row-start: 4
}

.row-start-5 {
  -ms-grid-row: 5;
  grid-row-start: 5
}

.row-start-6 {
  -ms-grid-row: 6;
  grid-row-start: 6
}

.row-start-7 {
  -ms-grid-row: 7;
  grid-row-start: 7
}

.row-start-auto {
  -ms-grid-row: auto;
  grid-row-start: auto
}

.row-end-1 {
  grid-row-end: 1
}

.row-end-2 {
  grid-row-end: 2
}

.row-end-3 {
  grid-row-end: 3
}

.row-end-4 {
  grid-row-end: 4
}

.row-end-5 {
  grid-row-end: 5
}

.row-end-6 {
  grid-row-end: 6
}

.row-end-7 {
  grid-row-end: 7
}

.row-end-auto {
  grid-row-end: auto
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transform-none {
  transform: none
}

.origin-center {
  transform-origin: center
}

.origin-top {
  transform-origin: top
}

.origin-top-right {
  transform-origin: top right
}

.origin-right {
  transform-origin: right
}

.origin-bottom-right {
  transform-origin: bottom right
}

.origin-bottom {
  transform-origin: bottom
}

.origin-bottom-left {
  transform-origin: bottom left
}

.origin-left {
  transform-origin: left
}

.origin-top-left {
  transform-origin: top left
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.scale-x-0 {
  --transform-scale-x: 0
}

.scale-x-50 {
  --transform-scale-x: .5
}

.scale-x-75 {
  --transform-scale-x: .75
}

.scale-x-90 {
  --transform-scale-x: .9
}

.scale-x-95 {
  --transform-scale-x: .95
}

.scale-x-100 {
  --transform-scale-x: 1
}

.scale-x-105 {
  --transform-scale-x: 1.05
}

.scale-x-110 {
  --transform-scale-x: 1.1
}

.scale-x-125 {
  --transform-scale-x: 1.25
}

.scale-x-150 {
  --transform-scale-x: 1.5
}

.scale-y-0 {
  --transform-scale-y: 0
}

.scale-y-50 {
  --transform-scale-y: .5
}

.scale-y-75 {
  --transform-scale-y: .75
}

.scale-y-90 {
  --transform-scale-y: .9
}

.scale-y-95 {
  --transform-scale-y: .95
}

.scale-y-100 {
  --transform-scale-y: 1
}

.scale-y-105 {
  --transform-scale-y: 1.05
}

.scale-y-110 {
  --transform-scale-y: 1.1
}

.scale-y-125 {
  --transform-scale-y: 1.25
}

.scale-y-150 {
  --transform-scale-y: 1.5
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5
}

.rotate-0 {
  --transform-rotate: 0
}

.rotate-45 {
  --transform-rotate: 45deg
}

.rotate-90 {
  --transform-rotate: 90deg
}

.rotate-180 {
  --transform-rotate: 180deg
}

.-rotate-180 {
  --transform-rotate: -180deg
}

.-rotate-90 {
  --transform-rotate: -90deg
}

.-rotate-45 {
  --transform-rotate: -45deg
}

.hover\:rotate-0:hover {
  --transform-rotate: 0
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg
}

.focus\:rotate-0:focus {
  --transform-rotate: 0
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg
}

.translate-x-0 {
  --transform-translate-x: 0
}

.translate-x-1 {
  --transform-translate-x: 0.25rem
}

.translate-x-2 {
  --transform-translate-x: 0.5rem
}

.translate-x-3 {
  --transform-translate-x: 0.75rem
}

.translate-x-4 {
  --transform-translate-x: 1rem
}

.translate-x-5 {
  --transform-translate-x: 1.25rem
}

.translate-x-6 {
  --transform-translate-x: 1.5rem
}

.translate-x-8 {
  --transform-translate-x: 2rem
}

.translate-x-10 {
  --transform-translate-x: 2.5rem
}

.translate-x-12 {
  --transform-translate-x: 3rem
}

.translate-x-16 {
  --transform-translate-x: 4rem
}

.translate-x-20 {
  --transform-translate-x: 5rem
}

.translate-x-24 {
  --transform-translate-x: 6rem
}

.translate-x-32 {
  --transform-translate-x: 8rem
}

.translate-x-40 {
  --transform-translate-x: 10rem
}

.translate-x-48 {
  --transform-translate-x: 12rem
}

.translate-x-56 {
  --transform-translate-x: 14rem
}

.translate-x-64 {
  --transform-translate-x: 16rem
}

.translate-x-px {
  --transform-translate-x: 1px
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem
}

.-translate-x-4 {
  --transform-translate-x: -1rem
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem
}

.-translate-x-8 {
  --transform-translate-x: -2rem
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem
}

.-translate-x-12 {
  --transform-translate-x: -3rem
}

.-translate-x-16 {
  --transform-translate-x: -4rem
}

.-translate-x-20 {
  --transform-translate-x: -5rem
}

.-translate-x-24 {
  --transform-translate-x: -6rem
}

.-translate-x-32 {
  --transform-translate-x: -8rem
}

.-translate-x-40 {
  --transform-translate-x: -10rem
}

.-translate-x-48 {
  --transform-translate-x: -12rem
}

.-translate-x-56 {
  --transform-translate-x: -14rem
}

.-translate-x-64 {
  --transform-translate-x: -16rem
}

.-translate-x-px {
  --transform-translate-x: -1px
}

.-translate-x-full {
  --transform-translate-x: -100%
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%
}

.translate-x-1\/2 {
  --transform-translate-x: 50%
}

.translate-x-full {
  --transform-translate-x: 100%
}

.translate-y-0 {
  --transform-translate-y: 0
}

.translate-y-1 {
  --transform-translate-y: 0.25rem
}

.translate-y-2 {
  --transform-translate-y: 0.5rem
}

.translate-y-3 {
  --transform-translate-y: 0.75rem
}

.translate-y-4 {
  --transform-translate-y: 1rem
}

.translate-y-5 {
  --transform-translate-y: 1.25rem
}

.translate-y-6 {
  --transform-translate-y: 1.5rem
}

.translate-y-8 {
  --transform-translate-y: 2rem
}

.translate-y-10 {
  --transform-translate-y: 2.5rem
}

.translate-y-12 {
  --transform-translate-y: 3rem
}

.translate-y-16 {
  --transform-translate-y: 4rem
}

.translate-y-20 {
  --transform-translate-y: 5rem
}

.translate-y-24 {
  --transform-translate-y: 6rem
}

.translate-y-32 {
  --transform-translate-y: 8rem
}

.translate-y-40 {
  --transform-translate-y: 10rem
}

.translate-y-48 {
  --transform-translate-y: 12rem
}

.translate-y-56 {
  --transform-translate-y: 14rem
}

.translate-y-64 {
  --transform-translate-y: 16rem
}

.translate-y-px {
  --transform-translate-y: 1px
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem
}

.-translate-y-4 {
  --transform-translate-y: -1rem
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem
}

.-translate-y-8 {
  --transform-translate-y: -2rem
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem
}

.-translate-y-12 {
  --transform-translate-y: -3rem
}

.-translate-y-16 {
  --transform-translate-y: -4rem
}

.-translate-y-20 {
  --transform-translate-y: -5rem
}

.-translate-y-24 {
  --transform-translate-y: -6rem
}

.-translate-y-32 {
  --transform-translate-y: -8rem
}

.-translate-y-40 {
  --transform-translate-y: -10rem
}

.-translate-y-48 {
  --transform-translate-y: -12rem
}

.-translate-y-56 {
  --transform-translate-y: -14rem
}

.-translate-y-64 {
  --transform-translate-y: -16rem
}

.-translate-y-px {
  --transform-translate-y: -1px
}

.-translate-y-full {
  --transform-translate-y: -100%
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%
}

.translate-y-1\/2 {
  --transform-translate-y: 50%
}

.translate-y-full {
  --transform-translate-y: 100%
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%
}

.skew-x-0 {
  --transform-skew-x: 0
}

.skew-x-3 {
  --transform-skew-x: 3deg
}

.skew-x-6 {
  --transform-skew-x: 6deg
}

.skew-x-12 {
  --transform-skew-x: 12deg
}

.-skew-x-12 {
  --transform-skew-x: -12deg
}

.-skew-x-6 {
  --transform-skew-x: -6deg
}

.-skew-x-3 {
  --transform-skew-x: -3deg
}

.skew-y-0 {
  --transform-skew-y: 0
}

.skew-y-3 {
  --transform-skew-y: 3deg
}

.skew-y-6 {
  --transform-skew-y: 6deg
}

.skew-y-12 {
  --transform-skew-y: 12deg
}

.-skew-y-12 {
  --transform-skew-y: -12deg
}

.-skew-y-6 {
  --transform-skew-y: -6deg
}

.-skew-y-3 {
  --transform-skew-y: -3deg
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg
}

.transition-none {
  transition-property: none
}

.transition-all {
  transition-property: all
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke
}

.transition-opacity {
  transition-property: opacity
}

.transition-shadow {
  transition-property: box-shadow
}

.transition-transform {
  transition-property: transform
}

.ease-linear {
  transition-timing-function: linear
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.duration-75 {
  transition-duration: 75ms
}

.duration-100 {
  transition-duration: 100ms
}

.duration-150 {
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

.duration-500 {
  transition-duration: 500ms
}

.duration-700 {
  transition-duration: 700ms
}

.duration-1000 {
  transition-duration: 1000ms
}

@media (max-width: 767px) {
  .mb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:bg-fixed {
    background-attachment: fixed
  }

  .mb\:bg-local {
    background-attachment: local
  }

  .mb\:bg-scroll {
    background-attachment: scroll
  }

  .mb\:bg-base {
    background-color: #0E2D52
  }

  .mb\:bg-primary {
    background-color: #5EB3E4
  }

  .mb\:bg-secondary {
    background-color: #00A994
  }

  .mb\:bg-white {
    background-color: #fff
  }

  .mb\:bg-danger {
    background-color: #FF695B
  }

  .mb\:bg-warning {
    background-color: #FFBE4F
  }

  .mb\:bg-success {
    background-color: #3DCC79
  }

  .mb\:bg-gray {
    background-color: #9BAEBC
  }

  .mb\:bg-lightgray {
    background-color: #edf0f2
  }

  .mb\:bg-light {
    background-color: #fafafa
  }

  .mb\:bg-dark {
    background-color: #384955
  }

  .mb\:hover\:bg-base:hover {
    background-color: #0E2D52
  }

  .mb\:hover\:bg-primary:hover {
    background-color: #5EB3E4
  }

  .mb\:hover\:bg-secondary:hover {
    background-color: #00A994
  }

  .mb\:hover\:bg-white:hover {
    background-color: #fff
  }

  .mb\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .mb\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .mb\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .mb\:hover\:bg-gray:hover {
    background-color: #9BAEBC
  }

  .mb\:hover\:bg-lightgray:hover {
    background-color: #edf0f2
  }

  .mb\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .mb\:hover\:bg-dark:hover {
    background-color: #384955
  }

  .mb\:focus\:bg-base:focus {
    background-color: #0E2D52
  }

  .mb\:focus\:bg-primary:focus {
    background-color: #5EB3E4
  }

  .mb\:focus\:bg-secondary:focus {
    background-color: #00A994
  }

  .mb\:focus\:bg-white:focus {
    background-color: #fff
  }

  .mb\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .mb\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .mb\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .mb\:focus\:bg-gray:focus {
    background-color: #9BAEBC
  }

  .mb\:focus\:bg-lightgray:focus {
    background-color: #edf0f2
  }

  .mb\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .mb\:focus\:bg-dark:focus {
    background-color: #384955
  }

  .mb\:bg-bottom {
    background-position: bottom
  }

  .mb\:bg-center {
    background-position: center
  }

  .mb\:bg-left {
    background-position: left
  }

  .mb\:bg-left-bottom {
    background-position: left bottom
  }

  .mb\:bg-left-top {
    background-position: left top
  }

  .mb\:bg-right {
    background-position: right
  }

  .mb\:bg-right-bottom {
    background-position: right bottom
  }

  .mb\:bg-right-top {
    background-position: right top
  }

  .mb\:bg-top {
    background-position: top
  }

  .mb\:bg-repeat {
    background-repeat: repeat
  }

  .mb\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .mb\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .mb\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .mb\:bg-repeat-round {
    background-repeat: round
  }

  .mb\:bg-repeat-space {
    background-repeat: space
  }

  .mb\:bg-auto {
    background-size: auto
  }

  .mb\:bg-cover {
    background-size: cover
  }

  .mb\:bg-contain {
    background-size: contain
  }

  .mb\:border-collapse {
    border-collapse: collapse
  }

  .mb\:border-separate {
    border-collapse: separate
  }

  .mb\:border-base {
    border-color: #0E2D52
  }

  .mb\:border-primary {
    border-color: #5EB3E4
  }

  .mb\:border-secondary {
    border-color: #00A994
  }

  .mb\:border-white {
    border-color: #fff
  }

  .mb\:border-danger {
    border-color: #FF695B
  }

  .mb\:border-warning {
    border-color: #FFBE4F
  }

  .mb\:border-success {
    border-color: #3DCC79
  }

  .mb\:border-gray {
    border-color: #9BAEBC
  }

  .mb\:border-lightgray {
    border-color: #edf0f2
  }

  .mb\:border-light {
    border-color: #fafafa
  }

  .mb\:border-dark {
    border-color: #384955
  }

  .mb\:hover\:border-base:hover {
    border-color: #0E2D52
  }

  .mb\:hover\:border-primary:hover {
    border-color: #5EB3E4
  }

  .mb\:hover\:border-secondary:hover {
    border-color: #00A994
  }

  .mb\:hover\:border-white:hover {
    border-color: #fff
  }

  .mb\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .mb\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .mb\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .mb\:hover\:border-gray:hover {
    border-color: #9BAEBC
  }

  .mb\:hover\:border-lightgray:hover {
    border-color: #edf0f2
  }

  .mb\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .mb\:hover\:border-dark:hover {
    border-color: #384955
  }

  .mb\:focus\:border-base:focus {
    border-color: #0E2D52
  }

  .mb\:focus\:border-primary:focus {
    border-color: #5EB3E4
  }

  .mb\:focus\:border-secondary:focus {
    border-color: #00A994
  }

  .mb\:focus\:border-white:focus {
    border-color: #fff
  }

  .mb\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .mb\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .mb\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .mb\:focus\:border-gray:focus {
    border-color: #9BAEBC
  }

  .mb\:focus\:border-lightgray:focus {
    border-color: #edf0f2
  }

  .mb\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .mb\:focus\:border-dark:focus {
    border-color: #384955
  }

  .mb\:rounded-none {
    border-radius: 0
  }

  .mb\:rounded-sm {
    border-radius: 0.125rem
  }

  .mb\:rounded {
    border-radius: 0.25rem
  }

  .mb\:rounded-md {
    border-radius: 0.375rem
  }

  .mb\:rounded-lg {
    border-radius: 0.5rem
  }

  .mb\:rounded-full {
    border-radius: 9999px
  }

  .mb\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .mb\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .mb\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .mb\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .mb\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .mb\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .mb\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .mb\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .mb\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .mb\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .mb\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .mb\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .mb\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .mb\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .mb\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .mb\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .mb\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .mb\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .mb\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .mb\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .mb\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .mb\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .mb\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .mb\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .mb\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .mb\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .mb\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .mb\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .mb\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .mb\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .mb\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .mb\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .mb\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .mb\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .mb\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .mb\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .mb\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .mb\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .mb\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .mb\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .mb\:border-solid {
    border-style: solid
  }

  .mb\:border-dashed {
    border-style: dashed
  }

  .mb\:border-dotted {
    border-style: dotted
  }

  .mb\:border-double {
    border-style: double
  }

  .mb\:border-none {
    border-style: none
  }

  .mb\:border-0 {
    border-width: 0
  }

  .mb\:border-2 {
    border-width: 2px
  }

  .mb\:border-3 {
    border-width: 3px
  }

  .mb\:border-4 {
    border-width: 4px
  }

  .mb\:border-5 {
    border-width: 5px
  }

  .mb\:border-6 {
    border-width: 6px
  }

  .mb\:border-7 {
    border-width: 7px
  }

  .mb\:border-8 {
    border-width: 8px
  }

  .mb\:border-9 {
    border-width: 9px
  }

  .mb\:border-10 {
    border-width: 10px
  }

  .mb\:border {
    border-width: 1px
  }

  .mb\:border-t-0 {
    border-top-width: 0
  }

  .mb\:border-r-0 {
    border-right-width: 0
  }

  .mb\:border-b-0 {
    border-bottom-width: 0
  }

  .mb\:border-l-0 {
    border-left-width: 0
  }

  .mb\:border-t-2 {
    border-top-width: 2px
  }

  .mb\:border-r-2 {
    border-right-width: 2px
  }

  .mb\:border-b-2 {
    border-bottom-width: 2px
  }

  .mb\:border-l-2 {
    border-left-width: 2px
  }

  .mb\:border-t-3 {
    border-top-width: 3px
  }

  .mb\:border-r-3 {
    border-right-width: 3px
  }

  .mb\:border-b-3 {
    border-bottom-width: 3px
  }

  .mb\:border-l-3 {
    border-left-width: 3px
  }

  .mb\:border-t-4 {
    border-top-width: 4px
  }

  .mb\:border-r-4 {
    border-right-width: 4px
  }

  .mb\:border-b-4 {
    border-bottom-width: 4px
  }

  .mb\:border-l-4 {
    border-left-width: 4px
  }

  .mb\:border-t-5 {
    border-top-width: 5px
  }

  .mb\:border-r-5 {
    border-right-width: 5px
  }

  .mb\:border-b-5 {
    border-bottom-width: 5px
  }

  .mb\:border-l-5 {
    border-left-width: 5px
  }

  .mb\:border-t-6 {
    border-top-width: 6px
  }

  .mb\:border-r-6 {
    border-right-width: 6px
  }

  .mb\:border-b-6 {
    border-bottom-width: 6px
  }

  .mb\:border-l-6 {
    border-left-width: 6px
  }

  .mb\:border-t-7 {
    border-top-width: 7px
  }

  .mb\:border-r-7 {
    border-right-width: 7px
  }

  .mb\:border-b-7 {
    border-bottom-width: 7px
  }

  .mb\:border-l-7 {
    border-left-width: 7px
  }

  .mb\:border-t-8 {
    border-top-width: 8px
  }

  .mb\:border-r-8 {
    border-right-width: 8px
  }

  .mb\:border-b-8 {
    border-bottom-width: 8px
  }

  .mb\:border-l-8 {
    border-left-width: 8px
  }

  .mb\:border-t-9 {
    border-top-width: 9px
  }

  .mb\:border-r-9 {
    border-right-width: 9px
  }

  .mb\:border-b-9 {
    border-bottom-width: 9px
  }

  .mb\:border-l-9 {
    border-left-width: 9px
  }

  .mb\:border-t-10 {
    border-top-width: 10px
  }

  .mb\:border-r-10 {
    border-right-width: 10px
  }

  .mb\:border-b-10 {
    border-bottom-width: 10px
  }

  .mb\:border-l-10 {
    border-left-width: 10px
  }

  .mb\:border-t {
    border-top-width: 1px
  }

  .mb\:border-r {
    border-right-width: 1px
  }

  .mb\:border-b {
    border-bottom-width: 1px
  }

  .mb\:border-l {
    border-left-width: 1px
  }

  .mb\:box-border {
    box-sizing: border-box
  }

  .mb\:box-content {
    box-sizing: content-box
  }

  .mb\:cursor-auto {
    cursor: auto
  }

  .mb\:cursor-default {
    cursor: default
  }

  .mb\:cursor-pointer {
    cursor: pointer
  }

  .mb\:cursor-wait {
    cursor: wait
  }

  .mb\:cursor-text {
    cursor: text
  }

  .mb\:cursor-move {
    cursor: move
  }

  .mb\:cursor-not-allowed {
    cursor: not-allowed
  }

  .mb\:block {
    display: block
  }

  .mb\:inline-block {
    display: inline-block
  }

  .mb\:inline {
    display: inline
  }

  .mb\:flex {
    display: flex
  }

  .mb\:inline-flex {
    display: inline-flex
  }

  .mb\:grid {
    display: -ms-grid;
    display: grid
  }

  .mb\:table {
    display: table
  }

  .mb\:table-caption {
    display: table-caption
  }

  .mb\:table-cell {
    display: table-cell
  }

  .mb\:table-column {
    display: table-column
  }

  .mb\:table-column-group {
    display: table-column-group
  }

  .mb\:table-footer-group {
    display: table-footer-group
  }

  .mb\:table-header-group {
    display: table-header-group
  }

  .mb\:table-row-group {
    display: table-row-group
  }

  .mb\:table-row {
    display: table-row
  }

  .mb\:hidden {
    display: none
  }

  .mb\:flex-row {
    flex-direction: row
  }

  .mb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .mb\:flex-col {
    flex-direction: column
  }

  .mb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .mb\:flex-wrap {
    flex-wrap: wrap
  }

  .mb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .mb\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .mb\:items-start {
    align-items: flex-start
  }

  .mb\:items-end {
    align-items: flex-end
  }

  .mb\:items-center {
    align-items: center
  }

  .mb\:items-baseline {
    align-items: baseline
  }

  .mb\:items-stretch {
    align-items: stretch
  }

  .mb\:self-auto {
    -ms-grid-row-align: auto;
    align-self: auto
  }

  .mb\:self-start {
    align-self: flex-start
  }

  .mb\:self-end {
    align-self: flex-end
  }

  .mb\:self-center {
    -ms-grid-row-align: center;
    align-self: center
  }

  .mb\:self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch
  }

  .mb\:justify-start {
    justify-content: flex-start
  }

  .mb\:justify-end {
    justify-content: flex-end
  }

  .mb\:justify-center {
    justify-content: center
  }

  .mb\:justify-between {
    justify-content: space-between
  }

  .mb\:justify-around {
    justify-content: space-around
  }

  .mb\:justify-evenly {
    justify-content: space-evenly
  }

  .mb\:content-center {
    align-content: center
  }

  .mb\:content-start {
    align-content: flex-start
  }

  .mb\:content-end {
    align-content: flex-end
  }

  .mb\:content-between {
    align-content: space-between
  }

  .mb\:content-around {
    align-content: space-around
  }

  .mb\:flex-1 {
    flex: 1 1 0%
  }

  .mb\:flex-auto {
    flex: 1 1 auto
  }

  .mb\:flex-initial {
    flex: 0 1 auto
  }

  .mb\:flex-none {
    flex: none
  }

  .mb\:flex-grow-0 {
    flex-grow: 0
  }

  .mb\:flex-grow {
    flex-grow: 1
  }

  .mb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .mb\:flex-shrink {
    flex-shrink: 1
  }

  .mb\:order-1 {
    order: 1
  }

  .mb\:order-2 {
    order: 2
  }

  .mb\:order-3 {
    order: 3
  }

  .mb\:order-4 {
    order: 4
  }

  .mb\:order-5 {
    order: 5
  }

  .mb\:order-6 {
    order: 6
  }

  .mb\:order-7 {
    order: 7
  }

  .mb\:order-8 {
    order: 8
  }

  .mb\:order-9 {
    order: 9
  }

  .mb\:order-10 {
    order: 10
  }

  .mb\:order-11 {
    order: 11
  }

  .mb\:order-12 {
    order: 12
  }

  .mb\:order-first {
    order: -9999
  }

  .mb\:order-last {
    order: 9999
  }

  .mb\:order-none {
    order: 0
  }

  .mb\:float-right {
    float: right
  }

  .mb\:float-left {
    float: left
  }

  .mb\:float-none {
    float: none
  }

  .mb\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .mb\:clear-left {
    clear: left
  }

  .mb\:clear-right {
    clear: right
  }

  .mb\:clear-both {
    clear: both
  }

  .mb\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .mb\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .mb\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .mb\:font-hairline {
    font-weight: 100
  }

  .mb\:font-thin {
    font-weight: 200
  }

  .mb\:font-light {
    font-weight: 300
  }

  .mb\:font-normal {
    font-weight: 400
  }

  .mb\:font-medium {
    font-weight: 500
  }

  .mb\:font-semibold {
    font-weight: 600
  }

  .mb\:font-bold {
    font-weight: 700
  }

  .mb\:font-extrabold {
    font-weight: 800
  }

  .mb\:font-black {
    font-weight: 900
  }

  .mb\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .mb\:hover\:font-thin:hover {
    font-weight: 200
  }

  .mb\:hover\:font-light:hover {
    font-weight: 300
  }

  .mb\:hover\:font-normal:hover {
    font-weight: 400
  }

  .mb\:hover\:font-medium:hover {
    font-weight: 500
  }

  .mb\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .mb\:hover\:font-bold:hover {
    font-weight: 700
  }

  .mb\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .mb\:hover\:font-black:hover {
    font-weight: 900
  }

  .mb\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .mb\:focus\:font-thin:focus {
    font-weight: 200
  }

  .mb\:focus\:font-light:focus {
    font-weight: 300
  }

  .mb\:focus\:font-normal:focus {
    font-weight: 400
  }

  .mb\:focus\:font-medium:focus {
    font-weight: 500
  }

  .mb\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .mb\:focus\:font-bold:focus {
    font-weight: 700
  }

  .mb\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .mb\:focus\:font-black:focus {
    font-weight: 900
  }

  .mb\:h-0 {
    height: 0
  }

  .mb\:h-1 {
    height: 0.25rem
  }

  .mb\:h-2 {
    height: 0.5rem
  }

  .mb\:h-3 {
    height: 0.75rem
  }

  .mb\:h-4 {
    height: 1rem
  }

  .mb\:h-5 {
    height: 1.25rem
  }

  .mb\:h-6 {
    height: 1.5rem
  }

  .mb\:h-8 {
    height: 2rem
  }

  .mb\:h-10 {
    height: 2.5rem
  }

  .mb\:h-12 {
    height: 3rem
  }

  .mb\:h-16 {
    height: 4rem
  }

  .mb\:h-20 {
    height: 5rem
  }

  .mb\:h-24 {
    height: 6rem
  }

  .mb\:h-32 {
    height: 8rem
  }

  .mb\:h-40 {
    height: 10rem
  }

  .mb\:h-48 {
    height: 12rem
  }

  .mb\:h-56 {
    height: 14rem
  }

  .mb\:h-64 {
    height: 16rem
  }

  .mb\:h-auto {
    height: auto
  }

  .mb\:h-px {
    height: 1px
  }

  .mb\:h-full {
    height: 100%
  }

  .mb\:h-screen {
    height: 100vh
  }

  .mb\:leading-3 {
    line-height: .75rem
  }

  .mb\:leading-4 {
    line-height: 1rem
  }

  .mb\:leading-5 {
    line-height: 1.25rem
  }

  .mb\:leading-6 {
    line-height: 1.5rem
  }

  .mb\:leading-7 {
    line-height: 1.75rem
  }

  .mb\:leading-8 {
    line-height: 2rem
  }

  .mb\:leading-9 {
    line-height: 2.25rem
  }

  .mb\:leading-10 {
    line-height: 2.5rem
  }

  .mb\:leading-none {
    line-height: 1
  }

  .mb\:leading-tight {
    line-height: 1.25
  }

  .mb\:leading-snug {
    line-height: 1.375
  }

  .mb\:leading-normal {
    line-height: 1.5
  }

  .mb\:leading-relaxed {
    line-height: 1.625
  }

  .mb\:leading-loose {
    line-height: 2
  }

  .mb\:list-inside {
    list-style-position: inside
  }

  .mb\:list-outside {
    list-style-position: outside
  }

  .mb\:list-none {
    list-style-type: none
  }

  .mb\:list-disc {
    list-style-type: disc
  }

  .mb\:list-decimal {
    list-style-type: decimal
  }

  .mb\:m-0 {
    margin: 0
  }

  .mb\:m-1 {
    margin: 0.25rem
  }

  .mb\:m-2 {
    margin: 0.5rem
  }

  .mb\:m-3 {
    margin: 0.75rem
  }

  .mb\:m-4 {
    margin: 1rem
  }

  .mb\:m-5 {
    margin: 1.25rem
  }

  .mb\:m-6 {
    margin: 1.5rem
  }

  .mb\:m-8 {
    margin: 2rem
  }

  .mb\:m-10 {
    margin: 2.5rem
  }

  .mb\:m-12 {
    margin: 3rem
  }

  .mb\:m-16 {
    margin: 4rem
  }

  .mb\:m-20 {
    margin: 5rem
  }

  .mb\:m-24 {
    margin: 6rem
  }

  .mb\:m-32 {
    margin: 8rem
  }

  .mb\:m-40 {
    margin: 10rem
  }

  .mb\:m-48 {
    margin: 12rem
  }

  .mb\:m-56 {
    margin: 14rem
  }

  .mb\:m-64 {
    margin: 16rem
  }

  .mb\:m-auto {
    margin: auto
  }

  .mb\:m-px {
    margin: 1px
  }

  .mb\:-m-1 {
    margin: -0.25rem
  }

  .mb\:-m-2 {
    margin: -0.5rem
  }

  .mb\:-m-3 {
    margin: -0.75rem
  }

  .mb\:-m-4 {
    margin: -1rem
  }

  .mb\:-m-5 {
    margin: -1.25rem
  }

  .mb\:-m-6 {
    margin: -1.5rem
  }

  .mb\:-m-8 {
    margin: -2rem
  }

  .mb\:-m-10 {
    margin: -2.5rem
  }

  .mb\:-m-12 {
    margin: -3rem
  }

  .mb\:-m-16 {
    margin: -4rem
  }

  .mb\:-m-20 {
    margin: -5rem
  }

  .mb\:-m-24 {
    margin: -6rem
  }

  .mb\:-m-32 {
    margin: -8rem
  }

  .mb\:-m-40 {
    margin: -10rem
  }

  .mb\:-m-48 {
    margin: -12rem
  }

  .mb\:-m-56 {
    margin: -14rem
  }

  .mb\:-m-64 {
    margin: -16rem
  }

  .mb\:-m-px {
    margin: -1px
  }

  .mb\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .mb\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .mb\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .mb\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .mb\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .mb\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .mb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .mb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .mb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .mb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .mb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .mb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .mb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .mb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .mb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .mb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .mb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .mb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .mb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .mb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .mb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .mb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .mb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .mb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .mb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .mb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .mb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .mb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .mb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .mb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .mb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .mb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .mb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .mb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .mb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .mb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .mb\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .mb\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .mb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .mb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .mb\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .mb\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .mb\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .mb\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .mb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .mb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .mb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .mb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .mb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .mb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .mb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .mb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .mb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .mb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .mb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .mb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .mb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .mb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .mb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .mb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .mb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .mb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .mb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .mb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .mb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .mb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .mb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .mb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .mb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .mb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .mb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .mb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .mb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .mb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .mb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .mb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .mb\:mt-0 {
    margin-top: 0
  }

  .mb\:mr-0 {
    margin-right: 0
  }

  .mb\:mb-0 {
    margin-bottom: 0
  }

  .mb\:ml-0 {
    margin-left: 0
  }

  .mb\:mt-1 {
    margin-top: 0.25rem
  }

  .mb\:mr-1 {
    margin-right: 0.25rem
  }

  .mb\:mb-1 {
    margin-bottom: 0.25rem
  }

  .mb\:ml-1 {
    margin-left: 0.25rem
  }

  .mb\:mt-2 {
    margin-top: 0.5rem
  }

  .mb\:mr-2 {
    margin-right: 0.5rem
  }

  .mb\:mb-2 {
    margin-bottom: 0.5rem
  }

  .mb\:ml-2 {
    margin-left: 0.5rem
  }

  .mb\:mt-3 {
    margin-top: 0.75rem
  }

  .mb\:mr-3 {
    margin-right: 0.75rem
  }

  .mb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .mb\:ml-3 {
    margin-left: 0.75rem
  }

  .mb\:mt-4 {
    margin-top: 1rem
  }

  .mb\:mr-4 {
    margin-right: 1rem
  }

  .mb\:mb-4 {
    margin-bottom: 1rem
  }

  .mb\:ml-4 {
    margin-left: 1rem
  }

  .mb\:mt-5 {
    margin-top: 1.25rem
  }

  .mb\:mr-5 {
    margin-right: 1.25rem
  }

  .mb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .mb\:ml-5 {
    margin-left: 1.25rem
  }

  .mb\:mt-6 {
    margin-top: 1.5rem
  }

  .mb\:mr-6 {
    margin-right: 1.5rem
  }

  .mb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .mb\:ml-6 {
    margin-left: 1.5rem
  }

  .mb\:mt-8 {
    margin-top: 2rem
  }

  .mb\:mr-8 {
    margin-right: 2rem
  }

  .mb\:mb-8 {
    margin-bottom: 2rem
  }

  .mb\:ml-8 {
    margin-left: 2rem
  }

  .mb\:mt-10 {
    margin-top: 2.5rem
  }

  .mb\:mr-10 {
    margin-right: 2.5rem
  }

  .mb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .mb\:ml-10 {
    margin-left: 2.5rem
  }

  .mb\:mt-12 {
    margin-top: 3rem
  }

  .mb\:mr-12 {
    margin-right: 3rem
  }

  .mb\:mb-12 {
    margin-bottom: 3rem
  }

  .mb\:ml-12 {
    margin-left: 3rem
  }

  .mb\:mt-16 {
    margin-top: 4rem
  }

  .mb\:mr-16 {
    margin-right: 4rem
  }

  .mb\:mb-16 {
    margin-bottom: 4rem
  }

  .mb\:ml-16 {
    margin-left: 4rem
  }

  .mb\:mt-20 {
    margin-top: 5rem
  }

  .mb\:mr-20 {
    margin-right: 5rem
  }

  .mb\:mb-20 {
    margin-bottom: 5rem
  }

  .mb\:ml-20 {
    margin-left: 5rem
  }

  .mb\:mt-24 {
    margin-top: 6rem
  }

  .mb\:mr-24 {
    margin-right: 6rem
  }

  .mb\:mb-24 {
    margin-bottom: 6rem
  }

  .mb\:ml-24 {
    margin-left: 6rem
  }

  .mb\:mt-32 {
    margin-top: 8rem
  }

  .mb\:mr-32 {
    margin-right: 8rem
  }

  .mb\:mb-32 {
    margin-bottom: 8rem
  }

  .mb\:ml-32 {
    margin-left: 8rem
  }

  .mb\:mt-40 {
    margin-top: 10rem
  }

  .mb\:mr-40 {
    margin-right: 10rem
  }

  .mb\:mb-40 {
    margin-bottom: 10rem
  }

  .mb\:ml-40 {
    margin-left: 10rem
  }

  .mb\:mt-48 {
    margin-top: 12rem
  }

  .mb\:mr-48 {
    margin-right: 12rem
  }

  .mb\:mb-48 {
    margin-bottom: 12rem
  }

  .mb\:ml-48 {
    margin-left: 12rem
  }

  .mb\:mt-56 {
    margin-top: 14rem
  }

  .mb\:mr-56 {
    margin-right: 14rem
  }

  .mb\:mb-56 {
    margin-bottom: 14rem
  }

  .mb\:ml-56 {
    margin-left: 14rem
  }

  .mb\:mt-64 {
    margin-top: 16rem
  }

  .mb\:mr-64 {
    margin-right: 16rem
  }

  .mb\:mb-64 {
    margin-bottom: 16rem
  }

  .mb\:ml-64 {
    margin-left: 16rem
  }

  .mb\:mt-auto {
    margin-top: auto
  }

  .mb\:mr-auto {
    margin-right: auto
  }

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

  .mb\:ml-auto {
    margin-left: auto
  }

  .mb\:mt-px {
    margin-top: 1px
  }

  .mb\:mr-px {
    margin-right: 1px
  }

  .mb\:mb-px {
    margin-bottom: 1px
  }

  .mb\:ml-px {
    margin-left: 1px
  }

  .mb\:-mt-1 {
    margin-top: -0.25rem
  }

  .mb\:-mr-1 {
    margin-right: -0.25rem
  }

  .mb\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .mb\:-ml-1 {
    margin-left: -0.25rem
  }

  .mb\:-mt-2 {
    margin-top: -0.5rem
  }

  .mb\:-mr-2 {
    margin-right: -0.5rem
  }

  .mb\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .mb\:-ml-2 {
    margin-left: -0.5rem
  }

  .mb\:-mt-3 {
    margin-top: -0.75rem
  }

  .mb\:-mr-3 {
    margin-right: -0.75rem
  }

  .mb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .mb\:-ml-3 {
    margin-left: -0.75rem
  }

  .mb\:-mt-4 {
    margin-top: -1rem
  }

  .mb\:-mr-4 {
    margin-right: -1rem
  }

  .mb\:-mb-4 {
    margin-bottom: -1rem
  }

  .mb\:-ml-4 {
    margin-left: -1rem
  }

  .mb\:-mt-5 {
    margin-top: -1.25rem
  }

  .mb\:-mr-5 {
    margin-right: -1.25rem
  }

  .mb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .mb\:-ml-5 {
    margin-left: -1.25rem
  }

  .mb\:-mt-6 {
    margin-top: -1.5rem
  }

  .mb\:-mr-6 {
    margin-right: -1.5rem
  }

  .mb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .mb\:-ml-6 {
    margin-left: -1.5rem
  }

  .mb\:-mt-8 {
    margin-top: -2rem
  }

  .mb\:-mr-8 {
    margin-right: -2rem
  }

  .mb\:-mb-8 {
    margin-bottom: -2rem
  }

  .mb\:-ml-8 {
    margin-left: -2rem
  }

  .mb\:-mt-10 {
    margin-top: -2.5rem
  }

  .mb\:-mr-10 {
    margin-right: -2.5rem
  }

  .mb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .mb\:-ml-10 {
    margin-left: -2.5rem
  }

  .mb\:-mt-12 {
    margin-top: -3rem
  }

  .mb\:-mr-12 {
    margin-right: -3rem
  }

  .mb\:-mb-12 {
    margin-bottom: -3rem
  }

  .mb\:-ml-12 {
    margin-left: -3rem
  }

  .mb\:-mt-16 {
    margin-top: -4rem
  }

  .mb\:-mr-16 {
    margin-right: -4rem
  }

  .mb\:-mb-16 {
    margin-bottom: -4rem
  }

  .mb\:-ml-16 {
    margin-left: -4rem
  }

  .mb\:-mt-20 {
    margin-top: -5rem
  }

  .mb\:-mr-20 {
    margin-right: -5rem
  }

  .mb\:-mb-20 {
    margin-bottom: -5rem
  }

  .mb\:-ml-20 {
    margin-left: -5rem
  }

  .mb\:-mt-24 {
    margin-top: -6rem
  }

  .mb\:-mr-24 {
    margin-right: -6rem
  }

  .mb\:-mb-24 {
    margin-bottom: -6rem
  }

  .mb\:-ml-24 {
    margin-left: -6rem
  }

  .mb\:-mt-32 {
    margin-top: -8rem
  }

  .mb\:-mr-32 {
    margin-right: -8rem
  }

  .mb\:-mb-32 {
    margin-bottom: -8rem
  }

  .mb\:-ml-32 {
    margin-left: -8rem
  }

  .mb\:-mt-40 {
    margin-top: -10rem
  }

  .mb\:-mr-40 {
    margin-right: -10rem
  }

  .mb\:-mb-40 {
    margin-bottom: -10rem
  }

  .mb\:-ml-40 {
    margin-left: -10rem
  }

  .mb\:-mt-48 {
    margin-top: -12rem
  }

  .mb\:-mr-48 {
    margin-right: -12rem
  }

  .mb\:-mb-48 {
    margin-bottom: -12rem
  }

  .mb\:-ml-48 {
    margin-left: -12rem
  }

  .mb\:-mt-56 {
    margin-top: -14rem
  }

  .mb\:-mr-56 {
    margin-right: -14rem
  }

  .mb\:-mb-56 {
    margin-bottom: -14rem
  }

  .mb\:-ml-56 {
    margin-left: -14rem
  }

  .mb\:-mt-64 {
    margin-top: -16rem
  }

  .mb\:-mr-64 {
    margin-right: -16rem
  }

  .mb\:-mb-64 {
    margin-bottom: -16rem
  }

  .mb\:-ml-64 {
    margin-left: -16rem
  }

  .mb\:-mt-px {
    margin-top: -1px
  }

  .mb\:-mr-px {
    margin-right: -1px
  }

  .mb\:-mb-px {
    margin-bottom: -1px
  }

  .mb\:-ml-px {
    margin-left: -1px
  }

  .mb\:max-h-full {
    max-height: 100%
  }

  .mb\:max-h-screen {
    max-height: 100vh
  }

  .mb\:max-w-none {
    max-width: none
  }

  .mb\:max-w-xs {
    max-width: 20rem
  }

  .mb\:max-w-sm {
    max-width: 24rem
  }

  .mb\:max-w-md {
    max-width: 28rem
  }

  .mb\:max-w-lg {
    max-width: 32rem
  }

  .mb\:max-w-xl {
    max-width: 36rem
  }

  .mb\:max-w-2xl {
    max-width: 42rem
  }

  .mb\:max-w-3xl {
    max-width: 48rem
  }

  .mb\:max-w-4xl {
    max-width: 56rem
  }

  .mb\:max-w-5xl {
    max-width: 64rem
  }

  .mb\:max-w-6xl {
    max-width: 72rem
  }

  .mb\:max-w-full {
    max-width: 100%
  }

  .mb\:max-w-screen-tb {
    max-width: 768px
  }

  .mb\:max-w-screen-ds {
    max-width: 992px
  }

  .mb\:min-h-0 {
    min-height: 0
  }

  .mb\:min-h-full {
    min-height: 100%
  }

  .mb\:min-h-screen {
    min-height: 100vh
  }

  .mb\:min-w-0 {
    min-width: 0
  }

  .mb\:min-w-full {
    min-width: 100%
  }

  .mb\:object-contain {
    object-fit: contain
  }

  .mb\:object-cover {
    object-fit: cover
  }

  .mb\:object-fill {
    object-fit: fill
  }

  .mb\:object-none {
    object-fit: none
  }

  .mb\:object-scale-down {
    object-fit: scale-down
  }

  .mb\:object-bottom {
    object-position: bottom
  }

  .mb\:object-center {
    object-position: center
  }

  .mb\:object-left {
    object-position: left
  }

  .mb\:object-left-bottom {
    object-position: left bottom
  }

  .mb\:object-left-top {
    object-position: left top
  }

  .mb\:object-right {
    object-position: right
  }

  .mb\:object-right-bottom {
    object-position: right bottom
  }

  .mb\:object-right-top {
    object-position: right top
  }

  .mb\:object-top {
    object-position: top
  }

  .mb\:opacity-0 {
    opacity: 0
  }

  .mb\:opacity-25 {
    opacity: 0.25
  }

  .mb\:opacity-50 {
    opacity: 0.5
  }

  .mb\:opacity-75 {
    opacity: 0.75
  }

  .mb\:opacity-100 {
    opacity: 1
  }

  .mb\:hover\:opacity-0:hover {
    opacity: 0
  }

  .mb\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .mb\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .mb\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .mb\:hover\:opacity-100:hover {
    opacity: 1
  }

  .mb\:focus\:opacity-0:focus {
    opacity: 0
  }

  .mb\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .mb\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .mb\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .mb\:focus\:opacity-100:focus {
    opacity: 1
  }

  .mb\:outline-none {
    outline: 0
  }

  .mb\:focus\:outline-none:focus {
    outline: 0
  }

  .mb\:overflow-auto {
    overflow: auto
  }

  .mb\:overflow-hidden {
    overflow: hidden
  }

  .mb\:overflow-visible {
    overflow: visible
  }

  .mb\:overflow-scroll {
    overflow: scroll
  }

  .mb\:overflow-x-auto {
    overflow-x: auto
  }

  .mb\:overflow-y-auto {
    overflow-y: auto
  }

  .mb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .mb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .mb\:overflow-x-visible {
    overflow-x: visible
  }

  .mb\:overflow-y-visible {
    overflow-y: visible
  }

  .mb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .mb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .mb\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .mb\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .mb\:p-0 {
    padding: 0
  }

  .mb\:p-1 {
    padding: 0.25rem
  }

  .mb\:p-2 {
    padding: 0.5rem
  }

  .mb\:p-3 {
    padding: 0.75rem
  }

  .mb\:p-4 {
    padding: 1rem
  }

  .mb\:p-5 {
    padding: 1.25rem
  }

  .mb\:p-6 {
    padding: 1.5rem
  }

  .mb\:p-8 {
    padding: 2rem
  }

  .mb\:p-10 {
    padding: 2.5rem
  }

  .mb\:p-12 {
    padding: 3rem
  }

  .mb\:p-16 {
    padding: 4rem
  }

  .mb\:p-20 {
    padding: 5rem
  }

  .mb\:p-24 {
    padding: 6rem
  }

  .mb\:p-32 {
    padding: 8rem
  }

  .mb\:p-40 {
    padding: 10rem
  }

  .mb\:p-48 {
    padding: 12rem
  }

  .mb\:p-56 {
    padding: 14rem
  }

  .mb\:p-64 {
    padding: 16rem
  }

  .mb\:p-px {
    padding: 1px
  }

  .mb\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .mb\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .mb\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .mb\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .mb\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .mb\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .mb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .mb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .mb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .mb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .mb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .mb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .mb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .mb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .mb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .mb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .mb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .mb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .mb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .mb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .mb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .mb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .mb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .mb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .mb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .mb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .mb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .mb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .mb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .mb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .mb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .mb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .mb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .mb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .mb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .mb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .mb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .mb\:pt-0 {
    padding-top: 0
  }

  .mb\:pr-0 {
    padding-right: 0
  }

  .mb\:pb-0 {
    padding-bottom: 0
  }

  .mb\:pl-0 {
    padding-left: 0
  }

  .mb\:pt-1 {
    padding-top: 0.25rem
  }

  .mb\:pr-1 {
    padding-right: 0.25rem
  }

  .mb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .mb\:pl-1 {
    padding-left: 0.25rem
  }

  .mb\:pt-2 {
    padding-top: 0.5rem
  }

  .mb\:pr-2 {
    padding-right: 0.5rem
  }

  .mb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .mb\:pl-2 {
    padding-left: 0.5rem
  }

  .mb\:pt-3 {
    padding-top: 0.75rem
  }

  .mb\:pr-3 {
    padding-right: 0.75rem
  }

  .mb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .mb\:pl-3 {
    padding-left: 0.75rem
  }

  .mb\:pt-4 {
    padding-top: 1rem
  }

  .mb\:pr-4 {
    padding-right: 1rem
  }

  .mb\:pb-4 {
    padding-bottom: 1rem
  }

  .mb\:pl-4 {
    padding-left: 1rem
  }

  .mb\:pt-5 {
    padding-top: 1.25rem
  }

  .mb\:pr-5 {
    padding-right: 1.25rem
  }

  .mb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .mb\:pl-5 {
    padding-left: 1.25rem
  }

  .mb\:pt-6 {
    padding-top: 1.5rem
  }

  .mb\:pr-6 {
    padding-right: 1.5rem
  }

  .mb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .mb\:pl-6 {
    padding-left: 1.5rem
  }

  .mb\:pt-8 {
    padding-top: 2rem
  }

  .mb\:pr-8 {
    padding-right: 2rem
  }

  .mb\:pb-8 {
    padding-bottom: 2rem
  }

  .mb\:pl-8 {
    padding-left: 2rem
  }

  .mb\:pt-10 {
    padding-top: 2.5rem
  }

  .mb\:pr-10 {
    padding-right: 2.5rem
  }

  .mb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .mb\:pl-10 {
    padding-left: 2.5rem
  }

  .mb\:pt-12 {
    padding-top: 3rem
  }

  .mb\:pr-12 {
    padding-right: 3rem
  }

  .mb\:pb-12 {
    padding-bottom: 3rem
  }

  .mb\:pl-12 {
    padding-left: 3rem
  }

  .mb\:pt-16 {
    padding-top: 4rem
  }

  .mb\:pr-16 {
    padding-right: 4rem
  }

  .mb\:pb-16 {
    padding-bottom: 4rem
  }

  .mb\:pl-16 {
    padding-left: 4rem
  }

  .mb\:pt-20 {
    padding-top: 5rem
  }

  .mb\:pr-20 {
    padding-right: 5rem
  }

  .mb\:pb-20 {
    padding-bottom: 5rem
  }

  .mb\:pl-20 {
    padding-left: 5rem
  }

  .mb\:pt-24 {
    padding-top: 6rem
  }

  .mb\:pr-24 {
    padding-right: 6rem
  }

  .mb\:pb-24 {
    padding-bottom: 6rem
  }

  .mb\:pl-24 {
    padding-left: 6rem
  }

  .mb\:pt-32 {
    padding-top: 8rem
  }

  .mb\:pr-32 {
    padding-right: 8rem
  }

  .mb\:pb-32 {
    padding-bottom: 8rem
  }

  .mb\:pl-32 {
    padding-left: 8rem
  }

  .mb\:pt-40 {
    padding-top: 10rem
  }

  .mb\:pr-40 {
    padding-right: 10rem
  }

  .mb\:pb-40 {
    padding-bottom: 10rem
  }

  .mb\:pl-40 {
    padding-left: 10rem
  }

  .mb\:pt-48 {
    padding-top: 12rem
  }

  .mb\:pr-48 {
    padding-right: 12rem
  }

  .mb\:pb-48 {
    padding-bottom: 12rem
  }

  .mb\:pl-48 {
    padding-left: 12rem
  }

  .mb\:pt-56 {
    padding-top: 14rem
  }

  .mb\:pr-56 {
    padding-right: 14rem
  }

  .mb\:pb-56 {
    padding-bottom: 14rem
  }

  .mb\:pl-56 {
    padding-left: 14rem
  }

  .mb\:pt-64 {
    padding-top: 16rem
  }

  .mb\:pr-64 {
    padding-right: 16rem
  }

  .mb\:pb-64 {
    padding-bottom: 16rem
  }

  .mb\:pl-64 {
    padding-left: 16rem
  }

  .mb\:pt-px {
    padding-top: 1px
  }

  .mb\:pr-px {
    padding-right: 1px
  }

  .mb\:pb-px {
    padding-bottom: 1px
  }

  .mb\:pl-px {
    padding-left: 1px
  }

  .mb\:placeholder-base:-ms-input-placeholder {
    color: #0E2D52
  }

  .mb\:placeholder-base::placeholder {
    color: #0E2D52
  }

  .mb\:placeholder-primary:-ms-input-placeholder {
    color: #5EB3E4
  }

  .mb\:placeholder-primary::placeholder {
    color: #5EB3E4
  }

  .mb\:placeholder-secondary:-ms-input-placeholder {
    color: #00A994
  }

  .mb\:placeholder-secondary::placeholder {
    color: #00A994
  }

  .mb\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .mb\:placeholder-white::placeholder {
    color: #fff
  }

  .mb\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .mb\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .mb\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .mb\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .mb\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .mb\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .mb\:placeholder-gray:-ms-input-placeholder {
    color: #9BAEBC
  }

  .mb\:placeholder-gray::placeholder {
    color: #9BAEBC
  }

  .mb\:placeholder-lightgray:-ms-input-placeholder {
    color: #edf0f2
  }

  .mb\:placeholder-lightgray::placeholder {
    color: #edf0f2
  }

  .mb\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .mb\:placeholder-light::placeholder {
    color: #fafafa
  }

  .mb\:placeholder-dark:-ms-input-placeholder {
    color: #384955
  }

  .mb\:placeholder-dark::placeholder {
    color: #384955
  }

  .mb\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #0E2D52
  }

  .mb\:focus\:placeholder-base:focus::placeholder {
    color: #0E2D52
  }

  .mb\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #5EB3E4
  }

  .mb\:focus\:placeholder-primary:focus::placeholder {
    color: #5EB3E4
  }

  .mb\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #00A994
  }

  .mb\:focus\:placeholder-secondary:focus::placeholder {
    color: #00A994
  }

  .mb\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .mb\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .mb\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .mb\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .mb\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .mb\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .mb\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .mb\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .mb\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #9BAEBC
  }

  .mb\:focus\:placeholder-gray:focus::placeholder {
    color: #9BAEBC
  }

  .mb\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #edf0f2
  }

  .mb\:focus\:placeholder-lightgray:focus::placeholder {
    color: #edf0f2
  }

  .mb\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .mb\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .mb\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #384955
  }

  .mb\:focus\:placeholder-dark:focus::placeholder {
    color: #384955
  }

  .mb\:pointer-events-none {
    pointer-events: none
  }

  .mb\:pointer-events-auto {
    pointer-events: auto
  }

  .mb\:static {
    position: static
  }

  .mb\:fixed {
    position: fixed
  }

  .mb\:absolute {
    position: absolute
  }

  .mb\:relative {
    position: relative
  }

  .mb\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .mb\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .mb\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .mb\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .mb\:inset-x-0 {
    right: 0;
    left: 0
  }

  .mb\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .mb\:inset-x-auto {
    right: auto;
    left: auto
  }

  .mb\:top-0 {
    top: 0
  }

  .mb\:right-0 {
    right: 0
  }

  .mb\:bottom-0 {
    bottom: 0
  }

  .mb\:left-0 {
    left: 0
  }

  .mb\:top-auto {
    top: auto
  }

  .mb\:right-auto {
    right: auto
  }

  .mb\:bottom-auto {
    bottom: auto
  }

  .mb\:left-auto {
    left: auto
  }

  .mb\:resize-none {
    resize: none
  }

  .mb\:resize-y {
    resize: vertical
  }

  .mb\:resize-x {
    resize: horizontal
  }

  .mb\:resize {
    resize: both
  }

  .mb\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:shadow-none {
    box-shadow: none
  }

  .mb\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .mb\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .mb\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .mb\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .mb\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .mb\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .mb\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .mb\:fill-base {
    fill: #0E2D52
  }

  .mb\:fill-primary {
    fill: #5EB3E4
  }

  .mb\:fill-secondary {
    fill: #00A994
  }

  .mb\:fill-white {
    fill: #fff
  }

  .mb\:fill-danger {
    fill: #FF695B
  }

  .mb\:fill-warning {
    fill: #FFBE4F
  }

  .mb\:fill-success {
    fill: #3DCC79
  }

  .mb\:fill-gray {
    fill: #9BAEBC
  }

  .mb\:fill-lightgray {
    fill: #edf0f2
  }

  .mb\:fill-light {
    fill: #fafafa
  }

  .mb\:fill-dark {
    fill: #384955
  }

  .mb\:stroke-current {
    stroke: currentColor
  }

  .mb\:stroke-0 {
    stroke-width: 0
  }

  .mb\:stroke-1 {
    stroke-width: 1
  }

  .mb\:stroke-2 {
    stroke-width: 2
  }

  .mb\:table-auto {
    table-layout: auto
  }

  .mb\:table-fixed {
    table-layout: fixed
  }

  .mb\:text-left {
    text-align: left
  }

  .mb\:text-center {
    text-align: center
  }

  .mb\:text-right {
    text-align: right
  }

  .mb\:text-justify {
    text-align: justify
  }

  .mb\:text-base {
    color: #0E2D52
  }

  .mb\:text-primary {
    color: #5EB3E4
  }

  .mb\:text-secondary {
    color: #00A994
  }

  .mb\:text-white {
    color: #fff
  }

  .mb\:text-danger {
    color: #FF695B
  }

  .mb\:text-warning {
    color: #FFBE4F
  }

  .mb\:text-success {
    color: #3DCC79
  }

  .mb\:text-gray {
    color: #9BAEBC
  }

  .mb\:text-lightgray {
    color: #edf0f2
  }

  .mb\:text-light {
    color: #fafafa
  }

  .mb\:text-dark {
    color: #384955
  }

  .mb\:hover\:text-base:hover {
    color: #0E2D52
  }

  .mb\:hover\:text-primary:hover {
    color: #5EB3E4
  }

  .mb\:hover\:text-secondary:hover {
    color: #00A994
  }

  .mb\:hover\:text-white:hover {
    color: #fff
  }

  .mb\:hover\:text-danger:hover {
    color: #FF695B
  }

  .mb\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .mb\:hover\:text-success:hover {
    color: #3DCC79
  }

  .mb\:hover\:text-gray:hover {
    color: #9BAEBC
  }

  .mb\:hover\:text-lightgray:hover {
    color: #edf0f2
  }

  .mb\:hover\:text-light:hover {
    color: #fafafa
  }

  .mb\:hover\:text-dark:hover {
    color: #384955
  }

  .mb\:focus\:text-base:focus {
    color: #0E2D52
  }

  .mb\:focus\:text-primary:focus {
    color: #5EB3E4
  }

  .mb\:focus\:text-secondary:focus {
    color: #00A994
  }

  .mb\:focus\:text-white:focus {
    color: #fff
  }

  .mb\:focus\:text-danger:focus {
    color: #FF695B
  }

  .mb\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .mb\:focus\:text-success:focus {
    color: #3DCC79
  }

  .mb\:focus\:text-gray:focus {
    color: #9BAEBC
  }

  .mb\:focus\:text-lightgray:focus {
    color: #edf0f2
  }

  .mb\:focus\:text-light:focus {
    color: #fafafa
  }

  .mb\:focus\:text-dark:focus {
    color: #384955
  }

  .mb\:text-xs {
    font-size: 0.75rem
  }

  .mb\:text-sm {
    font-size: 0.875rem
  }

  .mb\:text-base {
    font-size: 1rem
  }

  .mb\:text-lg {
    font-size: 1.125rem
  }

  .mb\:text-xl {
    font-size: 1.25rem
  }

  .mb\:text-2xl {
    font-size: 1.5rem
  }

  .mb\:text-3xl {
    font-size: 1.875rem
  }

  .mb\:text-4xl {
    font-size: 2.25rem
  }

  .mb\:text-5xl {
    font-size: 3rem
  }

  .mb\:text-6xl {
    font-size: 4rem
  }

  .mb\:italic {
    font-style: italic
  }

  .mb\:not-italic {
    font-style: normal
  }

  .mb\:uppercase {
    text-transform: uppercase
  }

  .mb\:lowercase {
    text-transform: lowercase
  }

  .mb\:capitalize {
    text-transform: capitalize
  }

  .mb\:normal-case {
    text-transform: none
  }

  .mb\:underline {
    text-decoration: underline
  }

  .mb\:line-through {
    text-decoration: line-through
  }

  .mb\:no-underline {
    text-decoration: none
  }

  .mb\:hover\:underline:hover {
    text-decoration: underline
  }

  .mb\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .mb\:hover\:no-underline:hover {
    text-decoration: none
  }

  .mb\:focus\:underline:focus {
    text-decoration: underline
  }

  .mb\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .mb\:focus\:no-underline:focus {
    text-decoration: none
  }

  .mb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .mb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .mb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .mb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .mb\:tracking-normal {
    letter-spacing: 0
  }

  .mb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .mb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .mb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .mb\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .mb\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
  }

  .mb\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all
  }

  .mb\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }

  .mb\:align-baseline {
    vertical-align: baseline
  }

  .mb\:align-top {
    vertical-align: top
  }

  .mb\:align-middle {
    vertical-align: middle
  }

  .mb\:align-bottom {
    vertical-align: bottom
  }

  .mb\:align-text-top {
    vertical-align: text-top
  }

  .mb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .mb\:visible {
    visibility: visible
  }

  .mb\:invisible {
    visibility: hidden
  }

  .mb\:whitespace-normal {
    white-space: normal
  }

  .mb\:whitespace-no-wrap {
    white-space: nowrap
  }

  .mb\:whitespace-pre {
    white-space: pre
  }

  .mb\:whitespace-pre-line {
    white-space: pre-line
  }

  .mb\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .mb\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .mb\:break-words {
    overflow-wrap: break-word
  }

  .mb\:break-all {
    word-break: break-all
  }

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

  .mb\:w-0 {
    width: 0
  }

  .mb\:w-1 {
    width: 0.25rem
  }

  .mb\:w-2 {
    width: 0.5rem
  }

  .mb\:w-3 {
    width: 0.75rem
  }

  .mb\:w-4 {
    width: 1rem
  }

  .mb\:w-5 {
    width: 1.25rem
  }

  .mb\:w-6 {
    width: 1.5rem
  }

  .mb\:w-8 {
    width: 2rem
  }

  .mb\:w-10 {
    width: 2.5rem
  }

  .mb\:w-12 {
    width: 3rem
  }

  .mb\:w-16 {
    width: 4rem
  }

  .mb\:w-20 {
    width: 5rem
  }

  .mb\:w-24 {
    width: 6rem
  }

  .mb\:w-32 {
    width: 8rem
  }

  .mb\:w-40 {
    width: 10rem
  }

  .mb\:w-48 {
    width: 12rem
  }

  .mb\:w-56 {
    width: 14rem
  }

  .mb\:w-64 {
    width: 16rem
  }

  .mb\:w-auto {
    width: auto
  }

  .mb\:w-px {
    width: 1px
  }

  .mb\:w-1\/2 {
    width: 50%
  }

  .mb\:w-1\/3 {
    width: 33.333333%
  }

  .mb\:w-2\/3 {
    width: 66.666667%
  }

  .mb\:w-1\/4 {
    width: 25%
  }

  .mb\:w-2\/4 {
    width: 50%
  }

  .mb\:w-3\/4 {
    width: 75%
  }

  .mb\:w-1\/5 {
    width: 20%
  }

  .mb\:w-2\/5 {
    width: 40%
  }

  .mb\:w-3\/5 {
    width: 60%
  }

  .mb\:w-4\/5 {
    width: 80%
  }

  .mb\:w-1\/6 {
    width: 16.666667%
  }

  .mb\:w-2\/6 {
    width: 33.333333%
  }

  .mb\:w-3\/6 {
    width: 50%
  }

  .mb\:w-4\/6 {
    width: 66.666667%
  }

  .mb\:w-5\/6 {
    width: 83.333333%
  }

  .mb\:w-1\/12 {
    width: 8.333333%
  }

  .mb\:w-2\/12 {
    width: 16.666667%
  }

  .mb\:w-3\/12 {
    width: 25%
  }

  .mb\:w-4\/12 {
    width: 33.333333%
  }

  .mb\:w-5\/12 {
    width: 41.666667%
  }

  .mb\:w-6\/12 {
    width: 50%
  }

  .mb\:w-7\/12 {
    width: 58.333333%
  }

  .mb\:w-8\/12 {
    width: 66.666667%
  }

  .mb\:w-9\/12 {
    width: 75%
  }

  .mb\:w-10\/12 {
    width: 83.333333%
  }

  .mb\:w-11\/12 {
    width: 91.666667%
  }

  .mb\:w-full {
    width: 100%
  }

  .mb\:w-screen {
    width: 100vw
  }

  .mb\:z-0 {
    z-index: 0
  }

  .mb\:z-10 {
    z-index: 10
  }

  .mb\:z-20 {
    z-index: 20
  }

  .mb\:z-30 {
    z-index: 30
  }

  .mb\:z-40 {
    z-index: 40
  }

  .mb\:z-50 {
    z-index: 50
  }

  .mb\:z-auto {
    z-index: auto
  }

  .mb\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .mb\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .mb\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .mb\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .mb\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .mb\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .mb\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .mb\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .mb\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .mb\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .mb\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .mb\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .mb\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .mb\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .mb\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .mb\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .mb\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .mb\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .mb\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .mb\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .mb\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .mb\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .mb\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .mb\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .mb\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .mb\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .mb\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .mb\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .mb\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .mb\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .mb\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .mb\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .mb\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .mb\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .mb\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .mb\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .mb\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .mb\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .mb\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .mb\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .mb\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .mb\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .mb\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .mb\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .mb\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .mb\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .mb\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .mb\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .mb\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .mb\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .mb\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .mb\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .mb\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .mb\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .mb\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .mb\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .mb\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .mb\:grid-flow-row {
    grid-auto-flow: row
  }

  .mb\:grid-flow-col {
    grid-auto-flow: column
  }

  .mb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .mb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .mb\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .mb\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .mb\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .mb\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .mb\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .mb\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .mb\:grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none
  }

  .mb\:col-auto {
    -ms-grid-column: auto;
    grid-column: auto
  }

  .mb\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
    grid-column: span 1 / span 1
  }

  .mb\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
    grid-column: span 2 / span 2
  }

  .mb\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3 / span 3
  }

  .mb\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
    grid-column: span 4 / span 4
  }

  .mb\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
    grid-column: span 5 / span 5
  }

  .mb\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
    grid-column: span 6 / span 6
  }

  .mb\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
    grid-column: span 7 / span 7
  }

  .mb\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
    grid-column: span 8 / span 8
  }

  .mb\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
    grid-column: span 9 / span 9
  }

  .mb\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
    grid-column: span 10 / span 10
  }

  .mb\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
    grid-column: span 11 / span 11
  }

  .mb\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12
  }

  .mb\:col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1
  }

  .mb\:col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2
  }

  .mb\:col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3
  }

  .mb\:col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4
  }

  .mb\:col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5
  }

  .mb\:col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6
  }

  .mb\:col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7
  }

  .mb\:col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8
  }

  .mb\:col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9
  }

  .mb\:col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10
  }

  .mb\:col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11
  }

  .mb\:col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12
  }

  .mb\:col-start-13 {
    -ms-grid-column: 13;
    grid-column-start: 13
  }

  .mb\:col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto
  }

  .mb\:col-end-1 {
    grid-column-end: 1
  }

  .mb\:col-end-2 {
    grid-column-end: 2
  }

  .mb\:col-end-3 {
    grid-column-end: 3
  }

  .mb\:col-end-4 {
    grid-column-end: 4
  }

  .mb\:col-end-5 {
    grid-column-end: 5
  }

  .mb\:col-end-6 {
    grid-column-end: 6
  }

  .mb\:col-end-7 {
    grid-column-end: 7
  }

  .mb\:col-end-8 {
    grid-column-end: 8
  }

  .mb\:col-end-9 {
    grid-column-end: 9
  }

  .mb\:col-end-10 {
    grid-column-end: 10
  }

  .mb\:col-end-11 {
    grid-column-end: 11
  }

  .mb\:col-end-12 {
    grid-column-end: 12
  }

  .mb\:col-end-13 {
    grid-column-end: 13
  }

  .mb\:col-end-auto {
    grid-column-end: auto
  }

  .mb\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-rows-none {
    -ms-grid-rows: none;
    grid-template-rows: none
  }

  .mb\:row-auto {
    -ms-grid-row: auto;
    grid-row: auto
  }

  .mb\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
    grid-row: span 1 / span 1
  }

  .mb\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
    grid-row: span 2 / span 2
  }

  .mb\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
    grid-row: span 3 / span 3
  }

  .mb\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
    grid-row: span 4 / span 4
  }

  .mb\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
    grid-row: span 5 / span 5
  }

  .mb\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
    grid-row: span 6 / span 6
  }

  .mb\:row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1
  }

  .mb\:row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2
  }

  .mb\:row-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3
  }

  .mb\:row-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4
  }

  .mb\:row-start-5 {
    -ms-grid-row: 5;
    grid-row-start: 5
  }

  .mb\:row-start-6 {
    -ms-grid-row: 6;
    grid-row-start: 6
  }

  .mb\:row-start-7 {
    -ms-grid-row: 7;
    grid-row-start: 7
  }

  .mb\:row-start-auto {
    -ms-grid-row: auto;
    grid-row-start: auto
  }

  .mb\:row-end-1 {
    grid-row-end: 1
  }

  .mb\:row-end-2 {
    grid-row-end: 2
  }

  .mb\:row-end-3 {
    grid-row-end: 3
  }

  .mb\:row-end-4 {
    grid-row-end: 4
  }

  .mb\:row-end-5 {
    grid-row-end: 5
  }

  .mb\:row-end-6 {
    grid-row-end: 6
  }

  .mb\:row-end-7 {
    grid-row-end: 7
  }

  .mb\:row-end-auto {
    grid-row-end: auto
  }

  .mb\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .mb\:transform-none {
    transform: none
  }

  .mb\:origin-center {
    transform-origin: center
  }

  .mb\:origin-top {
    transform-origin: top
  }

  .mb\:origin-top-right {
    transform-origin: top right
  }

  .mb\:origin-right {
    transform-origin: right
  }

  .mb\:origin-bottom-right {
    transform-origin: bottom right
  }

  .mb\:origin-bottom {
    transform-origin: bottom
  }

  .mb\:origin-bottom-left {
    transform-origin: bottom left
  }

  .mb\:origin-left {
    transform-origin: left
  }

  .mb\:origin-top-left {
    transform-origin: top left
  }

  .mb\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:scale-x-0 {
    --transform-scale-x: 0
  }

  .mb\:scale-x-50 {
    --transform-scale-x: .5
  }

  .mb\:scale-x-75 {
    --transform-scale-x: .75
  }

  .mb\:scale-x-90 {
    --transform-scale-x: .9
  }

  .mb\:scale-x-95 {
    --transform-scale-x: .95
  }

  .mb\:scale-x-100 {
    --transform-scale-x: 1
  }

  .mb\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .mb\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .mb\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .mb\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .mb\:scale-y-0 {
    --transform-scale-y: 0
  }

  .mb\:scale-y-50 {
    --transform-scale-y: .5
  }

  .mb\:scale-y-75 {
    --transform-scale-y: .75
  }

  .mb\:scale-y-90 {
    --transform-scale-y: .9
  }

  .mb\:scale-y-95 {
    --transform-scale-y: .95
  }

  .mb\:scale-y-100 {
    --transform-scale-y: 1
  }

  .mb\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .mb\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .mb\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .mb\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .mb\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .mb\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .mb\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .mb\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .mb\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .mb\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .mb\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .mb\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .mb\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .mb\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .mb\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .mb\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .mb\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .mb\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .mb\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .mb\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .mb\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .mb\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .mb\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .mb\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .mb\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .mb\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .mb\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .mb\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .mb\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .mb\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .mb\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .mb\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .mb\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .mb\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .mb\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .mb\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .mb\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .mb\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .mb\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .mb\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .mb\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .mb\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .mb\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .mb\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .mb\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .mb\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .mb\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .mb\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .mb\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .mb\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .mb\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .mb\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .mb\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .mb\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .mb\:rotate-0 {
    --transform-rotate: 0
  }

  .mb\:rotate-45 {
    --transform-rotate: 45deg
  }

  .mb\:rotate-90 {
    --transform-rotate: 90deg
  }

  .mb\:rotate-180 {
    --transform-rotate: 180deg
  }

  .mb\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .mb\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .mb\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .mb\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .mb\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .mb\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .mb\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .mb\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .mb\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .mb\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .mb\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .mb\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .mb\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .mb\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .mb\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .mb\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .mb\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .mb\:translate-x-0 {
    --transform-translate-x: 0
  }

  .mb\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .mb\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .mb\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .mb\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .mb\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .mb\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .mb\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .mb\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .mb\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .mb\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .mb\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .mb\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .mb\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .mb\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .mb\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .mb\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .mb\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .mb\:translate-x-px {
    --transform-translate-x: 1px
  }

  .mb\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .mb\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .mb\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .mb\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .mb\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .mb\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .mb\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .mb\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .mb\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .mb\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .mb\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .mb\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .mb\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .mb\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .mb\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .mb\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .mb\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .mb\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .mb\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .mb\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .mb\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .mb\:translate-x-full {
    --transform-translate-x: 100%
  }

  .mb\:translate-y-0 {
    --transform-translate-y: 0
  }

  .mb\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .mb\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .mb\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .mb\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .mb\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .mb\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .mb\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .mb\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .mb\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .mb\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .mb\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .mb\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .mb\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .mb\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .mb\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .mb\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .mb\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .mb\:translate-y-px {
    --transform-translate-y: 1px
  }

  .mb\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .mb\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .mb\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .mb\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .mb\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .mb\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .mb\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .mb\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .mb\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .mb\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .mb\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .mb\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .mb\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .mb\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .mb\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .mb\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .mb\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .mb\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .mb\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .mb\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .mb\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .mb\:translate-y-full {
    --transform-translate-y: 100%
  }

  .mb\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .mb\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .mb\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .mb\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .mb\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .mb\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .mb\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .mb\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .mb\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .mb\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .mb\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .mb\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .mb\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .mb\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .mb\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .mb\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .mb\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .mb\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .mb\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .mb\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .mb\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .mb\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .mb\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .mb\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .mb\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .mb\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .mb\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .mb\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .mb\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .mb\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .mb\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .mb\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .mb\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .mb\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .mb\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .mb\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .mb\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .mb\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .mb\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .mb\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .mb\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .mb\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .mb\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .mb\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .mb\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .mb\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .mb\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .mb\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .mb\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .mb\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .mb\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .mb\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .mb\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .mb\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .mb\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .mb\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .mb\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .mb\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .mb\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .mb\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .mb\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .mb\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .mb\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .mb\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .mb\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .mb\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .mb\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .mb\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .mb\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .mb\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .mb\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .mb\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .mb\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .mb\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .mb\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .mb\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .mb\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .mb\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .mb\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .mb\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .mb\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .mb\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .mb\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .mb\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .mb\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .mb\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .mb\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .mb\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .mb\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .mb\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .mb\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .mb\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .mb\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .mb\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .mb\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .mb\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .mb\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .mb\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .mb\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .mb\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .mb\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .mb\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .mb\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .mb\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .mb\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .mb\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .mb\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .mb\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .mb\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .mb\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .mb\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .mb\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .mb\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .mb\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .mb\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .mb\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .mb\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .mb\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .mb\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .mb\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .mb\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .mb\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .mb\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .mb\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .mb\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .mb\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .mb\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .mb\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .mb\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .mb\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .mb\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .mb\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .mb\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .mb\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .mb\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .mb\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .mb\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .mb\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .mb\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .mb\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .mb\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .mb\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .mb\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .mb\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .mb\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .mb\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .mb\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .mb\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .mb\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .mb\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .mb\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .mb\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .mb\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .mb\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .mb\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .mb\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .mb\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .mb\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .mb\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .mb\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .mb\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .mb\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .mb\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .mb\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .mb\:skew-x-0 {
    --transform-skew-x: 0
  }

  .mb\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .mb\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .mb\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .mb\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .mb\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .mb\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .mb\:skew-y-0 {
    --transform-skew-y: 0
  }

  .mb\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .mb\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .mb\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .mb\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .mb\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .mb\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .mb\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .mb\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .mb\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .mb\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .mb\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .mb\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .mb\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .mb\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .mb\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .mb\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .mb\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .mb\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .mb\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .mb\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .mb\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .mb\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .mb\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .mb\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .mb\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .mb\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .mb\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .mb\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .mb\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .mb\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .mb\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .mb\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .mb\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .mb\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .mb\:transition-none {
    transition-property: none
  }

  .mb\:transition-all {
    transition-property: all
  }

  .mb\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .mb\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .mb\:transition-opacity {
    transition-property: opacity
  }

  .mb\:transition-shadow {
    transition-property: box-shadow
  }

  .mb\:transition-transform {
    transition-property: transform
  }

  .mb\:ease-linear {
    transition-timing-function: linear
  }

  .mb\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .mb\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .mb\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .mb\:duration-75 {
    transition-duration: 75ms
  }

  .mb\:duration-100 {
    transition-duration: 100ms
  }

  .mb\:duration-150 {
    transition-duration: 150ms
  }

  .mb\:duration-200 {
    transition-duration: 200ms
  }

  .mb\:duration-300 {
    transition-duration: 300ms
  }

  .mb\:duration-500 {
    transition-duration: 500ms
  }

  .mb\:duration-700 {
    transition-duration: 700ms
  }

  .mb\:duration-1000 {
    transition-duration: 1000ms
  }
}

@media (min-width: 768px) {
  .tb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:bg-fixed {
    background-attachment: fixed
  }

  .tb\:bg-local {
    background-attachment: local
  }

  .tb\:bg-scroll {
    background-attachment: scroll
  }

  .tb\:bg-base {
    background-color: #0E2D52
  }

  .tb\:bg-primary {
    background-color: #5EB3E4
  }

  .tb\:bg-secondary {
    background-color: #00A994
  }

  .tb\:bg-white {
    background-color: #fff
  }

  .tb\:bg-danger {
    background-color: #FF695B
  }

  .tb\:bg-warning {
    background-color: #FFBE4F
  }

  .tb\:bg-success {
    background-color: #3DCC79
  }

  .tb\:bg-gray {
    background-color: #9BAEBC
  }

  .tb\:bg-lightgray {
    background-color: #edf0f2
  }

  .tb\:bg-light {
    background-color: #fafafa
  }

  .tb\:bg-dark {
    background-color: #384955
  }

  .tb\:hover\:bg-base:hover {
    background-color: #0E2D52
  }

  .tb\:hover\:bg-primary:hover {
    background-color: #5EB3E4
  }

  .tb\:hover\:bg-secondary:hover {
    background-color: #00A994
  }

  .tb\:hover\:bg-white:hover {
    background-color: #fff
  }

  .tb\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .tb\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .tb\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .tb\:hover\:bg-gray:hover {
    background-color: #9BAEBC
  }

  .tb\:hover\:bg-lightgray:hover {
    background-color: #edf0f2
  }

  .tb\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .tb\:hover\:bg-dark:hover {
    background-color: #384955
  }

  .tb\:focus\:bg-base:focus {
    background-color: #0E2D52
  }

  .tb\:focus\:bg-primary:focus {
    background-color: #5EB3E4
  }

  .tb\:focus\:bg-secondary:focus {
    background-color: #00A994
  }

  .tb\:focus\:bg-white:focus {
    background-color: #fff
  }

  .tb\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .tb\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .tb\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .tb\:focus\:bg-gray:focus {
    background-color: #9BAEBC
  }

  .tb\:focus\:bg-lightgray:focus {
    background-color: #edf0f2
  }

  .tb\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .tb\:focus\:bg-dark:focus {
    background-color: #384955
  }

  .tb\:bg-bottom {
    background-position: bottom
  }

  .tb\:bg-center {
    background-position: center
  }

  .tb\:bg-left {
    background-position: left
  }

  .tb\:bg-left-bottom {
    background-position: left bottom
  }

  .tb\:bg-left-top {
    background-position: left top
  }

  .tb\:bg-right {
    background-position: right
  }

  .tb\:bg-right-bottom {
    background-position: right bottom
  }

  .tb\:bg-right-top {
    background-position: right top
  }

  .tb\:bg-top {
    background-position: top
  }

  .tb\:bg-repeat {
    background-repeat: repeat
  }

  .tb\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .tb\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .tb\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .tb\:bg-repeat-round {
    background-repeat: round
  }

  .tb\:bg-repeat-space {
    background-repeat: space
  }

  .tb\:bg-auto {
    background-size: auto
  }

  .tb\:bg-cover {
    background-size: cover
  }

  .tb\:bg-contain {
    background-size: contain
  }

  .tb\:border-collapse {
    border-collapse: collapse
  }

  .tb\:border-separate {
    border-collapse: separate
  }

  .tb\:border-base {
    border-color: #0E2D52
  }

  .tb\:border-primary {
    border-color: #5EB3E4
  }

  .tb\:border-secondary {
    border-color: #00A994
  }

  .tb\:border-white {
    border-color: #fff
  }

  .tb\:border-danger {
    border-color: #FF695B
  }

  .tb\:border-warning {
    border-color: #FFBE4F
  }

  .tb\:border-success {
    border-color: #3DCC79
  }

  .tb\:border-gray {
    border-color: #9BAEBC
  }

  .tb\:border-lightgray {
    border-color: #edf0f2
  }

  .tb\:border-light {
    border-color: #fafafa
  }

  .tb\:border-dark {
    border-color: #384955
  }

  .tb\:hover\:border-base:hover {
    border-color: #0E2D52
  }

  .tb\:hover\:border-primary:hover {
    border-color: #5EB3E4
  }

  .tb\:hover\:border-secondary:hover {
    border-color: #00A994
  }

  .tb\:hover\:border-white:hover {
    border-color: #fff
  }

  .tb\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .tb\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .tb\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .tb\:hover\:border-gray:hover {
    border-color: #9BAEBC
  }

  .tb\:hover\:border-lightgray:hover {
    border-color: #edf0f2
  }

  .tb\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .tb\:hover\:border-dark:hover {
    border-color: #384955
  }

  .tb\:focus\:border-base:focus {
    border-color: #0E2D52
  }

  .tb\:focus\:border-primary:focus {
    border-color: #5EB3E4
  }

  .tb\:focus\:border-secondary:focus {
    border-color: #00A994
  }

  .tb\:focus\:border-white:focus {
    border-color: #fff
  }

  .tb\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .tb\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .tb\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .tb\:focus\:border-gray:focus {
    border-color: #9BAEBC
  }

  .tb\:focus\:border-lightgray:focus {
    border-color: #edf0f2
  }

  .tb\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .tb\:focus\:border-dark:focus {
    border-color: #384955
  }

  .tb\:rounded-none {
    border-radius: 0
  }

  .tb\:rounded-sm {
    border-radius: 0.125rem
  }

  .tb\:rounded {
    border-radius: 0.25rem
  }

  .tb\:rounded-md {
    border-radius: 0.375rem
  }

  .tb\:rounded-lg {
    border-radius: 0.5rem
  }

  .tb\:rounded-full {
    border-radius: 9999px
  }

  .tb\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .tb\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .tb\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .tb\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .tb\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .tb\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .tb\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .tb\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .tb\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .tb\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .tb\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .tb\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .tb\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .tb\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .tb\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .tb\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .tb\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .tb\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .tb\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .tb\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .tb\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .tb\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .tb\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .tb\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .tb\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .tb\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .tb\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .tb\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .tb\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .tb\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .tb\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .tb\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .tb\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .tb\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .tb\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .tb\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .tb\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .tb\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .tb\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .tb\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .tb\:border-solid {
    border-style: solid
  }

  .tb\:border-dashed {
    border-style: dashed
  }

  .tb\:border-dotted {
    border-style: dotted
  }

  .tb\:border-double {
    border-style: double
  }

  .tb\:border-none {
    border-style: none
  }

  .tb\:border-0 {
    border-width: 0
  }

  .tb\:border-2 {
    border-width: 2px
  }

  .tb\:border-3 {
    border-width: 3px
  }

  .tb\:border-4 {
    border-width: 4px
  }

  .tb\:border-5 {
    border-width: 5px
  }

  .tb\:border-6 {
    border-width: 6px
  }

  .tb\:border-7 {
    border-width: 7px
  }

  .tb\:border-8 {
    border-width: 8px
  }

  .tb\:border-9 {
    border-width: 9px
  }

  .tb\:border-10 {
    border-width: 10px
  }

  .tb\:border {
    border-width: 1px
  }

  .tb\:border-t-0 {
    border-top-width: 0
  }

  .tb\:border-r-0 {
    border-right-width: 0
  }

  .tb\:border-b-0 {
    border-bottom-width: 0
  }

  .tb\:border-l-0 {
    border-left-width: 0
  }

  .tb\:border-t-2 {
    border-top-width: 2px
  }

  .tb\:border-r-2 {
    border-right-width: 2px
  }

  .tb\:border-b-2 {
    border-bottom-width: 2px
  }

  .tb\:border-l-2 {
    border-left-width: 2px
  }

  .tb\:border-t-3 {
    border-top-width: 3px
  }

  .tb\:border-r-3 {
    border-right-width: 3px
  }

  .tb\:border-b-3 {
    border-bottom-width: 3px
  }

  .tb\:border-l-3 {
    border-left-width: 3px
  }

  .tb\:border-t-4 {
    border-top-width: 4px
  }

  .tb\:border-r-4 {
    border-right-width: 4px
  }

  .tb\:border-b-4 {
    border-bottom-width: 4px
  }

  .tb\:border-l-4 {
    border-left-width: 4px
  }

  .tb\:border-t-5 {
    border-top-width: 5px
  }

  .tb\:border-r-5 {
    border-right-width: 5px
  }

  .tb\:border-b-5 {
    border-bottom-width: 5px
  }

  .tb\:border-l-5 {
    border-left-width: 5px
  }

  .tb\:border-t-6 {
    border-top-width: 6px
  }

  .tb\:border-r-6 {
    border-right-width: 6px
  }

  .tb\:border-b-6 {
    border-bottom-width: 6px
  }

  .tb\:border-l-6 {
    border-left-width: 6px
  }

  .tb\:border-t-7 {
    border-top-width: 7px
  }

  .tb\:border-r-7 {
    border-right-width: 7px
  }

  .tb\:border-b-7 {
    border-bottom-width: 7px
  }

  .tb\:border-l-7 {
    border-left-width: 7px
  }

  .tb\:border-t-8 {
    border-top-width: 8px
  }

  .tb\:border-r-8 {
    border-right-width: 8px
  }

  .tb\:border-b-8 {
    border-bottom-width: 8px
  }

  .tb\:border-l-8 {
    border-left-width: 8px
  }

  .tb\:border-t-9 {
    border-top-width: 9px
  }

  .tb\:border-r-9 {
    border-right-width: 9px
  }

  .tb\:border-b-9 {
    border-bottom-width: 9px
  }

  .tb\:border-l-9 {
    border-left-width: 9px
  }

  .tb\:border-t-10 {
    border-top-width: 10px
  }

  .tb\:border-r-10 {
    border-right-width: 10px
  }

  .tb\:border-b-10 {
    border-bottom-width: 10px
  }

  .tb\:border-l-10 {
    border-left-width: 10px
  }

  .tb\:border-t {
    border-top-width: 1px
  }

  .tb\:border-r {
    border-right-width: 1px
  }

  .tb\:border-b {
    border-bottom-width: 1px
  }

  .tb\:border-l {
    border-left-width: 1px
  }

  .tb\:box-border {
    box-sizing: border-box
  }

  .tb\:box-content {
    box-sizing: content-box
  }

  .tb\:cursor-auto {
    cursor: auto
  }

  .tb\:cursor-default {
    cursor: default
  }

  .tb\:cursor-pointer {
    cursor: pointer
  }

  .tb\:cursor-wait {
    cursor: wait
  }

  .tb\:cursor-text {
    cursor: text
  }

  .tb\:cursor-move {
    cursor: move
  }

  .tb\:cursor-not-allowed {
    cursor: not-allowed
  }

  .tb\:block {
    display: block
  }

  .tb\:inline-block {
    display: inline-block
  }

  .tb\:inline {
    display: inline
  }

  .tb\:flex {
    display: flex
  }

  .tb\:inline-flex {
    display: inline-flex
  }

  .tb\:grid {
    display: -ms-grid;
    display: grid
  }

  .tb\:table {
    display: table
  }

  .tb\:table-caption {
    display: table-caption
  }

  .tb\:table-cell {
    display: table-cell
  }

  .tb\:table-column {
    display: table-column
  }

  .tb\:table-column-group {
    display: table-column-group
  }

  .tb\:table-footer-group {
    display: table-footer-group
  }

  .tb\:table-header-group {
    display: table-header-group
  }

  .tb\:table-row-group {
    display: table-row-group
  }

  .tb\:table-row {
    display: table-row
  }

  .tb\:hidden {
    display: none
  }

  .tb\:flex-row {
    flex-direction: row
  }

  .tb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .tb\:flex-col {
    flex-direction: column
  }

  .tb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .tb\:flex-wrap {
    flex-wrap: wrap
  }

  .tb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .tb\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .tb\:items-start {
    align-items: flex-start
  }

  .tb\:items-end {
    align-items: flex-end
  }

  .tb\:items-center {
    align-items: center
  }

  .tb\:items-baseline {
    align-items: baseline
  }

  .tb\:items-stretch {
    align-items: stretch
  }

  .tb\:self-auto {
    -ms-grid-row-align: auto;
    align-self: auto
  }

  .tb\:self-start {
    align-self: flex-start
  }

  .tb\:self-end {
    align-self: flex-end
  }

  .tb\:self-center {
    -ms-grid-row-align: center;
    align-self: center
  }

  .tb\:self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch
  }

  .tb\:justify-start {
    justify-content: flex-start
  }

  .tb\:justify-end {
    justify-content: flex-end
  }

  .tb\:justify-center {
    justify-content: center
  }

  .tb\:justify-between {
    justify-content: space-between
  }

  .tb\:justify-around {
    justify-content: space-around
  }

  .tb\:justify-evenly {
    justify-content: space-evenly
  }

  .tb\:content-center {
    align-content: center
  }

  .tb\:content-start {
    align-content: flex-start
  }

  .tb\:content-end {
    align-content: flex-end
  }

  .tb\:content-between {
    align-content: space-between
  }

  .tb\:content-around {
    align-content: space-around
  }

  .tb\:flex-1 {
    flex: 1 1 0%
  }

  .tb\:flex-auto {
    flex: 1 1 auto
  }

  .tb\:flex-initial {
    flex: 0 1 auto
  }

  .tb\:flex-none {
    flex: none
  }

  .tb\:flex-grow-0 {
    flex-grow: 0
  }

  .tb\:flex-grow {
    flex-grow: 1
  }

  .tb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .tb\:flex-shrink {
    flex-shrink: 1
  }

  .tb\:order-1 {
    order: 1
  }

  .tb\:order-2 {
    order: 2
  }

  .tb\:order-3 {
    order: 3
  }

  .tb\:order-4 {
    order: 4
  }

  .tb\:order-5 {
    order: 5
  }

  .tb\:order-6 {
    order: 6
  }

  .tb\:order-7 {
    order: 7
  }

  .tb\:order-8 {
    order: 8
  }

  .tb\:order-9 {
    order: 9
  }

  .tb\:order-10 {
    order: 10
  }

  .tb\:order-11 {
    order: 11
  }

  .tb\:order-12 {
    order: 12
  }

  .tb\:order-first {
    order: -9999
  }

  .tb\:order-last {
    order: 9999
  }

  .tb\:order-none {
    order: 0
  }

  .tb\:float-right {
    float: right
  }

  .tb\:float-left {
    float: left
  }

  .tb\:float-none {
    float: none
  }

  .tb\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .tb\:clear-left {
    clear: left
  }

  .tb\:clear-right {
    clear: right
  }

  .tb\:clear-both {
    clear: both
  }

  .tb\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .tb\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .tb\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .tb\:font-hairline {
    font-weight: 100
  }

  .tb\:font-thin {
    font-weight: 200
  }

  .tb\:font-light {
    font-weight: 300
  }

  .tb\:font-normal {
    font-weight: 400
  }

  .tb\:font-medium {
    font-weight: 500
  }

  .tb\:font-semibold {
    font-weight: 600
  }

  .tb\:font-bold {
    font-weight: 700
  }

  .tb\:font-extrabold {
    font-weight: 800
  }

  .tb\:font-black {
    font-weight: 900
  }

  .tb\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .tb\:hover\:font-thin:hover {
    font-weight: 200
  }

  .tb\:hover\:font-light:hover {
    font-weight: 300
  }

  .tb\:hover\:font-normal:hover {
    font-weight: 400
  }

  .tb\:hover\:font-medium:hover {
    font-weight: 500
  }

  .tb\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .tb\:hover\:font-bold:hover {
    font-weight: 700
  }

  .tb\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .tb\:hover\:font-black:hover {
    font-weight: 900
  }

  .tb\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .tb\:focus\:font-thin:focus {
    font-weight: 200
  }

  .tb\:focus\:font-light:focus {
    font-weight: 300
  }

  .tb\:focus\:font-normal:focus {
    font-weight: 400
  }

  .tb\:focus\:font-medium:focus {
    font-weight: 500
  }

  .tb\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .tb\:focus\:font-bold:focus {
    font-weight: 700
  }

  .tb\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .tb\:focus\:font-black:focus {
    font-weight: 900
  }

  .tb\:h-0 {
    height: 0
  }

  .tb\:h-1 {
    height: 0.25rem
  }

  .tb\:h-2 {
    height: 0.5rem
  }

  .tb\:h-3 {
    height: 0.75rem
  }

  .tb\:h-4 {
    height: 1rem
  }

  .tb\:h-5 {
    height: 1.25rem
  }

  .tb\:h-6 {
    height: 1.5rem
  }

  .tb\:h-8 {
    height: 2rem
  }

  .tb\:h-10 {
    height: 2.5rem
  }

  .tb\:h-12 {
    height: 3rem
  }

  .tb\:h-16 {
    height: 4rem
  }

  .tb\:h-20 {
    height: 5rem
  }

  .tb\:h-24 {
    height: 6rem
  }

  .tb\:h-32 {
    height: 8rem
  }

  .tb\:h-40 {
    height: 10rem
  }

  .tb\:h-48 {
    height: 12rem
  }

  .tb\:h-56 {
    height: 14rem
  }

  .tb\:h-64 {
    height: 16rem
  }

  .tb\:h-auto {
    height: auto
  }

  .tb\:h-px {
    height: 1px
  }

  .tb\:h-full {
    height: 100%
  }

  .tb\:h-screen {
    height: 100vh
  }

  .tb\:leading-3 {
    line-height: .75rem
  }

  .tb\:leading-4 {
    line-height: 1rem
  }

  .tb\:leading-5 {
    line-height: 1.25rem
  }

  .tb\:leading-6 {
    line-height: 1.5rem
  }

  .tb\:leading-7 {
    line-height: 1.75rem
  }

  .tb\:leading-8 {
    line-height: 2rem
  }

  .tb\:leading-9 {
    line-height: 2.25rem
  }

  .tb\:leading-10 {
    line-height: 2.5rem
  }

  .tb\:leading-none {
    line-height: 1
  }

  .tb\:leading-tight {
    line-height: 1.25
  }

  .tb\:leading-snug {
    line-height: 1.375
  }

  .tb\:leading-normal {
    line-height: 1.5
  }

  .tb\:leading-relaxed {
    line-height: 1.625
  }

  .tb\:leading-loose {
    line-height: 2
  }

  .tb\:list-inside {
    list-style-position: inside
  }

  .tb\:list-outside {
    list-style-position: outside
  }

  .tb\:list-none {
    list-style-type: none
  }

  .tb\:list-disc {
    list-style-type: disc
  }

  .tb\:list-decimal {
    list-style-type: decimal
  }

  .tb\:m-0 {
    margin: 0
  }

  .tb\:m-1 {
    margin: 0.25rem
  }

  .tb\:m-2 {
    margin: 0.5rem
  }

  .tb\:m-3 {
    margin: 0.75rem
  }

  .tb\:m-4 {
    margin: 1rem
  }

  .tb\:m-5 {
    margin: 1.25rem
  }

  .tb\:m-6 {
    margin: 1.5rem
  }

  .tb\:m-8 {
    margin: 2rem
  }

  .tb\:m-10 {
    margin: 2.5rem
  }

  .tb\:m-12 {
    margin: 3rem
  }

  .tb\:m-16 {
    margin: 4rem
  }

  .tb\:m-20 {
    margin: 5rem
  }

  .tb\:m-24 {
    margin: 6rem
  }

  .tb\:m-32 {
    margin: 8rem
  }

  .tb\:m-40 {
    margin: 10rem
  }

  .tb\:m-48 {
    margin: 12rem
  }

  .tb\:m-56 {
    margin: 14rem
  }

  .tb\:m-64 {
    margin: 16rem
  }

  .tb\:m-auto {
    margin: auto
  }

  .tb\:m-px {
    margin: 1px
  }

  .tb\:-m-1 {
    margin: -0.25rem
  }

  .tb\:-m-2 {
    margin: -0.5rem
  }

  .tb\:-m-3 {
    margin: -0.75rem
  }

  .tb\:-m-4 {
    margin: -1rem
  }

  .tb\:-m-5 {
    margin: -1.25rem
  }

  .tb\:-m-6 {
    margin: -1.5rem
  }

  .tb\:-m-8 {
    margin: -2rem
  }

  .tb\:-m-10 {
    margin: -2.5rem
  }

  .tb\:-m-12 {
    margin: -3rem
  }

  .tb\:-m-16 {
    margin: -4rem
  }

  .tb\:-m-20 {
    margin: -5rem
  }

  .tb\:-m-24 {
    margin: -6rem
  }

  .tb\:-m-32 {
    margin: -8rem
  }

  .tb\:-m-40 {
    margin: -10rem
  }

  .tb\:-m-48 {
    margin: -12rem
  }

  .tb\:-m-56 {
    margin: -14rem
  }

  .tb\:-m-64 {
    margin: -16rem
  }

  .tb\:-m-px {
    margin: -1px
  }

  .tb\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .tb\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .tb\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .tb\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .tb\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .tb\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .tb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .tb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .tb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .tb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .tb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .tb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .tb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .tb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .tb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .tb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .tb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .tb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .tb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .tb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .tb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .tb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .tb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .tb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .tb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .tb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .tb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .tb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .tb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .tb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .tb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .tb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .tb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .tb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .tb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .tb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .tb\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .tb\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .tb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .tb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .tb\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .tb\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .tb\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .tb\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .tb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .tb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .tb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .tb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .tb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .tb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .tb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .tb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .tb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .tb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .tb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .tb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .tb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .tb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .tb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .tb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .tb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .tb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .tb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .tb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .tb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .tb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .tb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .tb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .tb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .tb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .tb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .tb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .tb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .tb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .tb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .tb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .tb\:mt-0 {
    margin-top: 0
  }

  .tb\:mr-0 {
    margin-right: 0
  }

  .tb\:mb-0 {
    margin-bottom: 0
  }

  .tb\:ml-0 {
    margin-left: 0
  }

  .tb\:mt-1 {
    margin-top: 0.25rem
  }

  .tb\:mr-1 {
    margin-right: 0.25rem
  }

  .tb\:mb-1 {
    margin-bottom: 0.25rem
  }

  .tb\:ml-1 {
    margin-left: 0.25rem
  }

  .tb\:mt-2 {
    margin-top: 0.5rem
  }

  .tb\:mr-2 {
    margin-right: 0.5rem
  }

  .tb\:mb-2 {
    margin-bottom: 0.5rem
  }

  .tb\:ml-2 {
    margin-left: 0.5rem
  }

  .tb\:mt-3 {
    margin-top: 0.75rem
  }

  .tb\:mr-3 {
    margin-right: 0.75rem
  }

  .tb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .tb\:ml-3 {
    margin-left: 0.75rem
  }

  .tb\:mt-4 {
    margin-top: 1rem
  }

  .tb\:mr-4 {
    margin-right: 1rem
  }

  .tb\:mb-4 {
    margin-bottom: 1rem
  }

  .tb\:ml-4 {
    margin-left: 1rem
  }

  .tb\:mt-5 {
    margin-top: 1.25rem
  }

  .tb\:mr-5 {
    margin-right: 1.25rem
  }

  .tb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .tb\:ml-5 {
    margin-left: 1.25rem
  }

  .tb\:mt-6 {
    margin-top: 1.5rem
  }

  .tb\:mr-6 {
    margin-right: 1.5rem
  }

  .tb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .tb\:ml-6 {
    margin-left: 1.5rem
  }

  .tb\:mt-8 {
    margin-top: 2rem
  }

  .tb\:mr-8 {
    margin-right: 2rem
  }

  .tb\:mb-8 {
    margin-bottom: 2rem
  }

  .tb\:ml-8 {
    margin-left: 2rem
  }

  .tb\:mt-10 {
    margin-top: 2.5rem
  }

  .tb\:mr-10 {
    margin-right: 2.5rem
  }

  .tb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .tb\:ml-10 {
    margin-left: 2.5rem
  }

  .tb\:mt-12 {
    margin-top: 3rem
  }

  .tb\:mr-12 {
    margin-right: 3rem
  }

  .tb\:mb-12 {
    margin-bottom: 3rem
  }

  .tb\:ml-12 {
    margin-left: 3rem
  }

  .tb\:mt-16 {
    margin-top: 4rem
  }

  .tb\:mr-16 {
    margin-right: 4rem
  }

  .tb\:mb-16 {
    margin-bottom: 4rem
  }

  .tb\:ml-16 {
    margin-left: 4rem
  }

  .tb\:mt-20 {
    margin-top: 5rem
  }

  .tb\:mr-20 {
    margin-right: 5rem
  }

  .tb\:mb-20 {
    margin-bottom: 5rem
  }

  .tb\:ml-20 {
    margin-left: 5rem
  }

  .tb\:mt-24 {
    margin-top: 6rem
  }

  .tb\:mr-24 {
    margin-right: 6rem
  }

  .tb\:mb-24 {
    margin-bottom: 6rem
  }

  .tb\:ml-24 {
    margin-left: 6rem
  }

  .tb\:mt-32 {
    margin-top: 8rem
  }

  .tb\:mr-32 {
    margin-right: 8rem
  }

  .tb\:mb-32 {
    margin-bottom: 8rem
  }

  .tb\:ml-32 {
    margin-left: 8rem
  }

  .tb\:mt-40 {
    margin-top: 10rem
  }

  .tb\:mr-40 {
    margin-right: 10rem
  }

  .tb\:mb-40 {
    margin-bottom: 10rem
  }

  .tb\:ml-40 {
    margin-left: 10rem
  }

  .tb\:mt-48 {
    margin-top: 12rem
  }

  .tb\:mr-48 {
    margin-right: 12rem
  }

  .tb\:mb-48 {
    margin-bottom: 12rem
  }

  .tb\:ml-48 {
    margin-left: 12rem
  }

  .tb\:mt-56 {
    margin-top: 14rem
  }

  .tb\:mr-56 {
    margin-right: 14rem
  }

  .tb\:mb-56 {
    margin-bottom: 14rem
  }

  .tb\:ml-56 {
    margin-left: 14rem
  }

  .tb\:mt-64 {
    margin-top: 16rem
  }

  .tb\:mr-64 {
    margin-right: 16rem
  }

  .tb\:mb-64 {
    margin-bottom: 16rem
  }

  .tb\:ml-64 {
    margin-left: 16rem
  }

  .tb\:mt-auto {
    margin-top: auto
  }

  .tb\:mr-auto {
    margin-right: auto
  }

  .tb\:mb-auto {
    margin-bottom: auto
  }

  .tb\:ml-auto {
    margin-left: auto
  }

  .tb\:mt-px {
    margin-top: 1px
  }

  .tb\:mr-px {
    margin-right: 1px
  }

  .tb\:mb-px {
    margin-bottom: 1px
  }

  .tb\:ml-px {
    margin-left: 1px
  }

  .tb\:-mt-1 {
    margin-top: -0.25rem
  }

  .tb\:-mr-1 {
    margin-right: -0.25rem
  }

  .tb\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .tb\:-ml-1 {
    margin-left: -0.25rem
  }

  .tb\:-mt-2 {
    margin-top: -0.5rem
  }

  .tb\:-mr-2 {
    margin-right: -0.5rem
  }

  .tb\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .tb\:-ml-2 {
    margin-left: -0.5rem
  }

  .tb\:-mt-3 {
    margin-top: -0.75rem
  }

  .tb\:-mr-3 {
    margin-right: -0.75rem
  }

  .tb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .tb\:-ml-3 {
    margin-left: -0.75rem
  }

  .tb\:-mt-4 {
    margin-top: -1rem
  }

  .tb\:-mr-4 {
    margin-right: -1rem
  }

  .tb\:-mb-4 {
    margin-bottom: -1rem
  }

  .tb\:-ml-4 {
    margin-left: -1rem
  }

  .tb\:-mt-5 {
    margin-top: -1.25rem
  }

  .tb\:-mr-5 {
    margin-right: -1.25rem
  }

  .tb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .tb\:-ml-5 {
    margin-left: -1.25rem
  }

  .tb\:-mt-6 {
    margin-top: -1.5rem
  }

  .tb\:-mr-6 {
    margin-right: -1.5rem
  }

  .tb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .tb\:-ml-6 {
    margin-left: -1.5rem
  }

  .tb\:-mt-8 {
    margin-top: -2rem
  }

  .tb\:-mr-8 {
    margin-right: -2rem
  }

  .tb\:-mb-8 {
    margin-bottom: -2rem
  }

  .tb\:-ml-8 {
    margin-left: -2rem
  }

  .tb\:-mt-10 {
    margin-top: -2.5rem
  }

  .tb\:-mr-10 {
    margin-right: -2.5rem
  }

  .tb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .tb\:-ml-10 {
    margin-left: -2.5rem
  }

  .tb\:-mt-12 {
    margin-top: -3rem
  }

  .tb\:-mr-12 {
    margin-right: -3rem
  }

  .tb\:-mb-12 {
    margin-bottom: -3rem
  }

  .tb\:-ml-12 {
    margin-left: -3rem
  }

  .tb\:-mt-16 {
    margin-top: -4rem
  }

  .tb\:-mr-16 {
    margin-right: -4rem
  }

  .tb\:-mb-16 {
    margin-bottom: -4rem
  }

  .tb\:-ml-16 {
    margin-left: -4rem
  }

  .tb\:-mt-20 {
    margin-top: -5rem
  }

  .tb\:-mr-20 {
    margin-right: -5rem
  }

  .tb\:-mb-20 {
    margin-bottom: -5rem
  }

  .tb\:-ml-20 {
    margin-left: -5rem
  }

  .tb\:-mt-24 {
    margin-top: -6rem
  }

  .tb\:-mr-24 {
    margin-right: -6rem
  }

  .tb\:-mb-24 {
    margin-bottom: -6rem
  }

  .tb\:-ml-24 {
    margin-left: -6rem
  }

  .tb\:-mt-32 {
    margin-top: -8rem
  }

  .tb\:-mr-32 {
    margin-right: -8rem
  }

  .tb\:-mb-32 {
    margin-bottom: -8rem
  }

  .tb\:-ml-32 {
    margin-left: -8rem
  }

  .tb\:-mt-40 {
    margin-top: -10rem
  }

  .tb\:-mr-40 {
    margin-right: -10rem
  }

  .tb\:-mb-40 {
    margin-bottom: -10rem
  }

  .tb\:-ml-40 {
    margin-left: -10rem
  }

  .tb\:-mt-48 {
    margin-top: -12rem
  }

  .tb\:-mr-48 {
    margin-right: -12rem
  }

  .tb\:-mb-48 {
    margin-bottom: -12rem
  }

  .tb\:-ml-48 {
    margin-left: -12rem
  }

  .tb\:-mt-56 {
    margin-top: -14rem
  }

  .tb\:-mr-56 {
    margin-right: -14rem
  }

  .tb\:-mb-56 {
    margin-bottom: -14rem
  }

  .tb\:-ml-56 {
    margin-left: -14rem
  }

  .tb\:-mt-64 {
    margin-top: -16rem
  }

  .tb\:-mr-64 {
    margin-right: -16rem
  }

  .tb\:-mb-64 {
    margin-bottom: -16rem
  }

  .tb\:-ml-64 {
    margin-left: -16rem
  }

  .tb\:-mt-px {
    margin-top: -1px
  }

  .tb\:-mr-px {
    margin-right: -1px
  }

  .tb\:-mb-px {
    margin-bottom: -1px
  }

  .tb\:-ml-px {
    margin-left: -1px
  }

  .tb\:max-h-full {
    max-height: 100%
  }

  .tb\:max-h-screen {
    max-height: 100vh
  }

  .tb\:max-w-none {
    max-width: none
  }

  .tb\:max-w-xs {
    max-width: 20rem
  }

  .tb\:max-w-sm {
    max-width: 24rem
  }

  .tb\:max-w-md {
    max-width: 28rem
  }

  .tb\:max-w-lg {
    max-width: 32rem
  }

  .tb\:max-w-xl {
    max-width: 36rem
  }

  .tb\:max-w-2xl {
    max-width: 42rem
  }

  .tb\:max-w-3xl {
    max-width: 48rem
  }

  .tb\:max-w-4xl {
    max-width: 56rem
  }

  .tb\:max-w-5xl {
    max-width: 64rem
  }

  .tb\:max-w-6xl {
    max-width: 72rem
  }

  .tb\:max-w-full {
    max-width: 100%
  }

  .tb\:max-w-screen-tb {
    max-width: 768px
  }

  .tb\:max-w-screen-ds {
    max-width: 992px
  }

  .tb\:min-h-0 {
    min-height: 0
  }

  .tb\:min-h-full {
    min-height: 100%
  }

  .tb\:min-h-screen {
    min-height: 100vh
  }

  .tb\:min-w-0 {
    min-width: 0
  }

  .tb\:min-w-full {
    min-width: 100%
  }

  .tb\:object-contain {
    object-fit: contain
  }

  .tb\:object-cover {
    object-fit: cover
  }

  .tb\:object-fill {
    object-fit: fill
  }

  .tb\:object-none {
    object-fit: none
  }

  .tb\:object-scale-down {
    object-fit: scale-down
  }

  .tb\:object-bottom {
    object-position: bottom
  }

  .tb\:object-center {
    object-position: center
  }

  .tb\:object-left {
    object-position: left
  }

  .tb\:object-left-bottom {
    object-position: left bottom
  }

  .tb\:object-left-top {
    object-position: left top
  }

  .tb\:object-right {
    object-position: right
  }

  .tb\:object-right-bottom {
    object-position: right bottom
  }

  .tb\:object-right-top {
    object-position: right top
  }

  .tb\:object-top {
    object-position: top
  }

  .tb\:opacity-0 {
    opacity: 0
  }

  .tb\:opacity-25 {
    opacity: 0.25
  }

  .tb\:opacity-50 {
    opacity: 0.5
  }

  .tb\:opacity-75 {
    opacity: 0.75
  }

  .tb\:opacity-100 {
    opacity: 1
  }

  .tb\:hover\:opacity-0:hover {
    opacity: 0
  }

  .tb\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .tb\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .tb\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .tb\:hover\:opacity-100:hover {
    opacity: 1
  }

  .tb\:focus\:opacity-0:focus {
    opacity: 0
  }

  .tb\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .tb\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .tb\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .tb\:focus\:opacity-100:focus {
    opacity: 1
  }

  .tb\:outline-none {
    outline: 0
  }

  .tb\:focus\:outline-none:focus {
    outline: 0
  }

  .tb\:overflow-auto {
    overflow: auto
  }

  .tb\:overflow-hidden {
    overflow: hidden
  }

  .tb\:overflow-visible {
    overflow: visible
  }

  .tb\:overflow-scroll {
    overflow: scroll
  }

  .tb\:overflow-x-auto {
    overflow-x: auto
  }

  .tb\:overflow-y-auto {
    overflow-y: auto
  }

  .tb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .tb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .tb\:overflow-x-visible {
    overflow-x: visible
  }

  .tb\:overflow-y-visible {
    overflow-y: visible
  }

  .tb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .tb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .tb\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .tb\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .tb\:p-0 {
    padding: 0
  }

  .tb\:p-1 {
    padding: 0.25rem
  }

  .tb\:p-2 {
    padding: 0.5rem
  }

  .tb\:p-3 {
    padding: 0.75rem
  }

  .tb\:p-4 {
    padding: 1rem
  }

  .tb\:p-5 {
    padding: 1.25rem
  }

  .tb\:p-6 {
    padding: 1.5rem
  }

  .tb\:p-8 {
    padding: 2rem
  }

  .tb\:p-10 {
    padding: 2.5rem
  }

  .tb\:p-12 {
    padding: 3rem
  }

  .tb\:p-16 {
    padding: 4rem
  }

  .tb\:p-20 {
    padding: 5rem
  }

  .tb\:p-24 {
    padding: 6rem
  }

  .tb\:p-32 {
    padding: 8rem
  }

  .tb\:p-40 {
    padding: 10rem
  }

  .tb\:p-48 {
    padding: 12rem
  }

  .tb\:p-56 {
    padding: 14rem
  }

  .tb\:p-64 {
    padding: 16rem
  }

  .tb\:p-px {
    padding: 1px
  }

  .tb\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .tb\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .tb\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .tb\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .tb\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .tb\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .tb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .tb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .tb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .tb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .tb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .tb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .tb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .tb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .tb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .tb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .tb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .tb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .tb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .tb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .tb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .tb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .tb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .tb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .tb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .tb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .tb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .tb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .tb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .tb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .tb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .tb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .tb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .tb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .tb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .tb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .tb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .tb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .tb\:pt-0 {
    padding-top: 0
  }

  .tb\:pr-0 {
    padding-right: 0
  }

  .tb\:pb-0 {
    padding-bottom: 0
  }

  .tb\:pl-0 {
    padding-left: 0
  }

  .tb\:pt-1 {
    padding-top: 0.25rem
  }

  .tb\:pr-1 {
    padding-right: 0.25rem
  }

  .tb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .tb\:pl-1 {
    padding-left: 0.25rem
  }

  .tb\:pt-2 {
    padding-top: 0.5rem
  }

  .tb\:pr-2 {
    padding-right: 0.5rem
  }

  .tb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .tb\:pl-2 {
    padding-left: 0.5rem
  }

  .tb\:pt-3 {
    padding-top: 0.75rem
  }

  .tb\:pr-3 {
    padding-right: 0.75rem
  }

  .tb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .tb\:pl-3 {
    padding-left: 0.75rem
  }

  .tb\:pt-4 {
    padding-top: 1rem
  }

  .tb\:pr-4 {
    padding-right: 1rem
  }

  .tb\:pb-4 {
    padding-bottom: 1rem
  }

  .tb\:pl-4 {
    padding-left: 1rem
  }

  .tb\:pt-5 {
    padding-top: 1.25rem
  }

  .tb\:pr-5 {
    padding-right: 1.25rem
  }

  .tb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .tb\:pl-5 {
    padding-left: 1.25rem
  }

  .tb\:pt-6 {
    padding-top: 1.5rem
  }

  .tb\:pr-6 {
    padding-right: 1.5rem
  }

  .tb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .tb\:pl-6 {
    padding-left: 1.5rem
  }

  .tb\:pt-8 {
    padding-top: 2rem
  }

  .tb\:pr-8 {
    padding-right: 2rem
  }

  .tb\:pb-8 {
    padding-bottom: 2rem
  }

  .tb\:pl-8 {
    padding-left: 2rem
  }

  .tb\:pt-10 {
    padding-top: 2.5rem
  }

  .tb\:pr-10 {
    padding-right: 2.5rem
  }

  .tb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .tb\:pl-10 {
    padding-left: 2.5rem
  }

  .tb\:pt-12 {
    padding-top: 3rem
  }

  .tb\:pr-12 {
    padding-right: 3rem
  }

  .tb\:pb-12 {
    padding-bottom: 3rem
  }

  .tb\:pl-12 {
    padding-left: 3rem
  }

  .tb\:pt-16 {
    padding-top: 4rem
  }

  .tb\:pr-16 {
    padding-right: 4rem
  }

  .tb\:pb-16 {
    padding-bottom: 4rem
  }

  .tb\:pl-16 {
    padding-left: 4rem
  }

  .tb\:pt-20 {
    padding-top: 5rem
  }

  .tb\:pr-20 {
    padding-right: 5rem
  }

  .tb\:pb-20 {
    padding-bottom: 5rem
  }

  .tb\:pl-20 {
    padding-left: 5rem
  }

  .tb\:pt-24 {
    padding-top: 6rem
  }

  .tb\:pr-24 {
    padding-right: 6rem
  }

  .tb\:pb-24 {
    padding-bottom: 6rem
  }

  .tb\:pl-24 {
    padding-left: 6rem
  }

  .tb\:pt-32 {
    padding-top: 8rem
  }

  .tb\:pr-32 {
    padding-right: 8rem
  }

  .tb\:pb-32 {
    padding-bottom: 8rem
  }

  .tb\:pl-32 {
    padding-left: 8rem
  }

  .tb\:pt-40 {
    padding-top: 10rem
  }

  .tb\:pr-40 {
    padding-right: 10rem
  }

  .tb\:pb-40 {
    padding-bottom: 10rem
  }

  .tb\:pl-40 {
    padding-left: 10rem
  }

  .tb\:pt-48 {
    padding-top: 12rem
  }

  .tb\:pr-48 {
    padding-right: 12rem
  }

  .tb\:pb-48 {
    padding-bottom: 12rem
  }

  .tb\:pl-48 {
    padding-left: 12rem
  }

  .tb\:pt-56 {
    padding-top: 14rem
  }

  .tb\:pr-56 {
    padding-right: 14rem
  }

  .tb\:pb-56 {
    padding-bottom: 14rem
  }

  .tb\:pl-56 {
    padding-left: 14rem
  }

  .tb\:pt-64 {
    padding-top: 16rem
  }

  .tb\:pr-64 {
    padding-right: 16rem
  }

  .tb\:pb-64 {
    padding-bottom: 16rem
  }

  .tb\:pl-64 {
    padding-left: 16rem
  }

  .tb\:pt-px {
    padding-top: 1px
  }

  .tb\:pr-px {
    padding-right: 1px
  }

  .tb\:pb-px {
    padding-bottom: 1px
  }

  .tb\:pl-px {
    padding-left: 1px
  }

  .tb\:placeholder-base:-ms-input-placeholder {
    color: #0E2D52
  }

  .tb\:placeholder-base::placeholder {
    color: #0E2D52
  }

  .tb\:placeholder-primary:-ms-input-placeholder {
    color: #5EB3E4
  }

  .tb\:placeholder-primary::placeholder {
    color: #5EB3E4
  }

  .tb\:placeholder-secondary:-ms-input-placeholder {
    color: #00A994
  }

  .tb\:placeholder-secondary::placeholder {
    color: #00A994
  }

  .tb\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .tb\:placeholder-white::placeholder {
    color: #fff
  }

  .tb\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .tb\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .tb\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .tb\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .tb\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .tb\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .tb\:placeholder-gray:-ms-input-placeholder {
    color: #9BAEBC
  }

  .tb\:placeholder-gray::placeholder {
    color: #9BAEBC
  }

  .tb\:placeholder-lightgray:-ms-input-placeholder {
    color: #edf0f2
  }

  .tb\:placeholder-lightgray::placeholder {
    color: #edf0f2
  }

  .tb\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .tb\:placeholder-light::placeholder {
    color: #fafafa
  }

  .tb\:placeholder-dark:-ms-input-placeholder {
    color: #384955
  }

  .tb\:placeholder-dark::placeholder {
    color: #384955
  }

  .tb\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #0E2D52
  }

  .tb\:focus\:placeholder-base:focus::placeholder {
    color: #0E2D52
  }

  .tb\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #5EB3E4
  }

  .tb\:focus\:placeholder-primary:focus::placeholder {
    color: #5EB3E4
  }

  .tb\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #00A994
  }

  .tb\:focus\:placeholder-secondary:focus::placeholder {
    color: #00A994
  }

  .tb\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .tb\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .tb\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .tb\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .tb\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .tb\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .tb\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .tb\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .tb\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #9BAEBC
  }

  .tb\:focus\:placeholder-gray:focus::placeholder {
    color: #9BAEBC
  }

  .tb\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #edf0f2
  }

  .tb\:focus\:placeholder-lightgray:focus::placeholder {
    color: #edf0f2
  }

  .tb\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .tb\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .tb\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #384955
  }

  .tb\:focus\:placeholder-dark:focus::placeholder {
    color: #384955
  }

  .tb\:pointer-events-none {
    pointer-events: none
  }

  .tb\:pointer-events-auto {
    pointer-events: auto
  }

  .tb\:static {
    position: static
  }

  .tb\:fixed {
    position: fixed
  }

  .tb\:absolute {
    position: absolute
  }

  .tb\:relative {
    position: relative
  }

  .tb\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .tb\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .tb\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .tb\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .tb\:inset-x-0 {
    right: 0;
    left: 0
  }

  .tb\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .tb\:inset-x-auto {
    right: auto;
    left: auto
  }

  .tb\:top-0 {
    top: 0
  }

  .tb\:right-0 {
    right: 0
  }

  .tb\:bottom-0 {
    bottom: 0
  }

  .tb\:left-0 {
    left: 0
  }

  .tb\:top-auto {
    top: auto
  }

  .tb\:right-auto {
    right: auto
  }

  .tb\:bottom-auto {
    bottom: auto
  }

  .tb\:left-auto {
    left: auto
  }

  .tb\:resize-none {
    resize: none
  }

  .tb\:resize-y {
    resize: vertical
  }

  .tb\:resize-x {
    resize: horizontal
  }

  .tb\:resize {
    resize: both
  }

  .tb\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:shadow-none {
    box-shadow: none
  }

  .tb\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .tb\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .tb\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .tb\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .tb\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .tb\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .tb\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .tb\:fill-base {
    fill: #0E2D52
  }

  .tb\:fill-primary {
    fill: #5EB3E4
  }

  .tb\:fill-secondary {
    fill: #00A994
  }

  .tb\:fill-white {
    fill: #fff
  }

  .tb\:fill-danger {
    fill: #FF695B
  }

  .tb\:fill-warning {
    fill: #FFBE4F
  }

  .tb\:fill-success {
    fill: #3DCC79
  }

  .tb\:fill-gray {
    fill: #9BAEBC
  }

  .tb\:fill-lightgray {
    fill: #edf0f2
  }

  .tb\:fill-light {
    fill: #fafafa
  }

  .tb\:fill-dark {
    fill: #384955
  }

  .tb\:stroke-current {
    stroke: currentColor
  }

  .tb\:stroke-0 {
    stroke-width: 0
  }

  .tb\:stroke-1 {
    stroke-width: 1
  }

  .tb\:stroke-2 {
    stroke-width: 2
  }

  .tb\:table-auto {
    table-layout: auto
  }

  .tb\:table-fixed {
    table-layout: fixed
  }

  .tb\:text-left {
    text-align: left
  }

  .tb\:text-center {
    text-align: center
  }

  .tb\:text-right {
    text-align: right
  }

  .tb\:text-justify {
    text-align: justify
  }

  .tb\:text-base {
    color: #0E2D52
  }

  .tb\:text-primary {
    color: #5EB3E4
  }

  .tb\:text-secondary {
    color: #00A994
  }

  .tb\:text-white {
    color: #fff
  }

  .tb\:text-danger {
    color: #FF695B
  }

  .tb\:text-warning {
    color: #FFBE4F
  }

  .tb\:text-success {
    color: #3DCC79
  }

  .tb\:text-gray {
    color: #9BAEBC
  }

  .tb\:text-lightgray {
    color: #edf0f2
  }

  .tb\:text-light {
    color: #fafafa
  }

  .tb\:text-dark {
    color: #384955
  }

  .tb\:hover\:text-base:hover {
    color: #0E2D52
  }

  .tb\:hover\:text-primary:hover {
    color: #5EB3E4
  }

  .tb\:hover\:text-secondary:hover {
    color: #00A994
  }

  .tb\:hover\:text-white:hover {
    color: #fff
  }

  .tb\:hover\:text-danger:hover {
    color: #FF695B
  }

  .tb\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .tb\:hover\:text-success:hover {
    color: #3DCC79
  }

  .tb\:hover\:text-gray:hover {
    color: #9BAEBC
  }

  .tb\:hover\:text-lightgray:hover {
    color: #edf0f2
  }

  .tb\:hover\:text-light:hover {
    color: #fafafa
  }

  .tb\:hover\:text-dark:hover {
    color: #384955
  }

  .tb\:focus\:text-base:focus {
    color: #0E2D52
  }

  .tb\:focus\:text-primary:focus {
    color: #5EB3E4
  }

  .tb\:focus\:text-secondary:focus {
    color: #00A994
  }

  .tb\:focus\:text-white:focus {
    color: #fff
  }

  .tb\:focus\:text-danger:focus {
    color: #FF695B
  }

  .tb\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .tb\:focus\:text-success:focus {
    color: #3DCC79
  }

  .tb\:focus\:text-gray:focus {
    color: #9BAEBC
  }

  .tb\:focus\:text-lightgray:focus {
    color: #edf0f2
  }

  .tb\:focus\:text-light:focus {
    color: #fafafa
  }

  .tb\:focus\:text-dark:focus {
    color: #384955
  }

  .tb\:text-xs {
    font-size: 0.75rem
  }

  .tb\:text-sm {
    font-size: 0.875rem
  }

  .tb\:text-base {
    font-size: 1rem
  }

  .tb\:text-lg {
    font-size: 1.125rem
  }

  .tb\:text-xl {
    font-size: 1.25rem
  }

  .tb\:text-2xl {
    font-size: 1.5rem
  }

  .tb\:text-3xl {
    font-size: 1.875rem
  }

  .tb\:text-4xl {
    font-size: 2.25rem
  }

  .tb\:text-5xl {
    font-size: 3rem
  }

  .tb\:text-6xl {
    font-size: 4rem
  }

  .tb\:italic {
    font-style: italic
  }

  .tb\:not-italic {
    font-style: normal
  }

  .tb\:uppercase {
    text-transform: uppercase
  }

  .tb\:lowercase {
    text-transform: lowercase
  }

  .tb\:capitalize {
    text-transform: capitalize
  }

  .tb\:normal-case {
    text-transform: none
  }

  .tb\:underline {
    text-decoration: underline
  }

  .tb\:line-through {
    text-decoration: line-through
  }

  .tb\:no-underline {
    text-decoration: none
  }

  .tb\:hover\:underline:hover {
    text-decoration: underline
  }

  .tb\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .tb\:hover\:no-underline:hover {
    text-decoration: none
  }

  .tb\:focus\:underline:focus {
    text-decoration: underline
  }

  .tb\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .tb\:focus\:no-underline:focus {
    text-decoration: none
  }

  .tb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .tb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .tb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .tb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .tb\:tracking-normal {
    letter-spacing: 0
  }

  .tb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .tb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .tb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .tb\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .tb\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
  }

  .tb\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all
  }

  .tb\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }

  .tb\:align-baseline {
    vertical-align: baseline
  }

  .tb\:align-top {
    vertical-align: top
  }

  .tb\:align-middle {
    vertical-align: middle
  }

  .tb\:align-bottom {
    vertical-align: bottom
  }

  .tb\:align-text-top {
    vertical-align: text-top
  }

  .tb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .tb\:visible {
    visibility: visible
  }

  .tb\:invisible {
    visibility: hidden
  }

  .tb\:whitespace-normal {
    white-space: normal
  }

  .tb\:whitespace-no-wrap {
    white-space: nowrap
  }

  .tb\:whitespace-pre {
    white-space: pre
  }

  .tb\:whitespace-pre-line {
    white-space: pre-line
  }

  .tb\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .tb\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .tb\:break-words {
    overflow-wrap: break-word
  }

  .tb\:break-all {
    word-break: break-all
  }

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

  .tb\:w-0 {
    width: 0
  }

  .tb\:w-1 {
    width: 0.25rem
  }

  .tb\:w-2 {
    width: 0.5rem
  }

  .tb\:w-3 {
    width: 0.75rem
  }

  .tb\:w-4 {
    width: 1rem
  }

  .tb\:w-5 {
    width: 1.25rem
  }

  .tb\:w-6 {
    width: 1.5rem
  }

  .tb\:w-8 {
    width: 2rem
  }

  .tb\:w-10 {
    width: 2.5rem
  }

  .tb\:w-12 {
    width: 3rem
  }

  .tb\:w-16 {
    width: 4rem
  }

  .tb\:w-20 {
    width: 5rem
  }

  .tb\:w-24 {
    width: 6rem
  }

  .tb\:w-32 {
    width: 8rem
  }

  .tb\:w-40 {
    width: 10rem
  }

  .tb\:w-48 {
    width: 12rem
  }

  .tb\:w-56 {
    width: 14rem
  }

  .tb\:w-64 {
    width: 16rem
  }

  .tb\:w-auto {
    width: auto
  }

  .tb\:w-px {
    width: 1px
  }

  .tb\:w-1\/2 {
    width: 50%
  }

  .tb\:w-1\/3 {
    width: 33.333333%
  }

  .tb\:w-2\/3 {
    width: 66.666667%
  }

  .tb\:w-1\/4 {
    width: 25%
  }

  .tb\:w-2\/4 {
    width: 50%
  }

  .tb\:w-3\/4 {
    width: 75%
  }

  .tb\:w-1\/5 {
    width: 20%
  }

  .tb\:w-2\/5 {
    width: 40%
  }

  .tb\:w-3\/5 {
    width: 60%
  }

  .tb\:w-4\/5 {
    width: 80%
  }

  .tb\:w-1\/6 {
    width: 16.666667%
  }

  .tb\:w-2\/6 {
    width: 33.333333%
  }

  .tb\:w-3\/6 {
    width: 50%
  }

  .tb\:w-4\/6 {
    width: 66.666667%
  }

  .tb\:w-5\/6 {
    width: 83.333333%
  }

  .tb\:w-1\/12 {
    width: 8.333333%
  }

  .tb\:w-2\/12 {
    width: 16.666667%
  }

  .tb\:w-3\/12 {
    width: 25%
  }

  .tb\:w-4\/12 {
    width: 33.333333%
  }

  .tb\:w-5\/12 {
    width: 41.666667%
  }

  .tb\:w-6\/12 {
    width: 50%
  }

  .tb\:w-7\/12 {
    width: 58.333333%
  }

  .tb\:w-8\/12 {
    width: 66.666667%
  }

  .tb\:w-9\/12 {
    width: 75%
  }

  .tb\:w-10\/12 {
    width: 83.333333%
  }

  .tb\:w-11\/12 {
    width: 91.666667%
  }

  .tb\:w-full {
    width: 100%
  }

  .tb\:w-screen {
    width: 100vw
  }

  .tb\:z-0 {
    z-index: 0
  }

  .tb\:z-10 {
    z-index: 10
  }

  .tb\:z-20 {
    z-index: 20
  }

  .tb\:z-30 {
    z-index: 30
  }

  .tb\:z-40 {
    z-index: 40
  }

  .tb\:z-50 {
    z-index: 50
  }

  .tb\:z-auto {
    z-index: auto
  }

  .tb\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .tb\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .tb\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .tb\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .tb\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .tb\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .tb\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .tb\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .tb\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .tb\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .tb\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .tb\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .tb\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .tb\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .tb\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .tb\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .tb\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .tb\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .tb\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .tb\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .tb\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .tb\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .tb\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .tb\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .tb\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .tb\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .tb\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .tb\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .tb\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .tb\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .tb\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .tb\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .tb\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .tb\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .tb\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .tb\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .tb\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .tb\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .tb\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .tb\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .tb\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .tb\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .tb\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .tb\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .tb\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .tb\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .tb\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .tb\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .tb\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .tb\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .tb\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .tb\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .tb\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .tb\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .tb\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .tb\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .tb\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .tb\:grid-flow-row {
    grid-auto-flow: row
  }

  .tb\:grid-flow-col {
    grid-auto-flow: column
  }

  .tb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .tb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .tb\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .tb\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .tb\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .tb\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .tb\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .tb\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .tb\:grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none
  }

  .tb\:col-auto {
    -ms-grid-column: auto;
    grid-column: auto
  }

  .tb\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
    grid-column: span 1 / span 1
  }

  .tb\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
    grid-column: span 2 / span 2
  }

  .tb\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3 / span 3
  }

  .tb\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
    grid-column: span 4 / span 4
  }

  .tb\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
    grid-column: span 5 / span 5
  }

  .tb\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
    grid-column: span 6 / span 6
  }

  .tb\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
    grid-column: span 7 / span 7
  }

  .tb\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
    grid-column: span 8 / span 8
  }

  .tb\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
    grid-column: span 9 / span 9
  }

  .tb\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
    grid-column: span 10 / span 10
  }

  .tb\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
    grid-column: span 11 / span 11
  }

  .tb\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12
  }

  .tb\:col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1
  }

  .tb\:col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2
  }

  .tb\:col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3
  }

  .tb\:col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4
  }

  .tb\:col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5
  }

  .tb\:col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6
  }

  .tb\:col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7
  }

  .tb\:col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8
  }

  .tb\:col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9
  }

  .tb\:col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10
  }

  .tb\:col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11
  }

  .tb\:col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12
  }

  .tb\:col-start-13 {
    -ms-grid-column: 13;
    grid-column-start: 13
  }

  .tb\:col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto
  }

  .tb\:col-end-1 {
    grid-column-end: 1
  }

  .tb\:col-end-2 {
    grid-column-end: 2
  }

  .tb\:col-end-3 {
    grid-column-end: 3
  }

  .tb\:col-end-4 {
    grid-column-end: 4
  }

  .tb\:col-end-5 {
    grid-column-end: 5
  }

  .tb\:col-end-6 {
    grid-column-end: 6
  }

  .tb\:col-end-7 {
    grid-column-end: 7
  }

  .tb\:col-end-8 {
    grid-column-end: 8
  }

  .tb\:col-end-9 {
    grid-column-end: 9
  }

  .tb\:col-end-10 {
    grid-column-end: 10
  }

  .tb\:col-end-11 {
    grid-column-end: 11
  }

  .tb\:col-end-12 {
    grid-column-end: 12
  }

  .tb\:col-end-13 {
    grid-column-end: 13
  }

  .tb\:col-end-auto {
    grid-column-end: auto
  }

  .tb\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-rows-none {
    -ms-grid-rows: none;
    grid-template-rows: none
  }

  .tb\:row-auto {
    -ms-grid-row: auto;
    grid-row: auto
  }

  .tb\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
    grid-row: span 1 / span 1
  }

  .tb\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
    grid-row: span 2 / span 2
  }

  .tb\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
    grid-row: span 3 / span 3
  }

  .tb\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
    grid-row: span 4 / span 4
  }

  .tb\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
    grid-row: span 5 / span 5
  }

  .tb\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
    grid-row: span 6 / span 6
  }

  .tb\:row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1
  }

  .tb\:row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2
  }

  .tb\:row-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3
  }

  .tb\:row-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4
  }

  .tb\:row-start-5 {
    -ms-grid-row: 5;
    grid-row-start: 5
  }

  .tb\:row-start-6 {
    -ms-grid-row: 6;
    grid-row-start: 6
  }

  .tb\:row-start-7 {
    -ms-grid-row: 7;
    grid-row-start: 7
  }

  .tb\:row-start-auto {
    -ms-grid-row: auto;
    grid-row-start: auto
  }

  .tb\:row-end-1 {
    grid-row-end: 1
  }

  .tb\:row-end-2 {
    grid-row-end: 2
  }

  .tb\:row-end-3 {
    grid-row-end: 3
  }

  .tb\:row-end-4 {
    grid-row-end: 4
  }

  .tb\:row-end-5 {
    grid-row-end: 5
  }

  .tb\:row-end-6 {
    grid-row-end: 6
  }

  .tb\:row-end-7 {
    grid-row-end: 7
  }

  .tb\:row-end-auto {
    grid-row-end: auto
  }

  .tb\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .tb\:transform-none {
    transform: none
  }

  .tb\:origin-center {
    transform-origin: center
  }

  .tb\:origin-top {
    transform-origin: top
  }

  .tb\:origin-top-right {
    transform-origin: top right
  }

  .tb\:origin-right {
    transform-origin: right
  }

  .tb\:origin-bottom-right {
    transform-origin: bottom right
  }

  .tb\:origin-bottom {
    transform-origin: bottom
  }

  .tb\:origin-bottom-left {
    transform-origin: bottom left
  }

  .tb\:origin-left {
    transform-origin: left
  }

  .tb\:origin-top-left {
    transform-origin: top left
  }

  .tb\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:scale-x-0 {
    --transform-scale-x: 0
  }

  .tb\:scale-x-50 {
    --transform-scale-x: .5
  }

  .tb\:scale-x-75 {
    --transform-scale-x: .75
  }

  .tb\:scale-x-90 {
    --transform-scale-x: .9
  }

  .tb\:scale-x-95 {
    --transform-scale-x: .95
  }

  .tb\:scale-x-100 {
    --transform-scale-x: 1
  }

  .tb\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .tb\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .tb\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .tb\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .tb\:scale-y-0 {
    --transform-scale-y: 0
  }

  .tb\:scale-y-50 {
    --transform-scale-y: .5
  }

  .tb\:scale-y-75 {
    --transform-scale-y: .75
  }

  .tb\:scale-y-90 {
    --transform-scale-y: .9
  }

  .tb\:scale-y-95 {
    --transform-scale-y: .95
  }

  .tb\:scale-y-100 {
    --transform-scale-y: 1
  }

  .tb\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .tb\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .tb\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .tb\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .tb\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .tb\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .tb\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .tb\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .tb\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .tb\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .tb\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .tb\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .tb\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .tb\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .tb\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .tb\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .tb\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .tb\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .tb\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .tb\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .tb\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .tb\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .tb\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .tb\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .tb\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .tb\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .tb\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .tb\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .tb\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .tb\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .tb\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .tb\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .tb\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .tb\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .tb\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .tb\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .tb\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .tb\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .tb\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .tb\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .tb\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .tb\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .tb\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .tb\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .tb\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .tb\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .tb\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .tb\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .tb\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .tb\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .tb\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .tb\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .tb\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .tb\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .tb\:rotate-0 {
    --transform-rotate: 0
  }

  .tb\:rotate-45 {
    --transform-rotate: 45deg
  }

  .tb\:rotate-90 {
    --transform-rotate: 90deg
  }

  .tb\:rotate-180 {
    --transform-rotate: 180deg
  }

  .tb\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .tb\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .tb\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .tb\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .tb\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .tb\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .tb\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .tb\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .tb\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .tb\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .tb\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .tb\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .tb\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .tb\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .tb\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .tb\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .tb\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .tb\:translate-x-0 {
    --transform-translate-x: 0
  }

  .tb\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .tb\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .tb\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .tb\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .tb\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .tb\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .tb\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .tb\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .tb\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .tb\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .tb\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .tb\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .tb\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .tb\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .tb\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .tb\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .tb\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .tb\:translate-x-px {
    --transform-translate-x: 1px
  }

  .tb\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .tb\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .tb\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .tb\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .tb\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .tb\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .tb\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .tb\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .tb\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .tb\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .tb\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .tb\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .tb\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .tb\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .tb\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .tb\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .tb\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .tb\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .tb\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .tb\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .tb\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .tb\:translate-x-full {
    --transform-translate-x: 100%
  }

  .tb\:translate-y-0 {
    --transform-translate-y: 0
  }

  .tb\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .tb\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .tb\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .tb\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .tb\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .tb\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .tb\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .tb\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .tb\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .tb\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .tb\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .tb\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .tb\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .tb\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .tb\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .tb\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .tb\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .tb\:translate-y-px {
    --transform-translate-y: 1px
  }

  .tb\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .tb\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .tb\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .tb\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .tb\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .tb\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .tb\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .tb\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .tb\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .tb\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .tb\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .tb\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .tb\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .tb\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .tb\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .tb\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .tb\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .tb\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .tb\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .tb\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .tb\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .tb\:translate-y-full {
    --transform-translate-y: 100%
  }

  .tb\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .tb\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .tb\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .tb\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .tb\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .tb\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .tb\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .tb\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .tb\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .tb\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .tb\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .tb\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .tb\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .tb\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .tb\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .tb\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .tb\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .tb\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .tb\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .tb\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .tb\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .tb\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .tb\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .tb\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .tb\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .tb\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .tb\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .tb\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .tb\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .tb\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .tb\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .tb\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .tb\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .tb\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .tb\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .tb\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .tb\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .tb\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .tb\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .tb\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .tb\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .tb\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .tb\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .tb\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .tb\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .tb\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .tb\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .tb\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .tb\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .tb\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .tb\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .tb\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .tb\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .tb\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .tb\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .tb\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .tb\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .tb\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .tb\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .tb\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .tb\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .tb\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .tb\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .tb\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .tb\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .tb\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .tb\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .tb\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .tb\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .tb\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .tb\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .tb\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .tb\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .tb\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .tb\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .tb\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .tb\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .tb\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .tb\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .tb\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .tb\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .tb\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .tb\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .tb\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .tb\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .tb\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .tb\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .tb\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .tb\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .tb\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .tb\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .tb\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .tb\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .tb\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .tb\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .tb\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .tb\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .tb\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .tb\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .tb\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .tb\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .tb\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .tb\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .tb\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .tb\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .tb\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .tb\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .tb\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .tb\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .tb\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .tb\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .tb\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .tb\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .tb\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .tb\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .tb\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .tb\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .tb\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .tb\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .tb\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .tb\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .tb\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .tb\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .tb\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .tb\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .tb\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .tb\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .tb\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .tb\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .tb\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .tb\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .tb\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .tb\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .tb\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .tb\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .tb\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .tb\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .tb\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .tb\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .tb\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .tb\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .tb\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .tb\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .tb\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .tb\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .tb\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .tb\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .tb\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .tb\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .tb\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .tb\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .tb\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .tb\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .tb\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .tb\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .tb\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .tb\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .tb\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .tb\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .tb\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .tb\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .tb\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .tb\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .tb\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .tb\:skew-x-0 {
    --transform-skew-x: 0
  }

  .tb\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .tb\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .tb\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .tb\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .tb\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .tb\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .tb\:skew-y-0 {
    --transform-skew-y: 0
  }

  .tb\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .tb\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .tb\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .tb\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .tb\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .tb\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .tb\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .tb\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .tb\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .tb\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .tb\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .tb\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .tb\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .tb\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .tb\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .tb\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .tb\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .tb\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .tb\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .tb\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .tb\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .tb\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .tb\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .tb\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .tb\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .tb\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .tb\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .tb\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .tb\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .tb\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .tb\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .tb\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .tb\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .tb\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .tb\:transition-none {
    transition-property: none
  }

  .tb\:transition-all {
    transition-property: all
  }

  .tb\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .tb\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .tb\:transition-opacity {
    transition-property: opacity
  }

  .tb\:transition-shadow {
    transition-property: box-shadow
  }

  .tb\:transition-transform {
    transition-property: transform
  }

  .tb\:ease-linear {
    transition-timing-function: linear
  }

  .tb\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .tb\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .tb\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .tb\:duration-75 {
    transition-duration: 75ms
  }

  .tb\:duration-100 {
    transition-duration: 100ms
  }

  .tb\:duration-150 {
    transition-duration: 150ms
  }

  .tb\:duration-200 {
    transition-duration: 200ms
  }

  .tb\:duration-300 {
    transition-duration: 300ms
  }

  .tb\:duration-500 {
    transition-duration: 500ms
  }

  .tb\:duration-700 {
    transition-duration: 700ms
  }

  .tb\:duration-1000 {
    transition-duration: 1000ms
  }
}

@media (min-width: 992px) {
  .ds\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:bg-fixed {
    background-attachment: fixed
  }

  .ds\:bg-local {
    background-attachment: local
  }

  .ds\:bg-scroll {
    background-attachment: scroll
  }

  .ds\:bg-base {
    background-color: #0E2D52
  }

  .ds\:bg-primary {
    background-color: #5EB3E4
  }

  .ds\:bg-secondary {
    background-color: #00A994
  }

  .ds\:bg-white {
    background-color: #fff
  }

  .ds\:bg-danger {
    background-color: #FF695B
  }

  .ds\:bg-warning {
    background-color: #FFBE4F
  }

  .ds\:bg-success {
    background-color: #3DCC79
  }

  .ds\:bg-gray {
    background-color: #9BAEBC
  }

  .ds\:bg-lightgray {
    background-color: #edf0f2
  }

  .ds\:bg-light {
    background-color: #fafafa
  }

  .ds\:bg-dark {
    background-color: #384955
  }

  .ds\:hover\:bg-base:hover {
    background-color: #0E2D52
  }

  .ds\:hover\:bg-primary:hover {
    background-color: #5EB3E4
  }

  .ds\:hover\:bg-secondary:hover {
    background-color: #00A994
  }

  .ds\:hover\:bg-white:hover {
    background-color: #fff
  }

  .ds\:hover\:bg-danger:hover {
    background-color: #FF695B
  }

  .ds\:hover\:bg-warning:hover {
    background-color: #FFBE4F
  }

  .ds\:hover\:bg-success:hover {
    background-color: #3DCC79
  }

  .ds\:hover\:bg-gray:hover {
    background-color: #9BAEBC
  }

  .ds\:hover\:bg-lightgray:hover {
    background-color: #edf0f2
  }

  .ds\:hover\:bg-light:hover {
    background-color: #fafafa
  }

  .ds\:hover\:bg-dark:hover {
    background-color: #384955
  }

  .ds\:focus\:bg-base:focus {
    background-color: #0E2D52
  }

  .ds\:focus\:bg-primary:focus {
    background-color: #5EB3E4
  }

  .ds\:focus\:bg-secondary:focus {
    background-color: #00A994
  }

  .ds\:focus\:bg-white:focus {
    background-color: #fff
  }

  .ds\:focus\:bg-danger:focus {
    background-color: #FF695B
  }

  .ds\:focus\:bg-warning:focus {
    background-color: #FFBE4F
  }

  .ds\:focus\:bg-success:focus {
    background-color: #3DCC79
  }

  .ds\:focus\:bg-gray:focus {
    background-color: #9BAEBC
  }

  .ds\:focus\:bg-lightgray:focus {
    background-color: #edf0f2
  }

  .ds\:focus\:bg-light:focus {
    background-color: #fafafa
  }

  .ds\:focus\:bg-dark:focus {
    background-color: #384955
  }

  .ds\:bg-bottom {
    background-position: bottom
  }

  .ds\:bg-center {
    background-position: center
  }

  .ds\:bg-left {
    background-position: left
  }

  .ds\:bg-left-bottom {
    background-position: left bottom
  }

  .ds\:bg-left-top {
    background-position: left top
  }

  .ds\:bg-right {
    background-position: right
  }

  .ds\:bg-right-bottom {
    background-position: right bottom
  }

  .ds\:bg-right-top {
    background-position: right top
  }

  .ds\:bg-top {
    background-position: top
  }

  .ds\:bg-repeat {
    background-repeat: repeat
  }

  .ds\:bg-no-repeat {
    background-repeat: no-repeat
  }

  .ds\:bg-repeat-x {
    background-repeat: repeat-x
  }

  .ds\:bg-repeat-y {
    background-repeat: repeat-y
  }

  .ds\:bg-repeat-round {
    background-repeat: round
  }

  .ds\:bg-repeat-space {
    background-repeat: space
  }

  .ds\:bg-auto {
    background-size: auto
  }

  .ds\:bg-cover {
    background-size: cover
  }

  .ds\:bg-contain {
    background-size: contain
  }

  .ds\:border-collapse {
    border-collapse: collapse
  }

  .ds\:border-separate {
    border-collapse: separate
  }

  .ds\:border-base {
    border-color: #0E2D52
  }

  .ds\:border-primary {
    border-color: #5EB3E4
  }

  .ds\:border-secondary {
    border-color: #00A994
  }

  .ds\:border-white {
    border-color: #fff
  }

  .ds\:border-danger {
    border-color: #FF695B
  }

  .ds\:border-warning {
    border-color: #FFBE4F
  }

  .ds\:border-success {
    border-color: #3DCC79
  }

  .ds\:border-gray {
    border-color: #9BAEBC
  }

  .ds\:border-lightgray {
    border-color: #edf0f2
  }

  .ds\:border-light {
    border-color: #fafafa
  }

  .ds\:border-dark {
    border-color: #384955
  }

  .ds\:hover\:border-base:hover {
    border-color: #0E2D52
  }

  .ds\:hover\:border-primary:hover {
    border-color: #5EB3E4
  }

  .ds\:hover\:border-secondary:hover {
    border-color: #00A994
  }

  .ds\:hover\:border-white:hover {
    border-color: #fff
  }

  .ds\:hover\:border-danger:hover {
    border-color: #FF695B
  }

  .ds\:hover\:border-warning:hover {
    border-color: #FFBE4F
  }

  .ds\:hover\:border-success:hover {
    border-color: #3DCC79
  }

  .ds\:hover\:border-gray:hover {
    border-color: #9BAEBC
  }

  .ds\:hover\:border-lightgray:hover {
    border-color: #edf0f2
  }

  .ds\:hover\:border-light:hover {
    border-color: #fafafa
  }

  .ds\:hover\:border-dark:hover {
    border-color: #384955
  }

  .ds\:focus\:border-base:focus {
    border-color: #0E2D52
  }

  .ds\:focus\:border-primary:focus {
    border-color: #5EB3E4
  }

  .ds\:focus\:border-secondary:focus {
    border-color: #00A994
  }

  .ds\:focus\:border-white:focus {
    border-color: #fff
  }

  .ds\:focus\:border-danger:focus {
    border-color: #FF695B
  }

  .ds\:focus\:border-warning:focus {
    border-color: #FFBE4F
  }

  .ds\:focus\:border-success:focus {
    border-color: #3DCC79
  }

  .ds\:focus\:border-gray:focus {
    border-color: #9BAEBC
  }

  .ds\:focus\:border-lightgray:focus {
    border-color: #edf0f2
  }

  .ds\:focus\:border-light:focus {
    border-color: #fafafa
  }

  .ds\:focus\:border-dark:focus {
    border-color: #384955
  }

  .ds\:rounded-none {
    border-radius: 0
  }

  .ds\:rounded-sm {
    border-radius: 0.125rem
  }

  .ds\:rounded {
    border-radius: 0.25rem
  }

  .ds\:rounded-md {
    border-radius: 0.375rem
  }

  .ds\:rounded-lg {
    border-radius: 0.5rem
  }

  .ds\:rounded-full {
    border-radius: 9999px
  }

  .ds\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .ds\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .ds\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .ds\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .ds\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .ds\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .ds\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .ds\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .ds\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .ds\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .ds\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .ds\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .ds\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .ds\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .ds\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .ds\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .ds\:rounded-tl-none {
    border-top-left-radius: 0
  }

  .ds\:rounded-tr-none {
    border-top-right-radius: 0
  }

  .ds\:rounded-br-none {
    border-bottom-right-radius: 0
  }

  .ds\:rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .ds\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .ds\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .ds\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .ds\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .ds\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .ds\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .ds\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .ds\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .ds\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .ds\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .ds\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .ds\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .ds\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .ds\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .ds\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .ds\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .ds\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .ds\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .ds\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .ds\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .ds\:border-solid {
    border-style: solid
  }

  .ds\:border-dashed {
    border-style: dashed
  }

  .ds\:border-dotted {
    border-style: dotted
  }

  .ds\:border-double {
    border-style: double
  }

  .ds\:border-none {
    border-style: none
  }

  .ds\:border-0 {
    border-width: 0
  }

  .ds\:border-2 {
    border-width: 2px
  }

  .ds\:border-3 {
    border-width: 3px
  }

  .ds\:border-4 {
    border-width: 4px
  }

  .ds\:border-5 {
    border-width: 5px
  }

  .ds\:border-6 {
    border-width: 6px
  }

  .ds\:border-7 {
    border-width: 7px
  }

  .ds\:border-8 {
    border-width: 8px
  }

  .ds\:border-9 {
    border-width: 9px
  }

  .ds\:border-10 {
    border-width: 10px
  }

  .ds\:border {
    border-width: 1px
  }

  .ds\:border-t-0 {
    border-top-width: 0
  }

  .ds\:border-r-0 {
    border-right-width: 0
  }

  .ds\:border-b-0 {
    border-bottom-width: 0
  }

  .ds\:border-l-0 {
    border-left-width: 0
  }

  .ds\:border-t-2 {
    border-top-width: 2px
  }

  .ds\:border-r-2 {
    border-right-width: 2px
  }

  .ds\:border-b-2 {
    border-bottom-width: 2px
  }

  .ds\:border-l-2 {
    border-left-width: 2px
  }

  .ds\:border-t-3 {
    border-top-width: 3px
  }

  .ds\:border-r-3 {
    border-right-width: 3px
  }

  .ds\:border-b-3 {
    border-bottom-width: 3px
  }

  .ds\:border-l-3 {
    border-left-width: 3px
  }

  .ds\:border-t-4 {
    border-top-width: 4px
  }

  .ds\:border-r-4 {
    border-right-width: 4px
  }

  .ds\:border-b-4 {
    border-bottom-width: 4px
  }

  .ds\:border-l-4 {
    border-left-width: 4px
  }

  .ds\:border-t-5 {
    border-top-width: 5px
  }

  .ds\:border-r-5 {
    border-right-width: 5px
  }

  .ds\:border-b-5 {
    border-bottom-width: 5px
  }

  .ds\:border-l-5 {
    border-left-width: 5px
  }

  .ds\:border-t-6 {
    border-top-width: 6px
  }

  .ds\:border-r-6 {
    border-right-width: 6px
  }

  .ds\:border-b-6 {
    border-bottom-width: 6px
  }

  .ds\:border-l-6 {
    border-left-width: 6px
  }

  .ds\:border-t-7 {
    border-top-width: 7px
  }

  .ds\:border-r-7 {
    border-right-width: 7px
  }

  .ds\:border-b-7 {
    border-bottom-width: 7px
  }

  .ds\:border-l-7 {
    border-left-width: 7px
  }

  .ds\:border-t-8 {
    border-top-width: 8px
  }

  .ds\:border-r-8 {
    border-right-width: 8px
  }

  .ds\:border-b-8 {
    border-bottom-width: 8px
  }

  .ds\:border-l-8 {
    border-left-width: 8px
  }

  .ds\:border-t-9 {
    border-top-width: 9px
  }

  .ds\:border-r-9 {
    border-right-width: 9px
  }

  .ds\:border-b-9 {
    border-bottom-width: 9px
  }

  .ds\:border-l-9 {
    border-left-width: 9px
  }

  .ds\:border-t-10 {
    border-top-width: 10px
  }

  .ds\:border-r-10 {
    border-right-width: 10px
  }

  .ds\:border-b-10 {
    border-bottom-width: 10px
  }

  .ds\:border-l-10 {
    border-left-width: 10px
  }

  .ds\:border-t {
    border-top-width: 1px
  }

  .ds\:border-r {
    border-right-width: 1px
  }

  .ds\:border-b {
    border-bottom-width: 1px
  }

  .ds\:border-l {
    border-left-width: 1px
  }

  .ds\:box-border {
    box-sizing: border-box
  }

  .ds\:box-content {
    box-sizing: content-box
  }

  .ds\:cursor-auto {
    cursor: auto
  }

  .ds\:cursor-default {
    cursor: default
  }

  .ds\:cursor-pointer {
    cursor: pointer
  }

  .ds\:cursor-wait {
    cursor: wait
  }

  .ds\:cursor-text {
    cursor: text
  }

  .ds\:cursor-move {
    cursor: move
  }

  .ds\:cursor-not-allowed {
    cursor: not-allowed
  }

  .ds\:block {
    display: block
  }

  .ds\:inline-block {
    display: inline-block
  }

  .ds\:inline {
    display: inline
  }

  .ds\:flex {
    display: flex
  }

  .ds\:inline-flex {
    display: inline-flex
  }

  .ds\:grid {
    display: -ms-grid;
    display: grid
  }

  .ds\:table {
    display: table
  }

  .ds\:table-caption {
    display: table-caption
  }

  .ds\:table-cell {
    display: table-cell
  }

  .ds\:table-column {
    display: table-column
  }

  .ds\:table-column-group {
    display: table-column-group
  }

  .ds\:table-footer-group {
    display: table-footer-group
  }

  .ds\:table-header-group {
    display: table-header-group
  }

  .ds\:table-row-group {
    display: table-row-group
  }

  .ds\:table-row {
    display: table-row
  }

  .ds\:hidden {
    display: none
  }

  .ds\:flex-row {
    flex-direction: row
  }

  .ds\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .ds\:flex-col {
    flex-direction: column
  }

  .ds\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .ds\:flex-wrap {
    flex-wrap: wrap
  }

  .ds\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .ds\:flex-no-wrap {
    flex-wrap: nowrap
  }

  .ds\:items-start {
    align-items: flex-start
  }

  .ds\:items-end {
    align-items: flex-end
  }

  .ds\:items-center {
    align-items: center
  }

  .ds\:items-baseline {
    align-items: baseline
  }

  .ds\:items-stretch {
    align-items: stretch
  }

  .ds\:self-auto {
    -ms-grid-row-align: auto;
    align-self: auto
  }

  .ds\:self-start {
    align-self: flex-start
  }

  .ds\:self-end {
    align-self: flex-end
  }

  .ds\:self-center {
    -ms-grid-row-align: center;
    align-self: center
  }

  .ds\:self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch
  }

  .ds\:justify-start {
    justify-content: flex-start
  }

  .ds\:justify-end {
    justify-content: flex-end
  }

  .ds\:justify-center {
    justify-content: center
  }

  .ds\:justify-between {
    justify-content: center
  }

  .ds\:justify-around {
    justify-content: space-around
  }

  .ds\:justify-evenly {
    justify-content: space-evenly
  }

  .ds\:content-center {
    align-content: center
  }

  .ds\:content-start {
    align-content: flex-start
  }

  .ds\:content-end {
    align-content: flex-end
  }

  .ds\:content-between {
    align-content: space-between
  }

  .ds\:content-around {
    align-content: space-around
  }

  .ds\:flex-1 {
    flex: 1 1 0%
  }

  .ds\:flex-auto {
    flex: 1 1 auto
  }

  .ds\:flex-initial {
    flex: 0 1 auto
  }

  .ds\:flex-none {
    flex: none
  }

  .ds\:flex-grow-0 {
    flex-grow: 0
  }

  .ds\:flex-grow {
    flex-grow: 1
  }

  .ds\:flex-shrink-0 {
    flex-shrink: 0
  }

  .ds\:flex-shrink {
    flex-shrink: 1
  }

  .ds\:order-1 {
    order: 1
  }

  .ds\:order-2 {
    order: 2
  }

  .ds\:order-3 {
    order: 3
  }

  .ds\:order-4 {
    order: 4
  }

  .ds\:order-5 {
    order: 5
  }

  .ds\:order-6 {
    order: 6
  }

  .ds\:order-7 {
    order: 7
  }

  .ds\:order-8 {
    order: 8
  }

  .ds\:order-9 {
    order: 9
  }

  .ds\:order-10 {
    order: 10
  }

  .ds\:order-11 {
    order: 11
  }

  .ds\:order-12 {
    order: 12
  }

  .ds\:order-first {
    order: -9999
  }

  .ds\:order-last {
    order: 9999
  }

  .ds\:order-none {
    order: 0
  }

  .ds\:float-right {
    float: right
  }

  .ds\:float-left {
    float: left
  }

  .ds\:float-none {
    float: none
  }

  .ds\:clearfix:after {
    content: "";
    display: table;
    clear: both
  }

  .ds\:clear-left {
    clear: left
  }

  .ds\:clear-right {
    clear: right
  }

  .ds\:clear-both {
    clear: both
  }

  .ds\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .ds\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif
  }

  .ds\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .ds\:font-hairline {
    font-weight: 100
  }

  .ds\:font-thin {
    font-weight: 200
  }

  .ds\:font-light {
    font-weight: 300
  }

  .ds\:font-normal {
    font-weight: 400
  }

  .ds\:font-medium {
    font-weight: 500
  }

  .ds\:font-semibold {
    font-weight: 600
  }

  .ds\:font-bold {
    font-weight: 700
  }

  .ds\:font-extrabold {
    font-weight: 800
  }

  .ds\:font-black {
    font-weight: 900
  }

  .ds\:hover\:font-hairline:hover {
    font-weight: 100
  }

  .ds\:hover\:font-thin:hover {
    font-weight: 200
  }

  .ds\:hover\:font-light:hover {
    font-weight: 300
  }

  .ds\:hover\:font-normal:hover {
    font-weight: 400
  }

  .ds\:hover\:font-medium:hover {
    font-weight: 500
  }

  .ds\:hover\:font-semibold:hover {
    font-weight: 600
  }

  .ds\:hover\:font-bold:hover {
    font-weight: 700
  }

  .ds\:hover\:font-extrabold:hover {
    font-weight: 800
  }

  .ds\:hover\:font-black:hover {
    font-weight: 900
  }

  .ds\:focus\:font-hairline:focus {
    font-weight: 100
  }

  .ds\:focus\:font-thin:focus {
    font-weight: 200
  }

  .ds\:focus\:font-light:focus {
    font-weight: 300
  }

  .ds\:focus\:font-normal:focus {
    font-weight: 400
  }

  .ds\:focus\:font-medium:focus {
    font-weight: 500
  }

  .ds\:focus\:font-semibold:focus {
    font-weight: 600
  }

  .ds\:focus\:font-bold:focus {
    font-weight: 700
  }

  .ds\:focus\:font-extrabold:focus {
    font-weight: 800
  }

  .ds\:focus\:font-black:focus {
    font-weight: 900
  }

  .ds\:h-0 {
    height: 0
  }

  .ds\:h-1 {
    height: 0.25rem
  }

  .ds\:h-2 {
    height: 0.5rem
  }

  .ds\:h-3 {
    height: 0.75rem
  }

  .ds\:h-4 {
    height: 1rem
  }

  .ds\:h-5 {
    height: 1.25rem
  }

  .ds\:h-6 {
    height: 1.5rem
  }

  .ds\:h-8 {
    height: 2rem
  }

  .ds\:h-10 {
    height: 2.5rem
  }

  .ds\:h-12 {
    height: 3rem
  }

  .ds\:h-16 {
    height: 4rem
  }

  .ds\:h-20 {
    height: 5rem
  }

  .ds\:h-24 {
    height: 6rem
  }

  .ds\:h-32 {
    height: 8rem
  }

  .ds\:h-40 {
    height: 10rem
  }

  .ds\:h-48 {
    height: 12rem
  }

  .ds\:h-56 {
    height: 14rem
  }

  .ds\:h-64 {
    height: 16rem
  }

  .ds\:h-auto {
    height: auto
  }

  .ds\:h-px {
    height: 1px
  }

  .ds\:h-full {
    height: 100%
  }

  .ds\:h-screen {
    height: 100vh
  }

  .ds\:leading-3 {
    line-height: .75rem
  }

  .ds\:leading-4 {
    line-height: 1rem
  }

  .ds\:leading-5 {
    line-height: 1.25rem
  }

  .ds\:leading-6 {
    line-height: 1.5rem
  }

  .ds\:leading-7 {
    line-height: 1.75rem
  }

  .ds\:leading-8 {
    line-height: 2rem
  }

  .ds\:leading-9 {
    line-height: 2.25rem
  }

  .ds\:leading-10 {
    line-height: 2.5rem
  }

  .ds\:leading-none {
    line-height: 1
  }

  .ds\:leading-tight {
    line-height: 1.25
  }

  .ds\:leading-snug {
    line-height: 1.375
  }

  .ds\:leading-normal {
    line-height: 1.5
  }

  .ds\:leading-relaxed {
    line-height: 1.625
  }

  .ds\:leading-loose {
    line-height: 2
  }

  .ds\:list-inside {
    list-style-position: inside
  }

  .ds\:list-outside {
    list-style-position: outside
  }

  .ds\:list-none {
    list-style-type: none
  }

  .ds\:list-disc {
    list-style-type: disc
  }

  .ds\:list-decimal {
    list-style-type: decimal
  }

  .ds\:m-0 {
    margin: 0
  }

  .ds\:m-1 {
    margin: 0.25rem
  }

  .ds\:m-2 {
    margin: 0.5rem
  }

  .ds\:m-3 {
    margin: 0.75rem
  }

  .ds\:m-4 {
    margin: 1rem
  }

  .ds\:m-5 {
    margin: 1.25rem
  }

  .ds\:m-6 {
    margin: 1.5rem
  }

  .ds\:m-8 {
    margin: 2rem
  }

  .ds\:m-10 {
    margin: 2.5rem
  }

  .ds\:m-12 {
    margin: 3rem
  }

  .ds\:m-16 {
    margin: 4rem
  }

  .ds\:m-20 {
    margin: 5rem
  }

  .ds\:m-24 {
    margin: 6rem
  }

  .ds\:m-32 {
    margin: 8rem
  }

  .ds\:m-40 {
    margin: 10rem
  }

  .ds\:m-48 {
    margin: 12rem
  }

  .ds\:m-56 {
    margin: 14rem
  }

  .ds\:m-64 {
    margin: 16rem
  }

  .ds\:m-auto {
    margin: auto
  }

  .ds\:m-px {
    margin: 1px
  }

  .ds\:-m-1 {
    margin: -0.25rem
  }

  .ds\:-m-2 {
    margin: -0.5rem
  }

  .ds\:-m-3 {
    margin: -0.75rem
  }

  .ds\:-m-4 {
    margin: -1rem
  }

  .ds\:-m-5 {
    margin: -1.25rem
  }

  .ds\:-m-6 {
    margin: -1.5rem
  }

  .ds\:-m-8 {
    margin: -2rem
  }

  .ds\:-m-10 {
    margin: -2.5rem
  }

  .ds\:-m-12 {
    margin: -3rem
  }

  .ds\:-m-16 {
    margin: -4rem
  }

  .ds\:-m-20 {
    margin: -5rem
  }

  .ds\:-m-24 {
    margin: -6rem
  }

  .ds\:-m-32 {
    margin: -8rem
  }

  .ds\:-m-40 {
    margin: -10rem
  }

  .ds\:-m-48 {
    margin: -12rem
  }

  .ds\:-m-56 {
    margin: -14rem
  }

  .ds\:-m-64 {
    margin: -16rem
  }

  .ds\:-m-px {
    margin: -1px
  }

  .ds\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }

  .ds\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .ds\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .ds\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .ds\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .ds\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .ds\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .ds\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .ds\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .ds\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .ds\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .ds\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .ds\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .ds\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .ds\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .ds\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .ds\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .ds\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .ds\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .ds\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .ds\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .ds\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .ds\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .ds\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .ds\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .ds\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .ds\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .ds\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .ds\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .ds\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .ds\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .ds\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .ds\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .ds\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .ds\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .ds\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .ds\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .ds\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .ds\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .ds\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .ds\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .ds\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .ds\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .ds\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .ds\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .ds\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .ds\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .ds\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .ds\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .ds\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .ds\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .ds\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .ds\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .ds\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .ds\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .ds\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .ds\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .ds\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .ds\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .ds\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .ds\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .ds\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .ds\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .ds\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .ds\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .ds\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .ds\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .ds\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .ds\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .ds\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .ds\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .ds\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .ds\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .ds\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .ds\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .ds\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .ds\:mt-0 {
    margin-top: 0
  }

  .ds\:mr-0 {
    margin-right: 0
  }

  .ds\:mb-0 {
    margin-bottom: 0
  }

  .ds\:ml-0 {
    margin-left: 0
  }

  .ds\:mt-1 {
    margin-top: 0.25rem
  }

  .ds\:mr-1 {
    margin-right: 0.25rem
  }

  .ds\:mb-1 {
    margin-bottom: 0.25rem
  }

  .ds\:ml-1 {
    margin-left: 0.25rem
  }

  .ds\:mt-2 {
    margin-top: 0.5rem
  }

  .ds\:mr-2 {
    margin-right: 0.5rem
  }

  .ds\:mb-2 {
    margin-bottom: 0.5rem
  }

  .ds\:ml-2 {
    margin-left: 0.5rem
  }

  .ds\:mt-3 {
    margin-top: 0.75rem
  }

  .ds\:mr-3 {
    margin-right: 0.75rem
  }

  .ds\:mb-3 {
    margin-bottom: 0.75rem
  }

  .ds\:ml-3 {
    margin-left: 0.75rem
  }

  .ds\:mt-4 {
    margin-top: 1rem
  }

  .ds\:mr-4 {
    margin-right: 1rem
  }

  .ds\:mb-4 {
    margin-bottom: 1rem
  }

  .ds\:ml-4 {
    margin-left: 1rem
  }

  .ds\:mt-5 {
    margin-top: 1.25rem
  }

  .ds\:mr-5 {
    margin-right: 1.25rem
  }

  .ds\:mb-5 {
    margin-bottom: 1.25rem
  }

  .ds\:ml-5 {
    margin-left: 1.25rem
  }

  .ds\:mt-6 {
    margin-top: 1.5rem
  }

  .ds\:mr-6 {
    margin-right: 1.5rem
  }

  .ds\:mb-6 {
    margin-bottom: 1.5rem
  }

  .ds\:ml-6 {
    margin-left: 1.5rem
  }

  .ds\:mt-8 {
    margin-top: 2rem
  }

  .ds\:mr-8 {
    margin-right: 2rem
  }

  .ds\:mb-8 {
    margin-bottom: 2rem
  }

  .ds\:ml-8 {
    margin-left: 2rem
  }

  .ds\:mt-10 {
    margin-top: 2.5rem
  }

  .ds\:mr-10 {
    margin-right: 2.5rem
  }

  .ds\:mb-10 {
    margin-bottom: 2.5rem
  }

  .ds\:ml-10 {
    margin-left: 2.5rem
  }

  .ds\:mt-12 {
    margin-top: 3rem
  }

  .ds\:mr-12 {
    margin-right: 3rem
  }

  .ds\:mb-12 {
    margin-bottom: 3rem
  }

  .ds\:ml-12 {
    margin-left: 3rem
  }

  .ds\:mt-16 {
    margin-top: 4rem
  }

  .ds\:mr-16 {
    margin-right: 4rem
  }

  .ds\:mb-16 {
    margin-bottom: 4rem
  }

  .ds\:ml-16 {
    margin-left: 4rem
  }

  .ds\:mt-20 {
    margin-top: 5rem
  }

  .ds\:mr-20 {
    margin-right: 5rem
  }

  .ds\:mb-20 {
    margin-bottom: 5rem
  }

  .ds\:ml-20 {
    margin-left: 5rem
  }

  .ds\:mt-24 {
    margin-top: 6rem
  }

  .ds\:mr-24 {
    margin-right: 6rem
  }

  .ds\:mb-24 {
    margin-bottom: 6rem
  }

  .ds\:ml-24 {
    margin-left: 6rem
  }

  .ds\:mt-32 {
    margin-top: 8rem
  }

  .ds\:mr-32 {
    margin-right: 8rem
  }

  .ds\:mb-32 {
    margin-bottom: 8rem
  }

  .ds\:ml-32 {
    margin-left: 8rem
  }

  .ds\:mt-40 {
    margin-top: 10rem
  }

  .ds\:mr-40 {
    margin-right: 10rem
  }

  .ds\:mb-40 {
    margin-bottom: 10rem
  }

  .ds\:ml-40 {
    margin-left: 10rem
  }

  .ds\:mt-48 {
    margin-top: 12rem
  }

  .ds\:mr-48 {
    margin-right: 12rem
  }

  .ds\:mb-48 {
    margin-bottom: 12rem
  }

  .ds\:ml-48 {
    margin-left: 12rem
  }

  .ds\:mt-56 {
    margin-top: 14rem
  }

  .ds\:mr-56 {
    margin-right: 14rem
  }

  .ds\:mb-56 {
    margin-bottom: 14rem
  }

  .ds\:ml-56 {
    margin-left: 14rem
  }

  .ds\:mt-64 {
    margin-top: 16rem
  }

  .ds\:mr-64 {
    margin-right: 16rem
  }

  .ds\:mb-64 {
    margin-bottom: 16rem
  }

  .ds\:ml-64 {
    margin-left: 16rem
  }

  .ds\:mt-auto {
    margin-top: auto
  }

  .ds\:mr-auto {
    margin-right: auto
  }

  .ds\:mb-auto {
    margin-bottom: auto
  }

  .ds\:ml-auto {
    margin-left: auto
  }

  .ds\:mt-px {
    margin-top: 1px
  }

  .ds\:mr-px {
    margin-right: 1px
  }

  .ds\:mb-px {
    margin-bottom: 1px
  }

  .ds\:ml-px {
    margin-left: 1px
  }

  .ds\:-mt-1 {
    margin-top: -0.25rem
  }

  .ds\:-mr-1 {
    margin-right: -0.25rem
  }

  .ds\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .ds\:-ml-1 {
    margin-left: -0.25rem
  }

  .ds\:-mt-2 {
    margin-top: -0.5rem
  }

  .ds\:-mr-2 {
    margin-right: -0.5rem
  }

  .ds\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .ds\:-ml-2 {
    margin-left: -0.5rem
  }

  .ds\:-mt-3 {
    margin-top: -0.75rem
  }

  .ds\:-mr-3 {
    margin-right: -0.75rem
  }

  .ds\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .ds\:-ml-3 {
    margin-left: -0.75rem
  }

  .ds\:-mt-4 {
    margin-top: -1rem
  }

  .ds\:-mr-4 {
    margin-right: -1rem
  }

  .ds\:-mb-4 {
    margin-bottom: -1rem
  }

  .ds\:-ml-4 {
    margin-left: -1rem
  }

  .ds\:-mt-5 {
    margin-top: -1.25rem
  }

  .ds\:-mr-5 {
    margin-right: -1.25rem
  }

  .ds\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .ds\:-ml-5 {
    margin-left: -1.25rem
  }

  .ds\:-mt-6 {
    margin-top: -1.5rem
  }

  .ds\:-mr-6 {
    margin-right: -1.5rem
  }

  .ds\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .ds\:-ml-6 {
    margin-left: -1.5rem
  }

  .ds\:-mt-8 {
    margin-top: -2rem
  }

  .ds\:-mr-8 {
    margin-right: -2rem
  }

  .ds\:-mb-8 {
    margin-bottom: -2rem
  }

  .ds\:-ml-8 {
    margin-left: -2rem
  }

  .ds\:-mt-10 {
    margin-top: -2.5rem
  }

  .ds\:-mr-10 {
    margin-right: -2.5rem
  }

  .ds\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .ds\:-ml-10 {
    margin-left: -2.5rem
  }

  .ds\:-mt-12 {
    margin-top: -3rem
  }

  .ds\:-mr-12 {
    margin-right: -3rem
  }

  .ds\:-mb-12 {
    margin-bottom: -3rem
  }

  .ds\:-ml-12 {
    margin-left: -3rem
  }

  .ds\:-mt-16 {
    margin-top: -4rem
  }

  .ds\:-mr-16 {
    margin-right: -4rem
  }

  .ds\:-mb-16 {
    margin-bottom: -4rem
  }

  .ds\:-ml-16 {
    margin-left: -4rem
  }

  .ds\:-mt-20 {
    margin-top: -5rem
  }

  .ds\:-mr-20 {
    margin-right: -5rem
  }

  .ds\:-mb-20 {
    margin-bottom: -5rem
  }

  .ds\:-ml-20 {
    margin-left: -5rem
  }

  .ds\:-mt-24 {
    margin-top: -6rem
  }

  .ds\:-mr-24 {
    margin-right: -6rem
  }

  .ds\:-mb-24 {
    margin-bottom: -6rem
  }

  .ds\:-ml-24 {
    margin-left: -6rem
  }

  .ds\:-mt-32 {
    margin-top: -8rem
  }

  .ds\:-mr-32 {
    margin-right: -8rem
  }

  .ds\:-mb-32 {
    margin-bottom: -8rem
  }

  .ds\:-ml-32 {
    margin-left: -8rem
  }

  .ds\:-mt-40 {
    margin-top: -10rem
  }

  .ds\:-mr-40 {
    margin-right: -10rem
  }

  .ds\:-mb-40 {
    margin-bottom: -10rem
  }

  .ds\:-ml-40 {
    margin-left: -10rem
  }

  .ds\:-mt-48 {
    margin-top: -12rem
  }

  .ds\:-mr-48 {
    margin-right: -12rem
  }

  .ds\:-mb-48 {
    margin-bottom: -12rem
  }

  .ds\:-ml-48 {
    margin-left: -12rem
  }

  .ds\:-mt-56 {
    margin-top: -14rem
  }

  .ds\:-mr-56 {
    margin-right: -14rem
  }

  .ds\:-mb-56 {
    margin-bottom: -14rem
  }

  .ds\:-ml-56 {
    margin-left: -14rem
  }

  .ds\:-mt-64 {
    margin-top: -16rem
  }

  .ds\:-mr-64 {
    margin-right: -16rem
  }

  .ds\:-mb-64 {
    margin-bottom: -16rem
  }

  .ds\:-ml-64 {
    margin-left: -16rem
  }

  .ds\:-mt-px {
    margin-top: -1px
  }

  .ds\:-mr-px {
    margin-right: -1px
  }

  .ds\:-mb-px {
    margin-bottom: -1px
  }

  .ds\:-ml-px {
    margin-left: -1px
  }

  .ds\:max-h-full {
    max-height: 100%
  }

  .ds\:max-h-screen {
    max-height: 100vh
  }

  .ds\:max-w-none {
    max-width: none
  }

  .ds\:max-w-xs {
    max-width: 20rem
  }

  .ds\:max-w-sm {
    max-width: 24rem
  }

  .ds\:max-w-md {
    max-width: 28rem
  }

  .ds\:max-w-lg {
    max-width: 32rem
  }

  .ds\:max-w-xl {
    max-width: 36rem
  }

  .ds\:max-w-2xl {
    max-width: 42rem
  }

  .ds\:max-w-3xl {
    max-width: 48rem
  }

  .ds\:max-w-4xl {
    max-width: 56rem
  }

  .ds\:max-w-5xl {
    max-width: 64rem
  }

  .ds\:max-w-6xl {
    max-width: 72rem
  }

  .ds\:max-w-full {
    max-width: 100%
  }

  .ds\:max-w-screen-tb {
    max-width: 768px
  }

  .ds\:max-w-screen-ds {
    max-width: 992px
  }

  .ds\:min-h-0 {
    min-height: 0
  }

  .ds\:min-h-full {
    min-height: 100%
  }

  .ds\:min-h-screen {
    min-height: 100vh
  }

  .ds\:min-w-0 {
    min-width: 0
  }

  .ds\:min-w-full {
    min-width: 100%
  }

  .ds\:object-contain {
    object-fit: contain
  }

  .ds\:object-cover {
    object-fit: cover
  }

  .ds\:object-fill {
    object-fit: fill
  }

  .ds\:object-none {
    object-fit: none
  }

  .ds\:object-scale-down {
    object-fit: scale-down
  }

  .ds\:object-bottom {
    object-position: bottom
  }

  .ds\:object-center {
    object-position: center
  }

  .ds\:object-left {
    object-position: left
  }

  .ds\:object-left-bottom {
    object-position: left bottom
  }

  .ds\:object-left-top {
    object-position: left top
  }

  .ds\:object-right {
    object-position: right
  }

  .ds\:object-right-bottom {
    object-position: right bottom
  }

  .ds\:object-right-top {
    object-position: right top
  }

  .ds\:object-top {
    object-position: top
  }

  .ds\:opacity-0 {
    opacity: 0
  }

  .ds\:opacity-25 {
    opacity: 0.25
  }

  .ds\:opacity-50 {
    opacity: 0.5
  }

  .ds\:opacity-75 {
    opacity: 0.75
  }

  .ds\:opacity-100 {
    opacity: 1
  }

  .ds\:hover\:opacity-0:hover {
    opacity: 0
  }

  .ds\:hover\:opacity-25:hover {
    opacity: 0.25
  }

  .ds\:hover\:opacity-50:hover {
    opacity: 0.5
  }

  .ds\:hover\:opacity-75:hover {
    opacity: 0.75
  }

  .ds\:hover\:opacity-100:hover {
    opacity: 1
  }

  .ds\:focus\:opacity-0:focus {
    opacity: 0
  }

  .ds\:focus\:opacity-25:focus {
    opacity: 0.25
  }

  .ds\:focus\:opacity-50:focus {
    opacity: 0.5
  }

  .ds\:focus\:opacity-75:focus {
    opacity: 0.75
  }

  .ds\:focus\:opacity-100:focus {
    opacity: 1
  }

  .ds\:outline-none {
    outline: 0
  }

  .ds\:focus\:outline-none:focus {
    outline: 0
  }

  .ds\:overflow-auto {
    overflow: auto
  }

  .ds\:overflow-hidden {
    overflow: hidden
  }

  .ds\:overflow-visible {
    overflow: visible
  }

  .ds\:overflow-scroll {
    overflow: scroll
  }

  .ds\:overflow-x-auto {
    overflow-x: auto
  }

  .ds\:overflow-y-auto {
    overflow-y: auto
  }

  .ds\:overflow-x-hidden {
    overflow-x: hidden
  }

  .ds\:overflow-y-hidden {
    overflow-y: hidden
  }

  .ds\:overflow-x-visible {
    overflow-x: visible
  }

  .ds\:overflow-y-visible {
    overflow-y: visible
  }

  .ds\:overflow-x-scroll {
    overflow-x: scroll
  }

  .ds\:overflow-y-scroll {
    overflow-y: scroll
  }

  .ds\:scrolling-touch {
    -webkit-overflow-scrolling: touch
  }

  .ds\:scrolling-auto {
    -webkit-overflow-scrolling: auto
  }

  .ds\:p-0 {
    padding: 0
  }

  .ds\:p-1 {
    padding: 0.25rem
  }

  .ds\:p-2 {
    padding: 0.5rem
  }

  .ds\:p-3 {
    padding: 0.75rem
  }

  .ds\:p-4 {
    padding: 1rem
  }

  .ds\:p-5 {
    padding: 1.25rem
  }

  .ds\:p-6 {
    padding: 1.5rem
  }

  .ds\:p-8 {
    padding: 2rem
  }

  .ds\:p-10 {
    padding: 2.5rem
  }

  .ds\:p-12 {
    padding: 3rem
  }

  .ds\:p-16 {
    padding: 4rem
  }

  .ds\:p-20 {
    padding: 5rem
  }

  .ds\:p-24 {
    padding: 6rem
  }

  .ds\:p-32 {
    padding: 8rem
  }

  .ds\:p-40 {
    padding: 10rem
  }

  .ds\:p-48 {
    padding: 12rem
  }

  .ds\:p-56 {
    padding: 14rem
  }

  .ds\:p-64 {
    padding: 16rem
  }

  .ds\:p-px {
    padding: 1px
  }

  .ds\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }

  .ds\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .ds\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .ds\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .ds\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .ds\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .ds\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .ds\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .ds\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .ds\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .ds\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .ds\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .ds\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .ds\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .ds\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .ds\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .ds\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .ds\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .ds\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .ds\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .ds\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .ds\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .ds\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .ds\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .ds\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .ds\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .ds\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .ds\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .ds\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .ds\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .ds\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .ds\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .ds\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .ds\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .ds\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .ds\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .ds\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .ds\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .ds\:pt-0 {
    padding-top: 0
  }

  .ds\:pr-0 {
    padding-right: 0
  }

  .ds\:pb-0 {
    padding-bottom: 0
  }

  .ds\:pl-0 {
    padding-left: 0
  }

  .ds\:pt-1 {
    padding-top: 0.25rem
  }

  .ds\:pr-1 {
    padding-right: 0.25rem
  }

  .ds\:pb-1 {
    padding-bottom: 0.25rem
  }

  .ds\:pl-1 {
    padding-left: 0.25rem
  }

  .ds\:pt-2 {
    padding-top: 0.5rem
  }

  .ds\:pr-2 {
    padding-right: 0.5rem
  }

  .ds\:pb-2 {
    padding-bottom: 0.5rem
  }

  .ds\:pl-2 {
    padding-left: 0.5rem
  }

  .ds\:pt-3 {
    padding-top: 0.75rem
  }

  .ds\:pr-3 {
    padding-right: 0.75rem
  }

  .ds\:pb-3 {
    padding-bottom: 0.75rem
  }

  .ds\:pl-3 {
    padding-left: 0.75rem
  }

  .ds\:pt-4 {
    padding-top: 1rem
  }

  .ds\:pr-4 {
    padding-right: 1rem
  }

  .ds\:pb-4 {
    padding-bottom: 1rem
  }

  .ds\:pl-4 {
    padding-left: 1rem
  }

  .ds\:pt-5 {
    padding-top: 1.25rem
  }

  .ds\:pr-5 {
    padding-right: 1.25rem
  }

  .ds\:pb-5 {
    padding-bottom: 1.25rem
  }

  .ds\:pl-5 {
    padding-left: 1.25rem
  }

  .ds\:pt-6 {
    padding-top: 1.5rem
  }

  .ds\:pr-6 {
    padding-right: 1.5rem
  }

  .ds\:pb-6 {
    padding-bottom: 1.5rem
  }

  .ds\:pl-6 {
    padding-left: 1.5rem
  }

  .ds\:pt-8 {
    padding-top: 2rem
  }

  .ds\:pr-8 {
    padding-right: 2rem
  }

  .ds\:pb-8 {
    padding-bottom: 2rem
  }

  .ds\:pl-8 {
    padding-left: 2rem
  }

  .ds\:pt-10 {
    padding-top: 2.5rem
  }

  .ds\:pr-10 {
    padding-right: 2.5rem
  }

  .ds\:pb-10 {
    padding-bottom: 2.5rem
  }

  .ds\:pl-10 {
    padding-left: 2.5rem
  }

  .ds\:pt-12 {
    padding-top: 3rem
  }

  .ds\:pr-12 {
    padding-right: 3rem
  }

  .ds\:pb-12 {
    padding-bottom: 3rem
  }

  .ds\:pl-12 {
    padding-left: 3rem
  }

  .ds\:pt-16 {
    padding-top: 4rem
  }

  .ds\:pr-16 {
    padding-right: 4rem
  }

  .ds\:pb-16 {
    padding-bottom: 4rem
  }

  .ds\:pl-16 {
    padding-left: 4rem
  }

  .ds\:pt-20 {
    padding-top: 5rem
  }

  .ds\:pr-20 {
    padding-right: 5rem
  }

  .ds\:pb-20 {
    padding-bottom: 5rem
  }

  .ds\:pl-20 {
    padding-left: 5rem
  }

  .ds\:pt-24 {
    padding-top: 6rem
  }

  .ds\:pr-24 {
    padding-right: 6rem
  }

  .ds\:pb-24 {
    padding-bottom: 6rem
  }

  .ds\:pl-24 {
    padding-left: 6rem
  }

  .ds\:pt-32 {
    padding-top: 8rem
  }

  .ds\:pr-32 {
    padding-right: 8rem
  }

  .ds\:pb-32 {
    padding-bottom: 8rem
  }

  .ds\:pl-32 {
    padding-left: 8rem
  }

  .ds\:pt-40 {
    padding-top: 10rem
  }

  .ds\:pr-40 {
    padding-right: 10rem
  }

  .ds\:pb-40 {
    padding-bottom: 10rem
  }

  .ds\:pl-40 {
    padding-left: 10rem
  }

  .ds\:pt-48 {
    padding-top: 12rem
  }

  .ds\:pr-48 {
    padding-right: 12rem
  }

  .ds\:pb-48 {
    padding-bottom: 12rem
  }

  .ds\:pl-48 {
    padding-left: 12rem
  }

  .ds\:pt-56 {
    padding-top: 14rem
  }

  .ds\:pr-56 {
    padding-right: 14rem
  }

  .ds\:pb-56 {
    padding-bottom: 14rem
  }

  .ds\:pl-56 {
    padding-left: 14rem
  }

  .ds\:pt-64 {
    padding-top: 16rem
  }

  .ds\:pr-64 {
    padding-right: 16rem
  }

  .ds\:pb-64 {
    padding-bottom: 16rem
  }

  .ds\:pl-64 {
    padding-left: 16rem
  }

  .ds\:pt-px {
    padding-top: 1px
  }

  .ds\:pr-px {
    padding-right: 1px
  }

  .ds\:pb-px {
    padding-bottom: 1px
  }

  .ds\:pl-px {
    padding-left: 1px
  }

  .ds\:placeholder-base:-ms-input-placeholder {
    color: #0E2D52
  }

  .ds\:placeholder-base::placeholder {
    color: #0E2D52
  }

  .ds\:placeholder-primary:-ms-input-placeholder {
    color: #5EB3E4
  }

  .ds\:placeholder-primary::placeholder {
    color: #5EB3E4
  }

  .ds\:placeholder-secondary:-ms-input-placeholder {
    color: #00A994
  }

  .ds\:placeholder-secondary::placeholder {
    color: #00A994
  }

  .ds\:placeholder-white:-ms-input-placeholder {
    color: #fff
  }

  .ds\:placeholder-white::placeholder {
    color: #fff
  }

  .ds\:placeholder-danger:-ms-input-placeholder {
    color: #FF695B
  }

  .ds\:placeholder-danger::placeholder {
    color: #FF695B
  }

  .ds\:placeholder-warning:-ms-input-placeholder {
    color: #FFBE4F
  }

  .ds\:placeholder-warning::placeholder {
    color: #FFBE4F
  }

  .ds\:placeholder-success:-ms-input-placeholder {
    color: #3DCC79
  }

  .ds\:placeholder-success::placeholder {
    color: #3DCC79
  }

  .ds\:placeholder-gray:-ms-input-placeholder {
    color: #9BAEBC
  }

  .ds\:placeholder-gray::placeholder {
    color: #9BAEBC
  }

  .ds\:placeholder-lightgray:-ms-input-placeholder {
    color: #edf0f2
  }

  .ds\:placeholder-lightgray::placeholder {
    color: #edf0f2
  }

  .ds\:placeholder-light:-ms-input-placeholder {
    color: #fafafa
  }

  .ds\:placeholder-light::placeholder {
    color: #fafafa
  }

  .ds\:placeholder-dark:-ms-input-placeholder {
    color: #384955
  }

  .ds\:placeholder-dark::placeholder {
    color: #384955
  }

  .ds\:focus\:placeholder-base:focus:-ms-input-placeholder {
    color: #0E2D52
  }

  .ds\:focus\:placeholder-base:focus::placeholder {
    color: #0E2D52
  }

  .ds\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: #5EB3E4
  }

  .ds\:focus\:placeholder-primary:focus::placeholder {
    color: #5EB3E4
  }

  .ds\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    color: #00A994
  }

  .ds\:focus\:placeholder-secondary:focus::placeholder {
    color: #00A994
  }

  .ds\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff
  }

  .ds\:focus\:placeholder-white:focus::placeholder {
    color: #fff
  }

  .ds\:focus\:placeholder-danger:focus:-ms-input-placeholder {
    color: #FF695B
  }

  .ds\:focus\:placeholder-danger:focus::placeholder {
    color: #FF695B
  }

  .ds\:focus\:placeholder-warning:focus:-ms-input-placeholder {
    color: #FFBE4F
  }

  .ds\:focus\:placeholder-warning:focus::placeholder {
    color: #FFBE4F
  }

  .ds\:focus\:placeholder-success:focus:-ms-input-placeholder {
    color: #3DCC79
  }

  .ds\:focus\:placeholder-success:focus::placeholder {
    color: #3DCC79
  }

  .ds\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    color: #9BAEBC
  }

  .ds\:focus\:placeholder-gray:focus::placeholder {
    color: #9BAEBC
  }

  .ds\:focus\:placeholder-lightgray:focus:-ms-input-placeholder {
    color: #edf0f2
  }

  .ds\:focus\:placeholder-lightgray:focus::placeholder {
    color: #edf0f2
  }

  .ds\:focus\:placeholder-light:focus:-ms-input-placeholder {
    color: #fafafa
  }

  .ds\:focus\:placeholder-light:focus::placeholder {
    color: #fafafa
  }

  .ds\:focus\:placeholder-dark:focus:-ms-input-placeholder {
    color: #384955
  }

  .ds\:focus\:placeholder-dark:focus::placeholder {
    color: #384955
  }

  .ds\:pointer-events-none {
    pointer-events: none
  }

  .ds\:pointer-events-auto {
    pointer-events: auto
  }

  .ds\:static {
    position: static
  }

  .ds\:fixed {
    position: fixed
  }

  .ds\:absolute {
    position: absolute
  }

  .ds\:relative {
    position: relative
  }

  .ds\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  .ds\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .ds\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .ds\:inset-y-0 {
    top: 0;
    bottom: 0
  }

  .ds\:inset-x-0 {
    right: 0;
    left: 0
  }

  .ds\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .ds\:inset-x-auto {
    right: auto;
    left: auto
  }

  .ds\:top-0 {
    top: 0
  }

  .ds\:right-0 {
    right: 0
  }

  .ds\:bottom-0 {
    bottom: 0
  }

  .ds\:left-0 {
    left: 0
  }

  .ds\:top-auto {
    top: auto
  }

  .ds\:right-auto {
    right: auto
  }

  .ds\:bottom-auto {
    bottom: auto
  }

  .ds\:left-auto {
    left: auto
  }

  .ds\:resize-none {
    resize: none
  }

  .ds\:resize-y {
    resize: vertical
  }

  .ds\:resize-x {
    resize: horizontal
  }

  .ds\:resize {
    resize: both
  }

  .ds\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:shadow-none {
    box-shadow: none
  }

  .ds\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:hover\:shadow-none:hover {
    box-shadow: none
  }

  .ds\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }

  .ds\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }

  .ds\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }

  .ds\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }

  .ds\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
  }

  .ds\:focus\:shadow-none:focus {
    box-shadow: none
  }

  .ds\:fill-base {
    fill: #0E2D52
  }

  .ds\:fill-primary {
    fill: #5EB3E4
  }

  .ds\:fill-secondary {
    fill: #00A994
  }

  .ds\:fill-white {
    fill: #fff
  }

  .ds\:fill-danger {
    fill: #FF695B
  }

  .ds\:fill-warning {
    fill: #FFBE4F
  }

  .ds\:fill-success {
    fill: #3DCC79
  }

  .ds\:fill-gray {
    fill: #9BAEBC
  }

  .ds\:fill-lightgray {
    fill: #edf0f2
  }

  .ds\:fill-light {
    fill: #fafafa
  }

  .ds\:fill-dark {
    fill: #384955
  }

  .ds\:stroke-current {
    stroke: currentColor
  }

  .ds\:stroke-0 {
    stroke-width: 0
  }

  .ds\:stroke-1 {
    stroke-width: 1
  }

  .ds\:stroke-2 {
    stroke-width: 2
  }

  .ds\:table-auto {
    table-layout: auto
  }

  .ds\:table-fixed {
    table-layout: fixed
  }

  .ds\:text-left {
    text-align: left
  }

  .ds\:text-center {
    text-align: center
  }

  .ds\:text-right {
    text-align: right
  }

  .ds\:text-justify {
    text-align: justify
  }

  .ds\:text-base {
    color: #0E2D52
  }

  .ds\:text-primary {
    color: #5EB3E4
  }

  .ds\:text-secondary {
    color: #00A994
  }

  .ds\:text-white {
    color: #fff
  }

  .ds\:text-danger {
    color: #FF695B
  }

  .ds\:text-warning {
    color: #FFBE4F
  }

  .ds\:text-success {
    color: #3DCC79
  }

  .ds\:text-gray {
    color: #9BAEBC
  }

  .ds\:text-lightgray {
    color: #edf0f2
  }

  .ds\:text-light {
    color: #fafafa
  }

  .ds\:text-dark {
    color: #384955
  }

  .ds\:hover\:text-base:hover {
    color: #0E2D52
  }

  .ds\:hover\:text-primary:hover {
    color: #5EB3E4
  }

  .ds\:hover\:text-secondary:hover {
    color: #00A994
  }

  .ds\:hover\:text-white:hover {
    color: #fff
  }

  .ds\:hover\:text-danger:hover {
    color: #FF695B
  }

  .ds\:hover\:text-warning:hover {
    color: #FFBE4F
  }

  .ds\:hover\:text-success:hover {
    color: #3DCC79
  }

  .ds\:hover\:text-gray:hover {
    color: #9BAEBC
  }

  .ds\:hover\:text-lightgray:hover {
    color: #edf0f2
  }

  .ds\:hover\:text-light:hover {
    color: #fafafa
  }

  .ds\:hover\:text-dark:hover {
    color: #384955
  }

  .ds\:focus\:text-base:focus {
    color: #0E2D52
  }

  .ds\:focus\:text-primary:focus {
    color: #5EB3E4
  }

  .ds\:focus\:text-secondary:focus {
    color: #00A994
  }

  .ds\:focus\:text-white:focus {
    color: #fff
  }

  .ds\:focus\:text-danger:focus {
    color: #FF695B
  }

  .ds\:focus\:text-warning:focus {
    color: #FFBE4F
  }

  .ds\:focus\:text-success:focus {
    color: #3DCC79
  }

  .ds\:focus\:text-gray:focus {
    color: #9BAEBC
  }

  .ds\:focus\:text-lightgray:focus {
    color: #edf0f2
  }

  .ds\:focus\:text-light:focus {
    color: #fafafa
  }

  .ds\:focus\:text-dark:focus {
    color: #384955
  }

  .ds\:text-xs {
    font-size: 0.75rem
  }

  .ds\:text-sm {
    font-size: 0.875rem
  }

  .ds\:text-base {
    font-size: 1rem
  }

  .ds\:text-lg {
    font-size: 1.125rem
  }

  .ds\:text-xl {
    font-size: 1.25rem
  }

  .ds\:text-2xl {
    font-size: 1.5rem
  }

  .ds\:text-3xl {
    font-size: 1.875rem
  }

  .ds\:text-4xl {
    font-size: 2.25rem
  }

  .ds\:text-5xl {
    font-size: 3rem
  }

  .ds\:text-6xl {
    font-size: 4rem
  }

  .ds\:italic {
    font-style: italic
  }

  .ds\:not-italic {
    font-style: normal
  }

  .ds\:uppercase {
    text-transform: uppercase
  }

  .ds\:lowercase {
    text-transform: lowercase
  }

  .ds\:capitalize {
    text-transform: capitalize
  }

  .ds\:normal-case {
    text-transform: none
  }

  .ds\:underline {
    text-decoration: underline
  }

  .ds\:line-through {
    text-decoration: line-through
  }

  .ds\:no-underline {
    text-decoration: none
  }

  .ds\:hover\:underline:hover {
    text-decoration: underline
  }

  .ds\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .ds\:hover\:no-underline:hover {
    text-decoration: none
  }

  .ds\:focus\:underline:focus {
    text-decoration: underline
  }

  .ds\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .ds\:focus\:no-underline:focus {
    text-decoration: none
  }

  .ds\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .ds\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .ds\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .ds\:tracking-tight {
    letter-spacing: -0.025em
  }

  .ds\:tracking-normal {
    letter-spacing: 0
  }

  .ds\:tracking-wide {
    letter-spacing: 0.025em
  }

  .ds\:tracking-wider {
    letter-spacing: 0.05em
  }

  .ds\:tracking-widest {
    letter-spacing: 0.1em
  }

  .ds\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .ds\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
  }

  .ds\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all
  }

  .ds\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }

  .ds\:align-baseline {
    vertical-align: baseline
  }

  .ds\:align-top {
    vertical-align: top
  }

  .ds\:align-middle {
    vertical-align: middle
  }

  .ds\:align-bottom {
    vertical-align: bottom
  }

  .ds\:align-text-top {
    vertical-align: text-top
  }

  .ds\:align-text-bottom {
    vertical-align: text-bottom
  }

  .ds\:visible {
    visibility: visible
  }

  .ds\:invisible {
    visibility: hidden
  }

  .ds\:whitespace-normal {
    white-space: normal
  }

  .ds\:whitespace-no-wrap {
    white-space: nowrap
  }

  .ds\:whitespace-pre {
    white-space: pre
  }

  .ds\:whitespace-pre-line {
    white-space: pre-line
  }

  .ds\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .ds\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .ds\:break-words {
    overflow-wrap: break-word
  }

  .ds\:break-all {
    word-break: break-all
  }

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

  .ds\:w-0 {
    width: 0
  }

  .ds\:w-1 {
    width: 0.25rem
  }

  .ds\:w-2 {
    width: 0.5rem
  }

  .ds\:w-3 {
    width: 0.75rem
  }

  .ds\:w-4 {
    width: 1rem
  }

  .ds\:w-5 {
    width: 1.25rem
  }

  .ds\:w-6 {
    width: 1.5rem
  }

  .ds\:w-8 {
    width: 2rem
  }

  .ds\:w-10 {
    width: 2.5rem
  }

  .ds\:w-12 {
    width: 3rem
  }

  .ds\:w-16 {
    width: 4rem
  }

  .ds\:w-20 {
    width: 5rem
  }

  .ds\:w-24 {
    width: 6rem
  }

  .ds\:w-32 {
    width: 8rem
  }

  .ds\:w-40 {
    width: 10rem
  }

  .ds\:w-48 {
    width: 12rem
  }

  .ds\:w-56 {
    width: 14rem
  }

  .ds\:w-64 {
    width: 16rem
  }

  .ds\:w-auto {
    width: auto
  }

  .ds\:w-px {
    width: 1px
  }

  .ds\:w-1\/2 {
    width: 50%
  }

  .ds\:w-1\/3 {
    width: 33.333333%
  }

  .ds\:w-2\/3 {
    width: 66.666667%
  }

  .ds\:w-1\/4 {
    width: 25%
  }

  .ds\:w-2\/4 {
    width: 50%
  }

  .ds\:w-3\/4 {
    width: 75%
  }

  .ds\:w-1\/5 {
    width: 20%
  }

  .ds\:w-2\/5 {
    width: 40%
  }

  .ds\:w-3\/5 {
    width: 60%
  }

  .ds\:w-4\/5 {
    width: 80%
  }

  .ds\:w-1\/6 {
    width: 16.666667%
  }

  .ds\:w-2\/6 {
    width: 33.333333%
  }

  .ds\:w-3\/6 {
    width: 50%
  }

  .ds\:w-4\/6 {
    width: 66.666667%
  }

  .ds\:w-5\/6 {
    width: 83.333333%
  }

  .ds\:w-1\/12 {
    width: 8.333333%
  }

  .ds\:w-2\/12 {
    width: 16.666667%
  }

  .ds\:w-3\/12 {
    width: 25%
  }

  .ds\:w-4\/12 {
    width: 33.333333%
  }

  .ds\:w-5\/12 {
    width: 41.666667%
  }

  .ds\:w-6\/12 {
    width: 50%
  }

  .ds\:w-7\/12 {
    width: 58.333333%
  }

  .ds\:w-8\/12 {
    width: 66.666667%
  }

  .ds\:w-9\/12 {
    width: 75%
  }

  .ds\:w-10\/12 {
    width: 83.333333%
  }

  .ds\:w-11\/12 {
    width: 91.666667%
  }

  .ds\:w-full {
    width: 100%
  }

  .ds\:w-screen {
    width: 100vw
  }

  .ds\:z-0 {
    z-index: 0
  }

  .ds\:z-10 {
    z-index: 10
  }

  .ds\:z-20 {
    z-index: 20
  }

  .ds\:z-30 {
    z-index: 30
  }

  .ds\:z-40 {
    z-index: 40
  }

  .ds\:z-50 {
    z-index: 50
  }

  .ds\:z-auto {
    z-index: auto
  }

  .ds\:gap-0 {
    grid-gap: 0;
    gap: 0
  }

  .ds\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem
  }

  .ds\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem
  }

  .ds\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem
  }

  .ds\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem
  }

  .ds\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem
  }

  .ds\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .ds\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem
  }

  .ds\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
  }

  .ds\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem
  }

  .ds\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem
  }

  .ds\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem
  }

  .ds\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem
  }

  .ds\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem
  }

  .ds\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem
  }

  .ds\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem
  }

  .ds\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem
  }

  .ds\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem
  }

  .ds\:gap-px {
    grid-gap: 1px;
    gap: 1px
  }

  .ds\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0
  }

  .ds\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem
  }

  .ds\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem
  }

  .ds\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem
  }

  .ds\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem
  }

  .ds\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .ds\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .ds\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem
  }

  .ds\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .ds\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem
  }

  .ds\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem
  }

  .ds\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem
  }

  .ds\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem
  }

  .ds\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem
  }

  .ds\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem
  }

  .ds\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem
  }

  .ds\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem
  }

  .ds\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem
  }

  .ds\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px
  }

  .ds\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0
  }

  .ds\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem
  }

  .ds\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem
  }

  .ds\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem
  }

  .ds\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem
  }

  .ds\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .ds\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem
  }

  .ds\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem
  }

  .ds\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .ds\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem
  }

  .ds\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem
  }

  .ds\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem
  }

  .ds\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem
  }

  .ds\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem
  }

  .ds\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem
  }

  .ds\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem
  }

  .ds\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem
  }

  .ds\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem
  }

  .ds\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px
  }

  .ds\:grid-flow-row {
    grid-auto-flow: row
  }

  .ds\:grid-flow-col {
    grid-auto-flow: column
  }

  .ds\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .ds\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .ds\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .ds\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .ds\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .ds\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .ds\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .ds\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .ds\:grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none
  }

  .ds\:col-auto {
    -ms-grid-column: auto;
    grid-column: auto
  }

  .ds\:col-span-1 {
    -ms-grid-column-span: 1;
    -ms-grid-column: span 1;
    grid-column: span 1 / span 1
  }

  .ds\:col-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: span 2;
    grid-column: span 2 / span 2
  }

  .ds\:col-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: span 3;
    grid-column: span 3 / span 3
  }

  .ds\:col-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: span 4;
    grid-column: span 4 / span 4
  }

  .ds\:col-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: span 5;
    grid-column: span 5 / span 5
  }

  .ds\:col-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: span 6;
    grid-column: span 6 / span 6
  }

  .ds\:col-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: span 7;
    grid-column: span 7 / span 7
  }

  .ds\:col-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: span 8;
    grid-column: span 8 / span 8
  }

  .ds\:col-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: span 9;
    grid-column: span 9 / span 9
  }

  .ds\:col-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: span 10;
    grid-column: span 10 / span 10
  }

  .ds\:col-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: span 11;
    grid-column: span 11 / span 11
  }

  .ds\:col-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: span 12;
    grid-column: span 12 / span 12
  }

  .ds\:col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1
  }

  .ds\:col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2
  }

  .ds\:col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3
  }

  .ds\:col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4
  }

  .ds\:col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5
  }

  .ds\:col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6
  }

  .ds\:col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7
  }

  .ds\:col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8
  }

  .ds\:col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9
  }

  .ds\:col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10
  }

  .ds\:col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11
  }

  .ds\:col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12
  }

  .ds\:col-start-13 {
    -ms-grid-column: 13;
    grid-column-start: 13
  }

  .ds\:col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto
  }

  .ds\:col-end-1 {
    grid-column-end: 1
  }

  .ds\:col-end-2 {
    grid-column-end: 2
  }

  .ds\:col-end-3 {
    grid-column-end: 3
  }

  .ds\:col-end-4 {
    grid-column-end: 4
  }

  .ds\:col-end-5 {
    grid-column-end: 5
  }

  .ds\:col-end-6 {
    grid-column-end: 6
  }

  .ds\:col-end-7 {
    grid-column-end: 7
  }

  .ds\:col-end-8 {
    grid-column-end: 8
  }

  .ds\:col-end-9 {
    grid-column-end: 9
  }

  .ds\:col-end-10 {
    grid-column-end: 10
  }

  .ds\:col-end-11 {
    grid-column-end: 11
  }

  .ds\:col-end-12 {
    grid-column-end: 12
  }

  .ds\:col-end-13 {
    grid-column-end: 13
  }

  .ds\:col-end-auto {
    grid-column-end: auto
  }

  .ds\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr))[1];
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-rows-2 {
    -ms-grid-rows: (minmax(0, 1fr))[2];
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-rows-3 {
    -ms-grid-rows: (minmax(0, 1fr))[3];
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-rows-4 {
    -ms-grid-rows: (minmax(0, 1fr))[4];
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-rows-5 {
    -ms-grid-rows: (minmax(0, 1fr))[5];
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-rows-6 {
    -ms-grid-rows: (minmax(0, 1fr))[6];
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-rows-none {
    -ms-grid-rows: none;
    grid-template-rows: none
  }

  .ds\:row-auto {
    -ms-grid-row: auto;
    grid-row: auto
  }

  .ds\:row-span-1 {
    -ms-grid-row-span: 1;
    -ms-grid-row: span 1;
    grid-row: span 1 / span 1
  }

  .ds\:row-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: span 2;
    grid-row: span 2 / span 2
  }

  .ds\:row-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: span 3;
    grid-row: span 3 / span 3
  }

  .ds\:row-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: span 4;
    grid-row: span 4 / span 4
  }

  .ds\:row-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: span 5;
    grid-row: span 5 / span 5
  }

  .ds\:row-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: span 6;
    grid-row: span 6 / span 6
  }

  .ds\:row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1
  }

  .ds\:row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2
  }

  .ds\:row-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3
  }

  .ds\:row-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4
  }

  .ds\:row-start-5 {
    -ms-grid-row: 5;
    grid-row-start: 5
  }

  .ds\:row-start-6 {
    -ms-grid-row: 6;
    grid-row-start: 6
  }

  .ds\:row-start-7 {
    -ms-grid-row: 7;
    grid-row-start: 7
  }

  .ds\:row-start-auto {
    -ms-grid-row: auto;
    grid-row-start: auto
  }

  .ds\:row-end-1 {
    grid-row-end: 1
  }

  .ds\:row-end-2 {
    grid-row-end: 2
  }

  .ds\:row-end-3 {
    grid-row-end: 3
  }

  .ds\:row-end-4 {
    grid-row-end: 4
  }

  .ds\:row-end-5 {
    grid-row-end: 5
  }

  .ds\:row-end-6 {
    grid-row-end: 6
  }

  .ds\:row-end-7 {
    grid-row-end: 7
  }

  .ds\:row-end-auto {
    grid-row-end: auto
  }

  .ds\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  .ds\:transform-none {
    transform: none
  }

  .ds\:origin-center {
    transform-origin: center
  }

  .ds\:origin-top {
    transform-origin: top
  }

  .ds\:origin-top-right {
    transform-origin: top right
  }

  .ds\:origin-right {
    transform-origin: right
  }

  .ds\:origin-bottom-right {
    transform-origin: bottom right
  }

  .ds\:origin-bottom {
    transform-origin: bottom
  }

  .ds\:origin-bottom-left {
    transform-origin: bottom left
  }

  .ds\:origin-left {
    transform-origin: left
  }

  .ds\:origin-top-left {
    transform-origin: top left
  }

  .ds\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:scale-x-0 {
    --transform-scale-x: 0
  }

  .ds\:scale-x-50 {
    --transform-scale-x: .5
  }

  .ds\:scale-x-75 {
    --transform-scale-x: .75
  }

  .ds\:scale-x-90 {
    --transform-scale-x: .9
  }

  .ds\:scale-x-95 {
    --transform-scale-x: .95
  }

  .ds\:scale-x-100 {
    --transform-scale-x: 1
  }

  .ds\:scale-x-105 {
    --transform-scale-x: 1.05
  }

  .ds\:scale-x-110 {
    --transform-scale-x: 1.1
  }

  .ds\:scale-x-125 {
    --transform-scale-x: 1.25
  }

  .ds\:scale-x-150 {
    --transform-scale-x: 1.5
  }

  .ds\:scale-y-0 {
    --transform-scale-y: 0
  }

  .ds\:scale-y-50 {
    --transform-scale-y: .5
  }

  .ds\:scale-y-75 {
    --transform-scale-y: .75
  }

  .ds\:scale-y-90 {
    --transform-scale-y: .9
  }

  .ds\:scale-y-95 {
    --transform-scale-y: .95
  }

  .ds\:scale-y-100 {
    --transform-scale-y: 1
  }

  .ds\:scale-y-105 {
    --transform-scale-y: 1.05
  }

  .ds\:scale-y-110 {
    --transform-scale-y: 1.1
  }

  .ds\:scale-y-125 {
    --transform-scale-y: 1.25
  }

  .ds\:scale-y-150 {
    --transform-scale-y: 1.5
  }

  .ds\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:hover\:scale-x-0:hover {
    --transform-scale-x: 0
  }

  .ds\:hover\:scale-x-50:hover {
    --transform-scale-x: .5
  }

  .ds\:hover\:scale-x-75:hover {
    --transform-scale-x: .75
  }

  .ds\:hover\:scale-x-90:hover {
    --transform-scale-x: .9
  }

  .ds\:hover\:scale-x-95:hover {
    --transform-scale-x: .95
  }

  .ds\:hover\:scale-x-100:hover {
    --transform-scale-x: 1
  }

  .ds\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05
  }

  .ds\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1
  }

  .ds\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25
  }

  .ds\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5
  }

  .ds\:hover\:scale-y-0:hover {
    --transform-scale-y: 0
  }

  .ds\:hover\:scale-y-50:hover {
    --transform-scale-y: .5
  }

  .ds\:hover\:scale-y-75:hover {
    --transform-scale-y: .75
  }

  .ds\:hover\:scale-y-90:hover {
    --transform-scale-y: .9
  }

  .ds\:hover\:scale-y-95:hover {
    --transform-scale-y: .95
  }

  .ds\:hover\:scale-y-100:hover {
    --transform-scale-y: 1
  }

  .ds\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05
  }

  .ds\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1
  }

  .ds\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25
  }

  .ds\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5
  }

  .ds\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0
  }

  .ds\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5
  }

  .ds\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75
  }

  .ds\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9
  }

  .ds\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95
  }

  .ds\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1
  }

  .ds\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05
  }

  .ds\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1
  }

  .ds\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25
  }

  .ds\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5
  }

  .ds\:focus\:scale-x-0:focus {
    --transform-scale-x: 0
  }

  .ds\:focus\:scale-x-50:focus {
    --transform-scale-x: .5
  }

  .ds\:focus\:scale-x-75:focus {
    --transform-scale-x: .75
  }

  .ds\:focus\:scale-x-90:focus {
    --transform-scale-x: .9
  }

  .ds\:focus\:scale-x-95:focus {
    --transform-scale-x: .95
  }

  .ds\:focus\:scale-x-100:focus {
    --transform-scale-x: 1
  }

  .ds\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05
  }

  .ds\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1
  }

  .ds\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25
  }

  .ds\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5
  }

  .ds\:focus\:scale-y-0:focus {
    --transform-scale-y: 0
  }

  .ds\:focus\:scale-y-50:focus {
    --transform-scale-y: .5
  }

  .ds\:focus\:scale-y-75:focus {
    --transform-scale-y: .75
  }

  .ds\:focus\:scale-y-90:focus {
    --transform-scale-y: .9
  }

  .ds\:focus\:scale-y-95:focus {
    --transform-scale-y: .95
  }

  .ds\:focus\:scale-y-100:focus {
    --transform-scale-y: 1
  }

  .ds\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05
  }

  .ds\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1
  }

  .ds\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25
  }

  .ds\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5
  }

  .ds\:rotate-0 {
    --transform-rotate: 0
  }

  .ds\:rotate-45 {
    --transform-rotate: 45deg
  }

  .ds\:rotate-90 {
    --transform-rotate: 90deg
  }

  .ds\:rotate-180 {
    --transform-rotate: 180deg
  }

  .ds\:-rotate-180 {
    --transform-rotate: -180deg
  }

  .ds\:-rotate-90 {
    --transform-rotate: -90deg
  }

  .ds\:-rotate-45 {
    --transform-rotate: -45deg
  }

  .ds\:hover\:rotate-0:hover {
    --transform-rotate: 0
  }

  .ds\:hover\:rotate-45:hover {
    --transform-rotate: 45deg
  }

  .ds\:hover\:rotate-90:hover {
    --transform-rotate: 90deg
  }

  .ds\:hover\:rotate-180:hover {
    --transform-rotate: 180deg
  }

  .ds\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg
  }

  .ds\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg
  }

  .ds\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg
  }

  .ds\:focus\:rotate-0:focus {
    --transform-rotate: 0
  }

  .ds\:focus\:rotate-45:focus {
    --transform-rotate: 45deg
  }

  .ds\:focus\:rotate-90:focus {
    --transform-rotate: 90deg
  }

  .ds\:focus\:rotate-180:focus {
    --transform-rotate: 180deg
  }

  .ds\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg
  }

  .ds\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg
  }

  .ds\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg
  }

  .ds\:translate-x-0 {
    --transform-translate-x: 0
  }

  .ds\:translate-x-1 {
    --transform-translate-x: 0.25rem
  }

  .ds\:translate-x-2 {
    --transform-translate-x: 0.5rem
  }

  .ds\:translate-x-3 {
    --transform-translate-x: 0.75rem
  }

  .ds\:translate-x-4 {
    --transform-translate-x: 1rem
  }

  .ds\:translate-x-5 {
    --transform-translate-x: 1.25rem
  }

  .ds\:translate-x-6 {
    --transform-translate-x: 1.5rem
  }

  .ds\:translate-x-8 {
    --transform-translate-x: 2rem
  }

  .ds\:translate-x-10 {
    --transform-translate-x: 2.5rem
  }

  .ds\:translate-x-12 {
    --transform-translate-x: 3rem
  }

  .ds\:translate-x-16 {
    --transform-translate-x: 4rem
  }

  .ds\:translate-x-20 {
    --transform-translate-x: 5rem
  }

  .ds\:translate-x-24 {
    --transform-translate-x: 6rem
  }

  .ds\:translate-x-32 {
    --transform-translate-x: 8rem
  }

  .ds\:translate-x-40 {
    --transform-translate-x: 10rem
  }

  .ds\:translate-x-48 {
    --transform-translate-x: 12rem
  }

  .ds\:translate-x-56 {
    --transform-translate-x: 14rem
  }

  .ds\:translate-x-64 {
    --transform-translate-x: 16rem
  }

  .ds\:translate-x-px {
    --transform-translate-x: 1px
  }

  .ds\:-translate-x-1 {
    --transform-translate-x: -0.25rem
  }

  .ds\:-translate-x-2 {
    --transform-translate-x: -0.5rem
  }

  .ds\:-translate-x-3 {
    --transform-translate-x: -0.75rem
  }

  .ds\:-translate-x-4 {
    --transform-translate-x: -1rem
  }

  .ds\:-translate-x-5 {
    --transform-translate-x: -1.25rem
  }

  .ds\:-translate-x-6 {
    --transform-translate-x: -1.5rem
  }

  .ds\:-translate-x-8 {
    --transform-translate-x: -2rem
  }

  .ds\:-translate-x-10 {
    --transform-translate-x: -2.5rem
  }

  .ds\:-translate-x-12 {
    --transform-translate-x: -3rem
  }

  .ds\:-translate-x-16 {
    --transform-translate-x: -4rem
  }

  .ds\:-translate-x-20 {
    --transform-translate-x: -5rem
  }

  .ds\:-translate-x-24 {
    --transform-translate-x: -6rem
  }

  .ds\:-translate-x-32 {
    --transform-translate-x: -8rem
  }

  .ds\:-translate-x-40 {
    --transform-translate-x: -10rem
  }

  .ds\:-translate-x-48 {
    --transform-translate-x: -12rem
  }

  .ds\:-translate-x-56 {
    --transform-translate-x: -14rem
  }

  .ds\:-translate-x-64 {
    --transform-translate-x: -16rem
  }

  .ds\:-translate-x-px {
    --transform-translate-x: -1px
  }

  .ds\:-translate-x-full {
    --transform-translate-x: -100%
  }

  .ds\:-translate-x-1\/2 {
    --transform-translate-x: -50%
  }

  .ds\:translate-x-1\/2 {
    --transform-translate-x: 50%
  }

  .ds\:translate-x-full {
    --transform-translate-x: 100%
  }

  .ds\:translate-y-0 {
    --transform-translate-y: 0
  }

  .ds\:translate-y-1 {
    --transform-translate-y: 0.25rem
  }

  .ds\:translate-y-2 {
    --transform-translate-y: 0.5rem
  }

  .ds\:translate-y-3 {
    --transform-translate-y: 0.75rem
  }

  .ds\:translate-y-4 {
    --transform-translate-y: 1rem
  }

  .ds\:translate-y-5 {
    --transform-translate-y: 1.25rem
  }

  .ds\:translate-y-6 {
    --transform-translate-y: 1.5rem
  }

  .ds\:translate-y-8 {
    --transform-translate-y: 2rem
  }

  .ds\:translate-y-10 {
    --transform-translate-y: 2.5rem
  }

  .ds\:translate-y-12 {
    --transform-translate-y: 3rem
  }

  .ds\:translate-y-16 {
    --transform-translate-y: 4rem
  }

  .ds\:translate-y-20 {
    --transform-translate-y: 5rem
  }

  .ds\:translate-y-24 {
    --transform-translate-y: 6rem
  }

  .ds\:translate-y-32 {
    --transform-translate-y: 8rem
  }

  .ds\:translate-y-40 {
    --transform-translate-y: 10rem
  }

  .ds\:translate-y-48 {
    --transform-translate-y: 12rem
  }

  .ds\:translate-y-56 {
    --transform-translate-y: 14rem
  }

  .ds\:translate-y-64 {
    --transform-translate-y: 16rem
  }

  .ds\:translate-y-px {
    --transform-translate-y: 1px
  }

  .ds\:-translate-y-1 {
    --transform-translate-y: -0.25rem
  }

  .ds\:-translate-y-2 {
    --transform-translate-y: -0.5rem
  }

  .ds\:-translate-y-3 {
    --transform-translate-y: -0.75rem
  }

  .ds\:-translate-y-4 {
    --transform-translate-y: -1rem
  }

  .ds\:-translate-y-5 {
    --transform-translate-y: -1.25rem
  }

  .ds\:-translate-y-6 {
    --transform-translate-y: -1.5rem
  }

  .ds\:-translate-y-8 {
    --transform-translate-y: -2rem
  }

  .ds\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }

  .ds\:-translate-y-12 {
    --transform-translate-y: -3rem
  }

  .ds\:-translate-y-16 {
    --transform-translate-y: -4rem
  }

  .ds\:-translate-y-20 {
    --transform-translate-y: -5rem
  }

  .ds\:-translate-y-24 {
    --transform-translate-y: -6rem
  }

  .ds\:-translate-y-32 {
    --transform-translate-y: -8rem
  }

  .ds\:-translate-y-40 {
    --transform-translate-y: -10rem
  }

  .ds\:-translate-y-48 {
    --transform-translate-y: -12rem
  }

  .ds\:-translate-y-56 {
    --transform-translate-y: -14rem
  }

  .ds\:-translate-y-64 {
    --transform-translate-y: -16rem
  }

  .ds\:-translate-y-px {
    --transform-translate-y: -1px
  }

  .ds\:-translate-y-full {
    --transform-translate-y: -100%
  }

  .ds\:-translate-y-1\/2 {
    --transform-translate-y: -50%
  }

  .ds\:translate-y-1\/2 {
    --transform-translate-y: 50%
  }

  .ds\:translate-y-full {
    --transform-translate-y: 100%
  }

  .ds\:hover\:translate-x-0:hover {
    --transform-translate-x: 0
  }

  .ds\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem
  }

  .ds\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem
  }

  .ds\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem
  }

  .ds\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem
  }

  .ds\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem
  }

  .ds\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem
  }

  .ds\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem
  }

  .ds\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem
  }

  .ds\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem
  }

  .ds\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem
  }

  .ds\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem
  }

  .ds\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem
  }

  .ds\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem
  }

  .ds\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem
  }

  .ds\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem
  }

  .ds\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem
  }

  .ds\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem
  }

  .ds\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px
  }

  .ds\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem
  }

  .ds\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem
  }

  .ds\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem
  }

  .ds\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem
  }

  .ds\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem
  }

  .ds\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem
  }

  .ds\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem
  }

  .ds\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem
  }

  .ds\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem
  }

  .ds\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem
  }

  .ds\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem
  }

  .ds\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem
  }

  .ds\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem
  }

  .ds\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem
  }

  .ds\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem
  }

  .ds\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem
  }

  .ds\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem
  }

  .ds\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px
  }

  .ds\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%
  }

  .ds\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%
  }

  .ds\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%
  }

  .ds\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%
  }

  .ds\:hover\:translate-y-0:hover {
    --transform-translate-y: 0
  }

  .ds\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem
  }

  .ds\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem
  }

  .ds\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem
  }

  .ds\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem
  }

  .ds\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem
  }

  .ds\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem
  }

  .ds\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem
  }

  .ds\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem
  }

  .ds\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem
  }

  .ds\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem
  }

  .ds\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem
  }

  .ds\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem
  }

  .ds\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem
  }

  .ds\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem
  }

  .ds\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem
  }

  .ds\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem
  }

  .ds\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem
  }

  .ds\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px
  }

  .ds\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem
  }

  .ds\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem
  }

  .ds\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem
  }

  .ds\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem
  }

  .ds\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem
  }

  .ds\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem
  }

  .ds\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem
  }

  .ds\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem
  }

  .ds\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem
  }

  .ds\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem
  }

  .ds\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem
  }

  .ds\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem
  }

  .ds\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem
  }

  .ds\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem
  }

  .ds\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem
  }

  .ds\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem
  }

  .ds\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem
  }

  .ds\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px
  }

  .ds\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%
  }

  .ds\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%
  }

  .ds\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%
  }

  .ds\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%
  }

  .ds\:focus\:translate-x-0:focus {
    --transform-translate-x: 0
  }

  .ds\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem
  }

  .ds\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem
  }

  .ds\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem
  }

  .ds\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem
  }

  .ds\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem
  }

  .ds\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem
  }

  .ds\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem
  }

  .ds\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem
  }

  .ds\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem
  }

  .ds\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem
  }

  .ds\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem
  }

  .ds\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem
  }

  .ds\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem
  }

  .ds\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem
  }

  .ds\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem
  }

  .ds\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem
  }

  .ds\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem
  }

  .ds\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px
  }

  .ds\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem
  }

  .ds\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem
  }

  .ds\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem
  }

  .ds\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem
  }

  .ds\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem
  }

  .ds\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem
  }

  .ds\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem
  }

  .ds\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem
  }

  .ds\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem
  }

  .ds\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem
  }

  .ds\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem
  }

  .ds\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem
  }

  .ds\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem
  }

  .ds\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem
  }

  .ds\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem
  }

  .ds\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem
  }

  .ds\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem
  }

  .ds\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px
  }

  .ds\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%
  }

  .ds\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%
  }

  .ds\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%
  }

  .ds\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%
  }

  .ds\:focus\:translate-y-0:focus {
    --transform-translate-y: 0
  }

  .ds\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem
  }

  .ds\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem
  }

  .ds\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem
  }

  .ds\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem
  }

  .ds\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem
  }

  .ds\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem
  }

  .ds\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem
  }

  .ds\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem
  }

  .ds\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem
  }

  .ds\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem
  }

  .ds\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem
  }

  .ds\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem
  }

  .ds\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem
  }

  .ds\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem
  }

  .ds\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem
  }

  .ds\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem
  }

  .ds\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem
  }

  .ds\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px
  }

  .ds\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem
  }

  .ds\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem
  }

  .ds\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem
  }

  .ds\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem
  }

  .ds\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem
  }

  .ds\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem
  }

  .ds\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem
  }

  .ds\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem
  }

  .ds\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem
  }

  .ds\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem
  }

  .ds\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem
  }

  .ds\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem
  }

  .ds\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem
  }

  .ds\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem
  }

  .ds\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem
  }

  .ds\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem
  }

  .ds\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem
  }

  .ds\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px
  }

  .ds\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%
  }

  .ds\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%
  }

  .ds\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%
  }

  .ds\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%
  }

  .ds\:skew-x-0 {
    --transform-skew-x: 0
  }

  .ds\:skew-x-3 {
    --transform-skew-x: 3deg
  }

  .ds\:skew-x-6 {
    --transform-skew-x: 6deg
  }

  .ds\:skew-x-12 {
    --transform-skew-x: 12deg
  }

  .ds\:-skew-x-12 {
    --transform-skew-x: -12deg
  }

  .ds\:-skew-x-6 {
    --transform-skew-x: -6deg
  }

  .ds\:-skew-x-3 {
    --transform-skew-x: -3deg
  }

  .ds\:skew-y-0 {
    --transform-skew-y: 0
  }

  .ds\:skew-y-3 {
    --transform-skew-y: 3deg
  }

  .ds\:skew-y-6 {
    --transform-skew-y: 6deg
  }

  .ds\:skew-y-12 {
    --transform-skew-y: 12deg
  }

  .ds\:-skew-y-12 {
    --transform-skew-y: -12deg
  }

  .ds\:-skew-y-6 {
    --transform-skew-y: -6deg
  }

  .ds\:-skew-y-3 {
    --transform-skew-y: -3deg
  }

  .ds\:hover\:skew-x-0:hover {
    --transform-skew-x: 0
  }

  .ds\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg
  }

  .ds\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg
  }

  .ds\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg
  }

  .ds\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg
  }

  .ds\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg
  }

  .ds\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg
  }

  .ds\:hover\:skew-y-0:hover {
    --transform-skew-y: 0
  }

  .ds\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg
  }

  .ds\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg
  }

  .ds\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg
  }

  .ds\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg
  }

  .ds\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg
  }

  .ds\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg
  }

  .ds\:focus\:skew-x-0:focus {
    --transform-skew-x: 0
  }

  .ds\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg
  }

  .ds\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg
  }

  .ds\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg
  }

  .ds\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg
  }

  .ds\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg
  }

  .ds\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg
  }

  .ds\:focus\:skew-y-0:focus {
    --transform-skew-y: 0
  }

  .ds\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg
  }

  .ds\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg
  }

  .ds\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg
  }

  .ds\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg
  }

  .ds\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg
  }

  .ds\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg
  }

  .ds\:transition-none {
    transition-property: none
  }

  .ds\:transition-all {
    transition-property: all
  }

  .ds\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
  }

  .ds\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
  }

  .ds\:transition-opacity {
    transition-property: opacity
  }

  .ds\:transition-shadow {
    transition-property: box-shadow
  }

  .ds\:transition-transform {
    transition-property: transform
  }

  .ds\:ease-linear {
    transition-timing-function: linear
  }

  .ds\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
  }

  .ds\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }

  .ds\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
  }

  .ds\:duration-75 {
    transition-duration: 75ms
  }

  .ds\:duration-100 {
    transition-duration: 100ms
  }

  .ds\:duration-150 {
    transition-duration: 150ms
  }

  .ds\:duration-200 {
    transition-duration: 200ms
  }

  .ds\:duration-300 {
    transition-duration: 300ms
  }

  .ds\:duration-500 {
    transition-duration: 500ms
  }

  .ds\:duration-700 {
    transition-duration: 700ms
  }

  .ds\:duration-1000 {
    transition-duration: 1000ms
  }
}





@media (min-width:992px) {
  .atmc-header_menu li.has-mega-menu>.hs-menu-children-wrapper {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .atmc-mega-menu {
    display: none;
  }
}

.atmc-mega-menu_col a,
.atmc-mega-menu_col a:hover :not(.atmc-btn),
.atmc-mega-menu_col a *:not(.atmc-btn) {
  color: inherit !important;
}

/* Layout */
.atmc-mega-menu {
  display: none;
}

.atmc-mega-menu_box {
  position: absolute;
  left: 20px;
  top: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: 0px !important;
  opacity: 0;
  transition: 0.15s ease;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  overflow: hidden;
  z-index: 6;
}

.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box {
  height: auto !important;
  opacity: 1;
  top: 100%;
  transition: 0.15s ease;
  visibility: visible;
  overflow: initial;
}

.atmc-header_menu li.has-mega-menu .atmc-mega-menu_box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0;
  z-index: 5;
}

.atmc-header_menu li.has-mega-menu:hover .atmc-mega-menu_box:before {
  height: 2rem;
}

/* .atmc-mega-menu_box .atmc-mega-menu_links {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
} */
.atmc-mega-menu_item+.atmc-mega-menu_item {
  margin-top: 1rem;
}

@media (max-width:991px) {
  .atmc-mega-menu_box {
    display: none !important;
  }
}


/* Menu */
/* .atmc-header_menu .atmc-mega-menu_links {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%; 
} */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a {
  padding: 0;
  font-size: .9rem;
  font-weight: light;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:before {
  display: none;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a:hover {
  color: #fff;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul {
  display: inline-block;
  width: 100%;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul li {
  display: block;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li.hs-item-has-children+li,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li.hs-item-has-children+li.hs-item-has-children {
  margin-top: 1rem;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>ul {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  background: transparent !important;
  padding: 0;
  border: 0px;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>ul a {
  opacity: 0.8;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>ul a:hover {
  opacity: 1;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>a {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li:hover>a,
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>a:hover {
  color: var(--primary) !important;
}

.atmc-header.sticky .atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper>ul>li>a:hover {
  color: var(--primary) !important;
}

/* Active */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper li.active>a {
  color: var(--primary) !important;
}

/* Label sup sub */
.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a sup {
  color: var(--danger) !important;
}

.atmc-header_menu .atmc-mega-menu_links .hs-menu-wrapper a span {
  position: relative;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
  vertical-align: baseline;
  color: var(--success) !important;
}

/* Image */
.atmc-mega-menu_image {
  position: relative;
  /* 	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%; */
  height: initial !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-mega-menu_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray700);
  opacity: 0.75;
  text-align: center;
  transition: 0.3s ease;
}

.atmc-mega-menu_image:hover:before {
  opacity: 0.5;
}

.atmc-mega-menu_image p {
  position: relative;
  margin: 0;
  z-index: 10;
  color: #fff;
}


/* Builder */
.atmc-mega-menu_col {
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-mega-menu_col-border {
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.atmc-mega-menu_col-border.text-white {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.atmc-mega-menu_box-simple .atmc-mega-menu_col-border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.atmc-mega-menu_col:last-child {
  border-right: 0px;
}

.atmc-mega-menu_col-overlay {
  position: relative;
}

.atmc-mega-menu_col-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.atmc-mega-menu_col-overlay>div {
  position: relative;
  z-index: 2;
}

.atmc-mega-menu_col .atmc-mega-menu_links {
  padding: 0;
}

/* Content Type - CTAS 01 */
.atmc-mega-menu_ctas>div {}

/* Content Type - Posts 01 */
.atmc-mega-menu_post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-mega-menu_post-title {
  padding: 0 !important;
  line-height: 1.4;
}

/* Content Type - Logos 01 */
.atmc-mega-menu_logos {
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}

/* Content Type - Feature 01 */
.atmc-mega-menu_feature_01 {
  display: block !important;
}

.atmc-mega-menu_feature_01 svg {
  height: 60px;
  transition: 0.2s ease;
}

.atmc-mega-menu_feature_01 img {
  max-height: 60px;
  width: auto !important;
  transition: 0.2s ease;
}

.atmc-mega-menu_feature_01:hover svg,
.atmc-mega-menu_feature_01:hover img {
  transform: translateY(-5px);
}

.footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.footer.footer-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}

/* -------
 * Site Footer
 * ------------------- */
.atmc-site-footer {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
}

.atmc-site-footer .atmc-site-footer_heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .atmc-site-footer {
    padding: 6rem 0;
  }
}

@media (max-width: 767px) {
  .atmc-site-footer {
    text-align: center;
  }
}


/* Site Footer Logo */
.atmc-site-footer_logo img {
  display: inline-block;
  width: auto !important;
  height: 50px;
  max-height: 50px;
}

/* Site Footer About */
.atmc-sitefooter_about p {
  font-size: 0.9rem;
}

@media (max-width:767px) {
  .atmc-sitefooter_about p {
    text-align: center;
  }
}


/* Site Footer Menu */
.atmc-sitefooter_menu a {
  position: relative;
  padding: 0;
}

.atmc-sitefooter_menu a:hover,
.atmc-sitefooter_menu a:focus {
  color: #5EB3E4 !important;
}

.atmc-sitefooter_menu a:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: #5EB3E4;
  transition: 0.3s ease;
}

.atmc-sitefooter_menu a:hover:before {
  height: 100%;
}

.atmc-sitefooter_menu li {
  display: block;
  width: 100%;
}

.atmc-sitefooter_menu li.hs-menu-item a {
  color: inherit;
  line-height: 1.4;
}

.atmc-sitefooter_menu li.active>a {
  color: #5EB3E4 !important;
}

.atmc-sitefooter_menu .hs-menu-wrapper>ul {
  margin: 0;
}

.atmc-sitefooter_menu .hs-menu-wrapper>ul>li+li {
  margin-top: .5rem;
}

.atmc-sitefooter_menu .hs-menu-wrapper>ul>li>a {}

/* Lv 2 */
.atmc-sitefooter_menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
  margin-bottom: .75rem;
}

.atmc-sitefooter_menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper a {
  margin-top: .5rem;
  font-size: .85rem;
  text-decoration: underline;
}

@media (max-width:480px) {
  .atmc-sitefooter_menu .hs-menu-wrapper>ul>li {
    margin-top: 1rem;
  }
}

/* Site Footer - Recent Posts 01 */
.atmc-sitefooter_post-01 {
  color: inherit;
}

.atmc-sitefooter_post-01-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-sitefooter_post-01-image:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.atmc-sitefooter_post-01 p {
  margin: 0;
  font-size: 0.9rem;
  color: inherit;
}

.atmc-sitefooter_post-01:hover {
  color: #5EB3E4;
}

/* Site Footer - Recent Posts 02 */
.atmc-sitefooter_post-02 {
  position: relative;
}

.atmc-sitefooter_post-02 {
  color: inherit;
}

.atmc-sitefooter_post-02-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-sitefooter_post-02-image:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.atmc-sitefooter_post-02 p {
  color: inherit;
}

.atmc-sitefooter_post-02:hover {
  color: #5EB3E4;
}

/* Logos 01 */
.atmc-sitefooter_logos-01 img {}

/* -------
 * Footer
 * ------------------- */
.atmc-footer {
  position: relative;
  padding: 3rem 0;
  z-index: 3;
  border-top: 1px solid rgba(14, 45, 82, 0.19);
}

.footer.text-white .atmc-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.atmc-footer>.dnd-section {
  padding: 0 20px;
}

@media (max-width:767px) {
  .atmc-footer {
    text-align: center;
  }
}

/* Footer Menu */
.atmc-footer_menu a {
  padding: 0 0.5rem;
  line-height: 1;
  font-size: 0.8rem;
  color: inherit !important;
  opacity: 0.75 !important;
}

.atmc-footer_menu a:hover {
  opacity: 1 !important;
  color: inherit !important;
}

.atmc-footer_menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.atmc-footer_menu .hs-menu-wrapper>ul>li {
  border-right: 1px solid #9BAEBC;
}

.footer.text-white .atmc-footer_menu .hs-menu-wrapper>ul>li {
  border-right: 1px solid #fafafa;
}

.footer .atmc-footer_menu .hs-menu-wrapper>ul>li:last-child {
  border-right: 0px;
}

@media (max-width:767px) {
  .atmc-footer_menu {
    margin-top: 1rem;
  }

  .atmc-footer_menu .hs-menu-wrapper>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Copyright */
.footer__copyright {
  font-family: ;
  line-height: 1;
  font-size: 0.8rem;
}


/* -------
 * Scroll To Top
 * ------------------- */
.atmc-scroll-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5EB3E4;
  z-index: 9;
  opacity: 0.4;
  border-radius: 4px;
  transition: 0.4s ease;
  overflow: hidden;
}

.atmc-scroll-top:hover {
  opacity: 1;
}

.atmc-scroll-top svg {
  height: 20px;
  fill: #5EB3E4;
}




/* ======
 * Accordion 01
 * ============ */
.atmc-accordion-01 {
  position: relative;
}

.atmc-accordion-01_trigger {
  position: relative;
  margin: 0;
  padding: 2rem;
  cursor: pointer;
  transition: 0.1s ease;
}

.atmc-accordion-01_icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 20px;
  transition: 0.2s ease;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.atmc-accordion-01_icon svg {
  height: 20px;
}

.atmc-accordion-01_trigger_active .atmc-accordion-01_icon {
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
}

.atmc-accordion-01_answer {
  padding: 0 2rem 2rem;
}

.atmc-accordion-01_answer>*:last-child {
  margin-bottom: 0;
}

@media (max-width:575px) {
  .atmc-accordion-01_trigger {
    padding: 1.5rem;
  }

  .atmc-accordion-01_icon {
    right: 1.5rem;
    top: 1.5rem;
    height: 20px;
  }

  .atmc-accordion-01_answer {
    padding: 0 1.5rem 1.5rem;
  }
}

/* ======
 * Accordion 02
 * ============ */
.atmc-accordion-02 {
  position: relative;
  padding: 0;
}

.atmc-accordion-02_trigger {
  margin: 0;
  padding: 2rem;
  cursor: pointer;
}

.atmc-accordion-02_answer {
  padding: 2rem;
  margin: 0;
}

@media (max-width:575px) {
  .atmc-accordion-02_trigger {
    padding: 1.5rem;
  }

  .atmc-accordion-02_answer {
    padding: 1.5rem;
    margin: 0;
  }
}

/* ======
 * Accordion 03
 * ============ */
.atmc-accordion-03 {
  position: relative;
}

.atmc-accordion-03_trigger {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  cursor: pointer;
  transition: 0.1s ease;
}

.atmc-accordion-03_icon {
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  transition: 0.2s ease;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.atmc-accordion-03_icon svg {
  height: 1rem;
  line-height: 1;
}

.atmc-accordion-03_trigger_active .atmc-accordion-03_icon {
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
}

.atmc-accordion-03_answer {
  padding: 1rem 0 0 2rem;
}

.atmc-accordion-03_answer>*:last-child {
  margin-bottom: 0;
}

/* ======
 * Accordion 04
 * ============ */
.atmc-accordion-04 {
  position: relative;
}

.atmc-accordion-04_trigger {
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: 0.1s ease;
}

.atmc-accordion-04_icon {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  transition: 0.2s ease;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}

.atmc-accordion-04_icon svg {
  height: 1rem;
  line-height: 1;
}

.atmc-accordion-04_trigger_active .atmc-accordion-04_icon {
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
}

.atmc-accordion-04_answer {
  padding: 1rem 0 0 0;
}

.atmc-accordion-04_answer>*:last-child {
  margin-bottom: 0;
}

/* ======
 * Alert 01
 * ============ */
.atmc-alert-01_text {
  margin: 0;
}

.atmc-alert-01_icon {
  display: block;
}

.atmc-alert-01_icon svg {
  height: 1rem;
  margin-right: .8rem;
}

/* ======
 * Alert 02
 * ============ */
.atmc-alert-02 {
  padding: 2rem;
}

.atmc-alert-02_text {
  margin: 0;
}

.atmc-alert-02_icon svg {
  height: 2rem;
  margin: 0 auto 0.5rem;
}

/* ======
 * Alert 03
 * ============ */
.atmc-alert-03 {
  position: relative;
  padding-left: 4rem;
}

.atmc-alert-03_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 100%;
}

.atmc-alert-03_icon svg {
  height: 18px;
}

.atmc-alert-03_text {
  padding: 1rem 5rem 1rem 1rem;
  margin: 0;
}

.atmc-alert-03_close {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.atmc-alert-03_close svg {
  height: 20px;
}

/* ======
 * Blog 01
 * ============ */
.atmc-blog-01_box {
  display: inline-block;
  width: 100%;
}

.atmc-blog-01_img_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.atmc-blog-01_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 2s ease;
}

.atmc-blog-01_name {
  margin-bottom: 0;
}

.atmc-blog-01_info {
  position: absolute;
  right: 1rem;
  top: 0;
  padding: 20px 15px;
  text-align: center;
  line-height: 1;
}

.atmc-blog-01 .atmc-blog-01_date {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff !important;
}

.atmc-blog-01 .atmc-blog-01_month {
  display: block;
  font-size: 0.75rem;
  color: #fff !important;
}

/* ======
 * Blog 02
 * ============ */
.atmc-blog-02_box {
  width: 100%;
}

.atmc-blog-02_img_wrapper {
  position: relative;
  display: inline-block;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
  overflow: hidden;
}

.atmc-blog-02_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.atmc-blog-02_text {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
  padding-left: 1rem;
}

.atmc-blog-02_detail {
  margin: 0 0 5px;
}

.atmc-blog-02_body {
  margin: 0;
}

@media (max-width: 768px) {
  .atmc-blog-02_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* ======
 * Blog 03
 * ============ */
.atmc-blog-03_box {
  display: inline-block;
  width: 100%;
}

.atmc-blog-03_img_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}

.atmc-blog-03_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

/* ======
 * Blog 04
 * ============ */
.atmc-blog-04_wrapper {
  grid-row-gap: 3rem;
}

.atmc-blog-04_img_wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.atmc-blog-04_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.atmc-blog-04_box:hover .atmc-blog-04_img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.atmc-blog-04_author_icon svg {
  height: 1rem;
  margin-right: 5px;
}

/* Detail */
.atmc-blog-04_info {
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  line-height: 1;
}

/* ======
 * Blog 05
 * ============ */

/* ======
 * Blog 06
 * ============ */
.atmc-blog-06_box .atmc-card {
  position: relative;
  overflow: hidden;
}

.atmc-blog-06_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

.atmc-blog-06_box:hover .atmc-blog-06_img {
  opacity: 1;
  transform: scale(1.2) rotateZ(5deg);
  -webkit-transform: scale(1.2) rotateZ(5deg);
  -moz-transform: scale(1.2) rotateZ(5deg);
  -ms-transform: scale(1.2) rotateZ(5deg);
  -o-transform: scale(1.2) rotateZ(5deg);
}

.atmc-blog-06_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.6;
}

.atmc-blog-06_content {
  position: relative;
  z-index: 3;
}

.atmc-blog-06_box:hover * {
  color: #fff;
}

/* ======
 * Blog 07
 * ============ */
.atmc-blog-07_box {
  display: block;
  width: 100%;
  padding: 0 3rem;
}

.atmc-blog-07_box_inner {
  position: relative;
  padding: 1.5rem;
}

.atmc-blog-07_box:hover {
  background: var(--primary);
  color: #fff;
}

.atmc-blog-07_box:hover .atmc-blog-07_box_inner:after {
  display: none;
}

.atmc-blog-07_topic {
  text-transforM: uppercase;
  font-weight: bold;
  font-size: .75rem;
  letter-spacing: 1px;
}

.atmc-blog-07_name {
  margin: 0;
}

@media (min-width:768px) {
  .atmc-blog-07_box_inner {
    padding: 3rem;
  }
}

/* ======
 * Blog 08
 * ============ */
.atmc-blog-08_box {
  position: relative;
  padding: 2rem;
  height: 15rem;
  overflow: hidden;
  display: block;
  color: #fff !important;
}

.atmc-blog-08_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.4s ease;
}

.atmc-blog-08_box:hover .atmc-blog-08_img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.atmc-blog-08_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.6;
  transition: all ease-in-out 200ms;
}

.atmc-blog-08_box:hover .atmc-blog-08_img:before {
  background-color: var(--primary);
}

.atmc-blog-08_content {
  height: 100%;
}

.atmc-blog-08_date {
  position: relative;
  z-index: 3;
}

.atmc-blog-08_name {
  width: 100%;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .atmc-blog-08_box {
    height: 25rem;
  }
}

/* ======
 * Blog 09
 * ============ */


/* ======
 * Blog 10
 * ============ */
.atmc-blog-10_box+.atmc-blog-10_box {
  margin-top: 4rem;
}

.atmc-blog-10_img_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.atmc-blog-10_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.atmc-blog-10_box:hover .atmc-blog-10_img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* ======
 * Breadcrumb 01
 * ============ */
.atmc-breadcrumb-01 {
  position: relative;
}

.atmc-breadcrumb-01 ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.atmc-breadcrumb-01.text-center ul.hs-breadcrumb-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-breadcrumb-01.text-right ul.hs-breadcrumb-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atmc-breadcrumb-01 ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  letter-spacing: 1px;
}

.atmc-breadcrumb-01 .hs-breadcrumb-menu>li:first-child {
  padding-left: 0;
}

.atmc-breadcrumb-01 .hs-breadcrumb-menu>li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--lightgray);
}

.atmc-breadcrumb-01 .hs-breadcrumb-menu>li:last-child {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 0;
}

.atmc-breadcrumb-01 .hs-breadcrumb-menu>li:last-child:after {
  display: none;
}

.atmc-breadcrumb-01 ul.hs-breadcrumb-menu li a {
  color: var(--lightgray);
  text-transform: uppercase;
  font-weight: bold;
}

.atmc-breadcrumb-01 ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

.atmc-breadcrumb-01_home .atmc-breadcrumb-01_home a {
  line-height: 1;
}

.atmc-breadcrumb-01_home .atmc-breadcrumb-01_icon svg {
  height: 1rem;
  transition: 0.3s ease;
}

.atmc-breadcrumb-01_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-breadcrumb-01 .hs-breadcrumb-menu-divider {
  display: none !important;
}

/* White */
.atmc-breadcrumb-01.text-white .hs-breadcrumb-menu>li:after {
  color: #fff;
}

.atmc-breadcrumb-01.text-white ul.hs-breadcrumb-menu li a {
  color: #fff;
}

/* ======
 * Breadcrumb 02
 * ============ */
.atmc-breadcrumb-02 ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.atmc-breadcrumb-02.text-center ul.hs-breadcrumb-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-breadcrumb-02.text-right ul.hs-breadcrumb-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atmc-breadcrumb-02 ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 10px;
}

.atmc-breadcrumb-02 .hs-breadcrumb-menu>li:first-child {
  padding-left: 0;
}

.atmc-breadcrumb-02 .hs-breadcrumb-menu>li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--lightgray);
}

.atmc-breadcrumb-02 .hs-breadcrumb-menu>li:last-child {
  padding-right: 0;
  font-weight: bold;
  color: var(--primary);
}

.atmc-breadcrumb-02 .hs-breadcrumb-menu>li:last-child:after {
  display: none;
}

.atmc-breadcrumb-02 ul.hs-breadcrumb-menu li a {
  color: var(--base);
  font-size: 16px;
}

.atmc-breadcrumb-02 ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

.atmc-breadcrumb-02_home .atmc-breadcrumb-02_home a {
  line-height: 1;
}

.atmc-breadcrumb-02_home .atmc-breadcrumb-02_icon svg {
  height: 1rem;
  transition: 0.3s ease;
}

.atmc-breadcrumb-02_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-breadcrumb-02 .hs-breadcrumb-menu-divider {
  display: none !important;
}

/* White */
.atmc-breadcrumb-02.text-white .hs-breadcrumb-menu>li:after {
  color: #fff;
}

.atmc-breadcrumb-02.text-white ul.hs-breadcrumb-menu li a {
  color: #fff;
}

/* ======
 * Breadcrumb 03
 * ============ */
.atmc-breadcrumb-03 {
  position: relative;
}

.atmc-breadcrumb-03 ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.atmc-breadcrumb-03.text-center ul.hs-breadcrumb-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-breadcrumb-03.text-right ul.hs-breadcrumb-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atmc-breadcrumb-03 ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  border-right: 1px solid var(--lightgray);
  line-height: 1;
}

.atmc-breadcrumb-03 ul.hs-breadcrumb-menu li:nth-last-child(2) {
  border-right: 0;
}

.atmc-breadcrumb-03 .hs-breadcrumb-menu>li:first-child a {
  padding-left: 0;
}

.atmc-breadcrumb-03 .hs-breadcrumb-menu>li:last-child {
  font-weight: bold;
  background-color: var(--primary);
  color: #fff;
  padding: 0.75rem 1rem;
  border-right: 0;
}

.atmc-breadcrumb-03 ul.hs-breadcrumb-menu li a {
  color: var(--gray);
  padding: 0.75rem 1rem;
}

.atmc-breadcrumb-03 ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

.atmc-breadcrumb-03_home .atmc-breadcrumb-03_home a {
  line-height: 1;
}

.atmc-breadcrumb-03_home .atmc-breadcrumb-03_icon svg {
  height: 1rem;
  transition: 0.3s ease;
}

.atmc-breadcrumb-03_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-breadcrumb-03 .hs-breadcrumb-menu-divider {
  display: none !important;
}

/* White */
.atmc-breadcrumb-03.text-white .hs-breadcrumb-menu>li:after {
  color: #fff;
}

.atmc-breadcrumb-03.text-white ul.hs-breadcrumb-menu li a {
  color: #fff;
}

/* ======
 * Breadcrumb 04
 * ============ */
.atmc-breadcrumb-04 {
  position: relative;
}

.atmc-breadcrumb-04 ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.atmc-breadcrumb-04.text-center ul.hs-breadcrumb-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-breadcrumb-04.text-right ul.hs-breadcrumb-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atmc-breadcrumb-04 ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 1;
}

.atmc-breadcrumb-04 ul.hs-breadcrumb-menu li:after {
  content: '›';
}

.atmc-breadcrumb-04 .hs-breadcrumb-menu>li:first-child a {
  padding-left: 0;
}

.atmc-breadcrumb-04 .hs-breadcrumb-menu>li:last-child {
  position: relative;
  font-weight: bold;
  background-color: var(--primary);
  color: #fff;
  padding: 0.75rem 1rem;
  ;
  margin-left: 22px;
}

.atmc-breadcrumb-04 .hs-breadcrumb-menu>li:last-child:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  border-left: 15px solid var(--primary);
  z-index: 3;
}

.atmc-breadcrumb-04 ul.hs-breadcrumb-menu li a {
  color: var(--gray);
  padding: 0.75rem 1rem;
}

.atmc-breadcrumb-04 ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

@media (max-width:767px) {
  .atmc-breadcrumb-04 .hs-breadcrumb-menu>li:last-child:after {
    right: -15px;
    border-bottom: 35px solid transparent;
  }
}

/* Home Icon */
.atmc-breadcrumb-04_home a {
  line-height: 1;
}

.atmc-breadcrumb-04_home .atmc-breadcrumb-04_icon {
  float: left;
}

.atmc-breadcrumb-04_home .atmc-breadcrumb-04_icon svg {
  height: 1rem;
  transition: 0.3s ease;
}

.atmc-breadcrumb-04_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-breadcrumb-04 .hs-breadcrumb-menu-divider {
  display: none !important;
}

/* White */
.atmc-breadcrumb-04.text-white .hs-breadcrumb-menu>li:after {
  color: #fff;
}

.atmc-breadcrumb-04.text-white ul.hs-breadcrumb-menu li a {
  color: #fff;
}

/* ======
 * Breadcrumb 05
 * ============ */
.atmc-breadcrumb-05 {
  position: relative;
}

.atmc-breadcrumb-05 ul.hs-breadcrumb-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  background-color: var(--dark);
}

.atmc-breadcrumb-05.text-center ul.hs-breadcrumb-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-breadcrumb-05.text-right ul.hs-breadcrumb-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.atmc-breadcrumb-05 ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 1;
  border-right: 1px solid var(--light);
}

.atmc-breadcrumb-05 .hs-breadcrumb-menu>li:last-child {
  font-weight: bold;
  background-color: var(--primary);
  color: #fff;
  padding: 0.75rem 1rem;
  border-right: 0;
}

.atmc-breadcrumb-05 .hs-breadcrumb-menu>li:nth-last-child(2) {
  border-right: 0;
}

.atmc-breadcrumb-05 .hs-breadcrumb-menu>li:last-child:after {
  display: none;
}

.atmc-breadcrumb-05 ul.hs-breadcrumb-menu li a {
  color: #fff;
  padding: 0.75rem 1rem;
}

.atmc-breadcrumb-05 ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

.atmc-breadcrumb-05_home .atmc-breadcrumb-05_home a {
  line-height: 1;
  opacity: 0.6;
}

.atmc-breadcrumb-05_home .atmc-breadcrumb-05_home a:hover {
  opacity: 1;
}

.atmc-breadcrumb-05_home .atmc-breadcrumb-05_icon svg {
  height: 1rem;
  transition: 0.3s ease;
}

.atmc-breadcrumb-05_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-breadcrumb-05 .hs-breadcrumb-menu-divider {
  display: none !important;
}

/* ======
 * Popup 01
 * ============ */
/* Popup */
.atmc-popup-01_content_wrapper {
  position: relative;
  max-width: 1100px;
  margin: 40px auto;
}

.atmc-popup-01_content .atmc-popup-01_text {
  width: 100%;
  padding: 3rem;
}

.atmc-popup-01_content .atmc-popup-01_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-popup-01_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

.atmc-popup-01_content .atmc-popup-01_desc {
  margin: 1rem auto 0;
}

@media (min-width:768px) {
  .atmc-popup-01_content>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .atmc-popup-01_content>.row-fluid>.span6 {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-popup-01_content .atmc-popup-01_text_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .atmc-popup-01_content .atmc-popup-01_img img {
    display: none !important;
  }
}

@media (max-width:767px) {
  .atmc-popup-01_content .atmc-popup-01_img {
    position: relative;
  }

  .atmc-popup-01_content .atmc-popup-01_img:before {
    content: "";
    display: block;
    padding-bottom: 62.5%;
  }
}

/* ======
 * Popup 02
 * ============ */
/* Popup */
.atmc-popup-02_content_wrapper {
  position: relative;
  max-width: 400px;
  margin: 40px auto;
}

.atmc-popup-02_content .atmc-popup-02_text_wrapper {
  padding: 2rem;
}

.atmc-popup-02_content .atmc-popup-02_img img {
  display: block;
  width: 100%;
}

/* ======
 * Popup 03
 * ============ */
/* Popup */
.atmc-popup-03_content_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 350px;
  min-height: 450px;
  margin: 40px auto;
  padding: 3rem 2rem;
}

.atmc-popup-03_content_wrapper .atmc-popup-03_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}

.atmc-popup-03_content_wrapper .atmc-popup-03_text_wrapper {
  position: relative;
  z-index: 3;
}

.atmc-popup-03_content_wrapper .atmc-popup-03_icon {
  margin-bottom: 0.8rem;
}

.atmc-popup-03_content_wrapper .atmc-popup-03_icon svg {
  height: 100px;
}

.atmc-popup-03_content_wrapper h2 {
  margin: 0 auto 1rem;
}

/* ======
 * Popup 04
 * ============ */
/* Popup */
.atmc-popup-04_content_wrapper {
  position: relative;
  max-width: 400px;
  margin: 40px auto;
}

.atmc-popup-04_content_wrapper .atmc-popup-04_img {
  padding: 4rem 3rem 0;
}

.atmc-popup-04_content_wrapper .atmc-popup-04_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.atmc-popup-04_text_wrapper {
  padding: 2rem;
}

.atmc-popup-04_content_wrapper .mfp-close {
  left: 0;
  right: 0;
  margin: auto;
}

/* ======
 * Popup 05
 * ============ */
/* Popup */
.atmc-popup-05_content_wrapper {
  position: relative;
  max-width: 750px;
  margin: 40px auto;
}

/* Image */
.atmc-popup-05_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

.atmc-popup-05_content .atmc-popup-05_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Layout */
@media (min-width:768px) {
  .atmc-popup-05_content>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .atmc-popup-05_content>.row-fluid>.span7 {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
    width: 60% !important;
    margin: 0 !important;
    min-height: 400px;
  }

  .atmc-popup-05_content>.row-fluid>.span5 {
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    width: 40% !important;
    margin: 0 !important;
  }

  .atmc-popup-05_content .atmc-popup-05_text_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width:767px) {
  .atmc-popup-05_content .atmc-popup-05_img {
    position: relative;
    padding: 5rem 2rem;
  }
}

/* CTA */
.atmc-popup-05_cta {
  position: relative;
  z-index: 3;
}

.atmc-popup-05_cta p {
  margin: 10px 0 0;
  font-size: 0.8rem;
}

/* Text */
.atmc-popup-05_content .atmc-popup-05_text {
  padding: 3rem;
}

.atmc-popup-05_text h2 {
  font-size: 2.2rem;
  line-height: 1.1;
}

@media (max-width:767px) {
  .atmc-popup-05_content .atmc-popup-05_text {
    padding: 3rem 2rem;
  }
}

/* Animation */
.atmc-popup-05_content .atmc-popup-05_img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 0;
  background-color: var(--primary);
  animation: atmcPopup05 5s infinite;
  animation-direction: alternate;
  z-index: 4;
}

@media (max-width:768px) {
  .atmc-popup-05_content .atmc-popup-05_img:before {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    width: 0;
    height: 4px;
    animation: atmcPopup05_02 5s infinite;
    animation-direction: alternate;
  }
}

@keyframes atmcPopup05 {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes atmcPopup05_02 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* ======
 * Career 01
 * ============ */
.atmc-career-01_box+.atmc-career-01_box {
  margin-top: 1rem;
}

.atmc-career-01_icon svg {
  height: 2rem;
}

@media (max-width:767px) {
  .atmc-career-01_box {
    padding: 2rem;
  }
}

/* ======
 * Career 02
 * ============ */
.atmc-career-02_icon svg {
  height: 3rem;
}

/* ======
 * Career 03
 * ============ */
.atmc-career-listing-03_box {
  width: 100%;
  padding: 1rem;
}

@media (max-width:575px) {
  .atmc-career-listing-03_box {
    display: inline-block;
  }
}

@media (min-width:576px) {
  .atmc-career-listing-03_box {
    padding: 1rem;
  }

  .atmc-career-listing-03_box p {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    margin: 0;
    padding: 0.5rem;
  }
}


/* ======
 * Career 04
 * ============ */
.atmc-career-04_icon {
  width: 3rem;
}

.atmc-career-04_icon svg {
  width: 3rem;
  height: auto;
}

@media (max-width:767px) {

  .atmc-career-04_icon,
  .atmc-career-04_icon svg {
    width: 2rem;
  }
}

/* ======
 * Chart 01
 * ============ */
.atmc-chart-bar-01 {
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-chart-bar-01 .atmc-card_header {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-chart-bar-01 .atmc-card_header h5 {
  margin: 0;
}

/* ======
 * Chart 02
 * ============ */
.atmc-chart-doughnut-01 {
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-chart-doughnut-01 .atmc-card_header {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-chart-doughnut-01 .atmc-card_header h5 {
  margin: 0;
}

/* ======
 * Chart 03
 * ============ */
.atmc-chart-line-01 {
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-chart-line-01 .atmc-card_header {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-chart-line-01 .atmc-card_header h5 {
  margin: 0;
}

/* ======
 * Chart 04
 * ============ */
.atmc-chart-pie-01 {
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-chart-pie-01 .atmc-card_header {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-chart-pie-01 .atmc-card_header h5 {
  margin: 0;
}

/* ======
 * Contact 01
 * ============ */
.atmc-contact-01 svg {
  height: 4rem;
}

.atmc-contact-01 img {
  width: auto;
  max-height: 4rem;
}

/* ======
 * Contact 02
 * ============ */

/* ======
 * Contact 03
 * ============ */
.atmc-contact-03 {}

.atmc-contact-03 img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.atmc-contact-03_content {
  padding-top: 2rem;
}

.atmc-contact-03 h3 {
  margin: 0 0 1.5rem;
}

.atmc-contact-03 p {
  margin: 0 0 1rem;
}

/* ======
 * Contact 04
 * ============ */
.atmc-contact-04 {
  position: relative;
  width: 100%;
  height: 400px;
}

.atmc-contact-04 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

/* ======
 * Contact 05
 * ============ */
.atmc-contact-05 {
  position: relative;
  padding-left: 30px;
}

.atmc-contact-05_icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.atmc-contact-05 svg {
  height: 20px;
}

/* ======
 * Contact 06
 * ============ */
.atmc-contact-06 {}

.atmc-contact-06 p.atmc-contact-06_text {
  position: relative;
  padding-left: 30px;
}

.atmc-contact-06 svg {
  position: absolute;
  left: 0;
  top: 6px;
  height: 16px;
  margin-right: 0.5rem;
}

/* ======
 * Contact 07
 * ============ */
.atmc-contact-07 {}

.atmc-contact-07_img {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}

.atmc-contact-07_content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
  padding-left: 2rem;
}

.atmc-contact-07_content p {
  margin: 0;
}

/* Countdown 01 */
.atmc-countdown-01_inner {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.atmc-countdown-01_num {
  padding: 1rem;
  margin: .25rem;
  width: 6rem;
  height: 6rem;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-countdown-01_num span {
  color: inherit;
}

.atmc-countdown-01_num .atmc-h3 {
  line-height: 1.1;
}

.atmc-countdown-01_num .atmc-cap {
  display: block;
}


/* Countdown 02 */
.atmc-countdown-02_num span {
  color: inherit;
}

.atmc-countdown-02_num:nth-child(n+2):before {
  content: ":";
  margin: 0 .25rem;
  display: inline-block;
}

/* Countdown 03 */
.atmc-countdown-03_inner {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.atmc-countdown-03_num {
  margin: 0 .25rem;
}

.atmc-countdown-03_num span {
  line-height: .8;
}

.atmc-countdown-03_num span.atmc-cap {
  margin-left: .1rem;
}

.atmc-counter_number {
  margin: 0;
}

/* ======
 * Counter 01
 * ============ */
.atmc-counter-01 {
  padding: 2rem 3rem;
}

/* ======
 * Counter 02
 * ============ */
.atmc-counter-02 {
  position: relative;
}

.atmc-counter-02:before {
  content: "";
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  display: block;
}

.atmc-counter-02_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width:767px) {
  .atmc-counter-02 {
    width: 300px;
    max-width: 100%;
  }
}

/* ======
 * Counter 03
 * ============ */
.atmc-counter-03_number {
  line-height: 1;
  margin: 0;
}

.atmc-counter-03 svg {
  width: 2rem;
}

/* ======
 * Counter 04
 * ============ */
.atmc-counter-04 .atmc-counter_number {
  line-height: 1;
}

/* ======
 * Counter 05
 * ============ */
.atmc-counter-05 {
  position: relative;
}

.atmc-counter-05_stat {
  position: relative;
}

.atmc-counter-05_stat label {
  position: relative;
  z-index: 1;
}

.atmc-counter-05_number {
  line-height: 1;
  font-size: 8rem;
  opacity: .25;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* ======
 * Divider 01 
 * ============ */
.atmc-divider-01 {
  display: block;
  padding: 0.5rem 0;
}

.atmc-divider-01-dotted {
  border-bottom-style: dotted;
}

.atmc-divider-01-dashed {
  border-bottom-style: dashed;
}

/* ======
 * Divider 02
 * ============ */
.atmc-divider-02 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.atmc-divider-02 span {
  position: relative;
  padding: 0 0.5rem;
}

.atmc-divider-02 span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 2px;
  background-color: var(--lightgray);
}

.atmc-divider-02 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 2px;
  background-color: var(--lightgray);
}

/* White */
.atmc-divider-02_white span:before,
.atmc-divider-02_white span:after {
  background-color: #fff;
}

/* ======
 * Divider 03
 * ============ */
.atmc-divider-03 svg {
  width: 120px;
  display: inline-block;
}

/* ======
 * Divider 04
 * ============ */
.atmc-divider-04 {
  width: 100%;
  height: 30px;
  display: block;
  box-shadow: 0px 16px 17px -12px rgba(0, 0, 0, 0.25);
}

/* ======
 * Divider 05
 * ============ */
.atmc-divider-05 {
  position: relative;
  display: block;
  margin-bottom: 6px;
  padding-top: 10px;
}

.atmc-divider-05:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: var(--lightgray);
}

/* White */
.atmc-divider-05_white:after {
  background-color: #fff;
}

/* ======
 * Divider 06
 * ============ */
.atmc-divider-06 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.atmc-divider-06 span {
  position: relative;
  display: inline-block;
  height: 25px;
  padding: 0 0.5rem;
}

.atmc-divider-06 svg {
  height: 25px;
}

.atmc-divider-06 span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 1px;
  background-color: var(--lightgray);
}

.atmc-divider-06 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 1px;
  background-color: var(--lightgray);
}

/* White */
.atmc-divider-06_white span:before,
.atmc-divider-06_white span:after {
  background-color: #fff;
}

/* ======
 * Divider 07
 * ============ */
.atmc-divider-07 {
  overflow: hidden;
  display: block;
  width: 100%;
}

.atmc-divider-07 svg {
  float: left;
  width: 100%;
}

/* ======
 * Divider 08
 * ============ */
.atmc-divider-08 {
  overflow: hidden;
  display: block;
  width: 100%;
}

.atmc-divider-08 svg {
  float: left;
  width: 100%;
}

/* ======
 * Divider 09
 * ============ */
.atmc-divider-09 {
  overflow: hidden;
  display: block;
  width: 100%;
}

.atmc-divider-09 svg {
  float: left;
  width: 100%;
}

/* ======
 * Divider 10
 * ============ */
.atmc-divider-10 {
  position: relative;
}

.atmc-divider-10:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 10rem solid transparent;
  border-left: 100vw solid;
  display: block;
}


/* ======
 * Divider 11
 * ============ */
.atmc-divider-11 {
  position: relative;
}

.atmc-divider-11:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10rem solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 100vw solid;
  display: block;
}

/* ======
 * FAQ 01
 * ============ */
.atmc-faq-01_repeater.atmc-slider .atmc-faq-01_question {
  padding-left: 2.5rem;
}

.atmc-faq-01_repeater.atmc-slider .atmc-faq-01_question:before {
  left: 0;
  right: auto;
  width: 2rem;
}

/* ======
 * FAQ 02
 * ============ */
.atmc-faq-02 {
  position: relative;
}

.atmc-faq-02_answer>*:last-child {
  margin-bottom: 0;
}

/* ======
 * FAQ 03
 * ============ */
.atmc-faq-03 {
  position: relative;
}

/* ======
 * FAQ 04
 * ============ */
.atmc-faq-04 {
  position: relative;
  margin: 0 0 2rem;
}

.atmc-faq-04_number {
  width: 35px;
  height: 35px;
  margin: 0 0 1rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}

.atmc-faq-04_answer>*:last-child {
  margin-bottom: 0;
}

@media (min-width:576px) {
  .atmc-faq-04 {
    padding-left: 55px;
  }

  .atmc-faq-04_number {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* ======
 * FAQ 05
 * ============ */
.atmc-faq-05 {
  position: relative;
}

/* Trigger Box */
.atmc-faq-05_trigger {
  display: inline-block;
  width: 100%;
  padding: 3rem 2rem;
}

.atmc-faq-05 h5 {
  color: #fff !important;
}

.atmc-faq-05_icon svg {
  height: 3rem;
}

.atmc-faq-05 .text-white svg {
  fill: #fff;
}

/* Popup */
.atmc-faq-05_popup {
  position: relative;
  max-width: 750px;
  margin: 40px auto;
  background: #fff;
}

.atmc-faq-05_answer {
  margin: 0;
}

.atmc-faq-05_answer>*:last-child {
  margin-bottom: 0;
}

/* ======
 * FAQ 06
 * ============ */
.atmc-faq-06 {
  position: relative;
}

/* ======
 * FAQ 07
 * ============ */
.atmc-faq-07_repeater.atmc-slider .atmc-faq-07 {
  padding: 2rem;
}

@media (max-width:767px) {
  .atmc-faq-07 {
    padding: 2rem;
  }
}

.atmc-feature svg {
  height: 100%;
}

/* ======
 * Feature 01
 * ============ */
.atmc-feature-01 svg {
  height: 2rem;
}

.atmc-feature-01_link,
.atmc-feature-01_link:hover,
.atmc-feature-01_link:visited {
  color: initial;
}

.atmc-feature-01_link h3 {
  color: var(--h3_color) !important;
}

.atmc-feature-01_link p {
  color: var(--base) !important;
}

/* ======
 * Feature 02
 * ============ */
.atmc-feature-02_icon {
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
  height: 4rem;
}

.atmc-feature-02 svg {
  height: 1.5rem;
}

/* ======
 * Feature 03
 * ============ */
.atmc-feature-03_icon {
  -ms-flex-preferred-size: 4rem;
  flex-basis: 4rem;
  width: 4rem;
  height: 4rem;
  margin: 0;
}

.atmc-feature-03 svg {
  height: 1.5rem;
}

.atmc-feature-03_text {
  -ms-flex-preferred-size: calc(100% - 4rem);
  flex-basis: calc(100% - 4rem);
  width: calc(100% - 4rem);
  padding-left: 1.5rem;
}

/* ======
 * Feature 04
 * ============ */
.atmc-feature-04_icon {
  -ms-flex-preferred-size: 4rem;
  flex-basis: 4rem;
  width: 4rem;
  margin: 0;
}

.atmc-feature-04 svg {
  height: 4rem;
}

.atmc-feature-04_text {
  -ms-flex-preferred-size: calc(100% - 4rem);
  flex-basis: calc(100% - 4rem);
  width: calc(100% - 4rem);
  padding-left: 1.5rem;
}

/* ======
 * Feature 05
 * ============ */
.atmc-feature-05 svg {
  height: 2rem;
}

/* ======
 * Feature 06
 * ============ */
.atmc-feature-06 {
  border-width: 1px;
}

.atmc-feature-06_icon {
  top: -2.5rem;
  width: 5rem;
  height: 5rem;
}

.atmc-feature-06 svg {
  height: 2rem;
}

/* ======
 * Feature 07
 * ============ */
.atmc-feature-07 svg {
  height: 2rem;
}

/* ======
 * Form 03
 * ============ */
.atmc-form-03_title {
  padding: 3rem;
  margin: 0;
}

.atmc-form-03 form {
  padding: 3rem;
}

.atmc-form-03_footer {
  padding: 0 2rem 2rem;
}

/* Placeholder color */
.atmc-form-03 {}

.atmc-form-03 ::-webkit-input-placeholder {
  color: #aeaeae;
}

.atmc-form-03 ::-moz-placeholder {
  color: #aeaeae;
}

.atmc-form-03 :-ms-input-placeholder {
  color: #aeaeae;
}

.atmc-form-03 :-moz-placeholder {
  color: #aeaeae;
}

/* ======
 * Form 04
 * ============ */
.atmc-form-04 {
  padding: 0;
  margin-top: 3rem;
}

.atmc-form-04_title {
  position: relative;
  padding: 3rem 3rem 2rem;
  margin: 0;
}

.atmc-form-04_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  width: 4rem;
  height: 4rem;
  margin: auto;
  border-radius: 100%;
}

.atmc-form-04_icon svg {
  height: 2rem;
}

.atmc-form-04 form {
  padding: 3rem;
}

.atmc-form-04_footer {
  padding: 0 3rem 3rem;
}

/* ======
 * Form 05
 * ============ */
.atmc-form-05_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-form-05_content {
  padding: 3rem;
}

@media (min-width:768px) {
  .atmc-form-05>.row-fluid>.span6 {
    width: 50% !important;
    margin: 0 !important;
  }
}

/* ======
 * Form - Phone Field with Country Code
 * ============ */
.hs-form .hs-phone .hs-fieldtype-intl-phone select {
  background-image: url(https://8890905.fs1.hubspotusercontent-na1.net/hubfs/8890905/raw_assets/public/@marketplace/GiantFocal/Atomic/images/module-icons/arrow-down.svg);
  background-size: 14px;
  background-position: center right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hs-form .hs-phone .hs-fieldtype-intl-phone {
    display: flex;
  }

  .hs-form .hs-phone .hs-fieldtype-intl-phone select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hs-form .hs-phone .hs-fieldtype-intl-phone input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 767px) {
  .hs-form .hs-phone .hs-fieldtype-intl-phone select {
    min-width: 100%;
    margin-bottom: .625rem;
  }

  form.hs-form .hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>input.hs-input {
    width: 100% !important;
  }
}

/* Gallery Filter */
.atmc-gallery-filter-01 ul {
  margin: -.25rem;
  padding: 0;
}

.atmc-gallery-filter-01 ul li {
  margin: .25rem;
}


/*
 * Gallery 01 
 */

.atmc-gallery-01_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  margin-bottom: 1rem;
  display: block;
}

.atmc-gallery-01_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .atmc-gallery-01_img {
    background: none !important;
    padding-bottom: 0;
  }

  .atmc-gallery-01_img img {
    display: block;
  }
}


/*
 * Gallery 02
 */
.atmc-gallery-02_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  display: block;
}

.atmc-gallery-02_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .atmc-gallery-02_img {
    background: none !important;
    padding: 0;
  }

  .atmc-gallery-02_img img {
    display: block;
  }
}


/*
 * Gallery 03
 */
.atmc-gallery-03_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  display: block;
}

.atmc-gallery-03_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .atmc-gallery-03_img {
    background: none !important;
    padding-bottom: 0;
    padding: 0;
  }

  .atmc-gallery-03_img img {
    display: block;
  }
}

/*
 * Gallery 04
 */
.atmc-gallery-04_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  display: block;
}

.atmc-gallery-04_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

@media (max-width: 767px) {
  .atmc-gallery-04_img {
    background: none !important;
    padding-bottom: 0;
  }

  .atmc-gallery-04_img img {
    display: block;
  }
}


/* Gallery 05 */
.atmc-gallery-05_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  margin-bottom: 1rem;
  display: block;
}

.atmc-gallery-05_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

.atmc-gallery-05-content {
  position: relative;
  background: #fff;
  padding: 2rem;
  margin-top: -4rem;
  width: 90%;
}

@media (max-width: 767px) {
  .atmc-gallery-05_img {
    background: none !important;
    padding-bottom: 0;
  }

  .atmc-gallery-05_img img {
    display: block;
  }
}


/*
 * Gallery 05
 */

/* Layout */
.atmc-gallery-06 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.atmc-gallery-06_box-sizer {
  display: block;
}

.atmc-gallery-06_box {
  display: flex;
}

.atmc-gallery-06 .atmc-gallery-06_box-sizer,
.atmc-gallery-06 .atmc-gallery-06_box {
  width: 100%;
  margin: 0 0 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.atmc-gallery-06 .atmc-gallery-06_box_01:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-gallery-06 .atmc-gallery-06_box_02 {
  width: 100%;
  margin: 0 0 2rem;
}

.atmc-gallery-06 .atmc-gallery-06_box_02:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-gallery-06_box_02:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray700);
  opacity: 0.85;
  z-index: 1;
}

@media (min-width:992px) {

  .atmc-gallery-06 .atmc-gallery-06_box-sizer,
  .atmc-gallery-06 .atmc-gallery-06_box {
    width: calc(33.33% - 1rem);
    margin: 0 .5rem 1rem;
  }

  .atmc-gallery-06 .atmc-gallery-06_box_02 {
    width: calc(66.66% - 1rem);
  }

  .atmc-gallery-06 .atmc-gallery-06_box_02:before {
    padding-bottom: 49.25%;
  }
}

@media (min-width:650px) and (max-width:991px) {

  .atmc-gallery-06 .atmc-gallery-06_box-sizer,
  .atmc-gallery-06 .atmc-gallery-06_box,
  .atmc-gallery-06 .atmc-gallery-06_box_02 {
    width: calc(50% - 1rem);
    margin: 0 .5rem 1rem;
  }
}

/* Box */
.atmc-gallery-06 .atmc-card {
  position: relative;
  padding: 0;
}

/* Box 02 */
.atmc-gallery-06_text {
  position: relative;
  width: 50%;
  max-width: 100%;
  padding: 4rem;
  text-align: left;
  z-index: 2;
}

.atmc-gallery-06_box_02.text-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.atmc-gallery-06_box_02.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width:991px) {
  .atmc-gallery-06_text {
    width: 100%;
  }
}



/*
 * Gallery 07
 */
.atmc-gallery-07.atmc-grid .atmc-grid-col {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
}

@media (min-width:576px) {
  .atmc-gallery-07.atmc-grid {
    display: block !important;
  }

  .atmc-gallery-07.atmc-grid-1col .atmc-grid-col {
    width: 100% !important;
    margin: 0 1% 2%;
  }

  .atmc-gallery-07.atmc-grid-2col .atmc-grid-col {
    width: 48% !important;
    margin: 0 1% 2%;
  }

  .atmc-gallery-07.atmc-grid-3col .atmc-grid-col {
    width: 31.333333% !important;
    margin: 0 1% 2%;
  }

  .atmc-gallery-07.atmc-grid-4col .atmc-grid-col {
    width: 23% !important;
    margin: 0 1% 2%;
  }
}

.atmc-gallery-07_img {
  display: block;
  width: 100%;
}

.atmc-gallery-07_img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}



/* Gallery Grid */

/* Grid */
@supports ((display: -ms-grid) or (display: grid)) {
  .atmc-gallery.atmc-grid {
    display: block !important;
    margin: -.75rem;
  }

  .atmc-gallery.atmc-grid>div {
    padding: .75rem;
  }

  @media (min-width: 768px) {
    .atmc-gallery.atmc-grid-2col .atmc-grid-col {
      width: 50%;
    }

    .atmc-gallery.atmc-grid-3col .atmc-grid-col {
      width: 33.33%;
    }

    .atmc-gallery.atmc-grid-4col .atmc-grid-col,
    .atmc-gallery.atmc-grid-5col .atmc-grid-col,
    .atmc-gallery.atmc-grid-6col .atmc-grid-col {
      width: 50%;
    }
  }

  @media (min-width:992px) {
    .atmc-gallery.atmc-grid-4col .atmc-grid-col {
      width: 25%;
    }

    .atmc-gallery.atmc-grid-5col .atmc-grid-col {
      width: 20%;
    }

    .atmc-gallery.atmc-grid-6col .atmc-grid-col {
      width: 16.6%;
    }
  }

  @media (min-width:576px) and (max-width:767px) {
    .atmc-gallery.atmc-grid-2col .atmc-grid-col {
      width: 50%;
    }

    .atmc-gallery.atmc-grid-4col .atmc-grid-col,
    .atmc-gallery.atmc-grid-5col .atmc-grid-col,
    .atmc-gallery.atmc-grid-6col .atmc-grid-col {
      width: 50%;
    }
  }
}

/* Padding Top */
.atmc-body-header-transparent .dnd-section[class*="force-full-width-section"]:first-child .atmc-hero:not(.atmc-full-height) .atmc-hero_padding:before {
  content: "";
  height: var(--header-height);
  display: block;
}

/* ======
 * Hero 01
 * ============ */
.atmc-hero-01 {
  position: relative;
  width: 100%;
  padding: 10rem 0 13rem;
}

.atmc-hero-01 .atmc-hero_padding>.row-fluid>.span12 {
  position: relative;
}

.atmc-hero-01 .atmc-hero_padding>.row-fluid>.span12:before,
.atmc-hero-01 .atmc-hero_padding>.row-fluid>.span12:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0.5;
  height: 40px;
  width: 1px;
}

.atmc-hero-01 .atmc-hero_padding>.row-fluid>.span12:before {
  top: -45px;
}

.atmc-hero-01 .atmc-hero_padding>.row-fluid>.span12:after {
  bottom: -45px;
}

/* ======
 * Hero 02
 * ============ */
.atmc-hero-02 {
  padding: 3rem 0;
}

/* ======
 * Hero 03
 * ============ */
.atmc-hero-03 {
  position: relative;
}

@media (min-width:768px) {
  .atmc-hero-03 .atmc-hero-03_heading {
    font-size: 6rem;
  }
}

/* Play Button */
.atmc-hero-03_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  animation: atmcHero01Animation 2.2s infinite;
}

.atmc-hero-03_button svg {
  height: 40px;
  fill: #fff;
}

@-webkit-keyframes atmcHero01Animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes atmcHero01Animation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* ======
 * Hero 04
 * ============ */
.atmc-hero-04 {
  position: relative;
}

/* CTAs */
.atmc-hero-04_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-04_ctas>div:first-child {
  margin-right: 1rem;
}

.atmc-hero-04 .text-center .atmc-hero-04_ctas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}

.atmc-hero-04 .text-right .atmc-hero-04_ctas {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  justify-content: flex-end;
}

/* Float Image */
@media (min-width:768px) {
  .atmc-hero-04_float_image {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    max-width: 55%;
    height: 400px;
  }

  .atmc-hero-04_float_image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width:1024px) {
  .atmc-hero-04_float_image {
    right: 1rem;
  }
}

@media (min-width:1600px) {
  .atmc-hero-04_float_image {
    right: 10%;
  }
}

/* ======
 * Hero 05
 * ============ */
.atmc-hero-05 {
  position: relative;
}

@media (min-width:768px) {
  .atmc-hero-05 .atmc-container>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* CTAs */
.atmc-hero-05_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-05_ctas>div:first-child {
  margin-right: 1rem;
}

.atmc-hero-05 .text-center .atmc-hero-05_ctas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}

.atmc-hero-05 .text-right .atmc-hero-05_ctas {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  justify-content: flex-end;
}

/* Float Image */
@media (min-width:768px) {
  .atmc-hero-05_float_image {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    max-width: 55%;
    height: 400px;
  }

  .atmc-hero-05_float_image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width:992px) {
  .atmc-hero-05_float_image {
    right: 1rem;
  }
}

@media (min-width:1024px) {
  .atmc-hero-05_float_image {
    right: 10%;
  }
}

/* ======
 * Hero 06
 * ============ */
.atmc-hero-06 {
  position: relative;
  padding: 10rem 0;
}

.atmc-hero-06_ctas {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.atmc-hero-06_ctas>div {
  margin: 0 .5rem;
}

/* ======
 * Hero 07
 * ============ */
.atmc-hero-07 {
  position: relative;
}

@media (min-width:768px) {
  .atmc-hero-07 .atmc-container>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* CTAs */
.atmc-hero-07_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-07_ctas>div:first-child {
  margin-right: 1rem;
}

.atmc-hero-07 .text-center .atmc-hero-07_ctas {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-hero-07 .text-right .atmc-hero-07_ctas {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

/* Logos */
.atmc-hero-07_logo_repeater {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.atmc-hero-07_logo {
  padding: .5rem;
}

/* ======
 * Hero 08
 * ============ */
.atmc-hero-08 {
  padding: 2rem 0;
}

/* ======
 * Hero 09
 * ============ */
.atmc-hero-09 {
  position: relative;
}

.atmc-hero-09.atmc-overlay:before {
  z-index: 2;
}

.atmc-hero-09 .row-fluid {
  position: relative;
  z-index: 3;
}

/* Heading */
.atmc-hero-09_heading {
  margin: 2rem 0;
  font-size: 5rem;
}

@media (max-width:991px) {
  .atmc-hero-09_heading {
    font-size: 3rem;
  }
}

/* Backgrounds */
.atmc-hero-09_bg_01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  animation: atmcHero09_01 20s infinite;
  -webkit-animation: atmcHero09_01 20s infinite;
}

.atmc-hero-09_bg_02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  animation: atmcHero09_02 20s infinite;
  -webkit-animation: atmcHero09_02 20s infinite;
}

@keyframes atmcHero09_01 {
  0% {
    width: 90%;
  }

  20% {
    width: 90%;
  }

  30% {
    width: 10%;
  }

  70% {
    width: 10%;
  }

  80% {
    width: 90%;
  }

  100% {
    width: 90%;
  }
}

@-webkit-keyframes atmcHero09_01 {
  0% {
    width: 90%;
  }

  20% {
    width: 90%;
  }

  30% {
    width: 10%;
  }

  70% {
    width: 10%;
  }

  80% {
    width: 90%;
  }

  100% {
    width: 90%;
  }
}

@-webkit-keyframes atmcHero09_02 {
  0% {
    width: 10%;
  }

  20% {
    width: 10%;
  }

  30% {
    width: 90%;
  }

  70% {
    width: 90%;
  }

  80% {
    width: 10%;
  }

  100% {
    width: 10%;
  }
}

@keyframes atmcHero09_02 {
  0% {
    width: 10%;
  }

  20% {
    width: 10%;
  }

  30% {
    width: 90%;
  }

  70% {
    width: 90%;
  }

  80% {
    width: 10%;
  }

  100% {
    width: 10%;
  }
}

/* ======
 * Hero 10
 * ============ */
.atmc-hero-10 {
  position: relative;
  overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
  .atmc-hero-10.atmc-full-height {
    display: block !important;
    min-height: 0;
  }

  .atmc-hero-10 .atmc-container>.row-fluid>div {
    display: block;
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Content */
.atmc-hero-10_content {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

@media (min-width:992px) {
  .atmc-hero-10_content {
    padding-right: 3rem;
  }
}

/* CTAs */
.atmc-hero-10_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-10 .text-center .atmc-hero-10_ctas {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-hero-10 .text-right .atmc-hero-10_ctas {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.atmc-hero-10_ctas>div:first-child {
  margin-right: 1rem;
}

/* Image */
.atmc-hero-10_image_wrapper {
  position: absolute;
  right: -20%;
  top: 0;
  width: 66%;
  height: 100%;
  transform: skew(-18deg);
  overflow: hidden;
}

/* @media (min-width:768px) and (max-width:991px) {
	.atmc-hero-10_image_wrapper {
		width: 66%;
	}
} */
@media (min-width:992px) {
  .atmc-hero-10_image img {
    display: none !important;
  }

  .atmc-hero-10_image {
    position: absolute;
    top: 0;
    left: -18vw;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: skew(18deg);
    -webkit-transform: skew(18deg);
  }
}

@media (max-width:991px) {
  .atmc-hero-10 {
    padding-bottom: 0;
  }

  .atmc-hero-10_image_wrapper {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin-top: 2rem;
    transform: initial;
    -webkit-transform: initial;
  }

  .atmc-hero-10_image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    background-image: none !important;
    transform: initial;
    -webkit-transform: initial;
  }

  .atmc-hero-10_image img {
    display: block;
    width: auto;
  }
}

/* ======
 * Hero 11
 * ============ */
.atmc-hero-11 {
  position: relative;
}

@media (min-width:768px) {
  .atmc-hero-11 .atmc-container>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width:767px) {
  .atmc-hero-11 {
    padding: 0 !important;
  }
}

/* Float Image */
@media (min-width:768px) {
  .atmc-hero-11_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .atmc-hero-11_image img {
    display: none !important;
  }
}

@media (max-width:767px) {
  .atmc-hero-11_image {
    background-image: none !important;
  }

  .atmc-hero-11_image img {
    display: inline-block;
    width: 100%;
  }
}

/* Content */
.atmc-hero-11_content {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding: 1rem 20px;
}

@media (max-width:767px) {
  .atmc-hero-11_content {
    padding: 2rem 20px;
  }
}

/* ======
 * Hero 12
 * ============ */
.atmc-hero-12 {
  position: relative;
}

/* Content */
.atmc-hero-12_content {
  width: 500px;
  max-width: 100%;
  margin: auto;
}

/* CTAs */
.atmc-hero-12_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-12 .text-center .atmc-hero-12_ctas {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-hero-12 .text-right .atmc-hero-12_ctas {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.atmc-hero-12_ctas>div:first-child {
  margin-right: 1rem;
}

/* ======
 * Hero 13
 * ============ */
.atmc-hero-13 {
  position: relative;
}

/* Heading */
.atmc-hero-13_heading {
  letter-spacing: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .atmc-hero-13:not(.atmc-full-height) {
    padding: 12rem 0;
  }

  .atmc-hero-13_heading {
    font-size: 6rem;
  }
}

/* CTAs */
.atmc-hero-13_ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-hero-13 .text-center .atmc-hero-13_ctas {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-hero-13_ctas>div:first-child {
  margin-right: 1rem;
}

/* Wrapper */
.atmc-hero-13_wrapper {
  position: relative;
}

.atmc-hero-13_wrapper:before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  width: 50%;
  height: 250%;
  border: 4px solid var(--lightgray);
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  border-right: 0;
}

.atmc-hero-13_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: -10%;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  -webkit-transform: translateY(-50%) scale(0.5);
  z-index: 5;
  border-left: 0;
  background-color: var(--lightgray);
  opacity: 0.1;
  animation: atmcHero13 4s infinite;
}

.atmc-hero-13_ctas,
.atmc-hero-13_ctas a {
  position: relative;
  z-index: 6;
}

@media (max-width:767px) {
  .atmc-hero-13 {
    padding: 10rem 0;
  }

  .atmc-hero-13_wrapper:before {
    height: 150%;
  }
}

@keyframes atmcHero13 {
  30% {
    transform: translateY(-50%) scale(0.5);
  }

  50% {
    transform: translateY(-50%) scale(0.5) rotateZ(360deg);
  }

  100% {
    transform: translateY(-50%) scale(0.5) rotateZ(360deg);
  }
}

@-webkit-keyframes atmcHero13 {
  30% {
    -webkit-transform: translateY(-50%) scale(0.5);
  }

  50% {
    -webkit-transform: translateY(-50%) scale(0.5) rotateZ(360deg);
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0.5) rotateZ(360deg);
  }
}

/* ======
 * Hero 14
 * ============ */
.atmc-hero-14 {
  padding: 7rem 0;
}

/* Breadcrumb */
.atmc-hero-14_menu ul.hs-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
}

.atmc-hero-14_menu ul.hs-breadcrumb-menu li {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 10px;
}

.atmc-hero-14_menu .hs-breadcrumb-menu>li:first-child {
  padding-left: 0;
}

.atmc-hero-14_menu .hs-breadcrumb-menu>li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--lightgray);
}

.atmc-hero-14_menu .hs-breadcrumb-menu>li:last-child {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}

.atmc-hero-14_menu .hs-breadcrumb-menu>li:last-child:after {
  display: none;
}

.atmc-hero-14_menu ul.hs-breadcrumb-menu li a {
  color: var(--lightgray);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.atmc-hero-14_menu ul.hs-breadcrumb-menu li a:hover {
  color: var(--primary);
}

.atmc-hero-14_home a {
  line-height: 1;
}

.atmc-hero-14_icon svg {
  height: 14px;
  transition: 0.3s ease;
}

.atmc-hero-14_home a:hover svg {
  fill: var(--primary);
}

/* Divider */
.atmc-hero-14_menu .hs-breadcrumb-menu-divider {
  display: none !important;
}


/* New CTA alignment fixes */
.atmc-hero .text-center .hs-cta-embed {
  margin: auto;
}

.atmc-hero .text-right .hs-cta-embed {
  margin-left: auto;
}

.atmc-hero-slider.slick-dotted.slick-slider,
.atmc-hero-slider-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/* ======
 * Hero Slider 01
 * ============ */
.atmc-hero-slider-01 {
  position: relative;
}

.atmc-hero-slider-01_box {
  padding: 10rem 0;
  position: relative;
}

.atmc-hero-slider-01_box.atmc-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

@media (max-width:767px) {
  .atmc-hero-slider-01_box {
    padding: 5rem 0;
  }
}

/* Arrows */
.atmc-hero-slider-01 .slick-arrow.slick-prev {
  left: 2rem;
}

.atmc-hero-slider-01 .slick-arrow.slick-next {
  right: 2rem;
  left: auto;
}



/* ======
 * Hero Slider 02
 * ============ */
.atmc-hero-slider-02 {
  position: relative;
}

.atmc-hero-slider-02_box {
  padding: 10rem 0 20rem;
}

.atmc-hero-slider-02_box.atmc-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

@media (max-width:767px) {
  .atmc-hero-slider-02_box {
    padding: 5rem 0 10rem;
  }
}

/* Thumbnails */
.atmc-hero-slider-02_thumb_repeater {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 5;
}

.atmc-hero-slider-02_thumb_repeater .slick-slide {}

.atmc-hero-slider-02_thumb_repeater .atmc-container {
  max-width: 600px;
}

.atmc-hero-slider-02_thumb {
  padding: 0 1rem;
  cursor: pointer;
}

.atmc-hero-slider-02_thumb_image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-hero-slider-02_thumb_image:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.atmc-hero-slider-02_thumb_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
  transition: 0.3s ease;
}

.atmc-hero-slider-02_thumb_repeater .slick-slide:hover .atmc-hero-slider-02_thumb_image:after,
.atmc-hero-slider-02_thumb_repeater .slick-current .atmc-hero-slider-02_thumb_image:after {
  opacity: 0;
}

/* ======
 * Hero Slider 03
 * ============ */
.atmc-hero-slider-03 {
  position: relative;
}

.atmc-hero-slider-03_box {
  padding: 10rem 0;
  position: relative;
}

.atmc-hero-slider-03_box.atmc-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.atmc-hero-slider-03_box.atmc-overlay:before {
  z-index: 2;
}

.atmc-hero-slider-03_box .atmc-container {
  position: relative;
  z-index: 3;
}

.atmc-hero-slider-03_box .atmc-hero-slider-03_bg_01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.atmc-hero-slider-03_box .atmc-hero-slider-03_bg_02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media (max-width:767px) {
  .atmc-hero-slider-03_box {
    padding: 5rem 0;
  }
}

/* ======
 * Hero Slider 04
 * ============ */
.atmc-hero-slider-04 {
  position: relative;
}

.atmc-hero-slider-04_box {
  padding: 10rem 0;
  position: relative;
}

.atmc-hero-slider-04_box.atmc-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

@media (max-width:767px) {
  .atmc-hero-slider-04_box {
    padding: 5rem 0;
  }
}

/* ======
 * Hero Slider 05
 * ============ */
.atmc-hero-slider-05 {
  position: relative;
}

.atmc-hero-slider-05_box {
  padding: 10rem 0;
  position: relative;
}

.atmc-hero-slider-05_box.atmc-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

.atmc-hero-slider-05_box.atmc-overlay:before {
  z-index: 2;
}

.atmc-hero-slider-05_box .atmc-container {
  position: relative;
  z-index: 3;
}

.atmc-hero-slider-05_box .atmc-hero-slider-05_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transition: 5s ease;
}

@media (max-width:767px) {
  .atmc-hero-slider-05_box {
    padding: 5rem 0;
  }
}

@-webkit-keyframes scaleUp2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 5s ease;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    filter: blur(0);
    transition: 5s ease;
  }
}

@keyframes scaleUp2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: blur(10px);
    transition: 5s ease;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    filter: blur(0);
    transition: 5s ease;
  }
}

.animate__scaleUp2 {
  -webkit-animation-name: scaleUp2;
  animation-name: scaleUp2;
}

/* ======
 * Hero Slider 06
 * ============ */
.atmc-hero-slider-06 {
  position: relative;
}

.atmc-hero-slider-06 .slick-track {
  display: flex !important;
}

.atmc-hero-slider-06 .slick-slide {
  height: inherit !important;
}

.atmc-hero-slider-06 .slick-slide>div,
.atmc-hero-slider-06 .slick-slide>div>div {
  height: 100% !important;
}

.atmc-hero-slider-06_box {
  height: inherit !important;
  padding: 10rem 0;
  position: relative;
  display: flex;
  align-items: center;
}

.atmc-hero-slider-06_box.atmc-full-height {
  position: relative;
}

@media (min-width:768px) {
  .atmc-hero-slider-06_box.atmc-full-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
  }
}

@media (max-width:767px) {
  .atmc-hero-slider-06_box {
    padding-bottom: 2.9rem;
  }
}

.atmc-hero-sider-06_img_wrapper {
  position: absolute;
  width: 45%;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 1;
  transform: skew(-15deg);
  overflow: hidden;
  transition: 3s ease;
}

.atmc-hero-slider-06_box .atmc-overlay:before {
  z-index: 2;
}

.atmc-hero-sider-06_img {
  position: absolute;
  left: -18%;
  top: 0;
  width: 150%;
  height: 100%;
  transform: skew(15deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width:767px) {
  .atmc-hero-slider-06_box {
    padding-top: 0px;
  }

  .atmc-hero-sider-06_img_wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    transform: initial;
    margin-bottom: 2rem;
  }

  .atmc-hero-sider-06_img {
    left: 0;
    transform: initial;
  }

  .atmc-hero-sider-06_img_wrapper:before {
    content: "";
    display: block;
    padding-bottom: 62.5%;
  }
}

@-webkit-keyframes heroSlider06 {
  0% {
    width: 0;
    transition: 3s ease;
    filter: blur(4px);
  }

  100% {
    width: 45%;
    filter: blur(0);
    transition: 3s ease;
  }
}

@keyframes heroSlider06 {
  0% {
    width: 0;
    filter: blur(4px);
    transition: 3s ease;
  }

  100% {
    width: 45%;
    filter: blur(0);
    transition: 3s ease;
  }
}

@media (min-width:768px) {
  .animate__heroSlider06 {
    -webkit-animation-name: heroSlider06;
    animation-name: heroSlider06;
  }
}


/* Overwrite arrow styling */
.atmc-dots-01 .slick-slider .slick-dots {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.atmc-dots-01 .slick-slider .slick-dots li {
  margin: 3px 0;
}

@media (max-width:576px) {
  .atmc-dots-01 .slick-slider .slick-dots {
    display: none !important;
  }
}

/* ======
 * Icon 01
 * ============ */
.atmc-icon-01 svg {
  width: 2rem;
}

/* ======
 * Icon 02
 * ============ */
.atmc-icon-02>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-02 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 03
 * ============ */
.atmc-icon-03>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-03 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 04
 * ============ */
.atmc-icon-04>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-04 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 05
 * ============ */
.atmc-icon-05>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-05 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 06
 * ============ */
.atmc-icon-06>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-06 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 07
 * ============ */
.atmc-icon-07>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-07 svg {
  height: 2rem;
  display: block;
}

/* ======
 * Icon 08
 * ============ */
.atmc-icon-08>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-08 svg {
  height: 1.5rem;
  display: block;
}

/* ======
 * Icon 09
 * ============ */
.atmc-icon-09>div {
  width: 4rem;
  height: 4rem;
}

.atmc-icon-09 svg {
  height: 1.5rem;
  display: block;
}

.atmc-image-default {}

.atmc-image-default img {
  display: block;
}

/* ======
 * Image 05
 * ============ */
.atmc-image-05 {
  position: relative;
}

.atmc-image-05 img {
  display: block;
}

.atmc-image-05 h3 {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0;
  z-index: 5;
}

/* ======
 * Image 06
 * ============ */
.atmc-image-06 {
  position: relative;
}

.atmc-image-06 p {
  width: 100%;
  text-align: right;
}

/* ======
 * Image 07
 * ============ */
.atmc-image-07 {
  position: relative;
}

.atmc-image-07_wrapper {
  margin-bottom: 22%;
}

.atmc-image-07_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--border_radius);
}

.atmc-image-07_img_02 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 4;
}

.atmc-image-07_img:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

/* ======
 * Image 09
 * ============ */
.atmc-image-09 {
  position: relative;
}

.atmc-image-09_wrapper {}

.atmc-image-09_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--border_radius);
}

.atmc-image-09_img_02 {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

.atmc-image-09_img:before {
  content: "";
  display: block;
  padding-bottom: 133%;
}

/* ======
 * Image 10
 * ============ */
.atmc-image-10 {
  position: relative;
  padding-bottom: 10%;
}

.atmc-image-10_image {
  position: relative;
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  text-align: center;
  padding: 1rem;
}

.atmc-image-10_image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-image-10_text {
  position: absolute;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  max-width: 100%;
}

.atmc-image-10_text:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width:767px) {
  .atmc-image-10_text {
    width: 150px;
  }
}

/* ======
 * Image 11
 * ============ */
.atmc-image-11 {
  position: relative;
  display: inline-block;
}

.atmc-image-11:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  z-index: 5;
}

.atmc-image-11 img {
  display: block;
}

/* ======
 * Image 12
 * ============ */
.atmc-image-12 {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ======
 * List 01
 * ============ */
.atmc-list-01 ul {
  padding-left: 0;
}

.atmc-list-01 ul li {
  position: relative;
  padding-left: 1rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-01 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-01 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 7px;
  height: 7px;
  background-color: var(--primary);
  border-radius: 100%;
}

/* ======
 * List 02
 * ============ */
.atmc-list-02 ul {
  padding-left: 0;
}

.atmc-list-02 ul li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-02 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-02 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.8rem;
  height: 3px;
  background-color: var(--primary);
}

/* ======
 * List 03
 * ============ */
.atmc-list-03 ul {
  padding-left: 0;
}

.atmc-list-03 ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-03 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-03_icon {
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.atmc-list-03_icon svg {
  height: 15px;
}

/* ======
 * List 04
 * ============ */
.atmc-list-04 ul {
  padding-left: 1rem;
}

.atmc-list-04 ul li.atmc-card {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-04 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-04_icon {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
}

.atmc-list-04_icon svg {
  height: 15px;
}

/* ======
 * List 05
 * ============ */
.atmc-list-05 ul {
  padding-left: 0;
}

.atmc-list-05 ul li.atmc-card {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-05 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-05_icon {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 4px;
  border: 2px solid var(--primary);
}

.atmc-list-05_icon svg {
  height: 15px;
}

/* ======
 * List 06
 * ============ */
.atmc-list-06 ul {
  padding-left: 0;
}

.atmc-list-06 ul li {
  position: relative;
  padding-left: 1rem;
  list-style: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
}

.atmc-list-06 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0px !important;
}

.atmc-list-06 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 7px;
  height: 7px;
  background-color: var(--primary);
  border-radius: 100%;
}

/* ======
 * List Numbered 01
 * ============ */
.atmc-list-numbered-01 ul {
  padding-left: 0;
}

.atmc-list-numbered-01 ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-numbered-01 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-numbered-01_number {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1rem;
  text-align: right;
}

/* ======
 * List Numbered 04
 * ============ */
.atmc-list-numbered-04 ul {
  padding-left: 1rem;
}

.atmc-list-numbered-04 ul li.atmc-card {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-numbered-04 ul li:last-child {
  margin-bottom: 0;
}

.atmc-list-numbered-04_number {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

/* ======
 * List Numbered 05
 * ============ */
.atmc-list-numbered-05 ul {
  padding-left: 0;
}

.atmc-list-numbered-05 ul li.atmc-card {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  list-style: none;
  margin-bottom: 1rem;
}

.atmc-list-numbered-05 ul li:last-child {
  margin-bottom: 0;
}

.atmc-numbered-list-05_number {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  margin: auto;
  border-radius: 4px;
  border: 2px solid var(--primary);
}

/* ======
 * List Numbered 06
 * ============ */
.atmc-list-numbered-06 ul {
  padding-left: 0;
}

.atmc-list-numbered-06 ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
}

.atmc-list-numbered-06 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0px !important;
}

.atmc-list-numbered-06_number {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1rem;
  text-align: right;
  color: var(--primary) !important;
}

/* ======
 * Logo 01
 * ============ */
.atmc-logo-01 {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}

.atmc-logo-01:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-logo-01 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

/* ======
 * Logo 02
 * ============ */
.atmc-logo-02 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-logo-02:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.atmc-logo-02 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: 0.8s ease;
}

.atmc-logo-02_link:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

/* Corner Styling */
.atmc-logo-02_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 5px;
  transition: 0.8s ease;
  transition-delay: 0.05s;
}

.atmc-logo-02_link:hover .atmc-logo-02_top {
  width: 100%;
}

.atmc-logo-02_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  transition: 0.8s ease;
}

.atmc-logo-02_link:hover .atmc-logo-02_bottom {
  width: 100%;
}

/* ======
 * Logo 03
 * ============ */
.atmc-logo-03 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-logo-03:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-logo-03.atmc-logo-03_link {
  transition: 0.8s ease;
}

.atmc-logo-03_link:hover {
  border-color: transparent;
}

.atmc-logo-03 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: 0.8s ease;
}

.atmc-logo-03:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

/* Corner Styling */
.atmc-logo-03_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s ease;
  transition-delay: 0.05s;
}

.atmc-logo-03_top:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: 0.8s ease;
}

.atmc-logo-03:hover .atmc-logo-03_top:before {
  width: 100%;
}

.atmc-logo-03_top:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: var(--primary);
  transition: 0.8s ease;
  transition-delay: 0.05s;
}

.atmc-logo-03:hover .atmc-logo-03_top:after {
  height: 100%;
}

.atmc-logo-03_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: 0.8s ease;
}

.atmc-logo-03:hover .atmc-logo-03_bottom:before {
  width: 100%;
}

.atmc-logo-03_bottom:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: var(--primary);
  transition: 0.8s ease;
  transition-delay: 0.1s;
}

.atmc-logo-03:hover .atmc-logo-03_bottom:after {
  height: 100%;
}

/* ======
 * Logo 04
 * ============ */
.atmc-logo-04 {
  position: relative;
  display: inline-block;
  width: auto;
}

.atmc-logo-04 a {
  display: inline-block;
}

.atmc-logo-04 img {
  position: relative;
  margin: auto;
}


/* ======
 * Logo 05
 * ============ */
.atmc-logo-05 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-logo-05:before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.atmc-logo-05 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: 0.8s ease;
}

.atmc-logo-05_link:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

/* 
 * Menu 01 
 */
.atmc-menu-01 {
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-menu-01 .atmc-card_header {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-menu-01 .atmc-card_header h5 {
  margin: 0;
}

.atmc-menu-01_repeater ul {
  margin: 0;
  display: block;
}

.atmc-menu-01_repeater ul li {
  display: block;
}

.atmc-menu-01_repeater a {
  display: block;
  padding: .5rem .75rem;
  border: 1px solid var(--lightgray);
  color: var(--base);
  font-size: .75rem;
  margin: 0 0 .5rem;
  border-radius: var(--border_radius)px;
}

.atmc-menu-01_repeater a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}


/* 
 * Menu 02
 */
.atmc-menu-02 {
  position: relative;
  background-color: #fff;
}

.atmc-menu-02_heading {
  display: block;
  padding: 1.5rem 1.5rem 1rem;
}

.atmc-menu-02_heading h5 {
  margin: 0;
}

.atmc-menu-02_repeater {
  padding: 1rem;
}

.atmc-menu-02_repeater ul {
  display: block;
  width: 100%;
  margin: 0;
}

.atmc-menu-02_repeater a {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  color: var(--base);
  font-size: .9rem;
  border-radius: var(--border_radius)px;
}

.atmc-menu-02_repeater a:hover {
  background-color: var(--light);
}


/* 
 * Menu 03
 */

.atmc-menu-03_heading {
  display: block;
  margin: 0 0 1rem;
}

.atmc-menu-03_repeater ul {
  display: block;
  margin: 0;
}

.atmc-menu-03_repeater a {
  display: block;
  color: var(--base);
}

.atmc-menu-03_repeater a:hover {
  background-color: var(--primary);
  color: #fff;
}

.atmc-menu-03_repeater .hs-menu-wrapper>ul>li {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: var(--border_radius)px;
  background-color: #fff;
  overflow: hidden;
}

.atmc-menu-03_repeater .hs-menu-wrapper>ul>li>a {
  padding: .75rem 1rem;
  background-color: #fff;
  font-weight: 500;
}

.atmc-menu-03_repeater .hs-menu-wrapper>ul>li>a:hover {
  background-color: var(--primary);
  color: #fff;
}

/* Lv 2 */
.atmc-menu-03_repeater .hs-menu-wrapper>ul .hs-menu-children-wrapper {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid var(--light);
}

.atmc-menu-03_repeater .hs-menu-wrapper>ul .hs-menu-children-wrapper a {
  padding: 0.5rem 1rem .5rem 1.5rem;
  margin: 0;
  font-size: 0.9rem;
  background-color: transparent;
  box-shadow: none;
}

.atmc-menu-03_repeater .hs-menu-wrapper>ul .hs-menu-children-wrapper a:hover {
  background-color: var(--primary);
  color: #fff;
}


/* 
 * Menu 04
 */
.atmc-menu-04 {
  padding: 1.5rem;
}

.atmc-menu-04_menu ul {
  display: block;
  margin: 0;
}

.atmc-menu-04_menu ul li+li {
  margin-top: 1rem;
}

.atmc-menu-04_icon svg {
  height: 1.75rem;
  transition: 0.2s ease;
}

.atmc-menu-04_menu a {
  display: block;
  max-width: 100%;
  padding: 1rem;
  color: #fff;
  border: 1px solid var(--light);
  font-size: .8rem;
  letter-spacing: 1px;
  border-radius: var(--border_radius);
  opacity: 0.6;
}

.atmc-menu-04_menu a:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.atmc-menu-04_menu a:hover svg {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
}

/* 
 * Menu 05
 */
.atmc-menu-05 {
  position: relative;
  text-align: center;
}

.atmc-menu-05_menu ul {
  display: block;
  margin: 0;
}

.atmc-menu-05_menu ul li {
  margin: 0;
}

.atmc-menu-05_menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1rem 6rem;
  font-size: 0.9rem;
  background-color: var(--dark);
  border-radius: 4px;
  color: #fff;
  margin-top: .5rem;
}

.atmc-menu-05_menu a:hover {
  color: #fff;
  background-color: var(--primary);
}

.atmc-menu-05_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.atmc-menu-05_icon svg {
  height: 1rem;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.atmc-menu-05_menu a:hover svg {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
}

/* ======
 * Menu 06
 * ============ */
.atmc-menu-06_menu {}

.atmc-menu-06_menu ul li a {
  color: var(--base);
}

.atmc-menu-06_menu ul li a:hover {
  color: var(--primary);
}

.atmc-menu-06_menu .hs-menu-wrapper ul li {
  display: inline-block;
  width: 100%;
}

.atmc-menu-06_menu .hs-menu-wrapper ul li a {
  display: inline-block;
  width: auto;
}

.atmc-menu-06_menu .hs-menu-wrapper>ul>li>a {
  font-weight: bold;
}

.atmc-menu-06_menu .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  padding-left: 1rem;
}

.atmc-voucher-01_voucher {
  padding: 0;
  background: #fff;
}

@media (min-width:768px) {
  .atmc-voucher-01_voucher>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/* Detail */
.atmc-voucher-01_text {
  position: relative;
  padding: 3rem;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atmc-voucher-01_text>div {
  width: 100%;
}

.atmc-voucher-01_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 24rem;
}

.atmc-voucher-01_loc {
  margin: 0;
}

.atmc-voucher-01_detail p {
  margin: 0;
}

.atmc-voucher-01_detail p span {
  display: block;
}

/* QR */
.atmc-voucher-01_qr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem;
  text-align: center;
}

.atmc-voucher-01_qr img {
  width: 12rem;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* ======
 * Offer 03
 * ============ */
.atmc-offer-03_content {
  position: relative;
}

.atmc-offer-03_icon {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
}

.atmc-offer-03_icon svg {
  height: 1.5rem;
}

/* ======
 * Offer 04
 * ============ */
.atmc-offer-04_icon {
  width: 3rem;
  height: 3rem;
}

.atmc-offer-04_icon svg {
  height: 1.5rem;
}

/* ======
 * Offer 05
 * ============ */
.atmc-offer-05 {
  position: relative;
  padding: 7rem 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.atmc-offer-05.atmc-offer-05_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray900);
  opacity: 0.5;
  z-index: 2;
}

.atmc-offer-05_content {
  position: relative;
  z-index: 3;
}

/* ======
 * Offer 06
 * ============ */
.atmc-offer-06 {
  position: relative;
  padding: 2rem;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.atmc-offer-06.atmc-offer-06_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray900);
  opacity: 0.5;
  z-index: 2;
}

.atmc-offer-06_content {
  position: relative;
  z-index: 3;
}

/* ======
 * Offer 07
 * ============ */
.atmc-offer-07 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.atmc-offer-07.atmc-offer-07_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray900);
  opacity: 0.5;
  z-index: 2;
}

.atmc-offer-07_content {
  position: relative;
  z-index: 3;
}

/* ======
 * Offer 08
 * ============ */
.atmc-offer-08 {
  padding: 0;
  overflow: hidden;
}

.atmc-offer-08_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-offer-08_content {
  position: relative;
  padding: 3rem;
}

@media (max-width: 767px) {
  .atmc-offer-08_image {
    padding-bottom: 50%;
  }
}

@media (min-width: 768px) {
  .atmc-offer-08_image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
  }

  .atmc-offer-08_content {
    position: relative;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    width: 60%;
  }
}

.atmc-pricing sub {
  font-size: .4em;
  bottom: 0;
}

/* 
 * Pricing 01 
 */

/* Price */
.atmc-pricing-01_price {
  font-size: 4.5rem;
}

.atmc-pricing-01_price sup {
  font-size: 40%;
  top: -1em;
}

/* Features */
.atmc-pricing-01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}

.atmc-pricing-01_box:last-child {
  margin-bottom: 0;
}

.atmc-pricing-01_box_active {
  opacity: 1;
}

/* Icon */
.atmc-pricing-01 svg {
  height: 1rem;
  margin-right: .75rem;
}


/* 
 * Pricing 02 
 */

/* Price */
.atmc-pricing-02_price {
  font-size: 2rem;
}

.atmc-pricing-02_price sup {
  font-size: .4em;
  top: -1em;
}

@media (min-width: 992px) {
  .atmc-pricing-02_price {
    font-size: 3.5rem;
  }
}

/* 
 * Pricing 03 
 */

/* Text */
.atmc-pricing-03 p {
  margin-bottom: 0;
}

/* Price */
.atmc-pricing-03_price {
  font-size: 3.5rem;
}

.atmc-pricing-03_price sup {
  font-size: 40%;
  top: -1em;
}

/* 
 * Pricing 04
 */
/* Price */
.atmc-pricing-04_price sup {
  font-size: .4em;
  top: -1em;
}

.atmc-pricing-04_price sub {
  font-size: .4em;
}

/* Icon */
.atmc-pricing-04_icon svg {
  height: 2rem;
}



/* 
 * Pricing 05
 */
/* Layout */
.atmc-pricing-05_label {
  width: 40%;
  background-color: transparent;
}

.atmc-pricing-05_3col {
  width: 20%;
}

.atmc-pricing-05_2col {
  width: 30%;
}


/* Table */
.atmc-pricing-05 table {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}

.atmc-pricing-05 table th {
  border: 0;
}

.atmc-pricing-05 table tr {
  border-bottom: 1px solid var(--lightgray);
}

.atmc-pricing-05 table tr:last-child {
  border-bottom: 0;
}

.atmc-pricing-05 table td {
  padding: 2rem 0.5rem;
  border: 0px;
}

/* Price */
.atmc-pricing-05_price {
  font-size: 3rem;
}

.atmc-pricing-05_price sup {
  font-size: 40%;
  top: -1em;
}

.atmc-pricing-05_price sub {
  font-size: 40%;
}

/* Features */
.atmc-pricing-05_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}

.atmc-pricing-05_box:last-child {
  margin-bottom: 0;
}

.atmc-pricing-05_box_active {
  opacity: 1;
}

/* Icon */
.atmc-pricing-05 svg {
  height: 25px;
}

/* Mobile */
.atmc-pricing-05_mobile ul {
  padding: 0;
}

.atmc-pricing-05_mobile ul li {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  width: 100%;
}

.atmc-pricing-05_mobile_feature {
  margin: 0 0.5rem 0 0;
}

.atmc-pd-01_box {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Detail */
.atmc-pd-01_detail {
  width: 100%;
}

.atmc-pd-01_detail h4 {
  margin: 0 1rem 0 0;
}

.atmc-pd-01_price {
  margin-right: 1rem;
}

/* ======
 * Product Listing 01
 * ============ */
.atmc-pl-01_box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-pl-01_box img {
  margin: auto;
}

.atmc-pl-01 .atmc-slider .atmc-pl-01_box {
  margin: 3rem 0;
}

/* Highlight */
.atmc-pl-01_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}

/* Price */
.atmc-pl-01_price {
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary) !important;
}

/* ======
 * Product Listing 02
 * ============ */
.atmc-pl-02_box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

/* Image */
.atmc-pl-02_image_wrapper {
  position: relative;
}

.atmc-pl-02_image_wrapper:before {
  content: "";
  display: block;
  padding-bottom: 133%;
}

.atmc-pl-02_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Highlight */
.atmc-pl-02_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}

/* Tag */
.atmc-pl-02_tag {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
  border-radius: 15px;
}

/* Text */
.atmc-pl-02_name {
  margin: 0;
}

.atmc-pl-02_price {
  margin: 0;
}

/* ======
 * Product Listing 03
 * ============ */
.atmc-pl-03_repeater {
  grid-row-gap: 6rem;
}

.atmc-pl-03_box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

/* Image */
.atmc-pl-03_image_wrapper {
  position: relative;
}

.atmc-pl-03_image_wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-pl-03_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Highlight */
.atmc-pl-03_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}

/* ======
 * Product Listing 04
 * ============ */
.atmc-pl-04_box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2rem;
}

.atmc-pl-04 .atmc-slider .atmc-pl-04_box {
  margin: 2rem 0;
}

.atmc-pl-04_box img {
  margin: auto;
}

.atmc-pl-04_name {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 60%;
  margin: 0;
}

.atmc-pl-04_price_wrapper {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  width: 40%;
  margin: 0;
  text-align: right;
}

.atmc-pl-04_price_wrapper span {
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
  font-weight: bold;
  text-align: right;
  border-radius: 15px;
}

/* ======
 * Product Listing 05
 * ============ */
.atmc-pl-05_box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-pl-05_box img {
  margin: auto;
}

.atmc-pl-05 .atmc-slider .atmc-pl-05_box {
  margin: 3rem 0;
}

/* Highlight */
.atmc-pl-05_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}

/* Price */
.atmc-pl-05_price {
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary) !important;
}

/* ======
 * Product Listing 06
 * ============ */
.atmc-pl-06_repeater {}

.atmc-pl-06_box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

/* Image */
.atmc-pl-06_image_wrapper {
  position: relative;
}

.atmc-pl-06_image_wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-pl-06_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Highlight */
.atmc-pl-06_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}


/* ======
 * Product Listing 07
 * ============ */
.atmc-pl-07_repeater {}

.atmc-pl-07_box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

/* Image */
.atmc-pl-07_image_wrapper {
  position: relative;
}

.atmc-pl-07_image_wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-pl-07_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Highlight */
.atmc-pl-07_highlight {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff !important;
}

/* ======
 * Progress 01
 * ============ */
.atmc-progress-01 {
  position: relative;
  padding-bottom: 50px;
}

.atmc-progress-01 .progressbar-text {
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  left: auto !important;
  top: auto !important;
  transform: initial !important;
  font-size: 2rem;
  color: var(--primary);
}

/* ======
 * Progress 02
 * ============ */
.atmc-progress-02_container {
  position: relative;
  display: inline-block;
}

.atmc-progress-02 .progressbar-text {
  font-size: 2rem;
}

/* ======
 * Progress 03
 * ============ */
.atmc-progress-03_container {
  position: relative;
  display: inline-block;
}

.atmc-progress-03 .progressbar-text {
  font-size: 2rem;
}

.atmc-rating-01 {
  position: relative;
}

.atmc-rating-01 svg {
  margin-right: 3px;
}

.atmc-rating-01-small svg {
  height: .75rem;
}

.atmc-rating-01-medium svg {
  height: 1rem;
}

.atmc-rating-01-large svg {
  height: 1.5rem;
}

/* ======
 * Reading Indicator 01
 * ============ */
.atmc-reading-indicator-01 {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 5px;
  z-index: 10;
}

/* ======
 * Reading Indicator 02
 * ============ */
.atmc-reading-indicator-02 {
  position: fixed;
  left: 0;
  top: 0;
  width: 5px;
  z-index: 10;
}

/* ======
 * Reading Indicator 03
 * ============ */
.atmc-reading-indicator-03 {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 5px;
  z-index: 10;
}

/* ======
 * Resources 01
 * ============ */
.atmc-resource-01 {
  grid-row-gap: 4rem;
}

.atmc-resource-01_img {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.atmc-resource-01_img img {
  max-width: 10rem !important;
  height: auto !important;
}

.atmc-resource-01_content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* ======
 * Resources 02
 * ============ */
.atmc-resource-02 {
  grid-row-gap: 4rem;
}

.atmc-resource-02_img img {
  max-width: 12rem !important;
  height: auto !important;
}

.atmc-resource-02_content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* ======
 * Schedule 01
 * ============ */
.atmc-schedule-01_box {
  padding: 1rem 0;
}

.atmc-schedule-01_box:last-child {
  border-bottom: 0;
}

.atmc-schedule-01_date {
  font-size: 1.25rem;
}

@media (min-width:576px) {
  .atmc-schedule-01_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .atmc-schedule-01_day {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }

  .atmc-schedule-01_date {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    text-align: right;
  }
}

/* ======
 * Schedule 02
 * ============ */
.section-settings-iframe {
  background: repeating-linear-gradient(45deg,
      #fafafa,
      #fafafa 10px,
      #dddddd 10px,
      #dddddd 20px);
  background-color: #f9f9f9;
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-settings-iframe span {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

/* Smooth scroll */
.atmc-smooth-scroll-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transform: translateY(50%);
  z-index: 10;
  transition: all ease 200ms;
}

.atmc-smooth-scroll-02 svg {
  height: 1.5rem;
  display: block;
}

.atmc-smooth-scroll-02:hover {
  background: var(--primary) !important;
}

.atmc-smooth-scroll-02:hover svg {
  fill: #fff;
}

/* Overlay */
.atmc-overlay-parent {
  position: relative;
  z-index: 2;
}

.atmc-overlay-parent>.row-fluid {
  position: relative;
  z-index: 5;
}

.atmc-overlay-module {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

/* ======
 * Table 01
 * ============ */
/* Layout */
.atmc-table-01_label {
  width: 20%;
  background-color: transparent;
}

/* Table */
.atmc-table-01 table {
  /* 	width: 100%;
	min-width: 950px; */
  border-collapse: collapse;
  border: 0px;
}

.atmc-table-01 table th {
  border: 0;
  color: #fff;
  background-color: transparent;
}

.atmc-table-01 table tbody tr {
  border-bottom: 1px solid var(--lightgray);
  background-color: #fff;
}

.atmc-table-01 table tbody tr:nth-child(odd) {
  background-color: var(--light);
}

.atmc-table-01 table tbody tr:hover {
  background-color: var(--primary);
  color: #fff;
}

.atmc-table-01 table tbody tr:last-child {
  border-bottom: 0;
}

.atmc-table-01 table td {
  padding: 1rem;
  border: 0px;
}

@media (max-width:1000px) {
  .atmc-table-01_wrapper {
    overflow-x: scroll;
  }
}

/* ======
 * Table 02
 * ============ */
/* Layout */
.atmc-table-02_label {
  width: 20%;
  background-color: transparent;
}

/* Table */
.atmc-table-02 table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  border: 0px;
}

.atmc-table-02 table th {
  border: 0;
  color: #fff;
  background-color: transparent;
  text-align: center;
}

.atmc-table-02 table tbody tr {
  border-bottom: 1px solid var(--lightgray);
  background-color: #fff;
}

.atmc-table-02 table tbody tr:nth-child(odd) {
  background-color: var(--light);
}

.atmc-table-02 table tbody tr:hover {
  background-color: var(--primary);
  color: #fff;
}

.atmc-table-02 table tbody tr:last-child {
  border-bottom: 0;
}

.atmc-table-02 table td {
  padding: 1rem;
  border: 1px solid var(--lightgray);
}

@media (max-width:1000px) {
  .atmc-table-02_wrapper {
    overflow-x: scroll;
  }
}

/* ======
 * Table 03
 * ============ */
/* Layout */
.atmc-table-03_label {
  width: 20%;
  background-color: transparent;
}

/* Table */
.atmc-table-03 table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  border: 0px;
}

.atmc-table-03 table th {
  border: 0;
  background-color: transparent;
  text-align: center;
}

.atmc-table-03 .text-base .atmc-table-03_col {
  color: var(--base);
}

.atmc-table-03 table tbody tr {
  border: 0;
  background-color: #fff;
}

.atmc-table-03 table tbody tr:nth-child(odd) {
  background-color: var(--light);
}

.atmc-table-03 table tbody tr:hover {
  background-color: var(--primary);
  color: #fff;
}

.atmc-table-03 table td {
  padding: 1rem;
  border: 0px;
  text-align: center;
}

.atmc-table-03 table tbody tr td:first-child {
  background-color: var(--dark);
  color: #fff;
  text-align: left;
}

.atmc-table-03 table tbody tr:nth-child(odd) td:first-child {
  background-color: var(--dark400);
}

@media (max-width:1000px) {
  .atmc-table-03_wrapper {
    overflow-x: scroll;
  }
}

/* ======
 * Tabs 01
 * ============ */
.atmc-tabs-01_thumb_repeater {
  margin: 0 -1rem 1rem;
}

.atmc-tabs-01_thumb_wrapper {
  display: block;
}

.atmc-tabs-01_thumb {
  padding: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 1rem;
}

.atmc-tabs-01_thumb:hover,
.atmc-tabs-01_thumb_repeater .slick-current .atmc-tabs-01_thumb {
  background-color: var(--primary);
}

.atmc-tabs-01_thumb p {
  transition: 0.3s ease;
}

.atmc-tabs-01_thumb:hover h4,
.atmc-tabs-01_thumb_repeater .slick-current .atmc-tabs-01_thumb h4 {
  color: #fff;
}

.atmc-tabs-01_thumb:hover p,
.atmc-tabs-01_thumb_repeater .slick-current .atmc-tabs-01_thumb p {
  color: #fff;
}

/* ======
 * Tabs 02
 * ============ */
/* Thumbnails */
.atmc-tabs-02_thumb_repeater {
  max-width: 850px;
  margin: 0 auto 3rem;
}

.atmc-tabs-02_thumb_repeater .slick-list {
  padding: 0 !important;
  margin: 0 50px;
}

.atmc-tabs-02_thumb {
  padding: 0 0.5rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.atmc-tabs-02_thumb_icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.25rem;
  transition: 0.3s ease;
}

.atmc-tabs-02_thumb:hover .atmc-tabs-02_thumb_icon,
.atmc-tabs-02_thumb_repeater .slick-current .atmc-tabs-02_thumb_icon {
  background-color: var(--primary) !important;
  transform: scale(0.9);
}

.atmc-tabs-02_thumb_icon svg {
  height: 2rem;
}

.atmc-tabs-02_thumb h4 {
  margin: 0 0 1rem;
  transition: 0.5s ease;
}

.atmc-tabs-02_thumb:hover h4,
.atmc-tabs-02_thumb_repeater .slick-current .atmc-tabs-02_thumb h4 {
  color: var(--primary);
}

@media (max-width:767px) {
  .atmc-tabs-02_thumb_repeater .slick-list {
    margin: 0 20px;
  }

  .atmc-tabs-02_thumb {
    padding: 0 0.5rem;
  }
}

/* ======
 * Tabs 03
 * ============ */
.atmc-tabs-03_thumb_repeater {
  display: block;
}

.atmc-tabs-03_thumb {
  padding: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.atmc-tab-03_icon svg {
  height: 1.5rem;
}

.atmc-tabs-03_thumb h5 {
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.atmc-tabs-03_thumb:hover,
.atmc-tabs-03_thumb:hover h5,
.atmc-tabs-03_thumb:hover .atmc-tab-03_icon svg {
  color: var(--primary);
  fill: var(--primary);
}

.atmc-tabs-03_thumb_repeater .slick-current .atmc-tabs-03_thumb {
  background-color: var(--primary);
}

.atmc-tabs-03_thumb_repeater .slick-current .atmc-tab-03_icon svg {
  fill: #fff;
}

.atmc-tabs-03_thumb_repeater .slick-current .atmc-tabs-03_thumb h5 {
  color: #fff;
}

/* ======
 * Tabs 04
 * ============ */
.atmc-tabs-04_thumb_repeater {
  position: relative;
  display: block;
  z-index: 5;
}

.atmc-tabs-04_thumb_wrapper {
  position: relative;
  padding-bottom: 1rem;
}

.atmc-tabs-04_thumb {
  padding: 2rem;
  cursor: pointer;
  border-color: transparent;
  transition: 0.3s ease;
}

.atmc-tabs-04_thumb:hover,
.atmc-tabs-04_thumb_repeater .slick-current .atmc-tabs-04_thumb {
  border-color: var(--primary);
  background-color: var(--dark);
}

.atmc-tabs-04_thumb_repeater .slick-current .atmc-tabs-04_thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid var(--dark);
  transition: 0.3s ease;
}

.atmc-tab-04_icon svg {
  height: 3rem;
}

.atmc-tabs-04_thumb:hover .atmc-tab-04_icon svg,
.atmc-tabs-04_thumb_repeater .slick-current .atmc-tab-04_icon svg {
  fill: #fff;
}

.atmc-tabs-04_thumb p {
  margin: 0;
  transition: 0.5s ease;
}

.atmc-tabs-04_thumb:hover p,
.atmc-tabs-04_thumb_repeater .slick-current .atmc-tabs-04_thumb p {
  color: #fff;
}

/* Slides */
.atmc-tabs-04_slide_repeater {
  position: relative;
  padding: 2rem;
  margin-top: -1rem;
  z-index: 4;
}

/* 
 * Team 01 
 */
.atmc-team-01 {
  grid-row-gap: 2.5rem;
}

.atmc-team-01_img {
  position: relative;
  display: inline-block;
  width: 10rem;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-team-01_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* .atmc-team-01 .atmc-social:hover {
	color: inherit;
}
.atmc-team-01 .atmc-social:hover svg,
.atmc-team-01 .atmc-social svg {
	fill: currentcolor;
} */

/* 
 * Team 02 
 */

.atmc-team-02_img {
  overflow: hidden;
}

.atmc-team-02_img img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}


/* 
 * Team 03
 */
.atmc-team-03_item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-team-03_item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-team-03_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem 2rem 2rem;

  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='var(--dark)', GradientType=0);
  /* IE6-9 */

}

.atmc-team-03_img {
  overflow: hidden;
}

.atmc-team-03_img img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

/* 
 * Team 04
 */
/* Image */
.atmc-team-04_img img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1rem;
}

/* 
 * Team 05
 */
.atmc-team-05_item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  min-height: 20rem;
}

.atmc-team-05_item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  z-index: 2;
  opacity: 0.3;
}

.atmc-team-05_item_active:after {
  opacity: 0;
}

.atmc-team-05_content {
  position: relative;
  width: 100%;
  padding: 4rem 2rem 2rem;
  z-index: 4;
  transition: 0.2s ease;

  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--dark) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='var(--dark)', GradientType=0);
  /* IE6-9 */
}

.atmc-team-05_item_active .atmc-team-05_content {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

@media (min-width: 768px) {
  .atmc-team-05_item {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .atmc-team-05_item_active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .atmc-team-05_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    z-index: 4;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: 0.2s ease;
  }

}

/* 
* Team 06
*/

/* Image */
.atmc-team-06_img {
  position: relative;
}

.atmc-team-06_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.atmc-team-06_img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
}


/* 
* Team 07
*/
.atmc-team-07_img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto 1rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-team-07_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* ======
 * Testimonial 02
 * ============ */
.atmc-testimonial-02_img {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ======
 * Testimonial 03
 * ============ */
.atmc-testimonial-03_img {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto .25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ======
 * Testimonial 04
 * ============ */
.atmc-testimonial-04_img {
  display: inline-block;
  flex-basis: 3rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-testimonial-04_name {
  flex-basis: calc(100% - 3rem);
  width: calc(100% - 3rem);
  padding-left: 1rem;
  margin: 0;
}

/* ======
 * Testimonial 05
 * ============ */
.atmc-testimonial-05_img {
  display: inline-block;
  flex-basis: 3rem;
  width: 3rem;
  height: 3rem;
  margin: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-testimonial-05_name {
  flex-basis: calc(100% - 3rem);
  width: calc(100% - 3rem);
  padding-left: 1rem;
  margin: 0;
}

/* ======
 * Testimonial 06
 * ============ */
.atmc-testimonial-06 {
  position: relative;
  grid-row-gap: 3rem;
  margin-bottom: 2rem;
}

.atmc-testimonial-06_text {
  margin: 0 0 1.5rem;
}

.atmc-testimonial-06_name {
  margin: 0;
}

.atmc-testimonial-06_img {
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-slider .atmc-testimonial-06_item {
  margin-bottom: 3rem;
}

/* ======
 * Testimonial 07
 * ============ */
.atmc-testimonial-07 {
  position: relative;
  grid-row-gap: 3rem;
  margin-top: 2rem;
}

.atmc-testimonial-07_text {
  margin: 0 0 1.5rem;
}

.atmc-testimonial-07_name {
  margin: 0;
}

.atmc-testimonial-07_img {
  position: absolute;
  left: 2rem;
  top: -2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-slider .atmc-testimonial-07_item {
  margin: 3rem 0 2rem;
}

/* ======
 * Testimonial 08
 * ============ */
.atmc-testimonial-08 {
  position: relative;
  grid-row-gap: 3rem;
  margin-top: 2rem;
}

.atmc-testimonial-08_item {
  margin-top: 3rem;
}

.atmc-testimonial-08_text {
  margin: 0 0 1.5rem;
}

.atmc-testimonial-08_name {
  margin: 0;
}

.atmc-testimonial-08_img {
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: auto;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-slider .atmc-testimonial-08_item {
  margin: 3rem 0 2rem;
}

/* ======
 * Testimonial 09
 * ============ */
.atmc-testimonial-09 .atmc-quote-01:before {
  left: -2rem;
}

.atmc-slider .atmc-quote-01 {
  padding-left: 1rem;
}

.atmc-slider .atmc-quote-01:before {
  left: 0;
}

/* ======
 * Testimonial 10
 * ============ */
.atmc-testimonial-10_img {
  display: inline-block;
  flex-basis: 8rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-testimonial-10_content {
  flex-basis: calc(100% - 8rem);
  width: calc(100% - 8rem);
  padding-left: 1.5rem;
}

.atmc-testimonial-10_text {
  margin: 0 0 1.5rem;
}

.atmc-testimonial-10_name {
  margin: 0;
}

/* ======
 * Testimonial 11
 * ============ */
.atmc-testimonial-11 {
  position: relative;
}

.atmc-testimonial-11_img {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  margin: 0 auto 1rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-testimonial-11_text {
  margin: 0;
}

.atmc-testimonial-11_name {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}

/* ======
 * Testimonial 12
 * ============ */
.atmc-testimonial-12_item {
  position: relative;
  padding: 3rem;
}

.atmc-testimonial-12_img {
  display: inline-block;
  width: 8rem;
  max-width: 100%;
  margin: 0 auto .75rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-testimonial-12_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* ======
 * Testimonial 13
 * ============ */
.atmc-testimonial-13 {
  position: relative;
}

/* Content */
.atmc-testimonial-13_text_wrapper {
  position: relative;
  padding: 2rem 0 0;
  margin: 0;
}

.atmc-testimonial-13_icon {
  position: absolute;
  left: -2rem;
  top: 0;
  z-index: 0;
  opacity: .3;
}

.atmc-slider .atmc-testimonial-13_icon {
  left: 0;
}

.atmc-testimonial-13_icon svg {
  height: 8rem;
}

.atmc-testimonial-13_text_wrapper p {
  position: relative;
  z-index: 1;
}

.atmc-testimonial-13_detail {
  font-weight: bold;
  color: var(--secondary);
}

@media (max-width: 991px) {
  .atmc-testimonial-13_icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .atmc-testimonial-13_icon svg {
    height: 4rem;
  }
}

/* ======
 * Timeline 01
 * ============ */
.atmc-timeline-01 {
  position: relative;
}

.atmc-timeline-01_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-01_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
  z-index: 1;
  opacity: 0.2;
}

.atmc-timeline-01.text-white .atmc-timeline-01_repeater:before {
  background-color: #fff;
}

@media (min-width:768px) {
  .atmc-timeline-01_repeater:before {
    left: 50%;
  }
}

/* Dots */
.atmc-timeline-01_box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary);
  z-index: 3;
  transition: 0.3s ease;
}

.atmc-timeline-01_box:hover:before {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

@media (min-width:768px) {
  .atmc-timeline-01_box:before {
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
  }
}

/* Box */
.atmc-timeline-01_box {
  position: relative;
  margin-bottom: 3rem;
}

.atmc-timeline-01_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-01_date {
  font-size: 0.9rem;
}

@media (min-width:768px) {
  .atmc-timeline-01_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-01_col_left {
    padding-right: 2rem;
  }

  .atmc-timeline-01_col_right {
    padding-left: 2rem;
  }
}

@media (max-width:767px) {
  .atmc-timeline-01_col {
    padding-left: 2rem;
  }
}

/* ======
 * Timeline 02
 * ============ */
.atmc-timeline-02 {
  position: relative;
}

.atmc-timeline-02_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-02_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--lightgray);
  z-index: 1;
}

@media (min-width:768px) {
  .atmc-timeline-02_repeater:before {
    left: 25%;
  }
}

@media (max-width:767px) {
  .atmc-timeline-02_repeater:before {
    opacity: 0.5;
  }
}

/* Box */
.atmc-timeline-02_box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  background-color: var(--primary);
  z-index: 3;
}

@media (min-width:768px) {
  .atmc-timeline-02_box>.row-fluid>.span4 {
    width: 25% !important;
  }

  .atmc-timeline-02_box>.row-fluid>.span8 {
    width: 75% !important;
    margin-left: 0 !important;
  }

  .atmc-timeline-02_box:before {
    left: 25%;
    top: 8px;
  }
}

@media (max-width:767px) {
  .atmc-timeline-02_box:before {
    left: 0;
  }
}

/* Box */
.atmc-timeline-02_box {
  position: relative;
  margin-bottom: 3rem;
}

.atmc-timeline-02_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-02_date {
  font-size: 0.9rem;
}

@media (min-width:768px) {
  .atmc-timeline-02_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-02_col_left {
    padding-right: 2rem;
  }

  .atmc-timeline-02_col_right {
    padding-left: 2rem;
  }
}

@media (max-width:767px) {
  .atmc-timeline-02_col {
    padding-left: 2rem;
  }
}

/* ======
 * Timeline 03
 * ============ */
.atmc-timeline-03 {
  position: relative;
}

.atmc-timeline-03_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-03_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--lightgray);
  z-index: 1;
}

@media (min-width:768px) {
  .atmc-timeline-03_repeater:before {
    left: 50%;
  }
}

@media (max-width:767px) {
  .atmc-timeline-03.text-white .atmc-timeline-03_repeater:before {
    opacity: 0.7;
  }
}

/* Image */
.atmc-timeline-03_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.atmc-timeline-03_popup {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  width: 49%;
  margin-bottom: 2%;
}

.atmc-timeline-03_popup img {
  width: 100%;
  max-width: 100%;
}

/* Dots */
.atmc-timeline-03_box:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 16px;
  height: 16px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  background-color: var(--primary);
  transition: 0.4s ease;
  z-index: 3;
}

.atmc-timeline-03_box:hover:before {
  transform: rotate(225deg) scale(1.2);
  -webkit-transform: rotate(225deg) scale(1.2);
  background-color: var(--secondary);
}

@media (min-width:768px) {
  .atmc-timeline-03_box:before {
    left: 0;
    right: 0;
    top: 6px;
    margin: auto;
  }
}

/* Box */
.atmc-timeline-03_box {
  position: relative;
  margin-bottom: 4rem;
  z-index: 2;
}

.atmc-timeline-03_box:last-child {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .atmc-timeline-03_box:nth-child(even)>.row-fluid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.atmc-timeline-03_icon svg {
  height: 15px;
  margin-right: 5px;
}

.atmc-timeline-03_date {
  margin: 0;
  font-size: 0.9rem;
}

.atmc-timeline-03_heading {
  margin: 0 0 1rem;
}

.atmc-timeline-03_desc {
  margin: 0;
}

@media (min-width:768px) {
  .atmc-timeline-03_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-03_col_left {
    padding-right: 3rem;
  }

  .atmc-timeline-03_col_right {
    padding-left: 3rem;
  }

  .atmc-timeline-03_box:nth-child(odd) .atmc-timeline-03_col_left {
    text-align: right;
  }

  .atmc-timeline-03_box:nth-child(even) .atmc-timeline-03_col_left {
    padding-left: 3rem;
    padding-right: 0;
    text-align: left;
  }

  .atmc-timeline-03_box:nth-child(even) .atmc-timeline-03_col_right {
    padding-left: 0;
    padding-right: 3rem;
  }
}

@media (max-width:767px) {
  .atmc-timeline-03_col {
    padding-left: 2rem;
  }
}

/* ======
 * Timeline 04
 * ============ */
.atmc-timeline-04 {
  position: relative;
}

.atmc-timeline-04_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

.atmc-timeline-04_repeater:before {
  content: "";
  position: absolute;
  left: 68px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--dark);
  z-index: 1;
}

.atmc-timeline-04_white .atmc-timeline-04_repeater:before {
  background-color: #fff;
}

/* Box */
.atmc-timeline-04_box {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}

.atmc-timeline-04_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-04_date_wrapper {
  position: relative;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  width: 150px;
  padding: 2rem;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
}

.atmc-timeline-04_date_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
  background-color: var(--dark);
  transition: 0.8s ease;
}

.atmc-timeline-04_box:hover .atmc-timeline-04_date_wrapper:before {
  height: 100%;
}

.atmc-timeline-04_date {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 3px;
}

.atmc-timeline-04_date strong {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: initial;
}

.atmc-timeline-04_content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 2rem;
  background-color: #fff;
}

.atmc-timeline-04_heading {
  margin: 0 0 1rem;
}

.atmc-timeline-04_heading>span {
  font-size: 1rem;
}

.atmc-timeline-04_desc>*:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .atmc-timeline-04_date_wrapper {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100px;
    padding: 1rem;
  }

  .atmc-timeline-04_content {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 2rem;
  }

  .atmc-timeline-04_repeater:before {
    left: 48px;
  }
}

/* No date */
.atmc-timeline-04_no-date .atmc-timeline-04_repeater:before {
  left: 20px;
}

.atmc-timeline-04_no-date .atmc-timeline-04_date_wrapper {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  width: 40px;
  padding: 0;
}

.atmc-timeline-04_no-date .atmc-timeline-04_content {
  -ms-flex-preferred-size: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  width: calc(100% - 40px);
}

/* ======
 * Timeline 05
 * ============ */
.atmc-timeline-05 {
  position: relative;
}

.atmc-timeline-05_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-05_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
  z-index: 1;
  opacity: 0.2;
}

.atmc-timeline-05.text-white .atmc-timeline-05_repeater:before {
  background-color: #fff;
}

@media (min-width:768px) {
  .atmc-timeline-05_repeater:before {
    left: 50%;
  }
}

/* Dots */
.atmc-timeline-05_box:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid var(--primary);
  z-index: 3;
  transition: 0.3s ease;
}

.atmc-timeline-05_box:hover:before {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

@media (min-width:768px) {
  .atmc-timeline-05_box:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Box */
.atmc-timeline-05_box {
  position: relative;
  margin-bottom: 3rem;
}

.atmc-timeline-05_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-05_date {
  font-size: 0.9rem;
}

@media (min-width:768px) {
  .atmc-timeline-05_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-05_col_left {
    padding-right: 2rem;
  }

  .atmc-timeline-05_col_right {
    padding-left: 2rem;
  }

  .atmc-timeline-05_reverse .atmc-timeline-05_col_left {
    padding-left: 2rem;
    padding-right: 0;
  }

  .atmc-timeline-05_reverse .atmc-timeline-05_col_right {
    padding-right: 2rem;
    padding-left: 0;
  }
}

@media (max-width:767px) {
  .atmc-timeline-05_col {
    padding-left: 2rem;
  }
}


/* ======
 * Timeline 06
 * ============ */
.atmc-timeline-06 {
  position: relative;
}

.atmc-timeline-06_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-06_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
  z-index: 1;
  opacity: 0.2;
}

.atmc-timeline-06.text-white .atmc-timeline-06_repeater:before {
  background-color: #fff;
}

@media (min-width:768px) {
  .atmc-timeline-06_repeater:before {
    left: 50%;
  }
}

/* Dots */
.atmc-timeline-06_box:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid var(--primary);
  z-index: 3;
  transition: 0.3s ease;
}

.atmc-timeline-06_box:hover:before {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

@media (min-width:768px) {
  .atmc-timeline-06_box:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Box */
.atmc-timeline-06_box {
  position: relative;
  margin-bottom: 3rem;
}

.atmc-timeline-06_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-06_date {
  font-size: 0.9rem;
}

@media (min-width:768px) {
  .atmc-timeline-06_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-06_col_left {
    padding-right: 2rem;
  }

  .atmc-timeline-06_col_right {
    padding-left: 2rem;
  }

  .atmc-timeline-06_reverse .atmc-timeline-06_col_left {
    padding-left: 2rem;
    padding-right: 0;
  }

  .atmc-timeline-06_reverse .atmc-timeline-06_col_right {
    padding-right: 2rem;
    padding-left: 0;
  }
}

@media (max-width:767px) {
  .atmc-timeline-06_col {
    padding-left: 2rem;
  }
}



/* ======
 * Timeline 07
 * ============ */
.atmc-timeline-07 {
  position: relative;
}

.atmc-timeline-07_repeater {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Line */
.atmc-timeline-07_repeater:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 100%;
  background-color: var(--primary);
  z-index: 1;
  opacity: 0.2;
}

.atmc-timeline-07.text-white .atmc-timeline-07_repeater:before {
  background-color: #fff;
}

@media (min-width:768px) {
  .atmc-timeline-07_repeater:before {
    left: 50%;
  }
}

@media (max-width:767px) {
  .atmc-timeline-07_repeater:before {
    left: 2rem;
  }
}

/* Dots */
.atmc-timeline-07_thumbnail {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  z-index: 3;
  transition: 0.3s ease;
}

@media (min-width:768px) {
  .atmc-timeline-07_thumbnail {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}

@media (max-width:767px) {
  .atmc-timeline-07_thumbnail {
    left: 0;
  }
}

/* Box */
.atmc-timeline-07_box {
  position: relative;
  margin-bottom: 4rem;
}

.atmc-timeline-07_box:last-child {
  margin-bottom: 0;
}

.atmc-timeline-07_date {
  font-size: 0.9rem;
}

@media (min-width:768px) {
  .atmc-timeline-07_col {
    width: 50% !important;
    margin: 0 !important;
  }

  .atmc-timeline-07_col_left {
    padding-right: 4rem;
  }

  .atmc-timeline-07_col_right {
    padding-left: 4rem;
  }

  .atmc-timeline-07_reverse .atmc-timeline-07_col_left {
    padding-left: 4rem;
    padding-right: 0;
  }

  .atmc-timeline-07_reverse .atmc-timeline-07_col_right {
    padding-right: 4rem;
    padding-left: 0;
  }
}

@media (max-width:767px) {
  .atmc-timeline-07_box {
    padding-left: 3rem;
  }

  .atmc-timeline-07_col {
    padding-left: 2rem;
  }
}

/* ======
 * Video 03
 * ============ */
.atmc-video-03 {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.atmc-video-03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.85;
  z-index: 1;
  transition: 0.3s ease;
}

.atmc-video-03:hover:before {
  opacity: 0.5;
}

.atmc-video-03 .atmc-container {
  position: initial;
  z-index: 2;
}

.atmc-video-03_button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8rem;
  height: 8rem;
  z-index: 3;
}

.atmc-video-03_button svg {
  height: 2rem;
}

/* ======
 * Widget - Blog Authors 01
 * ============ */
.atmc-blog-authors-01 {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-blog-authors-01_heading {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-blog-authors-01_heading h5 {
  margin: 0;
}

.atmc-blog-authors-01_repeater a {
  width: 100%;
  color: var(--base);
  margin: 0 0 .5rem;
}

.atmc-blog-authors-01_image {
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  transition: 0.3s ease;
}

.atmc-blog-authors-01_repeater a:hover .atmc-blog-authors-01_image {
  margin-right: 0.8rem;
}

/* ======
 * Widget - Blog Tags 01
 * ============ */
.atmc-blog-tags-01 {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}

.atmc-blog-tags-01_heading {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem 1.5rem;
}

.atmc-blog-tags-01_heading h5 {
  margin: 0;
}

.atmc-blog-tags-01_repeater {}

.atmc-blog-tags-01_repeater a {
  padding: 5px 10px;
  border: 1px solid var(--lightgray);
  color: var(--base);
  font-size: 14px;
  margin: 0 0.25rem 0.25rem 0;
  transition: 0.3s ease;
}

.atmc-blog-tags-01_repeater a:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}


/* Password */
.widget-type-password_prompt input[type="password"] {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}



/* Search Results */

.hs-search-results {
  margin-top: 2rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}

.hs-search-results__title:hover {
  color: ;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: .5rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: ;
}

/* Backup Unsubscribe */
#email-prefs-form input[type="email"] {
  padding: 1rem 1.5rem !important;
  margin-top: 1rem;
}


/* Subscription Preferences */

.email-prefs {}

.email-prefs .item+.item {
  margin-top: 1rem;
}

.email-prefs .item-inner>p {
  opacity: .8;
}

.email-prefs .checkbox-row {
  font-weight: bold;
}

.email-prefs .item .fakelabel span {
  margin-right: .25rem;
}

.subscribe-options {
  margin: 1rem 0;
}

.subscribe-options .header {
  margin: 0;
}

.subscribe-options label {
  display: flex;
  align-items: center;
}

.checkbox-row>span {
  display: flex;
  align-items: center;
}

/* ==========================================================================
   Blog 01
   ========================================================================== */

/* Blog Hero  */

.atmc-blog-header-02 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-blog-header-02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.atmc-blog-header-02>* {
  position: relative;
  z-index: 3;
}

/* ----------------- Listing ---------------- */

.atmc-blog-index_post-image {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atmc-blog-header {
  border-bottom: 1px solid #edf0f2;
}

/*  
 * Pagination 
 */

.atmc-blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 6rem 0 0;
}

.atmc-blog-pagination_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 0.5rem;
  color: #5EB3E4;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atmc-blog-pagination_number-link {
  width: 3rem;
  height: 3rem;
  border: 2px solid #5EB3E4;
  color: #5EB3E4;
  font-weight: bold;
  border-radius: 4px;
}

.blog-pagination_link--active,
.blog-pagination_link--active:visited {
  background-color: #5EB3E4;
  border: 2px solid #5EB3E4;
  color: #fff;
}

.atmc-blog-pagination_number-link:hover,
.atmc-blog-pagination_number-link:focus {
  background: #5EB3E4;
  color: #fff;
}

.atmc-blog-pagination_prev-link,
.atmc-blog-pagination_next-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.atmc-blog-pagination_prev-link {
  text-align: right;
  margin-right: 2rem;
}

.atmc-blog-pagination_next-link {
  text-align: left;
  margin-left: 2rem;
}

.atmc-blog-pagination_prev-link:hover,
.atmc-blog-pagination_next-link:hover,
.atmc-blog-pagination_prev-link:focus,
.atmc-blog-pagination_next-link:focus {
  text-decoration: none;
  color: #2c81b2;
}

.atmc-blog-pagination_prev-link svg,
.atmc-blog-pagination_next-link svg {
  fill: #5EB3E4;
  margin: 0 5px;
}

.atmc-blog-pagination_link:hover svg,
.atmc-blog-pagination_link:focus svg {
  fill: #2c81b2;
}

.atmc-blog-pagination_prev-link svg,
.atmc-blog-pagination_next-link svg {
  fill: #5EB3E4;
  height: 1rem;
  margin: 0 5px;
}

.atmc-blog-header_author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto 1.5rem;
}

.atmc-blog-header_author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.atmc-blog-header_author-social-links a:hover {
  background-color: ;
}

.atmc-blog-header_author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (max-width:767px) {
  .atmc-blog-pagination {
    margin: 4rem 0 0;
  }

  .atmc-blog-pagination_link {
    margin: 0 0.25rem;
  }

  .atmc-blog-pagination_prev-link {
    margin-right: 0.5rem;
  }

  .atmc-blog-pagination_next-link {
    margin-left: 0.5rem;
  }
}


/* ----------------- Post ---------------- */

/*  
 * Post Title 
 */
.atmc-blog-post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.5rem;
  font-size: 1rem;
}

.atmc-blog-post_meta a {
  margin-right: .75rem;
  color: inherit;
}

.atmc-blog-post_meta a:hover {
  color: #5EB3E4;
}

/*  
 * Blog Naration 
 */
#hs_cos_wrapper_blog_post_audio .hs-audio-player {
  margin: 1rem 0;
  text-align: left;
}

#hs_cos_wrapper_blog_post_audio .hs-audio-player>div:first-child svg {
  fill: #ffffff !important;
}

#hs_cos_wrapper_blog_post_audio [data-status=initial]._hs-audio-player_1smkl_1:hover ._control-button_1smkl_36 {
  background-color: var(--secondary);
}

#hs_cos_wrapper_blog_post_audio .hs-audio-player svg {
  fill: #fff !important;
}

#hs_cos_wrapper_blog_post_audio .hs-audio-player ._ai-generated-icon_1smkl_47 svg {
  fill: var(--primary) !important;
}

/*  
 * Post Body 
 */
.atmc-blog-post_body {
  font-size: 1.1rem;
}

.atmc-blog-post_body *+h1,
.atmc-blog-post_body *+h2,
.atmc-blog-post_body *+h3,
.atmc-blog-post_body *+h4,
.atmc-blog-post_body *+h5,
.atmc-blog-post_body *+h6 {
  margin-top: 1em;
}


/*  
 * Tags 
 */
.atmc-blog-template-01 .atmc-blog-post_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.atmc-blog-template-01 .atmc-blog-post_tag-link {
  padding: .25rem .5rem;
  border: 2px solid #0E2D52;
  color: #0E2D52;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0.5rem 0.5rem 0;
  font-size: .8rem;
  transition: all ease 200ms;
  font-weight: bold;
  border-radius: 4px;
}

.atmc-blog-template-01 .atmc-blog-post_tag-link:hover {
  background: #5EB3E4;
  color: #fff;
  border-color: #5EB3E4;
}



/* ==========================================================================
    Blog 02
   ========================================================================== */

.atmc-blog-template-02 {}

/* ----------------- Listing ---------------- */

.atmc-blog-template-02 .atmc-blog-index_post+.atmc-blog-index_post {
  margin-top: 7rem;
}

.atmc-blog-template-02 .atmc-blog-index_post-image {
  padding-bottom: 50%;
  display: block;
  margin-bottom: 3rem;
}

.atmc-blog-template-02 .atmc-blog-index_post-content {
  max-width: 660px;
  display: block;
  margin: 0 auto;
}


@media (min-width: 768px) {
  .atmc-blog-template-02 .atmc-blog-index_post-image {
    padding-bottom: 30%;
  }
}

/* ----------------- Listing 01 ---------------- */
.atmc-blog-template-01 .atmc-blog-index-01_post-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.atmc-blog-template-01 .atmc-blog-index-01_post-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 7s ease transform;
}

.atmc-blog-template-01 .atmc-blog-index-01_post-image-wrapper:hover .atmc-blog-index-01_post-image {
  transform: scale(1.1) rotateZ(2deg);
  -webkit-transform: scale(1.1) rotateZ(2deg);
  -ms-transform: scale(1.1) rotateZ(2deg);
}

/* ----------------- Post ---------------- */

.atmc-blog-template-02 .atmc-blog-post_header {
  padding: 7rem 0 5rem;
}

.atmc-blog-template-02 .atmc-blog-post_image {
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width:768px) {
  .atmc-blog-template-02 .atmc-blog-post_image img {
    display: none;
  }
}

/*  
 * Body 
 */
.atmc-blog-template-02 .atmc-blog-post_content {
  padding: 3rem 0 7rem;
}

/*  
 * Comments 
 */
.atmc-blog-comments .comment-reply-to.hs-button {
  margin-top: 1rem;
}

.atmc-blog-comments form.hs-form {
  margin-top: 2rem;
}

.atmc-blog-template-02 .atmc-blog-post_comments {
  border-top: 1px solid #edf0f2;
}

@media (min-width: 768px) {
  .atmc-blog-post_comments .row-fluid {
    display: flex;
  }
}


/*  
 * Tags 
 */
.atmc-blog-template-02 .atmc-blog-post_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.atmc-blog-template-02 .atmc-blog-post_tag-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 1rem;
  font-size: 1rem;
  transition: all ease 200ms;
  font-weight: bold;
}

.atmc-blog-template-02 .atmc-blog-post_tag-link:hover {
  color: #5EB3E4;
  opacity: 1;
}




* {
  --base: #0E2D52;
  --primary: #abadab;
  --secondary: #00A994;
  --danger: #FF695B;
  --warning: #FFBE4F;
  --success: #3DCC79;
  --gray: #9BAEBC;
  --lightgray: #edf0f2;
  --light: #fafafa;
  --dark: #384955;
  --border_radius: 4;

  --primary100: #ffffff;
  --primary200: #f4ffff;
  --primary300: #c2ffff;
  --primary400: #90e5ff;
  --primary500: #5EB3E4;
  --primary600: #2c81b2;
  --primary700: #004f80;
  --primary800: #001d4e;
  --primary900: #00001c;

  --secondary100: #c8ffff;
  --secondary200: #96ffff;
  --secondary300: #64fff8;
  --secondary400: #32dbc6;
  --secondary500: #00A994;
  --secondary600: #007762;
  --secondary700: #004530;
  --secondary800: #001300;
  --secondary900: #000000;

  --gray100: #ffffff;
  --gray200: #ffffff;
  --gray300: #ffffff;
  --gray400: #cde0ee;
  --gray500: #9BAEBC;
  --gray600: #697c8a;
  --gray700: #374a58;
  --gray800: #051826;
  --gray900: #000000;

  --dark100: #8899a5;
  --dark200: #748591;
  --dark300: #60717d;
  --dark400: #4c5d69;
  --dark500: #384955;
  --dark600: #243541;
  --dark700: #10212d;
  --dark800: #000d19;
  --dark900: #000005;


  --h1_color: #0e2d52;
  --h2_color: #0e2d52;
  --h3_color: #0e2d52;
  --h4_color: #0e2d52;
  --h5_color: #333;
  --h6_color: #85868c;
}